Skip to content
Snippets Groups Projects
Commit 904d26c1 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fordere explizit pdflatex an

Ansonsten wird anscheinend 'latex' genommen, und das meckert dann
weil es mit den Bilddateien in pdf-Format nicht klarkommt.

Früher gab es diese Option in einer Datei .latexmkrc, aber diese
Datei war so kurz dass ich sie abschaffen möchte.
parent 5d775675
No related branches found
No related tags found
1 merge request!1Fordere explizit pdflatex an
Pipeline #6022 passed
......@@ -3,7 +3,7 @@ image: mirisbowring/texlive_ctan_full:2019
compiling:
script:
# use settings from .latexmkrc
- latexmk
- latexmk -pdf
artifacts:
paths:
- "out/skript-mehrgitter-sander.pdf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment