GeneralAngstrom problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Goldfinger820
Posts: 7
Joined: Fri Jul 20, 2007 12:09 am

Angstrom problem

Post by Goldfinger820 »

i'm trying to put the symbol for angstrom into an tabbed abbreviation list, but it ends up printing the little circle on top of the "A", out of line with the A itself

$\AA$\>\>\>\.{a}ngstr\"{o}m\\


any ideas???

Goldfinger820

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: Angstrom problem

Post by gmedina »

Use \AA instead of $\AA$
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Goldfinger820
Posts: 7
Joined: Fri Jul 20, 2007 12:09 am

Angstrom problem

Post by Goldfinger820 »

thanks!
i'm trying to get it the o (of angstrom) to have an umlaut over it, but it doesn't like it in the tabbing environment....tryed lots of different commands to get it but no luck

any ideas

\AA\>\>\>\>\aangstr\"{o}m\\

GF820
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Angstrom problem

Post by localghost »

What about braces around the command?

Code: Select all

{\r{A}}ngstr{\"o}m
Post Reply