elog2labfolder/_build/latex/latexmkjarc
author weiher
Thu, 11 Jan 2018 12:10:42 +0100
changeset 3 b71be85a294c
permissions -rw-r--r--
Initial commit of labfolder at FHI documentation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     1
$latex = 'platex ' . $ENV{'LATEXOPTS'} . ' -kanji=utf8 %O %S';
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     2
$dvipdf = 'dvipdfmx %O -o %D %S';
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     3
$makeindex = 'rm -f %D; mendex -U -f -d %B.dic -s python.ist %S || echo "mendex exited with error code $? (ignoring)" && : >> %D';
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     4
add_cus_dep( "glo", "gls", 0, "makeglo" );
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     5
sub makeglo {
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     6
 return system( "mendex -J -f -s gglo.ist -o '$_[0].gls' '$_[0].glo'" );
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     7
}