savepoint

This commit is contained in:
Stefan Dresselhaus
2017-10-27 14:31:55 +02:00
parent 5b22c181be
commit f901716f60
104 changed files with 2941 additions and 866 deletions

View File

@ -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