Use mklatex to build
This commit is contained in:
parent
c2a492766a
commit
f2f3a4140c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build PDF') {
|
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') {
|
stage('Archive PDF') {
|
||||||
|
|
Loading…
Reference in a new issue