add CI for tex

This commit is contained in:
Leon Vatthauer 2023-12-05 11:57:16 +01:00
parent 8c5bb0d77e
commit b8fc65491c
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
5 changed files with 1192 additions and 5 deletions

4
.gitignore vendored
View file

@ -1,6 +1,5 @@
# agda
*.agdai
*.pdf
*.log
Everything.agda
public/
@ -18,7 +17,6 @@ public/
.*.swp
.#*
*~
*.pdf
# AUTOGENERATED
# All wildcards below this marker are used to remove generated files in
# 'make clean'
@ -26,7 +24,7 @@ public/
*.fdb_latexmk
*.log
*.out
*.pdf
thesis/*.pdf
*.synctex.gz
*.toc
*.bbl

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
variables:
LATEX_IMAGE: listx/texlive:2020
build:
image: $LATEX_IMAGE
script:
- cd thesis
- latexmk -pdf main.tex
artifacts:
paths:
- "thesis/*.pdf"

View file

@ -20,6 +20,6 @@
"tools": [
"latexmk-main"
]
},
}
]
}
}

1176
thesis/img/fau.pdf Normal file

File diff suppressed because one or more lines are too long

BIN
thesis/img/tcs.pdf Normal file

Binary file not shown.