From: Francis Russell Date: Wed, 5 Mar 2014 15:07:29 +0000 (+0000) Subject: Remove dependency on Pygments. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8f8c2b4c1483d9f55bcb66c03ab565d9c0743a9c;p=francis%2Fpsl_presentation_20140306.git Remove dependency on Pygments. --- diff --git a/Makefile b/Makefile index 65ca5cd..c1cc3c1 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ display-4up: presentation-4up.pdf 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) diff --git a/presentation.tex b/presentation.tex index aa6b427..0cfac18 100644 --- a/presentation.tex +++ b/presentation.tex @@ -12,8 +12,6 @@ \usepackage[utf8x]{inputenc} \usepackage{tabularx} -\input{pygments.sty} - \title[Accelerating ONETEP]{Exploring Performance Optimisation Opportunities in ONETEP} \subtitle{PSL Outcome Presentation}