Explorar o código

enable shell commands for \includesvg to run inkscape

Fabian Peter Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
3aeae8f03b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      latexmkrc

+ 4 - 0
latexmkrc

@@ -1,3 +1,7 @@
 $out_dir = 'latex-build';
+
+# > Package svg Warning: You didn't enable `shell escape' (or `write18') so it wasn't possible to launch the Inkscape export [...]
+$pdflatex = "pdflatex -shell-escape %O %S";
+
 $pdf_mode = 1;  # tex -> pdf via pdflatex
 $pdf_previewer = "start zathura";