From 11ff8b0b78e054742de03c54e79dfba475e5c75b Mon Sep 17 00:00:00 2001 From: Frank Fuhlbrück Date: Sat, 22 Jan 2022 02:18:40 +0100 Subject: consistent beamer spacinf --- examples/exshexample.tex | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'examples') diff --git a/examples/exshexample.tex b/examples/exshexample.tex index f7782e0..1761154 100644 --- a/examples/exshexample.tex +++ b/examples/exshexample.tex @@ -15,8 +15,6 @@ \usepackage{hyperref} \usepackage{xcolor} -\begin{document} - %Usually the person responsible for the entire course: \author{Exampleauthor} \date{Example term/semester} @@ -25,7 +23,9 @@ %Only used for beamer at the moment: \exshset{exauthor={Author of exercises}} -\ifbeamer{}{ +\ifbeamer{ + \exshset{beameruseblocks=false} +}{ \exshset{ %default is \clearpage sheet start page action={\pagebreak[3]\hrule}, @@ -38,6 +38,9 @@ task restate font={\color{black!60}}, } + +\begin{document} + \begin{sheet}[note={Learn how to create nice exercise sheets.}, date={Novanuar 42, -2022},title={First Sheet}] @@ -126,25 +129,25 @@ task restate font={\color{black!60}}, \end{beamersolution} \end{exercise} - \begin{frame} - \begin{exercise}[points={many, many}] - \visible<1>{Be careful using only etc.} - \visible<2>{The overlay specification is simply - ignored.} - \visible<3>{So all content is visible simultaneously and - should not contradict or break itself.} - \end{exercise} - \end{frame} +% \begin{frame}[t] +% \begin{exercise}[points={many, many}] +% \visible<1>{Be careful using only etc.} +% \visible<2>{The overlay specification is simply +% ignored.} +% \visible<3>{So all content is visible simultaneously and +% should not contradict or break itself.} +% \end{exercise} +% \end{frame} \begin{exercise}[points={many, many},savetasks, - main task font={\scshape},subtask font={\itshape} + main task font={\tiny},subtask font={\itshape} ] \begin{maintask} The exercise task can be saved and restated. \end{maintask} \begin{subtasks} \subtask{first} - \begin{solution} + \begin{solution}[framed] None (yet). \end{solution} \subtask{second} -- cgit v1.2.3