mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add basic thesis document with strucutre
This commit is contained in:
25
03_Thesis/sections/appendix.tex
Normal file
25
03_Thesis/sections/appendix.tex
Normal 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 |
|
||||
%% ---------------------
|
||||
Reference in New Issue
Block a user