mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-09-13 20:32:17 +02:00
feat(dissertation): add preface and subfiles
This commit is contained in:
parent
8786a9308f
commit
8329385cfd
6
pub/dissertation/chapters/introduction.tex
Normal file
6
pub/dissertation/chapters/introduction.tex
Normal file
@ -0,0 +1,6 @@
|
||||
\documentclass[../dissertation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
This is an introduction.
|
||||
\end{document}
|
||||
|
Binary file not shown.
@ -1,4 +1,10 @@
|
||||
\documentclass[a4paper, british]{report}
|
||||
\documentclass[british, twoside]{report}
|
||||
|
||||
\usepackage[a4paper, width=150mm, top=25mm, bottom=25mm, bindingoffset=6mm]{geometry}
|
||||
|
||||
% Page styling
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
|
||||
\usepackage{csquotes}
|
||||
\usepackage{babel}
|
||||
@ -36,9 +42,25 @@
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\pagenumbering{roman}
|
||||
\chapter*{Preface}
|
||||
\section*{Abstract}
|
||||
% TODO
|
||||
This is an abstract.
|
||||
|
||||
\section*{Declaration}
|
||||
I declare that this dissertation represents my own work except where otherwise stated.
|
||||
|
||||
\section*{Acknowledgements}
|
||||
% TODO
|
||||
This is the acknowledgements.
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\chapter{Introduction}
|
||||
\pagenumbering{arabic}
|
||||
\subfile{chapters/introduction.tex}
|
||||
|
||||
\chapter{Background}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user