summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fduthesis/latexmkrc-en
blob: e9b1d150b8fe437420e8cf225f582952163bbc4d (plain)
1
2
3
4
5
6
7
8
9
10
# Latexmk configuration file.

# Use XeLaTeX to compile.
$pdf_mode = 5;

# Process index.
$makeindex = 'zhmakeindex -s gind.ist %O -o %D %S';

# Show CPU time used.
$show_time = 1;