On Thu, 24 Jan 2008 21:04:39 +0100 Bernhard Roider <[EMAIL PROTECTED]> wrote:
> Hello, > > how difficult would it be to add support for the bm package (i.e. bold greek > in math) and display it > correct when editing formulas? > > bernhard Should be doable based on the already implemented \boldsymbol from amssymb. Look at mathed/InsetMathBoldSymbol.{cpp,h}. Clone it, modify it and add a call to it in MathFactory. - Martin