In LaTeX, how do I represent the hollow "R" symbol that designates the real number space?
Thanks!
Text Formatting ⇒ LaTeX representation of hollow "R" symbol for real space?
NEW: TikZ book now 40% off at Amazon.com for a short time.

LaTeX representation of hollow "R" symbol for real space?
Hi,
use \mathbb from amsfonts (loaded by amssymb):
use \mathbb from amsfonts (loaded by amssymb):
Code: Select all
\documentclass{report}
\usepackage{amssymb}
\begin{document}
$\mathbb{R}$
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: LaTeX representation of hollow "R" symbol for real space
Works perfectly! Thanks!
- svend_tveskaeg
- Posts: 478
- Joined: Sun Jul 12, 2009 5:31 am
LaTeX representation of hollow "R" symbol for real space?
Just a note:
One normally represents the sets of natural numbers, integers, rational numbers, real numbers, and complex numbers by bold letters (at least on our math institut). I only use the `hollow' letters when writing on a blackboard.)
For the real numbers that is
instead of
One normally represents the sets of natural numbers, integers, rational numbers, real numbers, and complex numbers by bold letters (at least on our math institut). I only use the `hollow' letters when writing on a blackboard.)
For the real numbers that is
Code: Select all
\mathbf{R}
Code: Select all
\mathbb{R}
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
-- Zapp Brannigan, Futurama (season 1, episode 4)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX representation of hollow "R" symbol for real space?
I don't think that your math institute sets the standard [1,2]. Just by the way. The use of blackboard letters for this representation is very common.
[1] Real number - Wikipedia, the free encyclopedia
[2] Reelle tal - Wikipedia, den frie encyklopædi
[1] Real number - Wikipedia, the free encyclopedia
[2] Reelle tal - Wikipedia, den frie encyklopædi
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10