aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/common.tex
blob: 142c7f23e52e3dec7d37396c2926badc2abb2a7f (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
%
% common.tex -- gemeinsame definition
%
% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\input{../common/packages.tex}
\mode<beamer>{%
\usetheme[hideothersubsections,hidetitle]{Hannover}
}
\beamertemplatenavigationsymbolsempty
\title[MathSem]{Mathematisches Seminar Spezielle Funktionen}
\author[A.~Müller]{Andreas Müller}
\date[]{}
\newboolean{presentation}

\input{../common/common.tex}

\def\folie#1{
%\subsection{#1}
\begin{frame}
\begin{center}
\tt #1
\end{center}
\end{frame}
\input{#1}
}