mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25275 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bbe3218402
commit
162e176006
@ -1409,6 +1409,15 @@ void LyXAction::init()
|
|||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_MATH_MATRIX, "math-matrix", Noop, Math },
|
{ LFUN_MATH_MATRIX, "math-matrix", Noop, Math },
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_MATH_MODE
|
||||||
|
* \li Action: In text mode enters math mode (i.e. puts math insets on the current
|
||||||
|
cursor position), in math mode enters text mode inside math expression.
|
||||||
|
* \li Notion: If there is some selected text, it puts the text inside created math box.
|
||||||
|
* \li Syntax: math-mode
|
||||||
|
* \li Origin: Alejandro, 4 Jun 1996
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_MATH_MODE, "math-mode", Noop, Math },
|
{ LFUN_MATH_MODE, "math-mode", Noop, Math },
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_MATH_NUMBER_LINE_TOGGLE
|
* \var lyx::FuncCode lyx::LFUN_MATH_NUMBER_LINE_TOGGLE
|
||||||
|
Loading…
Reference in New Issue
Block a user