On Fri, 16 Jan 2004 23:26:55 -0500 "David Obadia" <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> What's the proper way to write the "standard" symbol for the set of
> Real numbers in LyX? (I mean the R with two bars..)
Hi David,
I personally like the symbols from the bbm-package most. Insert
\usepackage{bbm}
\newcommand{\IN}{\mathbbm{N}}
\newcommand{\IR}{\mathbbm{R}}
into the preamble, then you can simply type \IR<space> in math and get
the desired symbol.
Greetings,
Karsten
