diff options
Diffstat (limited to 'exercisesheets.sty')
| -rw-r--r-- | exercisesheets.sty | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/exercisesheets.sty b/exercisesheets.sty index 01b034b..572549a 100644 --- a/exercisesheets.sty +++ b/exercisesheets.sty @@ -652,7 +652,6 @@ \cs_new_eq:NN \exsh@ifsingletoken \tl_if_single_token:nTF \ExplSyntaxOff \long\def\exsh@skipstuff#1{% - \detokenize{.#1.} \exsh@ifsingletoken{#1}{% \ifstrequal{#1}{\begin}{\exsh@skipstuff@begin}{% \ifstrequal{#1}{\end}{\exsh@skipstuff@end}{% @@ -665,9 +664,9 @@ \ifstrequal{#1}{\item}{\ifdef{\@enumctr}{\exsh@hyper@itemtrue\refstepcounter{\@enumctr}}{}}{}% \pgfkeysvalueof{/exsh/custom skip macro}{#1}}}}}}}}}% }{% - \exsh@skipstuff#1 - } -} + \exsh@skipstuff#1% + }% +}% \let\exshskipcontinue\exsh@skipstuff \long\def\exsh@skipcustomstuff#1{\exshskipcontinue} \def\exsh@skipstuff@end#1{% |
