New ibox and important environment.

Fixed listofs.
New \titlecaption.
This commit is contained in:
2015-11-08 21:05:07 +01:00
parent 4804946112
commit 9b7921feca
12 changed files with 190 additions and 133 deletions

View File

@@ -10,7 +10,7 @@ all : pdf
# script:
pdf : $(BASENAME)-chapter.pdf
$(BASENAME)-chapter.pdf : $(BASENAME)-chapter.tex $(BASENAME).tex $(PYPDFFILES)
$(BASENAME)-chapter.pdf : $(BASENAME)-chapter.tex $(BASENAME).tex $(PYPDFFILES) ../../header.tex
pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true
$(PYPDFFILES) : %.pdf : %.py