Poging om font werkend te krijgen
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 20:16:50 +01:00
parent 1bb9abb8cf
commit 40e3f57f5e

1
Jenkinsfile vendored
View File

@@ -10,6 +10,7 @@ pipeline {
} }
steps { steps {
echo 'Starting build step...' echo 'Starting build step...'
sh 'updmap-sys --enable Map=libertine.map'
sh 'latexmk -pdf -outdir=out main_text.tex' sh 'latexmk -pdf -outdir=out main_text.tex'
} }
} }