converted to XeLaTeX & more Intro

This commit is contained in:
Stefan Dresselhaus
2017-10-08 01:07:37 +02:00
parent 8b87f599ec
commit 95c55e3c15
9 changed files with 174 additions and 61 deletions

View File

@ -1,11 +1,11 @@
all: ma.md bibma.bib template.tex settings/abkuerzungen.tex settings/commands.tex settings/environments.tex settings/hyphenation.tex settings/packages.tex files/titlepage.tex files/erklaerung.tex
pandoc -s -N --template=template.tex ma.md -o ma.tex
rm -f ma.pdf ma.aux ma.idx ma.lof ma.log ma.lot ma.out ma.tdo ma.toc ma.bbl ma.blg ma.loa
pdflatex -interaction batchmode ma.tex || true
xelatex -interaction batchmode ma.tex || true
bibtexu ma
pdflatex -interaction batchmode ma.tex || true
xelatex -interaction batchmode ma.tex || true
while test `cat ma.log | grep -e "\(Rerun to get citations correct\)" | wc -l` -gt 0 ; do \
rm ma.log && (pdflatex -interaction batchmode ma.tex || true) \
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
# rm -f ma.log