mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
* \xymatrix added to completion (fixing bug 5123)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26082 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f9e4d7c2d
commit
ae410deed1
@ -1834,6 +1834,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
|
||||
globals.push_back(from_ascii("\\alignedat"));
|
||||
globals.push_back(from_ascii("\\cases"));
|
||||
globals.push_back(from_ascii("\\substack"));
|
||||
globals.push_back(from_ascii("\\xymatrix"));
|
||||
globals.push_back(from_ascii("\\subarray"));
|
||||
globals.push_back(from_ascii("\\array"));
|
||||
globals.push_back(from_ascii("\\sqrt"));
|
||||
|
Loading…
Reference in New Issue
Block a user