-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbsba.tex
More file actions
28 lines (23 loc) · 834 Bytes
/
Copy pathdbsba.tex
File metadata and controls
28 lines (23 loc) · 834 Bytes
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
\documentclass[pdftex,12pt,a4paper]{report}
\usepackage{dbstmpl}
% Hier die eigenen Daten eintragen
\global\arbeit{Bachelor Thesis}
\global\titel{Comprehensive Overview of Scene Text Spotting Methods with Deep Learning}
\global\bearbeiter{Johannes Reichle}
\global\matrikel{04797218}
\global\betreuer{Prof.\ Dr.\ Rainer Schmidt}
\global\aufgabensteller{Random Ltd.}
\global\abgabetermin{10.03.2022}
\global\ort{Munich}
\global\fach{Information Systems and Management}
\begin{document}
\deckblatt
\input{chapters/00-frontmatter.tex}
\input{chapters/01-introduction.tex}
\input{chapters/02-theoretical-foundation.tex}
\input{chapters/03-overview.tex}
\input{chapters/04-problem.tex}
\input{chapters/05-discussion.tex}
\input{chapters/06-conclusion.tex}
\input{chapters/99-backmatter.tex}
\end{document}