From e5a1fb052ab961c603585ccd8f63b32fa3f6884f Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Fri, 17 Apr 2020 11:07:14 +0200 Subject: [PATCH] remove appendix --- 30_Thesis/sections/appendix.tex | 20 -------------------- 30_Thesis/thesis.tex | 7 ------- 2 files changed, 27 deletions(-) delete mode 100644 30_Thesis/sections/appendix.tex 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}