This repository has been archived on 2023-02-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bachelor-thesis/documentation/.latexmkrc
Severin Kaderli db99961a62
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update solution chapter, add glossary
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-11-03 18:48:08 +01:00

4 lines
147 B
Perl

add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
system("makeindex -s '$_[0]'.ist -t '$_[0]'.glg -o '$_[0]'.gls '$_[0]'.glo");
}