From 2879d675d5c179cfd72860b1f27866a265ed8532 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 8 Jun 2017 22:44:56 +0200 Subject: 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. --- thesis/thesis.tex | 11 ++++++----- 1 file 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 -- cgit v1.2.3-54-g00ecf