On Wed, 25 Apr 2001 18:14:55 +0300 wrote Dekel Tsur <[EMAIL PROTECTED]>:

> > 2) add something like \rho or \pi for \AA to the math mode so that we don't 
> > have to enter another mode to get this symbol  (and maybe others?)
 
 
> Perhaps a better solution is to put the following lines in the preamble
>   \let\oldAA=\AA
>   \renewcommand{\AA}{\ensuremath{\mbox{\oldAA}}}

or even better
   \let\oldAA=\AA
   \renewcommand{\AA}{\mbox{\oldAA}}

no \ensuremath needed here as \mbox also works in text mode ;-)

Guenter


--
[EMAIL PROTECTED]

Reply via email to