Move around nice coils chapter
This commit is contained in:
parent
6100488550
commit
5c0d078824
57 changed files with 1852 additions and 1036 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue