Text Formatting ⇒ LaTeX representation of hollow "R" symbol for real space?
LaTeX representation of hollow "R" symbol for real space?
Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
LaTeX representation of hollow "R" symbol for real space?
use \mathbb from amsfonts (loaded by amssymb):
Code: Select all
\documentclass{report}
\usepackage{amssymb}
\begin{document}
$\mathbb{R}$
\end{document}
Re: LaTeX representation of hollow "R" symbol for real space
- svend_tveskaeg
- Posts: 478
- Joined: Sun Jul 12, 2009 5:31 am
LaTeX representation of hollow "R" symbol for real space?
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}
-- 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?
[1] Real number - Wikipedia, the free encyclopedia
[2] Reelle tal - Wikipedia, den frie encyklopædi
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10