Clean up latex errors, fix biblatex numbering
This commit is contained in:
parent
7064fad5de
commit
a955f5fb7d
5 changed files with 20 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue