mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
* LFUNs.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29576 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
abc5debb42
commit
1f42ac598d
@ -1,5 +1,5 @@
|
||||
#LyX 1.6.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 357
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass amsart
|
||||
@ -13,12 +13,14 @@ theorems-ams
|
||||
\font_sans default
|
||||
\font_typewriter default
|
||||
\font_default_family default
|
||||
\use_xetex false
|
||||
\font_sc false
|
||||
\font_osf false
|
||||
\font_sf_scale 100
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format default
|
||||
\paperfontsize default
|
||||
\use_hyperref false
|
||||
\papersize default
|
||||
@ -27,7 +29,9 @@ theorems-ams
|
||||
\use_esint 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\backgroundcolor #ffffff
|
||||
\leftmargin 2.5cm
|
||||
\topmargin 2cm
|
||||
\rightmargin 3cm
|
||||
@ -49,7 +53,7 @@ theorems-ams
|
||||
\begin_body
|
||||
|
||||
\begin_layout Section*
|
||||
LFUNs documentation automatically generated 26.04.2009.
|
||||
LFUNs documentation automatically generated 08.05.2009.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2131,7 +2135,7 @@ Syntax paste [<TYPE>]
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params <TYPE>: pdf|png|jpeg|linkback
|
||||
Params <TYPE>: emf|pdf|png|jpeg|linkback|wmf
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
@ -2334,6 +2338,57 @@ Action Toggles underline in the font (selection-wise).
|
||||
Syntax font-underline
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
LFUN_FONT_UULINE
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Action Toggles double underline in the font (selection-wise).
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax font-underunderline
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin sanda, 5 May 2009
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
LFUN_FONT_UWAVE
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Action Toggles wavy underline in the font (selection-wise).
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax font-underwave
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin sanda, 5 May 2009
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
LFUN_FONT_STRIKEOUT
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Action Toggles strikeout (strike-through) in the font (selection-wise).
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax font-strikeout
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin sanda, 3 May 2009
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
LFUN_FONT_EMPH
|
||||
\end_layout
|
||||
@ -5626,11 +5681,29 @@ Action Sets the cursor position based on the row number of generated TeX
|
||||
\begin_layout Description
|
||||
Notion This can be useful for DVI inverse-search or detection of the problematic
|
||||
line from LaTeX compilation.
|
||||
Note that before this function can be used export to LaTeX output must
|
||||
occur (in order to map the row numbers).
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax server-goto-file-row <LYX_FILE_NAME> <ROW_NUMBER>
|
||||
Syntax server-goto-file-row <FILE[.ext]> <ROW_NUMBER>
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Params <FILE>: the filename.
|
||||
Environment variables are expaned in the path.
|
||||
In case this LFUN does not work make sure you are giving correct path to
|
||||
the file.
|
||||
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
If the file is located inside LyX temporary directory it will be mapped
|
||||
back into the appropriate opened buffer (e.g.
|
||||
for the case of generated .tex file).
|
||||
.ext: extensions will be automatically replaced by .lyx.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -6951,5 +7024,27 @@ Params <ZOOM>: The zoom in %, the default is 20.
|
||||
Origin vfr, 30 Mar 2009
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
LFUN_SECTION_SELECT
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Action Selects the whole section.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Notion The cursor should be in a section heading before calling this lfun.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Syntax section-select
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
Origin vfr, 05 May 2009
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
||||
|
Loading…
Reference in New Issue
Block a user