diff options
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 11 | ||||
| -rw-r--r-- | main/chapter02.tex | 99 |
2 files changed, 106 insertions, 4 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index 9de1bd0..3986e61 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -40,19 +40,22 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content -\clearpage \input{../chapter00/preface.tex} - \clearpage + \tableofcontents +\clearpage \setcounter{chapter}{-1} -\clearpage \input{../chapter00/content.tex} - \clearpage + \input{../chapter01/content.tex} +\clearpage + +\input{../chapter02/content.tex} +\clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix diff --git a/main/chapter02.tex b/main/chapter02.tex new file mode 100644 index 0000000..b7b11c7 --- /dev/null +++ b/main/chapter02.tex @@ -0,0 +1,99 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Lecture Notes} +\def\thesubtitle{Chapter 2: Signals and Systems} +\def\therevision{1} +\def\therevisiondate{2020-05-01} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Content + +\setcounter{chapter}{1} + +\clearpage +\input{../chapter02/content.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +%\include{appendix/crlb} + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% References +%\bibliographystyle{unsrt} +%\bibliography{Masterarbeit} + +% List of Acronyms +\input{../common/acronym.tex} +\newpage + +% 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 + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} |
