Text Formatting ⇒ LaTeX representation of hollow "R" symbol for real space?
LaTeX representation of hollow "R" symbol for real space?
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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