curry-cookbook/latexmkrc

4 lines
108 B
Perl

$pdf_mode = 1; # tex -> pdf
$pdflatex="pdflatex -interaction=nonstopmode %O %S";
$out_dir = 'build';