aboutsummaryrefslogtreecommitdiff
path: root/exercisesheets.tex
diff options
context:
space:
mode:
authorFrank Fuhlbrück2022-10-20 12:13:13 +0200
committerFrank Fuhlbrück2022-10-20 12:13:13 +0200
commit676e0757a8da271e0695d32ee2c096f37a071b60 (patch)
tree50e3c26560156e796c6583b4364e6d7972129c11 /exercisesheets.tex
parentac3d3bbcf3b312dd01e994a4fe4ba28642bd935e (diff)
downloadexercisesheets-0.12.2.tar.gz
exercisesheets-0.12.2.tar.bz2
exercisesheets-0.12.2.zip
0.12.2: dofile bugfix and docs update0.12.2
Diffstat (limited to 'exercisesheets.tex')
-rw-r--r--exercisesheets.tex26
1 files changed, 24 insertions, 2 deletions
diff --git a/exercisesheets.tex b/exercisesheets.tex
index 914650b..2e74f6c 100644
--- a/exercisesheets.tex
+++ b/exercisesheets.tex
@@ -384,8 +384,17 @@ supported:
is set for a normal solution, its content will be put on one or
more frames. Use \verb|\newframe| to start a new frame. This
option is especially helpful if you provide your own definitions
- of \verb|\only| etc. for non-beamer compilation. \verb|\newframe|
- is already defined as \verb|\relax| in non-beamer \exsh.
+ of \verb|\only| etc. and/or use the \option{beamercompatibility}.
+ for non-beamer compilation. \verb|\newframe|
+ is already defined as \verb|\relax| in non-beamer \exsh,
+ even without invoking \option{beamercompatibility}.
+ \item[\option{fragile}] For beamer variant only and only
+ used combined with framed, simply ignored elsewhere. Frames are
+ declared as \texttt{fragile} und parsing of \verb|\newframe|
+ etc. is done via Lua\LaTeX. Thus Lua\LaTeX is required
+ (and this requires font setup via fontspec etc.), but
+ you do not have to use any Lua code yourself. Mostly useful
+ for listings and other verbatim stuff within solutions.
\end{description}
Solutions are only typeset, if the \option{solutions} option is in effect. There
@@ -813,6 +822,19 @@ This also works well in combination with a make file that generates
\label{sec:changelog}
\begin{itemize}
+ \item[v. 0.12.2:] 2022-10-20
+ \begin{itemize}
+ \item bugfix: dofile with \verb|kpse.find_file|
+ \item docs: document option \option{fragile}
+ \end{itemize}
+ \item[v. 0.12.1:] 2022-10-19
+ \begin{itemize}
+ \item bugfix for \verb|\begin{enumerate}[<+->]|
+ \end{itemize}
+ \item[v. 0.12:] 2022-09-02
+ \begin{itemize}
+ \item new option \option{beamerwithfootline}
+ \end{itemize}
\item[v. 0.11:] 2022-02-11
\begin{itemize}
\item Local references and the subex counter