aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/01_start/MathSem-01-start.tex
blob: 3d9352da9dc32f4009256fe25856819a653c0f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%
% MathSem-01-start.tex -- Präsentation 
%
% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\documentclass[aspectratio=169]{beamer}
\input{common.tex}
\setboolean{presentation}{true}
\begin{document}
\begin{frame}
\begin{columns}
\begin{column}{0.48\textwidth}
\titlepage
\end{column}
\begin{column}{0.48\textwidth}
\begin{center}
\includegraphics[width=6cm]{cover.jpg}
\end{center}
\end{column}
\end{columns}
\end{frame}
\input{slides.tex}
\end{document}