some support for \xleftarrow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3547 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-02-15 15:01:01 +00:00
parent df36a96f80
commit 57eee4cdd6

View File

@ -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")