Skip to content

Commit

Permalink
[FIX] Ensure pandoc run
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryiseli authored Oct 14, 2021
1 parent f471435 commit 5e36bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ podTemplate(containers: [
container('pandoc') {
stage('Run pandoc for cv in DE') {
writeFile(file: 'metadata.md', text: "# CV - Thierry Iseli (V. ${gitversion.MajorMinorPatch}) {.unnumbered }")
sh "tlmgr update --self"
sh "tlmgr install adjustbox babel-german background bidi collectbox csquotes everypage filehook footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights needspace pagecolor sourcecodepro sourcesanspro titling ucharcat ulem unicode-math upquote xecjk xurl zref"
sh "pandoc metadata.md docs/de/index.md -f markdown -o cv-thierryiseli-de.pdf --template ./template.tex -V page-background=background.pdf -V page-background-opacity=1 -N -V margin-top=30mm -V margin-left=20mm -V margin-right=20mm -V margin-bottom=30mm -V version=1.0.0 -V lang=de -V 'caption-justification=centering'"
}
Expand Down

0 comments on commit 5e36bce

Please sign in to comment.