Skip to content
Snippets Groups Projects
Commit 2a058ca2 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add latex template

parents
No related branches found
No related tags found
No related merge requests found
# Required
## SOURCE
.build_pdf:
tags:
- amd64 # texlive image doesn't support arm64
image: registry.gitlab.com/islandoftex/images/texlive:latest
script:
- latexmk -outdir=../out -cd -interaction=batchmode -pdf $SOURCE
artifacts:
paths:
- out/*.pdf
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