Kenward Vaughan wrote:
> 
> On Wed, Jul 05, 2000 at 09:16:53PM +0200, Martijn Brouwer wrote:
> > Hello,
> > Is there an other way to insert sub/superscipts than going into math mode?
> > I would like to enter chemical formulas in plain text and text mode in math
> > is quite cumbersome.
> 

as an example we want to write 8th Floor with th in superscript: 

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}} %<- in latex preamble

and than 8\sups{th} Floor
          ^^^^^^^^^  in tex (red)


Herbert


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

Reply via email to