diff --git a/30_Thesis/sections/appendix.tex b/30_Thesis/sections/appendix.tex deleted file mode 100644 index e7f7f38..0000000 --- a/30_Thesis/sections/appendix.tex +++ /dev/null @@ -1,20 +0,0 @@ -\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} - - -\dots -%% --------------------- -%% | / Example content | -%% --------------------- - diff --git a/30_Thesis/thesis.tex b/30_Thesis/thesis.tex index 1c0a48b..248d7ad 100644 --- a/30_Thesis/thesis.tex +++ b/30_Thesis/thesis.tex @@ -215,11 +215,4 @@ %% Add entry to the table of contents for the bibliography \printbibliography[heading=bibintoc] - -%% ---------------- -%% | Appendix | -%% ---------------- -\appendix -\input{sections/appendix.tex} - \end{document}