On Mon, Jun 27, 2005 at 07:33:09AM -0300, João Luis Meloni Assirati wrote:
> Hello,
> 
> These small patches add the option to boldsymbol font in math panel for both 
> lyx 1.3.6 and 1.4. They are for qt only, is this acceptable?

        m->insertItem(qt_("Roman        \\mathrm"), 1);
        m->insertItem(qt_("Bold \\mathbf"), 2);
-       m->insertItem(qt_("Sans serif   \\mathsf"), 3);
-       m->insertItem(qt_("Italic       \\mathit"), 4);
-       m->insertItem(qt_("Typewriter   \\mathtt"), 5);
-       m->insertItem(qt_("Blackboard   \\mathbb"), 6);
-       m->insertItem(qt_("Fraktur      \\mathfrak"), 7);
-       m->insertItem(qt_("Calligraphic \\mathcal"), 8);
-       m->insertItem(qt_("Normal text mode     \\textrm"), 9);
+       m->insertItem(qt_("Bold symbol  \\boldsymbol"), 3);
+       m->insertItem(qt_("Sans serif   \\mathsf"), 4);
+       m->insertItem(qt_("Italic       \\mathit"), 5);
+       m->insertItem(qt_("Typewriter   \\mathtt"), 6);
+       m->insertItem(qt_("Blackboard   \\mathbb"), 7);
+       m->insertItem(qt_("Fraktur      \\mathfrak"), 8);

Aehm... isn't there some 'appendItem' function for this kind of stuff?

Apart from that I don't mind.

Andre'

Reply via email to