From 676e0757a8da271e0695d32ee2c096f37a071b60 Mon Sep 17 00:00:00 2001 From: Frank Fuhlbrück Date: Thu, 20 Oct 2022 12:13:13 +0200 Subject: 0.12.2: dofile bugfix and docs update --- exercisesheets.tex | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'exercisesheets.tex') 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 -- cgit v1.2.3