"R. Lahaye" wrote:
>
> Martin Vermeer wrote:
> > What about making subscript and superscript outside
> > the math panel in non-math mode, using the same
> > \lower command that the LyX icon is built with?
>
> What is "\lower" ?
> Or do you mean using \raisebox{lift}[height][depth]{text},
> in which case you do not enter the math-mode at all ?
\raisebox{0.8ex}{\scriptsize{mysup-text}}
\raisebox{-0.35ex}{\scriptsize{mysub-text}}
would do the non-math-mode sub/superscripting.
Is it possible/worth to integrate this into LyX,
(TeX commands 'hidden' and mytext sub/superscripted) ?
Non-mathematicians would probably appreciate such a plain
text sub/superscript.
Rob.