]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/es/EmbeddedObjects.lyx
UserGuide.lyx: nomenclature again revised, revised section about notes and margin...
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
index 321dbd6c19d2012fd65239b960b05121e7835e49..829e5681ad54c7d42a72882693f18188fa78236d 100644 (file)
 
 % provides commands to set caption
 % beside tables/images
-\usepackage{sidecap}
-
-\newcommand{\TabBesBeg}{%
+\newcommand{\TabBesBeg}[1][1.0]{%
  \let\MyTable\table
  \let\MyEndtable\endtable
- \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
+ \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
 
 \newcommand{\TabBesEnd}{%
  \let\table\MyTable
  \let\endtable\MyEndtable}
 
-\newcommand{\FigBesBeg}{%
+\newcommand{\FigBesBeg}[1][1.0]{%
  \let\MyFigure\figure
  \let\MyEndfigure\endfigure
- \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
+ \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
 
 \newcommand{\FigBesEnd}{%
  \let\figure\MyFigure
   \setboolean{sidecap}{true}}
  {\setboolean{sidecap}{false}}
 
-% redefine the \LyX macro for PDF bookmarks
-\def\LyX{\texorpdfstring{%
-  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
-  {LyX}}
+% check for picinpar
+% used for surrounded fixed objects
+\newboolean{picinpar}
+\IfFileExists{picinpar.sty}
+ {\usepackage{picinpar}
+  \setboolean{picinpar}{true}}
+ {\setboolean{picinpar}{false}}
 
 % to translate the listing label
 % para traducir la etiqueta listing
 \end_preamble
 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
 \use_default_options false
+\begin_modules
+initials
+\end_modules
 \maintain_unincluded_children false
 \language spanish
 \language_package default
@@ -304,7 +308,7 @@ LatexCommand tableofcontents
 
 \begin_layout Standard
 \begin_inset Note Note
-status collapsed
+status open
 
 \begin_layout Plain Layout
 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
@@ -318,7 +322,7 @@ colortbl
 \series default
 , 
 \series bold
-marginnote
+lettrine, marginnote, picinpar
 \series default
  y 
 \series bold
@@ -473,7 +477,7 @@ Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
 
 
 \begin_inset Index idx
-status open
+status collapsed
 
 \begin_layout Plain Layout
 Figuras ! Redimensionar
@@ -658,9 +662,9 @@ El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesi
 \begin_inset Newline newline
 \end_inset
 
-El campo 
+En la sección 
 \family sans
-Nombre
+Group
 \begin_inset space ~
 \end_inset
 
@@ -668,9 +672,9 @@ de
 \begin_inset space ~
 \end_inset
 
-grupo
+gráficos
 \family default
- permite definir un conjunto de ajustes de imagen.
+ puede definir un conjunto de ajustes de imagen.
 \begin_inset Index idx
 status collapsed
 
@@ -12607,6 +12611,120 @@ raggedright}
 
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+To start a new line in a multirow you can use a forced line break (shortcut
+\begin_inset Info
+type  "shortcut"
+arg   "newline-insert newline"
+\end_inset
+
+) but this will not respect the cell lines as demonstrated in this table:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="2">
+<features tabularvalignment="middle">
+<column alignment="left" valignment="middle" width="2cm">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+aaa
+\begin_inset Newline newline
+\end_inset
+
+aaa
+\begin_inset Newline newline
+\end_inset
+
+wrong cell
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+ccc
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+ddd
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+bbb
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+eee
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Therefore be careful with forced line breaks.
+\end_layout
+
 \begin_layout Section
 Cuadros formales
 \begin_inset CommandInset label
 
 \begin_layout Chapter
 Flotantes
+\begin_inset CommandInset label
+LatexCommand label
+name "chap:Flotantes"
+
+\end_inset
+
+
 \begin_inset Index idx
 status collapsed
 
@@ -19541,13 +19666,29 @@ reference "sec:Cuadros-Flotantes"
 \end_inset
 
 , respectivamente, LyX ofrece los tipos 
-\series bold
+\family sans
 Algoritmo
-\series default
+\family default
  y 
-\series bold
+\family sans
 Envoltorio
-\series default
+\family default
+.
+\lang english
+The latter are explained in sec.
+\lang spanish
+
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Flotantes-envueltos"
+
+\end_inset
+
 .
 \end_layout
 
@@ -19773,255 +19914,6 @@ Opciones para ecuaciones
 .
 \end_layout
 
-\begin_layout Subsection
-Flotantes envueltos
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-Flotantes ! Envoltorio
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Wrap figure
-lines 0
-placement l
-overhang 1cm
-width "40col%"
-status open
-
-\begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../clipart/mobius.eps
-       width 40col%
-       rotateOrigin center
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:Envoltorio-de-figura"
-
-\end_inset
-
-Figura envuelta en el texto
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
- Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
- de modo que ocupe sólo una parte del ancho de columna.
- Se inserta con el menú 
-\family sans
-Insertar\SpecialChar \menuseparator
-Flotante\SpecialChar \menuseparator
-Figura
-\begin_inset space ~
-\end_inset
-
-envuelta
-\family default
-
-\begin_inset space \thinspace{}
-\end_inset
-
-/
-\begin_inset space \thinspace{}
-\end_inset
-
-
-\family sans
-Cuadro
-\begin_inset space ~
-\end_inset
-
-envuelto
-\family default
- si está instalado el paquete LaTeX 
-\series bold
-wrapfig
-\series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-LaTeX-paquetes ! wrapfig
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-vspace{4mm}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-.
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-La instalación de paquetes LaTeX se explica en el manual 
-\emph on
-Configuración de LaTeX
-\emph default
-.
-\end_layout
-
-\end_inset
-
- Los parámetros del flotante se pueden modificar en el diálogo que se muestra
- con clic derecho sobre el cuadro del flotante.
- Son obligatorias la 
-\family sans
-Ubicación
-\family default
- y la 
-\family sans
-Anchura
-\family default
-.
- Son opcionales 
-\family sans
-Extensión al margen
-\family default
-, que especifica la anchura de invasión del margen, y 
-\family sans
-Extender
-\begin_inset space ~
-\end_inset
-
-a
-\begin_inset space ~
-\end_inset
-
-líneas
-\family default
-:, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
- Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
- opción sólo si encuentras problemas en la colocación del flotante.
- Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
- del párrafo o en los párrafos adyacentes.
- La figura
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:Envoltorio-de-figura"
-
-\end_inset
-
- es un ejemplo de envoltorio con una anchura de columna del 40
-\begin_inset space \thinspace{}
-\end_inset
-
-%, ubicado a la izquierda y 1
-\begin_inset space \thinspace{}
-\end_inset
-
-cm de invasión de margen.
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-Consulta las unidades disponibles en el apéndice
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "cap:Unidades-disponibles-en"
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-Nota:
-\series default
- ¡Los flotantes envueltos son frágiles! P.
-\begin_inset space \thinspace{}
-\end_inset
-
-e.
-\begin_inset space ~
-\end_inset
-
-si una figura está demasiado cerca de la parte inferior de la página se
- pueden perder cosas en el proceso de salida: el flotante puede no aparecer
- o situarse junto a otro texto.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-En general:
-\end_layout
-
-\begin_layout Itemize
-Los flotantes envueltos no deberían situarse en párrafos que van sobre un
- salto de página.
- Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
- esté casi listo y puedas prever los saltos de página.
-\end_layout
-
-\begin_layout Itemize
-Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
- del párrafo al que deben ajustarse, o bien dentro de un párrafo.
-\end_layout
-
-\begin_layout Itemize
-Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
- que procura que haya un párrafo de texto entre ellos.
-\end_layout
-
-\begin_layout Itemize
-Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
-\end_layout
-
 \begin_layout Section
 Numeración de flotantes
 \begin_inset Index idx
@@ -23365,7 +23257,7 @@ height "1pt"
 \backslash
 newcommand{
 \backslash
-TabBesBeg}{%
+TabBesBeg}[1][1.0]{%
 \begin_inset Newline newline
 \end_inset
 
@@ -23374,8 +23266,6 @@ TabBesBeg}{%
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23400,7 +23290,7 @@ status open
 
 \begin_layout Plain Layout
 
-\series bold
+\series medium
 \begin_inset space ~
 \end_inset
 
@@ -23425,7 +23315,7 @@ status open
 
 \begin_layout Plain Layout
 
-\series bold
+\series medium
 \begin_inset space ~
 \end_inset
 
@@ -23436,9 +23326,9 @@ status open
 
 
 \backslash
-renewenvironment{table}{
+renewenvironment{table}[1]{
 \backslash
-begin{SCtable}}{
+begin{SCtable}[#1]##1}{
 \backslash
 end{SCtable}}}
 \end_layout
@@ -23459,8 +23349,6 @@ TabBesEnd}{%
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23484,8 +23372,6 @@ MyTable
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23510,7 +23396,7 @@ MyEndtable
 \backslash
 newcommand{
 \backslash
-FigBesBeg}{%
+FigBesBeg}[1][1.0]{%
 \begin_inset Newline newline
 \end_inset
 
@@ -23519,8 +23405,6 @@ FigBesBeg}{%
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23544,8 +23428,6 @@ figure
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23569,8 +23451,6 @@ endfigure
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23581,9 +23461,9 @@ status open
 
 
 \backslash
-renewenvironment{figure}{
+renewenvironment{figure}[1]{
 \backslash
-begin{SCfigure}}{
+begin{SCfigure}[#1]##1}{
 \backslash
 end{SCfigure}}}
 \end_layout
@@ -23604,8 +23484,6 @@ FigBesEnd}{%
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23629,8 +23507,6 @@ MyFigure
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -23677,7 +23553,7 @@ FigBesBeg
 
 \begin_layout Standard
 en código TeX antes del flotante.
Detrás del flotante inserta
Y inserta
 \end_layout
 
 \begin_layout Standard
@@ -23689,7 +23565,11 @@ FigBesEnd
 \end_layout
 
 \begin_layout Standard
-en código TeX para volver a la definición original de flotantes.
+en código TeX 
+\lang english
+at the point where you want to
+\lang spanish
+ volver a la definición original de flotantes.
 \end_layout
 
 \begin_layout Standard
@@ -23804,6 +23684,132 @@ reference "fig:encab-al-lado-de-fig"
 \begin_inset VSpace medskip
 \end_inset
 
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The default caption width is the width of the image/table.
+ For thin image/tables, like in 
+\lang spanish
+cuadro
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:encab-al-lado"
+
+\end_inset
+
+, 
+\lang english
+this leads to captions that are too thin.
+ You can increase the width by specifying a factor that will be multiplied
+ with the image/table width to get the caption width.
+ The caption width will automatically be recalculated in case it would protrude
+ over the page or column margin due to the specified width.
+ The 
+\emph on
+factor
+\emph default
+ can either be given as optional argument for 
+\series bold
+
+\backslash
+FigBesBeg
+\series default
+:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+\lang english
+
+\backslash
+FigBesBeg[factor]
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+or in the definition of 
+\series bold
+
+\backslash
+FigBesBeg
+\series default
+ by replacing the 
+\series bold
+1.0
+\series default
+ with another value.
+ If you do the latter, your factor will be the default if 
+\series bold
+
+\backslash
+FigBesBeg
+\series default
+ is used without an argument.
+ For 
+\lang spanish
+cuadro
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:cap-beside-tab-wider"
+
+\end_inset
+
+\lang english
+the factor 5 was used.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Nota
+\lang english
+:
+\series default
+ For floats with captions set beside, you cannot use the float placement
+ option 
+\family sans
+Here
+\begin_inset space ~
+\end_inset
+
+definitely
+\family default
+ because it is not supported by 
+\series bold
+sidecap
+\series default
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
 Más información sobre el paquete 
 \series bold
 sidecap
@@ -24172,7 +24178,43 @@ status collapsed
 
 
 \backslash
-TabBesEnd
+sidecaptionvpos{figure}{c}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename ../clipart/escher-lsd.eps
+       scale 75
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:encab-al-lado-de-fig"
+
+\end_inset
+
+Leyenda centrada verticalmente junto a una figura.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
@@ -24188,40 +24230,268 @@ status collapsed
 
 
 \backslash
-sidecaptionvpos{figure}{c}
+FigBesEnd
 \end_layout
 
 \end_inset
 
 
-\begin_inset Float figure
-wide false
-sideways false
-status open
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../clipart/escher-lsd.eps
-       scale 75
+
+
+\backslash
+TabBesBeg[5]
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways false
+status open
+
 \begin_layout Plain Layout
 \begin_inset Caption
 
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "fig:encab-al-lado-de-fig"
+name "tab:cap-beside-tab-wider"
 
 \end_inset
 
-Leyenda centrada verticalmente junto a una figura.
+
+\lang english
+This is a caption is wider than the one in 
+\lang spanish
+cuadro
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:encab-al-lado"
+
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+i
 \end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+j
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
 \end_inset
 
 
@@ -24240,7 +24510,7 @@ status collapsed
 
 
 \backslash
-FigBesEnd
+TabBesEnd
 \end_layout
 
 \end_inset
@@ -26390,7 +26660,7 @@ ifmarginnote
 
 
 \begin_inset Note Note
-status collapsed
+status open
 
 \begin_layout Plain Layout
 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
@@ -26924,7 +27194,7 @@ else
 
 
 \begin_inset Note Note
-status collapsed
+status open
 
 \begin_layout Plain Layout
 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
@@ -31439,12 +31709,16 @@ Si «fleqn» se añade a las opciones de clase del documento.
 \end_layout
 
 \begin_layout Chapter
-Archivos externos
+
+\lang english
+Objects Surrounded by Text
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-Archivos externos
+
+\lang english
+Surrounded by text
 \end_layout
 
 \end_inset
@@ -31452,73 +31726,71 @@ Archivos externos
 
 \end_layout
 
-\begin_layout Standard
-Con el menú 
-\family sans
-Insertar\SpecialChar \menuseparator
-Archivo 
-\family default
-se pueden insertar archivos externos en un documento.
- Estos pueden ser:
-\end_layout
+\begin_layout Section
+Flotantes envueltos
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Flotantes-envueltos"
 
-\begin_layout Description
-Documento
-\begin_inset space ~
 \end_inset
 
-LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
-\end_layout
 
-\begin_layout Description
-Texto
-\begin_inset space ~
-\end_inset
+\begin_inset Index idx
+status collapsed
 
-simple Un documento de texto; cada línea del mismo se inserta en tu documento
- como párrafo propio.
+\begin_layout Plain Layout
+Flotantes ! Envoltorio
 \end_layout
 
-\begin_layout Description
-Texto
-\begin_inset space ~
 \end_inset
 
-simple,
-\begin_inset space ~
-\end_inset
 
-unir
-\begin_inset space ~
-\end_inset
+\lang english
 
-líneas Un documento de texto; sus líneas de texto se insertan tal como son.
- Las líneas vacías generan un nuevo párrafo en tu documento.
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Surrounded by text ! Wrap Floats
 \end_layout
 
-\begin_layout Description
-Material
-\begin_inset space ~
 \end_inset
 
-externo Archivos en diversos formatos.
+
 \end_layout
 
-\begin_layout Description
-Documento
-\begin_inset space ~
+\begin_layout Standard
+\begin_inset Wrap figure
+lines 0
+placement l
+overhang 1cm
+width "40col%"
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename ../clipart/mobius.eps
+       width 40col%
+       rotateOrigin center
+
 \end_inset
 
-hijo Documentos LyX, LaTeX o texto simple.
+
 \end_layout
 
-\begin_layout Section
-Material externo
-\begin_inset Index idx
-status collapsed
+\begin_layout Plain Layout
+\begin_inset Caption
 
 \begin_layout Plain Layout
-Material externo
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Envoltorio-de-figura"
+
+\end_inset
+
+Figura envuelta en el texto
 \end_layout
 
 \end_inset
@@ -31526,394 +31798,2324 @@ Material externo
 
 \end_layout
 
-\begin_layout Standard
-Esta característica te permite insertar archivos en tu documento sin convertirlo
-s previamente a un formato legible en la salida, ya que LyX se ocupa de
- las necesarias conversiones.
- Esto es parecido a la inserción de imágenes en diversos formatos en los
- documentos LyX.
- Si has activado la Vista preliminar inmediata en las preferencias de LyX,
- en 
-\family sans
-Apariencia
-\family default
-\SpecialChar \menuseparator
-Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
- en LyX.
-\end_layout
+\end_inset
 
-\begin_layout Standard
-El material externo se puede insertar mediante el diálogo que surge a partir
del menú 
+ Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
+ de modo que ocupe sólo una parte del ancho de columna.
Se inserta con el menú 
 \family sans
 Insertar\SpecialChar \menuseparator
-Archivo\SpecialChar \menuseparator
-Material
+Flotante\SpecialChar \menuseparator
+Figura
 \begin_inset space ~
 \end_inset
 
-externo
-\family default
-.
- Actualmente se permiten los siguientes tipos de archivo (
-\family sans
-Plantillas
+envuelta
 \family default
-):
-\end_layout
 
-\begin_layout Description
-Diagrama
-\begin_inset space ~
+\begin_inset space \thinspace{}
 \end_inset
 
-de
-\begin_inset space ~
+/
+\begin_inset space \thinspace{}
 \end_inset
 
-ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
- con el programa 
-\series bold
-
-\begin_inset CommandInset href
-LatexCommand href
-name "XBoard"
-target "http://en.wikipedia.org/wiki/XBoard"
 
+\family sans
+Cuadro
+\begin_inset space ~
 \end_inset
 
-
+envuelto
+\family default
+ si está instalado el paquete LaTeX 
+\series bold
+wrapfig
 \series default
-.
-\end_layout
 
-\begin_layout Description
-Dia Esta plantilla soporta diagramas creados con el programa 
-\series bold
+\begin_inset Index idx
+status collapsed
 
-\begin_inset CommandInset href
-LatexCommand href
-name "Dia"
-target "http://en.wikipedia.org/wiki/Dia_(software)"
+\begin_layout Plain Layout
+LaTeX-paquetes ! wrapfig
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\series default
-.
+\backslash
+vspace{4mm}
 \end_layout
 
-\begin_layout Description
-Fecha Esta inserta la fecha en el formato 
-\emph on
-Día-Mes-Año.
-
-\emph default
- A continuación hay una fecha insertada como material externo: 
-\begin_inset External
-       template Date
-       filename es/...
-
 \end_inset
 
 
-\begin_inset space ~
-\end_inset
+\end_layout
 
+\end_inset
 
-\begin_inset Note Note
+.
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-¡Quitar el espacio protegido cuando se arregle el fallo 4398!
+La instalación de paquetes LaTeX se explica en el manual 
+\emph on
+Configuración de LaTeX
+\emph default
+.
 \end_layout
 
 \end_inset
 
+ Los parámetros del flotante se pueden modificar en el diálogo que se muestra
+ con clic derecho sobre el cuadro del flotante.
+ Son obligatorias la 
+\family sans
+Ubicación
+\family default
+ y la 
+\family sans
+Anchura
+\family default
+.
+ Son opcionales 
+\family sans
+Extensión al margen
+\family default
+, que especifica la anchura de invasión del margen, y 
+\family sans
+Extender
+\begin_inset space ~
+\end_inset
 
-\begin_inset Newline newline
+a
+\begin_inset space ~
 \end_inset
 
-La fecha no se muestra en LyX, sólo en la salida.
- Hay otros dos métodos de insertar una fecha, con el menú 
-\family sans
-Insertar\SpecialChar \menuseparator
-Fecha
+líneas
 \family default
- y con el comando LaTeX 
-\series bold
-
-\backslash
-today
-\series default
- en código TeX.
- Los distintos métodos se comparan en el cuadro
+:, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
+ Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
+ opción sólo si encuentras problemas en la colocación del flotante.
+ Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
+ del párrafo o en los párrafos adyacentes.
+ La figura
 \begin_inset space ~
 \end_inset
 
 
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:Comparación-de"
+reference "fig:Envoltorio-de-figura"
 
 \end_inset
 
-.
-\end_layout
+ es un ejemplo de envoltorio con una anchura de columna del 40
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Description
-LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
-\begin_inset Newline linebreak
+%, ubicado a la izquierda y 1
+\begin_inset space \thinspace{}
 \end_inset
 
+cm de invasión de margen.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
 
 \series bold
+Nota:
+\series default
+ ¡Los flotantes envueltos son frágiles! P.
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset CommandInset href
-LatexCommand href
-name "LilyPond"
-target "http://en.wikipedia.org/wiki/LilyPond"
+e.
+\begin_inset space ~
+\end_inset
+
+si una figura está demasiado cerca de la parte inferior de la página se
+ pueden perder cosas en el proceso de salida: el flotante puede no aparecer
+ o situarse junto a otro texto.
+\end_layout
 
 \end_inset
 
 
-\series default
-.
 \end_layout
 
-\begin_layout Description
-PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
- Para insertar algunas o todas las páginas de un documento PDF, utiliza
- la opción 
-\emph on
-pages
-\emph default
- en el campo 
-\family sans
-Opción
-\family default
- de la pestaña 
-\family sans
-Opciones de LaTeX y LyX
-\family default
-, según la descripción de la plantilla en el diálogo.
- Si no se usa la opción 
-\emph on
-pages
-\emph default
-, sólo se inserta la primera página del PDF.
+\begin_layout Standard
+En general:
 \end_layout
 
-\begin_layout Description
-RasterImage Sirve para insertar imágenes bitmap.
- Casi todos los formatos populares de imágenes están soportados.
- Las imágenes se pueden tratar en el diálogo 
-\family sans
-Material Externo
-\family default
- como las que habitualmente se incluyen mediante el diálogo 
-\family sans
-Gráficos
-\family default
-, tal como se explica en la sección
-\begin_inset space ~
+\begin_layout Itemize
+Los flotantes envueltos no deberían situarse en párrafos que van sobre un
+ salto de página.
+ Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
+ esté casi listo y puedas prever los saltos de página.
+\end_layout
+
+\begin_layout Itemize
+Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
+ del párrafo al que deben ajustarse, o bien dentro de un párrafo.
+\end_layout
+
+\begin_layout Itemize
+Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
+ que procura que haya un párrafo de texto entre ellos.
+\end_layout
+
+\begin_layout Itemize
+Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
+\end_layout
+
+\begin_layout Itemize
+
+\lang english
+Their numbering and referencing works as described in chap.
+\lang spanish
+
+\begin_inset space \thinspace{}
 \end_inset
 
 
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sec:Diálogo-Gráficos"
+reference "chap:Flotantes"
 
 \end_inset
 
 .
- La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
- PDF y EPS no están soportadas.
 \end_layout
 
-\begin_layout Description
-XFig Esta plantilla soporta imágenes creadas con el programa 
-\series bold
+\begin_layout Section
 
-\begin_inset CommandInset href
-LatexCommand href
-name "Xfig"
-target "http://en.wikipedia.org/wiki/Xfig"
+\lang english
+Surrounded Fixed Objects
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Surrounded by text ! Fixed objects
+\end_layout
 
 \end_inset
 
 
-\series default
-.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Comparación-de"
+\lang english
+The wrap floats described in sec.
+\lang spanish
 
+\begin_inset space \thinspace{}
 \end_inset
 
-Comparación de los métodos de inserción de fecha.
-\end_layout
 
-\end_inset
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Flotantes-envueltos"
 
+\end_inset
 
+\lang english
+have these positions in the paragraph:
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+\noindent
 \align center
+
+\lang english
 \begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="4">
+<lyxtabular version="3" rows="2" columns="2">
 <features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
 <row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Documento
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
-\family sans
-Material externo\SpecialChar \menuseparator
-Fecha
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
-\family sans
-Insertar\SpecialChar \menuseparator
-Fecha
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-comando 
-\series bold
 
-\backslash
-today
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
 </row>
+</lyxtabular>
+
+\end_inset
+
+ y 
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
 <row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-LyX
+
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-como recuadro
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-como fecha
+
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-como cuadro código TeX
+
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+</lyxtabular>
+
+\end_inset
+
 
-\begin_layout Plain Layout
-LaTeX
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+To get an object exactly at the position where it is inserted, for example
+ to get one of these positions:
+\begin_inset VSpace defskip
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-como fecha
+
 \end_layout
 
-\end_inset
-</cell>
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-como fecha
+
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-como comando
+
+\lang english
+text
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-DVI, PDF, PS
-\end_layout
 
-\end_inset
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
+       BoundingBox 0bp 6bp 22bp 22bp
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\noindent
+
+\lang english
+you can use the LaTeX-package
+\lang spanish
+\series bold
+picinpar
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-paquetes ! picinpar
+\end_layout
+
+\end_inset
+
+.
+\lang english
+Here is an example
+\lang spanish
+:
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+ifpicinpar
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
+ LaTeX 
+\series bold
+picinpar
+\series default
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{window}[2,c,{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Graphics
+       filename ../clipart/mobius.eps
+       lyxscale 60
+       width 40col%
+       scaleBeforeRotation
+       rotateOrigin center
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+},]
+\end_layout
+
+\begin_layout Plain Layout
+
+{}
+\end_layout
+
+\end_inset
+
+
+\size small
+\lang english
+It was in the spring of the year 1894 that all London was interested, and
+ the fashionable world dismayed, by the murder of the Honourable Ronald
+ Adair under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which
+\size default
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotemark{}
+\end_layout
+
+\end_inset
+
+
+\size small
+ came out in the police investigation, but a good deal was suppressed upon
+ that occasion, since the case for the prosecution was so overwhelmingly
+ strong that it was not necessary to bring forward all the facts.
+ Only now, at the end of nearly ten years, am I allowed to supply those
+ missing links which make up the whole of that remarkable chain
+\lang spanish
+.
+\size default
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{window}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotetext{
+\end_layout
+
+\end_inset
+
+Footnote of the paragraph with the fixed object.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Surrounded fixed objects are used to let text float around them, at which
+ the object's position in the paragraph can be determined by the number
+ of lines above it.
+ In contrary to floats is it not possible to have a numbered caption.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+A fixed object is inserted by adding the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+begin{window}[2,c,{
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+as TeX Code at the beginning of the paragraph.
+ The first parameter in the bracket, here '2', defines the number of lines
+ above the object, the second, here 'c', the position of the object.
+ The positions 'l', 'c' and 'r' (for left, center, right) are possible.
+ Behind the command you insert the object.
+ In this example an image with a width of 40
+\begin_inset space \thinspace{}
+\end_inset
+
+% of the text column width was inserted.
+ The object can also be a table, a box or an equation.
+ Behind the object the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+},description text]
+\begin_inset Newline newline
+\end_inset
+
+{}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+is inserted.
+ Note that the 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+{}
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ is in the second line.
+ The description text is optional.
+ The text surrounding the object must be in the same paragraph as the object,
+ so it must begin directly after the 
+\series bold
+{}
+\series default
+.
+ At the end of the paragraph insert the command:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+end{window}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Within a paragraph with a fixed object, you cannot insert footnotes in the
+ normal way.
+ You have to use instead the command 
+\series bold
+
+\backslash
+footnotemark
+\series default
+ inside the paragraph and outside the command 
+\series bold
+
+\backslash
+footnotetext
+\series default
+ as described in sec.
+\lang spanish
+
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Notas-al-pie"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
+\series bold
+picinpar
+\series default
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Debes instalar el paquete LaTeX 
+\series bold
+picinpar
+\series default
+ para ver la parte siguiente en la salida.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+
+\lang english
+Initials
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Initials
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Surrounded by text ! Initials
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To use initials, you must have the LaTeX package
+\lang spanish
+\series bold
+lettrine
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-paquetes ! lettrine
+\end_layout
+
+\end_inset
+
+\lang english
+installed and use the module 
+\family sans
+Initials
+\family default
+ in your document (menu 
+\family sans
+Document\SpecialChar \menuseparator
+Settings\SpecialChar \menuseparator
+Modules
+\family default
+).
+ To insert an initial, use the style 
+\family sans
+Initial
+\family default
+.
+ This style has a mandatory and an optional argument.
+ The mandatory argument is inserted via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Short
+\begin_inset space ~
+\end_inset
+
+Title
+\family default
+ and contains the letter that is the initial.
+ To use the also the optional argument, insert another argument in front
+ of the mandatory argument.
+ This one contains parameters to modify the initial.
+ For more information about the possible parameters see the documentation
+ of 
+\series bold
+\lang spanish
+lettrine
+\series default
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "lettrine"
+
+\end_inset
+
+.
+\lang english
+The style itself contains the text that is surrounding the initial.
+ The usual style is hereby that the word whose first letter is the initial,
+ is printed with 
+\shape smallcaps
+small caps
+\shape default
+.
+ To tell LaTeX where this word is finished, add a closing brace '
+\series bold
+}
+\series default
+' as TeX Code behind it.
+ At the end of the style there must be an opening brace '
+\series bold
+{
+\series default
+' as TeX Code.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Here are some examples:
+\end_layout
+
+\begin_layout Enumerate
+
+\lang english
+No optional argument, the initial is the letter 'I' in the math font 
+\begin_inset Formula $\mathfrak{Fraktur}$
+\end_inset
+
+:
+\end_layout
+
+\begin_deeper
+\begin_layout Initial
+\begin_inset Argument
+status open
+
+\begin_layout Plain Layout
+\begin_inset Formula $\mathfrak{I}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+t
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+\lang english
+was in the spring of the year 1894 that all London was interested, and the
+ fashionable world dismayed, by the murder of the Honourable Ronald Adair
+ under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+\lang spanish
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newpage newpage
+\end_inset
+
+
+\end_layout
+
+\end_deeper
+\begin_layout Enumerate
+
+\lang english
+Only one line is surrounding the initial, which is formed by two letters
+ in standard font and no text is printed in small caps:
+\end_layout
+
+\begin_deeper
+\begin_layout Initial
+\begin_inset Argument
+status open
+
+\begin_layout Plain Layout
+lines=1
+\end_layout
+
+\end_inset
+
+
+\begin_inset Argument
+status open
+
+\begin_layout Plain Layout
+It
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+\lang english
+was in the spring of the year 1894 that all London was interested, and the
+ fashionable world dismayed, by the murder of the Honourable Ronald Adair
+ under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+\lang spanish
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_deeper
+\begin_layout Enumerate
+
+\lang english
+Magenta, hanging initial over 3
+\begin_inset space ~
+\end_inset
+
+lines in the math font 
+\begin_inset Formula $\mathcal{CALLIGRAPHIC}$
+\end_inset
+
+, the text 
+\begin_inset Quotes eld
+\end_inset
+
+t was in the spring
+\begin_inset Quotes erd
+\end_inset
+
+ is in 
+\shape smallcaps
+small caps
+\shape default
+; to color the initial, you must insert this command before the initial:
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+\lang spanish
+
+\backslash
+renewcommand{
+\backslash
+LettrineFontHook}{
+\backslash
+color{color}}
+\series default
+\lang english
+
+\begin_inset Newline newline
+\end_inset
+
+where the second 
+\emph on
+color
+\emph default
+ can be 
+\begin_inset Quotes eld
+\end_inset
+
+red
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+blue
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+green
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+yellow
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+cyan
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+magenta
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+black
+\begin_inset Quotes erd
+\end_inset
+
+ or 
+\begin_inset Quotes eld
+\end_inset
+
+white
+\begin_inset Quotes erd
+\end_inset
+
+, and add this command to the document preamble
+\lang spanish
+:
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+@ifundefined{textcolor}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset space ~
+\end_inset
+
+{
+\backslash
+usepackage{color}}{}
+\end_layout
+
+\begin_deeper
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+LettrineFontHook}{
+\backslash
+color{magenta}}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+makes the initial magenta
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Initial
+\begin_inset Argument
+status open
+
+\begin_layout Plain Layout
+lines=3, lhang=0.33, loversize=0.25
+\end_layout
+
+\end_inset
+
+
+\begin_inset Argument
+status open
+
+\begin_layout Plain Layout
+\begin_inset Formula $\mathcal{I}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\lang english
+t was in the spring
+\lang spanish
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+\lang english
+of the year 1894 that all London was interested, and the fashionable world
+ dismayed, by the murder of the Honourable Ronald Adair under most unusual
+ and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+\lang spanish
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_deeper
+\begin_layout Chapter
+Archivos externos
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Archivos externos
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Con el menú 
+\family sans
+Insertar\SpecialChar \menuseparator
+Archivo 
+\family default
+se pueden insertar archivos externos en un documento.
+ Estos pueden ser:
+\end_layout
+
+\begin_layout Description
+Documento
+\begin_inset space ~
+\end_inset
+
+LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
+\end_layout
+
+\begin_layout Description
+Texto
+\begin_inset space ~
+\end_inset
+
+simple Un documento de texto; cada línea del mismo se inserta en tu documento
+ como párrafo propio.
+\end_layout
+
+\begin_layout Description
+Texto
+\begin_inset space ~
+\end_inset
+
+simple,
+\begin_inset space ~
+\end_inset
+
+unir
+\begin_inset space ~
+\end_inset
+
+líneas Un documento de texto; sus líneas de texto se insertan tal como son.
+ Las líneas vacías generan un nuevo párrafo en tu documento.
+\end_layout
+
+\begin_layout Description
+Material
+\begin_inset space ~
+\end_inset
+
+externo Archivos en diversos formatos.
+\end_layout
+
+\begin_layout Description
+Documento
+\begin_inset space ~
+\end_inset
+
+hijo Documentos LyX, LaTeX o texto simple.
+\end_layout
+
+\begin_layout Section
+Material externo
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Material externo
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Esta característica te permite insertar archivos en tu documento sin convertirlo
+s previamente a un formato legible en la salida, ya que LyX se ocupa de
+ las necesarias conversiones.
+ Esto es parecido a la inserción de imágenes en diversos formatos en los
+ documentos LyX.
+ Si has activado la Vista preliminar inmediata en las preferencias de LyX,
+ en 
+\family sans
+Apariencia
+\family default
+\SpecialChar \menuseparator
+Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
+ en LyX.
+\end_layout
+
+\begin_layout Standard
+El material externo se puede insertar mediante el diálogo que surge a partir
+ del menú 
+\family sans
+Insertar\SpecialChar \menuseparator
+Archivo\SpecialChar \menuseparator
+Material
+\begin_inset space ~
+\end_inset
+
+externo
+\family default
+.
+ Actualmente se permiten los siguientes tipos de archivo (
+\family sans
+Plantillas
+\family default
+):
+\end_layout
+
+\begin_layout Description
+Diagrama
+\begin_inset space ~
+\end_inset
+
+de
+\begin_inset space ~
+\end_inset
+
+ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
+ con el programa 
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "XBoard"
+target "http://en.wikipedia.org/wiki/XBoard"
+
+\end_inset
+
+
+\series default
+.
+\end_layout
+
+\begin_layout Description
+Dia Esta plantilla soporta diagramas creados con el programa 
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "Dia"
+target "http://en.wikipedia.org/wiki/Dia_(software)"
+
+\end_inset
+
+
+\series default
+.
+\end_layout
+
+\begin_layout Description
+Fecha Esta inserta la fecha en el formato 
+\emph on
+Día-Mes-Año.
+
+\emph default
+ A continuación hay una fecha insertada como material externo: 
+\begin_inset External
+       template Date
+       filename es/...
+
+\end_inset
+
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+¡Quitar el espacio protegido cuando se arregle el fallo 4398!
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+La fecha no se muestra en LyX, sólo en la salida.
+ Hay otros dos métodos de insertar una fecha, con el menú 
+\family sans
+Insertar\SpecialChar \menuseparator
+Fecha
+\family default
+ y con el comando LaTeX 
+\series bold
+
+\backslash
+today
+\series default
+ en código TeX.
+ Los distintos métodos se comparan en el cuadro
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Comparación-de"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Description
+LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
+\begin_inset Newline linebreak
+\end_inset
+
+
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "LilyPond"
+target "http://en.wikipedia.org/wiki/LilyPond"
+
+\end_inset
+
+
+\series default
+.
+\end_layout
+
+\begin_layout Description
+PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
+ Para insertar algunas o todas las páginas de un documento PDF, utiliza
+ la opción 
+\emph on
+pages
+\emph default
+ en el campo 
+\family sans
+Opción
+\family default
+ de la pestaña 
+\family sans
+Opciones de LaTeX y LyX
+\family default
+, según la descripción de la plantilla en el diálogo.
+ Si no se usa la opción 
+\emph on
+pages
+\emph default
+, sólo se inserta la primera página del PDF.
+\end_layout
+
+\begin_layout Description
+RasterImage Sirve para insertar imágenes bitmap.
+ Casi todos los formatos populares de imágenes están soportados.
+ Las imágenes se pueden tratar en el diálogo 
+\family sans
+Material Externo
+\family default
+ como las que habitualmente se incluyen mediante el diálogo 
+\family sans
+Gráficos
+\family default
+, tal como se explica en la sección
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Diálogo-Gráficos"
+
+\end_inset
+
+.
+ La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
+ PDF y EPS no están soportadas.
+\end_layout
+
+\begin_layout Description
+XFig Esta plantilla soporta imágenes creadas con el programa 
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "Xfig"
+target "http://en.wikipedia.org/wiki/Xfig"
+
+\end_inset
+
+
+\series default
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Comparación-de"
+
+\end_inset
+
+Comparación de los métodos de inserción de fecha.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Documento
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\family sans
+Material externo\SpecialChar \menuseparator
+Fecha
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\family sans
+Insertar\SpecialChar \menuseparator
+Fecha
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+comando 
+\series bold
+
+\backslash
+today
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+LyX
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+como recuadro
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+como fecha
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+como cuadro código TeX
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+LaTeX
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+como fecha
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+como fecha
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+como comando
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+DVI, PDF, PS
+\end_layout
+
+\end_inset
 </cell>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -34477,7 +36679,7 @@ LaTeX-paquetes ! endfloat
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "wrapfig"
+key "footmisc"
 
 \end_inset
 
@@ -34486,8 +36688,8 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "wrapfig"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
+name "footmisc"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
 
 \end_inset
 
@@ -34498,20 +36700,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.
 status collapsed
 
 \begin_layout Plain Layout
-LaTeX-paquetes ! wrapfig
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-vspace{4mm}
-\end_layout
-
-\end_inset
-
-
+LaTeX-paquetes ! footmisc
 \end_layout
 
 \end_inset
@@ -34523,7 +36712,7 @@ vspace{4mm}
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "footmisc"
+key "hypcap"
 
 \end_inset
 
@@ -34532,8 +36721,8 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "footmisc"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
+name "hypcap"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
 
 \end_inset
 
@@ -34544,7 +36733,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmis
 status collapsed
 
 \begin_layout Plain Layout
-LaTeX-paquetes ! footmisc
+LaTeX-paquetes ! hyperref
 \end_layout
 
 \end_inset
@@ -34556,7 +36745,7 @@ LaTeX-paquetes ! footmisc
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "hypcap"
+key "hyperref"
 
 \end_inset
 
@@ -34565,8 +36754,8 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "hypcap"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
+name "hyperref"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
 
 \end_inset
 
@@ -34589,7 +36778,7 @@ LaTeX-paquetes ! hyperref
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "hyperref"
+key "KOMA-Script"
 
 \end_inset
 
@@ -34598,8 +36787,8 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "hyperref"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
+name "KOMA-Script"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
 
 \end_inset
 
@@ -34610,7 +36799,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperre
 status collapsed
 
 \begin_layout Plain Layout
-LaTeX-paquetes ! hyperref
+LaTeX-paquetes ! KOMA-Script
 \end_layout
 
 \end_inset
@@ -34622,7 +36811,7 @@ LaTeX-paquetes ! hyperref
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "KOMA-Script"
+key "listings"
 
 \end_inset
 
@@ -34631,8 +36820,8 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "KOMA-Script"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
+name "listings"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
 
 \end_inset
 
@@ -34643,7 +36832,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrg
 status collapsed
 
 \begin_layout Plain Layout
-LaTeX-paquetes ! KOMA-Script
+LaTeX-paquetes ! listings
 \end_layout
 
 \end_inset
@@ -34655,7 +36844,7 @@ LaTeX-paquetes ! KOMA-Script
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "listings"
+key "marginnote"
 
 \end_inset
 
@@ -34664,8 +36853,8 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "listings"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
+name "marginnote"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
 
 \end_inset
 
@@ -34676,7 +36865,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listing
 status collapsed
 
 \begin_layout Plain Layout
-LaTeX-paquetes ! listings
+LaTeX-paquetes ! marginnote
 \end_layout
 
 \end_inset
@@ -34688,7 +36877,7 @@ LaTeX-paquetes ! listings
 \labelwidthstring Bibliografía
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "marginnote"
+key "lettrine"
 
 \end_inset
 
@@ -34697,19 +36886,27 @@ Documentación del paquete LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "marginnote"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
+name "lettrine"
+target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
 
 \end_inset
 
 
 \series default
+ y un 
+\begin_inset CommandInset href
+LatexCommand href
+name "ejemplo"
+target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
+
+\end_inset
+
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-LaTeX-paquetes ! marginnote
+LaTeX-paquetes ! lettrine
 \end_layout
 
 \end_inset
@@ -34830,7 +37027,7 @@ Documentación del paquete LaTeX
 \begin_inset CommandInset href
 LatexCommand href
 name "refstyle"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
+target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
 
 \end_inset