Update solution chapter, add glossary
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2c66a18f0e
commit
db99961a62
17 changed files with 161 additions and 25 deletions
4
documentation/.latexmkrc
Normal file
4
documentation/.latexmkrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
|
||||
sub makeglo2gls {
|
||||
system("makeindex -s '$_[0]'.ist -t '$_[0]'.glg -o '$_[0]'.gls '$_[0]'.glo");
|
||||
}
|
Reference in a new issue