latexmkrc 279 B

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