mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* InsetMathHull (eolString):
- revert rev. 27412. This is more complicated. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27436 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
276e2e3645
commit
6de80cd8ff
@ -1021,9 +1021,7 @@ docstring InsetMathHull::eolString(row_type row, bool emptyline, bool fragile) c
|
|||||||
docstring res;
|
docstring res;
|
||||||
if (numberedType()) {
|
if (numberedType()) {
|
||||||
if (label_[row] && !nonum_[row])
|
if (label_[row] && !nonum_[row])
|
||||||
res += "\\label{"
|
res += "\\label{" + label_[row]->getParam("name") + '}';
|
||||||
+ escape(label_[row]->getParam("name"))
|
|
||||||
+ '}';
|
|
||||||
if (nonum_[row] && (type_ != hullMultline))
|
if (nonum_[row] && (type_ != hullMultline))
|
||||||
res += "\\nonumber ";
|
res += "\\nonumber ";
|
||||||
}
|
}
|
||||||
|
@ -63,8 +63,6 @@ What's new
|
|||||||
|
|
||||||
- Fix possible endless loop while running lyx2lyx.
|
- Fix possible endless loop while running lyx2lyx.
|
||||||
|
|
||||||
- Properly escape non-ASCII characters in equation labels (bug 5512).
|
|
||||||
|
|
||||||
|
|
||||||
* USER INTERFACE
|
* USER INTERFACE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user