summaryrefslogtreecommitdiffstats
path: root/thesis
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-06-08 22:28:24 +0200
committerDavid Runge <dave@sleepmap.de>2017-06-08 22:28:24 +0200
commit33965883b056dde0e1b3a63caa8e1ba1e060bb9e (patch)
treec3519793320a118b71ce0f96685edd0d4432a6a8 /thesis
parent0c5c196bc3d9f35a0fd4ccd64d553a8e86f5fbfc (diff)
downloadmaster-thesis-33965883b056dde0e1b3a63caa8e1ba1e060bb9e.tar.gz
master-thesis-33965883b056dde0e1b3a63caa8e1ba1e060bb9e.tar.bz2
master-thesis-33965883b056dde0e1b3a63caa8e1ba1e060bb9e.tar.xz
master-thesis-33965883b056dde0e1b3a63caa8e1ba1e060bb9e.zip
thesis/thesis.tex: Changing to documentclass paper. Making Introduction proper section. Setting tocdepth to 4. using authoryear for natbib package. Adding hypersetup to not have colorful links. introduction pagebreak after listoffigures.
Diffstat (limited to 'thesis')
-rw-r--r--thesis/thesis.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index ea4414a..e5447bd 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -1,9 +1,8 @@
-\documentclass[12pt,a4paper,oneside,titlepage]{report}
+\documentclass[12pt,a4paper,oneside,titlepage]{paper}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp} % Sonderzeichen, z.B. €
-%\usepackage{citep}
\usepackage{listings}
\lstdefinelanguage{Ini}{basicstyle=\ttfamily\tiny,
columns=fullflexible,
@@ -24,8 +23,9 @@
\usepackage{color}
%\usepackage{bbding}
\usepackage{hyperref}
+\hypersetup{hidelinks, colorlinks = false}
\usepackage[font=scriptsize]{caption}
-\usepackage[numbers]{natbib}
+\usepackage[authoryear]{natbib}
\graphicspath{{../images//}}
\renewcommand\thesection{\arabic{section}}
\makeindex
@@ -77,11 +77,11 @@
to turn it into a networking application for large scale WFS setups.
\end{abstract}
- \setcounter{tocdepth}{3}
+ \setcounter{tocdepth}{4}
\tableofcontents
\pagebreak
- \section*{Introduction}
+ \section{Introduction}
Wave Field Synthesis (WFS) describes a spatial technique for rendering
audio. As such it aims at synthesizing a sound field of desired acoustic
preference in a given listening area, assuming a planar reproduction to be
@@ -254,6 +254,7 @@
\pagebreak
\listoffigures
+ \pagebreak
\listoftables
\pagebreak
\bibliographystyle{plainnat}