feat(tex): add Aufgabenstellung and Eigenstaendigkeitserklaerung boilerplate
This commit is contained in:
parent
da07b320a4
commit
b17f7664a2
3 changed files with 47 additions and 0 deletions
|
@ -62,6 +62,12 @@
|
|||
\include{Deckblatt}
|
||||
\clearpage{\thispagestyle{empty}\cleardoublepage} %leere Seite für "documentclass book"
|
||||
|
||||
\include{Eigenstaendigkeitserklaerung}
|
||||
\clearpage{\thispagestyle{empty}\cleardoublepage} %leere Seite für "documentclass book"
|
||||
|
||||
\include{Aufgabenstellung}
|
||||
\clearpage{\thispagestyle{empty}\cleardoublepage} %leere Seite für "documentclass book"
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%Inhaltsverzeichnis
|
||||
|
||||
|
@ -78,6 +84,7 @@
|
|||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis} %Eintrag im Inhaltsverzeichnis
|
||||
\clearpage
|
||||
\todo{Move}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue