Paul Lussier wrote:
> 
> Hi all,
> 
> How does one create superscript characters in LyX?  I want something like
> "8th Floor", where the 'th' is small and above the '8'.
> I searched though Layout->Character, but couldn't find anything.

$8^{th}$ Floor
^^^^^^^^
in tex (red) for an easy solution or, if you don't like this
writing in mathmode ($...$) choose \raisebox

8\raisebox{1ex}{\small th} Floor

or define a new command sups

\newcommand\sups[1]{raisebox{1ex}{\small #1}}

and than 8\sups{th} Floor


Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to