Bug fix: no use of commandkey for accessing regular arguments.

This commit is contained in:
Achim D. Brucker 2018-06-29 10:23:27 +02:00
parent 86653eff41
commit 6a4712a9b0
1 changed files with 3 additions and 3 deletions

View File

@ -50,15 +50,15 @@
}
\newkeycommand\isaDofTextHeader[label=,type=,examSubject=,date=,timeAllowed=][1]{%
\immediate\write\@auxout{\noexpand\title{\commandkey{#1}}}%
\immediate\write\@auxout{\noexpand\title{#1}}%
}
\newkeycommand\isaDofSectionHeader[label=,type=,examSubject=,date=,timeAllowed=][1]{%
\immediate\write\@auxout{\noexpand\title{\commandkey{#1}}}%
\immediate\write\@auxout{\noexpand\title{#1}}%
}
\newkeycommand\isaDofSubsectionHeader[label=,type=,examSubject=,date=,timeAllowed=][1]{%
\immediate\write\@auxout{\noexpand\title{\commandkey{#1}}}%
\immediate\write\@auxout{\noexpand\title{#1}}%
}
\newkeycommand\isaDofTextAnswerFormalStep[label=,type=,justification=,term=][1]{%