]> git.unchartedbackwaters.co.uk Git - francis/psl_presentation_20140306.git/commitdiff
Remove dependency on Pygments.
authorFrancis Russell <francis@unchartedbackwaters.co.uk>
Wed, 5 Mar 2014 15:07:29 +0000 (15:07 +0000)
committerFrancis Russell <francis@unchartedbackwaters.co.uk>
Wed, 5 Mar 2014 15:07:29 +0000 (15:07 +0000)
Makefile
presentation.tex

index 65ca5cdbb97ff8bd01450114ec94cc9cb6302971..c1cc3c1ee49a4314f5b7f5cf9a283fa265b79e4e 100644 (file)
--- 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)
index aa6b42765a1782aa246f17190016f59e3883a7fa..0cfac188e7067e540e7a973e1ab68b4f39f01521 100644 (file)
@@ -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}