savepoint
This commit is contained in:
@ -4,7 +4,7 @@ all: ma.md bibma.bib template.tex settings/abkuerzungen.tex settings/commands.te
|
||||
xelatex -interaction batchmode ma.tex || true
|
||||
bibtexu ma
|
||||
xelatex -interaction batchmode ma.tex || true
|
||||
while test `cat ma.log | grep -e "\(Rerun to get citations correct\)" | wc -l` -gt 0 ; do \
|
||||
while test `cat ma.log | grep -e "Rerun to get \(citations correct\|cross-references right\)" | wc -l` -gt 0 ; do \
|
||||
rm ma.log && (xelatex -interaction batchmode ma.tex || true) \
|
||||
done
|
||||
rm -f ma.aux ma.idx ma.lof ma.lot ma.out ma.tdo ma.toc ma.bbl ma.blg ma.loa
|
||||
|
Reference in New Issue
Block a user