summaryrefslogtreecommitdiff
path: root/10-entwurfsheft/.latexmkrc
blob: bec2b38c1e3d9a564a7f8ebd6b9cbac1009fc217 (plain)
1
2
3
4
5
6
7
# https://tex.stackexchange.com/questions/1226/how-to-make-latexmk-use-makeglossaries
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
add_cus_dep('acn', 'acr', 0, 'makeglo2gls');
sub makeglo2gls {
        system("makeglossaries $_[0]");
}