initial commit, import all templates

This commit is contained in:
2025-04-03 14:38:17 +02:00
commit e65d2a85a9
63 changed files with 5204 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
\chapter*{Abstract}
\chaptermark{Abstract}
\markboth{ABSTRACT}{ABSTRACT}
\addcontentsline{toc}{chapter}{Abstract}
...

View File

@@ -0,0 +1,5 @@
\chapter*{Acknowledgements}
\chaptermark{Acknowledgements}
\markboth{ACKNOWLEDGEMENTS}{ACKNOWLEDGEMENTS}
...

View 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}

View 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}

View 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}

View File

@@ -0,0 +1,7 @@
\chapter*{Conclusion}
\chaptermark{Conclusion}
\markboth{CONCLUSION}{CONCLUSION}
\addcontentsline{toc}{chapter}{Conclusion}
\label{ch:Conclusion}
...

View File

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

View File

@@ -0,0 +1,5 @@
\chapter*{Remerciements}
\chaptermark{Remerciements}
\markboth{REMERCIEMENTS}{REMERCIEMENTS}
...

View 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}
...