git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-13 00:03:36 +00:00
parent 87a64de1e7
commit 2c44c3d031

View File

@ -1343,6 +1343,16 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_MATH_SUPERSCRIPT, "math-superscript", Noop, Math },
/*!
* \var lyx::FuncCode lyx::LFUN_MATH_LIMITS
* \li Action: Toggles the position of the limits from above/below to the right
side an vice versa in integral symbol, a limit, a summation, etc.
* \li Notion: Put the cursor before the symbol with the limits and then invoke
math-limits.
* \li Syntax: math-limits [<STATE>]
* \li Params: <STATE>: limits|nolimits
* \endvar
*/
{ LFUN_MATH_LIMITS, "math-limits", Noop, Math },
{ LFUN_MATH_MACRO, "math-macro", Noop, Math },
{ LFUN_MATH_MUTATE, "math-mutate", Noop, Math },