7 lines
189 B
Text
7 lines
189 B
Text
$makeindex = 'makeindex -s gind.ist %O -o %D %S';
|
|
$clean_ext .= ' glo';
|
|
$clean_ext .= ' hd';
|
|
$clean_ext .= ' ins';
|
|
$pdf_mode = 1;
|
|
$print='pdf';
|
|
$pdflatex = 'pdflatex --shell-escape %O %S';
|