mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25258 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a4b76f6605
commit
61e2044d22
@ -1307,6 +1307,16 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_DELIM, "math-delim", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_BIGDELIM
|
||||
* \li Action: Inserts math fixed size delimiters (e.g. parentheses, brackets) enclosing expression.
|
||||
* \li Syntax: math-bigdelim <LSIZE> <LDELIM> <RSIZE> <RDELIM>
|
||||
* \li Params: <L/RSIZE>: bigl/r|Bigl/r|biggl/r|Biggl/r \n
|
||||
<L/RDELIM>: TeX code for delimiter. See Delimiter dialog for delimiters to be used.
|
||||
* \li Sample: math-bigdelim "Bigl" "\Downarrow" "Bigr" "\}"
|
||||
* \li Origin: Enrico & Georg, 7 May 2006
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MATH_DISPLAY
|
||||
|
Loading…
Reference in New Issue
Block a user