Switch to xelatex and run twice
This commit is contained in:
parent
1a87ddc913
commit
e1d2839064
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ node {
|
|||
}
|
||||
|
||||
stage('Build PDF') {
|
||||
sh 'pdflatex -jobname=ats-zf main.tex'
|
||||
sh 'xelatex -jobname=ats-zf main.tex && xelatex -jobname=ats-zf'
|
||||
}
|
||||
|
||||
stage('Archive PDF') {
|
||||
|
|
Loading…
Reference in a new issue