>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

>> Index: src/mathed/math_hullinset.C
>> ===================================================================
>> RCS file: /cvs/lyx/lyx-devel/src/mathed/math_hullinset.C,v
>> retrieving revision 1.22.2.2 diff -u -r1.22.2.2 math_hullinset.C
>> --- src/mathed/math_hullinset.C 2002/08/19 10:30:30 1.22.2.2 +++
>> src/mathed/math_hullinset.C 2002/10/31 01:15:10 @@ -712,7 +712,7 @@
>> for (col_type col = 0; col < ncols(); ++col) os << cell(index(row,
>> col)) << eocString(col); if (n) { - if (!label_[row].empty()) + if
>> (!label_[row].empty() && !nonum_[row]) os << "\\label{" <<
>> label_[row] << "}"; if (nonum_[row]) os << "\\nonumber ";


Andre> Jean-Marc, I think this is safe to apply to 1.2.2cvs

Done, thanks.

JMarc

Reply via email to