Improved page breaks
This commit is contained in:
1
Makefile
1
Makefile
@@ -10,6 +10,7 @@ chapters :
|
||||
|
||||
$(BASENAME).pdf : $(BASENAME).tex header.tex $(SUBTEXS)
|
||||
pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true
|
||||
splitindex $(BASENAME).idx
|
||||
|
||||
again :
|
||||
pdflatex $(BASENAME).tex
|
||||
|
||||
Reference in New Issue
Block a user