mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* InsetMathHull (eolString):
- revert rev. 27412. This is more complicated. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27437 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d694a215d5
commit
16fee5c01d
@ -1021,9 +1021,7 @@ docstring InsetMathHull::eolString(row_type row, bool emptyline, bool fragile) c
|
||||
docstring res;
|
||||
if (numberedType()) {
|
||||
if (label_[row] && !nonum_[row])
|
||||
res += "\\label{"
|
||||
+ escape(label_[row]->getParam("name"))
|
||||
+ '}';
|
||||
res += "\\label{" + label_[row]->getParam("name") + '}';
|
||||
if (nonum_[row] && (type_ != hullMultline))
|
||||
res += "\\nonumber ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user