Update paths in Makefile and latexmkrc

This commit is contained in:
2021-02-01 00:53:14 +01:00
parent 00adf52ea7
commit bc556c91e4
8 changed files with 16 additions and 1765 deletions

View File

@@ -1,5 +1,5 @@
$pdflatex = "xelatex %O %S -synctex=1 -interaction=batchmode";
$pdf_mode = 1;
$dvi_mode = $postscript_mode = 0;
$out_dir = "Output";
$out_dir = "output";
$clean_ext = "xdv log fdb_latexmk fls";