Docs for latest layout changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37438 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-02-02 23:11:07 +00:00
parent 82b9adcea2
commit 08c312f2ac

View File

@ -142,7 +142,7 @@ End
\begin_body
\begin_layout Title
Customizing LyX: Features for the Advanced User
NCustomizing LyX: Features for the Advanced User
\end_layout
\begin_layout Author
@ -13079,6 +13079,86 @@ reference "sec:Tags-for-XHTML"
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
IsPredefined
\end_layout
\end_inset
[
\emph on
\begin_inset Flex Code
status open
\begin_layout Plain Layout
0
\end_layout
\end_inset
\emph default
,
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
1
\end_layout
\end_inset
] Indicates whether the float is already defined in the document class or
if we instead need to load
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
float.sty
\end_layout
\end_inset
and use what it provides to define it on-the-fly.
The default is
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
0
\end_layout
\end_inset
, which means: use
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
float.sty
\end_layout
\end_inset
.
It should be set to
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
1
\end_layout
\end_inset
if the float is already defined by the LaTeX document class.
\end_layout
\begin_layout Description
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
ListCommand
\end_layout
@ -13116,7 +13196,7 @@ must
status collapsed
\begin_layout Plain Layout
NeedsFloatPkg
UsesFloatPkg
\end_layout
\end_inset
@ -13127,12 +13207,12 @@ NeedsFloatPkg
status collapsed
\begin_layout Plain Layout
NeedsFloatPkg
UsesFloatPkg
\end_layout
\end_inset
is true, since in that case there is a standard way.
is true, since in that case there is a standard way to define the command.
\end_layout
\begin_layout Description
@ -13174,84 +13254,6 @@ string
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
NeedsFloatPkg
\end_layout
\end_inset
[
\begin_inset Flex Code
status open
\begin_layout Plain Layout
0
\end_layout
\end_inset
,
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
\emph on
1
\end_layout
\end_inset
] Indicates whether the float is already defined in the document class or
if we instead need to load
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
float.sty
\end_layout
\end_inset
and use what it provides.
The default is
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
1
\end_layout
\end_inset
, which means: use
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
float.sty
\end_layout
\end_inset
.
It should be set to
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
0
\end_layout
\end_inset
if the float is already defined by the LaTeX document class.
\end_layout
\begin_layout Description
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
NumberWithin
\end_layout
@ -13586,6 +13588,52 @@ end{algorithm*}
will be available.
\end_layout
\begin_layout Description
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
UsesFloatPkg
\end_layout
\end_inset
[
\begin_inset Flex Code
status open
\begin_layout Plain Layout
0
\end_layout
\end_inset
,
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
\emph on
1
\end_layout
\end_inset
] Tells us whether this float is defined using the facilities provided by
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
float.sty
\end_layout
\end_inset
, either by the class file or a package, or on-the-fly by LyX itself.
\end_layout
\begin_layout Standard
Note that defining a float with type
\begin_inset Flex Code