> You say that parboxes and minipages only have one optional argument?
> That's not true. The LaTeX Companion, 2. ed., p. 866:
>
> \parbox[pos][height][inner-pos]{width}{text}
> \begin{minipage}[pos][height][inner-pos]{width} text \end{minipage}
Argh, I need new glasses! Yes, you are right. I googled around, and checked The LaTeX Companion, 2.
ed., p. 863. All I found was this:
\parbox[pos]{width}{text}
\begin{minipage}[pos]{width} text \end{minipage}
So LyX has currently no support for the inner-pos option. I'll try to implement
this.
(I always wonder why in the past features were not fully implemented.)
Thanks for pointing me to the correct difinition.
regards Uwe