Expanded bootstrap chapter and improved latex header

This commit is contained in:
2015-11-01 22:39:06 +01:00
parent 40a5343fa8
commit 5edac6cfd6
15 changed files with 419 additions and 65 deletions

View File

@@ -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 :