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@25244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
87a64de1e7
commit
2c44c3d031
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user