Skip to content
Snippets Groups Projects

Full rebase of Marco's changes

Open Simon Schuster requested to merge marcos-full-changes-rebased into master
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
# For gnuplot support: $pdflatex="pdflatex -synctex=1 -interaction=nonstopmode -halt-on-error -shell-escape";
# For LuaTex: $pdflatex="lualatex -synctex=1 -interaction=nonstopmode -halt-on-error";
# You can mix lualatex, synctex and shellescape if you wish
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -halt-on-error';
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -halt-on-error -shell-escape';
$pdf_mode=1;
$postscript_mode=0;
$dvi_mode=0;
Loading