mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +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
|
% speed up the longtable calculation
|
||||||
\setcounter{LTchunksize}{100}
|
\setcounter{LTchunksize}{100}
|
||||||
|
|
||||||
% define a new reference format
|
|
||||||
\newrefformat{fig}
|
|
||||||
{Figure~float~\ref{#1} printed on page~\pageref{#1}}
|
|
||||||
|
|
||||||
% if pdflatex is used
|
% if pdflatex is used
|
||||||
\usepackage{ifpdf}
|
\usepackage{ifpdf}
|
||||||
\ifpdf
|
\ifpdf
|
||||||
@ -18141,10 +18137,22 @@ page\InsetSpace ~
|
|||||||
|
|
||||||
\begin_layout Description
|
\begin_layout Description
|
||||||
Formatted\InsetSpace ~
|
Formatted\InsetSpace ~
|
||||||
reference: prints a self defined cross-reference format:
|
reference: prints a self defined cross-reference format.
|
||||||
\newline
|
|
||||||
|
\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
|
\end_inset
|
||||||
|
|
||||||
@ -18180,81 +18188,6 @@ Format
|
|||||||
\family default
|
\family default
|
||||||
of the cross-reference window, that appear when you click on the cross-referenc
|
of the cross-reference window, that appear when you click on the cross-referenc
|
||||||
e box.
|
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
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
@ -18372,7 +18305,6 @@ reference
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
That is the reason why it is not used in this document.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -20994,7 +20926,7 @@ Footnotes can be referenced like floats: Insert a label into the footnote
|
|||||||
\newline
|
\newline
|
||||||
This is a cross-reference of Footnote\InsetSpace ~
|
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
|
\end_inset
|
||||||
|
|
||||||
|
@ -48,10 +48,6 @@
|
|||||||
% speed up the longtable calculation
|
% speed up the longtable calculation
|
||||||
\setcounter{LTchunksize}{100}
|
\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
|
% if pdflatex is used
|
||||||
\usepackage{ifpdf}
|
\usepackage{ifpdf}
|
||||||
\ifpdf
|
\ifpdf
|
||||||
@ -4867,7 +4863,8 @@ Nota
|
|||||||
\series default
|
\series default
|
||||||
: El número de la tabla es incrementado para cada tabla larga, aunque no
|
: El número de la tabla es incrementado para cada tabla larga, aunque no
|
||||||
pongas encabezado en alguna de ellas.
|
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.4 siga a la Tabla\InsetSpace ~
|
||||||
2.1 en la lista
|
2.1 en la lista
|
||||||
de tablas debido a que hay dos tablas largas sin encabezado.
|
de tablas debido a que hay dos tablas largas sin encabezado.
|
||||||
@ -14912,8 +14909,9 @@ Alineaci
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
A veces mejora la presentación si las entradas en las celdas de una columna
|
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{}
|
se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
|
||||||
e.
|
e.\InsetSpace ~
|
||||||
el separador decimal, como en la Tabla\InsetSpace ~
|
el separador decimal, como en
|
||||||
|
la Tabla\InsetSpace ~
|
||||||
|
|
||||||
\begin_inset LatexCommand \ref{tab:Tabla-con-celdas-de}
|
\begin_inset LatexCommand \ref{tab:Tabla-con-celdas-de}
|
||||||
|
|
||||||
@ -17773,11 +17771,11 @@ status open
|
|||||||
\series bold
|
\series bold
|
||||||
Nota:
|
Nota:
|
||||||
\series default
|
\series default
|
||||||
¡Los flotantes ajustados a texto son frágiles! P.
|
¡Los flotantes ajustados a texto son frágiles! P.\InsetSpace \thinspace{}
|
||||||
e.
|
e.\InsetSpace ~
|
||||||
si una figura está demasiado cerca de la parte inferior de la página se
|
si una figura está demasiado
|
||||||
pueden perder cosas en el camino de salida, el flotante puede no aparecer
|
cerca de la parte inferior de la página se pueden perder cosas en el camino
|
||||||
o situarse junto a otro texto.
|
de salida, el flotante puede no aparecer o situarse junto a otro texto.
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status open
|
status open
|
||||||
|
|
||||||
@ -17880,8 +17878,9 @@ Etiqueta
|
|||||||
.
|
.
|
||||||
LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
|
LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
|
||||||
El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
|
El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
|
||||||
e.
|
e.\InsetSpace ~
|
||||||
para figuras el prefijo será "
|
para figuras el prefijo será
|
||||||
|
"
|
||||||
\family sans
|
\family sans
|
||||||
fig:
|
fig:
|
||||||
\family default
|
\family default
|
||||||
@ -18031,10 +18030,23 @@ p
|
|||||||
\begin_layout Description
|
\begin_layout Description
|
||||||
Referencia\InsetSpace ~
|
Referencia\InsetSpace ~
|
||||||
con\InsetSpace ~
|
con\InsetSpace ~
|
||||||
formato: imprime un formato autodefinido:
|
formato: imprime un formato autodefinido.
|
||||||
\newline
|
|
||||||
|
\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
|
\end_inset
|
||||||
|
|
||||||
@ -18046,8 +18058,8 @@ Ten en cuenta que el estilo <p
|
|||||||
no imprime el número si la etiqueta
|
no imprime el número si la etiqueta
|
||||||
está en la misma página, en la anterior o en la siguiente.
|
está en la misma página, en la anterior o en la siguiente.
|
||||||
En su lugar verás p.\InsetSpace \thinspace{}
|
En su lugar verás p.\InsetSpace \thinspace{}
|
||||||
e.
|
e.\InsetSpace ~
|
||||||
el texto
|
el texto
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
@ -18072,86 +18084,6 @@ Formato
|
|||||||
de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
|
de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
|
||||||
\end_layout
|
\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
|
\begin_layout Subsection
|
||||||
Designación Automática de Referencias
|
Designación Automática de Referencias
|
||||||
\begin_inset LatexCommand \index{Referencias ! Designación Automática}
|
\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
|
en las referencias cruzadas el nombre de los flotantes referidos (o partes
|
||||||
de texto como secciones).
|
de texto como secciones).
|
||||||
Quieres p.\InsetSpace \thinspace{}
|
Quieres p.\InsetSpace \thinspace{}
|
||||||
e.
|
e.\InsetSpace ~
|
||||||
escribir la palabra "Figura" antes de cada cuadro de referencia.
|
escribir la palabra "Figura" antes de cada cuadro de referencia.
|
||||||
Para conseguirlo debes cargar el paquete LaTeX
|
Para conseguirlo debes cargar el paquete LaTeX
|
||||||
\series bold
|
\series bold
|
||||||
hyperref
|
hyperref
|
||||||
@ -18255,7 +18187,6 @@ formato
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
Por esto no se ha usado en este documento.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -20916,7 +20847,7 @@ Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
|
|||||||
\newline
|
\newline
|
||||||
Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
|
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
|
\end_inset
|
||||||
|
|
||||||
@ -21384,9 +21315,10 @@ Colocaci
|
|||||||
Si tienes varias notas al pie de una página, se muestran sin espacio vertical
|
Si tienes varias notas al pie de una página, se muestran sin espacio vertical
|
||||||
entre ellas al final de la página.
|
entre ellas al final de la página.
|
||||||
Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
|
Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
|
||||||
e.
|
e.\InsetSpace ~
|
||||||
1.5\InsetSpace \thinspace{}
|
1.5\InsetSpace \thinspace{}
|
||||||
mm con el comando siguiente en el preámbulo:
|
mm con el comando siguiente
|
||||||
|
en el preámbulo:
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
Loading…
Reference in New Issue
Block a user