From 57eee4cdd6ea91aebf1896b26edf716270f8a1ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 15 Feb 2002 15:01:01 +0000 Subject: [PATCH] some support for \xleftarrow git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3547 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_factory.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_factory.C b/src/mathed/math_factory.C index 11d931a713..3200046176 100644 --- a/src/mathed/math_factory.C +++ b/src/mathed/math_factory.C @@ -101,7 +101,7 @@ MathAtom createMathInset(string const & s) if (s == "xymatrix") return MathAtom(new MathXYMatrixInset); - if (s == "xrightarrow") + if (s == "xrightarrow" || s == "xleftarrow") return MathAtom(new MathXArrowInset(s)); if (s == "split" || s == "gathered" || s == "aligned") -- 2.39.2