mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
LFUNs.lyx: update.
This commit is contained in:
parent
d1bb465f65
commit
2385278a9e
@ -188,12 +188,22 @@ Action Splits the current environment with a Separator.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax environment-split [outer]
|
||||
Syntax environment-split [before|outer|previous]
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params outer: If this is given, LyX will split the outermost environment
|
||||
in the current nesting hierarchy.
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
previous: If this is given, LyX will split the environment in the previous
|
||||
paragraph (is there is one).
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
before: If this is given, the new environment will be appended rather
|
||||
than prepended.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -445,11 +455,15 @@ Action Sets the layout (that is, environment) for the current paragraph.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax layout <LAYOUT>
|
||||
Syntax layout <LAYOUT> [ignorenests]
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params <LAYOUT>: the layout to use
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
ignorenests: If specified, nesting advices will be ignored.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -1308,7 +1322,7 @@ Syntax changes-output
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin jspitzm, 21 Jan 2005
|
||||
Origin spitz, 21 Jan 2005
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -1915,7 +1929,7 @@ Params See LFUN_DIALOG_SHOW .
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 30 Apr 2007
|
||||
Origin spitz, 30 Apr 2007
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -2001,6 +2015,22 @@ Syntax escape
|
||||
Origin Lgb, 17 May 2001
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
export-cancel
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Action Cancel background export process.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax export-cancel
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin rgh, 10 December 2017
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
file-insert
|
||||
\end_layout
|
||||
@ -2354,8 +2384,8 @@ alpha)
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
buffer: "name"|"path"|"class"|"vcs-tree-revision"| "vcs-revision"|"vcs-a
|
||||
uthor"|"vcs-date"|"vcs-time"
|
||||
buffer: "name"|"path"|"class"|"vcs-tree-revision"| "vcs-revision"|"vcs-author"|"
|
||||
vcs-date"|"vcs-time"
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -2495,7 +2525,7 @@ Currently only the filename will be considered.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 27 Apr 2006
|
||||
Origin spitz, 27 Apr 2006
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -2617,8 +2647,7 @@ Params <INSET>: <bibitem|bibtex|citation|ert|listings|external|graphics|tabular|
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
hyperlink|include|index|label|line|nomencl|vspace|ref|toc|scri
|
||||
pt>
|
||||
hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
@ -2839,7 +2868,7 @@ Params <CHAR>: tone-falling, tone-rising, tone-high-rising, tone-low-rising,
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 22 Aug 2012
|
||||
Origin spitz, 22 Aug 2012
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -3164,7 +3193,7 @@ Params <ARG>: <newline|linebreak> default: newline
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 25 Mar 2008
|
||||
Origin spitz, 25 Mar 2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -3352,12 +3381,16 @@ Notion Removes the selection.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax paragraph-break [<LAYOUT>]
|
||||
Syntax paragraph-break [<LAYOUT>] [ignoresep]
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params <LAYOUT>: "inverse" - decreases depth by one (or change layout to
|
||||
default layout) when the cursor is at the end of the line.
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
ignoresep: Do not account for paragraph separators while breaking.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -4034,7 +4067,7 @@ Only in math mode: med and thick.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 20 May 2003, Mar 17 2008
|
||||
Origin spitz, 20 May 2003, Mar 17 2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -4050,13 +4083,12 @@ Syntax specialchar-insert <CHAR>
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params <CHAR>: hyphenation, allowbreak, ligature-break, slash,
|
||||
nobreakdash, dots, end-of-sentence, menu-separator, lyx, tex,
|
||||
latex, latex2e.
|
||||
Params <CHAR>: hyphenation, allowbreak, ligature-break, slash, nobreakdash,
|
||||
dots, end-of-sentence, menu-separator, lyx, tex, latex, latex2e.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 6 Dec 2007
|
||||
Origin spitz, 6 Dec 2007
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -4077,7 +4109,7 @@ Params <WORD>: word to add <LANG>: language name (see file languages)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 18 Jan 2010
|
||||
Origin spitz, 18 Jan 2010
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -4115,7 +4147,7 @@ Params <WORD>: word to ignore <LANG>: language name (see file languages)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin JSpitzm, 18 Jan 2010
|
||||
Origin spitz, 18 Jan 2010
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -5871,9 +5903,12 @@ In case of "custom" you will be asked for a format you want to start from
|
||||
|
||||
If absent or "default", then the default output format of the document is
|
||||
used.
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
<DEST> If present, this argument provides the export destination filename.
|
||||
Its containing folder will also be the destination folder, where all
|
||||
the needed external files will be copied.
|
||||
Its containing folder will also be the destination folder, where all the
|
||||
needed external files will be copied.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -6699,12 +6734,8 @@ Syntax toolbar-movable <NAME>
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params <NAME>: *|standard|extra|table|math|mathmacrotemplate|
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
minibuffer|review|view/update|math_panels|vcs| view-others|updat
|
||||
e-others
|
||||
Params <NAME>: *|standard|extra|table|math|mathmacrotemplate| minibuffer|review|
|
||||
view/update|math_panels|vcs| view-others|update-others
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
Loading…
Reference in New Issue
Block a user