pse-documentation/10-entwurfsheft/.latexmkrc

8 lines
237 B
Plaintext
Raw Permalink Normal View History

2024-05-24 17:42:08 +02:00
# 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]");
}