Fix Appendix

This commit is contained in:
Maximilian Kenfenheuer 2020-12-16 20:57:07 +01:00
parent cd73691bff
commit b576e4d68f
5 changed files with 28 additions and 13 deletions

3
.gitignore vendored
View File

@ -238,4 +238,5 @@ TSWLatexianTemp*
/auto/*
# expex forward references with \gathertags
*-tags.tex
*-tags.tex
main.ptc

4
appendix/01_example.tex Normal file
View File

@ -0,0 +1,4 @@
%!TEX root = ../main.tex
\section{Example}
\label{app:example}

View File

@ -1,13 +1,5 @@
%!TEX root = ../main.tex
\addchap{Anhang}
\label{appendix}
% create a table of appendices here manually like this:
% \contentsline{section}{\numberline{1}AppendixTitle}{\pageref{app:appendixlabel}}{app:appendixlabel}
\newpage
% input the appendix files here like this:
% \input{appendix/appendix1.tex}
% \newpage
\input{appendix/01_example.tex}
\newpage

View File

@ -21,6 +21,22 @@
bottom=25mm
]{geometry}
% Anhang inklusive Anhangsverzeichnis
\usepackage{titletoc}
\newenvironment{custom_appendix}{%
\renewcommand{\thechapter}{\MakeUppercase{\Alph{chapter}}}%
\setcounter{chapter}{1}
\addchap{Anhang}
\startcontents[sections]
\section*{Anhangsverzeichnis}
\printcontents[sections]{l}{1}{\setcounter{tocdepth}{2}}
\newpage
}{
\stopcontents[sections]
\renewcommand{\thechapter}{\arabic{chapter}}%
\setcounter{chapter}{1}
}
% Reduzierung der Abstände zwischen Überschriften und Text
\RedeclareSectionCommand[afterskip=.0001\baselineskip]{section}
\RedeclareSectionCommand[afterskip=.0001\baselineskip]{subsection}

View File

@ -78,8 +78,10 @@
\newpage
% appendix - uncomment if needed
% \input{appendix/appendix.tex}
% \newpage
\begin{custom_appendix}
\input{appendix/appendix.tex}
\newpage
\end{custom_appendix}
% affirmation
\input{additionals/affirmation.tex}