This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpresentation.tex
161 lines (124 loc) · 3.19 KB
/
presentation.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
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
\newcommand{\lang}{english}
\ifdefined\ishandout
\newcommand{\handoutmode}{handout}
\else
\newcommand{\handoutmode}{}
\fi
\documentclass[10pt,
\lang ,
\handoutmode ,
compress
]{beamer}
\usepackage{ifthen}
\newcommand{\unibastring}{\ifthenelse{\equal{\lang}{ngerman}}{University of Bamberg}{University of Bamberg}}
\input{config/commands}
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em
\hbox{}\nobreak\hfil(#1)%
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
\newsavebox\mybox
\newenvironment{aquote}[1]
{\savebox\mybox{#1}\begin{fancyquotes}}
{\signed{\usebox\mybox}\end{fancyquotes}}
\input{config/hyphenation}
\setbeamertemplate{caption}[numbered]
%\numberwithin{figure}{section}
\begin{document}
\frame{\titlepage}
\AtBeginSection[]
{
\frame<handout:0>
{
\frametitle{Outline}
\begin{multicols}{2}
\tableofcontents[currentsection,hideallsubsections]
\end{multicols}
}
}
%\AtBeginSubsection[]
%{
% \frame<handout:0>
% {
% \frametitle{Outline}
% \tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=hide]
% }
%}
%\AtBeginSubsubsection[]
%{
% \frame<handout:0>
% {
% \frametitle{Outline}
% \tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide]
% }
%}
\newcommand<>{\highlighton}[1]{%
\alt#2{\structure{#1}}{{#1}}
}
\newcommand{\icon}[1]{\pgfimage[height=1em]{#1}}
\begin{frame}
\frametitle{About this tutorial}
%\begin{block}{"Uber dieses Tutorium}
\begin{itemize}
\item Powered by Prof.\,Dr.\,Udo Krieger
\item Version 9.2
\item Changed to \LaTeX -Beamer and extended by Linus Dietz
\item English Version by Valentin Barth
\item Original slide set by\begin{itemize}
\item Marcel Grossmann
\item Steffen Illig
\item Martin Sticht
\item Michael Timpelan
\end{itemize}
\item ca. 2500 LOC (Lines of Code)
\end{itemize}
%\end{block}
\end{frame}
\begin{frame}{\contentsname}
\frametitle{Outline}
\begin{multicols}{2}
\tableofcontents[hideallsubsections]
\end{multicols}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% Content starts here %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\input{content/spielwiese}
\input{content/introduction}
\input{content/task1}
\input{content/packages}
\input{content/footnotes}
\input{content/task2}
\input{content/graphics}
\input{content/referenzen}
\input{content/task3}
\input{content/formulas}
\input{content/tabellen}
\input{content/enumerate}
\input{content/task4}
\input{content/distributed}
\input{content/task5}
\input{content/bibtex}
%\input{content/beamerclass}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% References %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section*{}
%\begin{frame}[allowframebreaks]{References}
%\def\newblock{\hskip .11em plus .33em minus .07em}
%\scriptsize
%\bibliographystyle{IEEEtran}
%\bibliography{literature/bib}
%\normalsize
%\end{frame}
%% Last frame
\frame{
\vspace{2cm}
{\huge Questions ?}
\vspace{20mm}
\nocite*
\vspace{0mm}
\begin{flushright}
Fachschaft WIAI
\structure{\footnotesize{\href{mailto:[email protected]}{[email protected]}}}
\end{flushright}
}
\end{document}