Use mklatex to build

This commit is contained in:
jannisp 2021-08-29 14:34:37 +02:00
parent c2a492766a
commit f2f3a4140c

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ node {
}
stage('Build PDF') {
sh 'xelatex Mathematik-V-ZF.tex && xelatex Mathematik-V-ZF.tex'
sh 'mklatex -c -xelatex Mathematik-V-ZF.tex'
}
stage('Archive PDF') {