mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
EmbeddedObjects: remove prettyref description
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17100 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
88cbc4179e
commit
b62a6e4f55
@ -48,10 +48,6 @@
|
||||
% speed up the longtable calculation
|
||||
\setcounter{LTchunksize}{100}
|
||||
|
||||
% define a new reference format
|
||||
\newrefformat{fig}
|
||||
{Figure~float~\ref{#1} printed on page~\pageref{#1}}
|
||||
|
||||
% if pdflatex is used
|
||||
\usepackage{ifpdf}
|
||||
\ifpdf
|
||||
@ -18141,10 +18137,22 @@ page\InsetSpace ~
|
||||
|
||||
\begin_layout Description
|
||||
Formatted\InsetSpace ~
|
||||
reference: prints a self defined cross-reference format:
|
||||
\newline
|
||||
reference: prints a self defined cross-reference format.
|
||||
|
||||
\begin_inset Note Greyedout
|
||||
status open
|
||||
|
||||
\begin_inset LatexCommand \prettyref{fig:Two-distorted-images}
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
Note:
|
||||
\series default
|
||||
This feature is only available when you have the LaTeX-package
|
||||
\series bold
|
||||
prettyref
|
||||
\series default
|
||||
installed.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -18180,81 +18188,6 @@ Format
|
||||
\family default
|
||||
of the cross-reference window, that appear when you click on the cross-referenc
|
||||
e box.
|
||||
\begin_inset VSpace bigskip
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
To define a format for the
|
||||
\family sans
|
||||
Formatted\InsetSpace ~
|
||||
reference
|
||||
\family default
|
||||
style, you have to use the following command in the document preamble:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
newrefformat{prefix}{text}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
This formatting command affects all references to labels with the same prefix.
|
||||
To get the format of the
|
||||
\family sans
|
||||
Formatted\InsetSpace ~
|
||||
reference
|
||||
\family default
|
||||
example above, this command was used:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
newrefformat{fig}
|
||||
\newline
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
|
||||
\backslash
|
||||
hphantom{ }
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
{Figure~float~
|
||||
\backslash
|
||||
ref{#1} printed on page~
|
||||
\backslash
|
||||
pageref{#1}}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
The tilde "~" is the LaTeX equivalent for the protected space.
|
||||
The command
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
ref{#1}
|
||||
\series default
|
||||
refers to the float number, the command
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
pageref{#1}
|
||||
\series default
|
||||
to the page number.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
@ -18372,7 +18305,6 @@ reference
|
||||
\end_inset
|
||||
|
||||
.
|
||||
That is the reason why it is not used in this document.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -20994,7 +20926,7 @@ Footnotes can be referenced like floats: Insert a label into the footnote
|
||||
\newline
|
||||
This is a cross-reference of Footnote\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \prettyref{foot:This-is-an}
|
||||
\begin_inset LatexCommand \ref{foot:This-is-an}
|
||||
|
||||
\end_inset
|
||||
|
||||
|
@ -48,10 +48,6 @@
|
||||
% speed up the longtable calculation
|
||||
\setcounter{LTchunksize}{100}
|
||||
|
||||
% define a new reference format
|
||||
\newrefformat{fig}
|
||||
{Figura~flotante~\ref{#1} impresa en la página~\pageref{#1}}
|
||||
|
||||
% if pdflatex is used
|
||||
\usepackage{ifpdf}
|
||||
\ifpdf
|
||||
@ -4867,7 +4863,8 @@ Nota
|
||||
\series default
|
||||
: El número de la tabla es incrementado para cada tabla larga, aunque no
|
||||
pongas encabezado en alguna de ellas.
|
||||
Por esto podría suceder que, p.e., la Tabla\InsetSpace ~
|
||||
Por esto podría suceder que, p.\InsetSpace \thinspace{}
|
||||
e., la Tabla\InsetSpace ~
|
||||
2.4 siga a la Tabla\InsetSpace ~
|
||||
2.1 en la lista
|
||||
de tablas debido a que hay dos tablas largas sin encabezado.
|
||||
@ -14912,8 +14909,9 @@ Alineaci
|
||||
\begin_layout Standard
|
||||
A veces mejora la presentación si las entradas en las celdas de una columna
|
||||
se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
|
||||
e.
|
||||
el separador decimal, como en la Tabla\InsetSpace ~
|
||||
e.\InsetSpace ~
|
||||
el separador decimal, como en
|
||||
la Tabla\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \ref{tab:Tabla-con-celdas-de}
|
||||
|
||||
@ -17773,11 +17771,11 @@ status open
|
||||
\series bold
|
||||
Nota:
|
||||
\series default
|
||||
¡Los flotantes ajustados a texto son frágiles! P.
|
||||
e.
|
||||
si una figura está demasiado cerca de la parte inferior de la página se
|
||||
pueden perder cosas en el camino de salida, el flotante puede no aparecer
|
||||
o situarse junto a otro texto.
|
||||
¡Los flotantes ajustados a texto son frágiles! P.\InsetSpace \thinspace{}
|
||||
e.\InsetSpace ~
|
||||
si una figura está demasiado
|
||||
cerca de la parte inferior de la página se pueden perder cosas en el camino
|
||||
de salida, el flotante puede no aparecer o situarse junto a otro texto.
|
||||
\begin_inset Foot
|
||||
status open
|
||||
|
||||
@ -17880,8 +17878,9 @@ Etiqueta
|
||||
.
|
||||
LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
|
||||
El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
|
||||
e.
|
||||
para figuras el prefijo será "
|
||||
e.\InsetSpace ~
|
||||
para figuras el prefijo será
|
||||
"
|
||||
\family sans
|
||||
fig:
|
||||
\family default
|
||||
@ -18031,10 +18030,23 @@ p
|
||||
\begin_layout Description
|
||||
Referencia\InsetSpace ~
|
||||
con\InsetSpace ~
|
||||
formato: imprime un formato autodefinido:
|
||||
\newline
|
||||
formato: imprime un formato autodefinido.
|
||||
|
||||
\begin_inset Note Greyedout
|
||||
status open
|
||||
|
||||
\begin_inset LatexCommand \prettyref{fig:Dos-imágenes-distorsionadas}
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
Note:
|
||||
\series default
|
||||
This feature is only available when you have the LaTeX-package
|
||||
\series bold
|
||||
prettyref
|
||||
\series default
|
||||
installed.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -18046,8 +18058,8 @@ Ten en cuenta que el estilo <p
|
||||
no imprime el número si la etiqueta
|
||||
está en la misma página, en la anterior o en la siguiente.
|
||||
En su lugar verás p.\InsetSpace \thinspace{}
|
||||
e.
|
||||
el texto
|
||||
e.\InsetSpace ~
|
||||
el texto
|
||||
\begin_inset Quotes eld
|
||||
\end_inset
|
||||
|
||||
@ -18072,86 +18084,6 @@ Formato
|
||||
de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset VSpace bigskip
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Para definir un formato en el estilo
|
||||
\family sans
|
||||
Referencia\InsetSpace ~
|
||||
con\InsetSpace ~
|
||||
formato
|
||||
\family default
|
||||
, puedes usar el siguiente comando en el preámbulo del documento:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
newrefformat{prefijo}{texto}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
|
||||
Para dar el formato de la
|
||||
\family sans
|
||||
Referencia\InsetSpace ~
|
||||
con\InsetSpace ~
|
||||
formato
|
||||
\family default
|
||||
del ejemplo anterior se usó el comando:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
newrefformat{fig}
|
||||
\newline
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
|
||||
\backslash
|
||||
hphantom{ }
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
{Figura~flotante~
|
||||
\backslash
|
||||
ref{#1} impresa en la página~
|
||||
\backslash
|
||||
pageref{#1}}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
La tilde "~" es el equivalente en LaTeX al espacio protegido.
|
||||
El comando
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
ref{#1}
|
||||
\series default
|
||||
se refiere al número flotante, el comando
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
pageref{#1}
|
||||
\series default
|
||||
al número de página.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Designación Automática de Referencias
|
||||
\begin_inset LatexCommand \index{Referencias ! Designación Automática}
|
||||
@ -18170,8 +18102,8 @@ hyperref
|
||||
en las referencias cruzadas el nombre de los flotantes referidos (o partes
|
||||
de texto como secciones).
|
||||
Quieres p.\InsetSpace \thinspace{}
|
||||
e.
|
||||
escribir la palabra "Figura" antes de cada cuadro de referencia.
|
||||
e.\InsetSpace ~
|
||||
escribir la palabra "Figura" antes de cada cuadro de referencia.
|
||||
Para conseguirlo debes cargar el paquete LaTeX
|
||||
\series bold
|
||||
hyperref
|
||||
@ -18255,7 +18187,6 @@ formato
|
||||
\end_inset
|
||||
|
||||
.
|
||||
Por esto no se ha usado en este documento.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -20916,7 +20847,7 @@ Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
|
||||
\newline
|
||||
Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
|
||||
|
||||
\begin_inset LatexCommand \prettyref{pie:Esto-es-una}
|
||||
\begin_inset LatexCommand \ref{pie:Esto-es-una}
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -21384,9 +21315,10 @@ Colocaci
|
||||
Si tienes varias notas al pie de una página, se muestran sin espacio vertical
|
||||
entre ellas al final de la página.
|
||||
Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
|
||||
e.
|
||||
1.5\InsetSpace \thinspace{}
|
||||
mm con el comando siguiente en el preámbulo:
|
||||
e.\InsetSpace ~
|
||||
1.5\InsetSpace \thinspace{}
|
||||
mm con el comando siguiente
|
||||
en el preámbulo:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
Loading…
Reference in New Issue
Block a user