Added latexmkrc file.

This commit is contained in:
Johann Dahm 2015-01-22 20:46:29 -05:00
parent d256050ae2
commit d25dbe2ac8
1 changed files with 4 additions and 0 deletions

4
latexmkrc Executable file
View File

@ -0,0 +1,4 @@
$texprefix = 'demo';
$pdf_mode = 1;
$dvi_mode = $postscript_mode = 0;
$pdflatex = 'lualatex --shell-escape %O %S';