mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Export external raster graphics as png for XHTML.
(cherry picked from commit 681e76086a
)
This commit is contained in:
parent
deb6c1de06
commit
9f852516e8
@ -147,6 +147,12 @@ Template RasterImage
|
|||||||
ReferencedFile docbook "$$AbsPath$$Basename.eps"
|
ReferencedFile docbook "$$AbsPath$$Basename.eps"
|
||||||
ReferencedFile docbook-xml "$$AbsPath$$Basename.eps"
|
ReferencedFile docbook-xml "$$AbsPath$$Basename.eps"
|
||||||
FormatEnd
|
FormatEnd
|
||||||
|
Format XHTML
|
||||||
|
Product "<img src=\"$$AbsOrRelPathMaster$$Basename.png\" />"
|
||||||
|
UpdateFormat png
|
||||||
|
UpdateResult "$$AbsPath$$Basename.png"
|
||||||
|
ReferencedFile xhtml "$$AbsPath$$Basename.png"
|
||||||
|
FormatEnd
|
||||||
TemplateEnd
|
TemplateEnd
|
||||||
|
|
||||||
Template VectorGraphics
|
Template VectorGraphics
|
||||||
|
Loading…
Reference in New Issue
Block a user