Files
LaTeX_templates/InternshipReport/Chapters/Chapter1.tex
2025-11-12 17:13:43 +01:00

29 lines
546 B
TeX

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