On Mon, Dec 10, 2001 at 07:02:50PM +0100, Andre Poenitz wrote: > > Could anybody please have a look at the attached patch? > > It is supposed read/write/display support for \mathfrak.
You didn't add the string "eufrak" to the arrays GUIFamilyNames/LyXFamilyNames defined in lyxfont.C. I suggest changing the definition of these array from char const * GUIFamilyNames[12] to char const * GUIFamilyNames[NUM_FAMILIES+2] (the +2 is for ingerit/ignore fonts). We actually don't need these names there, but the cleanup should be done after 1.2.0.
