~ubuntu-branches/ubuntu/vivid/soundscaperenderer/vivid

« back to all changes in this revision

Viewing changes to doc/manual/SoundScapeRenderer.tex

  • Committer: Package Import Robot
  • Author(s): IOhannes m zmölnig (Debian/GNU)
  • Date: 2014-05-08 16:58:09 UTC
  • Revision ID: package-import@ubuntu.com-20140508165809-7tz9dhu5pvo5wy25
Tags: upstream-0.4.1~dfsg
Import upstream version 0.4.1~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass[a4paper]{scrartcl}
 
2
 
 
3
\usepackage[sumlimits,intlimits]{amsmath}
 
4
%\usepackage{array}
 
5
\usepackage{wasysym}
 
6
\usepackage{graphicx}
 
7
\graphicspath{{images/}}
 
8
\usepackage{subfigure}
 
9
\usepackage{psfrag}
 
10
\usepackage{nicefrac}
 
11
\usepackage{comment}
 
12
\usepackage[colorlinks,urlcolor=black,linkcolor=black,citecolor=black]{hyperref}
 
13
 
 
14
\newcommand{\contactadress}{\href{mailto:ssr@spatialaudio.net}
 
15
  {\texttt{ssr@spatialaudio.net}}}
 
16
 
 
17
\begin{document}
 
18
 
 
19
\sloppy
 
20
 
 
21
\title{\Huge Introduction to the\\SoundScape Renderer (SSR)}
 
22
\author{Jens Ahrens, Matthias Geier and Sascha Spors\\[2ex]
 
23
\contactadress}
 
24
 
 
25
\date{\today}
 
26
 
 
27
\maketitle
 
28
 
 
29
\centerline{\includegraphics[width=.4\linewidth]{ssr_logo.mps}}
 
30
 
 
31
\begin{abstract}
 
32
\noindent\textsc{\Large
 
33
The SoundScape Renderer (SSR) comes with \mbox{ABSOLUTELY} NO WARRANTY.
 
34
The SSR is free software and released under the GNU
 
35
General Public License, either version 3 of the License, or (at your option)
 
36
any later version. For details, see the enclosed file COPYING or
 
37
\url{http://www.gnu.org/licenses/}.
 
38
}
 
39
\vspace{\baselineskip}
 
40
 
 
41
\begin{tabular}{ll}
 
42
Copyright \textcopyright\ 2012--2014 & Institut f\"ur Nachrichtentechnik,\\
 
43
 & Universit\"at Rostock\\
 
44
Copyright \textcopyright\ 2006--2012 & Quality \& Usability Lab,\\
 
45
 & Telekom Innovation Laboratories,\\
 
46
 & Technische Universit\"at Berlin\\
 
47
\end{tabular}
 
48
\end{abstract}
 
49
 
 
50
\thispagestyle{empty} % no page number on first page
 
51
 
 
52
% include your stuff here
 
53
 
 
54
\newpage
 
55
\tableofcontents
 
56
 
 
57
\include{general}
 
58
\include{operation}
 
59
\include{renderers}
 
60
\include{gui}
 
61
\include{network}
 
62
%\include{todo}
 
63
 
 
64
\bibliographystyle{unsrt}
 
65
\bibliography{references}
 
66
 
 
67
\end{document}