$pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %O %S';
$bibtex   = 'bibtex %O %B';
$makeindex = 'makeindex %O -o %D %S';
$pdf_mode  = 1;
$max_repeat = 5;
