diff --git a/Jenkinsfile b/Jenkinsfile index 9e285a1..4517b56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {