>>>>> "Claus" == Claus Hentschel <[EMAIL PROTECTED]> writes:
Hello,
Claus> Lyx seems to be great! But I found a minor bug in the
Claus> MathEditor. When inserting a math. logical or (like a letter
Claus> 'v') than you see 'vee' in red letters (okay: that's the
Claus> Latex-code '\vee' and you do not show the backslash!
Claus> Maybe you can fix this!
Not easily, unfortunately. LyX uses now the fonts provided by
X-window, and unfortunately \vee is not in these symbols, so only the
macro name is displayed. I do not know when this is going to change,
but there is work in progress in this direction.
Claus> BTW: Can anybody tell me how to insert a R in the mathematical
Claus> bold font from amslatex (with R I mean the real numbers so the
Claus> vertical line in that letter must be doubled!)
Add
\usepackage{amsfonts}
\newcommand{\R}{\mathbbb{R}}
in Layout->LaTeX_Preamble, and use \R in your formulas. For the reason
explained above, you'll get a red R instead of the nice |R, though.
JMarc