From 4723fa0f2c27e6c589efb25e3ac42dc46e1e4f42 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 4 Mar 2008 13:00:20 +0000 Subject: [PATCH] LateX export must not depend on screen label. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23440 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 738c3098fa..956ea8a0b0 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -980,7 +980,7 @@ docstring InsetMathHull::eolString(row_type row, bool emptyline, bool fragile) c docstring res; if (numberedType()) { if (label_[row] && !nonum_[row]) - res += "\\label{" + label_[row]->screenLabel() + '}'; + res += "\\label{" + label_[row]->getParam("name") + '}'; if (nonum_[row] && (type_ != hullMultline)) res += "\\nonumber "; } -- 2.39.2