Change template name in Makefile

This commit is contained in:
coolneng 2019-07-01 21:17:15 +02:00
parent 9d83051849
commit eebb319d55
1 changed files with 1 additions and 1 deletions

View File

@ -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) ----