commit 67ada7b223416618a689ca1ea9bd40f8f5b5579d
parent 78fa073db3b302a41caf648c9b13150696f0e727
Author: Silas Brack <s174433@student.dtu.dk>
Date: Mon, 2 Jan 2023 21:38:03 +0100
Added synctex compatibility.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latexmkrc b/latexmkrc
@@ -7,7 +7,7 @@
$pdf_mode = 1;
# $out_dir = "logs/";
-$pdflatex = "pdflatex --shell-escape %O %S";
+$pdflatex = "pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$clean_ext .= "loa mw nlo nls run.xml xdy";
$clean_full_ext .= "bbl synctex.gz";