6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
# always create a pdf
|
||
|
$pdf_mode = 1;
|
||
|
|
||
|
# how pdflatex will be executed
|
||
|
$pdflatex = 'pdflatex --shell-escape -synctex=1 %O %S';
|