initial commit, import all templates
This commit is contained in:
6
Thesis/Chapters/ch-Abstract.tex
Normal file
6
Thesis/Chapters/ch-Abstract.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\chapter*{Abstract}
|
||||
\chaptermark{Abstract}
|
||||
\markboth{ABSTRACT}{ABSTRACT}
|
||||
\addcontentsline{toc}{chapter}{Abstract}
|
||||
|
||||
...
|
||||
5
Thesis/Chapters/ch-Acknowledgements.tex
Normal file
5
Thesis/Chapters/ch-Acknowledgements.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter*{Acknowledgements}
|
||||
\chaptermark{Acknowledgements}
|
||||
\markboth{ACKNOWLEDGEMENTS}{ACKNOWLEDGEMENTS}
|
||||
|
||||
...
|
||||
28
Thesis/Chapters/ch-Chapter1.tex
Normal file
28
Thesis/Chapters/ch-Chapter1.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\chapter{Chapter 1 title}
|
||||
\chaptermark{Chapter 1 title in header}
|
||||
\label{ch:chapter1}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
\section{First Section of first chapter}
|
||||
\subsection{Let's talk about A}
|
||||
|
||||
I must quote \citet{FavoriteAuthor} because they did a great job.
|
||||
|
||||
\subsection{And now B}
|
||||
|
||||
...
|
||||
|
||||
\section{But what about this}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[]{example-image-a}
|
||||
\caption{Image A.}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[]{example-image-b}
|
||||
\caption{Image B.}
|
||||
\end{figure}
|
||||
14
Thesis/Chapters/ch-Chapter2.tex
Normal file
14
Thesis/Chapters/ch-Chapter2.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\chapter{Chapter 2 title}
|
||||
\chaptermark{Chapter 2 title in header}
|
||||
\label{ch:chapter2}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
|
||||
\section{This is a work in progress}
|
||||
|
||||
\subsection{Don't look at my notes}
|
||||
|
||||
\begin{notes}
|
||||
This text is only visible with the "ShowNotes" class option
|
||||
\end{notes}
|
||||
17
Thesis/Chapters/ch-Chapter3.tex
Normal file
17
Thesis/Chapters/ch-Chapter3.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\chapter{Chapter 3 title}
|
||||
\chaptermark{Chapter 3 title in header}
|
||||
\label{ch:chapter3}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
\section{Look at this Table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\centering
|
||||
\begin{tabular}{c|c}
|
||||
First col & Second col \\
|
||||
wow & right
|
||||
\end{tabular}
|
||||
\caption{Omg much data}
|
||||
\label{tab:greattable}
|
||||
\end{table}
|
||||
7
Thesis/Chapters/ch-Conclusion.tex
Normal file
7
Thesis/Chapters/ch-Conclusion.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\chapter*{Conclusion}
|
||||
\chaptermark{Conclusion}
|
||||
\markboth{CONCLUSION}{CONCLUSION}
|
||||
\addcontentsline{toc}{chapter}{Conclusion}
|
||||
\label{ch:Conclusion}
|
||||
|
||||
...
|
||||
7
Thesis/Chapters/ch-Introduction.tex
Normal file
7
Thesis/Chapters/ch-Introduction.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\chapter*{Introduction}
|
||||
\chaptermark{Introduction}
|
||||
\markboth{INTRODUCTION}{INTRODUCTION}
|
||||
\addcontentsline{toc}{chapter}{Introduction}
|
||||
\label{ch:Introduction}
|
||||
|
||||
We start slowly ok
|
||||
5
Thesis/Chapters/ch-Remerciements.tex
Normal file
5
Thesis/Chapters/ch-Remerciements.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter*{Remerciements}
|
||||
\chaptermark{Remerciements}
|
||||
\markboth{REMERCIEMENTS}{REMERCIEMENTS}
|
||||
|
||||
...
|
||||
6
Thesis/Chapters/ch-Résumé.tex
Normal file
6
Thesis/Chapters/ch-Résumé.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\chapter*{R\'esum\'e}
|
||||
\chaptermark{R\'esum\'e}
|
||||
\markboth{R\'ESUM\'E}{R\'ESUM\'E}
|
||||
\addcontentsline{toc}{chapter}{R\'esum\'e}
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user