Thanks Thorsten,
I'm starting to understand it better now.
I have a question on the top definition part, how can I define this list in such way that the spelled list should only be used as a label, instead of having it applied document wide.
I tried removing this line, but I get errors:
Code: Select all
\AddEnumerateCounter{\spelled}{\@spelled}{Three}
What I want to do, is use
whenever I need it rather than having it applied document wide.
Also, If I want the nested list, one level deep list to use arabic, how can I disable the \spelled{} effect applied to it? Would I define the label differently in the main list, something like:
Code: Select all
\begin{enumerate}[label={\spelled\arabic*}]
The above didn't work.
Many thanks for your help again.
Vladimir