Commit 377d0c93 by Philipp Adolf

Installiere Abhängigkeiten für beamer

parent b16bb568
...@@ -8,6 +8,8 @@ compile_pdf: ...@@ -8,6 +8,8 @@ compile_pdf:
compile_Folie: compile_Folie:
image: tianon/latex image: tianon/latex
script: script:
- apt-get update && apt-get install -y curl && texlua ./install-getnonfreefonts && getnonfreefonts arial-urw
- pushd /usr/local/share/texmf && unzip "$CI_PROJECT_DIR"/Folien/KITbase.zip && unzip "$CI_PROJECT_DIR"/Folien/KITbeamer.zip && mktexlsr && popd
- cd beamer && latexmk -pdf KIT-Folien-de.tex - cd beamer && latexmk -pdf KIT-Folien-de.tex
artifacts: artifacts:
paths: paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment