summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uni-titlepage/titlepage-KIT.tex
blob: 84058701f83ccbdcbd7df34a2becac3b64ca7894 (plain)
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
%%
%% This is file `titlepage-KIT.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% uni-titlepage.dtx  (with options: `doc,example,KIT')
%% Copyright (c) 2009-2021 by Markus Kohm <komascript(at)gmx.info>
%% 
%% This file was generated from file(s) of uni-titlepage distribution.
%% 
%% ----------------------------------------------------------------------
%% 
%% This work may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, version 1.3c of the license.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%% 
%% This work has the LPPL maintenance status "maintained".
%% 
%% The Current Maintainer and author of this work is Markus Kohm.
%% 
%% This file may only be distributed together with
%% the file `uni-titlepage.dtx'.
%% You may however distribute the file `uni-titlepage.dtx' without this file.
%% 
\ProvidesFile{%
  titlepage%
  -KIT%
  .tex%
}[%
2022/01/24 v0.7b
KOMA presents the title page project
]
\documentclass[a4paper,pagesize]{scrbook}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[demo]{graphicx}% remove option demo if you have the logo
\usepackage{xcolor}
\usepackage{uni-titlepage}
\begin{document}
\TitlePageStyle{KIT}
\maketitle[%
  mainlogo={\textcolor{red}{%
      \includegraphics[width=40mm,height=18.5mm]{KITLogo_RGB}}},%
  % You may additionally change titlehead. Original definition of titlehead
  % is:
  titlehead={\usetitleelement{mainlogo}\hspace*{\fill}},%
  title=\textcolor{red}{Titel der Arbeit\\im Stil \texttt{KIT}},%
  subject=\textcolor{red}{Klassifizierung der Arbeit},%
  author=\textcolor{red}{Markus~Kohm},%
  faculty=\textcolor{red}{Fakultät für Informatik},%
  chair=\textcolor{red}{%
    Institute for Program Structures\\and Data Organization (IPA)},%
  advisor={\textcolor{red}{Titel Vorname Nachname}\and
    \textcolor{red}{Titel Vorname Nachname}},%
  referee={\textcolor{red}{Titel Vorname Nachname}\and
    \textcolor{red}{Titel Vorname Nachname}},%
  duration=\textcolor{red}{XX. Monat 20XX -- XX. Monat 20XX},%
  university=\textcolor{red}{\KITlongname},%
  homepage=\textcolor{red}{\KITurl}%
]
\end{document}
\endinput
%%
%% End of file `titlepage-KIT.tex'.