summaryrefslogtreecommitdiffstats
path: root/.latexmkrc
blob: 27dca13637f579132d7b873fe31af27489422b98 (plain) (blame)
1
2
3
4
5
6
$aux_dir = 'aux';
# Custom dependency and function for nomencl package
add_cus_dep("nlo", "nls", 0, "nlo2nls");
sub nlo2nls {
  system("makeindex $_[0].nlo -s nomencl.ist -o $_[0].nls -t $_[0].nlg");
}