renamed folders to allow inserting folders in between

This commit is contained in:
hannes.kuchelmeister
2020-01-22 13:52:31 +01:00
parent 4b2a438868
commit f1782b8242
55 changed files with 581 additions and 519 deletions

View File

@@ -0,0 +1,25 @@
\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 |
%% ---------------------