From f58366c765276f30259bd45d0621cdca102a97f8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 16 Jun 2016 15:14:30 +0000 Subject: [PATCH] header.tex.tmpl: Replace __HANDOUT__ and __ASPECTRATIO__ by more generic __DOCUMENT_CLASS_OPTIONS__ Signed-off-by: Jan Lindemann --- tmpl/tex/de_presentation/header.tex.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/tex/de_presentation/header.tex.tmpl b/tmpl/tex/de_presentation/header.tex.tmpl index c62747d8..c5f12aa1 100644 --- a/tmpl/tex/de_presentation/header.tex.tmpl +++ b/tmpl/tex/de_presentation/header.tex.tmpl @@ -1,5 +1,5 @@ % vim: set filetype=tex : -\documentclass[__HANDOUT__,slidestop,usepdftitle=false,__ASPECTRATIO__]{beamer} +\documentclass[slidestop,usepdftitle=false__DOCUMENT_CLASS_OPTIONS__]{beamer} \usepackage[accumulated]{beamerseminar} \usepackage{beamertexpower} \usepackage{beamerthemeshadow}