add basic thesis document with strucutre

This commit is contained in:
hannes.kuchelmeister
2020-01-15 12:33:23 +01:00
parent e08c26e942
commit 537ac8eefb
25 changed files with 12136 additions and 0 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 |
%% ---------------------