forked from FlorianX/Latex-Template-Thesis
-
Notifications
You must be signed in to change notification settings - Fork 5
/
title.tex
64 lines (62 loc) · 1.48 KB
/
title.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
% #####
% # This is the titlelayout from Prof. Dr. Oliver Braun (Fachhochschule
% # Schmalkalden)
% #
% # if you want to use it, please comment the lower title layout
% #
% #####
% \author{
% \\[1em]
% an der Fachhochschule Schmalkalden\\
% Fakultät Informatik\\[2em]
% Referent: \REFERENT\\
% Koreferent: \COREFERENT\\[2em]
% eingereicht von:\\[1em]
% \AUTHOR\\
% Matrikel-Nr.: \MATNR\\
% \STREET\\
% \TOWN\\
% }
% \date{Schmalkalden, den \DATE}
% \title{\TITLE}
% \subtitle{
% \TYPE\\
% Zur Erlangung des akademischen Grades eines\\
% \COMPLETION
% }
%\maketitle
% #####
% #
% # Default layout
% #
% #####
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.15]{images/logo.jpg}
\end{center}
\vspace{40pt}
\sffamily
\begin{tabular}{|l>{\raggedright\hspace{0pt}\arraybackslash}p{15cm}}
& \\
& \large\textbf{\TYPE}\\[\baselineskip]
& \huge\textbf{\TITLE}\\[\baselineskip]
& \textbf{Zur Erlangung des akademischen Grades eines}\\
& \COMPLETION\\
& - \COURSE\ -\\
& \\
\end{tabular}
\vfill
\begin{tabular}{ll@{}}
& Fakultät Informatik\\[\baselineskip]
& Referent: \REFERENT\\[\baselineskip]
& Korreferent: \KOREFERENT\\[\baselineskip]
& \\[\baselineskip]
& eingereicht von:\\[\baselineskip]
& \AUTHOR\\[\baselineskip]
& Matr.-Nr. \MATNR\\[\baselineskip]
& \STREET\\[\baselineskip]
& \ZIP \ \TOWN\\[\baselineskip]
& \\[\baselineskip]
& Schmalkalden, den \DATE\\[\baselineskip]
\end{tabular}
\end{titlepage}