Hi Herbert,
That eliminates the italics, yes? The reason I didn't address that is
because most chemical formulae I use have numbers rather than letters.
A simple example is water (H2O). Most inorganic equations fall nicely into
this. More complicated examples tend to be schematic organics, at which
point I use the Ochem package and my macros.
Kenward
On Thu, Jul 06, 2000 at 09:31:44PM +0000, Herbert Voss wrote:
> 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
>
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--