mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
InsetMathNest.cpp: forgot this in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29132 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8225a56dfe
commit
48236d215c
@ -1938,6 +1938,8 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
|
||||
globals.push_back(from_ascii("\\normalcolor"));
|
||||
globals.push_back(from_ascii("\\textcolor"));
|
||||
globals.push_back(from_ascii("\\cfrac"));
|
||||
globals.push_back(from_ascii("\\cfracleft"));
|
||||
globals.push_back(from_ascii("\\cfracright"));
|
||||
globals.push_back(from_ascii("\\dfrac"));
|
||||
globals.push_back(from_ascii("\\tfrac"));
|
||||
globals.push_back(from_ascii("\\dbinom"));
|
||||
|
Loading…
Reference in New Issue
Block a user