git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25248 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-13 14:15:13 +00:00
parent 1bd3845672
commit ce2380135b

View File

@ -1358,6 +1358,16 @@ void LyXAction::init()
{ LFUN_MATH_MUTATE, "math-mutate", Noop, Math }, { LFUN_MATH_MUTATE, "math-mutate", Noop, Math },
{ LFUN_MATH_SPACE, "math-space", Noop, Math }, { LFUN_MATH_SPACE, "math-space", Noop, Math },
{ LFUN_MATH_IMPORT_SELECTION, "math-import-selection", 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_MATRIX, "math-matrix", Noop, Math },
{ LFUN_MATH_MODE, "math-mode", Noop, Math }, { LFUN_MATH_MODE, "math-mode", Noop, Math },
/*! /*!