diff options
| -rw-r--r-- | exercisesheets-beamer.sty | 2 | ||||
| -rw-r--r-- | exercisesheets.sty | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exercisesheets-beamer.sty b/exercisesheets-beamer.sty index f86d4db..db1d3f0 100644 --- a/exercisesheets-beamer.sty +++ b/exercisesheets-beamer.sty @@ -701,7 +701,7 @@ \edef\exsh@tmp{[\pgfkeysvalueof{/exsh/strings/exercise} \arabic{section}\exsh@shortexname\expandonce\exsh@shortpoints]}% \ifbool{exsh@samplesolutions}{\ifbool{exsh@sample}{\exsh@hidefalse}{\exsh@hidetrue}}{\exsh@hidefalse}% \ifbool{exsh@hide}{% - \def\exsh@skipwhat{exercise}\expandafter\exsh@skipstuff% + \def\exsh@skipwhat{exercise}\exsh@skipstuff% }{% \expandafter\exsh@startsection\exsh@tmp{\noindent% \hbox to 0pt{\hss\pgfkeysvalueof{/exsh/exercisemark}}% diff --git a/exercisesheets.sty b/exercisesheets.sty index 001312e..47c0896 100644 --- a/exercisesheets.sty +++ b/exercisesheets.sty @@ -698,7 +698,7 @@ \edef\exsh@tmp{[\pgfkeysvalueof{/exsh/strings/exercise} \arabic{section}\exsh@shortexname\expandonce\exsh@shortpoints]}% \ifbool{exsh@samplesolutions}{\ifbool{exsh@sample}{\exsh@hidefalse}{\exsh@hidetrue}}{\exsh@hidefalse}% \ifbool{exsh@hide}{% - \def\exsh@skipwhat{exercise}\expandafter\exsh@skipstuff% + \def\exsh@skipwhat{exercise}\exsh@skipstuff% }{% \expandafter\exsh@startsection\exsh@tmp{\noindent% \hbox to 0pt{\hss\pgfkeysvalueof{/exsh/exercisemark}}% |
