further separation of front/back matter and added a basic elements chapter

This commit is contained in:
Mastermindzh
2017-05-28 23:18:36 +02:00
parent 4281da6cda
commit 94d2a1f9df
13 changed files with 202 additions and 27 deletions

1
includes/backMatter.tex Normal file
View File

@@ -0,0 +1 @@

27
includes/frontMatter.tex Normal file
View File

@@ -0,0 +1,27 @@
\pagenumbering{roman}
\chapter*{Abstract}\label{sec:abstract}
\input{chapters/frontMatter/abstract}
\addcontentsline{toc}{chapter}{\numberline{}Abstract}
\chapter*{Acknowledgements}\label{sec:acks}
\input{chapters/frontMatter/acknowledgements}
\addcontentsline{toc}{chapter}{\numberline{}Acknowledgements}
% Table of Contents
\tableofcontents
\listoffigures \label{list:listOfFigures}
\addcontentsline{toc}{chapter}{\numberline{}List of figures}
\listoftables \label{list:listOfTables}
\addcontentsline{toc}{chapter}{\numberline{}List of tables}
\chapter{Introduction}\label{sec:introduction}
\input{chapters/frontMatter/introduction}
\setcounter{page}{1}
\fancypagestyle{plain}{
\fancyfoot[R]{Page \thepage\ of \pageref{LastPage}}
}
\cfoot{}
\pagenumbering{arabic}
\pagestyle{plain}