On 2013-09-14, Csikos Bela wrote:
> [-- Type: text/plain, Encoding: --]
> Hello:
> I am trying to make enumerated lists with optional argument start=x, where
> x is the item number.
> Using normal fonts it works, but if I use eg. smal font for the list, I
> get error
> messages, since the optional "start=x" argument is put inside \small{},
> like:
> \begin{enumerate}[{\small{start=3}}]
> and latex chokes on this.
> I think this is an enumitem module bug.
I suppose it is a limitation that cannot be fixed in enumitem module.
Maybe the code for "short title" (i.e. optional arguments) insets could
be modified.
> How could I fix this?
Does it work if you use an ERT box in the optional argument inset?
Günter