[Reproducible-commits] [presentations] 02/02: Work around a bug in Pandoc

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Jul 5 13:52:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository presentations.

commit 9e2c34191c14f98383ef9f59576cdf3ab534f7bd
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Jul 5 13:52:24 2015 +0000

    Work around a bug in Pandoc
---
 2015-07-06-LSM2015/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/2015-07-06-LSM2015/Makefile b/2015-07-06-LSM2015/Makefile
index 920afa7..aee016c 100644
--- a/2015-07-06-LSM2015/Makefile
+++ b/2015-07-06-LSM2015/Makefile
@@ -30,9 +30,10 @@ IMGS = \
 	images/globalsign-logo.pdf \
 	$(shell echo $$(sed -n -e 's/^[^%]*\\includegraphics\([^{]*\)\?{\([^}]*\)}.*$$/\2.*/p' $(PRESENTATION).mdwn | grep -E -v 'globalsign' | sed -e 's/\.svg$$/\.pdf$$/' | sort -u))
 
-$(PRESENTATION).pdf: $(PRESENTATION).mdwn $(PRESENTATION)-header.tex $(IMGS)
+$(PRESENTATION).pdf: $(PRESENTATION).mdwn $(PRESENTATION)-header.tex template.beamer $(IMGS)
 	pandoc -t beamer \
 		--include-in-header=$(PRESENTATION)-header.tex \
+		--template=template.beamer \
 		--variable=fontsize=14pt \
 		--latex-engine=lualatex -o $@ $<
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list