-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
196 lines (160 loc) · 5.71 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
%% LaTeX2e class for student theses
%% thesis.tex
%%
%% Karlsruhe Institute of Technology
%% Institute for Program Structures and Data Organization (IPD)
%% Chair for Software Design and Quality (SDQ)
%%
%% Dr.-Ing. Erik Burger
%% burger@kit.edu
%%
%% Version 1.1, 2014-11-21
%% Available languages: english,ngerman
%% Available modes: draft,final (see README)
\documentclass[english]{sdqthesis}
%% ---------------------------------
%% | Information about the thesis |
%% ---------------------------------
%% Name of the author
\author{Daniel H. Draper}
%% Title (and possibly subtitle) of the thesis
\title{Online Neural Network-based Language Identification}
%% Type of the thesis
\thesistype{Master's Thesis}
%% Change the institute here, ``IPD'' is default
\myinstitute{Institute for Anthropomatics and Robotics}
%% You can put a logo in the ``logos'' directory and include it here
%% instead of the SDQ logo
% \grouplogo{myfile}
%% Alternatively, you can disable the group logo
\nogrouplogo
%% The reviewers are the professors that grade your thesis
\reviewerone{Prof. Dr. Alexander Waibel}
\reviewertwo{Prof. Dr. Walter F. Tichy}
%% The advisors are PhDs or Postdocs
\advisorone{M.Sc. Markus Müller}
%% The second advisor can be omitted
\advisortwo{Dr. Sebastian Stüker}
%% Please enter the start end end time of your thesis
\editingtime{12. December 2016}{11. May 2017}
\settitle
%% --------------------------------
%% | Settings for word separation |
%% --------------------------------
%% Describe separation hints here.
%% For more details, see
%% http://en.wikibooks.org/wiki/LaTeX/Text_Formatting#Hyphenation
\hyphenation{Mensch-Maschine-Kommunikation
% me-ta-mo-del
}
%% --------------------------------
%% | Bibliography |
%% --------------------------------
%% Use biber instead of BibTeX, see README
%\usepackage[citestyle=numeric,style=numeric,backend=biber]{biblatex}
\usepackage{xr}
\usepackage{listings}
\usepackage{pdfpages}
\usepackage[nopostdot,nonumberlist,toc]{glossaries}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{arydshln}
\usepackage{placeins}
\pgfplotsset{width=10cm,compat=1.9}
\newcommand{\ltab}{\raggedright\arraybackslash}
\setlength{\parskip}{.5em}
\DeclareMathOperator*{\argmax}{arg\,max}
\lstdefinelanguage{tclfix}% from tcl definition
{alsoletter={.:,*=&-},%
morekeywords={after,append,array,names,exists,anymore,donesearch,%
get,nextelement,set,size,startsearch,auto_mkindex,binary,break,%
case,catch,cd,clock,close,concat,console,continue,default,else,%
elseif,eof,error,eval,exec,-keepnewline,exit,expr,fblocked,%
fconfigure,fcopy,file,atime,dirname,executable,exists,extension,%
isdirectory,isfile,join,lstat,mtime,owned,readable,readlink,%
rootname,size,stat,tail,type,writable,-permissions,-group,-owner,%
-archive,-hidden,-readonly,-system,-creator,-type,-force,%
fileevent,flush,for,foreach,format,gets,glob,global,history,if,%
incr,info,argsbody,cmdcount,commands,complete,default,exists,%
globals,level,library,locals,patchlevel,procs,script,tclversion,%
vars,interp,join,lappend,lindex,linsert,list,llength,lrange,%
lreplace,lsearch,-exact,-regexp,-glob,lsort,-ascii,-integer,%
-real,-dictionary,-increasing,-decreasing,-index,-command,load,%
namespace,open,package,forget,ifneeded,provide,require,unknown,%
vcompare,versions,vsatisfies,pid,proc,puts,-nonewline,pwd,read,%
regexp,-indices,regsub,-all,-nocaserename,return,scan,seek,set,%
socket,source,split,string,compare,first,index,last,length,match,%
range,tolower,toupper,trim,trimleft,trimright,subst,switch,tell,%
time,trace,variable,vdelete,vinfo,unknown,unset,uplevel,upvar,%
vwait,while,acos,asin,atan,atan2,ceil,cos,cosh,exp,floor,fmod,%
hypot,log,log10,pow,sin,sinh,sqrt,tan,tanh,abs,double,int,round%
},%
morestring=[d]",%
% MoreSelectCharTable=% <= the strange definition
% \lst@CArgX\#\relax\lst@DefDelimB{}{}%
% {\ifx\lst@lastother\lstum@backslash
% \expandafter\@gobblethree
% \fi}%
% \lst@BeginComment\lst@commentmode
% {{\lst@commentstyle}\lst@Lmodetrue}%
morecomment=[l]\# % <= this one ! Much simpler
}[keywords,comments,strings]%
\lstset{commentstyle=\itshape,language=tclfix}
\makeglossaries
%% ====================================
%% ====================================
%% || ||
%% || Beginning of the main document ||
%% || ||
%% ====================================
%% ====================================
\begin{document}
%% Set PDF metadata
\setpdf
%% Set the title
\maketitle
%% The Preamble begins here
\frontmatter
\include{sections/declaration}
\setcounter{page}{1}
\pagenumbering{roman}
%% ----------------
%% | Abstract |
%% ----------------
%% For theses written in English, an abstract both in English
%% and German is mandatory.
%%
%% For theses written in German, a German abstract is sufficient.
%%
%% The text is included from the following files:
%% - sections/abstract
\includeabstract
%% ------------------------
%% | Table of Contents |
%% ------------------------
\tableofcontents
\listoffigures
\listoftables
%% -----------------
%% | Main part |
%% -----------------
\mainmatter
\include{sections/introduction}
\include{sections/preliminary}
\include{sections/content}
\include{sections/conclusion}
%% --------------------
%% | Bibliography |
%% --------------------
%% Add entry to the table of contents for the bibliography
\bibliography{thesis}
\bibliographystyle{alpha}
%\printbibliography[heading=bibintoc]
%% ----------------
%% | Appendix |
%% ----------------
\appendix
\include{sections/appendix}
\glsaddall
\printglossaries
\end{document}