diff --git a/chapters/cheatsheet.tex b/chapters/cheatsheet.tex index e240f31..08afbd5 100644 --- a/chapters/cheatsheet.tex +++ b/chapters/cheatsheet.tex @@ -77,26 +77,25 @@ Example nested lists (works with any type of list):\\ \begin{figure}[!htbp] \begin{subfigure}[t]{0.3\textwidth} \includegraphics[width=\textwidth]{images/mult0.jpg} - \captionof{figure}{Lichtpunkte auf dunklem Hintergrund} + \caption{}{Lichtpunkte auf dunklem Hintergrund} \caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}} \label{fig:light-points-on-dark-bg} \end{subfigure} \hfill \begin{subfigure}[t]{0.3\textwidth} \includegraphics[width=\textwidth]{images/mult1.png} - \captionof{figure}{Ein Tannenbaum} + \caption{}{Ein Tannenbaum} \caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}} \label{fig:tannenbaum} \end{subfigure} \hfill \begin{subfigure}[t]{0.3\textwidth} \includegraphics[width=\textwidth]{images/mult2.jpg} - \captionof{figure}{Eine Winterstadt} + \caption{}{Eine Winterstadt} \caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}} \label{fig:winter-city} \end{subfigure} - \caption{Ein Beispiel für mehrere Bilder nebeneinander} \end{figure} diff --git a/main.pdf b/main.pdf index 2369e9b..eb8234a 100644 Binary files a/main.pdf and b/main.pdf differ