update templates

This commit is contained in:
2025-11-12 17:13:43 +01:00
parent 63f66fbf02
commit 3202ab8096
114 changed files with 1178 additions and 2034 deletions

View File

@@ -0,0 +1,28 @@
\chapter{Chapter 1}
\chaptermark{Chapter1}
\markboth{CHAPTER1}{CHAPTER1}
\graphicspath{{Figures/Ch1/}}
\label{ch:Chapter1}
\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}

View File

@@ -0,0 +1,9 @@
\chapter{Chapter 2}
\chaptermark{Chapter2}
\markboth{CHAPTER2}{CHAPTER2}
\graphicspath{{Figures/Ch2/}}
\label{ch:Chapter2}
\section{This is a work in progress}
\subsection{Don't look at my notes}

View File

@@ -0,0 +1,17 @@
\chapter{Chapter3}
\chaptermark{Chapter3}
\markboth{CHAPTER3}{CHAPTER3}
\graphicspath{{Figures/Ch3/}}
\label{ch:Chapter3}
\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}

View File

@@ -0,0 +1,7 @@
\chapter*{Conclusion}
\chaptermark{Conclusion}
\markboth{CONCLUSION}{CONCLUSION}
\addcontentsline{toc}{chapter}{Conclusion}
\label{ch:Conclusion}
I finally got to the end, let's conclude

View File

@@ -0,0 +1,7 @@
\chapter*{Introduction}
\chaptermark{Introduction}
\markboth{INTRODUCTION}{INTRODUCTION}
\addcontentsline{toc}{chapter}{Introduction}
\label{ch:Introduction}
We start slowly ok