
KTH thesis template for 1st and 2nd cycle degree projects
作者:
Maksims Kornevs
最近上传:
10 个月前
许可:
Creative Commons CC BY 4.0
摘要:
Cover and thesis template based on KTH design from June 2024

\input{configuration}
\begin{document}
\include{front_matter}
% add \newEmptyPage\ before chapters name if chapters starts on even page
\chapter{Introduction}
\lipsum
\chapter{Background}
\lipsum[1]
\section{Section}
\lipsum[2]
\subsection{Subsection}
\lipsum[3]
\subsection{Subsection}
\lipsum[4]
\section{Section}
\lipsum[5]
\subsection{Subsection}
\lipsum[6]
\subsection{Subsection}
\lipsum[7]
\subsubsection{Subsubsection}
\lipsum[8]
\subsubsection{Subsubsection}
\lipsum[9]
\newEmptyPage\
\chapter{Methodology}
\lipsum[1]
\section{Section}
\lipsum[1]
\subsection{Subsection}
\lipsum[1]
\subsection{Subsection}
\lipsum[2]
\section{Section}
\lipsum[1]
\subsection{Subsection}
\lipsum[1]
\subsection{Subsection}
\lipsum[2]
\newEmptyPage\
\chapter{Results}
\lipsum[1]
\begin{itemize}
\item Phasellus eu tellus sit amet tortor gravida placerat.
\item Praesent eget sem vel leo ultrices bibendum.
\item Aenean faucibus. Morbi dolor nulla, malesuada eu, pulvinar at, mollis ac, nulla.
\end{itemize}
\lipsum[2]
Here is an example of reference to the Figure \ref{fig:fig1}.
\begin{figure}[h]
\centering
\includegraphics[width=0.6\textwidth]{Figures/Fig1.jpg}
\caption{This is a caption}
\label{fig:fig1} % Optional label for cross-referencing
\end{figure}
\lipsum[3]
\begin{table}[h]
\centering
\caption{Example Table}
\label{tab:example}
\begin{tabular}{ccc}
\toprule
\textbf{Column 1} & \textbf{Column 2} & \textbf{Column 3} \\
\midrule
Row 1, Col 1 & Row 1, Col 2 & Row 1, Col 3 \\
Row 2, Col 1 & Row 2, Col 2 & Row 2, Col 3 \\
Row 3, Col 1 & Row 3, Col 2 & Row 3, Col 3 \\
\bottomrule
\end{tabular}
\end{table}
\lipsum[4]
\end{document}