Uwe Stöhr wrote:
> I am not criticizing the merge, perhaps this is needed and better
but in effect you are replacing > many small functions by a single big
fat one (metrics method I guess)... which is not so pretty.
We already had the different fraction typed as kind of the
InsetMathFraction inset, only the types \dfrac and \tfrac were
separated. But \dfrac and \tfrac are exactly the same as \frac, except
of the font size. So merging them saves a lot of doubled code and make
maintaining much easier.
As I said, I am not discussing the merging. I would just prefer many
small methods instead of a big fat one.
Abdel.