mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
df36a96f80
commit
57eee4cdd6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user