From eebb319d55382dd26ff1e0479cb301361ae9aaae Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 1 Jul 2019 21:17:15 +0200 Subject: [PATCH] Change template name in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d9dbe2..92ac0ea 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ PANDOC_OPTIONS := # Normally this does not need to be changed: # works if the template is local or in ~/.pandoc/templates -PANDOC_TMPL := resume.tex +PANDOC_TMPL := template.latex ## ---- subdirectories (normally, no need to change) ----