mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Add \ensuremath to the list of math completions
This commit is contained in:
parent
2c0965b07c
commit
1d0d10eaa7
@ -2179,6 +2179,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
|
||||
globals.push_back(from_ascii("\\mathclap"));
|
||||
globals.push_back(from_ascii("\\mathllap"));
|
||||
globals.push_back(from_ascii("\\mathrlap"));
|
||||
globals.push_back(from_ascii("\\ensuremath"));
|
||||
MathWordList const & words = mathedWordList();
|
||||
MathWordList::const_iterator it2;
|
||||
//lyxerr << "Globals completion commands: ";
|
||||
|
@ -37,6 +37,8 @@ What's new
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- Add \ensuremath to the list of math completions
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user