Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132944 views
License: OTHER
1
%% LaTeX-Beamer template for KIT design
2
%% Widescreen
3
%% by Erik Burger, Christian Hammer, David Dauer
4
%% title picture by Klaus Krogmann
5
%%
6
%% version 2.2 for Beamer v3.30
7
%%
8
%% mostly compatible to KIT corporate design v2.0
9
%% http://intranet.kit.edu/gestaltungsrichtlinien.php
10
%%
11
%% Problems, bugs and comments to
12
%% [email protected]
13
14
\usepackage{../templates/beamerthemekitbase}
15
16
\setbeamertemplate{title page}
17
{
18
\thispagestyle{empty}
19
20
%middle block with name of institute
21
\begin{textblock*}{\paperwidth}(1mm,42mm)
22
\begin{pgfpicture}{0mm}{0mm}{\paperwidth-2mm}{6mm}
23
\color{black!50}
24
\pgfpathrectangle{\pgfpoint{0mm}{0mm}}{\pgfpoint{\paperwidth-2mm}{6mm}}
25
\pgfusepath{fill}
26
\pgftext[at=\pgfpoint{5mm}{3mm},left,center]{\textcolor{white}{\tiny\uppercase\expandafter{\insertinstitute}}}
27
\end{pgfpicture}
28
\end{textblock*}
29
30
31
%elements on title page
32
33
%KIT logo
34
\begin{textblock*}{24mm}(6mm,5mm)
35
\iflanguage{english}{%
36
\includegraphics[width=23mm]{logos/kitlogo_en_rgb}
37
}{%
38
\includegraphics[width=23mm]{logos/kitlogo_de_rgb}
39
}%
40
\end{textblock*}
41
42
%institute logo
43
\begin{textblock*}{20mm}(104mm,4mm)
44
\includegraphics[width=20mm]{logos/\@titlelogo}
45
\end{textblock*}
46
47
%title
48
\begin{textblock*}{120mm}(6mm,14mm)
49
\begin{beamercolorbox}[wd=118mm,ht=14mm,dp=3mm,left]{white}%
50
\Large\textbf{\inserttitle}
51
\end{beamercolorbox}
52
\end{textblock*}
53
54
%subtitle
55
\begin{textblock*}{120mm}(6mm,31mm)
56
\scriptsize \insertsubtitle
57
\end{textblock*}
58
59
%author
60
\begin{textblock*}{120mm}(6mm,35mm)
61
\scriptsize\insertauthor~\textbar~\insertshortdate
62
\end{textblock*}
63
64
%legal KIT text
65
\begin{textblock*}{80mm}[0,1](6mm,94mm)
66
\fontsize{4pt}{6pt}\selectfont
67
\iflanguage{english}{
68
KIT -- University of the State of Baden-Wuerttemberg and\\National Laboratory of the Helmholtz Association}
69
{KIT -- Universit{\"a}t des Landes Baden-W{\"u}rttemberg und\\nationales Forschungszentrum in der Helmholtz-Gemeinschaft}
70
\end{textblock*}
71
72
\begin{textblock*}{16mm}(110mm,90mm)
73
\fontsize{8pt}{8pt}\selectfont
74
\bfseries
75
\textcolor{white}{
76
\href{http://www.kit.edu}{www.kit.edu}
77
}
78
\end{textblock*}
79
80
% title image
81
82
\begin{textblock*}{\paperwidth}(1mm,48.5mm)
83
\begin{overpic}[width=126mm,height=40mm]{logos/\@titleimage}
84
\put(-6,-3){
85
%mask curve for lower left corner of title image
86
\begin{pgfpicture}{0mm}{0mm}{3mm}{3mm}
87
\pgfpathqmoveto{0mm}{0mm}
88
\pgfpathlineto{\pgfpoint{3mm}{0mm}}
89
\pgfpathlineto{\pgfpoint{3mm}{1mm}}
90
91
{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
92
\pgfpathlineto{\pgfpoint{1mm}{1mm}}
93
\pgfpathlineto{\pgfpoint{1mm}{3mm}}}
94
95
\pgfpathmoveto{\pgfpoint{1mm}{3mm}}
96
\pgfpathlineto{\pgfpoint{0mm}{3mm}}
97
\pgfpathlineto{\pgfpoint{0mm}{0mm}}
98
\pgfpathclose
99
100
\color{black!15}
101
\pgfusepath{fill}
102
\end{pgfpicture}
103
}
104
\end{overpic}
105
\end{textblock*}
106
107
}
108
109
%background for pages
110
%CH: for plain frames
111
\newlength{\kitbottom}%
112
\usebackgroundtemplate{
113
\setlength{\kitbottom}{\ifbeamer@plainframe1mm\else9mm\fi}%
114
\begin{pgfpicture}{0mm}{0mm}{\paperwidth}{\paperheight}
115
116
{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
117
\pgfpathmoveto{\pgfpoint{\paperwidth-1mm}{\kitbottom}}
118
\pgfpathlineto{\pgfpoint{1mm}{\kitbottom}}
119
\pgfpathlineto{\pgfpoint{1mm}{\paperheight-1mm}}}
120
121
{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
122
\pgfpathmoveto{\pgfpoint{1mm}{\paperheight-1mm}}
123
\pgfpathlineto{\pgfpoint{\paperwidth-1mm}{\paperheight-1mm}}
124
\pgfpathlineto{\pgfpoint{\paperwidth-1mm}{\kitbottom}}}
125
126
\color{white}
127
\pgfusepath{fill}
128
129
\end{pgfpicture}%
130
}
131
132
%frametitle
133
\setbeamertemplate{frametitle}
134
{
135
\vspace{2mm} %\hspace*{-4mm}
136
\vbox{\hsize=9cm\bfseries\insertframetitle}
137
138
\begin{textblock*}{15mm}(108mm,4mm)
139
\iflanguage{english}{%
140
\includegraphics[width=14mm]{logos/kitlogo_en_rgb}
141
}{%
142
\includegraphics[width=14mm]{logos/kitlogo_de_rgb}
143
}%
144
145
\end{textblock*}
146
147
% obsolete as of KIT-CD v2.0
148
%\begin{textblock*}{1.5mm}(1mm,1mm)
149
%\begin{pgfpicture}{0mm}{0mm}{1.5mm}{9mm}
150
%\color{kit-green100}
151
%\pgfpathrectangle{\pgfpoint{0mm}{0mm}}{\pgfpoint{1.5mm}{9mm}}
152
%\pgfusepath{fill}
153
%\end{pgfpicture}%
154
%\end{textblock*}
155
156
}
157
158
159
\setbeamertemplate{headline}
160
{
161
}
162
163
%footer
164
\setbeamertemplate{footline}
165
{
166
\vskip.4mm
167
\begin{beamercolorbox}[ht=2.2mm, dp=3mm]{section in head/foot}
168
%include mini frame navigation
169
\insertnavigation{\paperwidth}
170
\vskip -2.2mm
171
\end{beamercolorbox}
172
173
\hbox{
174
\begin{beamercolorbox}[wd=0.7\textwidth,ht=2.2mm,dp=2mm,left,leftskip=1.3em]{author in head/foot}%
175
\usebeamerfont{author in head/foot}%
176
\insertshortauthor\hspace{2.5pt}--\hspace{2.5pt}\insertshorttitle
177
\end{beamercolorbox}%
178
\begin{beamercolorbox}[wd=0.2\textwidth,ht=2.2mm,dp=2mm,center]{title in head/foot}%
179
\usebeamerfont{title in head/foot}%
180
\insertshortdate
181
\end{beamercolorbox}%
182
\begin{beamercolorbox}[wd=0.05\paperwidth,ht=2.2mm,dp=2mm,right]{date in head/foot}%
183
\usebeamerfont{date in head/foot}%
184
\insertframenumber{}/\inserttotalframenumber
185
\end{beamercolorbox}%
186
187
}
188
\vskip -0.75mm
189
}
190
191