Expanded bootstrap chapter and improved latex header
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ BASENAME=scientificcomputing-script
|
||||
|
||||
pdf : $(BASENAME).pdf
|
||||
|
||||
$(BASENAME).pdf : $(BASENAME).tex
|
||||
$(BASENAME).pdf : $(BASENAME).tex header.tex
|
||||
export TEXMFOUTPUT=.; pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true
|
||||
|
||||
clean :
|
||||
|
||||
Reference in New Issue
Block a user