From 3ff4ee2b7befc681bc762b18d1e82b765d346453 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 5 Jul 2014 14:35:50 +0000 Subject: [PATCH] header.tex.tmpl: Add handout option to documentclass beamer 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 e1a93f3b..1b19cea2 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[slidestop,usepdftitle=false]{beamer} +\documentclass[handout,slidestop,usepdftitle=false]{beamer} \usepackage[accumulated]{beamerseminar} \usepackage{beamertexpower} \usepackage{beamerthemeshadow}