diff options
Diffstat (limited to 'exercisesheets.sty')
| -rw-r--r-- | exercisesheets.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/exercisesheets.sty b/exercisesheets.sty index fa9f6d7..006d9ed 100644 --- a/exercisesheets.sty +++ b/exercisesheets.sty @@ -18,8 +18,8 @@ %\NeedsTeXFormat{LaTeX2e}[1994/12/01] % don't forget to update the version and date in exercisesheets.tex -\def\exsh@version{0.13} -\def\exsh@date{2022/11/07} +\def\exsh@version{0.13.1} +\def\exsh@date{2022/11/22} \ProvidesPackage{exercisesheets}[\exsh@date\space\exsh@version\space Typesetting of exercise sheets] \message{`Typesetting of exercise sheets' \exsh@version\space <\exsh@date>} @@ -1080,7 +1080,7 @@ \newcommand{\exsh@includeexercise}[2][]{% \ifbool{exsh@filenameasexercisename}{% - \exshset{includeoverride/.style={name={#2},#1}}% + \exshset{includeoverride/.style={name={\detokenize{#2}},#1}}% }{% \exshset{includeoverride/.style={#1}}% }% @@ -1090,7 +1090,7 @@ \newcommand{\exsh@includeexercise@}[2][]{% \ifbool{exsh@filenameasexercisename}{% - \exshset{includeoverride/.style={name={#2},#1}}% + \exshset{includeoverride/.style={name={\detokenize{#2}},#1}}% }{% \exshset{includeoverride/.style={#1}}% }% |
