add summary template

This commit is contained in:
2023-03-29 14:14:05 +02:00
parent 1c0ae1465e
commit b1fbc7ac1b
7 changed files with 9089 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ image: luki42/latex-full:latest
stages:
- build
build:
build-presentation:
stage: build
script:
- cd presentation
@@ -11,3 +11,12 @@ build:
artifacts:
paths:
- "presentation/*.pdf"
build-summary:
stage: build
script:
- cd summary
- latexmk -xelatex -file-line-error -interaction=nonstopmode -halt-on-error main.tex
artifacts:
paths:
- "summary/*.pdf"