diff options
Diffstat (limited to 'exercisesheets.tex')
| -rw-r--r-- | exercisesheets.tex | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/exercisesheets.tex b/exercisesheets.tex index 1bf1604..c41250f 100644 --- a/exercisesheets.tex +++ b/exercisesheets.tex @@ -1,5 +1,5 @@ %% exercisesheets.tex -%% Copyright 2008-2022 Sebastian Kuhnert, Frank Fuhlbrück +%% Copyright 2008-2023 Sebastian Kuhnert, Frank Fuhlbrück % % This work may be distributed and/or modified under the conditions % of the LaTeX Project Public License, either version 1.3c of this @@ -53,7 +53,7 @@ \usepackage[english,iso]{isodate} \title{The \exsh Package} \author{Sebastian Kuhnert\and Frank Fuhlbrück} -\date{Version 0.13.1, \printdateTeX{2022/11/22}} +\date{Version 0.14, \printdateTeX{2023/02/06}} \begin{document} \maketitle @@ -480,7 +480,10 @@ a starred version (\verb|\restatetask*| / All four have an optional argument that allows to restate a subtask instead of the main task. This argument is either \option{main}, a number of a \textbf{previous} subtask or -\option{cur} for the current subtask. +\option{cur} for the current subtask. Using \option{headerrestate} +for your solution will automatically restate the current +task within the beamer solution header (does noting without +beamer). @@ -839,6 +842,13 @@ This also works well in combination with a make file that generates \label{sec:changelog} \begin{itemize} + \item[v. 0.14:] 2023-02-06 + \begin{itemize} + \item new option \option{headerrestate} to restate + the current (if in subexercise) or main task within + a solutions header + \item bugfix: \verb|\restatetask| etc. give meaningful error if \option{savetasks} is not set. + \end{itemize} \item[v. 0.13.1:] 2022-11-22 \begin{itemize} \item bugfix: \verb|\detokenize| filenames when |
