From 1989532bc2ae3530c49db68f62727af85816966d Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 6 Jul 2016 19:48:58 +0200 Subject: [PATCH] accelerate all the tex --- makefile_template.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_template.erb b/makefile_template.erb index 1253d21..c9a05fb 100644 --- a/makefile_template.erb +++ b/makefile_template.erb @@ -1,3 +1,3 @@ slides.pdf: slides.tex <%= deck_files.join " " %> - pdflatex $< + pdflatex -draftmode $< pdflatex $<