On Wed, Apr 25, 2001 at 09:40:59AM -0400, Brad Langhorst wrote:
> I think my goal is now two fold
> 1) figure out what this textrm is all about and why it gets funky on save and 
> reopen
> 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?)

Put the following line in the preamble
  \newcommand{\mAA}{\mbox{\AA}}
in the preamble, and then use \mAA in math mode.

Perhaps a better solution is to put the following lines in the preamble
  \let\oldAA=\AA
  \renewcommand{\AA}{\ensuremath{\mbox{\oldAA}}}
and then you can use \AA in math mode.

Reply via email to