]> git.proxmox.com Git - pve-docs.git/blobdiff - asciidoc/dblatex-export.conf
use rsvg-convert instead of inkscape
[pve-docs.git] / asciidoc / dblatex-export.conf
diff --git a/asciidoc/dblatex-export.conf b/asciidoc/dblatex-export.conf
new file mode 100644 (file)
index 0000000..c42666b
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<!--
+  ====================================================================
+  Replace inskcape by rsvg-convert to convert SVG graphics
+  ====================================================================
+-->
+<config xmlns="http://dblatex.sourceforge.net/config">
+  <imagedata>
+    <converter src="svg" dst="*" docformat="pdf">
+      <command>
+         rsvg-convert -a -f %(dst)s -o %(output)s %(input)s
+      </command>
+    </converter>
+  </imagedata>
+</config>