mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 06:15:16 +00:00
Compare commits
3 Commits
5041d74052
...
79ac0ab3b2
Author | SHA1 | Date | |
---|---|---|---|
|
79ac0ab3b2 | ||
|
ef4c0412bf | ||
|
fb1095c90b |
@ -722,7 +722,7 @@ Notion These properties are stored via LFUN_TEXTSTYLE_UPDATE,
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax textstyle-apply [<NUM>]textstyle-apply
|
||||
Syntax textstyle-apply [<NUM>]
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
@ -4098,11 +4098,10 @@ void LyXAction::init()
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_TEXTSTYLE_APPLY
|
||||
* \li Action: Apply last used text properties.
|
||||
* \li Syntax: textstyle-apply [<NUM>]
|
||||
* \li Params: <NUM>: number of the selection in the internal freefonts stack to be applied.
|
||||
* \li Notion: These properties are stored via #LFUN_TEXTSTYLE_UPDATE, which is
|
||||
automatically triggered when using Text Style dialog.
|
||||
* \li Syntax: textstyle-apply
|
||||
* \li Syntax: textstyle-apply [<NUM>]
|
||||
* \li Params: <NUM>: number of the selection in the internal freefonts stack to be applied.
|
||||
* \li Origin: leeming, 12 Mar 2003
|
||||
* \endvar
|
||||
*/
|
||||
|
@ -33,11 +33,11 @@ What's new
|
||||
the outliner, even of they do not have a label yet. In the latter
|
||||
case, a label is autonatically inserted.
|
||||
|
||||
- Approximate word count for cross-references.
|
||||
- Approximate word count for cross-references in document statistics.
|
||||
|
||||
- Document PDF settings allow color links and frames around them.
|
||||
These two settings are mutually exclusive by default and we signal
|
||||
that within UI now. Workarounds can be found our and hyperref manual.
|
||||
that within UI now. Workarounds can be found in our and hyperref manual.
|
||||
|
||||
- Fix display of superscripts on Windows (bug 13100).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user