From c939bec033744b1d22da40f9f1e7ce27467373cb Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 11 Jan 2019 14:20:25 +0106 Subject: printouts: add subsection to frame Currently the subsection of a frame is not shown on the printouts. However, this is often useful information that needs to be seen as well since it often functions as a title for the frame. Include it in the printouts. Signed-off-by: John Ogness --- configprint.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configprint.tex') diff --git a/configprint.tex b/configprint.tex index 576c7c1..3460285 100644 --- a/configprint.tex +++ b/configprint.tex @@ -30,7 +30,12 @@ \definecolor{lbcolor}{RGB}{255,210,150} %% Reset headline for the handouts -\defbeamertemplate*{headline}{}{} +\defbeamertemplate*{headline}{}{ +\vskip1pt +\hskip2pt +\insertsubsection +\vskip6pt +} \pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm] \pgfpageslogicalpageoptions{1}{border code=\pgfusepath{stroke}} -- cgit v1.2.3