Add missing line between items
[pipstransfo.git] / latexmkrc
index a973307..5a277e8 100644 (file)
--- a/latexmkrc
+++ b/latexmkrc
@@ -1,3 +1,4 @@
+$ENV{PATH} = "bin:$ENV{PATH}";
 $pdf_mode = "1";
-$pdflatex = "pdflatex -interaction=nonstopmode -halt-on-error -file-line-error -synctex=1";
+$pdflatex = "latex-colorize pdflatex -interaction=nonstopmode -halt-on-error -file-line-error -synctex=1";
 $clean_ext = "bbl synctex.gz synctex.gz(busy)";