2011-08-09 19:34:12 +00:00
|
|
|
% vim: set filetype=tex :
|
2016-07-05 08:32:05 +00:00
|
|
|
\documentclass[t,usepdftitle=false__DOCUMENT_CLASS_OPTIONS__]{beamer}
|
2011-08-09 19:34:12 +00:00
|
|
|
\usepackage[accumulated]{beamerseminar}
|
|
|
|
|
\usepackage{beamertexpower}
|
|
|
|
|
\usepackage{beamerthemeshadow}
|
2016-07-05 08:32:05 +00:00
|
|
|
\hypersetup{colorlinks,linkcolor=blue,pdfpagemode=FullScreen}
|
2012-01-30 14:59:21 +00:00
|
|
|
\usepackage[right]{eurosym}
|
|
|
|
|
\usepackage{import}
|
2011-08-18 15:48:53 +00:00
|
|
|
\usetheme{Darmstadt}
|
|
|
|
|
|
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
2011-08-09 19:34:12 +00:00
|
|
|
|
|
|
|
|
\usepackage{tikz}
|
2011-08-18 15:48:53 +00:00
|
|
|
\usetikzlibrary{decorations.pathreplacing,positioning,calc}
|
|
|
|
|
|
|
|
|
|
\newcommand{\pr}{\texttt}
|
2016-06-16 15:27:19 +00:00
|
|
|
\newcommand{\animationframes}{__ANIMATION_FRAMES__}
|
2011-08-09 19:34:12 +00:00
|
|
|
|
2016-07-05 08:32:05 +00:00
|
|
|
\title{__TITLE__ -- __SUBTITLE__}
|
2011-08-18 15:48:53 +00:00
|
|
|
\author[__AUTHORS__]{__AUTHORS__\\\href{mailto:__CONTACT_EMAIL__}{\code{__CONTACT_EMAIL__}}}
|
2011-08-09 19:34:12 +00:00
|
|
|
\date{__DATE__}
|
2016-06-16 15:27:19 +00:00
|
|
|
|