next bits

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29704 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-05-17 00:53:56 +00:00
parent de66d50203
commit 5c65948e64

View File

@ -1587,9 +1587,9 @@ void LyXAction::init()
* \li Params: <TYPE>: negative spaces: !|negthinspace|negmedspace|negthickspace \n
positive spaces: ,|thinspace|:|medspace|;|thickspace|enskip|quad|qquad \n
custom space: hspace \n
"," used by default.
"," used by default.\n
Note that ! is equivalent to negthinspace, , = thinspace,
: = medspace, and ; = thickspace.
: = medspace, and ; = thickspace.\n
<LEN>: length for custom spaces (hspace)
* \li Origin: Andre, 25 Jul 2001; sanda, 16 Jun 2008
* \endvar
@ -1668,7 +1668,7 @@ void LyXAction::init()
* \li Notion: Provides an interface to the LaTeX math mode font size commands.
* \li Syntax: math-size <STYLE>
* \li Params: <STYLE>: \displaystyle|\textstyle|\scriptstyle|\scriptscriptstyle
* \li Origin: Alejandro, 15 Aug 1996; ps, 14 Jun 2008
* \li Origin: Alejandro, 15 Aug 1996; sanda, 14 Jun 2008
* \endvar
*/
{ LFUN_MATH_SIZE, "math-size", Noop, Math },