Clean up latex errors, fix biblatex numbering

This commit is contained in:
jaseg 2025-09-11 14:23:28 +02:00
parent 7064fad5de
commit a955f5fb7d
5 changed files with 20 additions and 16 deletions

View file

@ -26,8 +26,11 @@ all: clean chapter.pdf
.PHONY: preview
preview:
rm chapter.aux # make sure biblatex defernumbers works properly
pdflatex -shell-escape -jobname chapter '\def\thesispreviewmode{}\input{chapter-template.tex}'
biber --input-directory=.. chapter || true
pdflatex -shell-escape -jobname chapter '\def\thesispreviewmode{}\input{chapter-template.tex}'
pdflatex -shell-escape -jobname chapter '\def\thesispreviewmode{}\input{chapter-template.tex}'
version.tex: chapter.tex
echo "${VERSION_STRING}" > $@
@ -39,6 +42,6 @@ update-figures:
.PHONY: clean
clean:
rm -f **.aux **.bbl **.bcf **.log **.blg
rm -f **.mtc **.mtc*
rm -f **.mtc **.mtc* *.maf *.toc
rm -f **.out **.run.xml **/texput.log