summaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-24 19:17:25 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-24 19:17:25 +0100
commit9ff8ab21d79e4d1d59de8cf76b6f77373499c35b (patch)
tree46b355e3b91353c8527bfcbc4f38daf194df5259 /template.tex
parentfa299ec2b25c0ce9e536e066eb4d817e9b3cebbb (diff)
Support optional cover page, and add it to A4 flavor.
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$