summaryrefslogtreecommitdiff
path: root/templates/book.latex
diff options
context:
space:
mode:
Diffstat (limited to 'templates/book.latex')
-rw-r--r--templates/book.latex20
1 files changed, 11 insertions, 9 deletions
diff --git a/templates/book.latex b/templates/book.latex
index 83b6d31..8612aa4 100644
--- a/templates/book.latex
+++ b/templates/book.latex
@@ -345,17 +345,13 @@ $endif$
\begin{document}
-% Define cover
+% Cover
$if(title)$
\begin{titlepage}
\thispagestyle{titlepage}
\vspace*{4cm}
{\fontsize{35}{45}\headingfont \MakeUppercase{$title$}}
\hfill
-% TODO: Logo removed from here, maybe add it down in the middle?
-%\logo{1}
-%\textcolor[RGB]{220,220,220}{\rule{\textwidth}{0.4pt}}
-
$if(subtitle)$
\begin{doublespace}
@@ -365,9 +361,7 @@ $endif$
\end{titlepage}
$endif$
-% Changes registry
-% TODO
-
+% Acknowledgements
$if(acknowledgement)$
\cleardoublepage
\vspace*{4cm}
@@ -375,11 +369,15 @@ $acknowledgement$
\vspace*{\fill}
$endif$
+% Credits page
+% TODO
+
+
$for(include-before)$
$include-before$
$endfor$
-
+% Table of contents
$if(toc)$
\renewcommand{\contentsname}{$toc-title$}
{
@@ -392,12 +390,16 @@ $endif$
}
$endif$
+
+% List of tables and list of figures
$if(lot)$
\listoftables
$endif$
$if(lof)$
\listoffigures
$endif$
+
+% Body
$body$
$for(include-after)$