Move around nice coils chapter

This commit is contained in:
jaseg 2025-07-28 17:04:17 +02:00
parent 6100488550
commit 5c0d078824
57 changed files with 1852 additions and 1036 deletions

View file

@ -20,6 +20,9 @@ all: clean chapter.pdf
pdflatex -shell-escape -jobname chapter $<
biber --input-directory=.. $*
pdflatex -shell-escape -jobname chapter $<
echo
echo "Undefined biblatex references:"
grep -A2 'Package biblatex Warning: The following entry could not be found' chapter.log | sed -n '3~4{s/(biblatex) *//;p}' || echo "<None>"
.PHONY: preview
preview: