summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/amnestyreport/amnestytemplate.tex
blob: f593e0ae6c9efe160a3a2bb09ce8c3025ddd4af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\documentclass[
$if(papersize)$
  $papersize$paper,
$endif$
$for(classoption)$
  $classoption$$sep$,
$endfor$
]{amnestyreport}
$highlighting-macros$
$for(header-includes)$
$header-includes$
$endfor$
$if(title)$
\title{$title$}
$endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
$if(titleimage)$
\titleimage{$titleimage$}
$endif$
$if(titleimagecaption)$
\titleimagecaption{$titleimagecaption$}
$endif$
$if(copyrightyear)$
\copyrightyear{$copyrightyear$}
$endif$
$if(firstpublicationyear)$
\firstpublicationyear{$firstpublicationyear$}
$endif$
$if(reportyear)$
\reportyear{$reportyear$}
$endif$
$if(reportmonth)$
\reportmonth{$reportmonth$}
$endif$
$if(reportindex)$
\reportindex{$reportindex$}
$endif$
$if(blurb)$
\blurb{$blurb$}
$endif$

$if(bibliography)$
\addbibresource{$bibliography$}
$endif$

\begin{document}
\frontmatter
\maketitle

$for(include-before)$
$include-before$
$endfor$

$if(toc)$
\tableofcontents
$endif$
$if(lof)$
\listoffigures
$endif$
$if(lot)$
\listoftables
$endif$
\mainmatter

$body$

\backmatter
\end{document}