Gustavo Goretkin wrote:
> I've recently started using LyX and even more recently discovered it
> integrates nicely with Maxima CAS.
>
> Is there any configuration that I can change so that it translates
> \binom{x}{y} to Maxima's: binomial(6,3) ?$ grep maxima src/mathed/InsetMathFrac.cpp $ so no... if you are little bit c++ capable imitating InsetMathExInt::maxima inside InsetMathFrac.cpp shouldn't be so hard. pavel
