From ffa44887e80ca0155d856b89294dcead16084a21 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 29 Jul 2020 14:37:49 +0200 Subject: Clean book template --- templates/book.latex | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'templates') 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)$ -- cgit v1.2.3