commit 4f341fc59dc755bbf5564567acd682ad9502410d
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Sep 10 18:07:05 2017 +0200

    Inkscape.xtemplate: Add missing output formats
---
 lib/xtemplates/inkscape.xtemplate |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/lib/xtemplates/inkscape.xtemplate 
b/lib/xtemplates/inkscape.xtemplate
index 867800f..e4fc14d 100644
--- a/lib/xtemplates/inkscape.xtemplate
+++ b/lib/xtemplates/inkscape.xtemplate
@@ -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
 

Reply via email to