Skip to content
Snippets Groups Projects
Commit 03a6e82d authored by Hans-Jörg's avatar Hans-Jörg Committed by Hans-Jörg Schurr
Browse files

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

parent 8b912c59
No related branches found
No related tags found
1 merge request!2Backport specification from my PhD thesis
......@@ -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