aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/common/presentation-template.tex
blob: 9f92489941c7535ac52470e505af71d05d7178df (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
%
% presentation-template.tex -- Präsentation 
%
% (c) 2021 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\documentclass[aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{epic}
\usepackage{color}
\usepackage{array}
\usepackage{ifthen}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{adjustbox}
\usepackage{multimedia}
\usepackage{verbatim}
\usepackage{wasysym}
\usepackage{stmaryrd}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{calc}
\usetikzlibrary{arrows}
\usetikzlibrary{3d}
\usetikzlibrary{arrows,shapes,math,decorations.text,automata}
\usepackage{pifont}
\usepackage[all]{xy}
\usepackage[many]{tcolorbox}
\mode<beamer>{%
\usetheme[hideothersubsections,hidetitle]{Hannover}
}
\beamertemplatenavigationsymbolsempty
\title[Titel]{Titel}
\author[A. Uthor]{A. Uthor}
\date[]{}
\newboolean{presentation}
\setboolean{presentation}{true}
\begin{document}

\begin{frame}
\titlepage
\end{frame}

%\input{slide.tex}

\end{document}