mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Inkscape.xtemplate: Add missing output formats
This commit is contained in:
parent
6dd66a15a5
commit
4f341fc59d
@ -75,5 +75,21 @@ Template Inkscape
|
||||
ReferencedFile latex "$$AbsPath$$Basename.eps"
|
||||
ReferencedFile dvi "$$AbsPath$$Basename.eps"
|
||||
FormatEnd
|
||||
Format Ascii
|
||||
Product "[InkscapeGraphics: $$FName]"
|
||||
FormatEnd
|
||||
Format DocBook
|
||||
Product "<graphic fileref=\"$$AbsOrRelPathMaster$$Basename.eps\"></graphic>"
|
||||
UpdateFormat eps
|
||||
UpdateResult "$$AbsPath$$Basename.eps"
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user