In-Reply-To: <[EMAIL PROTECTED]>

Andre Poenitz <[EMAIL PROTECTED]> wrote:

> Index: math_charinset.C
> ===================================================================
> RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v
> retrieving revision 1.9
> diff -u -p -r1.9 math_charinset.C
> --- math_charinset.C    2001/08/17 15:47:02     1.9
> +++ math_charinset.C    2001/08/22 15:56:52
> @@ -13,6 +13,21 @@
>  #include "debug.h"
> 
> 
> +namespace {
> +
> +char const * math_font_name[] = {
> +       "mathrm",
> +       "mathcal",
> +       "mathbf",
> +       "mathsf",
> +       "mathtt",
> +       "mathit",
> +       "textrm"
> +};
> +
> +}
> +
> +
>  MathCharInset::MathCharInset(char c)
>         : char_(c), code_(nativeCode(c))
>  {

It seems you haven't turned on \mathbb, \mathscr and \mathfrak
support.  Notice \mathbb (LyXFont::SYMBOLAMSB_FAMILY) is
available only for capital letters, and the support for \mathscr
(\usepackage{eucal}) is problematic since it changes the meaning
of \mathcal as well.

Regards,
        SMiyata

Reply via email to