From 52d2f1e83b6b142c6af556d8f9c81031a816b715 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Tue, 7 May 2019 14:15:00 +0200
Subject: [PATCH] fixes pandoc papers source

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 580f491..ec69fec 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ pandoc-papers.pdf: pandoc-papers.md
 		-V institute=iDiv \
 		-V theme=Frankfurt \
 		-V navigation=horizontal \
-		-s paper.md -t beamer -o pandoc-papers.pdf
+		-s pandoc-papers.md -t beamer -o pandoc-papers.pdf
 
 all: subdirs
 
-- 
GitLab