icebna wrote:
> Hi all
> It's possible change de size of the superscript in the menu Insert -
> Special character - Superscript ?
Which version of LyX are you using? Before LyX 1.4, the math superscript
(which is used here) produced a character with a wrong size (too big),
unless you checked "use amsmath" in the document dialog. In 1.4, things
should be better. However, for a "real" text superscript, you should use
\textsuperscript{foo} in ERT. That one can of course also be tweaked, by
changing the definition
[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
to (for instance)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
or just (in text) \textsuperscript{\tiny foo}
HTH,
Jürgen