aboutsummaryrefslogtreecommitdiff
path: root/exercisesheets.tex
diff options
context:
space:
mode:
Diffstat (limited to 'exercisesheets.tex')
-rw-r--r--exercisesheets.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/exercisesheets.tex b/exercisesheets.tex
index ea02e92..914650b 100644
--- a/exercisesheets.tex
+++ b/exercisesheets.tex
@@ -53,7 +53,7 @@
\usepackage[english,iso]{isodate}
\title{The \exsh Package}
\author{Sebastian Kuhnert\and Frank Fuhlbrück}
-\date{Version 0.11, \printdateTeX{2022/02/11}}
+\date{Version 0.12, \printdateTeX{2022/09/02}}
\begin{document}
\maketitle
@@ -307,6 +307,8 @@ The following \param{options} are supported:
sheet head. By default, the value passed to \verb|\date| is used.
\item[\option{beamerwithheadline\opt{=\param{true/false}}}] Controls whether a headline with author, subject etc. is shown on beamer slides, similar to the regular sheets. This options is off by default as headlines (and footers) take a considerable amount
off space.
+ \item[\option{beamerwithfootline\opt{=\param{true/false}}}]
+ The same for the footer.
\item[\option{beameruseblocks\opt{=\param{true/false}}}]
Controls whether the exercise title is shown inside a
beamer block (\param{true}) or a simple colorbox
@@ -488,7 +490,7 @@ the exercise number seems superfluous. Furthermore, for usage in indices etc. yo
\verb|\subexlref| are designed for. However, both of them still
require an ordinary label, which is not allowed in
exercises loaded with \verb|\loadexercise*|.
-For this purpose \verb|\locallabel| can be used which is just a
+For this purpose \verb|\inexlabel| can be used which is just a
normal label that is not redefined to produce an error.
Furthermore, we define a counter \verb|subex| (which is
currently just an alias for enumi, but this might change). You can
@@ -498,7 +500,7 @@ use this counter (alias) with common commands like
\begin{lstlisting}
\begin{exercise}
\begin{enumerate}
- \item \locallabel{subex:xisseven} Let $x_{\thesubex}=7$.
+ \item \inexlabel{subex:xisseven} Let $x_{\thesubex}=7$.
\item Compute $x_{\subexnref{subex:xisseven}}+3$.
\begin{solution}
From \subexlref{subex:xisseven} %(a)