On Fri, Jun 28, 2002 at 11:40:40AM +0000, [EMAIL PROTECTED] wrote:
> Modified files:
>       lyx-devel/src/mathed/: ChangeLog math_charinset.h math_inset.h 
>                              math_parser.C math_sizeinset.h 
>                              math_symbolinset.h 
> 
> Log message:
>       remove "remove seemingly unneeded {} hack"

Try the following:
insert ${a\choose b}$ to a document, and then
do save, revert, save, revert etc.
The number of braces increases at each iteration.
We can solve this particular problem by changing MathBinomInset::write to
    os << '\binom{' << cell(0) << "}{" << cell(1) << '}';
but there might be other problems with not removing extra {}
Why did you removed the code anyway?

Reply via email to