mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
EmbeddedObjects: last minute updates (not yet in Spanish)
- referencing subfigures - typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
29b4166d78
commit
18138b43e6
@ -372,6 +372,15 @@ Graphics
|
||||
You can rotate images counter-clockwise by setting a rotation angle and
|
||||
a rotation origin.
|
||||
The image will also be rotated inside LyX.
|
||||
\newline
|
||||
Images can be opened in a program
|
||||
of your choice when pressing the
|
||||
\family sans
|
||||
Edit
|
||||
\family default
|
||||
button.
|
||||
The program can be set for every image format in the file format settings
|
||||
in LyX's preferences.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -480,8 +489,13 @@ x.eps.bb
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset VSpace bigskip
|
||||
\end_inset
|
||||
|
||||
\newpage
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
This is an example image in EPS format
|
||||
\begin_inset Foot
|
||||
status open
|
||||
@ -697,8 +711,8 @@ Figure\InsetSpace ~
|
||||
|
||||
\end_inset
|
||||
|
||||
are examples of cross-referenced figures.
|
||||
Figures can be cross-referenced in the text by referencing their label.
|
||||
are examples of referenced figures.
|
||||
Figures can be referenced in the text by referencing their label.
|
||||
To do this insert a label in the caption using the menu
|
||||
\family sans
|
||||
Insert\SpecialChar \menuseparator
|
||||
@ -745,6 +759,14 @@ above
|
||||
\end_inset
|
||||
|
||||
at all.
|
||||
\newline
|
||||
Referencing is explained in detail in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sec:Referencing-Floats}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -762,6 +784,15 @@ Subfigure
|
||||
\family default
|
||||
and enter the subcaption for the image in the caption field.
|
||||
Note that only the main caption of the float is added to the List of Figures.
|
||||
\newline
|
||||
Ref
|
||||
erencing subfigures is explained in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sub:Referencing-Subfigures}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -801,7 +832,7 @@ status open
|
||||
lyxscale 60
|
||||
width 45col%
|
||||
subcaption
|
||||
subcaptionText "Platypus"
|
||||
subcaptionText "\label{fig: Platypus} Platypus"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -2024,7 +2055,7 @@ Table\InsetSpace ~
|
||||
|
||||
inside it.
|
||||
The text following the label is the caption of the table.
|
||||
To insert a table to the the float set the cursor at the end of the caption
|
||||
To insert a table to the float set the cursor at the end of the caption
|
||||
text, press enter and insert the table.
|
||||
The caption is now printed above the table.
|
||||
\end_layout
|
||||
@ -2140,6 +2171,14 @@ reference
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\newline
|
||||
Referencing is explained in detail in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sec:Referencing-Floats}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
@ -18056,8 +18095,8 @@ Back and you can use it to set the cursor
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Cross-reference formats
|
||||
\begin_inset LatexCommand \label{sub:Cross-reference-formats}
|
||||
Cross-Reference Formats
|
||||
\begin_inset LatexCommand \label{sub:Cross-Reference-Formats}
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -18190,6 +18229,68 @@ Format
|
||||
e box.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Referencing Subfigures
|
||||
\begin_inset LatexCommand \label{sub:Referencing-Subfigures}
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset LatexCommand \index{References ! to Subfigures}
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Currently referencing subfigures is not supported by LyX, so you have to
|
||||
use LaTeX-commands.
|
||||
The label is created the with the command
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
label{fig: YourLabelName}
|
||||
\series default
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
that is directly inserted into the subfigure caption field.
|
||||
To reference the label add this command in ERT
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
ref{fig: YourLabelName}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
to the position in your document where the reference should be placed.
|
||||
Here is a reference to a subfigure: Subfigure\InsetSpace ~
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
|
||||
\backslash
|
||||
ref{fig: Platypus}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Automatic Reference Naming
|
||||
\begin_inset LatexCommand \index{References ! Automatic Reference Naming}
|
||||
@ -18300,7 +18401,7 @@ reference
|
||||
\family default
|
||||
style, described in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sub:Cross-reference-formats}
|
||||
\begin_inset LatexCommand \ref{sub:Cross-Reference-Formats}
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -18418,6 +18519,23 @@ hyperref
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Note Greyedout
|
||||
status open
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
Note:
|
||||
\series default
|
||||
The set reference position has no effect for references to subfigures.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
|
@ -377,6 +377,15 @@ Puedes girar
|
||||
los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
|
||||
y un origen de rotación.
|
||||
La imagen también gira en LyX.
|
||||
\newline
|
||||
Images can be opened in a program of your
|
||||
choice when pressing the
|
||||
\family sans
|
||||
Edit
|
||||
\family default
|
||||
button.
|
||||
The program can be set for every image format in the file format settings
|
||||
in LyX's preferences.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -478,8 +487,9 @@ x.eps.bb
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset VSpace bigskip
|
||||
\end_inset
|
||||
|
||||
\newpage
|
||||
|
||||
\end_layout
|
||||
|
||||
@ -733,6 +743,16 @@ cruzada
|
||||
Es importante emplear referencias a flotantes, mejor que alusiones vagas
|
||||
como "la figura de arriba", porque como LaTeX recolocará los flotantes
|
||||
en el documento final, podría no quedar "arriba" precisamente.
|
||||
\lang english
|
||||
|
||||
\newline
|
||||
Referencing is explained in detail in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sec:Referencing-Floats}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -755,6 +775,16 @@ Descripci
|
||||
.
|
||||
Observa que sólo el título principal del encabezado del flotante se añade
|
||||
a la Lista de Figuras.
|
||||
\lang english
|
||||
|
||||
\newline
|
||||
Referencing subfigures is explained in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sub:Referencing-Subfigures}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -794,7 +824,7 @@ status open
|
||||
lyxscale 60
|
||||
width 45col%
|
||||
subcaption
|
||||
subcaptionText "Platypus"
|
||||
subcaptionText "\label{fig: Platypus} Platypus"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -2105,6 +2135,16 @@ cruzada
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\lang english
|
||||
|
||||
\newline
|
||||
Referencing is explained in detail in section\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{sec:Referencing-Floats}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
@ -18084,6 +18124,78 @@ Formato
|
||||
de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
|
||||
\lang english
|
||||
Referencing Subfigures
|
||||
\begin_inset LatexCommand \label{sub:Referencing-Subfigures}
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset LatexCommand \index{Referencias ! to Subfigures}
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
Currently referencing subfigures is not supported by LyX, so you have to
|
||||
use LaTeX-commands.
|
||||
The label is created the with the command
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
|
||||
\backslash
|
||||
label{fig: YourLabelName}
|
||||
\series default
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
that is directly inserted into the subfigure caption field.
|
||||
To reference the label add this command in ERT
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
|
||||
\backslash
|
||||
ref{fig: YourLabelName}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
to the position in your document where the reference should be placed.
|
||||
Here is a reference to a subfigure: Subfigure\InsetSpace ~
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
|
||||
\backslash
|
||||
ref{fig: Platypus}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Designación Automática de Referencias
|
||||
\begin_inset LatexCommand \index{Referencias ! Designación Automática}
|
||||
@ -18297,6 +18409,24 @@ en el pre
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Note Greyedout
|
||||
status open
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
Note:
|
||||
\series default
|
||||
The set reference position has no effect for references to subfigures.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
|
Loading…
x
Reference in New Issue
Block a user