Hello,
how can I write the symbol that should look like \mathbb{R} with a circle above it? I don't want \mathbb{R}^\circ, it should be more like \AA.
Thanks a lot...
General ⇒ R with a circle
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10347
- Joined: Mon Mar 10, 2008 9:44 pm
R with a circle
Hi Ivana,
welcome to the board!
You could try
or
Stefan
welcome to the board!
You could try
Code: Select all
\mathop{\mathbb{R}}\limits^\circ
Code: Select all
\overset{\circ}{\mathbb{R}}
LaTeX.org admin
Re: R with a circle
Hello,
it works, but it doesn't look good. When you use it in the text, the lines with this symbol are larger...
it works, but it doesn't look good. When you use it in the text, the lines with this symbol are larger...
- Stefan Kottwitz
- Site Admin
- Posts: 10347
- Joined: Mon Mar 10, 2008 9:44 pm
R with a circle
Hi Ivana,
try this macro, I've just made some adjustments as you can see:
Stefan
try this macro, I've just made some adjustments as you can see:
Code: Select all
\newcommand*\Rcirc{\ensuremath{\smash{\overset{\circ}
{\smash{\mathbb{R}}\rule{0pt}{1.2ex}}\vphantom{\mathbb{R}}}}}
LaTeX.org admin
Re: R with a circle
That's it!
Thank you very much...
Thank you very much...