From 0009574a9ec0537dcb6dc093fbe691e1dd13c2b9 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 5 Jul 2016 08:32:05 +0000 Subject: [PATCH] header.tex.tmpl, several additions: pdfpagemode=FullScreen, slidestop -> t, __TITLE__ -- __SUBTITLE__ Signed-off-by: Jan Lindemann --- tmpl/tex/de_presentation/header.tex.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmpl/tex/de_presentation/header.tex.tmpl b/tmpl/tex/de_presentation/header.tex.tmpl index e795d3ec..53b23039 100644 --- a/tmpl/tex/de_presentation/header.tex.tmpl +++ b/tmpl/tex/de_presentation/header.tex.tmpl @@ -1,9 +1,9 @@ % vim: set filetype=tex : -\documentclass[slidestop,usepdftitle=false__DOCUMENT_CLASS_OPTIONS__]{beamer} +\documentclass[t,usepdftitle=false__DOCUMENT_CLASS_OPTIONS__]{beamer} \usepackage[accumulated]{beamerseminar} \usepackage{beamertexpower} \usepackage{beamerthemeshadow} -\hypersetup{colorlinks,linkcolor=blue} +\hypersetup{colorlinks,linkcolor=blue,pdfpagemode=FullScreen} \usepackage[right]{eurosym} \usepackage{import} \usetheme{Darmstadt} @@ -17,7 +17,7 @@ \newcommand{\pr}{\texttt} \newcommand{\animationframes}{__ANIMATION_FRAMES__} -\title{__TITLE__ - __SUBTITLE__} +\title{__TITLE__ -- __SUBTITLE__} \author[__AUTHORS__]{__AUTHORS__\\\href{mailto:__CONTACT_EMAIL__}{\code{__CONTACT_EMAIL__}}} \date{__DATE__}