From ad78d6ae088f89eb22c469be844fc16e39df0043 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Fri, 1 May 2020 12:56:59 +0200 Subject: Adding index, adding complete script --- main/DCS.tex | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++ main/chapter00.tex | 10 ++++- main/chapter01.tex | 10 ++++- 3 files changed, 123 insertions(+), 4 deletions(-) create mode 100644 main/DCS.tex (limited to 'main') diff --git a/main/DCS.tex b/main/DCS.tex new file mode 100644 index 0000000..9de1bd0 --- /dev/null +++ b/main/DCS.tex @@ -0,0 +1,107 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Lecture Notes and Exercises} +\def\therevision{1} +\def\therevisiondate{2020-04-27} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Header +\input{../common/settings.tex} + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title Page +\pagenumbering{Alph} +\pagestyle{empty} + +% Title Page +\input{../common/titlepage.tex} +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preface +\pagenumbering{arabic} +\pagestyle{headings} + +% Inhaltsverzeichnis +%\tableofcontents +%\newpage + +% Imprint +\input{../common/imprint.tex} +\newpage + +% List of Acronyms +\input{../common/acronym.tex} +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Content + +\clearpage +\input{../chapter00/preface.tex} + +\clearpage +\tableofcontents + +\setcounter{chapter}{-1} + +\clearpage +\input{../chapter00/content.tex} + +\clearpage +\input{../chapter01/content.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +%\include{appendix/crlb} + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% References +%\bibliographystyle{unsrt} +%\bibliography{Masterarbeit} + +% Notation +%\include{formales/notation} +%\newpage + +% List of Symbols +%\include{formales/formelzeichen} +\newpage + +% List of Block Diagram Symbols +%\include{formales/blockfigures} +\newpage + +% Print default index +\phantomsection +\addcontentsline{toc}{chapter}{Index} +\printindex +\newpage + +% List of Figures +\phantomsection +\addcontentsline{toc}{chapter}{\listfigurename} +\listoffigures +\newpage + +% List of Tables +\phantomsection +\addcontentsline{toc}{chapter}{\listtablename} +\listoftables +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} diff --git a/main/chapter00.tex b/main/chapter00.tex index d309051..c96a1b6 100644 --- a/main/chapter00.tex +++ b/main/chapter00.tex @@ -73,14 +73,20 @@ %\include{formales/blockfigures} \newpage +% Print default index +\phantomsection +\addcontentsline{toc}{chapter}{Index} +\printindex +\newpage + % List of Figures -%\phantomsection +\phantomsection \addcontentsline{toc}{chapter}{\listfigurename} \listoffigures \newpage % List of Tables -%\phantomsection +\phantomsection \addcontentsline{toc}{chapter}{\listtablename} \listoftables \newpage diff --git a/main/chapter01.tex b/main/chapter01.tex index 5b19c94..2e63445 100644 --- a/main/chapter01.tex +++ b/main/chapter01.tex @@ -70,14 +70,20 @@ %\include{formales/blockfigures} \newpage +% Print default index +\phantomsection +\addcontentsline{toc}{chapter}{Index} +\printindex +\newpage + % List of Figures -%\phantomsection +\phantomsection \addcontentsline{toc}{chapter}{\listfigurename} \listoffigures \newpage % List of Tables -%\phantomsection +\phantomsection \addcontentsline{toc}{chapter}{\listtablename} \listoftables \newpage -- cgit v1.1