diff options
Diffstat (limited to 'exercisesheets.sty')
| -rw-r--r-- | exercisesheets.sty | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/exercisesheets.sty b/exercisesheets.sty index c4a4e67..410626d 100644 --- a/exercisesheets.sty +++ b/exercisesheets.sty @@ -86,7 +86,9 @@ abbrev/.default=true, %options from exercisesheets-beamer are ignored beamersolution/.default={ignore}, - beamersolution/.initial={ignore} + beamersolution/.initial={ignore}, + defersolutiontitle/.default={ignore}, + defersolutiontitle/.initial={ignore}, } % store title data for sheet headers @@ -789,6 +791,10 @@ \@afterheading }% +%this command is only usefule for exercisesheets-beamer to place +%the deferred title within a new frame +\newcommand{\solutiontitle}[1][]{} + %the regular version of exercisesheets.sty skips all beamer solutions \newenvironment{beamersolution}[1][]{\exsh@skipsolution}{}% |
