mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
25 lines
490 B
TeX
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 |
|
|
%% --------------------- |