mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25248 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1bd3845672
commit
ce2380135b
@ -1358,6 +1358,16 @@ void LyXAction::init()
|
||||
{ LFUN_MATH_MUTATE, "math-mutate", Noop, Math },
|
||||
{ LFUN_MATH_SPACE, "math-space", Noop, Math },
|
||||
{ LFUN_MATH_IMPORT_SELECTION, "math-import-selection", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_MATRIX
|
||||
* \li Action: Inserts a matrix.
|
||||
* \li Syntax: math-matrix <COLS> <ROWS> [<ALIGN>]
|
||||
* \li Params: <ALIGN>: Alignment is a word composed of the vertical alignment
|
||||
(b, c or t) (i.e. 1 char) and the horizontal alignments
|
||||
(l, c or r) (i.e. <COL> chars).
|
||||
* \li Sample: math-matrix 3 3 bccc
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_MATRIX, "math-matrix", Noop, Math },
|
||||
{ LFUN_MATH_MODE, "math-mode", Noop, Math },
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user