Files
bachelor_thesis/30_Thesis/sections/appendix.tex
2020-01-22 13:54:29 +01:00

25 lines
490 B
TeX

\iflanguage{english}
{\chapter{Appendix}} % english style
{\chapter{Anhang}} % german style
\label{chap:appendix}
%% -------------------
%% | Example content |
%% -------------------
\section{First Appendix Section}
\label{sec:appendix:FirstSection}
\setcounter{figure}{0}
\begin{figure} [ht]
\centering
\caption{A figure}
\label{fig:anotherfigure}
\end{figure}
\dots
%% ---------------------
%% | / Example content |
%% ---------------------