fixed many index entries

This commit is contained in:
2019-12-09 20:01:27 +01:00
parent f24c14e6f5
commit bf52536b7b
12 changed files with 332 additions and 306 deletions

View File

@@ -22,9 +22,10 @@ $(BASENAME).pdf : $(BASENAME).tex header.tex $(SUBTEXS)
splitindex $(BASENAME).idx
index :
pdflatex -interaction=scrollmode $(BASENAME).tex
pdflatex $(BASENAME).tex
splitindex $(BASENAME).idx
pdflatex -interaction=scrollmode $(BASENAME).tex | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex $(BASENAME).tex || true
pdflatex $(BASENAME).tex
pdflatex $(BASENAME).tex
again :
pdflatex $(BASENAME).tex