full thesis template commit and figures

This commit is contained in:
Jan Kowalczyk
2025-02-21 10:26:36 +01:00
parent bc267cc5f0
commit 240b8353f9
51 changed files with 9799 additions and 0 deletions

21
thesis/intro/usage_sections.tex Executable file
View File

@@ -0,0 +1,21 @@
% **************************************************************************************************
% **************************************************************************************************
\newsection{Structure of Sections}{intro:sections}
The template provides several pre-defined commands for parts, chapters, sections, subsections, and subsubsections. These commands contain a mandatory argument for the label, and prevent floats (images and tables) to cross part- chapter and section boundaries. \Fref{tab:intro:sections:commands} in \Fref{sec:intro:sections} lists these commands.
\begin{longtable}{l|c|l}
\textbf{Command} & \textbf{FloatBarrier} & \textbf{Reference As} \\\hline
\verb|\newpart{Title}{label}| & yes & \verb|\fref{part:label}| \\
\verb|\newchapter{Title}{label}| & yes & \verb|\fref{chp:label}| \\
\verb|\newsection{Title}{label}| & yes & \verb|\fref{sec:label}| \\
\verb|\newsubsection{Title}{label}| & no & \verb|\fref{sec:label}| \\
\verb|\newsubsubsection{Title}{label}| & no & \verb|\fref{sec:label}| \\
\caption{Commands to start new parts, chapters, sections, \dots}
\label{tab:intro:sections:commands}
\end{longtable}