28 lines
630 B
TeX
28 lines
630 B
TeX
\chapter{Chapter 1 title}
|
|
\chaptermark{Chapter 1 title in header}
|
|
\label{ch:chapter1}
|
|
\graphicspath{{Figures/Ch1/}}
|
|
\minitoc
|
|
|
|
\section{First Section of first chapter}
|
|
\subsection{Let's talk about A}
|
|
|
|
I must quote \citet{FavoriteAuthor} because they did a great job looking at this type of \gls{GAL}.
|
|
|
|
\subsection{And now B}
|
|
|
|
We can even reuse the acronym to plural: \glspl{GAL}
|
|
|
|
\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} |