From db1f06d9140a3ed7984c966b78a17fba70e96df2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 25 Feb 2003 14:50:11 +0000 Subject: [PATCH] enable prettyref git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6252 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_parser.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index fdecd97f8d..b8d7da2e22 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -963,7 +963,7 @@ void Parser::parse1(MathGridInset & grid, unsigned flags, parse(cell->back().nucleus()->cell(0), FLAG_ITEM, mode); } - else if (t.cs() == "ref") { + else if (t.cs() == "ref" || t.cs() == "prettyref") { cell->push_back(MathAtom(new RefInset)); parse(cell->back().nucleus()->cell(1), FLAG_OPTION, mode); parse(cell->back().nucleus()->cell(0), FLAG_ITEM, mode); -- 2.39.5