Skip to content
Snippets Groups Projects
Commit dc5a9659 authored by Hans-Jörg's avatar Hans-Jörg
Browse files

Move spec to "doc.tex" and update Makefile/pipeline

parent 6e36d467
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -6,11 +6,11 @@ before_script:
build:
script:
- cd spec
- pdflatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
- lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
- bibtex "doc"
- pdflatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
- lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
- bibtex "doc"
- pdflatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
- lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
- cd ..
- cp spec/doc.pdf specification.pdf
artifacts:
......
backport:
SOURCE_DATE_EPOCH=$(date +%s) latexmk -pdf -pvc -interaction=nonstopmode -shell-escape -lualatex spec
comments:
latexmk -pdf -shell-escape doc
nix:
SOURCE_DATE_EPOCH=$(date +%s) latexmk -pdf -pvc -interaction=nonstopmode -shell-escape -lualatex doc
doc:
latexmk -pdf -shell-escape -jobname=comments -pdflatex="pdflatex %O '\def\nocomments{}\input{%S}'" doc
latexmk -pdf -shell-escape -lualatex doc
nonstop:
latexmk -pdf -interaction=nonstopmode -shell-escape doc
latexmk -interaction=nonstopmode -pdf -shell-escape -lualatex doc
This diff is collapsed.
This diff is collapsed.
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