summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template.tex')
-rw-r--r--template.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/template.tex b/template.tex
index 1e27603..72f1ab8 100644
--- a/template.tex
+++ b/template.tex
@@ -164,6 +164,10 @@ $else$
\newcommand{\EANisbn}
$endif$
+$if(coverpage)$
+\usepackage{pdfpages}
+$endif$
+
$for(header-includes)$
$header-includes$
$endfor$
@@ -178,6 +182,9 @@ $endif$
$if(chapterstyle)$ % for documentclass memoir chapter headline styling
\chapterstyle{$chapterstyle$}
$endif$
+$if(coverpage)$
+\includepdf[pages={1}]{$coverpage$}
+$endif$
$if(frontmatter)$
\frontmatter
$endif$