Using \AA for angstrom is not working for me. When I write 1 \AA all I get is 2 (r)A in the output. I have tried putting the curly brackets around it {\AA} but still no success. I do not know why. I have even tried changing the fonts I am using. Any help will be appreciated.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
If the unit must be used also in subscripts or superscripts,
Following daleif suggestion, a more compact version would be
(amsmath is necessary, otherwise However, the best practice when dealing with units is to use siunitx as suggested by quinmars. The macros |
|||||||||||
|
|
I'd suggest to use the siunitx package. If you want a quantity, use:
if you only need the unit, use:
|
||||
|

\AA. What does your document preamble look like? – Werner Jul 27 '11 at 18:10\def\r{(r)}or something similar? This would explain what you get. – Bruno Le Floch Jul 28 '11 at 13:37%\newcommand{\bea}{\begin{eqnarray}} %\newcommand{\eea}{\end{eqnarray}} %%\newcommand{\bi}{\bibitem} %%\newcommand{\eps}{\epsilon}Thanks for the input. – Godey Jul 29 '11 at 21:03