From b9f7bf7d69c8c5e5391c59a9956377c742ca60de Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 31 Jul 2016 00:40:16 -0400 Subject: [PATCH] Export external vector graphics as svg for XHTML. --- lib/external_templates | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/external_templates b/lib/external_templates index f37036f53d..8914530738 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -208,6 +208,12 @@ Template VectorGraphics ReferencedFile docbook "$$AbsPath$$Basename.eps" ReferencedFile docbook-xml "$$AbsPath$$Basename.eps" FormatEnd + Format XHTML + Product "" + UpdateFormat svg + UpdateResult "$$AbsPath$$Basename.svg" + ReferencedFile xhtml "$$AbsPath$$Basename.svg" + FormatEnd TemplateEnd Template XFig -- 2.39.5