mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Export external vector graphics as svg for XHTML.
(cherry picked from commit b9f7bf7d69
)
This commit is contained in:
parent
151e004ab1
commit
deb6c1de06
@ -212,6 +212,12 @@ Template VectorGraphics
|
||||
ReferencedFile docbook "$$AbsPath$$Basename.eps"
|
||||
ReferencedFile docbook-xml "$$AbsPath$$Basename.eps"
|
||||
FormatEnd
|
||||
Format XHTML
|
||||
Product "<img src=\"$$AbsOrRelPathMaster$$Basename.svg\" />"
|
||||
UpdateFormat svg
|
||||
UpdateResult "$$AbsPath$$Basename.svg"
|
||||
ReferencedFile xhtml "$$AbsPath$$Basename.svg"
|
||||
FormatEnd
|
||||
TemplateEnd
|
||||
|
||||
Template XFig
|
||||
|
Loading…
Reference in New Issue
Block a user