diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-11 14:20:25 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-11 14:20:25 +0106 |
| commit | c939bec033744b1d22da40f9f1e7ce27467373cb (patch) | |
| tree | d95d124377910936e4822194e60a956f04342781 /configprint.tex | |
| parent | ce59ea8a298418b161b220df3a390b0e1fb73421 (diff) | |
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 <john.ogness@linutronix.de>
Diffstat (limited to 'configprint.tex')
| -rw-r--r-- | configprint.tex | 7 |
1 files changed, 6 insertions, 1 deletions
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}} |
