presentation-4up.pdf: presentation.pdf
pdfnup --nup 2x2 --a4paper --scale 0.95 --frame true presentation.pdf -o presentation-4up.pdf
-presentation.pdf: $(IMAGE_FILES) $(SVG_OUTPUTS) $(CODE_TEX_FILES) $(CODE_RAW_FILES) $(DOT_TEX_FILES) $(GNUPLOT_FOLDER_BUILD_STAMP) $(wildcard *.tex *.sty) pygments.sty
+presentation.pdf: $(IMAGE_FILES) $(SVG_OUTPUTS) $(CODE_TEX_FILES) $(CODE_RAW_FILES) $(DOT_TEX_FILES) $(GNUPLOT_FOLDER_BUILD_STAMP) $(wildcard *.tex *.sty)
pdflatex -draftmode presentation &&\
while(pdflatex presentation | tee $(PDFLATEX_OUTPUT_LOG) && grep "Rerun to get cross-references right" $(PDFLATEX_OUTPUT_LOG)); do true; done &&\
rm -f $(PDFLATEX_OUTPUT_LOG)
\usepackage[utf8x]{inputenc}
\usepackage{tabularx}
-\input{pygments.sty}
-
\title[Accelerating ONETEP]{Exploring Performance Optimisation Opportunities in ONETEP}
\subtitle{PSL Outcome Presentation}