Skip to content
Snippets Groups Projects

Backport specification from my PhD thesis

Merged Hans-Jörg requested to merge devel/thesis-backport into master
Compare and
10 files
+ 2750
2710
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 5
5
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 -synctex=1 doc
nonstop:
latexmk -pdf -interaction=nonstopmode -shell-escape doc
latexmk -interaction=nonstopmode -pdf -shell-escape -lualatex doc
Loading