diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-10-07 09:53:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-10-07 09:53:54 +0200 |
| commit | 7a2978f3ba7e2237e43353479ee3b252488c51fc (patch) | |
| tree | 72120c569c2a4e6838ae93295b092f95c0ebb9a4 /document.tex | |
| download | gharaei-template-master.tar.gz gharaei-template-master.zip | |
Diffstat (limited to 'document.tex')
| -rw-r--r-- | document.tex | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/document.tex b/document.tex new file mode 100644 index 0000000..f160700 --- /dev/null +++ b/document.tex @@ -0,0 +1,40 @@ +\documentclass[ + a4paper, + oneside, + 11pt, + twocolumn +]{scrreprt} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} + +\newcommand{\undefinedpagestyle}{} % ??? TODO dirty hack für broken incgraph build + +\newif\ifdraft +\drafttrue % Sagt aus, dass dieses Dokument ein Entwurf ist. Somit wird todonotes aktiviert. Zum deaktivieren diese Zeile auskommentieren oder auf \draftfalse setzen. + +\author{Vorname Nachname} +\title{Notes} +\date{\today} + +\input{layout/header} + +\begin{document} + \listoftodos + \pagestyle{empty} + \input{layout/deckblatt} + + \tableofcontents + + \pagestyle{scrheadings} + \setcounter{page}{1} + \input{chapters/01_introduction} + \pagestyle{empty} + + \printbibliography + \listoffigures + \clearpage + \input{layout/erklaerung} + + \clearpage + \appendix +\end{document} |
