I tried to use the command \mathbb {R} in order to get the set of real numbers symbol in LaTeX. But, I just simply get the normal R.
How can I represent the set of real numbers in LaTeX?
I tried to use the command \mathbb {R} in order to get the set of real numbers symbol in LaTeX. But, I just simply get the normal R.
How can I represent the set of real numbers in LaTeX?
\usepackage{amssymb}– Ian Thompson Dec 11 '13 at 10:04\mathbb{R}should either produce a double struck R or an error message, if it does not there is an error in code you have not shown. Please edit your question to include sufficient information that it may be answered. – David Carlisle Dec 11 '13 at 10:05\mathbbdid not generate a normal R it generated an error – David Carlisle Dec 11 '13 at 10:08