-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbstmpl.sty
More file actions
248 lines (206 loc) · 6.96 KB
/
Copy pathdbstmpl.sty
File metadata and controls
248 lines (206 loc) · 6.96 KB
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
\def\fileversion{v1.1}
\def\filedate{2010/06/21}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{dbstmpl}[\filedate\space\fileversion]
%%
%% benoetigte Pakete
%%
%% Wenn es englisch sein soll:
\RequirePackage[german,english]{babel}
%% sonst: für deutsche Arbeiten:
%\RequirePackage[english,german]{babel}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{german}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{geometry}
\RequirePackage{fancyhdr}
\RequirePackage[nottoc]{tocbibind}
\RequirePackage{graphicx}
\RequirePackage{subfigure}
\RequirePackage[font=scriptsize,labelfont=bf]{caption}
\RequirePackage{verbatim}
\RequirePackage{acro}
\RequirePackage{booktabs}
\RequirePackage{placeins}
\RequirePackage{mathtools}
\RequirePackage{nomencl}
\RequirePackage{makecell}
%% wider tables
%% allow urls to break in bibliography
\RequirePackage{xurl}
\RequirePackage[hidelinks]{hyperref}
\RequirePackage[round]{natbib}
%% tikz drawings
\RequirePackage{tikz-qtree}
\RequirePackage{latexsym}
\RequirePackage{tikz}
\usetikzlibrary{%
decorations.pathreplacing,fadings,shadows,trees,positioning,matrix,calc,chains,arrows.meta,
fit,shapes
}
\RequirePackage{sidecap}
\makenomenclature%
%%
%% haeufig benutzte Symbole
%%
\newcommand{\N}{\mathbb{N}} % Menge der natuerlichen Zahlen
\newcommand{\Z}{\mathbb{Z}} % Menge der ganzen Zahlen
\newcommand{\Q}{\mathbb{Q}} % Menge der rationalen Zahlen
\newcommand{\R}{\mathbb{R}} % Menge der reellen Zahlen
\newcommand{\C}{\mathbb{C}} % Menge der komplexen Zahlen
\newcommand{\E}{\mathbb{E}} % Erwartungswert
\newcommand{\Xt}{\mathbb{X}} % Trainingsset
\newcommand{\empt}[2]{$#1^{\langle #2 \rangle}$} % for LSTM tikz
% math notation help
\newcommand{\w}{\textbf{w}}
\newcommand{\cb}{\textbf{c}}
\newcommand{\h}{\textbf{h}}
\newcommand{\x}{\textbf{x}}
\newcommand{\y}{\textbf{y}}
\newcommand{\Y}{\textbf{Y}}
\newcommand{\z}{\textbf{z}}
\newcommand{\xti}{\textbf{x}^{(i)}}
\newcommand{\yti}{y^{(i)}}
\newcommand{\X}{\textbf{X}}
\newcommand{\T}{\boldsymbol{\theta}}
\newcommand{\fone}{$F_1$-Score}
\newcommand{\sfmx}{\textsf{softmax}}
\newcommand{\tahn}{\textsf{tanh}}
\newcommand{\relu}{\textsf{ReLU}}
%%
%% Mathe Befehle
%%
% norm
\DeclarePairedDelimiterX{\infdivx}[2]{(}{)}{%
#1\;\delimsize\|\;#2%
}
\newcommand{\infdiv}{D\infdivx}
\DeclarePairedDelimiter{\norm}{\lVert}{\rVert}
%%
%% haeufig benutzte Begriffe
%%
\DeclareAcronym{AP}{short=AP,long=Average Precision}
\DeclareAcronym{AED}{short=AED,long=Average Edit Distance}
\DeclareAcronym{BB}{short=BB,long=Bounding Box}
\DeclareAcronym{BiLSTM}{short=BiLSTM,long=Bidirectional Long Short Term Memory}
\DeclareAcronym{CNN}{short=CNN,long=Convolutional Neural Network}
\DeclareAcronym{CTC}{short=CTC,long=Connectionist Temporal Classification}
\DeclareAcronym{DL}{short=DL,long=Deep Learning}
\DeclareAcronym{DNN}{short=DNN,long=Deep Neural Network}
\DeclareAcronym{EnDe}{short=EnDe,long=Encoder Decoder}
\DeclareAcronym{GD}{short=GD,long=Gradient Descent}
\DeclareAcronym{IOU}{short=IOU,long=Intersection over Union}
\DeclareAcronym{LSTM}{short=LSTM,long=Long Short Term Memory}
\DeclareAcronym{NED}{short=NED,long=Normalized Edit Distance}
\DeclareAcronym{ML}{short=ML,long=Machine Learning}
\DeclareAcronym{MLP}{short=MLP,long=Multi Layer Perceptron}
\DeclareAcronym{MLS}{short=MLS,long=Machine Learning System}
\DeclareAcronym{MSE}{short=MSE,long=Mean Squared Error}
\DeclareAcronym{NMS}{short=NMS,long=Non Maximum Suppression}
\DeclareAcronym{NN}{short=NN,long=Neural Network}
\DeclareAcronym{OCR}{short=OCR,long=Optical Character Recognition}
\DeclareAcronym{RNN}{short=RNN,long=Recurrent Neural Network}
\DeclareAcronym{ROI}{short=ROI,long=Region of Interest}
\DeclareAcronym{RPN}{short=RPN,long=Region Proposal Network}
\DeclareAcronym{SSD}{short=SSD,long=Single Shot MultiBox Detector}
\DeclareAcronym{STD}{short=STD,long=Scene Text Detection}
\DeclareAcronym{STR}{short=STR,long=Scene Text Recognition}
\DeclareAcronym{STS}{short=STS,long=Scene Text Spotting}
\DeclareAcronym{TPS}{short=TPS,long=Thin Plate Splines}
%%
%% Nomenclature
%%
\usepackage{etoolbox}
\renewcommand\nomgroup[1]{%
\item[\bfseries
\ifstrequal{#1}{C}{Calculus}{%
\ifstrequal{#1}{O}{Other}{%
\ifstrequal{#1}{D}{Datasets}{%
\ifstrequal{#1}{M}{Numbers and Arrays}{}}}}%
]}
%%
%% Einstellungen
%%
% Seitenraender
\geometry{body={140mm,210mm},footskip=12mm}
% Gestaltung der Kopf- und Fusszeilen
\pagestyle{fancy}
\headheight 14pt
\fancyhf{}
\fancyhead[L]{\small\leftmark}
%\fancyhead[R]{\small\thepage}
\fancyfoot[C]{\thepage}
% subsubsections numerieren und ins Inhaltsverzeichnis aufnehmen
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
%%
%% Globale Variablen
%%
\newtoks\arbeit % Art der Arbeit
\newtoks\fach % Studiengang
\newtoks\titel % Titel der Arbeit
\newtoks\bearbeiter % Name des Bearbeiters
\newtoks\matrikel % Matrikelnummer
\newtoks\betreuer % Name des Betreuers
\newtoks\aufgabensteller % Name des Aufgabenstellers
\newtoks\abgabetermin % Datum der Abgabe
\newtoks\ort % Wohnort des Bearbeiters
%%
%% Ausgabe des Deckblatts fuer eine Diplom- oder Projektarbeit.
%%
\newcommand{\deckblatt}{
\begin{titlepage}
\vspace{-2cm}
\begin{center}
\includegraphics[width=0.5\textwidth]{img/Logo.jpeg}
\end{center}
\begin{center}
\vspace{2.5cm}
\large \the\arbeit
{\large in \the\fach}
\vspace{1cm}
\huge \the\titel
\vspace{1cm}
\large \the\bearbeiter
\large Matriculation No. 04797218
\vspace{\fill}
\normalsize
Munich University of Applied Sciences
Faculty for Computer Science and Mathematics
\vspace{1cm}
\normalsize
\begin{tabular}{ll}
Supervisor & \the\betreuer\\
Date of Submission & \the\abgabetermin
\end{tabular}
\end{center}
\end{titlepage}
}
%%
%% Ausgabe der Erklaerung ueber die selbstaendige Anfertigung
%%
\newcommand{\erklaerung}{
\begin{titlepage}
\vspace*{\fill}
\parindent 0cm
\begin{center}
\textbf{Declaration}
\vspace{1cm}
\begin{minipage}{9.8cm}
In accordance with \S 16 para.\ 10 APO in conjunction with \S 35 para.\ 7 RaPO:
I hereby declare that I have written this bachelor thesis independently, have not submitted
it for examination purposes elsewhere, have not used any sources or aids other than those
indicated, and have marked verbatim and analogous quotations as such.
\vspace{1cm}
\the\ort, the \the\abgabetermin
\vspace{1.5cm}
\includegraphics[width=0.3\textwidth]{img/Unterschrift.jpeg}
\makebox[9.8cm]{\dotfill}\\
\the\bearbeiter
\end{minipage}
\end{center}
\vspace*{\fill}
\end{titlepage}
}