diff options
author | David Runge <dave@sleepmap.de> | 2017-06-08 22:44:56 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-06-08 22:44:56 +0200 |
commit | 2879d675d5c179cfd72860b1f27866a265ed8532 (patch) | |
tree | d9e6343a002c9736bc323bed0ced1bf910e23131 /thesis | |
parent | 33965883b056dde0e1b3a63caa8e1ba1e060bb9e (diff) | |
download | master-thesis-2879d675d5c179cfd72860b1f27866a265ed8532.tar.gz master-thesis-2879d675d5c179cfd72860b1f27866a265ed8532.tar.bz2 master-thesis-2879d675d5c179cfd72860b1f27866a265ed8532.tar.xz master-thesis-2879d675d5c179cfd72860b1f27866a265ed8532.zip |
thesis/thesis.tex: Removing redundant comments. Removing useless packages. Adding pagestyle empty for all pages before first section and setting it to headings from tableofcontents on. Setting the counter for pages to 1 before the first section.
Diffstat (limited to 'thesis')
-rw-r--r-- | thesis/thesis.tex | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index e5447bd..92523fd 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -2,7 +2,7 @@ \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} -\usepackage{textcomp} % Sonderzeichen, z.B. € +\usepackage{textcomp} \usepackage{listings} \lstdefinelanguage{Ini}{basicstyle=\ttfamily\tiny, columns=fullflexible, @@ -15,20 +15,17 @@ \usepackage{lmodern} \usepackage{multirow} \usepackage{url} -\usepackage{graphicx} % for PDF scaling +\usepackage{graphicx} \usepackage{pdfpages} \usepackage{float} \floatstyle{boxed} \restylefloat{figure} \usepackage{color} -%\usepackage{bbding} \usepackage{hyperref} \hypersetup{hidelinks, colorlinks = false} \usepackage[font=scriptsize]{caption} \usepackage[authoryear]{natbib} \graphicspath{{../images//}} -\renewcommand\thesection{\arabic{section}} -\makeindex \begin{document} \begin{titlepage} @@ -49,6 +46,7 @@ {\large \today\par} \end{titlepage} + \pagestyle{empty} \section*{Eidesstattliche Erklärung} \vspace{1cm} Hiermit erkläre ich, dass ich die vorliegende Arbeit selbstständig und @@ -79,7 +77,10 @@ \setcounter{tocdepth}{4} \tableofcontents + \clearpage \pagebreak + \pagestyle{headings} + \setcounter{page}{1} \section{Introduction} Wave Field Synthesis (WFS) describes a spatial technique for rendering |