]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
UserGuide.lyx: nomenclature again revised, revised section about notes and margin...
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{grisclaro}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108
109 % insert additional vertical space of
110 % 1.5 mm between footnotes
111 \let\myFoot\footnote
112 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
113
114 % number algorithm floats within chapters
115 \numberwithin{algorithm}{chapter}
116 % en español
117 \floatname{algorithm}{Algoritmo}
118
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package arydshln
125 % used for tables with dashed lines
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % check for package marginnote
133 % used for margin notes
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % check for package sidecap
142 % used for captions on the side
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % check for picinpar
150 % used for surrounded fixed objects
151 \newboolean{picinpar}
152 \IfFileExists{picinpar.sty}
153  {\usepackage{picinpar}
154   \setboolean{picinpar}{true}}
155  {\setboolean{picinpar}{false}}
156
157 % to translate the listing label
158 % para traducir la etiqueta listing
159 \renewcommand{\lstlistingname}{Listado}
160 \end_preamble
161 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
162 \use_default_options false
163 \begin_modules
164 initials
165 \end_modules
166 \maintain_unincluded_children false
167 \language spanish
168 \language_package default
169 \inputencoding auto
170 \fontencoding global
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180
181 \graphics default
182 \default_output_format default
183 \output_sync 0
184 \bibtex_command default
185 \index_command default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
190 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
203 \papersize default
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \use_mhchem 1
208 \use_mathdots 1
209 \cite_engine basic
210 \use_bibtopic false
211 \use_indices false
212 \paperorientation portrait
213 \suppress_date false
214 \use_refstyle 0
215 \notefontcolor #0000ff
216 \index Índice
217 \shortcut idx
218 \color #008000
219 \end_index
220 \secnumdepth 3
221 \tocdepth 3
222 \paragraph_separation skip
223 \defskip medskip
224 \quotes_language french
225 \papercolumns 1
226 \papersides 2
227 \paperpagestyle default
228 \bullet 1 1 34 -1
229 \bullet 2 2 35 -1
230 \bullet 3 2 7 -1
231 \tracking_changes false
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \end_header
237
238 \begin_body
239
240 \begin_layout Title
241 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
242  en LyX
243 \end_layout
244
245 \begin_layout Author
246 por el Equipo LyX
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
253  de Documentación de LyX: 
254 \begin_inset CommandInset href
255 LatexCommand href
256 name "lyx-docs@lists.lyx.org"
257 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
258 type "mailto:"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 Autor: Uwe Stöhr
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status collapsed
280
281 \begin_layout Plain Layout
282 Traducción de: Ignacio García
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \family sans
297 Versión 2.0.x
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset CommandInset toc
302 LatexCommand tableofcontents
303
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset Note Note
311 status open
312
313 \begin_layout Plain Layout
314 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
315  estar instalados los paquetes LaTeX 
316 \series bold
317 arydshln
318 \series default
319
320 \series bold
321 colortbl
322 \series default
323
324 \series bold
325 lettrine, marginnote, picinpar
326 \series default
327  y 
328 \series bold
329 sidecap
330 \series default
331 .
332  Si no están instalados, también podrás exportar el documento, pero las
333  secciones en que dichos paquetes son necesarios no aparecen en la salida.
334 \end_layout
335
336 \begin_layout Plain Layout
337 La última versión en PDF de este documento puede encontrarse aquí:
338 \series bold
339
340 \begin_inset Newline newline
341 \end_inset
342
343 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
344 \end_layout
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Chapter
352 Figuras
353 \begin_inset Index idx
354 status collapsed
355
356 \begin_layout Plain Layout
357 Figuras
358 \end_layout
359
360 \end_inset
361
362
363 \begin_inset Index idx
364 status collapsed
365
366 \begin_layout Plain Layout
367 Gráficos|see
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 {
374 \end_layout
375
376 \end_inset
377
378 Figuras
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384 }
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Section
398 Diálogo de gráficos
399 \begin_inset CommandInset label
400 LatexCommand label
401 name "sec:Diálogo-Gráficos"
402
403 \end_inset
404
405
406 \begin_inset Index idx
407 status collapsed
408
409 \begin_layout Plain Layout
410 Figuras ! Diálogo de gráficos
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Standard
419 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
420  texto que desees y haz clic en el icono 
421 \begin_inset Graphics
422         filename ../../images/dialog-show-new-inset_graphics.png
423         scale 85
424
425 \end_inset
426
427  o en el menú 
428 \family sans
429 Insertar\SpecialChar \menuseparator
430 Imagen
431 \family default
432 .
433  Aparecerá un diálogo para escoger el archivo a cargar.
434  La imagen aparecerá en el archivo de salida exactamente en la misma posición
435  en la que la has colocado.
436 \end_layout
437
438 \begin_layout Standard
439 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
440  una imagen.
441  Este diálogo tiene tres pestañas:
442 \end_layout
443
444 \begin_layout Description
445 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
446  presentación en LyX y en la salida.
447  En el apéndice
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "cap:Unidades-disponibles-en"
455
456 \end_inset
457
458  se detallan las unidades disponibles para el tamaño del gráfico.
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 Figuras ! Rotar
468 \end_layout
469
470 \end_inset
471
472 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
473  un ángulo y un origen de rotación.
474  La imagen también gira en LyX.
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figuras ! Redimensionar
484 \end_layout
485
486 \end_inset
487
488 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
489 ente la altura y la anchura.
490  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
491  automáticamente.
492  Si fijas ambas dimensiones
493 \family sans
494 ,
495 \family default
496  la imagen se adaptará a ellas, posiblemente distorsionada.
497  Para evitar distorsión en la imagen marca la opción 
498 \family sans
499 Mantener
500 \begin_inset space ~
501 \end_inset
502
503 proporción
504 \family default
505 .
506  En ese caso la imagen será modificada de forma que su anchura y su altura
507  no excedan de las dimensiones especificadas.
508 \begin_inset Newline newline
509 \end_inset
510
511 Las imágenes se pueden abrir en el programa de tu elección con la entrada
512 \family sans
513  Editar
514 \begin_inset space ~
515 \end_inset
516
517  externamente
518 \family default
519  del menú contextual que aparece al hacer clic derecho sobre la imagen.
520  Los programas visor y editor para cada formato de imagen se pueden establecer
521  en la configuración de formatos de archivo de las preferencias de LyX.
522 \end_layout
523
524 \begin_layout Description
525 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
526  coordenadas de la imagen para ajustar su altura y anchura en la salida.
527  Además, las coordenadas se pueden calcular automáticamente pinchando el
528  botón 
529 \family sans
530 Obtener
531 \begin_inset space ~
532 \end_inset
533
534 de
535 \begin_inset space ~
536 \end_inset
537
538 archivo
539 \family default
540 .
541  El botón 
542 \family sans
543 Recortar
544 \begin_inset space ~
545 \end_inset
546
547 al
548 \begin_inset space ~
549 \end_inset
550
551 cuadro
552 \begin_inset space ~
553 \end_inset
554
555 delimitador
556 \family default
557  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
558 as.
559  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
560 \end_layout
561
562 \begin_layout Description
563 Opciones
564 \begin_inset space ~
565 \end_inset
566
567 de
568 \begin_inset space ~
569 \end_inset
570
571 LaTeX
572 \begin_inset space ~
573 \end_inset
574
575 y
576 \begin_inset space ~
577 \end_inset
578
579 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
580  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
581 \begin_inset Newline newline
582 \end_inset
583
584 La opción 
585 \family sans
586 Modo
587 \begin_inset space ~
588 \end_inset
589
590 borrador
591 \family default
592  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
593 \begin_inset Newline newline
594 \end_inset
595
596 La opción 
597 \family sans
598 No
599 \begin_inset space ~
600 \end_inset
601
602 descomprimir
603 \begin_inset space ~
604 \end_inset
605
606 al
607 \begin_inset space ~
608 \end_inset
609
610 exportar
611 \family default
612  sólo afecta a los gráficos EPS comprimidos, por ejemplo
613 \begin_inset space ~
614 \end_inset
615
616
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
622  puesto que LaTeX puede manejarlas como están.
623 \begin_inset Newline newline
624 \end_inset
625
626 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
627  utiliza PostScript como formato de salida, véase apéndice
628 \begin_inset space ~
629 \end_inset
630
631
632 \begin_inset CommandInset ref
633 LatexCommand ref
634 reference "sec:PostScript"
635
636 \end_inset
637
638 .
639  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
640  o en consola de Windows:
641 \begin_inset Newline newline
642 \end_inset
643
644
645 \series bold
646 gzip x.eps
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 zgrep %%Bounding x.eps.gz > x.eps.bb
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
661  LaTeX para gráficos comprimidos.
662 \begin_inset Newline newline
663 \end_inset
664
665 En la sección 
666 \family sans
667 Group
668 \begin_inset space ~
669 \end_inset
670
671 de
672 \begin_inset space ~
673 \end_inset
674
675 gráficos
676 \family default
677  puede definir un conjunto de ajustes de imagen.
678 \begin_inset Index idx
679 status collapsed
680
681 \begin_layout Plain Layout
682 Figuras ! Agrupación de ajustes
683 \end_layout
684
685 \end_inset
686
687  Las imágenes incluidas en un grupo comparten sus características, de modo
688  que al modificar las de una imagen del grupo se modifican igualmente las
689  de las demás imágenes del grupo.
690  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
691  necesidad de hacerlo individualmente para cada una de ellas.
692  Además se puede integrar una imagen en un grupo existente marcando el nombre
693  del mismo en el menú contextual de la imagen.
694  
695 \end_layout
696
697 \begin_layout Standard
698 \begin_inset VSpace bigskip
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 Esto es un ejemplo de imagen en formato EPS
706 \begin_inset Foot
707 status collapsed
708
709 \begin_layout Plain Layout
710 Los formatos de imagen se explican en el sección
711 \begin_inset space ~
712 \end_inset
713
714
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "sec:Formatos-de-imagen"
718
719 \end_inset
720
721 .
722 \end_layout
723
724 \end_inset
725
726  en un párrafo separado centrado horizontalmente:
727 \end_layout
728
729 \begin_layout Standard
730 \align center
731 \begin_inset Graphics
732         filename ../clipart/mobius.eps
733         scale 70
734         clip
735         rotateOrigin center
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Standard
743 Esta es la misma imagen pero en modo borrador:
744 \end_layout
745
746 \begin_layout Standard
747 \align center
748 \begin_inset Graphics
749         filename ../clipart/mobius.eps
750         scale 70
751         draft
752         rotateOrigin center
753
754 \end_inset
755
756
757 \begin_inset Newpage newpage
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Section
764 Figuras flotantes
765 \begin_inset CommandInset label
766 LatexCommand label
767 name "sec:Figuras-Flotantes"
768
769 \end_inset
770
771
772 \begin_inset Index idx
773 status collapsed
774
775 \begin_layout Plain Layout
776 Flotantes ! Figuras
777 \end_layout
778
779 \end_inset
780
781
782 \begin_inset Index idx
783 status collapsed
784
785 \begin_layout Plain Layout
786 Figuras ! Flotantes
787 \end_layout
788
789 \end_inset
790
791
792 \end_layout
793
794 \begin_layout Standard
795 Para información general sobre flotantes, echa una ojeada a la sección
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "sec:Introducción-Flotantes"
803
804 \end_inset
805
806 .
807 \end_layout
808
809 \begin_layout Standard
810 El botón 
811 \begin_inset Graphics
812         filename ../../images/float-insert_figure.png
813         scale 85
814
815 \end_inset
816
817  y el menú 
818 \family sans
819 Insertar\SpecialChar \menuseparator
820 Flotante\SpecialChar \menuseparator
821 Figura
822 \family default
823  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
824  La imagen se puede insertar sobre la leyenda, como en la figura
825 \begin_inset space ~
826 \end_inset
827
828
829 \begin_inset CommandInset ref
830 LatexCommand ref
831 reference "fig:kill-plat"
832
833 \end_inset
834
835 , o bajo ella, como en la figura
836 \begin_inset space ~
837 \end_inset
838
839
840 \begin_inset CommandInset ref
841 LatexCommand ref
842 reference "fig:escher"
843
844 \end_inset
845
846 .
847  Más información sobre ubicación de leyendas en la sección
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "sec:Colocación-de-leyendas"
855
856 \end_inset
857
858 .
859 \end_layout
860
861 \begin_layout Standard
862 \begin_inset Float figure
863 wide false
864 sideways false
865 status open
866
867 \begin_layout Plain Layout
868 \align center
869 \begin_inset Graphics
870         filename ../clipart/platypus.eps
871         width 50col%
872         rotateOrigin center
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Plain Layout
880 \begin_inset Caption
881
882 \begin_layout Plain Layout
883 \begin_inset CommandInset label
884 LatexCommand label
885 name "fig:kill-plat"
886
887 \end_inset
888
889 Un ornitorrinco muy distorsionado en un flotante.
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Float figure
904 wide false
905 sideways false
906 status open
907
908 \begin_layout Plain Layout
909 \begin_inset Caption
910
911 \begin_layout Plain Layout
912 \begin_inset CommandInset label
913 LatexCommand label
914 name "fig:escher"
915
916 \end_inset
917
918 M.C.
919  Escher en ácido.
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Plain Layout
928 \align center
929 \begin_inset Graphics
930         filename ../clipart/escher-lsd.eps
931         scale 80
932         rotateOrigin center
933
934 \end_inset
935
936
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Index idx
946 status collapsed
947
948 \begin_layout Plain Layout
949 Referencias ! a figuras
950 \end_layout
951
952 \end_inset
953
954 Las figuras
955 \begin_inset space ~
956 \end_inset
957
958
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:kill-plat"
962
963 \end_inset
964
965  y 
966 \begin_inset CommandInset ref
967 LatexCommand ref
968 reference "fig:escher"
969
970 \end_inset
971
972  son ejemplos de figuras con referencias cruzadas.
973  Las figuras pueden tener referencias cruzadas en el documento mediante
974  referencia a su etiqueta.
975  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
976 \family sans
977 Insertar\SpecialChar \menuseparator
978 Etiqueta
979 \family default
980  o el botón 
981 \begin_inset Graphics
982         filename ../../images/label-insert.png
983         scale 85
984
985 \end_inset
986
987 .
988  Ahora puedes referirte a la etiqueta usando el menú 
989 \family sans
990 Insertar\SpecialChar \menuseparator
991 Referencia
992 \begin_inset space ~
993 \end_inset
994
995 cruzada
996 \family default
997  o el botón 
998 \begin_inset Graphics
999         filename ../../images/dialog-show-new-inset_ref.png
1000         scale 85
1001
1002 \end_inset
1003
1004 .
1005  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1006  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1007  en el documento final, podría no quedar «arriba» precisamente.
1008 \begin_inset Newline newline
1009 \end_inset
1010
1011 Las referencias se explican con detalle en la sección
1012 \begin_inset space ~
1013 \end_inset
1014
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "sec:Referencias-a-Flotantes"
1019
1020 \end_inset
1021
1022 .
1023 \end_layout
1024
1025 \begin_layout Standard
1026 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1027  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1028  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1029  existente.
1030  La figura
1031 \begin_inset space ~
1032 \end_inset
1033
1034
1035 \begin_inset CommandInset ref
1036 LatexCommand ref
1037 reference "fig:Dos-imágenes-distorsionadas"
1038
1039 \end_inset
1040
1041  es un ejemplo de figura flotante con dos imágenes adosadas.
1042  También se pueden poner una sobre otra.
1043  Las subfiguras son
1044 \begin_inset space ~
1045 \end_inset
1046
1047
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "fig:Estructura-indefinible"
1051
1052 \end_inset
1053
1054  y
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "fig:Ornitorrinco"
1062
1063 \end_inset
1064
1065 .
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset space \hfill{}
1076 \end_inset
1077
1078
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "fig:Estructura-indefinible"
1091
1092 \end_inset
1093
1094 Estructura indefinible
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Graphics
1104         filename ../clipart/escher-lsd.eps
1105         width 45col%
1106         groupId distorsionadas
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status open
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Ornitorrinco"
1132
1133 \end_inset
1134
1135 Ornitorrinco
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename ../clipart/platypus.eps
1146         width 45col%
1147         groupId distorsionadas
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \begin_inset space \hfill{}
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \begin_layout Plain Layout
1164 \begin_inset Caption
1165
1166 \begin_layout Plain Layout
1167 \begin_inset CommandInset label
1168 LatexCommand label
1169 name "fig:Dos-imágenes-distorsionadas"
1170
1171 \end_inset
1172
1173 Dos imágenes distorsionadas.
1174  Ambas están en el grupo llamado «distorsionadas».
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \begin_inset Newpage newpage
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Section
1192 Formatos de imagen
1193 \begin_inset CommandInset label
1194 LatexCommand label
1195 name "sec:Formatos-de-imagen"
1196
1197 \end_inset
1198
1199
1200 \begin_inset Index idx
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204 Formatos de imagen
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \begin_inset Index idx
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 Figuras ! Formatos de imagen
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Puedes insertar imágenes en cualquier formato.
1224  Pero como se explica en el apéndice
1225 \begin_inset space ~
1226 \end_inset
1227
1228
1229 \begin_inset CommandInset ref
1230 LatexCommand ref
1231 reference "cap:Formatos-de-Archivos-de-Salida"
1232
1233 \end_inset
1234
1235 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1236  de archivo de imagen.
1237  Por eso LyX usa el programa 
1238 \family typewriter
1239 ImageMagick
1240 \family default
1241  en segundo plano para convertir imágenes al formato adecuado.
1242  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1243  los formatos de imagen admitidos en el formato de archivo de salida.
1244  Los formatos de salida se explican en el apéndice
1245 \begin_inset space ~
1246 \end_inset
1247
1248
1249 \begin_inset CommandInset ref
1250 LatexCommand ref
1251 reference "cap:Formatos-de-Archivos-de-Salida"
1252
1253 \end_inset
1254
1255 .
1256 \end_layout
1257
1258 \begin_layout Standard
1259 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1260 \end_layout
1261
1262 \begin_layout Description
1263 Imágenes
1264 \begin_inset space ~
1265 \end_inset
1266
1267 mapa
1268 \begin_inset space ~
1269 \end_inset
1270
1271 de
1272 \begin_inset space ~
1273 \end_inset
1274
1275 bits
1276 \begin_inset space ~
1277 \end_inset
1278
1279 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1280  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1281  de zoom.
1282  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1283  Format» (GIF, extensión «
1284 \family typewriter
1285 .gif
1286 \family default
1287 »)
1288 \begin_inset Index idx
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292 GIF|see
1293 \begin_inset ERT
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297
1298 {
1299 \end_layout
1300
1301 \end_inset
1302
1303 Formatos de imagen
1304 \begin_inset ERT
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308
1309 }
1310 \end_layout
1311
1312 \end_inset
1313
1314
1315 \end_layout
1316
1317 \end_inset
1318
1319 , «Portable Network Graphics» (PNG, extensión «
1320 \family typewriter
1321 .png
1322 \family default
1323 »)
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 PNG|see
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 {
1335 \end_layout
1336
1337 \end_inset
1338
1339 Formatos de imagen
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 }
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355 , y «Joint Photographic Experts Group» (JPG, extensión «
1356 \family typewriter
1357 .jpg
1358 \family default
1359 » o «
1360 \family typewriter
1361 .jpeg
1362 \family default
1363 »)
1364 \begin_inset Index idx
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368 JPG|see
1369 \begin_inset ERT
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373
1374 {
1375 \end_layout
1376
1377 \end_inset
1378
1379 Formatos de imagen
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 }
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \end_inset
1394
1395 .
1396 \end_layout
1397
1398 \begin_layout Description
1399 Imágenes
1400 \begin_inset space ~
1401 \end_inset
1402
1403 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1404 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1405  La posibilidad de variar la escala hace falta para crear presentaciones,
1406  porque éstas siempre son redimensionadas por el proyector.
1407  La modificación de la escala también es útil en los documentos en línea
1408  para permitir el zoom en diagramas.
1409 \begin_inset Newline newline
1410 \end_inset
1411
1412 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1413  (SVG, extensión «
1414 \family typewriter
1415 .svg
1416 \family default
1417 »)
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 SVG|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Formatos de imagen
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449 , «Encapsulated PostScript» (EPS, extensión «
1450 \family typewriter
1451 .eps
1452 \family default
1453 »)
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 EPS|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 Formatos de imagen
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485 , «Portable Document Format» (PDF, extensión «
1486 \family typewriter
1487 .pdf
1488 \family default
1489 »)
1490 \begin_inset Index idx
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494 PDF|see
1495 \begin_inset ERT
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499
1500 {
1501 \end_layout
1502
1503 \end_inset
1504
1505 Formatos de imagen
1506 \begin_inset ERT
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510
1511 }
1512 \end_layout
1513
1514 \end_inset
1515
1516
1517 \end_layout
1518
1519 \end_inset
1520
1521 , y «Windows Metafile» (WMF, extensión «
1522 \family typewriter
1523 .wmf
1524 \family default
1525 »)
1526 \begin_inset Index idx
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 WMF|see
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 {
1537 \end_layout
1538
1539 \end_inset
1540
1541 Formatos de imagen
1542 \begin_inset ERT
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 }
1548 \end_layout
1549
1550 \end_inset
1551
1552
1553 \end_layout
1554
1555 \end_inset
1556
1557 .
1558  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1559  a PDF o EPS y el resultado será todavía una imagen bitmap.
1560  En estos casos sólo se añade a la imagen original una cabecera con las
1561  propiedades de la imagen.
1562 \begin_inset Foot
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 En el caso de PDF, además se comprime la imagen original.
1567 \end_layout
1568
1569 \end_inset
1570
1571  Por ejemplo, los archivos PDF generados por 
1572 \family typewriter
1573 Adobe Photoshop
1574 \family default
1575  son imágenes bitmap.
1576 \end_layout
1577
1578 \begin_layout Standard
1579 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1580  escala pero sí al contrario.
1581  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1582  archivos de salida PDF y PostScript, respectivamente.
1583  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1584  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1585 \begin_inset Formula $\to$
1586 \end_inset
1587
1588  PDF/EPS.
1589 \end_layout
1590
1591 \begin_layout Chapter
1592 Cuadros y tablas
1593 \begin_inset Index idx
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 Cuadros
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \begin_inset Index idx
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607 Tablas|see 
1608 \begin_inset ERT
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612
1613 {
1614 \end_layout
1615
1616 \end_inset
1617
1618 Cuadros
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 }
1625 \end_layout
1626
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633
1634
1635 \end_layout
1636
1637 \begin_layout Section
1638 Introducción
1639 \begin_inset Index idx
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 Cuadros ! Introducción
1644 \end_layout
1645
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \begin_layout Standard
1652 Puede insertarse un cuadro mediante el botón 
1653 \begin_inset Graphics
1654         filename ../../images/tabular-insert.png
1655         scale 85
1656
1657 \end_inset
1658
1659  o el menú 
1660 \family sans
1661 Insertar\SpecialChar \menuseparator
1662 Cuadro/Tabla
1663 \family default
1664 .
1665  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1666  el número de filas y de columnas del cuadro.
1667  Si usas el menú aparece un diálogo en el que se pide el número de filas
1668  y columnas.
1669  
1670 \begin_inset Newline newline
1671 \end_inset
1672
1673 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1674  fila aparece separada por una línea doble: el borde inferior de la primera
1675  fila y el borde superior de la segunda fila.
1676  Ejemplo de cuadro:
1677 \end_layout
1678
1679 \begin_layout Standard
1680 \align center
1681 \begin_inset Tabular
1682 <lyxtabular version="3" rows="4" columns="4">
1683 <features tabularvalignment="middle">
1684 <column alignment="center" valignment="top" width="0">
1685 <column alignment="center" valignment="top" width="0pt">
1686 <column alignment="center" valignment="top" width="0in">
1687 <column alignment="center" valignment="top" width="0pt">
1688 <row>
1689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \family roman
1704 \series medium
1705 \shape up
1706 \size normal
1707 \emph off
1708 \bar no
1709 \noun off
1710 \color none
1711 1
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720 2
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729 3
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 </row>
1735 <row>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 A
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 </row>
1782 <row>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \family roman
1789 \series medium
1790 \shape up
1791 \size normal
1792 \emph off
1793 \bar no
1794 \noun off
1795 \color none
1796 B
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \size normal
1816 \noun off
1817 \color none
1818  
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 </row>
1833 <row>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838
1839 \family roman
1840 \series medium
1841 \shape up
1842 \size normal
1843 \emph off
1844 \bar no
1845 \noun off
1846 \color none
1847 C
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 </row>
1880 </lyxtabular>
1881
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \begin_layout Section
1888 Diálogo de cuadros
1889 \begin_inset Index idx
1890 status collapsed
1891
1892 \begin_layout Plain Layout
1893 Cuadros ! Configuración
1894 \end_layout
1895
1896 \end_inset
1897
1898
1899 \end_layout
1900
1901 \begin_layout Standard
1902 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1903  ella con el botón derecho del ratón.
1904  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1905  encuentra el cursor.
1906  La mayoría de opciones también trabajan sobre una selección de celdas,
1907  de filas o de columnas.
1908  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1909  su 
1910 \emph on
1911 contenido
1912 \emph default
1913 .
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Con la opción del diálogo 
1918 \family sans
1919 Aplicar inmediatamente
1920 \family default
1921  cada cambio que hagas se aplica directamente.
1922  Si mueves el cursor a otra celda el diálogo también se actualizará con
1923  los parámetros de la nueva celda.
1924  Si cambias valores de longitud debes pulsar la tecla 
1925 \family sans
1926 Entrar
1927 \family default
1928  para aplicar los cambios.
1929 \begin_inset Newline newline
1930 \end_inset
1931
1932 En el cuadro de diálogo aparecen las siguientes solapas:
1933 \end_layout
1934
1935 \begin_layout Description
1936
1937 \family sans
1938 Configuración
1939 \begin_inset space ~
1940 \end_inset
1941
1942 del
1943 \begin_inset space ~
1944 \end_inset
1945
1946 cuadro
1947 \family default
1948  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1949  actual o del cuadro completo.
1950 \begin_inset Index idx
1951 status collapsed
1952
1953 \begin_layout Plain Layout
1954 Cuadros ! Anchura
1955 \end_layout
1956
1957 \end_inset
1958
1959  La alineación 
1960 \family sans
1961 Al separador decimal
1962 \family default
1963  se describe en la sección
1964 \begin_inset space ~
1965 \end_inset
1966
1967
1968 \begin_inset CommandInset ref
1969 LatexCommand ref
1970 reference "sub:Alineación-especial-de"
1971
1972 \end_inset
1973
1974 .
1975  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1976  Una anchura determinada permite tener saltos de línea y distintos párrafos
1977  de texto, véase sección
1978 \begin_inset space ~
1979 \end_inset
1980
1981
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "sub:Líneas-Múltiples-en"
1985
1986 \end_inset
1987
1988 .
1989  Si no estableces anchura, la columna será tan ancha como el contenido de
1990  la celda más ancha.
1991 \begin_inset Newline newline
1992 \end_inset
1993
1994 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1995  véase sección
1996 \begin_inset space ~
1997 \end_inset
1998
1999
2000 \begin_inset CommandInset ref
2001 LatexCommand ref
2002 reference "sub:Multicolumnas"
2003
2004 \end_inset
2005
2006 , o las celdas de una columna como celda multifila, véase sección
2007 \begin_inset space ~
2008 \end_inset
2009
2010
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "sub:Multifilas"
2014
2015 \end_inset
2016
2017 .
2018 \begin_inset Newline newline
2019 \end_inset
2020
2021 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2022  90º en el sentido de las agujas del reloj.
2023  La rotación no se ve en LyX, sí en la salida.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027
2028 \begin_inset Note Greyedout
2029 status open
2030
2031 \begin_layout Plain Layout
2032
2033 \series bold
2034 Nota:
2035 \series default
2036  no todos los visores DVI pueden mostrar rotaciones.
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 La alineación vertical del cuadro completo se usa para cuadros en líneas
2046  de texto:
2047 \begin_inset Newline newline
2048 \end_inset
2049
2050 Línea con cuadros con diferentes alineaciones: 
2051 \begin_inset Tabular
2052 <lyxtabular version="3" rows="2" columns="2">
2053 <features tabularvalignment="top">
2054 <column alignment="center" valignment="top" width="0pt">
2055 <column alignment="center" valignment="top" width="0">
2056 <row>
2057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2067 \begin_inset Text
2068
2069 \begin_layout Plain Layout
2070 1
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 </row>
2076 <row>
2077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2078 \begin_inset Text
2079
2080 \begin_layout Plain Layout
2081 A
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 </row>
2096 </lyxtabular>
2097
2098 \end_inset
2099
2100  
2101 \begin_inset Tabular
2102 <lyxtabular version="3" rows="2" columns="2">
2103 <features tabularvalignment="middle">
2104 <column alignment="center" valignment="top" width="0">
2105 <column alignment="center" valignment="top" width="0">
2106 <row>
2107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120 1
2121 \end_layout
2122
2123 \end_inset
2124 </cell>
2125 </row>
2126 <row>
2127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Plain Layout
2131 A
2132 \end_layout
2133
2134 \end_inset
2135 </cell>
2136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 </row>
2146 </lyxtabular>
2147
2148 \end_inset
2149
2150  
2151 \begin_inset Tabular
2152 <lyxtabular version="3" rows="2" columns="2">
2153 <features tabularvalignment="bottom">
2154 <column alignment="center" valignment="top" width="0pt">
2155 <column alignment="center" valignment="top" width="0">
2156 <row>
2157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Plain Layout
2170 1
2171 \end_layout
2172
2173 \end_inset
2174 </cell>
2175 </row>
2176 <row>
2177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2178 \begin_inset Text
2179
2180 \begin_layout Plain Layout
2181 A
2182 \end_layout
2183
2184 \end_inset
2185 </cell>
2186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2187 \begin_inset Text
2188
2189 \begin_layout Plain Layout
2190
2191 \end_layout
2192
2193 \end_inset
2194 </cell>
2195 </row>
2196 </lyxtabular>
2197
2198 \end_inset
2199
2200
2201 \begin_inset Newline newline
2202 \end_inset
2203
2204 También es posible introducir argumentos LaTeX necesarios para formatos
2205  especiales, véanse las secciones
2206 \begin_inset space ~
2207 \end_inset
2208
2209
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "sub:Cálculos-en-Multicolumnas"
2213
2214 \end_inset
2215
2216  y
2217 \begin_inset space ~
2218 \end_inset
2219
2220
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "sec:Cuadros-Coloreados"
2224
2225 \end_inset
2226
2227 .
2228 \end_layout
2229
2230 \begin_layout Description
2231
2232 \family sans
2233 Bordes
2234 \family default
2235  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2236  Puedes elegir para el cuadro un estilo 
2237 \family sans
2238 Formal
2239 \family default
2240 , como se describe en la sección
2241 \begin_inset space ~
2242 \end_inset
2243
2244
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "sec:Cuadros-Formales"
2248
2249 \end_inset
2250
2251 .
2252 \begin_inset Newline newline
2253 \end_inset
2254
2255 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2256  se describe en la sección
2257 \begin_inset space ~
2258 \end_inset
2259
2260
2261 \begin_inset CommandInset ref
2262 LatexCommand ref
2263 reference "sub:Espacio-adicional"
2264
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Description
2271
2272 \family sans
2273 Cuadro
2274 \begin_inset space ~
2275 \end_inset
2276
2277 largo
2278 \family default
2279  Para hacer 
2280 \emph on
2281 cuadros largos
2282 \emph default
2283  que pueden extenderse por varias páginas.
2284  Las secciones
2285 \begin_inset space ~
2286 \end_inset
2287
2288
2289 \begin_inset CommandInset ref
2290 LatexCommand ref
2291 reference "sec:Cuadros-Largos"
2292
2293 \end_inset
2294
2295  y 
2296 \begin_inset CommandInset ref
2297 LatexCommand ref
2298 reference "sec:Particularidades-cuadros-largos"
2299
2300 \end_inset
2301
2302  describen sus características en detalle.
2303 \end_layout
2304
2305 \begin_layout Section
2306 Barra de herramientas de cuadros
2307 \begin_inset Index idx
2308 status collapsed
2309
2310 \begin_layout Plain Layout
2311 Cuadros ! Barra de herramientas
2312 \end_layout
2313
2314 \end_inset
2315
2316
2317 \end_layout
2318
2319 \begin_layout Standard
2320 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2321  para cambiar los cuadros de manera más rápida.
2322  Normalmente debería aparecer en la parte inferior de la ventana principal
2323  de LyX cuando el cursor está dentro de un cuadro.
2324  En cualquier momento se puede presentar esta barra pulsando con el botón
2325  derecho del ratón en cualquier punto de la barra principal de menú.
2326 \end_layout
2327
2328 \begin_layout Standard
2329 La barra de herramientas tiene los siguientes iconos:
2330 \end_layout
2331
2332 \begin_layout Labeling
2333 \labelwidthstring 00.00.0000
2334 \begin_inset Graphics
2335         filename ../../images/tabular-feature_append-row.png
2336
2337 \end_inset
2338
2339  añade una fila bajo la celda actual o selección
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344 \begin_inset Graphics
2345         filename ../../images/tabular-feature_append-column.png
2346
2347 \end_inset
2348
2349  añade una columna a la derecha de la celda actual o selección
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354 \begin_inset Graphics
2355         filename ../../images/tabular-feature_delete-row.png
2356
2357 \end_inset
2358
2359  borra la fila actual o selección
2360 \end_layout
2361
2362 \begin_layout Labeling
2363 \labelwidthstring 00.00.0000
2364 \begin_inset Graphics
2365         filename ../../images/tabular-feature_delete-column.png
2366
2367 \end_inset
2368
2369  borra la columna actual o selección
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../../images/tabular-feature_toggle-line-top.png
2376
2377 \end_inset
2378
2379  añade un borde superior en la celda/fila actual o la selección
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_toggle-line-bottom.png
2386
2387 \end_inset
2388
2389  añade un borde inferior en la celda/fila actual o la selección
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Graphics
2395         filename ../../images/tabular-feature_toggle-line-left.png
2396
2397 \end_inset
2398
2399  añade un borde a la izquierda en la celda/fila actual o la selección
2400 \end_layout
2401
2402 \begin_layout Labeling
2403 \labelwidthstring 00.00.0000
2404 \begin_inset Graphics
2405         filename ../../images/tabular-feature_toggle-line-right.png
2406
2407 \end_inset
2408
2409  añade un borde a la derecha en la celda/fila actual o la selección
2410 \end_layout
2411
2412 \begin_layout Labeling
2413 \labelwidthstring 00.00.0000
2414 \begin_inset Graphics
2415         filename ../../images/tabular-feature_set-all-lines.png
2416
2417 \end_inset
2418
2419  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2420  no es multicolumna esto afecta también a la fila y a la columna)
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Graphics
2426         filename ../../images/tabular-feature_unset-all-lines.png
2427
2428 \end_inset
2429
2430  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2431  actual no es multicolumna esto afecta también a la fila y a la columna)
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Graphics
2437         filename ../../images/tabular-feature_m-align-left.png
2438
2439 \end_inset
2440
2441  alinea a la izquierda el contenido de la celda/columna
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446 \begin_inset Graphics
2447         filename ../../images/tabular-feature_m-align-center.png
2448
2449 \end_inset
2450
2451  centra el contenido de la celda/columna horizontalmente
2452 \end_layout
2453
2454 \begin_layout Labeling
2455 \labelwidthstring 00.00.0000
2456 \begin_inset Graphics
2457         filename ../../images/tabular-feature_m-align-right.png
2458
2459 \end_inset
2460
2461  alinea a la derecha el contenido de la celda/columna
2462 \end_layout
2463
2464 \begin_layout Labeling
2465 \labelwidthstring 00.00.0000
2466 \begin_inset Graphics
2467         filename ../../images/tabular-feature_align-decimal.png
2468         scaleBeforeRotation
2469
2470 \end_inset
2471
2472  alinea el contenido de la celda/columna a un carácter
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Graphics
2478         filename ../../images/tabular-feature_m-valign-top.png
2479
2480 \end_inset
2481
2482  alinea arriba el contenido de la celda
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Graphics
2488         filename ../../images/tabular-feature_m-valign-middle.png
2489
2490 \end_inset
2491
2492  centra verticalmente el contenido de la celda
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Graphics
2498         filename ../../images/tabular-feature_m-valign-bottom.png
2499
2500 \end_inset
2501
2502  alinea abajo el contenido de la celda
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Graphics
2508         filename ../../images/tabular-feature_set-rotate-cell.png
2509
2510 \end_inset
2511
2512  gira la celda o selección 90° como las agujas de reloj
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Graphics
2518         filename ../../images/tabular-feature_set-rotate-tabular.png
2519
2520 \end_inset
2521
2522  gira todo el cuadro 90° como agujas del reloj
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Graphics
2528         filename ../../images/tabular-feature_multicolumn.png
2529
2530 \end_inset
2531
2532  establece la celda actual o selección como multicolumna
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Graphics
2538         filename ../../images/tabular-feature_multirow.png
2539         scaleBeforeRotation
2540
2541 \end_inset
2542
2543  establece la celda actual o selección como multifila
2544 \end_layout
2545
2546 \begin_layout Standard
2547 \begin_inset Note Greyedout
2548 status open
2549
2550 \begin_layout Plain Layout
2551
2552 \series bold
2553 Nota:
2554 \series default
2555  En la salida se emplea la alineación vertical de la primera celda de una
2556  fila para todas las celdas restantes de la fila.
2557 \end_layout
2558
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Section
2565 Menú Editar cuadro
2566 \begin_inset Index idx
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Cuadros ! Editar
2571 \end_layout
2572
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Standard
2579 Además del diálogo y la barra de herramientas, el menú 
2580 \family sans
2581 Editar\SpecialChar \menuseparator
2582 Cuadro/Tabla
2583 \family default
2584  permite añadir y borrar bordes para la fila/columna actual y establecer
2585  la selección como multicolumna.
2586  El menú sólo está disponible si el cursor está en el cuadro.
2587 \end_layout
2588
2589 \begin_layout Section
2590 Cuadros flotantes
2591 \begin_inset CommandInset label
2592 LatexCommand label
2593 name "sec:Cuadros-Flotantes"
2594
2595 \end_inset
2596
2597
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Flotantes ! Cuadros
2603 \end_layout
2604
2605 \end_inset
2606
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Cuadros ! Flotantes
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Standard
2621 Para una explicación general sobre flotantes, echa un vistazo a la sección
2622 \begin_inset space ~
2623 \end_inset
2624
2625
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Introducción-Flotantes"
2629
2630 \end_inset
2631
2632 .
2633 \end_layout
2634
2635 \begin_layout Standard
2636 \begin_inset Float table
2637 placement h
2638 wide false
2639 sideways false
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 \begin_inset Caption
2644
2645 \begin_layout Plain Layout
2646 \begin_inset CommandInset label
2647 LatexCommand label
2648 name "tab:un cuadro flotante"
2649
2650 \end_inset
2651
2652 Un cuadro flotante.
2653 \end_layout
2654
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \begin_layout Plain Layout
2661 \align center
2662 \begin_inset Tabular
2663 <lyxtabular version="3" rows="3" columns="3">
2664 <features tabularvalignment="middle">
2665 <column alignment="center" valignment="top" width="0pt">
2666 <column alignment="center" valignment="top" width="0pt">
2667 <column alignment="center" valignment="top" width="0pt">
2668 <row>
2669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673
2674 \family roman
2675 \series medium
2676 \shape up
2677 \size normal
2678 \emph off
2679 \bar no
2680 \noun off
2681 \color none
2682 1
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family roman
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 2
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709
2710 \family roman
2711 \series medium
2712 \shape up
2713 \size normal
2714 \emph off
2715 \bar no
2716 \noun off
2717 \color none
2718 3
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 </row>
2724 <row>
2725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729
2730 \family roman
2731 \series medium
2732 \shape up
2733 \size normal
2734 \emph off
2735 \bar no
2736 \noun off
2737 \color none
2738 Pepe
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Plain Layout
2747
2748 \family roman
2749 \series medium
2750 \shape up
2751 \size normal
2752 \emph off
2753 \bar no
2754 \noun off
2755 \color none
2756 Mari
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \family roman
2767 \series medium
2768 \shape up
2769 \size normal
2770 \emph off
2771 \bar no
2772 \noun off
2773 \color none
2774 Teo
2775 \end_layout
2776
2777 \end_inset
2778 </cell>
2779 </row>
2780 <row>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785
2786 \family roman
2787 \series medium
2788 \shape up
2789 \size normal
2790 \emph off
2791 \bar no
2792 \noun off
2793 \color none
2794 \begin_inset Formula $\int x^{2}dx$
2795 \end_inset
2796
2797
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \family roman
2808 \series medium
2809 \shape up
2810 \size normal
2811 \emph off
2812 \bar no
2813 \noun off
2814 \color none
2815 \begin_inset Formula $\left[\begin{array}{cc}
2816 a & b\\
2817 c & d
2818 \end{array}\right]$
2819 \end_inset
2820
2821
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 \begin_inset Formula $1+1=2$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 </lyxtabular>
2849
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Los cuadros flotantes pueden insertarse con el menú 
2862 \family sans
2863 Insertar\SpecialChar \menuseparator
2864 Flotante\SpecialChar \menuseparator
2865 Cuadro
2866 \family default
2867  o con el botón 
2868 \begin_inset Graphics
2869         filename ../../images/float-insert_table.png
2870         scale 85
2871
2872 \end_inset
2873
2874 .
2875 \end_layout
2876
2877 \begin_layout Standard
2878 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2879 \begin_inset space ~
2880 \end_inset
2881
2882 #:» (# es el número actual).
2883  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2884  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2885  texto del encabezado y se pulsa 
2886 \family sans
2887 Entrar
2888 \family default
2889 .
2890  La leyenda se imprime encima del cuadro.
2891 \end_layout
2892
2893 \begin_layout Standard
2894 El cuadro
2895 \begin_inset space ~
2896 \end_inset
2897
2898
2899 \begin_inset CommandInset ref
2900 LatexCommand ref
2901 reference "tab:un cuadro flotante"
2902
2903 \end_inset
2904
2905  es un ejemplo de cuadro flotante.
2906 \end_layout
2907
2908 \begin_layout Standard
2909 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2910  no es soportado en las clases estándar de LaTeX.
2911  Esto significa que si estás usando las clases de documento 
2912 \family sans
2913 article
2914 \family default
2915
2916 \family sans
2917 book
2918 \family default
2919
2920 \family sans
2921 letter
2922 \family default
2923  o 
2924 \family sans
2925 report
2926 \family default
2927  no habrá espacio entre la leyenda y el cuadro.
2928  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2929  del documento la siguiente opción al comando del paquete LaTeX 
2930 \series bold
2931 caption
2932 \series default
2933
2934 \begin_inset Index idx
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938 LaTeX-paquetes ! caption
2939 \end_layout
2940
2941 \end_inset
2942
2943 :
2944 \begin_inset Foot
2945 status collapsed
2946
2947 \begin_layout Plain Layout
2948 Para más información ve a la sección
2949 \begin_inset space ~
2950 \end_inset
2951
2952
2953 \begin_inset CommandInset ref
2954 LatexCommand ref
2955 reference "sec:Colocación-de-leyendas"
2956
2957 \end_inset
2958
2959 .
2960 \end_layout
2961
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \begin_layout Standard
2968
2969 \series bold
2970 tableposition=top
2971 \end_layout
2972
2973 \begin_layout Standard
2974 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2975 \series bold
2976 caption
2977 \series default
2978  como se describe en la sección
2979 \begin_inset space ~
2980 \end_inset
2981
2982
2983 \begin_inset CommandInset ref
2984 LatexCommand ref
2985 reference "sec:Formato-de-leyendas"
2986
2987 \end_inset
2988
2989 .
2990  
2991 \end_layout
2992
2993 \begin_layout Standard
2994 \begin_inset Index idx
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 Referencias ! a cuadros
2999 \end_layout
3000
3001 \end_inset
3002
3003 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3004  su etiqueta.
3005  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3006 \family sans
3007 Insertar\SpecialChar \menuseparator
3008 Etiqueta
3009 \family default
3010  o con el botón 
3011 \begin_inset Graphics
3012         filename ../../images/label-insert.png
3013         scale 85
3014
3015 \end_inset
3016
3017 .
3018  Ahora puedes referenciar la etiqueta con el menú 
3019 \family sans
3020 Insertar\SpecialChar \menuseparator
3021 Referencia
3022 \begin_inset space ~
3023 \end_inset
3024
3025 cruzada
3026 \family default
3027  o con el botón 
3028 \begin_inset Graphics
3029         filename ../../images/dialog-show-new-inset_ref.png
3030         scale 85
3031
3032 \end_inset
3033
3034 .
3035 \begin_inset Newline newline
3036 \end_inset
3037
3038 Las referencias se explican con detalle en la sección
3039 \begin_inset space ~
3040 \end_inset
3041
3042
3043 \begin_inset CommandInset ref
3044 LatexCommand ref
3045 reference "sec:Referencias-a-Flotantes"
3046
3047 \end_inset
3048
3049 .
3050 \end_layout
3051
3052 \begin_layout Section
3053 Cuadros largos
3054 \begin_inset CommandInset label
3055 LatexCommand label
3056 name "sec:Cuadros-Largos"
3057
3058 \end_inset
3059
3060
3061 \begin_inset Index idx
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065 Cuadros ! Largos|see
3066 \begin_inset ERT
3067 status collapsed
3068
3069 \begin_layout Plain Layout
3070
3071 {
3072 \end_layout
3073
3074 \end_inset
3075
3076 Cuadros largos
3077 \begin_inset ERT
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081
3082 }
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3097 \family sans
3098 Usar
3099 \begin_inset space ~
3100 \end_inset
3101
3102 cuadro
3103 \begin_inset space ~
3104 \end_inset
3105
3106 largo
3107 \family default
3108  en la solapa 
3109 \family sans
3110 Cuadro
3111 \begin_inset space ~
3112 \end_inset
3113
3114 largo
3115 \family default
3116  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3117  páginas.
3118  Al hacerlo se habilitan las siguientes opciones:
3119 \end_layout
3120
3121 \begin_layout Description
3122 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3123  las páginas del cuadro, excepto para la primera página si 
3124 \family sans
3125 Primer
3126 \begin_inset space ~
3127 \end_inset
3128
3129 encabezado
3130 \family default
3131  está definido.
3132  Este se denomina encabezado principal.
3133 \end_layout
3134
3135 \begin_layout Description
3136 Primer
3137 \begin_inset space ~
3138 \end_inset
3139
3140 encabezado: La fila actual se define como encabezado de la primera página
3141  del cuadro.
3142 \end_layout
3143
3144 \begin_layout Description
3145 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3146  del cuadrotabla, excepto para la última página si se define 
3147 \family sans
3148 Último
3149 \begin_inset space ~
3150 \end_inset
3151
3152 pie.
3153 \end_layout
3154
3155 \begin_layout Description
3156 Último
3157 \begin_inset space ~
3158 \end_inset
3159
3160 pie:
3161 \family sans
3162  
3163 \family default
3164 La fila actual se define como pie de la última página del cuadro.
3165 \end_layout
3166
3167 \begin_layout Description
3168 Leyenda: La fila actual contiene la leyenda del cuadro.
3169  La primera fila se reajusta como columna única y se inserta una leyenda.
3170  Más detalles sobre leyendas en cuadros largos en la sec.
3171 \begin_inset space \thinspace{}
3172 \end_inset
3173
3174
3175 \begin_inset CommandInset ref
3176 LatexCommand ref
3177 reference "sub:Leyendas-en-Cuadros"
3178
3179 \end_inset
3180
3181 .
3182 \end_layout
3183
3184 \begin_layout Standard
3185 También se puede especificar en el diálogo en qué fila se ha de cortar el
3186  cuadro.
3187  El siguiente cuadro muestra cómo funciona:
3188 \end_layout
3189
3190 \begin_layout Standard
3191 \align center
3192 \begin_inset Tabular
3193 <lyxtabular version="3" rows="69" columns="3">
3194 <features islongtable="true" longtabularalignment="center">
3195 <column alignment="left" valignment="top" width="0cm">
3196 <column alignment="left" valignment="top" width="0pt">
3197 <column alignment="right" valignment="top" width="0pt">
3198 <row endfirsthead="true">
3199 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \series bold
3205 Ejemplo de lista telefónica (ignore los nombres)
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 </row>
3229 <row endfirsthead="true">
3230 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \series bold
3236 NOMBRE
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \series bold
3256 TEL.
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row endhead="true">
3263 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \series bold
3269 Ejemplo de lista telefónica
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row endhead="true">
3294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \series bold
3300 NOMBRE
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \series bold
3320 TEL.
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row endfoot="true">
3327 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331  continúa en la página siguiente
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row>
3356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 Annovi
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 Silvia
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 111
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 Bertoli
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 Stefano
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 111
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row>
3418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \series bold
3424 Bozzi
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 Walter
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 111
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row>
3449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 Cachia
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 Maria
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 111
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 Cachia
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Maurizio
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 111
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Cinquemani
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Giusi
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 111
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 Colin
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Bernard
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 111
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 Concli
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 Gianfranco
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 111
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Dal Bosco
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Carolina
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Dalpiaz
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Annamaria
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Feliciello
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Domenico
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Focarelli
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Paola
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Galletti
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Oreste
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Gasparini
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Franca
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Rizzardi
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Paola
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Lassini
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Giancarlo
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Malfatti
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Luciano
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Malfatti
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Valeriano
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Meneguzzo
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Roberto
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Mezzadra
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Roberto
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Pirpamer
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Erich
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Pochiesa
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Paolo
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111, 222
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Radina
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Claudio
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Stuffer
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Oskar
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Tacchelli
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Ugo
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Tezzele
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Margit
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Unterkalmsteiner
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Frieda
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Vieider
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Hilde
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Vigna
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Jürgen
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Weber
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Maurizio
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Winkler
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Franz
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321  
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350
4351 \series bold
4352 Annovi
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 Silvia
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 555
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \series bold
4383 Bertoli
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 Stefano
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 555
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \series bold
4414 Bozzi
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 Walter
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 555
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \series bold
4445 Cachia
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 Maria
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 555
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \series bold
4476 Cachia
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 Maurizio
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 555
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \series bold
4507 Cinquemani
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Giusi
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 555
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \series bold
4538 Colin
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 Bernard
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 555
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \series bold
4569 Concli
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Gianfranco
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 555
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Dal Bosco
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Carolina
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Dalpiaz
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Annamaria
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Feliciello
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Domenico
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Focarelli
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Paola
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Galletti
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Oreste
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Gasparini
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Franca
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Rizzardi
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Paola
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Lassini
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Giancarlo
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Malfatti
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Luciano
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Malfatti
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Valeriano
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Meneguzzo
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Roberto
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Mezzadra
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Roberto
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Pirpamer
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Erich
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Pochiesa
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Paolo
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555, 222
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Radina
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Claudio
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Stuffer
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Oskar
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Tacchelli
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Ugo
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Tezzele
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Margit
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Unterkalmsteiner
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Frieda
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Vieider
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Hilde
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Vigna
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Jürgen
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 999
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Weber
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Maurizio
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Winkler
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Franz
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row endlastfoot="true">
5307 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 fin
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 </row>
5335 </lyxtabular>
5336
5337 \end_inset
5338
5339
5340 \begin_inset ERT
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344
5345
5346 \backslash
5347 addtocounter{table}{-1}
5348 \end_layout
5349
5350 \end_inset
5351
5352
5353 \begin_inset Note Note
5354 status collapsed
5355
5356 \begin_layout Plain Layout
5357 Para comprender el uso de este comando, lee al final de la sección
5358 \begin_inset space ~
5359 \end_inset
5360
5361
5362 \begin_inset CommandInset ref
5363 LatexCommand ref
5364 reference "sub:Leyendas-en-Cuadros"
5365
5366 \end_inset
5367
5368  la primera nota resaltada en gris.
5369  
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Subsection
5378 Notas al pie en cuadros largos
5379 \begin_inset CommandInset label
5380 LatexCommand label
5381 name "sub:Notas-al-pie-en-Cuadros-Largos"
5382
5383 \end_inset
5384
5385
5386 \begin_inset Index idx
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390 Cuadros largos ! Notas al pie
5391 \end_layout
5392
5393 \end_inset
5394
5395
5396 \end_layout
5397
5398 \begin_layout Standard
5399 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5400  Las notas se muestran en la parte inferior de la página en la que esté
5401  la celda con la nota.
5402  El cuadro
5403 \begin_inset space ~
5404 \end_inset
5405
5406
5407 \begin_inset CommandInset ref
5408 LatexCommand ref
5409 reference "tab:DifLeyendas"
5410
5411 \end_inset
5412
5413  tiene un ejemplo de nota al pie.
5414 \end_layout
5415
5416 \begin_layout Subsection
5417 Alineación de cuadros largos
5418 \begin_inset Index idx
5419 status collapsed
5420
5421 \begin_layout Plain Layout
5422 Cuadros largos ! Alineación
5423 \end_layout
5424
5425 \end_inset
5426
5427
5428 \end_layout
5429
5430 \begin_layout Standard
5431 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5432  de configuración de cuadros.
5433  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5434  página.
5435  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5436  al centro y cambiar el valor de las longitudes 
5437 \series bold
5438
5439 \backslash
5440 LTleft
5441 \series default
5442  y 
5443 \series bold
5444
5445 \backslash
5446 LTright 
5447 \series default
5448 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5449  largo:
5450 \end_layout
5451
5452 \begin_layout Standard
5453
5454 \series bold
5455
5456 \backslash
5457 setlength{
5458 \backslash
5459 LTleft}{valor}
5460 \end_layout
5461
5462 \begin_layout Standard
5463 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5464 \begin_inset space ~
5465 \end_inset
5466
5467
5468 \begin_inset CommandInset ref
5469 LatexCommand ref
5470 reference "tab:Unidades"
5471
5472 \end_inset
5473
5474 .
5475  
5476 \series bold
5477
5478 \backslash
5479 LTlent 
5480 \series default
5481 controla la distancia entre el borde izquierdo de la página y el cuadro.
5482  
5483 \series bold
5484
5485 \backslash
5486 LTright 
5487 \series default
5488 la distancia desde el lado derecho.
5489  El valor predeterminado para ambas longitudes es 
5490 \series bold
5491
5492 \backslash
5493 fill
5494 \series default
5495 , que en este caso es lo mismo que un relleno horizontal en LyX.
5496 \end_layout
5497
5498 \begin_layout Standard
5499 El siguiente cuadro largo se ha alineado centrado y 
5500 \series bold
5501
5502 \backslash
5503 LTleft
5504 \series default
5505  establecido en 
5506 \family sans
5507 0.1
5508 \backslash
5509 columnwidth
5510 \family default
5511 :
5512 \begin_inset ERT
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516
5517
5518 \backslash
5519 setlength{
5520 \backslash
5521 LTleft}{0.1
5522 \backslash
5523 columnwidth}
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 \begin_inset Tabular
5533 <lyxtabular version="3" rows="5" columns="5">
5534 <features islongtable="true" longtabularalignment="center">
5535 <column alignment="center" valignment="top" width="0">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <column alignment="center" valignment="top" width="0">
5539 <column alignment="center" valignment="top" width="0">
5540 <row>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 1
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 2
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 3
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 4
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 5
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 <row>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 asd
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 s
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 s
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 </row>
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 asd
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 s
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 asd
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 </row>
5681 <row>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 asd
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 s
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 asd
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 asd
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 </lyxtabular>
5776
5777 \end_inset
5778
5779
5780 \begin_inset ERT
5781 status collapsed
5782
5783 \begin_layout Plain Layout
5784
5785
5786 \backslash
5787 setlength{
5788 \backslash
5789 LTleft}{
5790 \backslash
5791 fill}
5792 \end_layout
5793
5794 \end_inset
5795
5796
5797 \begin_inset ERT
5798 status collapsed
5799
5800 \begin_layout Plain Layout
5801
5802
5803 \backslash
5804 addtocounter{table}{-1}
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \begin_inset Note Note
5811 status open
5812
5813 \begin_layout Plain Layout
5814 Para comprender el uso de este comando, lee al final de la sección
5815 \begin_inset space ~
5816 \end_inset
5817
5818
5819 \begin_inset CommandInset ref
5820 LatexCommand ref
5821 reference "sub:Leyendas-en-Cuadros"
5822
5823 \end_inset
5824
5825  la primera nota resaltada en gris.
5826  
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \begin_layout Subsection
5835 Leyendas en cuadros largos
5836 \begin_inset Index idx
5837 status collapsed
5838
5839 \begin_layout Plain Layout
5840 Cuadros largos ! Leyendas
5841 \end_layout
5842
5843 \end_inset
5844
5845
5846 \begin_inset CommandInset label
5847 LatexCommand label
5848 name "sub:Leyendas-en-Cuadros"
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Standard
5856 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5857  estar en una página.
5858  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5859  utilizando para una fila de un cuadro largo la opción 
5860 \family sans
5861 Leyenda
5862 \family default
5863 , como se explica en la sec.
5864 \begin_inset space \thinspace{}
5865 \end_inset
5866
5867
5868 \begin_inset CommandInset ref
5869 LatexCommand ref
5870 reference "sec:Cuadros-Largos"
5871
5872 \end_inset
5873
5874 .
5875  Sólo una fila puede contener la leyenda.
5876 \end_layout
5877
5878 \begin_layout Standard
5879 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5880 \end_layout
5881
5882 \begin_layout Standard
5883 \begin_inset Tabular
5884 <lyxtabular version="3" rows="6" columns="5">
5885 <features islongtable="true" longtabularalignment="center">
5886 <column alignment="center" valignment="top" width="0">
5887 <column alignment="center" valignment="top" width="0">
5888 <column alignment="center" valignment="top" width="0">
5889 <column alignment="center" valignment="top" width="0">
5890 <column alignment="center" valignment="top" width="0">
5891 <row caption="true">
5892 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 \begin_inset Caption
5897
5898 \begin_layout Plain Layout
5899 Cuadro largo con leyenda
5900 \begin_inset Argument
5901 status open
5902
5903 \begin_layout Plain Layout
5904 Cuadro largo
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 1
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 2
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 3
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 4
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 5
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 </row>
6003 <row>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 s
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 s
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 asd
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 asd
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 s
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 s
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 asd
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 s
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 s
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 asd
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 asd
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 asd
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 asd
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 </lyxtabular>
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Standard
6199 \begin_inset VSpace medskip
6200 \end_inset
6201
6202
6203 \begin_inset Note Greyedout
6204 status open
6205
6206 \begin_layout Plain Layout
6207
6208 \series bold
6209 Nota
6210 \begin_inset space ~
6211 \end_inset
6212
6213 1:
6214 \series default
6215  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6216  leyenda en alguna de ellas.
6217  Por esto podría suceder que, p.
6218 \begin_inset space \thinspace{}
6219 \end_inset
6220
6221 e., el cuadro
6222 \begin_inset space ~
6223 \end_inset
6224
6225 2.4 siga al cuadro
6226 \begin_inset space ~
6227 \end_inset
6228
6229 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6230  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6231  en código TeX:
6232 \end_layout
6233
6234 \begin_layout Plain Layout
6235
6236 \series bold
6237
6238 \backslash
6239 addtocounter{table}{-1}
6240 \end_layout
6241
6242 \begin_layout Plain Layout
6243 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6244  el siguiente código en el preámbulo del documento:
6245 \end_layout
6246
6247 \begin_layout Plain Layout
6248
6249 \series bold
6250
6251 \backslash
6252 let
6253 \backslash
6254 myEnd
6255 \backslash
6256 endlongtable
6257 \begin_inset Newline newline
6258 \end_inset
6259
6260
6261 \backslash
6262 renewcommand{
6263 \backslash
6264 endlongtable}{
6265 \backslash
6266 myEnd
6267 \backslash
6268 addtocounter{table}{-1}}
6269 \end_layout
6270
6271 \end_inset
6272
6273
6274 \end_layout
6275
6276 \begin_layout Standard
6277 \begin_inset Note Greyedout
6278 status open
6279
6280 \begin_layout Plain Layout
6281
6282 \series bold
6283 Nota
6284 \begin_inset space ~
6285 \end_inset
6286
6287 2:
6288 \series default
6289  Si utilizas 
6290 \series bold
6291 hyperref
6292 \series default
6293
6294 \begin_inset Index idx
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298 LaTeX-paquetes ! hyperref
6299 \end_layout
6300
6301 \end_inset
6302
6303  en las 
6304 \family sans
6305 Propiedades PDF 
6306 \family default
6307 del diálogo 
6308 \family sans
6309 Configuración del documento 
6310 \family default
6311 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6312  llevan siempre al principio del documento.
6313 \end_layout
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Subsubsection
6321 Referencias a cuadros largos
6322 \begin_inset Index idx
6323 status collapsed
6324
6325 \begin_layout Plain Layout
6326 Cuadros largos ! Referencias a
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Standard
6335 \begin_inset Tabular
6336 <lyxtabular version="3" rows="6" columns="5">
6337 <features islongtable="true" longtabularalignment="center">
6338 <column alignment="center" valignment="top" width="0">
6339 <column alignment="center" valignment="top" width="0">
6340 <column alignment="center" valignment="top" width="0">
6341 <column alignment="center" valignment="top" width="0">
6342 <column alignment="center" valignment="top" width="0">
6343 <row caption="true">
6344 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 \begin_inset Caption
6349
6350 \begin_layout Plain Layout
6351 Cuadro largo con referencia
6352 \begin_inset CommandInset label
6353 LatexCommand label
6354 name "tab:RefEjemplo"
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 1
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 2
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 3
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 4
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 5
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 <row>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 s
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 s
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 asd
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 </row>
6499 <row>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 asd
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 s
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 s
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 asd
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 s
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 s
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 sad
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 asd
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 </lyxtabular>
6641
6642 \end_inset
6643
6644
6645 \end_layout
6646
6647 \begin_layout Standard
6648 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6649  
6650 \end_layout
6651
6652 \begin_layout Standard
6653 Esto es una referencia al cuadro
6654 \begin_inset space ~
6655 \end_inset
6656
6657
6658 \begin_inset CommandInset ref
6659 LatexCommand ref
6660 reference "tab:RefEjemplo"
6661
6662 \end_inset
6663
6664 .
6665 \end_layout
6666
6667 \begin_layout Standard
6668 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6669  del documento mediante el paquete LaTeX 
6670 \series bold
6671 caption
6672 \series default
6673
6674 \begin_inset Index idx
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678 LaTeX-paquetes ! caption
6679 \end_layout
6680
6681 \end_inset
6682
6683 , véase sección
6684 \begin_inset space ~
6685 \end_inset
6686
6687
6688 \begin_inset CommandInset ref
6689 LatexCommand ref
6690 reference "sec:Formato-de-leyendas"
6691
6692 \end_inset
6693
6694 .
6695 \end_layout
6696
6697 \begin_layout Subsubsection
6698 Anchura de la leyenda
6699 \begin_inset Index idx
6700 status collapsed
6701
6702 \begin_layout Plain Layout
6703 Cuadros largos ! Anchura de la leyenda
6704 \end_layout
6705
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \begin_layout Standard
6712 La anchura máxima de la leyenda se define por la longitud 
6713 \series bold
6714
6715 \backslash
6716 LTcapwidth
6717 \series default
6718 .
6719  Por omisión, su valor es 4
6720 \begin_inset space \thinspace{}
6721 \end_inset
6722
6723 in (4
6724 \begin_inset space ~
6725 \end_inset
6726
6727 pulgadas).
6728  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6729  en el propio documento antes del cuadro largo al que deba afectar
6730 \end_layout
6731
6732 \begin_layout Standard
6733
6734 \series bold
6735
6736 \backslash
6737 setlength{
6738 \backslash
6739 LTcapwidth}{anchura}
6740 \end_layout
6741
6742 \begin_layout Standard
6743 donde la anchura puede ser una de las unidades listadas en el apéndice
6744 \begin_inset space ~
6745 \end_inset
6746
6747
6748 \begin_inset CommandInset ref
6749 LatexCommand ref
6750 reference "cap:Unidades-disponibles-en"
6751
6752 \end_inset
6753
6754 .
6755 \end_layout
6756
6757 \begin_layout Standard
6758 Los cuadros siguientes muestran la diferencia:
6759 \end_layout
6760
6761 \begin_layout Standard
6762 \begin_inset Tabular
6763 <lyxtabular version="3" rows="6" columns="5">
6764 <features islongtable="true" longtabularalignment="center">
6765 <column alignment="center" valignment="top" width="0">
6766 <column alignment="center" valignment="top" width="0">
6767 <column alignment="center" valignment="top" width="0">
6768 <column alignment="center" valignment="top" width="0">
6769 <column alignment="center" valignment="top" width="0">
6770 <row caption="true">
6771 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 \begin_inset Caption
6776
6777 \begin_layout Plain Layout
6778 Leyenda larga completa con anchura predeterminada leyenda larga completa
6779  con anchura predeterminada
6780 \begin_inset Argument
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784 Leyenda con anchura predeterminada
6785 \end_layout
6786
6787 \end_inset
6788
6789
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 1
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 2
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 3
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 4
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 5
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 s
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 asd
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 <row>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 s
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 s
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 s
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 asd
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 <row>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 asd
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 s
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 s
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 s
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 asd
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 sad
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 asd
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 asd
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 </lyxtabular>
7072
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \begin_layout Standard
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 setlength{
7087 \backslash
7088 LTcapwidth}{5cm}
7089 \end_layout
7090
7091 \end_inset
7092
7093
7094 \begin_inset Tabular
7095 <lyxtabular version="3" rows="6" columns="5">
7096 <features islongtable="true" longtabularalignment="center">
7097 <column alignment="center" valignment="top" width="0">
7098 <column alignment="center" valignment="top" width="0">
7099 <column alignment="center" valignment="top" width="0">
7100 <column alignment="center" valignment="top" width="0">
7101 <column alignment="center" valignment="top" width="0">
7102 <row caption="true">
7103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 \begin_inset Caption
7108
7109 \begin_layout Plain Layout
7110 Leyenda larga completa con una anchura de 5
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 cm leyenda larga completa con una anchura de 5
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 cm 
7119 \begin_inset Argument
7120 status collapsed
7121
7122 \begin_layout Plain Layout
7123 Leyenda con anchura
7124 \begin_inset space \thinspace{}
7125 \end_inset
7126
7127 =
7128 \begin_inset space \thinspace{}
7129 \end_inset
7130
7131 5
7132 \begin_inset space \thinspace{}
7133 \end_inset
7134
7135 cm
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 1
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 2
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 3
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 4
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 5
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 <row>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 asd
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 s
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 </row>
7281 <row>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 asd
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 s
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 asd
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 </row>
7328 <row>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 s
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 asd
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 asd
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 sad
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 asd
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 </lyxtabular>
7423
7424 \end_inset
7425
7426
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432
7433 \backslash
7434 setlength{
7435 \backslash
7436 LTcapwidth}{4in}
7437 \end_layout
7438
7439 \end_inset
7440
7441
7442 \end_layout
7443
7444 \begin_layout Standard
7445 \begin_inset Note Greyedout
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449
7450 \series bold
7451 Nota: 
7452 \series default
7453 Si se usa el paquete LaTeX 
7454 \series bold
7455 caption
7456 \series default
7457
7458 \begin_inset Index idx
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 LaTeX-paquetes ! caption
7463 \end_layout
7464
7465 \end_inset
7466
7467 , como en este documento, para la leyenda se utiliza toda la anchura de
7468  la página cuando se deja el valor por omisión de 4
7469 \begin_inset space \thinspace{}
7470 \end_inset
7471
7472 in para 
7473 \series bold
7474
7475 \backslash
7476 LTcapwidth
7477 \series default
7478 .
7479  En este caso, para conseguir una leyenda de 4
7480 \begin_inset space \thinspace{}
7481 \end_inset
7482
7483 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7484 \begin_inset space \thinspace{}
7485 \end_inset
7486
7487 in, p.
7488 \begin_inset space \thinspace{}
7489 \end_inset
7490
7491 e.
7492  3.99
7493 \begin_inset space \thinspace{}
7494 \end_inset
7495
7496 in, o bien emplear el comando LaTeX 
7497 \series bold
7498
7499 \backslash
7500 captionsetup{width=valor}
7501 \series default
7502 , suministrado por el paquete 
7503 \series bold
7504 caption
7505 \series default
7506 .
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Subsubsection
7515 Leyendas distintas para cada página
7516 \begin_inset Index idx
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520 Cuadros largos ! Leyendas ! distintas para cada página
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \begin_layout Standard
7529 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7530  de la leyenda de la primera página del cuadro, se insertan con el comando
7531  en código TeX
7532 \end_layout
7533
7534 \begin_layout Standard
7535
7536 \series bold
7537
7538 \backslash
7539 caption*{texto de la leyenda}
7540 \backslash
7541
7542 \backslash
7543 %
7544 \end_layout
7545
7546 \begin_layout Standard
7547 en una fila postiza que se marca como encabezado.
7548  El cuadro
7549 \begin_inset space ~
7550 \end_inset
7551
7552
7553 \begin_inset CommandInset ref
7554 LatexCommand ref
7555 reference "tab:DifLeyendas"
7556
7557 \end_inset
7558
7559  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7560  no incluye número de cuadro.
7561 \end_layout
7562
7563 \begin_layout Standard
7564 \align center
7565 \begin_inset Tabular
7566 <lyxtabular version="3" rows="59" columns="3">
7567 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7568 <column alignment="left" valignment="top" width="0cm">
7569 <column alignment="left" valignment="top" width="0pt">
7570 <column alignment="right" valignment="top" width="0pt">
7571 <row caption="true">
7572 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 \begin_inset Caption
7577
7578 \begin_layout Plain Layout
7579 Ejemplo de lista telefónica
7580 \begin_inset CommandInset label
7581 LatexCommand label
7582 name "tab:DifLeyendas"
7583
7584 \end_inset
7585
7586
7587 \begin_inset Argument
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591 Ejemplo de lista telefónica
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 </row>
7625 <row endfirsthead="true">
7626 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \series bold
7632 Ejemplo de lista telefónica (ignore los nombres)
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row endfirsthead="true">
7657 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \series bold
7663 NOMBRE
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 TEL.
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row endhead="true">
7690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 \begin_inset ERT
7695 status open
7696
7697 \begin_layout Plain Layout
7698
7699
7700 \backslash
7701 caption*{continúa Ejemplo de lista telefónica}
7702 \backslash
7703
7704 \backslash
7705 %
7706 \end_layout
7707
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row endhead="true">
7735 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \series bold
7741 Ejemplo de lista telefónica
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row endhead="true">
7766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \series bold
7772 NOMBRE
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 TEL.
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row endfoot="true">
7799 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 continúa en página siguiente
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 </row>
7827 <row>
7828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 Annovi
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 Silvia
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 111
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row>
7859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \series bold
7865 Bertoli
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 Stefano
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883 111
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row>
7890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \series bold
7896 Bozzi
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 Walter
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 111
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 Cachia
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 Maria
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 111
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \series bold
7958 Cachia
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 Maurizio
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 111
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \series bold
7989 Cinquemani
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 Giusi
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 111
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 Colin
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Bernard
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Concli
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Gianfranco
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Dal Bosco
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Carolina
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Dalpiaz
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Annamaria
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Feliciello
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Domenico
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Focarelli
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Paola
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Galletti
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Oreste
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Gasparini
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Franca
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Rizzardi
8269 \series default
8270
8271 \begin_inset Foot
8272 status collapsed
8273
8274 \begin_layout Plain Layout
8275 Ejemplo de nota a pie de página
8276 \end_layout
8277
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 Paola
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 111
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \series bold
8311 Lassini
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 Giancarlo
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 111
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \series bold
8342 Malfatti
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 Luciano
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 111
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 <row>
8367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371
8372 \series bold
8373 Malfatti
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 Valeriano
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 111
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \series bold
8404 Meneguzzo
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 Roberto
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 111
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 <row>
8429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433
8434 \series bold
8435 Mezzadra
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 Roberto
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 111
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \series bold
8466 Pirpamer
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 Erich
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 111
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \series bold
8497 Pochiesa
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 Paolo
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 111, 222
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \series bold
8528 Radina
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 Claudio
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 111
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \series bold
8559 Stuffer
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Oskar
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 111
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 Tacchelli
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Ugo
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 111
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \series bold
8621 Tezzele
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Margit
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 111
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Unterkalmsteiner
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Frieda
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 111
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Vieider
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Hilde
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 111
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Vigna
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Jürgen
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 111
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Weber
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Maurizio
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 111
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Winkler
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Franz
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 111
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805  
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Annovi
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Silvia
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 555
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Bertoli
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Stefano
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 555
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Bozzi
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Walter
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 555
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Cachia
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Maria
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 555
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \series bold
8960 Cachia
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Maurizio
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 555
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \series bold
8991 Cinquemani
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 Giusi
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 555
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \series bold
9022 Colin
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 Bernard
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 555
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \series bold
9053 Concli
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 Gianfranco
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 555
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \series bold
9084 Dal Bosco
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 Carolina
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 555
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \series bold
9115 Dalpiaz
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 Annamaria
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 555
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \series bold
9146 Feliciello
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 Domenico
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 555
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \series bold
9177 Focarelli
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 Paola
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 555
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \series bold
9208 Galletti
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 Oreste
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 555
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \series bold
9239 Gasparini
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 Franca
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 555
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row>
9264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \series bold
9270 Rizzardi
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 Paola
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 555
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \series bold
9301 Lassini
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 Giancarlo
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 555
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330
9331 \series bold
9332 Malfatti
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 Luciano
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 555
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \series bold
9363 Malfatti
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Valeriano
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 555
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 </row>
9387 <row>
9388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \series bold
9394 Meneguzzo
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 Roberto
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 555
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 <row>
9419 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \series bold
9425 Mezzadra
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 Roberto
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 555
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 </lyxtabular>
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \begin_layout Section
9457 Particularidades de los cuadros largos
9458 \begin_inset CommandInset label
9459 LatexCommand label
9460 name "sec:Particularidades-cuadros-largos"
9461
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Subsection
9468 Cálculos
9469 \begin_inset Index idx
9470 status collapsed
9471
9472 \begin_layout Plain Layout
9473 Cuadros largos ! Cálculos
9474 \end_layout
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Standard
9482 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9483  utilizando los denominados «trozos», que son partes del cuadro presentes
9484  en la memoria de LaTeX.
9485  El valor predeterminado está establecido a sólo 20 filas.
9486  Si estás usando cuadros largos con muchas páginas, la generación del documento
9487  puede hacerse muy lenta.
9488  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9489  el siguiente comando en el preámbulo del documento:
9490 \end_layout
9491
9492 \begin_layout Standard
9493
9494 \series bold
9495
9496 \backslash
9497 setcounter{LTchunksize}{100}
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 Flotantes y cuadros largos
9502 \begin_inset Index idx
9503 status collapsed
9504
9505 \begin_layout Plain Layout
9506 Cuadros largos ! Flotantes
9507 \end_layout
9508
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \begin_layout Standard
9515 Podría haber problemas si un flotante aparece en la misma página donde comienza
9516  un cuadro largo.
9517  Para evitarlo, añade un 
9518 \begin_inset Quotes fld
9519 \end_inset
9520
9521 salto de página limpia
9522 \begin_inset Quotes frd
9523 \end_inset
9524
9525  (menú 
9526 \family sans
9527 Insertar\SpecialChar \menuseparator
9528 Formato\SpecialChar \menuseparator
9529 Limpiar
9530 \begin_inset space ~
9531 \end_inset
9532
9533 página
9534 \family default
9535 ) antes del cuadro.
9536 \end_layout
9537
9538 \begin_layout Subsection
9539 Saltos de página forzados
9540 \begin_inset Index idx
9541 status collapsed
9542
9543 \begin_layout Plain Layout
9544 Cuadros largos ! Saltos de página forzados
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 Por omisión, los cuadros sólo se cortan entre filas.
9554  Si tienes una celda con líneas múltiples y necesitas un salto de página
9555  dentro de la celda, inserta el comando de nueva línea «
9556 \series bold
9557
9558 \backslash
9559
9560 \backslash
9561
9562 \series default
9563 » en código TeX en el punto en que quieras cortar.
9564  Antes del comando «
9565 \series bold
9566
9567 \backslash
9568
9569 \backslash
9570
9571 \series default
9572 » debes insertar en código TeX tantos caracteres «
9573 \series bold
9574 &
9575 \series default
9576 » como columnas siguientes del cuadro.
9577  
9578 \series bold
9579 &
9580 \series default
9581  es el carácter para separar celdas.
9582  Escribe en código TeX después de cada 
9583 \series bold
9584 &
9585 \series default
9586  el contenido de la celda siguiente correspondiente y borra el contenido
9587  de esas celdas.
9588 \begin_inset Newline newline
9589 \end_inset
9590
9591 Detrás del comando 
9592 \series bold
9593
9594 \backslash
9595
9596 \backslash
9597
9598 \series default
9599 , inserta tantos 
9600 \series bold
9601 &
9602 \series default
9603  como columnas haya delante de la actual.
9604  Enl cuadro
9605 \begin_inset space ~
9606 \end_inset
9607
9608
9609 \begin_inset CommandInset ref
9610 LatexCommand ref
9611 reference "tab:Saltos de Página Forzados"
9612
9613 \end_inset
9614
9615  la celda que debería cortarse está en la segunda columna seguida de otra
9616  columna.
9617  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9618  de «
9619 \emph on
9620 Castelchiodato,
9621 \emph default
9622 »:
9623 \end_layout
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628 & 111
9629 \backslash
9630
9631 \backslash
9632  
9633 \backslash
9634 newpage
9635 \begin_inset Newline newline
9636 \end_inset
9637
9638 &
9639 \end_layout
9640
9641 \begin_layout Standard
9642 El «111» en la tercera columna de la fila se ha borrado.
9643
9644 \series bold
9645  
9646 \backslash
9647 newpage 
9648 \series default
9649 es necesario solo si en esta posición debiera ir definitivamente un salto
9650  de página, de otro modo es sólamente una posibilidad de salto.
9651  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9652  superior pero quisieras una línea horizontal donde se corta la celda, usa
9653  este comando alternativo:
9654 \end_layout
9655
9656 \begin_layout Standard
9657
9658 \series bold
9659 & 111
9660 \backslash
9661
9662 \backslash
9663
9664 \begin_inset Newline newline
9665 \end_inset
9666
9667
9668 \backslash
9669 hline &
9670 \end_layout
9671
9672 \begin_layout Standard
9673 Cuando la celda a cortar está en la última columna, el comando
9674 \end_layout
9675
9676 \begin_layout Standard
9677
9678 \series bold
9679
9680 \backslash
9681 setlength{
9682 \backslash
9683 parfillskip}{0pt}
9684 \end_layout
9685
9686 \begin_layout Standard
9687 debe insertarse en código TeX al principio de la celda.
9688  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9689  aparecerá con toda su anchura.
9690 \end_layout
9691
9692 \begin_layout Standard
9693 \align center
9694 \begin_inset Tabular
9695 <lyxtabular version="3" rows="38" columns="3">
9696 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9697 <column alignment="left" valignment="top" width="0cm">
9698 <column alignment="left" valignment="top" width="3cm">
9699 <column alignment="right" valignment="top" width="0pt">
9700 <row caption="true">
9701 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 \begin_inset Caption
9706
9707 \begin_layout Plain Layout
9708 Cuadro con salto de página forzado en celda
9709 \begin_inset CommandInset label
9710 LatexCommand label
9711 name "tab:Saltos de Página Forzados"
9712
9713 \end_inset
9714
9715
9716 \begin_inset Argument
9717 status open
9718
9719 \begin_layout Plain Layout
9720 Cuadro con salto de página forzado
9721 \end_layout
9722
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row endfirsthead="true">
9755 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \series bold
9761 Ejemplo de lista telefónica (ignore los nombres)
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row endfirsthead="true">
9786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \series bold
9792 NOMBRE
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 TEL.
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row endhead="true">
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset ERT
9824 status collapsed
9825
9826 \begin_layout Plain Layout
9827
9828
9829 \backslash
9830 caption*{continúa Ejemplo de lista telefónica}
9831 \backslash
9832
9833 \backslash
9834 %
9835 \end_layout
9836
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row endhead="true">
9864 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868  
9869 \series bold
9870 Ejemplo de lista telefónica
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row endhead="true">
9895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 NOMBRE
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 TEL.
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row endfoot="true">
9928 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 continúa en página siguiente
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Annovi
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 Silvia
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 111
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 Bertoli
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Stefano
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 111
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Bozzi
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Walter
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 111
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 Cachia
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Maria
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 111
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Cachia
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Maurizio
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 111
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \series bold
10118 Cinquemani
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 Giusi
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 111
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Colin
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 Bernard
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 111
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 Concli
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Gianfranco
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 111
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \series bold
10211 Dal Bosco
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 Carolina
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 111
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Dalpiaz
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Annamaria
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Feliciello
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Domenico
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Focarelli
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Paola
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Galletti
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Oreste
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Gasparini
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Franca
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Lassini
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Giancarlo
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Malfatti
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Luciano
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Malfatti
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Valeriano
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Meneguzzo
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Roberto
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Mezzadra
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Roberto
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Pirpamer
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Erich
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Pochiesa
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Paolo
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111, 222
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Radina
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Claudio
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Rizzardi
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Paolo, 11.
10655  Fürst von Montecompatri, 11.
10656  Fürst von Sulmona und Vivaro, 10.
10657  Fürst von Rossano, 5.
10658  Herzog von Canemorte, 11.
10659  Herzog von Palombara, 5.
10660  Herzog von Castelchiodato,
10661 \begin_inset ERT
10662 status open
10663
10664 \begin_layout Plain Layout
10665
10666 & 111
10667 \backslash
10668
10669 \backslash
10670  
10671 \backslash
10672 newpage
10673 \end_layout
10674
10675 \begin_layout Plain Layout
10676
10677 &
10678 \end_layout
10679
10680 \end_inset
10681
10682  11.
10683  Herzog von Poggionativo, 11.
10684  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10685  Graf von Valinfreda, 11.
10686  Baron von Cropalati, 11.
10687  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Stuffer
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Oskar
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Tacchelli
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Ugo
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Tezzele
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Margit
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 111
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \series bold
10802 Unterkalmsteiner
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 Frieda
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \series bold
10833 Vieider
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Hilde
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 111
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \series bold
10864 Vigna
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 Jürgen
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 111
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 Weber
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Maurizio
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 111
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \series bold
10926 Winkler
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 Franz
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 111
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 </lyxtabular>
10951
10952 \end_inset
10953
10954
10955 \end_layout
10956
10957 \begin_layout Section
10958 Líneas múltiples en columnas y filas
10959 \end_layout
10960
10961 \begin_layout Subsection
10962 Líneas múltiples en celdas
10963 \begin_inset CommandInset label
10964 LatexCommand label
10965 name "sub:Líneas-Múltiples-en"
10966
10967 \end_inset
10968
10969
10970 \begin_inset Index idx
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 Lineas@Líneas múltiples en celdas
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \begin_inset Index idx
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984 Cuadros ! Saltos de línea
10985 \end_layout
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 \noindent
10994 \begin_inset Float table
10995 placement H
10996 wide false
10997 sideways false
10998 status open
10999
11000 \begin_layout Plain Layout
11001 \begin_inset Caption
11002
11003 \begin_layout Plain Layout
11004 \begin_inset CommandInset label
11005 LatexCommand label
11006 name "tab:Cuadro-con-múltiples"
11007
11008 \end_inset
11009
11010 Cuadro con líneas múltiples en celda
11011 \end_layout
11012
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \begin_layout Plain Layout
11019 \align center
11020 \begin_inset Tabular
11021 <lyxtabular version="3" rows="3" columns="3">
11022 <features tabularvalignment="middle">
11023 <column alignment="center" valignment="middle" width="2.5cm">
11024 <column alignment="center" valignment="middle" width="0">
11025 <column alignment="center" valignment="middle" width="0">
11026 <row>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 líneas
11032 \begin_inset Newline linebreak
11033 \end_inset
11034
11035 múltiples
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 b
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 c
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 <row>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 d
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 e
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 f
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 g
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 h
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 i
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 </lyxtabular>
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Standard
11130 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11131  párrafos con varias líneas y guionado.
11132 \end_layout
11133
11134 \begin_layout Standard
11135 Para generar el cuadro
11136 \begin_inset space ~
11137 \end_inset
11138
11139
11140 \begin_inset CommandInset ref
11141 LatexCommand ref
11142 reference "tab:Cuadro-con-múltiples"
11143
11144 \end_inset
11145
11146 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11147  En el diálogo que surge establece una anchura de 2.5
11148 \begin_inset space \thinspace{}
11149 \end_inset
11150
11151 cm y escoge centro en alineación vertical y horizontal.
11152  La alineación vertical se utiliza para todas las celdas de la fila.
11153  Como nuestro texto es menor de 2.5
11154 \begin_inset space \thinspace{}
11155 \end_inset
11156
11157 cm, sólo aparece una línea.
11158  Para poner dos añadimos un salto de línea justificado, (atajo 
11159 \family sans
11160 Ctrl+Mayúsculas+Entrar
11161 \family default
11162 ).
11163  Si el texto es más ancho que la celda será automáticamente dividido en
11164  líneas.
11165 \end_layout
11166
11167 \begin_layout Standard
11168 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11169  con guión si es la primera entrada.
11170  Por eso hay que insertar algo para que dicha palabra no sea la primera
11171  entrada: añade un espacio horizontal de 0
11172 \begin_inset space \thinspace{}
11173 \end_inset
11174
11175 pt delante de la palabra.
11176  Como el espacio es 0 la salida no cambia.
11177  El cuadro
11178 \begin_inset space ~
11179 \end_inset
11180
11181
11182 \begin_inset CommandInset ref
11183 LatexCommand ref
11184 reference "tab:Cuadro-con-y"
11185
11186 \end_inset
11187
11188  muestra el efecto.
11189 \end_layout
11190
11191 \begin_layout Standard
11192 \begin_inset Float table
11193 placement b
11194 wide false
11195 sideways false
11196 status open
11197
11198 \begin_layout Plain Layout
11199 \begin_inset Caption
11200
11201 \begin_layout Plain Layout
11202 \begin_inset CommandInset label
11203 LatexCommand label
11204 name "tab:Cuadro-con-y"
11205
11206 \end_inset
11207
11208 Cuadros con y sin guión
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \end_layout
11215
11216 \begin_layout Plain Layout
11217 \begin_inset space \hfill{}
11218 \end_inset
11219
11220
11221 \begin_inset Tabular
11222 <lyxtabular version="3" rows="3" columns="3">
11223 <features tabularvalignment="middle">
11224 <column alignment="center" valignment="middle" width="2.5cm">
11225 <column alignment="center" valignment="middle" width="0">
11226 <column alignment="center" valignment="middle" width="0">
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 celdaconpalabramuylarga
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 b
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 c
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 d
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 e
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 f
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 g
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 h
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 i
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 </lyxtabular>
11315
11316 \end_inset
11317
11318
11319 \begin_inset space \hfill{}
11320 \end_inset
11321
11322
11323 \begin_inset Tabular
11324 <lyxtabular version="3" rows="3" columns="3">
11325 <features tabularvalignment="middle">
11326 <column alignment="center" valignment="middle" width="2.5cm">
11327 <column alignment="center" valignment="middle" width="0">
11328 <column alignment="center" valignment="middle" width="0">
11329 <row>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 \begin_inset space \hspace{}
11335 \length 0pt
11336 \end_inset
11337
11338 celdaconpalabramuylarga
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \begin_inset space \hfill{}
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \begin_layout Subsection
11437 Multicolumnas
11438 \begin_inset CommandInset label
11439 LatexCommand label
11440 name "sub:Multicolumnas"
11441
11442 \end_inset
11443
11444
11445 \begin_inset Index idx
11446 status collapsed
11447
11448 \begin_layout Plain Layout
11449 Multicolumnas
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \begin_inset Index idx
11456 status collapsed
11457
11458 \begin_layout Plain Layout
11459 Cuadros ! Multicolumnas
11460 \end_layout
11461
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \begin_layout Subsubsection
11468 Fundamentos de multicolumnas
11469 \end_layout
11470
11471 \begin_layout Standard
11472 Para extender una celda sobre varias columnas, se marcan las celdas que
11473  se desee combinar y se usa el botón 
11474 \begin_inset Graphics
11475         filename ../../images/tabular-feature_multicolumn.png
11476         scale 85
11477
11478 \end_inset
11479
11480 , el menú 
11481 \family sans
11482 Editar\SpecialChar \menuseparator
11483 Cuadro\SpecialChar \menuseparator
11484 Multicolumna
11485 \family default
11486 , o clic derecho sobre las celdas marcadas y elige 
11487 \family sans
11488 Multicolumna 
11489 \family default
11490 en el menú contextual.
11491 \end_layout
11492
11493 \begin_layout Standard
11494 Las multicolumnas tienen su propia configuración de celdas.
11495  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11496  multicolumna.
11497  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11498  última fila sin borde superior:
11499 \end_layout
11500
11501 \begin_layout Standard
11502 \align center
11503 \begin_inset Tabular
11504 <lyxtabular version="3" rows="3" columns="4">
11505 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11506 <column alignment="center" valignment="top" width="0pt">
11507 <column alignment="center" valignment="middle" width="0">
11508 <column alignment="center" valignment="top" width="0in">
11509 <column alignment="center" valignment="top" width="0pt">
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 abc
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 def ghi
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 jkl
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553
11554 \family roman
11555 \series medium
11556 \shape up
11557 \size normal
11558 \emph off
11559 \bar no
11560 \noun off
11561 \color none
11562 A
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 B
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 C
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 D
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 <row>
11596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 1
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 2
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 3
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 4
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 </lyxtabular>
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsubsection
11641 Cálculos en multicolumnas
11642 \begin_inset CommandInset label
11643 LatexCommand label
11644 name "sub:Cálculos-en-Multicolumnas"
11645
11646 \end_inset
11647
11648
11649 \begin_inset Index idx
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653 Cuadros ! Multicolumnas ! Cálculos
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Standard
11662 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11663  la anchura de celda de las columnas combinadas en la celda multicolumna.
11664 \end_layout
11665
11666 \begin_layout Standard
11667 \begin_inset Float table
11668 placement h
11669 wide false
11670 sideways false
11671 status open
11672
11673 \begin_layout Plain Layout
11674 \begin_inset Caption
11675
11676 \begin_layout Plain Layout
11677 \begin_inset CommandInset label
11678 LatexCommand label
11679 name "tab:Cuadro-con-centrado"
11680
11681 \end_inset
11682
11683 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11684  exactamente la mitad de anchura que la celda multicolumna
11685 \begin_inset Argument
11686 status open
11687
11688 \begin_layout Plain Layout
11689 Cuadro multicolumna perfecta
11690 \end_layout
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Plain Layout
11703 \align center
11704 \begin_inset Tabular
11705 <lyxtabular version="3" rows="3" columns="3">
11706 <features tabularvalignment="middle">
11707 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11708 <column alignment="center" valignment="middle" width="0">
11709 <column alignment="center" valignment="top" width="0">
11710 <row>
11711 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 multicolumna línea múltiple
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 c
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 d
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 e
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 f
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 g
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 h
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 i
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 </lyxtabular>
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Standard
11810 Por ejemplo, para crear el cuadro
11811 \begin_inset space ~
11812 \end_inset
11813
11814
11815 \begin_inset CommandInset ref
11816 LatexCommand ref
11817 reference "tab:Cuadro-con-centrado"
11818
11819 \end_inset
11820
11821 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11822  clic derecho.
11823  En el diálogo marca 
11824 \emph on
11825 multicolumna
11826 \emph default
11827
11828 \emph on
11829 alineación centro
11830 \emph default
11831  y una anchura de 2.5
11832 \begin_inset space \thinspace{}
11833 \end_inset
11834
11835 cm.
11836  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11837  de la celda multicolumna, así que deberías ajustar 1.25
11838 \begin_inset space \thinspace{}
11839 \end_inset
11840
11841 cm para la primera columna.
11842  La segunda columna tendrá entonces automáticamente 1.25
11843 \begin_inset space \thinspace{}
11844 \end_inset
11845
11846 cm de anchura.
11847  Para el cuadro
11848 \begin_inset space ~
11849 \end_inset
11850
11851
11852 \begin_inset CommandInset ref
11853 LatexCommand ref
11854 reference "tab:Cuadro-sin-mitad"
11855
11856 \end_inset
11857
11858  se ha procedido de la siguiente manera:
11859 \end_layout
11860
11861 \begin_layout Standard
11862 \begin_inset Float table
11863 wide false
11864 sideways false
11865 status open
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Caption
11869
11870 \begin_layout Plain Layout
11871 \begin_inset CommandInset label
11872 LatexCommand label
11873 name "tab:Cuadro-sin-mitad"
11874
11875 \end_inset
11876
11877 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11878  de anchura que la celda multicolumna
11879 \begin_inset Argument
11880 status open
11881
11882 \begin_layout Plain Layout
11883 Cuadro multicolumna imperfecta
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Plain Layout
11897 \align center
11898 \begin_inset Tabular
11899 <lyxtabular version="3" rows="3" columns="3">
11900 <features tabularvalignment="middle">
11901 <column alignment="center" valignment="top" width="1.25cm">
11902 <column alignment="center" valignment="top" width="0">
11903 <column alignment="center" valignment="top" width="0">
11904 <row>
11905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 multicolumna línea múltiple
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 c
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 </row>
11933 <row>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 d
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 e
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 f
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 </row>
11962 <row>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 g
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 h
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 i
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 </lyxtabular>
11992
11993 \end_inset
11994
11995
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \begin_layout Standard
12004 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12005 a, es un poco mayor.
12006  La razón es que la anchura dada para una celda 
12007 \begin_inset Formula $W_{g}$
12008 \end_inset
12009
12010  no es su anchura total 
12011 \begin_inset Formula $W_{\mathrm{tot}}$
12012 \end_inset
12013
12014  porque una celda es siempre algo mayor que la anchura dada.
12015  El apéndice
12016 \begin_inset space ~
12017 \end_inset
12018
12019
12020 \begin_inset CommandInset ref
12021 LatexCommand eqref
12022 reference "cap:Explicación-de-la-Ecuación"
12023
12024 \end_inset
12025
12026  lo explica con detalle.
12027 \end_layout
12028
12029 \begin_layout Standard
12030 La anchura dada 
12031 \begin_inset Formula $W_{g\, n}$
12032 \end_inset
12033
12034  necesaria para combinar 
12035 \emph on
12036 n
12037 \emph default
12038  columnas puede calcularse de manera que cada columna tenga una anchura
12039  total de 
12040 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12041 \end_inset
12042
12043 :
12044 \begin_inset Formula 
12045 \begin{equation}
12046 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12047 \end{equation}
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 En nuestro caso tenemos 
12056 \begin_inset Formula $n=2$
12057 \end_inset
12058
12059
12060 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12061 \end_inset
12062
12063
12064 \begin_inset space \thinspace{}
12065 \end_inset
12066
12067 cm y los valores predeterminados para longitudes, así la ecuación
12068 \begin_inset space ~
12069 \end_inset
12070
12071
12072 \begin_inset CommandInset ref
12073 LatexCommand ref
12074 reference "eq:Wgn"
12075
12076 \end_inset
12077
12078  queda
12079 \begin_inset Formula 
12080 \begin{equation}
12081 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12082 \end{equation}
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \begin_layout Standard
12090 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12091  
12092 \series bold
12093 calc
12094 \series default
12095  con la línea
12096 \begin_inset Index idx
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100 LaTeX-paquetes ! calc
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \begin_layout Standard
12109
12110 \series bold
12111
12112 \backslash
12113 usepackage{calc}
12114 \end_layout
12115
12116 \begin_layout Standard
12117 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12118  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12119  He aquí un repaso de los argumentos:
12120 \end_layout
12121
12122 \begin_layout Itemize
12123
12124 \series bold
12125 p{ancho}
12126 \series default
12127  crea celdas con anchura fija, el texto alineado arriba
12128 \end_layout
12129
12130 \begin_layout Itemize
12131
12132 \series bold
12133 m{ancho}
12134 \series default
12135  crea celdas con anchura fija, el texto con alineación vertical centrada
12136  
12137 \end_layout
12138
12139 \begin_layout Itemize
12140
12141 \series bold
12142 b{ancho}
12143 \series default
12144  crea celdas con anchura fija, el texto alineado abajo
12145 \end_layout
12146
12147 \begin_layout Standard
12148 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12149  en el diálogo se ignoran.
12150 \end_layout
12151
12152 \begin_layout Standard
12153 \begin_inset Note Greyedout
12154 status open
12155
12156 \begin_layout Plain Layout
12157
12158 \series bold
12159 Nota:
12160 \series default
12161  Debido a un error, LyX muestra de todas formas estas propiedades.
12162 \end_layout
12163
12164 \end_inset
12165
12166  
12167 \end_layout
12168
12169 \begin_layout Standard
12170 El comando 
12171 \series bold
12172
12173 \backslash
12174 centering
12175 \series default
12176  centra horizontalmente el texto.
12177  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12178  columna extendida:
12179 \end_layout
12180
12181 \begin_layout Standard
12182
12183 \series bold
12184 >{
12185 \backslash
12186 centering}m{1.25cm-6.2pt}
12187 \end_layout
12188
12189 \begin_layout Standard
12190 El comando 
12191 \series bold
12192 >{ }
12193 \series default
12194  significa que los comandos entre llaves se aplican antes de crear la celda.
12195 \end_layout
12196
12197 \begin_layout Standard
12198 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12199 , aún está alineado a la izquierda.
12200  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12201  Así que para multicolumnas hemos de usar el argumento de LaTeX
12202 \end_layout
12203
12204 \begin_layout Standard
12205
12206 \series bold
12207 >{
12208 \backslash
12209 centering}m{2.5cm}
12210 \end_layout
12211
12212 \begin_layout Subsection
12213 Multifilas
12214 \begin_inset CommandInset label
12215 LatexCommand label
12216 name "sub:Multifilas"
12217
12218 \end_inset
12219
12220
12221 \begin_inset Index idx
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 Multifilas
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \begin_inset Index idx
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235 Cuadros ! Multifilas
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \begin_layout Standard
12244 Para extender una celda sobre varias filas, se marcan las celdas que se
12245  desee combinar y se usa el botón 
12246 \begin_inset Graphics
12247         filename ../../images/tabular-feature_multirow.png
12248         scale 85
12249         scaleBeforeRotation
12250
12251 \end_inset
12252
12253 , el menú 
12254 \family sans
12255 Editar\SpecialChar \menuseparator
12256 Cuadro\SpecialChar \menuseparator
12257 Multifila
12258 \family default
12259 , o haz clic derecho sobre las celdas marcadas y elige 
12260 \family sans
12261 Multifila 
12262 \family default
12263 en el menú contextual.
12264 \end_layout
12265
12266 \begin_layout Standard
12267 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12268 \end_layout
12269
12270 \begin_layout Standard
12271 \align center
12272 \begin_inset Tabular
12273 <lyxtabular version="3" rows="3" columns="3">
12274 <features tabularvalignment="middle">
12275 <column alignment="center" valignment="top" width="0pt">
12276 <column alignment="center" valignment="top" width="0">
12277 <column alignment="center" valignment="top" width="0">
12278 <row>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 entrada en una celda larga
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 b
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 c
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 </row>
12307 <row>
12308 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 multifila
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 e
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Plain Layout
12330 f
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 </row>
12336 <row>
12337 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 h
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 i
12360 \end_layout
12361
12362 \end_inset
12363 </cell>
12364 </row>
12365 </lyxtabular>
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373 La anchura de las celdas multifila se establece poniendo la anchura y la
12374  alineación para toda la columna.
12375  El 
12376 \family sans
12377 Desplazamiento vertical
12378 \family default
12379  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12380 gativo.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Si la columna de una celda multifila no tiene anchura explícita, la celda
12385  multifila hereda el alineamiento de la columna.
12386  Por otra parte, se alinea a la izquierda por omisión.
12387  Para cambiar esto renombra el comando 
12388 \series bold
12389
12390 \backslash
12391 multirowsetup
12392 \series default
12393  con el comando
12394 \end_layout
12395
12396 \begin_layout Standard
12397
12398 \series bold
12399
12400 \backslash
12401 renewcommand{
12402 \backslash
12403 multirowsetup}{
12404 \backslash
12405 centering}
12406 \end_layout
12407
12408 \begin_layout Standard
12409 en el preámbulo del documento.
12410  Entonces se centran todas las entradas de celdas multifila en el documento.
12411  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12412  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12413  Si el texto debe estar alineado a la derecha, reemplaza 
12414 \series bold
12415
12416 \backslash
12417 centering
12418 \series default
12419  por 
12420 \series bold
12421
12422 \backslash
12423 raggedleft
12424 \series default
12425 .
12426  Para volver a alineado a la izquierda usa 
12427 \series bold
12428
12429 \backslash
12430 raggedright
12431 \series default
12432 .
12433 \end_layout
12434
12435 \begin_layout Standard
12436 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12437  que tiene un desplazamiento vertical de -4
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 mm y está en una columna de 3
12442 \begin_inset space \thinspace{}
12443 \end_inset
12444
12445 cm de ancho:
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \noindent
12450 \align center
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456
12457 \backslash
12458 renewcommand{
12459 \backslash
12460 multirowsetup}{
12461 \backslash
12462 raggedleft}
12463 \end_layout
12464
12465 \end_inset
12466
12467
12468 \begin_inset Tabular
12469 <lyxtabular version="3" rows="4" columns="3">
12470 <features tabularvalignment="middle">
12471 <column alignment="center" valignment="top" width="3cm">
12472 <column alignment="center" valignment="top" width="0">
12473 <column alignment="center" valignment="top" width="0">
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 entrada en una celda larga
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 b
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 c
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 </row>
12503 <row>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 t
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 n
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 m
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 </row>
12532 <row>
12533 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 multifila
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 e
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 f
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 </row>
12561 <row>
12562 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 h
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 i
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 </row>
12590 </lyxtabular>
12591
12592 \end_inset
12593
12594
12595 \begin_inset ERT
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599
12600
12601 \backslash
12602 renewcommand{
12603 \backslash
12604 multirowsetup}{
12605 \backslash
12606 raggedright}
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \begin_layout Standard
12615
12616 \lang english
12617 To start a new line in a multirow you can use a forced line break (shortcut
12618  
12619 \begin_inset Info
12620 type  "shortcut"
12621 arg   "newline-insert newline"
12622 \end_inset
12623
12624 ) but this will not respect the cell lines as demonstrated in this table:
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \noindent
12629 \align center
12630
12631 \lang english
12632 \begin_inset Tabular
12633 <lyxtabular version="3" rows="3" columns="2">
12634 <features tabularvalignment="middle">
12635 <column alignment="left" valignment="middle" width="2cm">
12636 <column alignment="center" valignment="top" width="0">
12637 <row>
12638 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642
12643 \lang english
12644 aaa
12645 \begin_inset Newline newline
12646 \end_inset
12647
12648 aaa
12649 \begin_inset Newline newline
12650 \end_inset
12651
12652 wrong cell
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661
12662 \lang english
12663 ccc
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 </row>
12669 <row>
12670 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683
12684 \lang english
12685 ddd
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696
12697 \lang english
12698 bbb
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707
12708 \lang english
12709 eee
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 </lyxtabular>
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \lang english
12725 Therefore be careful with forced line breaks.
12726 \end_layout
12727
12728 \begin_layout Section
12729 Cuadros formales
12730 \begin_inset CommandInset label
12731 LatexCommand label
12732 name "sec:Cuadros-Formales"
12733
12734 \end_inset
12735
12736
12737 \begin_inset Index idx
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741 Cuadros ! Formales
12742 \end_layout
12743
12744 \end_inset
12745
12746  
12747 \end_layout
12748
12749 \begin_layout Standard
12750 En los libros, los cuadros se suelen presentar en un formato como el del
12751  cuadro 
12752 \begin_inset space ~
12753 \end_inset
12754
12755
12756 \begin_inset CommandInset ref
12757 LatexCommand ref
12758 reference "tab:Ejemplo-cuadro-formal"
12759
12760 \end_inset
12761
12762 .
12763  Se denominan cuadros 
12764 \emph on
12765 formales
12766 \emph default
12767 .
12768  Para hacer cuadros con este diseño, elige 
12769 \family sans
12770 Estilo
12771 \family default
12772
12773 \begin_inset space ~
12774 \end_inset
12775
12776
12777 \family sans
12778 Formal
12779 \family default
12780  en la solapa 
12781 \family sans
12782 Bordes
12783 \family default
12784  del diálogo de cuadros.
12785 \end_layout
12786
12787 \begin_layout Standard
12788 \begin_inset Float table
12789 placement h
12790 wide false
12791 sideways false
12792 status open
12793
12794 \begin_layout Plain Layout
12795 \begin_inset Caption
12796
12797 \begin_layout Plain Layout
12798 \begin_inset CommandInset label
12799 LatexCommand label
12800 name "tab:Ejemplo-cuadro-formal"
12801
12802 \end_inset
12803
12804 Ejemplo de cuadro formal
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \begin_layout Plain Layout
12813 \align center
12814 \begin_inset Tabular
12815 <lyxtabular version="3" rows="8" columns="4">
12816 <features booktabs="true" tabularvalignment="middle">
12817 <column alignment="center" valignment="top" width="0">
12818 <column alignment="center" valignment="top" width="0">
12819 <column alignment="center" valignment="top" width="0">
12820 <column alignment="center" valignment="top" width="0">
12821 <row>
12822 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 System
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 Chip
12836 \begin_inset space \thinspace{}
12837 \end_inset
12838
12839 1
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 Chip
12849 \begin_inset space \thinspace{}
12850 \end_inset
12851
12852 2
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 </row>
12867 <row>
12868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 \begin_inset ERT
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876
12877
12878 \backslash
12879 cmidrule(r){2-2}
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \begin_inset ERT
12886 status collapsed
12887
12888 \begin_layout Plain Layout
12889
12890
12891 \backslash
12892 cmidrule(l){3-4}
12893 \end_layout
12894
12895 \end_inset
12896
12897 Detector thickness in µm
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 300
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 300
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 700
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row>
12931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 Edge angle in °
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 3.55
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 2.71
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 7.99
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 </row>
12968 <row topspace="default">
12969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 Spatial resolution in µm
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 4.26
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 10.17
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 10.56
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 </row>
13006 <row topspace="default">
13007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 MTF at 
13012 \begin_inset Formula $f_{\mathrm{max}}$
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 0.53
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 0.37
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 0.39
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 </row>
13048 <row topspace="default">
13049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 cmidrule(l{10pt}){1-1}
13061 \end_layout
13062
13063 \end_inset
13064
13065 LSF-spatial resolution
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell alignment="center" valignment="top" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 </row>
13098 <row>
13099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 in µm
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 129.7
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 <cell alignment="center" valignment="top" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 52.75
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 50.78
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 </row>
13136 <row>
13137 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 in % of pixel size
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 76.3
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 95.9
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 92.3
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 </row>
13174 </lyxtabular>
13175
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \end_layout
13185
13186 \begin_layout Standard
13187 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
13188  correspondientes que se encuentran en la solapa 
13189 \family sans
13190 Bordes 
13191 \family default
13192 del diálogo
13193 \family sans
13194  Configuración
13195 \begin_inset space ~
13196 \end_inset
13197
13198 del
13199 \begin_inset space ~
13200 \end_inset
13201
13202 cuadro
13203 \family default
13204 , como se explica en la sección
13205 \begin_inset space ~
13206 \end_inset
13207
13208
13209 \begin_inset CommandInset ref
13210 LatexCommand ref
13211 reference "sub:Espacio-adicional"
13212
13213 \end_inset
13214
13215 .
13216 \end_layout
13217
13218 \begin_layout Standard
13219 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
13220  verticales.
13221  Las líneas horizontales se pueden poner o no como en los cuadros normales,
13222  pero en la salida se mostrarán con distinto grosor:
13223 \begin_inset Newline newline
13224 \end_inset
13225
13226 Las líneas primera y última tienen un grosor predeterminado de 0.08
13227 \begin_inset space \thinspace{}
13228 \end_inset
13229
13230 em, las demás tienen un grosor predeterminado de 0.05
13231 \begin_inset space \thinspace{}
13232 \end_inset
13233
13234 em.
13235 \end_layout
13236
13237 \begin_layout Standard
13238 Estos valores predeterminados se pueden cambiar
13239 \series bold
13240  
13241 \series default
13242 con las líneas de preámbulo:
13243 \end_layout
13244
13245 \begin_layout Standard
13246
13247 \series bold
13248
13249 \backslash
13250 let
13251 \backslash
13252 mytoprule
13253 \backslash
13254 toprule
13255 \begin_inset Newline newline
13256 \end_inset
13257
13258
13259 \backslash
13260 renewcommand{
13261 \backslash
13262 toprule}{
13263 \backslash
13264 mytoprule[grosor]}
13265 \end_layout
13266
13267 \begin_layout Standard
13268 Este ejemplo es para la primera línea, la denominada 
13269 \series bold
13270 toprule
13271 \series default
13272 .
13273  Si quieres cambiar el grosor de la última línea, reemplaza 
13274 \series bold
13275 toprule
13276 \series default
13277  por 
13278 \series bold
13279 bottomrule
13280 \series default
13281 .
13282  Y para cambiar el grosor de las demás líneas cambia 
13283 \series bold
13284 toprule
13285 \series default
13286  por 
13287 \series bold
13288 midrule
13289 \series default
13290 .
13291  Puedes usar cualquiera de las unidades listadas en el apéndice
13292 \begin_inset space ~
13293 \end_inset
13294
13295
13296 \begin_inset CommandInset ref
13297 LatexCommand ref
13298 reference "cap:Unidades-disponibles-en"
13299
13300 \end_inset
13301
13302  para establecer el grosor.
13303 \end_layout
13304
13305 \begin_layout Standard
13306 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
13307  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13308  LyX empleará internamente el comando 
13309 \series bold
13310
13311 \backslash
13312 cmidrule
13313 \series default
13314  para dibujar la línea.
13315  El esquema completo es
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321
13322 \backslash
13323 cmidrule[grosor](recorte){inicol-fincol}
13324 \end_layout
13325
13326 \begin_layout Standard
13327 Por el momento, LyX no soporta las opciones de 
13328 \series bold
13329
13330 \backslash
13331 cmidrule
13332 \series default
13333 , así que para usarlas hay que emplear código TeX.
13334  Las líneas 
13335 \series bold
13336
13337 \backslash
13338 cmidrule
13339 \series default
13340  se pueden insertar manualmente con el comando en código TeX como primera
13341  entrada de la primera celda de una fila.
13342  En la salida se dibujará la línea sobre dicha fila.
13343 \end_layout
13344
13345 \begin_layout Standard
13346 El grosor predeterminado es 0.03
13347 \begin_inset space \thinspace{}
13348 \end_inset
13349
13350 em.
13351  
13352 \series bold
13353 inicol
13354 \series default
13355  es el número de la columna en la que comienza la línea y 
13356 \series bold
13357 fincol
13358 \series default
13359  es el número de la columna en la que acaba la línea.
13360  El valor 
13361 \series bold
13362 fincol
13363 \series default
13364  debe especificarse siempre, aunque la línea se extienda sobre una sola
13365  columna.
13366  El parámetro opcional 
13367 \series bold
13368 recorte
13369 \series default
13370  debe ser 
13371 \emph on
13372 l{recorte}
13373 \emph default
13374  o 
13375 \emph on
13376 r{recorte}
13377 \emph default
13378 , donde 
13379 \emph on
13380 recorte
13381 \emph default
13382  también es opcional.
13383  Por ejemplo, el parámetro 
13384 \emph on
13385 l{2pt}
13386 \emph default
13387  significa que la línea se recorta 2
13388 \begin_inset space \thinspace{}
13389 \end_inset
13390
13391 pt por su izquierda.
13392  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
13393 \begin_inset space \thinspace{}
13394 \end_inset
13395
13396 em.
13397
13398 \series bold
13399  
13400 \end_layout
13401
13402 \begin_layout Standard
13403 \begin_inset VSpace bigskip
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \begin_layout Standard
13410 El cuadro
13411 \begin_inset space ~
13412 \end_inset
13413
13414
13415 \begin_inset CommandInset ref
13416 LatexCommand ref
13417 reference "tab:Ejemplo-cuadro-formal"
13418
13419 \end_inset
13420
13421  se ha creado con los comandos
13422 \end_layout
13423
13424 \begin_layout Standard
13425
13426 \series bold
13427
13428 \backslash
13429 cmidrule(r){2-2}
13430 \backslash
13431 cmidrule(l){3-4}
13432 \end_layout
13433
13434 \begin_layout Standard
13435 en la segunda fila, 
13436 \series bold
13437
13438 \backslash
13439 midrule
13440 \series default
13441  en la tercera, y
13442 \end_layout
13443
13444 \begin_layout Standard
13445
13446 \series bold
13447
13448 \backslash
13449 cmidrule(l{10pt}){1-1}
13450 \end_layout
13451
13452 \begin_layout Standard
13453 en la sexta fila.
13454 \end_layout
13455
13456 \begin_layout Standard
13457 \begin_inset VSpace bigskip
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \begin_layout Standard
13464 Quizá quieras superponer líneas 
13465 \series bold
13466
13467 \backslash
13468 cmidrules
13469 \series default
13470  como enl cuadro
13471 \begin_inset space ~
13472 \end_inset
13473
13474
13475 \begin_inset CommandInset ref
13476 LatexCommand ref
13477 reference "tab:Cuadro-formal-especial"
13478
13479 \end_inset
13480
13481 .
13482  Esto se consigue con el comando en código TeX
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488
13489 \backslash
13490 morecmidrules
13491 \end_layout
13492
13493 \begin_layout Standard
13494 El comando que se ha utilizado para la segunda fila del cuadro
13495 \begin_inset space ~
13496 \end_inset
13497
13498
13499 \begin_inset CommandInset ref
13500 LatexCommand ref
13501 reference "tab:Cuadro-formal-especial"
13502
13503 \end_inset
13504
13505  es
13506 \end_layout
13507
13508 \begin_layout Standard
13509
13510 \series bold
13511
13512 \backslash
13513 cmidrule(r){2-2}
13514 \backslash
13515 cmidrule(l){3-4}
13516 \backslash
13517 morecmidrules
13518 \backslash
13519 cmidrule{2-4}
13520 \end_layout
13521
13522 \begin_layout Standard
13523 El comando para la sexta fila es
13524 \end_layout
13525
13526 \begin_layout Standard
13527
13528 \series bold
13529
13530 \backslash
13531 midrule
13532 \backslash
13533 morecmidrules
13534 \backslash
13535 cmidrule{3-4}
13536 \series default
13537
13538 \begin_inset VSpace bigskip
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13546  el siguiente comando para dibujar líneas que se extienden sobre todas las
13547  columnas
13548 \end_layout
13549
13550 \begin_layout Standard
13551
13552 \series bold
13553
13554 \backslash
13555 specialrule{anchura}{espacio superior}{espacio inferior}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 Para más información sobre estas características especiales, acude al manual
13560  del paquete LaTeX 
13561 \series bold
13562 booktabs
13563 \series default
13564
13565 \begin_inset CommandInset citation
13566 LatexCommand cite
13567 key "booktabs"
13568
13569 \end_inset
13570
13571 .
13572 \begin_inset Index idx
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576 LaTeX-paquetes ! booktabs
13577 \end_layout
13578
13579 \end_inset
13580
13581  
13582 \begin_inset VSpace bigskip
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \begin_layout Standard
13589 \begin_inset Float table
13590 placement h
13591 wide false
13592 sideways false
13593 status open
13594
13595 \begin_layout Plain Layout
13596 \begin_inset Caption
13597
13598 \begin_layout Plain Layout
13599 \begin_inset CommandInset label
13600 LatexCommand label
13601 name "tab:Cuadro-formal-especial"
13602
13603 \end_inset
13604
13605 Cuadro formal especial
13606 \end_layout
13607
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \begin_layout Plain Layout
13614 \align center
13615 \begin_inset Tabular
13616 <lyxtabular version="3" rows="8" columns="4">
13617 <features booktabs="true" tabularvalignment="middle">
13618 <column alignment="center" valignment="top" width="0">
13619 <column alignment="center" valignment="top" width="0">
13620 <column alignment="center" valignment="top" width="0">
13621 <column alignment="center" valignment="top" width="0">
13622 <row>
13623 <cell alignment="center" valignment="top" topline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 System
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 Chip
13637 \begin_inset space \thinspace{}
13638 \end_inset
13639
13640 1
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 Chip
13650 \begin_inset space \thinspace{}
13651 \end_inset
13652
13653 2
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 </row>
13668 <row>
13669 <cell alignment="center" valignment="top" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 \begin_inset ERT
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677
13678
13679 \backslash
13680 cmidrule(r){2-2}
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \begin_inset ERT
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690
13691
13692 \backslash
13693 cmidrule(l){3-4}
13694 \end_layout
13695
13696 \end_inset
13697
13698
13699 \begin_inset ERT
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703
13704
13705 \backslash
13706 morecmidrules 
13707 \end_layout
13708
13709 \end_inset
13710
13711
13712 \begin_inset ERT
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717
13718 \backslash
13719 cmidrule{2-4}
13720 \end_layout
13721
13722 \end_inset
13723
13724 Detector thickness in µm
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 300
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 300
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 700
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 </row>
13757 <row>
13758 <cell alignment="center" valignment="top" topline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Edge angle in °
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell alignment="center" valignment="top" topline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 3.55
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 2.71
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 7.99
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row topspace="default">
13796 <cell alignment="center" valignment="top" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Spatial resolution in µm
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 4.26
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 <cell alignment="center" valignment="top" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 10.17
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 10.56
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row topspace="default">
13834 <cell alignment="center" valignment="top" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 MTF at 
13839 \begin_inset Formula $f_{\mathrm{max}}$
13840 \end_inset
13841
13842
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 0.53
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 0.37
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 0.39
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885
13886 \backslash
13887 morecmidrules 
13888 \end_layout
13889
13890 \end_inset
13891
13892
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898
13899 \backslash
13900 cmidrule{3-4}
13901 \end_layout
13902
13903 \end_inset
13904
13905 LSF-spatial resolution
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 </row>
13938 <row>
13939 <cell alignment="center" valignment="top" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 in µm
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 129.7
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 52.75
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 50.78
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 in % of pixel size
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 76.3
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 95.9
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 92.3
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 </lyxtabular>
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \begin_layout Section
14027 Alineación vertical de cuadros
14028 \begin_inset Index idx
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032 Cuadros ! Alineación vertical
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \begin_layout Standard
14041 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
14042  estar en un marco.
14043  Después el marco se puede alinear verticalmente como se describe en la
14044  sección
14045 \begin_inset space ~
14046 \end_inset
14047
14048
14049 \begin_inset CommandInset ref
14050 LatexCommand ref
14051 reference "sec:Diálogo-Marcos"
14052
14053 \end_inset
14054
14055 .
14056  
14057 \end_layout
14058
14059 \begin_layout Standard
14060 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
14061 \begin_inset Foot
14062 status open
14063
14064 \begin_layout Plain Layout
14065 Las minipáginas se describen en la sección
14066 \begin_inset space ~
14067 \end_inset
14068
14069
14070 \begin_inset CommandInset ref
14071 LatexCommand ref
14072 reference "sec:Minipáginas"
14073
14074 \end_inset
14075
14076 .
14077 \end_layout
14078
14079 \end_inset
14080
14081  que tiene una anchura del 15
14082 \begin_inset space \thinspace{}
14083 \end_inset
14084
14085 % de columna:
14086 \end_layout
14087
14088 \begin_layout Itemize
14089 test 
14090 \begin_inset Box Frameless
14091 position "t"
14092 hor_pos "c"
14093 has_inner_box 1
14094 inner_pos "c"
14095 use_parbox 0
14096 use_makebox 0
14097 width "15col%"
14098 special "none"
14099 height "1in"
14100 height_special "totalheight"
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 \begin_inset Tabular
14105 <lyxtabular version="3" rows="3" columns="3">
14106 <features tabularvalignment="middle">
14107 <column alignment="center" valignment="top" width="0">
14108 <column alignment="center" valignment="top" width="0">
14109 <column alignment="center" valignment="top" width="0">
14110 <row>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 a
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 d
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 g
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 </row>
14139 <row>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 b
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 e
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 h
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 </row>
14168 <row>
14169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 c
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 f
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 i
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 </row>
14197 </lyxtabular>
14198
14199 \end_inset
14200
14201
14202 \end_layout
14203
14204 \end_inset
14205
14206  test 
14207 \begin_inset ERT
14208 status collapsed
14209
14210 \begin_layout Plain Layout
14211
14212
14213 \backslash
14214 raisebox{0.85
14215 \backslash
14216 baselineskip}{
14217 \end_layout
14218
14219 \end_inset
14220
14221
14222 \begin_inset Box Frameless
14223 position "t"
14224 hor_pos "c"
14225 has_inner_box 1
14226 inner_pos "c"
14227 use_parbox 0
14228 use_makebox 0
14229 width "15col%"
14230 special "none"
14231 height "1in"
14232 height_special "totalheight"
14233 status collapsed
14234
14235 \begin_layout Plain Layout
14236 \begin_inset Tabular
14237 <lyxtabular version="3" rows="3" columns="3">
14238 <features tabularvalignment="middle">
14239 <column alignment="center" valignment="top" width="0">
14240 <column alignment="center" valignment="top" width="0">
14241 <column alignment="center" valignment="top" width="0">
14242 <row>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 a
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 d
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 g
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 </row>
14271 <row>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 b
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 e
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 h
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 <row>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 c
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 f
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 i
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 </lyxtabular>
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344 }
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Itemize
14353 test 
14354 \begin_inset Box Frameless
14355 position "c"
14356 hor_pos "c"
14357 has_inner_box 1
14358 inner_pos "c"
14359 use_parbox 0
14360 use_makebox 0
14361 width "15col%"
14362 special "none"
14363 height "1in"
14364 height_special "totalheight"
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368 \begin_inset Tabular
14369 <lyxtabular version="3" rows="3" columns="3">
14370 <features tabularvalignment="middle">
14371 <column alignment="center" valignment="top" width="0">
14372 <column alignment="center" valignment="top" width="0">
14373 <column alignment="center" valignment="top" width="0">
14374 <row>
14375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 a
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 d
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 g
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 </row>
14403 <row>
14404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 b
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 e
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 h
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 <row>
14433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 c
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 f
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 i
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 </row>
14461 </lyxtabular>
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \begin_layout Itemize
14474 test 
14475 \begin_inset Box Frameless
14476 position "b"
14477 hor_pos "c"
14478 has_inner_box 1
14479 inner_pos "c"
14480 use_parbox 0
14481 use_makebox 0
14482 width "15col%"
14483 special "none"
14484 height "1in"
14485 height_special "totalheight"
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489 \begin_inset Tabular
14490 <lyxtabular version="3" rows="3" columns="3">
14491 <features tabularvalignment="middle">
14492 <column alignment="center" valignment="top" width="0">
14493 <column alignment="center" valignment="top" width="0">
14494 <column alignment="center" valignment="top" width="0">
14495 <row>
14496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 a
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 d
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 g
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 <row>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 b
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 e
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 h
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 <row>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 c
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567 f
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 i
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 </lyxtabular>
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \end_inset
14590
14591  test 
14592 \begin_inset ERT
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596
14597
14598 \backslash
14599 raisebox{-0.32
14600 \backslash
14601 baselineskip}{
14602 \end_layout
14603
14604 \end_inset
14605
14606
14607 \begin_inset Box Frameless
14608 position "b"
14609 hor_pos "c"
14610 has_inner_box 1
14611 inner_pos "c"
14612 use_parbox 0
14613 use_makebox 0
14614 width "15col%"
14615 special "none"
14616 height "1in"
14617 height_special "totalheight"
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621 \begin_inset Tabular
14622 <lyxtabular version="3" rows="3" columns="3">
14623 <features tabularvalignment="middle">
14624 <column alignment="center" valignment="top" width="0">
14625 <column alignment="center" valignment="top" width="0">
14626 <column alignment="center" valignment="top" width="0">
14627 <row>
14628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 a
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 d
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 g
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 </row>
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 b
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 e
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 h
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 </row>
14685 <row>
14686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690 c
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 f
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 i
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 </row>
14714 </lyxtabular>
14715
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \end_inset
14722
14723
14724 \begin_inset ERT
14725 status collapsed
14726
14727 \begin_layout Plain Layout
14728
14729 }
14730 \end_layout
14731
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \begin_layout Standard
14738 Como ves, los contenidos de la primera y última filas no se alinean correctament
14739 e con la línea de texto donde está el cuadro.
14740  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14741  un cuadro elevado («raisebox»
14742 \begin_inset Foot
14743 status collapsed
14744
14745 \begin_layout Plain Layout
14746 El uso del comando 
14747 \series bold
14748
14749 \backslash
14750 raisebox
14751 \series default
14752  se explica en la sección
14753 \begin_inset space ~
14754 \end_inset
14755
14756
14757 \begin_inset CommandInset ref
14758 LatexCommand ref
14759 reference "sub:Alineación-Vertical"
14760
14761 \end_inset
14762
14763 .
14764 \end_layout
14765
14766 \end_inset
14767
14768 ).
14769  En el ejemplo anterior, el segundo marco del primer ítem está alineado
14770  usando el comando en código TeX
14771 \end_layout
14772
14773 \begin_layout Standard
14774
14775 \series bold
14776
14777 \backslash
14778 raisebox{0.85
14779 \backslash
14780 baselineskip}{
14781 \end_layout
14782
14783 \begin_layout Standard
14784 antes del marco.
14785  Tras él, se pone la llave de cierre 
14786 \series bold
14787 }
14788 \series default
14789  también en código TeX.
14790  Para el segundo marco en el tercer ítem se usa el comando 
14791 \end_layout
14792
14793 \begin_layout Standard
14794
14795 \series bold
14796
14797 \backslash
14798 raisebox{-0.32
14799 \backslash
14800 baselineskip}{
14801 \end_layout
14802
14803 \begin_layout Standard
14804 \begin_inset Note Greyedout
14805 status open
14806
14807 \begin_layout Plain Layout
14808
14809 \series bold
14810 Not
14811 \series default
14812 a: La alineación del contenido de la fila con la línea del texto adyacente
14813  no es exacta.
14814  El factor necesario del comando 
14815 \series bold
14816
14817 \backslash
14818 raisebox
14819 \series default
14820  para este alineamiento depende de la tipografía del documento, del tamaño
14821  de letra y del grosor de línea del cuadro.
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Section
14830 Cuadros coloreados
14831 \begin_inset CommandInset label
14832 LatexCommand label
14833 name "sec:Cuadros-Coloreados"
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \begin_layout Subsection
14841 Celdas coloreadas
14842 \begin_inset Index idx
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 Cuadros ! Color ! en celdas
14847 \end_layout
14848
14849 \end_inset
14850
14851
14852 \begin_inset Index idx
14853 status collapsed
14854
14855 \begin_layout Plain Layout
14856 Color ! en celdas de cuadros
14857 \end_layout
14858
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Standard
14865 \begin_inset Float table
14866 placement h
14867 wide false
14868 sideways false
14869 status open
14870
14871 \begin_layout Plain Layout
14872 \begin_inset Caption
14873
14874 \begin_layout Plain Layout
14875 \begin_inset CommandInset label
14876 LatexCommand label
14877 name "tab:Cuadro-coloreado-sin"
14878
14879 \end_inset
14880
14881 Cuadro coloreado sin usar el paquete 
14882 \series bold
14883 colortbl
14884 \series default
14885
14886 \begin_inset Argument
14887 status open
14888
14889 \begin_layout Plain Layout
14890 Cuadro sin colortbl
14891 \end_layout
14892
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \begin_layout Plain Layout
14904 \align center
14905 \begin_inset Tabular
14906 <lyxtabular version="3" rows="3" columns="3">
14907 <features tabularvalignment="middle">
14908 <column alignment="center" valignment="top" width="0">
14909 <column alignment="center" valignment="top" width="0">
14910 <column alignment="center" valignment="top" width="0">
14911 <row>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916
14917 \color green
14918 a
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \color red
14929 b
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938
14939 \color red
14940 c
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 <row>
14947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \color green
14953 d
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962
14963 \color blue
14964 e
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973
14974 \color blue
14975 f
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 </row>
14981 <row>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \color green
14988 g
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \color blue
14999 h
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008
15009 \color blue
15010 i
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 </lyxtabular>
15017
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \begin_layout Standard
15029 Si sólo necesitas color en el texto, marca las celdas y elige un color en
15030  el menú 
15031 \family sans
15032 Editar\SpecialChar \menuseparator
15033 Estilo
15034 \begin_inset space ~
15035 \end_inset
15036
15037 del
15038 \begin_inset space ~
15039 \end_inset
15040
15041 Texto
15042 \family default
15043 .
15044  Esto se ha hecho enl cuadro
15045 \begin_inset space ~
15046 \end_inset
15047
15048
15049 \begin_inset CommandInset ref
15050 LatexCommand ref
15051 reference "tab:Cuadro-coloreado-sin"
15052
15053 \end_inset
15054
15055 .
15056  En cualquier otro caso hay que usar el paquete LaTeX 
15057 \series bold
15058 colortbl
15059 \series default
15060 .
15061 \begin_inset Index idx
15062 status collapsed
15063
15064 \begin_layout Plain Layout
15065 LaTeX-paquetes ! colortbl
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \begin_layout Standard
15074 \begin_inset ERT
15075 status collapsed
15076
15077 \begin_layout Plain Layout
15078
15079
15080 \backslash
15081 ifcolortbl
15082 \end_layout
15083
15084 \end_inset
15085
15086
15087 \begin_inset Note Note
15088 status collapsed
15089
15090 \begin_layout Plain Layout
15091 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
15092  LaTeX 
15093 \series bold
15094 colortbl
15095 \series default
15096 .
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \begin_layout Standard
15105 Para crear cuadros coloreados, 
15106 \series bold
15107 colortbl
15108 \series default
15109  debe cargarse en el preámbulo con la línea
15110 \end_layout
15111
15112 \begin_layout Standard
15113
15114 \series bold
15115
15116 \backslash
15117 usepackage{colortbl}
15118 \end_layout
15119
15120 \begin_layout Standard
15121 El color de una columna se define con el comando
15122 \end_layout
15123
15124 \begin_layout Standard
15125
15126 \series bold
15127
15128 \backslash
15129 columncolor{nombre del color}
15130 \end_layout
15131
15132 \begin_layout Standard
15133 dentro del comando 
15134 \series bold
15135 >{ }
15136 \series default
15137 .
15138  Más sobre el comando 
15139 \series bold
15140 >{}
15141 \series default
15142  se explica en la sección
15143 \begin_inset space ~
15144 \end_inset
15145
15146
15147 \begin_inset CommandInset ref
15148 LatexCommand ref
15149 reference "sub:Cálculos-en-Multicolumnas"
15150
15151 \end_inset
15152
15153 .
15154 \end_layout
15155
15156 \begin_layout Standard
15157 Los siguientes nombres de color están predefinidos:
15158 \end_layout
15159
15160 \begin_layout Standard
15161
15162 \family sans
15163 red
15164 \family default
15165
15166 \family sans
15167 green
15168 \family default
15169
15170 \family sans
15171 yellow, blue
15172 \family default
15173
15174 \family sans
15175 cyan
15176 \family default
15177 \series bold
15178 ,
15179 \series default
15180  
15181 \family sans
15182 magenta, black
15183 \family default
15184
15185 \family sans
15186 white
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \begin_inset VSpace medskip
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \begin_layout Standard
15197 Puedes definir tus propios colores con el comando
15198 \end_layout
15199
15200 \begin_layout Standard
15201
15202 \series bold
15203
15204 \backslash
15205 definecolor{nombre del color}{modelo de color}{valores de color}
15206 \end_layout
15207
15208 \begin_layout Standard
15209 El modelo de color puede ser
15210 \end_layout
15211
15212 \begin_layout Labeling
15213 \labelwidthstring 00.00.0000
15214 cmyk: cyan, magenta, yellow, black
15215 \end_layout
15216
15217 \begin_layout Labeling
15218 \labelwidthstring 00.00.0000
15219 rgb: red, green, blue
15220 \end_layout
15221
15222 \begin_layout Labeling
15223 \labelwidthstring 00.00.0000
15224 gray: gray
15225 \end_layout
15226
15227 \begin_layout Standard
15228 y los valores de color son números separados por comas entre 0 y 1 que describen
15229  el factor para el color correspondiente del modelo de color.
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Por ejemplo, puedes definir el color
15234 \series bold
15235  
15236 \series default
15237 «
15238 \emph on
15239 verde oscuro
15240 \emph default
15241 » en el preámbulo con
15242 \end_layout
15243
15244 \begin_layout Standard
15245
15246 \series bold
15247
15248 \backslash
15249 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15250 \end_layout
15251
15252 \begin_layout Standard
15253 y el color «
15254 \emph on
15255 gris claro
15256 \emph default
15257 » con
15258 \end_layout
15259
15260 \begin_layout Standard
15261
15262 \series bold
15263
15264 \backslash
15265 definecolor{grisclaro}{gray}{0.8}
15266 \end_layout
15267
15268 \begin_layout Standard
15269 \begin_inset VSpace medskip
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Las líneas se colorean con el comando
15277 \end_layout
15278
15279 \begin_layout Standard
15280
15281 \series bold
15282
15283 \backslash
15284 rowcolor{nombre del color}
15285 \end_layout
15286
15287 \begin_layout Standard
15288 y las celdas se colorean con el comando
15289 \end_layout
15290
15291 \begin_layout Standard
15292
15293 \series bold
15294
15295 \backslash
15296 cellcolor{nombre del color}
15297 \end_layout
15298
15299 \begin_layout Standard
15300 Ambos comandos se insertan al principio de una celda en código TeX.
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
15305 \family sans
15306 Editar\SpecialChar \menuseparator
15307 Estilo
15308 \begin_inset space ~
15309 \end_inset
15310
15311 del
15312 \begin_inset space ~
15313 \end_inset
15314
15315 Texto
15316 \family default
15317 .
15318  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15319  TeX en color puede ocasionar errores de LaTeX.
15320 \end_layout
15321
15322 \begin_layout Standard
15323 \begin_inset Note Greyedout
15324 status open
15325
15326 \begin_layout Plain Layout
15327
15328 \series bold
15329 Nota:
15330 \series default
15331  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Standard
15340 \begin_inset VSpace bigskip
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Para crear el cuadro
15348 \begin_inset space ~
15349 \end_inset
15350
15351
15352 \begin_inset CommandInset ref
15353 LatexCommand ref
15354 reference "tab:Cuadro-coloreado-con"
15355
15356 \end_inset
15357
15358  haz lo siguiente: el color de la primera columna debe ser 
15359 \emph on
15360 verde oscuro
15361 \emph default
15362 , entonces inserta
15363 \end_layout
15364
15365 \begin_layout Standard
15366
15367 \series bold
15368 >{
15369 \backslash
15370 columncolor{verdeoscuro}
15371 \backslash
15372 centering}c
15373 \end_layout
15374
15375 \begin_layout Standard
15376 como argumento LaTeX para esta columna.
15377  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15378 \end_layout
15379
15380 \begin_layout Standard
15381
15382 \series bold
15383
15384 \backslash
15385 rowcolor{cyan}
15386 \end_layout
15387
15388 \begin_layout Standard
15389 en la primera celda de esta fila.
15390  Observa que esto sobreescribe el color de la columna para la primera celda.
15391  La última celda de la última fila se colorea magenta insertando el comando
15392  en código TeX
15393 \end_layout
15394
15395 \begin_layout Standard
15396
15397 \series bold
15398
15399 \backslash
15400 cellcolor{magenta}
15401 \end_layout
15402
15403 \begin_layout Standard
15404 Ahora podrían colorearse los caracteres usando el menú 
15405 \family sans
15406 Editar\SpecialChar \menuseparator
15407 Estilo
15408 \begin_inset space ~
15409 \end_inset
15410
15411 del
15412 \begin_inset space ~
15413 \end_inset
15414
15415 Texto
15416 \family default
15417 .
15418 \end_layout
15419
15420 \begin_layout Standard
15421 \begin_inset Float table
15422 placement h
15423 wide false
15424 sideways false
15425 status open
15426
15427 \begin_layout Plain Layout
15428 \begin_inset Caption
15429
15430 \begin_layout Plain Layout
15431 \begin_inset CommandInset label
15432 LatexCommand label
15433 name "tab:Cuadro-coloreado-con"
15434
15435 \end_inset
15436
15437 Cuadro coloreado con el paquete 
15438 \series bold
15439 colortbl
15440 \series default
15441
15442 \begin_inset Argument
15443 status open
15444
15445 \begin_layout Plain Layout
15446 Cuadro con 
15447 \series bold
15448 colortbl
15449 \end_layout
15450
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \begin_layout Plain Layout
15462 \align center
15463 \begin_inset Tabular
15464 <lyxtabular version="3" rows="3" columns="3">
15465 <features tabularvalignment="middle">
15466 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15467 <column alignment="center" valignment="top" width="0">
15468 <column alignment="center" valignment="top" width="0">
15469 <row>
15470 <cell alignment="center" valignment="top" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474 \begin_inset ERT
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478
15479
15480 \backslash
15481 rowcolor{cyan}
15482 \end_layout
15483
15484 \end_inset
15485
15486
15487 \color magenta
15488 a
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \color red
15499 b
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \color red
15510 c
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 </row>
15516 <row>
15517 <cell alignment="center" valignment="top" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \color yellow
15523 d
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \color blue
15534 e
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \color blue
15545 f
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row>
15552 <cell alignment="center" valignment="top" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \color yellow
15558 g
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567
15568 \color blue
15569 h
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 \begin_inset ERT
15579 status collapsed
15580
15581 \begin_layout Plain Layout
15582
15583
15584 \backslash
15585 cellcolor{magenta}
15586 \end_layout
15587
15588 \end_inset
15589
15590
15591 \color green
15592 i
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 </lyxtabular>
15599
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \end_inset
15606
15607
15608 \end_layout
15609
15610 \begin_layout Standard
15611 \begin_inset ERT
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615
15616
15617 \backslash
15618 else
15619 \end_layout
15620
15621 \end_inset
15622
15623
15624 \begin_inset Note Note
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15629  
15630 \series bold
15631 colortbl
15632 \series default
15633 .
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \begin_layout Standard
15642 Debes instalar el paquete LaTeX 
15643 \series bold
15644 colortbl
15645 \series default
15646  para ver la parte siguiente en la salida.
15647 \end_layout
15648
15649 \begin_layout Standard
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 fi
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \end_layout
15664
15665 \begin_layout Subsection
15666 Líneas coloreadas
15667 \begin_inset Index idx
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671 Cuadros ! Color ! en líneas
15672 \end_layout
15673
15674 \end_inset
15675
15676
15677 \begin_inset Index idx
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681 Color ! en bordes de cuadros
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 Como se describe en la sección
15691 \begin_inset space ~
15692 \end_inset
15693
15694
15695 \begin_inset CommandInset ref
15696 LatexCommand ref
15697 reference "sub:Grosor-de-Líneas"
15698
15699 \end_inset
15700
15701 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
15702  
15703 \series bold
15704
15705 \backslash
15706 arrayrulewidth
15707 \series default
15708 .
15709  Se ha puesto 1.5
15710 \begin_inset space \thinspace{}
15711 \end_inset
15712
15713 pt para todos los cuadros de esta sección.
15714 \begin_inset ERT
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718
15719
15720 \backslash
15721 setlength{
15722 \backslash
15723 arrayrulewidth}{1.5pt}
15724 \end_layout
15725
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \begin_layout Standard
15732 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15733  el preámbulo del documento el siguiente formato de columna, de acuerdo
15734  a lo descrito en la sección
15735 \begin_inset space ~
15736 \end_inset
15737
15738
15739 \begin_inset CommandInset ref
15740 LatexCommand ref
15741 reference "sub:Formato-Personalizado"
15742
15743 \end_inset
15744
15745 :
15746 \end_layout
15747
15748 \begin_layout Standard
15749
15750 \series bold
15751
15752 \backslash
15753 newcolumntype{W}{!{
15754 \backslash
15755 color{green}
15756 \backslash
15757 vline}}
15758 \end_layout
15759
15760 \begin_layout Standard
15761 Para el cuadro
15762 \begin_inset space ~
15763 \end_inset
15764
15765
15766 \begin_inset CommandInset ref
15767 LatexCommand ref
15768 reference "tab:Cuadro-con-verticales-coloreadas"
15769
15770 \end_inset
15771
15772  se usó el argumento LaTeX
15773 \series bold
15774  WcW
15775 \series default
15776  para la última columna y
15777 \series bold
15778  Wc
15779 \series default
15780  para las demás.
15781 \end_layout
15782
15783 \begin_layout Standard
15784 Si quieres tener varios colores, define más formatos de columna.
15785 \end_layout
15786
15787 \begin_layout Standard
15788 \begin_inset Float table
15789 placement h
15790 wide false
15791 sideways false
15792 status open
15793
15794 \begin_layout Plain Layout
15795 \begin_inset Caption
15796
15797 \begin_layout Plain Layout
15798 \begin_inset CommandInset label
15799 LatexCommand label
15800 name "tab:Cuadro-con-verticales-coloreadas"
15801
15802 \end_inset
15803
15804 Cuadro con líneas verticales coloreadas
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Plain Layout
15813 \align center
15814 \begin_inset Tabular
15815 <lyxtabular version="3" rows="3" columns="3">
15816 <features tabularvalignment="middle">
15817 <column alignment="center" valignment="top" width="0" special="Wc">
15818 <column alignment="center" valignment="top" width="0" special="Wc">
15819 <column alignment="center" valignment="top" width="0" special="WcW">
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 sd
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 <row>
15850 <cell alignment="center" valignment="top" topline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 sd
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 sd
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 </lyxtabular>
15908
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \begin_layout Standard
15920 \begin_inset VSpace bigskip
15921 \end_inset
15922
15923 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
15924 \begin_inset space ~
15925 \end_inset
15926
15927
15928 \begin_inset CommandInset ref
15929 LatexCommand ref
15930 reference "tab:Cuadro-con-horizontales-coloreadas"
15931
15932 \end_inset
15933
15934 , inserta estos comandos en código TeX antes del cuadro o del flotante:
15935 \end_layout
15936
15937 \begin_layout Standard
15938
15939 \series bold
15940
15941 \backslash
15942 let
15943 \backslash
15944 myHlineC
15945 \backslash
15946 hline
15947 \begin_inset Newline newline
15948 \end_inset
15949
15950
15951 \backslash
15952 renewcommand{
15953 \backslash
15954 hline}
15955 \begin_inset Newline newline
15956 \end_inset
15957
15958
15959 \begin_inset Phantom HPhantom
15960 status open
15961
15962 \begin_layout Plain Layout
15963
15964 \series bold
15965 \begin_inset space ~
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972
15973 {
15974 \backslash
15975 arrayrulecolor{red}
15976 \backslash
15977 myHlineC
15978 \backslash
15979 arrayrulecolor{black}}
15980 \end_layout
15981
15982 \begin_layout Standard
15983 \begin_inset ERT
15984 status collapsed
15985
15986 \begin_layout Plain Layout
15987
15988
15989 \backslash
15990 let
15991 \backslash
15992 myHlineC
15993 \backslash
15994 hline
15995 \end_layout
15996
15997 \begin_layout Plain Layout
15998
15999
16000 \backslash
16001 renewcommand{
16002 \backslash
16003 hline}
16004 \end_layout
16005
16006 \begin_layout Plain Layout
16007
16008  {
16009 \backslash
16010 arrayrulecolor{red}
16011 \backslash
16012 myHlineC
16013 \backslash
16014 arrayrulecolor{black}}
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \begin_inset Float table
16021 placement h
16022 wide false
16023 sideways false
16024 status open
16025
16026 \begin_layout Plain Layout
16027 \begin_inset Caption
16028
16029 \begin_layout Plain Layout
16030 \begin_inset CommandInset label
16031 LatexCommand label
16032 name "tab:Cuadro-con-horizontales-coloreadas"
16033
16034 \end_inset
16035
16036 Cuadro con líneas horizontales coloreadas
16037 \end_layout
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \begin_layout Plain Layout
16045 \align center
16046 \begin_inset Tabular
16047 <lyxtabular version="3" rows="3" columns="3">
16048 <features tabularvalignment="middle">
16049 <column alignment="center" valignment="top" width="0">
16050 <column alignment="center" valignment="top" width="0">
16051 <column alignment="center" valignment="top" width="0">
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 sd
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 <row>
16082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 sd
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 </row>
16110 <row>
16111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 sd
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 </row>
16139 </lyxtabular>
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \begin_layout Standard
16152 Para volver al color de línea negro predeterminado inserta este comando
16153  en código TeX detrás del cuadro o el flotante:
16154 \end_layout
16155
16156 \begin_layout Standard
16157
16158 \series bold
16159
16160 \backslash
16161 renewcommand{
16162 \backslash
16163 hline}{
16164 \backslash
16165 myHlineC}
16166 \end_layout
16167
16168 \begin_layout Standard
16169 El cuadro
16170 \begin_inset space ~
16171 \end_inset
16172
16173
16174 \begin_inset CommandInset ref
16175 LatexCommand ref
16176 reference "tab:Cuadro-con-líneas-coloreadas"
16177
16178 \end_inset
16179
16180  es un ejemplo con líneas verticales y horizontales coloreadas.
16181 \end_layout
16182
16183 \begin_layout Standard
16184 \begin_inset Float table
16185 placement h
16186 wide false
16187 sideways false
16188 status open
16189
16190 \begin_layout Plain Layout
16191 \begin_inset Caption
16192
16193 \begin_layout Plain Layout
16194 \begin_inset CommandInset label
16195 LatexCommand label
16196 name "tab:Cuadro-con-líneas-coloreadas"
16197
16198 \end_inset
16199
16200 Cuadro con líneas coloreadas
16201 \end_layout
16202
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \begin_layout Plain Layout
16209 \align center
16210 \begin_inset Tabular
16211 <lyxtabular version="3" rows="3" columns="3">
16212 <features tabularvalignment="middle">
16213 <column alignment="center" valignment="top" width="0" special="Wc">
16214 <column alignment="center" valignment="top" width="0" special="Wc">
16215 <column alignment="center" valignment="top" width="0" special="WcW">
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 sd
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 sd
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297 sd
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 </lyxtabular>
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \begin_layout Standard
16316 \begin_inset ERT
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320
16321
16322 \backslash
16323 renewcommand{
16324 \backslash
16325 hline}{
16326 \backslash
16327 myHlineC}
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 \begin_inset ERT
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340
16341
16342 \backslash
16343 setlength{
16344 \backslash
16345 arrayrulewidth}{0.4pt}
16346 \end_layout
16347
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \begin_layout Section
16354 Personalización de cuadros
16355 \begin_inset Index idx
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359 Cuadros ! Personalización
16360 \end_layout
16361
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \begin_layout Subsection
16368 Espacio adicional en filas
16369 \begin_inset CommandInset label
16370 LatexCommand label
16371 name "sub:Espacio-adicional"
16372
16373 \end_inset
16374
16375
16376 \begin_inset Index idx
16377 status collapsed
16378
16379 \begin_layout Plain Layout
16380 Cuadros ! Personalización ! Espacio adicional en filas
16381 \end_layout
16382
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \begin_layout Standard
16389 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
16390  
16391 \family sans
16392 Bordes
16393 \family default
16394  del diálogo de configuración de cuadros.
16395  En el marco 
16396 \family sans
16397 Espacio
16398 \begin_inset space ~
16399 \end_inset
16400
16401 adicional
16402 \family default
16403  dispones de tres posibilidades:
16404 \end_layout
16405
16406 \begin_layout Description
16407 Superior
16408 \begin_inset space ~
16409 \end_inset
16410
16411 de
16412 \begin_inset space ~
16413 \end_inset
16414
16415 la
16416 \begin_inset space ~
16417 \end_inset
16418
16419 fila añade espacio sobre los caracteres de la fila.
16420  Si el cuadro es de estilo formal
16421 \begin_inset Foot
16422 status open
16423
16424 \begin_layout Plain Layout
16425 Los cuadros formales se explican en la sección
16426 \begin_inset space ~
16427 \end_inset
16428
16429
16430 \begin_inset CommandInset ref
16431 LatexCommand ref
16432 reference "sec:Cuadros-Formales"
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440
16441  LyX insertará 0.5
16442 \begin_inset space \thinspace{}
16443 \end_inset
16444
16445 em por omisión.
16446  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
16447  verticales, como se ve en el cuadro siguiente:
16448 \begin_inset VSpace medskip
16449 \end_inset
16450
16451
16452 \begin_inset Newline newline
16453 \end_inset
16454
16455
16456 \begin_inset space \hspace*{}
16457 \length 0pt
16458 \end_inset
16459
16460
16461 \begin_inset space \hfill{}
16462 \end_inset
16463
16464
16465 \begin_inset Tabular
16466 <lyxtabular version="3" rows="3" columns="1">
16467 <features tabularvalignment="middle">
16468 <column alignment="center" valignment="top" width="0">
16469 <row>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 A
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row topspace="3mm">
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 3
16486 \begin_inset space \thinspace{}
16487 \end_inset
16488
16489 mm sobre la fila
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 <row>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 C
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 </lyxtabular>
16507
16508 \end_inset
16509
16510
16511 \begin_inset space \hfill{}
16512 \end_inset
16513
16514
16515 \begin_inset space \hspace*{}
16516 \length 0pt
16517 \end_inset
16518
16519
16520 \begin_inset VSpace medskip
16521 \end_inset
16522
16523
16524 \begin_inset Newline newline
16525 \end_inset
16526
16527 Así pues, insertar espacio superior en cuadros normales sólo es útil en
16528  cuadros sin líneas verticales.
16529 \end_layout
16530
16531 \begin_layout Description
16532 Inferior
16533 \begin_inset space ~
16534 \end_inset
16535
16536 de
16537 \begin_inset space ~
16538 \end_inset
16539
16540 la
16541 \begin_inset space ~
16542 \end_inset
16543
16544 fila añade espacio bajo los caracteres de la fila.
16545  Si el cuadro es formal LyX inserta por omisión 0.5
16546 \begin_inset space \thinspace{}
16547 \end_inset
16548
16549 em; si el cuadro es normal inserta 2
16550 \begin_inset space \thinspace{}
16551 \end_inset
16552
16553 pt.
16554  
16555 \end_layout
16556
16557 \begin_layout Description
16558 Entre
16559 \begin_inset space ~
16560 \end_inset
16561
16562 las
16563 \begin_inset space ~
16564 \end_inset
16565
16566 filas añade espacio entre la fila actual y la siguiente.
16567  Si el cuadro es formal LyX inserta 0.5
16568 \begin_inset space \thinspace{}
16569 \end_inset
16570
16571 em por omisión.
16572  En cuadros normales, el espacio adicional destruirá las líneas verticales
16573  del cuadro, como se ve en la siguiente:
16574 \begin_inset VSpace medskip
16575 \end_inset
16576
16577
16578 \begin_inset Newline newline
16579 \end_inset
16580
16581
16582 \begin_inset space \hspace*{}
16583 \length 0pt
16584 \end_inset
16585
16586
16587 \begin_inset space \hfill{}
16588 \end_inset
16589
16590
16591 \begin_inset Tabular
16592 <lyxtabular version="3" rows="3" columns="1">
16593 <features tabularvalignment="middle">
16594 <column alignment="center" valignment="top" width="0">
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 A
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row interlinespace="3mm">
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Formula $\downarrow$
16612 \end_inset
16613
16614  3
16615 \begin_inset space \thinspace{}
16616 \end_inset
16617
16618 mm entre las filas
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 \begin_inset Formula $\uparrow$
16630 \end_inset
16631
16632  3
16633 \begin_inset space \thinspace{}
16634 \end_inset
16635
16636 mm entre las filas 
16637 \begin_inset Formula $\uparrow$
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 </lyxtabular>
16647
16648 \end_inset
16649
16650
16651 \begin_inset space \hfill{}
16652 \end_inset
16653
16654
16655 \begin_inset space \hspace*{}
16656 \length 0pt
16657 \end_inset
16658
16659
16660 \begin_inset VSpace medskip
16661 \end_inset
16662
16663
16664 \begin_inset Newline newline
16665 \end_inset
16666
16667 Así pues, los espacios adicionales entre filas de cuadros normales sólo
16668  sirven para cuadros sin líneas verticales.
16669 \end_layout
16670
16671 \begin_layout Standard
16672 \begin_inset VSpace bigskip
16673 \end_inset
16674
16675 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
16676  utiliza los siguientes comandos en el preámbulo:
16677 \end_layout
16678
16679 \begin_layout Standard
16680
16681 \series bold
16682
16683 \backslash
16684 @ifundefined{extrarowheight}
16685 \begin_inset Newline newline
16686 \end_inset
16687
16688
16689 \begin_inset Phantom HPhantom
16690 status open
16691
16692 \begin_layout Plain Layout
16693
16694 \series bold
16695 \begin_inset space ~
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702
16703 {
16704 \backslash
16705 usepackage{array}}{}
16706 \begin_inset Newline newline
16707 \end_inset
16708
16709
16710 \backslash
16711 setlength{
16712 \backslash
16713 extrarowheight}{altura}
16714 \end_layout
16715
16716 \begin_layout Standard
16717 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16718  centrado en vertical.
16719  (Lyx cargará automáticamente el paquete 
16720 \series bold
16721 array
16722 \series default
16723  cuando uses formatos de cuadro autodefinidos.
16724  Para evitar que sea cargado dos veces se pone al principio el comando 
16725 \series bold
16726
16727 \backslash
16728 @ifundefined
16729 \series default
16730 .)
16731 \end_layout
16732
16733 \begin_layout Standard
16734 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
16735  del cuadro están a veces demasiado cerca de las letras.
16736  Esto se puede corregir insertando el comando 
16737 \series bold
16738
16739 \backslash
16740 strut
16741 \series default
16742  en código TeX al principio de la fila del cuadro.
16743  El cuadro
16744 \begin_inset space ~
16745 \end_inset
16746
16747
16748 \begin_inset CommandInset ref
16749 LatexCommand ref
16750 reference "tab:Alineación-vertical"
16751
16752 \end_inset
16753
16754  muestra el efecto:
16755 \end_layout
16756
16757 \begin_layout Standard
16758 \noindent
16759 \begin_inset Float table
16760 placement h
16761 wide false
16762 sideways false
16763 status open
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Caption
16767
16768 \begin_layout Plain Layout
16769 \begin_inset CommandInset label
16770 LatexCommand label
16771 name "tab:Alineación-vertical"
16772
16773 \end_inset
16774
16775 Alineación vertical de texto con letras grandes
16776 \end_layout
16777
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \begin_layout Plain Layout
16784 \begin_inset space \hfill{}
16785 \end_inset
16786
16787
16788 \begin_inset Float table
16789 wide false
16790 sideways false
16791 status open
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Caption
16795
16796 \begin_layout Plain Layout
16797 Cuadro normal
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Plain Layout
16806 \noindent
16807 \align center
16808 \begin_inset Tabular
16809 <lyxtabular version="3" rows="6" columns="1">
16810 <features tabularvalignment="middle">
16811 <column alignment="left" valignment="top" width="0">
16812 <row>
16813 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 Normal, g
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \size large
16830 Grande
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841
16842 \size larger
16843 Más grande
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \size largest
16856 Grandísima
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 <row>
16863 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \size huge
16869 Enorme
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \size huge
16882 Más enorme
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 </lyxtabular>
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896
16897
16898 \begin_inset space \hfill{}
16899 \end_inset
16900
16901
16902 \begin_inset Float table
16903 wide false
16904 sideways false
16905 status open
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Caption
16909
16910 \begin_layout Plain Layout
16911 Cuadro con comando 
16912 \series bold
16913
16914 \backslash
16915 strut
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \begin_layout Plain Layout
16924 \noindent
16925 \align center
16926 \begin_inset Tabular
16927 <lyxtabular version="3" rows="6" columns="1">
16928 <features tabularvalignment="middle">
16929 <column alignment="left" valignment="top" width="0">
16930 <row>
16931 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 Normal, g
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row>
16942 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946
16947 \size large
16948 \begin_inset ERT
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952
16953
16954 \backslash
16955 strut 
16956 \end_layout
16957
16958 \end_inset
16959
16960 Grande
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \size larger
16973 \begin_inset ERT
16974 status collapsed
16975
16976 \begin_layout Plain Layout
16977
16978
16979 \backslash
16980 strut 
16981 \end_layout
16982
16983 \end_inset
16984
16985 Más grande
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \size largest
16998 \begin_inset ERT
16999 status collapsed
17000
17001 \begin_layout Plain Layout
17002
17003
17004 \backslash
17005 strut 
17006 \end_layout
17007
17008 \end_inset
17009
17010 Grandísima
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \size huge
17023 \begin_inset ERT
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027
17028
17029 \backslash
17030 strut 
17031 \end_layout
17032
17033 \end_inset
17034
17035 Enorme
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \size giant
17048 \begin_inset ERT
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052
17053
17054 \backslash
17055 strut 
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \size huge
17062 Más enorme
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 </row>
17068 </lyxtabular>
17069
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \begin_inset space \hfill{}
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \begin_layout Subsection
17090 Alineación especial de celdas
17091 \begin_inset CommandInset label
17092 LatexCommand label
17093 name "sub:Alineación-especial-de"
17094
17095 \end_inset
17096
17097
17098 \begin_inset Index idx
17099 status collapsed
17100
17101 \begin_layout Plain Layout
17102 Cuadros ! Personalización ! Alineación especial de celdas
17103 \end_layout
17104
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \begin_layout Standard
17111 A veces mejora la presentación si las entradas en las celdas de una columna
17112  se alinean con un carácter determinado, p.
17113 \begin_inset space \thinspace{}
17114 \end_inset
17115
17116 e.
17117 \begin_inset space ~
17118 \end_inset
17119
17120 el separador decimal, como en el cuadro
17121 \begin_inset space ~
17122 \end_inset
17123
17124
17125 \begin_inset CommandInset ref
17126 LatexCommand ref
17127 reference "tab:Cuadro-celdas-alineadas"
17128
17129 \end_inset
17130
17131 .
17132  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17133  el botón 
17134 \begin_inset Graphics
17135         filename ../../images/tabular-feature_align-decimal.png
17136         scale 85
17137         scaleBeforeRotation
17138
17139 \end_inset
17140
17141  de la barra de herramientas o eligiendo la alineación 
17142 \family sans
17143 Al separador decimal
17144 \family default
17145  en la configuración del cuadro.
17146  Ahí se puede especificar también el carácter deseado para la alineación.
17147 \end_layout
17148
17149 \begin_layout Standard
17150 \begin_inset Float table
17151 wide false
17152 sideways false
17153 status open
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Caption
17157
17158 \begin_layout Plain Layout
17159 \begin_inset CommandInset label
17160 LatexCommand label
17161 name "tab:Cuadro-celdas-alineadas"
17162
17163 \end_inset
17164
17165 Cuadro con celdas alineadas con el separador decimal.
17166 \end_layout
17167
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Plain Layout
17174 \align center
17175 \begin_inset Tabular
17176 <lyxtabular version="3" rows="4" columns="1">
17177 <features booktabs="true" tabularvalignment="middle">
17178 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17179 <row>
17180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 leyenda
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 12,6
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 0,68
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 -123,0
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 </lyxtabular>
17224
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \begin_layout Standard
17236 \begin_inset Float table
17237 wide false
17238 sideways false
17239 status open
17240
17241 \begin_layout Plain Layout
17242 \begin_inset Caption
17243
17244 \begin_layout Plain Layout
17245 \begin_inset CommandInset label
17246 LatexCommand label
17247 name "tab:Cuadro-con-celdas-de"
17248
17249 \end_inset
17250
17251 Cuadro con celdas alineadas con los operadores.
17252 \end_layout
17253
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \begin_layout Plain Layout
17260 \align center
17261 \begin_inset Tabular
17262 <lyxtabular version="3" rows="4" columns="2">
17263 <features booktabs="true" tabularvalignment="middle">
17264 <column alignment="right" valignment="top" width="0pt">
17265 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17266 <row>
17267 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 leyenda
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $12\,+$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\,6$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="center" valignment="top" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $0\,-$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 \begin_inset Formula $\,68$
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 </row>
17338 <row>
17339 <cell alignment="center" valignment="top" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 \begin_inset Formula $-123\,/$
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Formula $\,0$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 </lyxtabular>
17365
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \begin_layout Standard
17377 Para alinear con caracteres en ecuaciones este método no funciona porque
17378  el campo para especificar el carácter no permite ecuaciones.
17379  En este caso hay que usar el método del cuadro
17380 \begin_inset space ~
17381 \end_inset
17382
17383
17384 \begin_inset CommandInset ref
17385 LatexCommand ref
17386 reference "tab:Cuadro-con-celdas-de"
17387
17388 \end_inset
17389
17390 .
17391  Es un cuadro 4×2.
17392  La leyenda es una multicolumna centrada.
17393  La primera columna está alineada a la derecha y contiene la primera parte
17394  incluyendo el operador.
17395  La segunda columna está alineada a la izquierda y contiene la parte restante.
17396  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17397  columna para mantener el espacio habitual alrededor de los operadores.
17398  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17399  el siguiente argumento LaTeX para la segunda columna:
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405 @{}l
17406 \end_layout
17407
17408 \begin_layout Standard
17409 El cuadro
17410 \begin_inset space ~
17411 \end_inset
17412
17413
17414 \begin_inset CommandInset ref
17415 LatexCommand ref
17416 reference "tab:Varias-alineaciones"
17417
17418 \end_inset
17419
17420  muestra varios ejemplos de alineación.
17421  Para alinear al signo de relación se ha añadido un pequeño espacio como
17422  en la segunda columna del cuadro
17423 \begin_inset space ~
17424 \end_inset
17425
17426
17427 \begin_inset CommandInset ref
17428 LatexCommand ref
17429 reference "tab:Cuadro-con-celdas-de"
17430
17431 \end_inset
17432
17433 .
17434 \end_layout
17435
17436 \begin_layout Standard
17437 \begin_inset Float table
17438 placement h
17439 wide false
17440 sideways false
17441 status open
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Caption
17445
17446 \begin_layout Plain Layout
17447 \begin_inset CommandInset label
17448 LatexCommand label
17449 name "tab:Varias-alineaciones"
17450
17451 \end_inset
17452
17453 Cuadro con varias alineaciones.
17454 \end_layout
17455
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \begin_layout Plain Layout
17462 \align center
17463 \begin_inset Tabular
17464 <lyxtabular version="3" rows="4" columns="6">
17465 <features tabularvalignment="middle">
17466 <column alignment="right" valignment="top" width="0">
17467 <column alignment="left" valignment="top" width="0" special="@{}l">
17468 <column alignment="right" valignment="top" width="0">
17469 <column alignment="left" valignment="top" width="0" special="@{}l">
17470 <column alignment="right" valignment="top" width="0">
17471 <column alignment="left" valignment="top" width="0" special="@{}l">
17472 <row>
17473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 unidades
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 exponentes
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 relaciones
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 12×
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 24
17543 \begin_inset space \thinspace{}
17544 \end_inset
17545
17546 bottles
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $10\cdot$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset Formula $10^{\mbox{-}17}$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 \begin_inset Formula $\Gamma(t)\propto$
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\:\Upsilon(t)$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 1024×
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 768
17615 \begin_inset space \thinspace{}
17616 \end_inset
17617
17618 Pixels
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 \begin_inset Formula $5.78\cdot$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 \begin_inset Formula $10^{7}$
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 \begin_inset Formula $A\ne$
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663 \begin_inset Formula $\: B_{\mathrm{red}}$
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 32×
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 6
17687 \begin_inset space \thinspace{}
17688 \end_inset
17689
17690 cm
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 -
17700 \begin_inset Formula $33.5\cdot$
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $10^{4}$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 \begin_inset Formula $\sen(\alpha)\ge$
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\:\sen(\beta)$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 </lyxtabular>
17746
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Subsection
17758 Formato personalizado de celda/columna
17759 \begin_inset CommandInset label
17760 LatexCommand label
17761 name "sub:Formato-Personalizado"
17762
17763 \end_inset
17764
17765
17766 \begin_inset Index idx
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770 Cuadros ! Personalización ! Formato de celda/columna
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779 El cálculo de la anchura necesaria para columnas extendidas descrito en
17780  la sección
17781 \begin_inset space ~
17782 \end_inset
17783
17784
17785 \begin_inset CommandInset ref
17786 LatexCommand ref
17787 reference "sub:Cálculos-en-Multicolumnas"
17788
17789 \end_inset
17790
17791  es muy pesado si tienes varios cuadros con multicolumnas.
17792  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17793 mna aplicable a todos los cuadros del documento.
17794  El formato se define con el comando
17795 \end_layout
17796
17797 \begin_layout Standard
17798
17799 \series bold
17800
17801 \backslash
17802 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17803 \end_layout
17804
17805 \begin_layout Standard
17806 El nombre de formato puede ser una sola letra.
17807  Las letras 
17808 \emph on
17809 b, c, l, m, p
17810 \emph default
17811  y 
17812 \emph on
17813 r
17814 \emph default
17815  están predefinidas y no pueden usarse.
17816  Pero se permiten todas las mayúsculas.
17817 \end_layout
17818
17819 \begin_layout Standard
17820 \begin_inset VSpace medskip
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Standard
17827 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17828  fija puedes definir el formato de celda
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834
17835 \backslash
17836 newcolumntype{M}[1]{>{
17837 \backslash
17838 centering
17839 \backslash
17840 hspace{0pt}}m{#1}}
17841 \end_layout
17842
17843 \begin_layout Standard
17844 donde 
17845 \series bold
17846
17847 \backslash
17848 hspace{0pt}
17849 \series default
17850  evita el problema de partir con guión la primera palabra, como se describe
17851  en la sección
17852 \begin_inset space ~
17853 \end_inset
17854
17855
17856 \begin_inset CommandInset ref
17857 LatexCommand ref
17858 reference "sub:Líneas-Múltiples-en"
17859
17860 \end_inset
17861
17862 .
17863  Ahora puedes introducir simplemente
17864 \end_layout
17865
17866 \begin_layout Standard
17867
17868 \series bold
17869 M{ancho}
17870 \end_layout
17871
17872 \begin_layout Standard
17873 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
17874 \end_layout
17875
17876 \begin_layout Standard
17877 \begin_inset VSpace bigskip
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \begin_layout Standard
17884 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 newcolumntype{S}[2]{>{
17893 \backslash
17894 centering
17895 \backslash
17896 hspace{0pt}}
17897 \begin_inset Newline newline
17898 \end_inset
17899
17900
17901 \begin_inset Phantom HPhantom
17902 status open
17903
17904 \begin_layout Plain Layout
17905
17906 \series bold
17907
17908 \backslash
17909 newcolumntype
17910 \end_layout
17911
17912 \end_inset
17913
17914 m{(#1+(2
17915 \backslash
17916 tabcolsep+
17917 \backslash
17918 arrayrulewidth)*(1-#2))/#2}}
17919 \end_layout
17920
17921 \begin_layout Standard
17922 Este formato usa la ecuación 
17923 \begin_inset CommandInset ref
17924 LatexCommand eqref
17925 reference "eq:Wgn"
17926
17927 \end_inset
17928
17929  para calcular la anchura necesaria para que cada celda extendida tenga
17930  la misma anchura.
17931 \end_layout
17932
17933 \begin_layout Standard
17934 Ahora puedes introducir
17935 \end_layout
17936
17937 \begin_layout Standard
17938
17939 \series bold
17940 S{ancho de la celda multicolumna}{número de columnas extendidas}
17941 \end_layout
17942
17943 \begin_layout Standard
17944 como argumento LaTeX de la columna.
17945 \end_layout
17946
17947 \begin_layout Standard
17948 \begin_inset VSpace bigskip
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Standard
17955 Para columnas coloreadas puedes definir
17956 \end_layout
17957
17958 \begin_layout Standard
17959
17960 \series bold
17961
17962 \backslash
17963 newcolumntype{K}[1]{>{
17964 \backslash
17965 columncolor{#1}
17966 \backslash
17967 hspace{0pt}}c}
17968 \end_layout
17969
17970 \begin_layout Standard
17971 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17972  horizontalmente.
17973  Ahora puedes introducir
17974 \end_layout
17975
17976 \begin_layout Standard
17977
17978 \series bold
17979 K{nombre del color}
17980 \end_layout
17981
17982 \begin_layout Standard
17983 como argumento LaTeX.
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset VSpace bigskip
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 Para crear el cuadro
17995 \begin_inset space ~
17996 \end_inset
17997
17998
17999 \begin_inset CommandInset ref
18000 LatexCommand ref
18001 reference "tab:Cuadro-con-formatos-definidos-por"
18002
18003 \end_inset
18004
18005  usa los argumentos LaTeX
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011 M{2.5cm}
18012 \end_layout
18013
18014 \begin_layout Standard
18015 para la primera columna y la multicolumna,
18016 \end_layout
18017
18018 \begin_layout Standard
18019
18020 \series bold
18021 K{red}
18022 \end_layout
18023
18024 \begin_layout Standard
18025 para la última columna y
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031 S{2.5cm}{2}
18032 \end_layout
18033
18034 \begin_layout Standard
18035 para las celdas en la segunda columna.
18036 \end_layout
18037
18038 \begin_layout Standard
18039 \begin_inset Float table
18040 placement h
18041 wide false
18042 sideways false
18043 status open
18044
18045 \begin_layout Plain Layout
18046 \begin_inset Caption
18047
18048 \begin_layout Plain Layout
18049 \begin_inset CommandInset label
18050 LatexCommand label
18051 name "tab:Cuadro-con-formatos-definidos-por"
18052
18053 \end_inset
18054
18055 Cuadro con formatos definidos por el usuario
18056 \end_layout
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Plain Layout
18064 \align center
18065 \begin_inset Tabular
18066 <lyxtabular version="3" rows="3" columns="4">
18067 <features tabularvalignment="middle">
18068 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18069 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18070 <column alignment="center" valignment="middle" width="0">
18071 <column alignment="center" valignment="middle" width="0" special="K{red}">
18072 <row>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 palabramuylargaenceldadecuadro
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 multicolumna línea múltiple
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 c
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 </row>
18110 <row>
18111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 d
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 e
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133 f
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 g
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 h
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 i
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 j
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 k
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 </row>
18186 </lyxtabular>
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Subsection
18199 Grosor de líneas
18200 \begin_inset CommandInset label
18201 LatexCommand label
18202 name "sub:Grosor-de-Líneas"
18203
18204 \end_inset
18205
18206
18207 \begin_inset Index idx
18208 status open
18209
18210 \begin_layout Plain Layout
18211 Cuadros ! Personalización ! Grosor de línea
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \end_layout
18218
18219 \begin_layout Standard
18220 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
18221  
18222 \series bold
18223
18224 \backslash
18225 arrayrulewidth
18226 \series default
18227 .
18228  Por ejemplo, para poner un grosor de línea de 1.5
18229 \begin_inset space \thinspace{}
18230 \end_inset
18231
18232 pt, como en el cuadro
18233 \begin_inset space ~
18234 \end_inset
18235
18236
18237 \begin_inset CommandInset ref
18238 LatexCommand ref
18239 reference "tab:Cuadro-con-líneas"
18240
18241 \end_inset
18242
18243 , inserta el comando
18244 \end_layout
18245
18246 \begin_layout Standard
18247
18248 \series bold
18249
18250 \backslash
18251 setlength{
18252 \backslash
18253 arrayrulewidth}{1.5pt}
18254 \end_layout
18255
18256 \begin_layout Standard
18257 en código TeX antes del cuadro o flotante.
18258  Este cambio es válido para todos los siguientes cuadros.
18259  Para volver al valor predeterminado, define 
18260 \series bold
18261
18262 \backslash
18263 arrayrulewidth
18264 \series default
18265  a 0.4
18266 \begin_inset space \thinspace{}
18267 \end_inset
18268
18269 pt en código TeX detrás del cuadro o flotante.
18270 \end_layout
18271
18272 \begin_layout Standard
18273 \begin_inset ERT
18274 status collapsed
18275
18276 \begin_layout Plain Layout
18277
18278
18279 \backslash
18280 setlength{
18281 \backslash
18282 arrayrulewidth}{1.5pt}
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \begin_inset Float table
18289 wide false
18290 sideways false
18291 status open
18292
18293 \begin_layout Plain Layout
18294 \begin_inset Caption
18295
18296 \begin_layout Plain Layout
18297 \begin_inset CommandInset label
18298 LatexCommand label
18299 name "tab:Cuadro-con-líneas"
18300
18301 \end_inset
18302
18303 Cuadro con líneas de grosor 1.5
18304 \begin_inset space \thinspace{}
18305 \end_inset
18306
18307 pt
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \begin_layout Plain Layout
18316 \align center
18317 \begin_inset Tabular
18318 <lyxtabular version="3" rows="3" columns="3">
18319 <features tabularvalignment="middle">
18320 <column alignment="center" valignment="top" width="0">
18321 <column alignment="center" valignment="top" width="0">
18322 <column alignment="center" valignment="top" width="0">
18323 <row>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 sd
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 </row>
18352 <row>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 sd
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 </row>
18381 <row>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 sd
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 </row>
18410 </lyxtabular>
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \begin_inset ERT
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425
18426 \backslash
18427 setlength{
18428 \backslash
18429 arrayrulewidth}{0.4pt}
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Standard
18438 \begin_inset VSpace bigskip
18439 \end_inset
18440
18441 Para definir un grosor de 1.5
18442 \begin_inset space \thinspace{}
18443 \end_inset
18444
18445 pt sólo para líneas horizontales, como en el cuadro
18446 \begin_inset space ~
18447 \end_inset
18448
18449
18450 \begin_inset CommandInset ref
18451 LatexCommand ref
18452 reference "tab:Cuadro-con-horizontales"
18453
18454 \end_inset
18455
18456 , inserta estos comandos en código TeX antes del cuadro o flotante:
18457 \end_layout
18458
18459 \begin_layout Standard
18460
18461 \series bold
18462
18463 \backslash
18464 let
18465 \backslash
18466 myHline
18467 \backslash
18468 hline
18469 \begin_inset Newline newline
18470 \end_inset
18471
18472
18473 \backslash
18474 renewcommand{
18475 \backslash
18476 hline}
18477 \begin_inset Newline newline
18478 \end_inset
18479
18480  {
18481 \backslash
18482 noalign{
18483 \backslash
18484 global
18485 \backslash
18486 arrayrulewidth 1.5pt}
18487 \begin_inset Newline newline
18488 \end_inset
18489
18490  
18491 \backslash
18492 myHline
18493 \backslash
18494 noalign{
18495 \backslash
18496 global
18497 \backslash
18498 arrayrulewidth 0.4pt}}
18499 \end_layout
18500
18501 \begin_layout Standard
18502 Para volver al grosor predeterminado, inserta este comando en código TeX
18503  detrás del cuadro o flotante:
18504 \end_layout
18505
18506 \begin_layout Standard
18507
18508 \series bold
18509
18510 \backslash
18511 renewcommand{
18512 \backslash
18513 hline}{
18514 \backslash
18515 myHline}
18516 \end_layout
18517
18518 \begin_layout Standard
18519 \begin_inset ERT
18520 status collapsed
18521
18522 \begin_layout Plain Layout
18523
18524
18525 \backslash
18526 let
18527 \backslash
18528 myHline
18529 \backslash
18530 hline
18531 \end_layout
18532
18533 \begin_layout Plain Layout
18534
18535
18536 \backslash
18537 renewcommand{
18538 \backslash
18539 hline}
18540 \end_layout
18541
18542 \begin_layout Plain Layout
18543
18544  {
18545 \backslash
18546 noalign{
18547 \backslash
18548 global
18549 \backslash
18550 arrayrulewidth 1.5pt}
18551 \end_layout
18552
18553 \begin_layout Plain Layout
18554
18555   
18556 \backslash
18557 myHline
18558 \backslash
18559 noalign{
18560 \backslash
18561 global
18562 \backslash
18563 arrayrulewidth 0.4pt}}
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \begin_inset Float table
18570 wide false
18571 sideways false
18572 status open
18573
18574 \begin_layout Plain Layout
18575 \begin_inset Caption
18576
18577 \begin_layout Plain Layout
18578 \begin_inset CommandInset label
18579 LatexCommand label
18580 name "tab:Cuadro-con-horizontales"
18581
18582 \end_inset
18583
18584 Cuadro con líneas horizontales de 1.5
18585 \begin_inset space \thinspace{}
18586 \end_inset
18587
18588 pt
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Plain Layout
18597 \align center
18598 \begin_inset Tabular
18599 <lyxtabular version="3" rows="3" columns="3">
18600 <features tabularvalignment="middle">
18601 <column alignment="center" valignment="top" width="0">
18602 <column alignment="center" valignment="top" width="0">
18603 <column alignment="center" valignment="top" width="0">
18604 <row>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 sd
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 <row>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 sd
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 sd
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 </lyxtabular>
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \begin_inset ERT
18702 status collapsed
18703
18704 \begin_layout Plain Layout
18705
18706
18707 \backslash
18708 renewcommand{
18709 \backslash
18710 hline}{
18711 \backslash
18712 myHline}
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Standard
18721 \begin_inset VSpace bigskip
18722 \end_inset
18723
18724 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18725  siguiente formato de columna en el preámbulo del documento, de acuerdo
18726  con lo descrito en la sección
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "sub:Formato-Personalizado"
18734
18735 \end_inset
18736
18737 :
18738 \end_layout
18739
18740 \begin_layout Standard
18741
18742 \series bold
18743
18744 \backslash
18745 newcolumntype{V}{!{
18746 \backslash
18747 vrule width 1.5pt}}
18748 \end_layout
18749
18750 \begin_layout Standard
18751 Para el cuadro
18752 \begin_inset space ~
18753 \end_inset
18754
18755
18756 \begin_inset CommandInset ref
18757 LatexCommand ref
18758 reference "tab:Cuadro-con-verticales"
18759
18760 \end_inset
18761
18762  se usó el argumento LaTeX
18763 \end_layout
18764
18765 \begin_layout Standard
18766
18767 \series bold
18768 VcV
18769 \end_layout
18770
18771 \begin_layout Standard
18772 para la última columna y
18773 \end_layout
18774
18775 \begin_layout Standard
18776
18777 \series bold
18778 Vc
18779 \end_layout
18780
18781 \begin_layout Standard
18782 para las otras.
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset Float table
18787 wide false
18788 sideways false
18789 status open
18790
18791 \begin_layout Plain Layout
18792 \begin_inset Caption
18793
18794 \begin_layout Plain Layout
18795 \begin_inset CommandInset label
18796 LatexCommand label
18797 name "tab:Cuadro-con-verticales"
18798
18799 \end_inset
18800
18801 Cuadro con líneas verticales de 1.5
18802 \begin_inset space \thinspace{}
18803 \end_inset
18804
18805 pt de grosor
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Plain Layout
18814 \align center
18815 \begin_inset Tabular
18816 <lyxtabular version="3" rows="3" columns="3">
18817 <features tabularvalignment="middle">
18818 <column alignment="center" valignment="top" width="0" special="Vc">
18819 <column alignment="center" valignment="top" width="0" special="Vc">
18820 <column alignment="center" valignment="top" width="0" special="VcV">
18821 <row>
18822 <cell alignment="center" valignment="top" topline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826 sd
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 </row>
18850 <row>
18851 <cell alignment="center" valignment="top" topline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 sd
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 </row>
18879 <row>
18880 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 sd
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 </lyxtabular>
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \end_inset
18916
18917
18918 \end_layout
18919
18920 \begin_layout Subsection
18921 Líneas de trazos
18922 \begin_inset Index idx
18923 status open
18924
18925 \begin_layout Plain Layout
18926 Cuadros ! Personalización ! Líneas de trazos
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 \begin_inset ERT
18936 status collapsed
18937
18938 \begin_layout Plain Layout
18939
18940
18941 \backslash
18942 ifarydshln
18943 \end_layout
18944
18945 \end_inset
18946
18947
18948 \begin_inset Note Note
18949 status collapsed
18950
18951 \begin_layout Plain Layout
18952 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18953  LaTeX 
18954 \series bold
18955 arydshln
18956 \series default
18957 .
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Standard
18966 \begin_inset Float table
18967 placement H
18968 wide false
18969 sideways false
18970 status open
18971
18972 \begin_layout Plain Layout
18973 \begin_inset Caption
18974
18975 \begin_layout Plain Layout
18976 \begin_inset CommandInset label
18977 LatexCommand label
18978 name "tab:Cuadro-con-trazos"
18979
18980 \end_inset
18981
18982 Cuadro con líneas de trazos
18983 \end_layout
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Plain Layout
18991 \align center
18992 \begin_inset Tabular
18993 <lyxtabular version="3" rows="5" columns="5">
18994 <features tabularvalignment="middle">
18995 <column alignment="center" valignment="top" width="0">
18996 <column alignment="center" valignment="top" width="0">
18997 <column alignment="center" valignment="top" width="0" special=":c">
18998 <column alignment="center" valignment="top" width="0">
18999 <column alignment="center" valignment="top" width="0">
19000 <row>
19001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 a
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 b
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 c
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 d
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041 e
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 <row>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 f
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 g
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 h
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 i
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 j
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 \begin_inset ERT
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103
19104
19105 \backslash
19106 hdashline 
19107 \end_layout
19108
19109 \end_inset
19110
19111 k
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120 l
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 <cell alignment="center" valignment="top" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129 m
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 n
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 o
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 <row>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset ERT
19159 status collapsed
19160
19161 \begin_layout Plain Layout
19162
19163
19164 \backslash
19165 cdashline{4-5}
19166 \end_layout
19167
19168 \end_inset
19169
19170 p
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 q
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 r
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 s
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217 t
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 u
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 v
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 w
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 x
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 </lyxtabular>
19260
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \begin_layout Standard
19272 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19273  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19274 \series bold
19275 arydshln
19276 \series default
19277
19278 \begin_inset Index idx
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282 LaTeX-paquetes ! arydshln
19283 \end_layout
19284
19285 \end_inset
19286
19287  con el comando 
19288 \end_layout
19289
19290 \begin_layout Standard
19291
19292 \series bold
19293
19294 \backslash
19295 usepackage{arydshln}
19296 \end_layout
19297
19298 \begin_layout Standard
19299 Para hacer una línea vertical a trazos, introduce dos puntos «
19300 \series bold
19301 :
19302 \series default
19303 » junto con el carácter para alineación horizontal como argumento LaTeX
19304  en el diálogo de celdas de cuadros.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Para una línea de trazos horizontal añade el comando
19309 \end_layout
19310
19311 \begin_layout Standard
19312
19313 \series bold
19314
19315 \backslash
19316 hdashline
19317 \end_layout
19318
19319 \begin_layout Standard
19320 en código TeX como primer elemento de la primera celda en la fila.
19321 \end_layout
19322
19323 \begin_layout Standard
19324 Para líneas de trazos en multicolumna usa el comando
19325 \end_layout
19326
19327 \begin_layout Standard
19328
19329 \series bold
19330
19331 \backslash
19332 cdashline{número de líneas}
19333 \end_layout
19334
19335 \begin_layout Standard
19336 en código TeX como primer elemento de la primera celda en la fila.
19337  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19338  4 y quieres una línea de trazos por encima, añade el comando
19339 \end_layout
19340
19341 \begin_layout Standard
19342
19343 \series bold
19344
19345 \backslash
19346 cdashline{2-4}
19347 \end_layout
19348
19349 \begin_layout Standard
19350 como primer elemento de la primera celda en la fila de la multicolumna.
19351 \end_layout
19352
19353 \begin_layout Standard
19354 \begin_inset VSpace bigskip
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \begin_layout Standard
19361 El cuadro
19362 \begin_inset space ~
19363 \end_inset
19364
19365
19366 \begin_inset CommandInset ref
19367 LatexCommand ref
19368 reference "tab:Cuadro-con-trazos"
19369
19370 \end_inset
19371
19372  se ha hecho usando «
19373 \series bold
19374 :c
19375 \series default
19376 » como argumento LaTeX de la tercera columna.
19377  El comando en código TeX 
19378 \series bold
19379
19380 \backslash
19381 hdashline
19382 \series default
19383  se ha insertado en la primera celda de la tercera fila y el comando en
19384  código TeX
19385 \begin_inset Newline newline
19386 \end_inset
19387
19388
19389 \series bold
19390
19391 \backslash
19392 cdashline{4-5}
19393 \series default
19394  en la primera celda de la cuarta fila.
19395 \end_layout
19396
19397 \begin_layout Standard
19398 \begin_inset Note Greyedout
19399 status open
19400
19401 \begin_layout Plain Layout
19402
19403 \series bold
19404 Nota:
19405 \series default
19406  Aparentemente el paquete LaTeX 
19407 \series bold
19408 arydshln
19409 \series default
19410  no es compatible con el paquete LaTeX 
19411 \series bold
19412 colortbl
19413 \series default
19414
19415 \begin_inset Index idx
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419 LaTeX-paquetes ! colortbl
19420 \end_layout
19421
19422 \end_inset
19423
19424  que se usa para cuadros coloreados en la sección
19425 \begin_inset space ~
19426 \end_inset
19427
19428
19429 \begin_inset CommandInset ref
19430 LatexCommand ref
19431 reference "sec:Cuadros-Coloreados"
19432
19433 \end_inset
19434
19435 .
19436  Esto implica que los cuadros coloreados no pueden tener líneas de trazos.
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset ERT
19446 status collapsed
19447
19448 \begin_layout Plain Layout
19449
19450
19451 \backslash
19452 else
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \begin_inset Note Note
19459 status collapsed
19460
19461 \begin_layout Plain Layout
19462 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19463  
19464 \series bold
19465 arydshln
19466 \series default
19467 .
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476 Debes instalar el paquete LaTeX 
19477 \series bold
19478 arydshln
19479 \series default
19480  para ver la parte siguiente en la salida.
19481 \end_layout
19482
19483 \begin_layout Standard
19484 \begin_inset ERT
19485 status collapsed
19486
19487 \begin_layout Plain Layout
19488
19489
19490 \backslash
19491 fi
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \begin_layout Chapter
19500 Flotantes
19501 \begin_inset CommandInset label
19502 LatexCommand label
19503 name "chap:Flotantes"
19504
19505 \end_inset
19506
19507
19508 \begin_inset Index idx
19509 status collapsed
19510
19511 \begin_layout Plain Layout
19512 Flotantes
19513 \end_layout
19514
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \begin_layout Section
19521 Introducción
19522 \begin_inset CommandInset label
19523 LatexCommand label
19524 name "sec:Introducción-Flotantes"
19525
19526 \end_inset
19527
19528
19529 \begin_inset Index idx
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533 Flotantes ! Introducción
19534 \end_layout
19535
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \begin_layout Standard
19542 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19543  no tiene posición fija.
19544  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19545  Las 
19546 \family sans
19547 Notas
19548 \begin_inset space ~
19549 \end_inset
19550
19551 al
19552 \begin_inset space ~
19553 \end_inset
19554
19555 pie
19556 \family default
19557  y 
19558 \family sans
19559 Notas
19560 \begin_inset space ~
19561 \end_inset
19562
19563 al
19564 \begin_inset space ~
19565 \end_inset
19566
19567 margen
19568 \family default
19569  también son flotantes, porque pueden flotar a la página siguiente cuando
19570  hay demasiadas notas en la página.
19571 \end_layout
19572
19573 \begin_layout Standard
19574 Los flotantes permiten composiciones de alta calidad.
19575  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
19576  para impedir espacios en blanco y páginas sin texto.
19577  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
19578  cada flotante puede ser referenciado en el texto.
19579  Por lo tanto los flotantes están numerados.
19580  Las referencias se describen en la sección
19581 \begin_inset space ~
19582 \end_inset
19583
19584
19585 \begin_inset CommandInset ref
19586 LatexCommand ref
19587 reference "sec:Referencias-a-Flotantes"
19588
19589 \end_inset
19590
19591 .
19592 \end_layout
19593
19594 \begin_layout Standard
19595 Para insertar un flotante, usa el menú 
19596 \family sans
19597 Insertar\SpecialChar \menuseparator
19598 Flotante
19599 \family default
19600 .
19601  Esto inserta una 
19602 \family sans
19603 Leyenda,
19604 \family default
19605  un cuadro con una etiqueta.
19606  La etiqueta se traducirá automáticamente al idioma del documento.
19607  Tras la etiqueta puedes insertar el texto de la leyenda.
19608  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
19609  separado dentro del flotante.
19610  La colocación de leyendas se describe en la sección
19611 \begin_inset space ~
19612 \end_inset
19613
19614
19615 \begin_inset CommandInset ref
19616 LatexCommand ref
19617 reference "sec:Colocación-de-leyendas"
19618
19619 \end_inset
19620
19621 .
19622  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19623  con clic izquierdo sobre él.
19624  Un cuadro cerrado se muestra así: 
19625 \begin_inset Graphics
19626         filename clipart/flotanteQt4.png
19627         scale 70
19628
19629 \end_inset
19630
19631  —un cuadro gris con etiqueta en rojo—.
19632 \end_layout
19633
19634 \begin_layout Standard
19635 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19636  errores de LaTeX si el texto circundante se formatea de modo especial.
19637 \end_layout
19638
19639 \begin_layout Standard
19640 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
19641  y pinchando el botón correspondiente de la barra de herramientas para un
19642  flotante nuevo.
19643 \end_layout
19644
19645 \begin_layout Section
19646 Tipos de flotantes
19647 \end_layout
19648
19649 \begin_layout Standard
19650 Además de los flotantes de imagen y de cuadro que se describen en la sección
19651 \begin_inset space ~
19652 \end_inset
19653
19654
19655 \begin_inset CommandInset ref
19656 LatexCommand ref
19657 reference "sec:Figuras-Flotantes"
19658
19659 \end_inset
19660
19661  y 
19662 \begin_inset CommandInset ref
19663 LatexCommand ref
19664 reference "sec:Cuadros-Flotantes"
19665
19666 \end_inset
19667
19668 , respectivamente, LyX ofrece los tipos 
19669 \family sans
19670 Algoritmo
19671 \family default
19672  y 
19673 \family sans
19674 Envoltorio
19675 \family default
19676 .
19677  
19678 \lang english
19679 The latter are explained in sec.
19680 \lang spanish
19681
19682 \begin_inset space \thinspace{}
19683 \end_inset
19684
19685
19686 \begin_inset CommandInset ref
19687 LatexCommand ref
19688 reference "sec:Flotantes-envueltos"
19689
19690 \end_inset
19691
19692 .
19693 \end_layout
19694
19695 \begin_layout Subsection
19696 Algoritmos flotantes
19697 \begin_inset Index idx
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701 Flotantes ! Algoritmos
19702 \end_layout
19703
19704 \end_inset
19705
19706
19707 \begin_inset CommandInset label
19708 LatexCommand label
19709 name "sub:Algoritmos-Flotantes"
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 \begin_inset Float algorithm
19718 placement h
19719 wide false
19720 sideways false
19721 status open
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Caption
19725
19726 \begin_layout Plain Layout
19727 \begin_inset CommandInset label
19728 LatexCommand label
19729 name "alg:Ejemplo-de-Algoritmo-flotante"
19730
19731 \end_inset
19732
19733 Ejemplo de algoritmo flotante
19734 \end_layout
19735
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \begin_layout LyX-Code
19742 for I in 1..N loop
19743 \begin_inset Newline newline
19744 \end_inset
19745
19746  Sum:= Sum + A(I); /*comment*/
19747 \begin_inset Newline newline
19748 \end_inset
19749
19750 end loop
19751 \begin_inset VSpace -4mm
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Standard
19763 Este tipo de flotante se inserta con el menú 
19764 \family sans
19765 Insertar\SpecialChar \menuseparator
19766 Flotante\SpecialChar \menuseparator
19767 Algoritmo
19768 \family default
19769 .
19770  Se usa para códigos y descripciones de algoritmos y se puede considerar
19771  una alternativa al listado de código de programa, que se explica en el
19772  capítulo
19773 \begin_inset space ~
19774 \end_inset
19775
19776
19777 \begin_inset CommandInset ref
19778 LatexCommand ref
19779 reference "cap:Listado-de-programa"
19780
19781 \end_inset
19782
19783 .
19784  Un posible entorno para algoritmos es 
19785 \family sans
19786 Código-LyX
19787 \family default
19788 , descrito en la 
19789 \emph on
19790 Guía del usuario
19791 \emph default
19792  de LyX.
19793  El algoritmo
19794 \begin_inset space ~
19795 \end_inset
19796
19797
19798 \begin_inset CommandInset ref
19799 LatexCommand ref
19800 reference "alg:Ejemplo-de-Algoritmo-flotante"
19801
19802 \end_inset
19803
19804  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19805  vertical de -4
19806 \begin_inset space \thinspace{}
19807 \end_inset
19808
19809 mm al final para tener la línea inferior exactamente bajo la última línea
19810  de texto.
19811 \end_layout
19812
19813 \begin_layout Standard
19814 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19815  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19816 \end_layout
19817
19818 \begin_layout Standard
19819
19820 \series bold
19821
19822 \backslash
19823 floatname{algorithm}{nombre}
19824 \end_layout
19825
19826 \begin_layout Standard
19827 donde 
19828 \family sans
19829 nombre
19830 \family default
19831  es la palabra «
19832 \emph on
19833 algoritmo
19834 \emph default
19835 » en el idioma deseado.
19836 \end_layout
19837
19838 \begin_layout Standard
19839 Para insertar el índice de algoritmos puedes usar el menú 
19840 \family sans
19841 Insertar\SpecialChar \menuseparator
19842 Índice\SpecialChar \menuseparator
19843 Índice de algoritmos
19844 \family default
19845 , si el documento está en el mismo idioma que los menús de LyX.
19846  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19847 \end_layout
19848
19849 \begin_layout Standard
19850
19851 \series bold
19852
19853 \backslash
19854 listof{algorithm}{nombre}
19855 \end_layout
19856
19857 \begin_layout Standard
19858 donde 
19859 \family sans
19860 nombre
19861 \family default
19862  es, por ejemplo, «
19863 \emph on
19864 Índice de algoritmos
19865 \emph default
19866 » en el idioma del documento.
19867 \end_layout
19868
19869 \begin_layout Standard
19870 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19871  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
19872 itmo».
19873  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19874  documento:
19875 \end_layout
19876
19877 \begin_layout Standard
19878
19879 \series bold
19880
19881 \backslash
19882 numberwithin{algorithm}{chapter}
19883 \end_layout
19884
19885 \begin_layout Standard
19886 Para poder usar el comando 
19887 \series bold
19888
19889 \backslash
19890 numberwithin
19891 \series default
19892 , marca la opción 
19893 \family sans
19894 Usar
19895 \begin_inset space ~
19896 \end_inset
19897
19898 el
19899 \begin_inset space ~
19900 \end_inset
19901
19902 paquete
19903 \begin_inset space ~
19904 \end_inset
19905
19906 AMS
19907 \family default
19908  en el menú 
19909 \family sans
19910 Documento\SpecialChar \menuseparator
19911 Configuración\SpecialChar \menuseparator
19912 Opciones para ecuaciones
19913 \family default
19914 .
19915 \end_layout
19916
19917 \begin_layout Section
19918 Numeración de flotantes
19919 \begin_inset Index idx
19920 status collapsed
19921
19922 \begin_layout Plain Layout
19923 Flotantes ! Numeración
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \begin_layout Standard
19932 En general, los flotantes se numeran independientemente de las secciones
19933  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19934  dependiendo de la clase de documento utilizada.
19935 \end_layout
19936
19937 \begin_layout Standard
19938 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19939  comando en el preámbulo del documento:
19940 \end_layout
19941
19942 \begin_layout Standard
19943
19944 \series bold
19945
19946 \backslash
19947 renewcommand{
19948 \backslash
19949 thetable}{
19950 \backslash
19951 roman{table}}
19952 \end_layout
19953
19954 \begin_layout Standard
19955
19956 \series bold
19957
19958 \backslash
19959 thetable 
19960 \series default
19961 es el comando que imprime el número del cuadro, para figuras flotantes el
19962  comando sería 
19963 \series bold
19964
19965 \backslash
19966 thefigure
19967 \series default
19968 .
19969  El comando 
19970 \series bold
19971
19972 \backslash
19973 roman
19974 \series default
19975  imprime el número de cuadro en números romanos en minúscula.
19976 \end_layout
19977
19978 \begin_layout Standard
19979 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19980  usa este comando en el preámbulo:
19981 \end_layout
19982
19983 \begin_layout Standard
19984
19985 \series bold
19986
19987 \backslash
19988 numberwithin{table}{subsection}
19989 \end_layout
19990
19991 \begin_layout Standard
19992 Para poder usar el comando 
19993 \series bold
19994
19995 \backslash
19996 numberwithin
19997 \series default
19998 , debes marcar la opción 
19999 \family sans
20000 Usar
20001 \begin_inset space ~
20002 \end_inset
20003
20004 el
20005 \begin_inset space ~
20006 \end_inset
20007
20008 paquete
20009 \begin_inset space ~
20010 \end_inset
20011
20012 AMS 
20013 \family default
20014 en el apartado 
20015 \family sans
20016 Opciones para ecuaciones 
20017 \family default
20018 de las preferencias del documento.
20019 \end_layout
20020
20021 \begin_layout Standard
20022 Puedes ver más detalles y notas importantes sobre comandos de numeración
20023  en la sección
20024 \begin_inset space ~
20025 \end_inset
20026
20027
20028 \begin_inset CommandInset ref
20029 LatexCommand ref
20030 reference "sub:Numeración-de-Notas-al-Pie"
20031
20032 \end_inset
20033
20034 .
20035 \end_layout
20036
20037 \begin_layout Section
20038 Referencias a flotantes
20039 \begin_inset CommandInset label
20040 LatexCommand label
20041 name "sec:Referencias-a-Flotantes"
20042
20043 \end_inset
20044
20045
20046 \begin_inset Index idx
20047 status collapsed
20048
20049 \begin_layout Plain Layout
20050 Flotantes ! Referencias
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \begin_inset Index idx
20057 status collapsed
20058
20059 \begin_layout Plain Layout
20060 Referencias
20061 \end_layout
20062
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Standard
20069 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20070  menú 
20071 \family sans
20072 Insertar\SpecialChar \menuseparator
20073 Etiqueta
20074 \family default
20075  o el botón 
20076 \begin_inset Graphics
20077         filename ../../images/label-insert.png
20078         scale 85
20079
20080 \end_inset
20081
20082 .
20083  Aparece una ventana esperando la introducción del texto de la etiqueta
20084  y se inserta un cuadro gris como este: 
20085 \begin_inset Graphics
20086         filename clipart/etiquetaQt4.png
20087         scale 85
20088
20089 \end_inset
20090
20091 .
20092  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20093  El prefijo depende del tipo de flotante, p.
20094 \begin_inset space \thinspace{}
20095 \end_inset
20096
20097 e.
20098 \begin_inset space ~
20099 \end_inset
20100
20101 para figuras el prefijo será «
20102 \family sans
20103 fig:
20104 \family default
20105 ».
20106 \end_layout
20107
20108 \begin_layout Standard
20109 La etiqueta se usa como ancla y el nombre para la referencia.
20110  Puedes referenciar la etiqueta usando el menú 
20111 \family sans
20112 Insertar\SpecialChar \menuseparator
20113 Referencia
20114 \family default
20115
20116 \begin_inset space ~
20117 \end_inset
20118
20119
20120 \family sans
20121 cruzada
20122 \family default
20123  o el botón 
20124 \begin_inset Graphics
20125         filename ../../images/dialog-show-new-inset_ref.png
20126         scale 85
20127
20128 \end_inset
20129
20130 .
20131  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20132  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
20133  trabajando de la lista desplegable de la parte superior del diálogo.
20134  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20135  Se inserta un cuadro gris como este: 
20136 \begin_inset Graphics
20137         filename clipart/referenciaQt4.png
20138         scale 85
20139
20140 \end_inset
20141
20142 .
20143  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20144 \end_layout
20145
20146 \begin_layout Standard
20147 Se recomienda poner un espacio protegido entre el nombre de la referencia
20148  cruzada y su número para evitar saltos de línea entre ellos.
20149  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20150  dos interrogaciones en la salida.
20151 \end_layout
20152
20153 \begin_layout Standard
20154 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20155  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20156  al texto de la etiqueta nueva, no te preocupes por eso.
20157 \end_layout
20158
20159 \begin_layout Standard
20160 El botón 
20161 \family sans
20162 Ir
20163 \begin_inset space ~
20164 \end_inset
20165
20166 a
20167 \begin_inset space ~
20168 \end_inset
20169
20170 la
20171 \begin_inset space ~
20172 \end_inset
20173
20174 etiqueta
20175 \family default
20176  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20177  y el texto del botón cambia a 
20178 \family sans
20179 Volver
20180 \family default
20181 , con el que se puede retornar a la referencia.
20182  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20183  hasta la etiqueta pero sin opción de volver.
20184 \end_layout
20185
20186 \begin_layout Subsection
20187 Formatos de referencia cruzada
20188 \begin_inset CommandInset label
20189 LatexCommand label
20190 name "sub:Formatos-referencia-cruzada"
20191
20192 \end_inset
20193
20194
20195 \begin_inset Index idx
20196 status collapsed
20197
20198 \begin_layout Plain Layout
20199 Referencias ! Formatos
20200 \end_layout
20201
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \begin_layout Standard
20208 Hay seis variedades de referencias cruzadas:
20209 \end_layout
20210
20211 \begin_layout Description
20212 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20213  
20214 \begin_inset CommandInset ref
20215 LatexCommand ref
20216 reference "fig:Dos-imágenes-distorsionadas"
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \begin_layout Description
20224 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20225  habitual para referirse a fórmulas, especialmente si se omite el nombre
20226  «Ecuación»: 
20227 \begin_inset CommandInset ref
20228 LatexCommand eqref
20229 reference "eq:Wgn"
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Description
20237 <página>: imprime el número de página: Página
20238 \begin_inset space ~
20239 \end_inset
20240
20241
20242 \begin_inset CommandInset ref
20243 LatexCommand pageref
20244 reference "fig:Dos-imágenes-distorsionadas"
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Description
20252 en
20253 \begin_inset space ~
20254 \end_inset
20255
20256 página
20257 \begin_inset space ~
20258 \end_inset
20259
20260 <página>: imprime el texto «en la página» y el número de página: 
20261 \begin_inset CommandInset ref
20262 LatexCommand vpageref
20263 reference "fig:Dos-imágenes-distorsionadas"
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Description
20271 <referencia>
20272 \begin_inset space ~
20273 \end_inset
20274
20275 en
20276 \begin_inset space ~
20277 \end_inset
20278
20279 página
20280 \begin_inset space ~
20281 \end_inset
20282
20283 <página>: imprime el número flotante, el texto «en la página» y el número
20284  de página: 
20285 \begin_inset CommandInset ref
20286 LatexCommand vref
20287 reference "fig:Dos-imágenes-distorsionadas"
20288
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \begin_layout Description
20295 Referencia
20296 \begin_inset space ~
20297 \end_inset
20298
20299 con
20300 \begin_inset space ~
20301 \end_inset
20302
20303 formato: imprime un formato personalizado.
20304 \begin_inset Newline newline
20305 \end_inset
20306
20307
20308 \begin_inset Note Greyedout
20309 status open
20310
20311 \begin_layout Plain Layout
20312
20313 \series bold
20314 Nota:
20315 \series default
20316  Esta característica sólo está disponible si está instalado el paquete LaTeX
20317  
20318 \series bold
20319 prettyref
20320 \series default
20321  o 
20322 \series bold
20323 refstyle
20324 \series default
20325 .
20326 \begin_inset Index idx
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 LaTeX-paquetes ! prettyref
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \begin_inset Index idx
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 LaTeX-paquetes ! refstyle
20341 \end_layout
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \end_inset
20349
20350
20351 \begin_inset Newline newline
20352 \end_inset
20353
20354 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20355  la opción 
20356 \family sans
20357 Usar refstyle (no prettyref) para las referencias cruzadas
20358 \family default
20359  en el menú 
20360 \family sans
20361 Documento\SpecialChar \menuseparator
20362 Configuración\SpecialChar \menuseparator
20363 Clase de documento
20364 \family default
20365 .
20366  El formato se especifica añadiendo el comando 
20367 \series bold
20368
20369 \backslash
20370 newrefformat
20371 \series default
20372  (prettyref) o 
20373 \series bold
20374
20375 \backslash
20376 newref
20377 \series default
20378  (refstyle) en el preámbulo del documento.
20379  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20380  la etiqueta 
20381 \begin_inset Quotes fld
20382 \end_inset
20383
20384
20385 \family sans
20386 fig
20387 \family default
20388
20389 \begin_inset Quotes frd
20390 \end_inset
20391
20392 ) se usa el comando
20393 \begin_inset Newline newline
20394 \end_inset
20395
20396
20397 \series bold
20398
20399 \backslash
20400 newref{fig}{refcmd={Imagen en la página 
20401 \backslash
20402 pageref{#1}}}
20403 \series default
20404
20405 \begin_inset Newline newline
20406 \end_inset
20407
20408 Para más información sobre este formato echa un vistazo a la documentación
20409  de
20410 \begin_inset space ~
20411 \end_inset
20412
20413
20414 \begin_inset CommandInset citation
20415 LatexCommand cite
20416 key "prettyref,refstyle"
20417
20418 \end_inset
20419
20420 .
20421 \end_layout
20422
20423 \begin_layout Description
20424 Referencia
20425 \begin_inset space ~
20426 \end_inset
20427
20428 textual: imprime la leyenda de la referencia: 
20429 \begin_inset CommandInset ref
20430 LatexCommand nameref
20431 reference "fig:Dos-imágenes-distorsionadas"
20432
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \begin_layout Standard
20439
20440 \family sans
20441 <página>
20442 \family default
20443
20444 \begin_inset space \thinspace{}
20445 \end_inset
20446
20447  no imprime el número si la etiqueta está en la misma página, en la anterior
20448  o en la siguiente.
20449  En su lugar verás p.
20450 \begin_inset space \thinspace{}
20451 \end_inset
20452
20453 e.
20454 \begin_inset space ~
20455 \end_inset
20456
20457 el texto «
20458 \family sans
20459 en esta página
20460 \family default
20461 ».
20462  El estilo 
20463 \family sans
20464 <referencia>
20465 \begin_inset space ~
20466 \end_inset
20467
20468 en
20469 \begin_inset space ~
20470 \end_inset
20471
20472 página
20473 \begin_inset space ~
20474 \end_inset
20475
20476 <página> 
20477 \family default
20478 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20479 \end_layout
20480
20481 \begin_layout Standard
20482 El número y página actual de la parte del documento referida es automáticamente
20483  calculado por LaTeX en la salida.
20484  Las variedades se ajustan en el campo 
20485 \family sans
20486 Formato
20487 \family default
20488  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20489 \end_layout
20490
20491 \begin_layout Standard
20492 \begin_inset Note Greyedout
20493 status collapsed
20494
20495 \begin_layout Plain Layout
20496
20497 \series bold
20498 Nota: 
20499 \series default
20500 Se recomienda usar el paquete LaTeX 
20501 \series bold
20502 refstyle
20503 \series default
20504
20505 \begin_inset Index idx
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509 LaTeX-paquetes ! refstyle
20510 \end_layout
20511
20512 \end_inset
20513
20514  porque 
20515 \series bold
20516 prettyref
20517 \series default
20518
20519 \begin_inset Index idx
20520 status collapsed
20521
20522 \begin_layout Plain Layout
20523 LaTeX-paquetes ! prettyref
20524 \end_layout
20525
20526 \end_inset
20527
20528  no reconoce todas las abreviaturas de etiquetas
20529 \begin_inset Foot
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533 \begin_inset Quotes fld
20534 \end_inset
20535
20536 fig:
20537 \begin_inset Quotes frd
20538 \end_inset
20539
20540 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20541  figuras.
20542 \end_layout
20543
20544 \end_inset
20545
20546  posibles en LyX y no está internacionalizado.
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Standard
20555 \begin_inset Note Greyedout
20556 status open
20557
20558 \begin_layout Plain Layout
20559
20560 \series bold
20561 Nota:
20562 \series default
20563  Debido a un fallo en el paquete LaTeX 
20564 \series bold
20565 varioref
20566 \series default
20567  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20568  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20569  el francés).
20570  Para una solución provisional, véase 
20571 \begin_inset Newline newline
20572 \end_inset
20573
20574
20575 \begin_inset CommandInset href
20576 LatexCommand href
20577 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20578
20579 \end_inset
20580
20581 .
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \begin_layout Subsection
20590 Designación automática de referencias
20591 \begin_inset Index idx
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595 Referencias ! Designación automática
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Standard
20604 El paquete LaTeX 
20605 \series bold
20606 hyperref
20607 \series default
20608
20609 \begin_inset Index idx
20610 status collapsed
20611
20612 \begin_layout Plain Layout
20613 LaTeX-paquetes ! hyperref
20614 \end_layout
20615
20616 \end_inset
20617
20618 , que se habilita en 
20619 \family sans
20620 Propiedades PDF
20621 \family default
20622  del diálogo 
20623 \family sans
20624 Documento\SpecialChar \menuseparator
20625 Configuración
20626 \family default
20627 , dispone de una característica muy útil que permite incluir automáticamente
20628  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20629  de texto como 
20630 \emph on
20631 sección
20632 \emph default
20633 ).
20634  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
20635  cada referencia a una figura.
20636  Para usar esta característica habilita el soporte para 
20637 \series bold
20638 hyperref
20639 \series default
20640  e inserta la siguiente línea en el preámbulo LaTeX:
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646
20647 \backslash
20648 AtBeginDocument{
20649 \backslash
20650 renewcommand{
20651 \backslash
20652 ref}[1]{
20653 \backslash
20654 mbox{
20655 \backslash
20656 autoref{#1}}}}
20657 \end_layout
20658
20659 \begin_layout Standard
20660 Si prefieres otros nombres para las referencias distintos de los predeterminados
20661 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20662  lo siguiente en el preámbulo:
20663 \end_layout
20664
20665 \begin_layout Standard
20666
20667 \series bold
20668
20669 \backslash
20670 addto
20671 \backslash
20672 extrasenglish{
20673 \backslash
20674 renewcommand{
20675 \backslash
20676 sectionautorefname}
20677 \begin_inset Newline newline
20678 \end_inset
20679
20680
20681 \begin_inset Phantom HPhantom
20682 status open
20683
20684 \begin_layout Plain Layout
20685
20686 \series bold
20687 \begin_inset space ~
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694
20695 {sec.
20696 \backslash
20697 negthinspace}}
20698 \end_layout
20699
20700 \begin_layout Standard
20701 Si estás usando un idioma de documento distinto del inglés, reemplaza
20702 \begin_inset Newline newline
20703 \end_inset
20704
20705  
20706 \series bold
20707
20708 \backslash
20709 extrasenglish
20710 \series default
20711  por
20712 \series bold
20713  
20714 \backslash
20715 extras***
20716 \series default
20717 , donde *** es el nombre del idioma utilizado.
20718 \end_layout
20719
20720 \begin_layout Standard
20721 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20722  por ejemplo no para ecuaciones, usa este código de preámbulo:
20723 \end_layout
20724
20725 \begin_layout Standard
20726
20727 \series bold
20728
20729 \backslash
20730 newlength{
20731 \backslash
20732 abc}
20733 \begin_inset Newline newline
20734 \end_inset
20735
20736
20737 \backslash
20738 settowidth{
20739 \backslash
20740 abc}{
20741 \backslash
20742 space}
20743 \begin_inset Newline newline
20744 \end_inset
20745
20746
20747 \backslash
20748 addto
20749 \backslash
20750 extrasenglish{
20751 \backslash
20752 renewcommand{
20753 \backslash
20754 equationautorefname}
20755 \begin_inset Newline newline
20756 \end_inset
20757
20758
20759 \begin_inset Phantom HPhantom
20760 status open
20761
20762 \begin_layout Plain Layout
20763
20764 \series bold
20765 \begin_inset space ~
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \end_inset
20772
20773 {
20774 \backslash
20775 hspace{-
20776 \backslash
20777 abc}}
20778 \end_layout
20779
20780 \begin_layout Standard
20781 En la documentación de 
20782 \series bold
20783 hyperref
20784 \series default
20785  
20786 \begin_inset CommandInset citation
20787 LatexCommand cite
20788 key "hyperref"
20789
20790 \end_inset
20791
20792  puedes encontrar más información.
20793
20794 \series bold
20795  
20796 \end_layout
20797
20798 \begin_layout Standard
20799 \begin_inset Note Greyedout
20800 status open
20801
20802 \begin_layout Plain Layout
20803
20804 \series bold
20805 Nota:
20806 \series default
20807  La designación automática de referencias no puede usarse en el estilo 
20808 \family sans
20809 Referencia
20810 \begin_inset space ~
20811 \end_inset
20812
20813 con
20814 \begin_inset space ~
20815 \end_inset
20816
20817 formato
20818 \family default
20819 , descrita en la sección
20820 \begin_inset space ~
20821 \end_inset
20822
20823
20824 \begin_inset CommandInset ref
20825 LatexCommand ref
20826 reference "sub:Formatos-referencia-cruzada"
20827
20828 \end_inset
20829
20830 .
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 El manual 
20840 \emph on
20841 Ecuaciones
20842 \emph default
20843  es un ejemplo de documento en el que se ha utilizado designación automática
20844  de referencias.
20845 \end_layout
20846
20847 \begin_layout Subsection
20848 Colocación de referencias
20849 \begin_inset CommandInset label
20850 LatexCommand label
20851 name "sub:Colocación-de-Referencias"
20852
20853 \end_inset
20854
20855
20856 \begin_inset Index idx
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 Referencias ! Colocación
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Standard
20869 Si usas 
20870 \series bold
20871 hyperref
20872 \series default
20873
20874 \begin_inset Index idx
20875 status collapsed
20876
20877 \begin_layout Plain Layout
20878 LaTeX-paquetes ! hyperref
20879 \end_layout
20880
20881 \end_inset
20882
20883 , en las 
20884 \family sans
20885 Preferencias PDF 
20886 \family default
20887 del diálogo 
20888 \family sans
20889 Documento\SpecialChar \menuseparator
20890 Configuración
20891 \family default
20892 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20893  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20894  La leyenda será la primera parte del texto en pantalla, de forma que para
20895  ver la imagen debes deslizar.
20896  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20897  Usando el paquete 
20898 \series bold
20899 hypcap
20900 \series default
20901
20902 \begin_inset Index idx
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 LaTeX-paquetes ! hypcap
20907 \end_layout
20908
20909 \end_inset
20910
20911 , que forma parte del paquete LaTeX 
20912 \series bold
20913 oberdiek
20914 \series default
20915
20916 \begin_inset Index idx
20917 status collapsed
20918
20919 \begin_layout Plain Layout
20920 LaTeX-paquetes ! oberdiek
20921 \end_layout
20922
20923 \end_inset
20924
20925 , el ancla de enlace se sitúa al comienzo de un flotante.
20926  Para usar esta característica para figuras flotantes carga 
20927 \series bold
20928 hypcap
20929 \series default
20930  en el preámbulo con
20931 \end_layout
20932
20933 \begin_layout Standard
20934
20935 \series bold
20936
20937 \backslash
20938 usepackage[figure]{hypcap}
20939 \end_layout
20940
20941 \begin_layout Standard
20942 Puedes usar 
20943 \series bold
20944 hypcap
20945 \series default
20946  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20947  Más información en el manual de 
20948 \series bold
20949 hypcap
20950 \series default
20951  
20952 \begin_inset CommandInset citation
20953 LatexCommand cite
20954 key "hypcap"
20955
20956 \end_inset
20957
20958 .
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset Note Greyedout
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967 \series bold
20968 Nota:
20969 \series default
20970  
20971 \series bold
20972 hypcap
20973 \series default
20974  no funciona para las referencias a subfiguras.
20975 \end_layout
20976
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \begin_layout Section
20983 Colocación de flotantes
20984 \begin_inset CommandInset label
20985 LatexCommand label
20986 name "sec:Colocación-de-Flotantes"
20987
20988 \end_inset
20989
20990
20991 \begin_inset Index idx
20992 status collapsed
20993
20994 \begin_layout Plain Layout
20995 Flotantes ! Colocación
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Standard
21004 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21005  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21006  los flotantes.
21007 \begin_inset Newline newline
21008 \end_inset
21009
21010 La opción 
21011 \family sans
21012 Extender
21013 \begin_inset space ~
21014 \end_inset
21015
21016 columnas
21017 \family default
21018  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21019  abarcará ambas columnas en lugar de una sola.
21020 \begin_inset Newline newline
21021 \end_inset
21022
21023 La opción 
21024 \family sans
21025 Girar
21026 \begin_inset space ~
21027 \end_inset
21028
21029 a
21030 \begin_inset space ~
21031 \end_inset
21032
21033 un
21034 \begin_inset space ~
21035 \end_inset
21036
21037 lado
21038 \family default
21039  sirve para girar flotantes, véase sección
21040 \begin_inset space ~
21041 \end_inset
21042
21043
21044 \begin_inset CommandInset ref
21045 LatexCommand ref
21046 reference "sec:Rotación-de-Flotantes"
21047
21048 \end_inset
21049
21050 .
21051  
21052 \end_layout
21053
21054 \begin_layout Standard
21055 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21056  la posición de un flotante si desmarcas la opción 
21057 \family sans
21058 Usar
21059 \begin_inset space ~
21060 \end_inset
21061
21062 ubicación
21063 \begin_inset space ~
21064 \end_inset
21065
21066 predeterminada
21067 \family default
21068 :
21069 \end_layout
21070
21071 \begin_layout Description
21072
21073 \family sans
21074 \series bold
21075 Aquí
21076 \begin_inset space ~
21077 \end_inset
21078
21079 si
21080 \begin_inset space ~
21081 \end_inset
21082
21083 es
21084 \begin_inset space ~
21085 \end_inset
21086
21087 posible
21088 \family default
21089 \series default
21090  intenta situar el flotante en la posición en la que se inserta
21091 \end_layout
21092
21093 \begin_layout Description
21094
21095 \family sans
21096 \series bold
21097 Principio
21098 \begin_inset space ~
21099 \end_inset
21100
21101 de
21102 \begin_inset space ~
21103 \end_inset
21104
21105 página
21106 \family default
21107 \series default
21108  intenta situar el flotante al principio de la página actual
21109 \end_layout
21110
21111 \begin_layout Description
21112
21113 \family sans
21114 \series bold
21115 Fin
21116 \begin_inset space ~
21117 \end_inset
21118
21119 de
21120 \begin_inset space ~
21121 \end_inset
21122
21123 página
21124 \family default
21125 \series default
21126  intenta situar el flotante al final de la página actual
21127 \end_layout
21128
21129 \begin_layout Description
21130
21131 \family sans
21132 \series bold
21133 Página
21134 \begin_inset space ~
21135 \end_inset
21136
21137 de
21138 \begin_inset space ~
21139 \end_inset
21140
21141 flotantes
21142 \family default
21143 \series default
21144  intenta situar el flotante en una página propia 
21145 \end_layout
21146
21147 \begin_layout Standard
21148 LaTeX usa 
21149 \emph on
21150 siempre
21151 \emph default
21152  ese orden de opciones.
21153  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21154  lugar 
21155 \family sans
21156 Aquí
21157 \begin_inset space ~
21158 \end_inset
21159
21160 si
21161 \begin_inset space ~
21162 \end_inset
21163
21164 es
21165 \begin_inset space ~
21166 \end_inset
21167
21168 posible
21169 \family default
21170 , luego 
21171 \family sans
21172 Principio
21173 \begin_inset space ~
21174 \end_inset
21175
21176 de
21177 \begin_inset space ~
21178 \end_inset
21179
21180 página
21181 \family default
21182 , y después las otras.
21183  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21184  pero en dicho orden.
21185  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21186  pero intenta poner el flotante en la página siguiente.
21187 \end_layout
21188
21189 \begin_layout Standard
21190 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21191 \end_layout
21192
21193 \begin_layout Labeling
21194 \labelwidthstring 00.00.0000
21195
21196 \family sans
21197 Principio
21198 \begin_inset space ~
21199 \end_inset
21200
21201 de
21202 \begin_inset space ~
21203 \end_inset
21204
21205 página:
21206 \family default
21207  sólo si el flotante ocupa menos del 70
21208 \begin_inset space \thinspace{}
21209 \end_inset
21210
21211 % de la página puede ubicarse al principio de página (
21212 \series bold
21213
21214 \backslash
21215 topfraction
21216 \series default
21217 )
21218 \end_layout
21219
21220 \begin_layout Labeling
21221 \labelwidthstring 00.00.0000
21222
21223 \family sans
21224 Fin
21225 \begin_inset space ~
21226 \end_inset
21227
21228 de
21229 \begin_inset space ~
21230 \end_inset
21231
21232 página:
21233 \family default
21234  sólo si el flotante ocupa menos del 30
21235 \begin_inset space \thinspace{}
21236 \end_inset
21237
21238 % de la página puede ubicarse al fin de página.
21239  (
21240 \series bold
21241
21242 \backslash
21243 bottomfraction
21244 \series default
21245 )
21246 \end_layout
21247
21248 \begin_layout Labeling
21249 \labelwidthstring 00.00.0000
21250
21251 \family sans
21252 Página
21253 \begin_inset space ~
21254 \end_inset
21255
21256 de
21257 \begin_inset space ~
21258 \end_inset
21259
21260 flotantes:
21261 \family default
21262  sólo si más del 50
21263 \begin_inset space \thinspace{}
21264 \end_inset
21265
21266 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21267  página.
21268  (
21269 \series bold
21270
21271 \backslash
21272 floatpagefraction
21273 \series default
21274 )
21275 \end_layout
21276
21277 \begin_layout Standard
21278 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21279  
21280 \family sans
21281 Ignorar
21282 \begin_inset space ~
21283 \end_inset
21284
21285 reglas
21286 \begin_inset space ~
21287 \end_inset
21288
21289 de
21290 \begin_inset space ~
21291 \end_inset
21292
21293 LaTeX
21294 \family default
21295 .
21296 \begin_inset Newline newline
21297 \end_inset
21298
21299 También puedes redefinir las reglas con los comandos LaTeX que van entre
21300  paréntesis tras la descripción de las reglas anteriores.
21301  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21302  la regla 
21303 \family sans
21304 Fin
21305 \family default
21306
21307 \begin_inset space ~
21308 \end_inset
21309
21310
21311 \family sans
21312 de
21313 \family default
21314
21315 \begin_inset space ~
21316 \end_inset
21317
21318
21319 \family sans
21320 página
21321 \family default
21322  al 50
21323 \begin_inset space \thinspace{}
21324 \end_inset
21325
21326 %, añade esta línea en el preámbulo:
21327 \end_layout
21328
21329 \begin_layout Standard
21330
21331 \series bold
21332
21333 \backslash
21334 renewcommand{
21335 \backslash
21336 bottomfraction}{0.5}
21337 \end_layout
21338
21339 \begin_layout Standard
21340 En determinados casos podrías necesitar ubicar un flotante exactamente en
21341  la posición en la que se inserta.
21342  Para esto puedes usar la opción 
21343 \family sans
21344 Aquí
21345 \begin_inset space ~
21346 \end_inset
21347
21348 definitivamente
21349 \family default
21350 .
21351  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21352  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21353  se podría estropear el diseño de la página.
21354 \end_layout
21355
21356 \begin_layout Standard
21357 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21358  rodeados por texto de un párrafo determinado.
21359 \begin_inset VSpace bigskip
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 A veces surge el problema de que un flotante se sitúa al principio de la
21367  página mientras que su sección correspondiente empieza en mitad de la página,
21368  así que el lector podría creer que el flotante forma parte de la sección
21369  anterior.
21370  Para evitarlo puede emplearse el comando LaTeX 
21371 \series bold
21372
21373 \backslash
21374 suppressfloats
21375 \series default
21376 , que suprime la ubicación de un flotante dado en la página donde se inserta
21377  y además puede servir para evitar que el flotante se coloque antes del
21378  inicio de sección.
21379  Para ello, añade estos comandos al preámbulo:
21380 \end_layout
21381
21382 \begin_layout Standard
21383
21384 \series bold
21385
21386 \backslash
21387 let
21388 \backslash
21389 mySection
21390 \backslash
21391 section
21392 \begin_inset Newline newline
21393 \end_inset
21394
21395
21396 \backslash
21397 renewcommand{
21398 \backslash
21399 section}{
21400 \backslash
21401 suppressfloats[t]
21402 \backslash
21403 mySection}
21404 \end_layout
21405
21406 \begin_layout Standard
21407 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21408  subsecciones.
21409  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21410  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21411 \end_layout
21412
21413 \begin_layout Standard
21414 \begin_inset VSpace bigskip
21415 \end_inset
21416
21417 En ciertos casos se quieren tener todas las figuras/cuadros al final del
21418  documento.
21419  Para estos casos está el paquete LaTeX 
21420 \series bold
21421 endfloat
21422 \series default
21423
21424 \begin_inset Index idx
21425 status collapsed
21426
21427 \begin_layout Plain Layout
21428 LaTeX-paquetes ! endfloat
21429 \end_layout
21430
21431 \end_inset
21432
21433 .
21434  Pone todas las figuras y cuadros flotantes al final del documento en secciones
21435  propias.
21436  En la posición original del flotante se inserta una indicación como «
21437 \family sans
21438 [Figure
21439 \begin_inset space ~
21440 \end_inset
21441
21442 3.2 about here.]
21443 \family default
21444 ».
21445  El paquete 
21446 \series bold
21447 endfloat
21448 \series default
21449  se carga en el preámbulo con la línea
21450 \end_layout
21451
21452 \begin_layout Standard
21453
21454 \series bold
21455
21456 \backslash
21457 usepackage[options]{endfloat}
21458 \end_layout
21459
21460 \begin_layout Standard
21461 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
21462  Para más información véase la documentación 
21463 \begin_inset CommandInset citation
21464 LatexCommand cite
21465 key "endfloat"
21466
21467 \end_inset
21468
21469 .
21470 \begin_inset Newline newline
21471 \end_inset
21472
21473
21474 \begin_inset Note Greyedout
21475 status open
21476
21477 \begin_layout Plain Layout
21478
21479 \series bold
21480 Nota: endfloat
21481 \series default
21482  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21483  véase sección
21484 \begin_inset space ~
21485 \end_inset
21486
21487 4 en 
21488 \begin_inset CommandInset citation
21489 LatexCommand cite
21490 key "endfloat"
21491
21492 \end_inset
21493
21494 .
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \begin_inset Newline newline
21501 \end_inset
21502
21503
21504 \begin_inset Note Greyedout
21505 status open
21506
21507 \begin_layout Plain Layout
21508
21509 \series bold
21510 Nota:
21511 \series default
21512  Actualmente hay un error en 
21513 \series bold
21514 endfloat
21515 \series default
21516  cuando la leyenda contiene el carácter alemán «ß».
21517  Usa en ese caso el comando «
21518 \series bold
21519
21520 \backslash
21521 ss
21522 \series default
21523 » en código TeX en vez de «ß».
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \begin_layout Standard
21532 \begin_inset VSpace bigskip
21533 \end_inset
21534
21535 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21536 \begin_inset CommandInset citation
21537 LatexCommand cite
21538 key "latexcompanion,latexguide,latexbook"
21539
21540 \end_inset
21541
21542 .
21543 \end_layout
21544
21545 \begin_layout Section
21546 Rotación de flotantes
21547 \begin_inset CommandInset label
21548 LatexCommand label
21549 name "sec:Rotación-de-Flotantes"
21550
21551 \end_inset
21552
21553
21554 \begin_inset Index idx
21555 status collapsed
21556
21557 \begin_layout Plain Layout
21558 Flotantes ! Rotación
21559 \end_layout
21560
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
21568  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21569  la opción 
21570 \family sans
21571 Girar
21572 \begin_inset space ~
21573 \end_inset
21574
21575 a
21576 \begin_inset space ~
21577 \end_inset
21578
21579 un
21580 \begin_inset space ~
21581 \end_inset
21582
21583 lado
21584 \family default
21585 .
21586 \end_layout
21587
21588 \begin_layout Standard
21589 Los flotantes girados son puestos siempre en su propia página (o columna
21590  si el documento es de dos columnas).
21591  Se les puede permitir abarcar varias columnas con la opción de configuración
21592  
21593 \family sans
21594 Extender
21595 \begin_inset space ~
21596 \end_inset
21597
21598 columnas
21599 \family default
21600 .
21601  Se rotan de forma que puedes leerlos desde el margen externo.
21602  Para forzar determinada dirección de rotación para todas las páginas, puedes
21603  añadir una de las opciones 
21604 \series bold
21605 figuresleft
21606 \series default
21607  o 
21608 \series bold
21609 figuresright
21610 \series default
21611  a las opciones de clase del documento.
21612 \end_layout
21613
21614 \begin_layout Standard
21615 Los flotantes girados se refieren igual que los normales, y el formato de
21616  la leyenda también es el mismo: un ejemplo es el cuadro
21617 \begin_inset space ~
21618 \end_inset
21619
21620
21621 \begin_inset CommandInset ref
21622 LatexCommand ref
21623 reference "tab:Cuadro-girado"
21624
21625 \end_inset
21626
21627 .
21628 \end_layout
21629
21630 \begin_layout Standard
21631 \begin_inset Note Greyedout
21632 status open
21633
21634 \begin_layout Plain Layout
21635
21636 \series bold
21637 Nota:
21638 \series default
21639  No todos los visores DVI pueden mostrar cuadros girados.
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 \begin_inset Float table
21649 wide false
21650 sideways true
21651 status open
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Caption
21655
21656 \begin_layout Plain Layout
21657 \begin_inset CommandInset label
21658 LatexCommand label
21659 name "tab:Cuadro-girado"
21660
21661 \end_inset
21662
21663 Cuadro girado
21664 \end_layout
21665
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \begin_layout Plain Layout
21672 \align center
21673 \begin_inset Tabular
21674 <lyxtabular version="3" rows="1" columns="5">
21675 <features tabularvalignment="middle">
21676 <column alignment="center" valignment="top" width="0">
21677 <column alignment="center" valignment="top" width="0">
21678 <column alignment="center" valignment="top" width="0">
21679 <column alignment="center" valignment="top" width="0">
21680 <column alignment="center" valignment="top" width="0">
21681 <row>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 test
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 b
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 c
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 d
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 e
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 </lyxtabular>
21729
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \begin_layout Section
21741 Subflotantes
21742 \begin_inset Index idx
21743 status collapsed
21744
21745 \begin_layout Plain Layout
21746 Flotantes ! Subflotantes
21747 \end_layout
21748
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \begin_layout Standard
21755 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21756  imágenes.
21757  Se crean insertando un flotante dentro de otro.
21758  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21759  como se muestra en los cuadros
21760 \begin_inset space ~
21761 \end_inset
21762
21763
21764 \begin_inset CommandInset ref
21765 LatexCommand ref
21766 reference "tab:Dos-subcuadros-adosados"
21767
21768 \end_inset
21769
21770  y
21771 \begin_inset space ~
21772 \end_inset
21773
21774
21775 \begin_inset CommandInset ref
21776 LatexCommand ref
21777 reference "tab:Dos-subcuadros-uno-sobre"
21778
21779 \end_inset
21780
21781 .
21782 \end_layout
21783
21784 \begin_layout Standard
21785 Las referencias a subflotantes funcionan como en los flotantes normales:
21786  el cuadro
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "tab:Este-es-el-subcuadro-a"
21794
21795 \end_inset
21796
21797  y el cuadro
21798 \begin_inset space ~
21799 \end_inset
21800
21801
21802 \begin_inset CommandInset ref
21803 LatexCommand ref
21804 reference "tab:Este-es-el-subcuadro-b"
21805
21806 \end_inset
21807
21808  son subcuadros del cuadro
21809 \begin_inset space ~
21810 \end_inset
21811
21812
21813 \begin_inset CommandInset ref
21814 LatexCommand ref
21815 reference "tab:Dos-subcuadros-adosados"
21816
21817 \end_inset
21818
21819 .
21820 \end_layout
21821
21822 \begin_layout Standard
21823 \begin_inset Float table
21824 wide false
21825 sideways false
21826 status open
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "tab:Dos-subcuadros-adosados"
21835
21836 \end_inset
21837
21838 Dos subcuadros adosados
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \begin_layout Plain Layout
21847 \begin_inset space \hfill{}
21848 \end_inset
21849
21850
21851 \begin_inset Float table
21852 wide false
21853 sideways false
21854 status open
21855
21856 \begin_layout Plain Layout
21857 \begin_inset Caption
21858
21859 \begin_layout Plain Layout
21860 \begin_inset CommandInset label
21861 LatexCommand label
21862 name "tab:Este-es-el-subcuadro-a"
21863
21864 \end_inset
21865
21866 Este es el subcuadro a
21867 \end_layout
21868
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \begin_layout Plain Layout
21875 \align center
21876 \begin_inset Tabular
21877 <lyxtabular version="3" rows="1" columns="5">
21878 <features tabularvalignment="middle">
21879 <column alignment="center" valignment="top" width="0">
21880 <column alignment="center" valignment="top" width="0">
21881 <column alignment="center" valignment="top" width="0">
21882 <column alignment="center" valignment="top" width="0">
21883 <column alignment="center" valignment="top" width="0">
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 test 
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 b
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 c
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 d
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 e
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 </row>
21931 </lyxtabular>
21932
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \begin_inset space \hfill{}
21942 \end_inset
21943
21944
21945 \begin_inset Float table
21946 wide false
21947 sideways false
21948 status open
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Caption
21952
21953 \begin_layout Plain Layout
21954 \begin_inset CommandInset label
21955 LatexCommand label
21956 name "tab:Este-es-el-subcuadro-b"
21957
21958 \end_inset
21959
21960 Esta es la subtabla b
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Plain Layout
21969 \align center
21970 \begin_inset Tabular
21971 <lyxtabular version="3" rows="1" columns="5">
21972 <features tabularvalignment="middle">
21973 <column alignment="center" valignment="top" width="0">
21974 <column alignment="center" valignment="top" width="0">
21975 <column alignment="center" valignment="top" width="0">
21976 <column alignment="center" valignment="top" width="0">
21977 <column alignment="center" valignment="top" width="0">
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983 e
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 d
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 c
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 b
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 test
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 </row>
22025 </lyxtabular>
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \begin_inset space \hfill{}
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Standard
22047 \begin_inset Float table
22048 wide false
22049 sideways false
22050 status open
22051
22052 \begin_layout Plain Layout
22053 \begin_inset Caption
22054
22055 \begin_layout Plain Layout
22056 \begin_inset CommandInset label
22057 LatexCommand label
22058 name "tab:Dos-subcuadros-uno-sobre"
22059
22060 \end_inset
22061
22062 Dos subcuadros colocados una sobre otra.
22063  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Plain Layout
22072 \noindent
22073 \align center
22074 \begin_inset Float table
22075 wide false
22076 sideways false
22077 status open
22078
22079 \begin_layout Plain Layout
22080 \begin_inset Caption
22081
22082 \begin_layout Plain Layout
22083
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \begin_layout Plain Layout
22092 \align center
22093 \begin_inset Tabular
22094 <lyxtabular version="3" rows="1" columns="4">
22095 <features tabularvalignment="middle">
22096 <column alignment="center" valignment="top" width="0">
22097 <column alignment="center" valignment="top" width="0">
22098 <column alignment="center" valignment="top" width="0">
22099 <column alignment="center" valignment="top" width="0">
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 test
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 test
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 test
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132 test
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 </lyxtabular>
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Plain Layout
22151 \align center
22152 \begin_inset Float table
22153 wide false
22154 sideways false
22155 status open
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Caption
22159
22160 \begin_layout Plain Layout
22161
22162 \end_layout
22163
22164 \end_inset
22165
22166
22167 \end_layout
22168
22169 \begin_layout Plain Layout
22170 \align center
22171 \begin_inset Tabular
22172 <lyxtabular version="3" rows="1" columns="5">
22173 <features tabularvalignment="middle">
22174 <column alignment="center" valignment="top" width="0">
22175 <column alignment="center" valignment="top" width="0">
22176 <column alignment="center" valignment="top" width="0">
22177 <column alignment="center" valignment="top" width="0">
22178 <column alignment="center" valignment="top" width="0">
22179 <row>
22180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 a
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 b
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 c
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 d
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 e
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 </lyxtabular>
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \begin_layout Section
22244 Flotantes adosados
22245 \begin_inset Index idx
22246 status collapsed
22247
22248 \begin_layout Plain Layout
22249 Flotantes ! Adosados
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Standard
22258 Para colocar flotantes unos junto a otros, como en la figura
22259 \begin_inset space ~
22260 \end_inset
22261
22262
22263 \begin_inset CommandInset ref
22264 LatexCommand ref
22265 reference "fig:Flotante-izquierda"
22266
22267 \end_inset
22268
22269  y 
22270 \begin_inset CommandInset ref
22271 LatexCommand ref
22272 reference "fig:Flotante-derecha"
22273
22274 \end_inset
22275
22276 , se pone 
22277 \emph on
22278 un
22279 \emph default
22280  solo flotante.
22281  En él se insertan dos cuadros tipo minipágina.
22282 \begin_inset Foot
22283 status collapsed
22284
22285 \begin_layout Plain Layout
22286 Las minipáginas se explican en la sección
22287 \begin_inset space ~
22288 \end_inset
22289
22290
22291 \begin_inset CommandInset ref
22292 LatexCommand ref
22293 reference "sec:Minipáginas"
22294
22295 \end_inset
22296
22297 .
22298 \end_layout
22299
22300 \end_inset
22301
22302  La anchura de la columna se establece en 45-50
22303 \begin_inset space \thinspace{}
22304 \end_inset
22305
22306 % y la alineación en 
22307 \family sans
22308 Inferior
22309 \family default
22310  para cada minipágina.
22311  Las minipáginas contienen la imagen y su título, de igual forma que en
22312  los flotantes.
22313  La única diferencia es que el 
22314 \family sans
22315 Ancho
22316 \begin_inset space ~
22317 \end_inset
22318
22319 de
22320 \begin_inset space ~
22321 \end_inset
22322
22323 columna
22324 \begin_inset space ~
22325 \end_inset
22326
22327 %
22328 \family default
22329  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22330 \end_layout
22331
22332 \begin_layout Standard
22333 \begin_inset Float figure
22334 placement h
22335 wide false
22336 sideways false
22337 status open
22338
22339 \begin_layout Plain Layout
22340 \begin_inset Box Frameless
22341 position "b"
22342 hor_pos "c"
22343 has_inner_box 1
22344 inner_pos "t"
22345 use_parbox 0
22346 use_makebox 0
22347 width "45col%"
22348 special "none"
22349 height "1in"
22350 height_special "totalheight"
22351 status open
22352
22353 \begin_layout Plain Layout
22354 \align center
22355 \begin_inset Graphics
22356         filename ../clipart/mobius.eps
22357         lyxscale 50
22358         width 100col%
22359         scaleBeforeRotation
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Caption
22368
22369 \begin_layout Plain Layout
22370 \begin_inset CommandInset label
22371 LatexCommand label
22372 name "fig:Flotante-izquierda"
22373
22374 \end_inset
22375
22376 Flotante en el lado izquierdo.
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \end_inset
22385
22386
22387 \begin_inset space \hfill{}
22388 \end_inset
22389
22390
22391 \begin_inset Box Frameless
22392 position "b"
22393 hor_pos "c"
22394 has_inner_box 1
22395 inner_pos "t"
22396 use_parbox 0
22397 use_makebox 0
22398 width "45col%"
22399 special "none"
22400 height "1in"
22401 height_special "totalheight"
22402 status open
22403
22404 \begin_layout Plain Layout
22405 \align center
22406 \begin_inset Graphics
22407         filename ../clipart/platypus.eps
22408         lyxscale 50
22409         width 100col%
22410         scaleBeforeRotation
22411
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \begin_layout Plain Layout
22418 \begin_inset Caption
22419
22420 \begin_layout Plain Layout
22421 \begin_inset CommandInset label
22422 LatexCommand label
22423 name "fig:Flotante-derecha"
22424
22425 \end_inset
22426
22427 Flotante en el lado derecho.
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \begin_layout Section
22446 Formato de las leyendas
22447 \begin_inset Index idx
22448 status collapsed
22449
22450 \begin_layout Plain Layout
22451 Leyendas ! Formato
22452 \end_layout
22453
22454 \end_inset
22455
22456
22457 \begin_inset Index idx
22458 status collapsed
22459
22460 \begin_layout Plain Layout
22461 Flotantes ! Formato de las leyendas
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \begin_inset CommandInset label
22468 LatexCommand label
22469 name "sec:Formato-de-leyendas"
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \begin_layout Standard
22477 El entorno 
22478 \family sans
22479 Leyenda
22480 \family default
22481  es el predeterminado para los 
22482 \family sans
22483 Flotantes
22484 \family default
22485 .
22486  En LyX las leyendas se muestran como etiqueta, p.
22487 \begin_inset space \thinspace{}
22488 \end_inset
22489
22490 e.
22491 \begin_inset space ~
22492 \end_inset
22493
22494 «
22495 \family sans
22496 Figura #
22497 \family default
22498 :» seguida por el texto.
22499  «#» es el número real de referencia.
22500  Por omisión la etiqueta y el número usan la misma tipografía que el texto
22501  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22502  del texto.
22503  El entorno leyenda no es apropiado para todos los tipos de documento.
22504  
22505 \end_layout
22506
22507 \begin_layout Standard
22508 Para cambiar el formato predeterminado carga el paquete LaTeX 
22509 \series bold
22510 caption
22511 \series default
22512
22513 \begin_inset Index idx
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517 LaTeX-paquetes ! caption
22518 \end_layout
22519
22520 \end_inset
22521
22522  en el preámbulo del documento con la línea:
22523 \end_layout
22524
22525 \begin_layout Standard
22526
22527 \series bold
22528
22529 \backslash
22530 usepackage[definición de formato]{caption}
22531 \end_layout
22532
22533 \begin_layout Standard
22534 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22535  las leyendas de cuadro siempre sobre él como en este documento, usa el
22536  comando:
22537 \end_layout
22538
22539 \begin_layout Standard
22540
22541 \series bold
22542
22543 \backslash
22544 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22545 \end_layout
22546
22547 \begin_layout Standard
22548 También puedes definir distintos formatos de leyenda para los distintos
22549  tipos de flotantes.
22550  En ese caso carga el paquete 
22551 \series bold
22552 caption
22553 \series default
22554  sin opciones específicas y define los distintos formatos con ayuda del
22555  comando
22556 \end_layout
22557
22558 \begin_layout Standard
22559
22560 \series bold
22561
22562 \backslash
22563 captionsetup[tipo de flotante]{definición de formato}
22564 \end_layout
22565
22566 \begin_layout Standard
22567 en el preámbulo del documento.
22568  Por ejemplo las leyendas de la Figura
22569 \begin_inset space ~
22570 \end_inset
22571
22572
22573 \begin_inset CommandInset ref
22574 LatexCommand ref
22575 reference "fig:Esto-es-una-fig"
22576
22577 \end_inset
22578
22579  y el cuadro
22580 \begin_inset space ~
22581 \end_inset
22582
22583
22584 \begin_inset CommandInset ref
22585 LatexCommand ref
22586 reference "tab:Esto-es-un-cuadro"
22587
22588 \end_inset
22589
22590  pueden crearse usando los siguientes comandos en el preámbulo:
22591 \end_layout
22592
22593 \begin_layout Standard
22594
22595 \series bold
22596
22597 \backslash
22598 usepackage[tableposition=top]{caption}
22599 \series default
22600
22601 \begin_inset Newline newline
22602 \end_inset
22603
22604
22605 \series bold
22606
22607 \backslash
22608 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22609 \begin_inset Newline newline
22610 \end_inset
22611
22612
22613 \begin_inset Phantom HPhantom
22614 status open
22615
22616 \begin_layout Plain Layout
22617
22618 \series bold
22619
22620 \backslash
22621 captionsetup[figure]{
22622 \end_layout
22623
22624 \end_inset
22625
22626 labelsep=period}
22627 \begin_inset Newline newline
22628 \end_inset
22629
22630
22631 \backslash
22632 captionsetup[table]{labelfont={bf,sf}}
22633 \end_layout
22634
22635 \begin_layout Standard
22636 \begin_inset Note Greyedout
22637 status open
22638
22639 \begin_layout Plain Layout
22640
22641 \series bold
22642 Nota: 
22643 \series default
22644 La opción 
22645 \series bold
22646 tableposition=top
22647 \series default
22648  no tiene efecto si se usa una clase de documento 
22649 \series bold
22650 KOMA-Script
22651 \series default
22652 .
22653  En este caso debe utilizarse la opción de clase de documento 
22654 \series bold
22655 captions=tableheading
22656 \series default
22657 .
22658  
22659 \end_layout
22660
22661 \end_inset
22662
22663
22664 \end_layout
22665
22666 \begin_layout Standard
22667 Para más información sobre el paquete 
22668 \series bold
22669 caption
22670 \series default
22671  acude a su documentación 
22672 \begin_inset CommandInset citation
22673 LatexCommand cite
22674 key "caption"
22675
22676 \end_inset
22677
22678 .
22679 \end_layout
22680
22681 \begin_layout Standard
22682 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22683 \begin_inset space \thinspace{}
22684 \end_inset
22685
22686 e., usa el siguiente comando de preámbulo:
22687 \end_layout
22688
22689 \begin_layout Standard
22690
22691 \series bold
22692
22693 \backslash
22694 renewcommand{
22695 \backslash
22696 fnum@figure}{Imagen~
22697 \backslash
22698 thefigure}
22699 \end_layout
22700
22701 \begin_layout Standard
22702 donde 
22703 \series bold
22704
22705 \backslash
22706 thefigure
22707 \series default
22708  inserta el número de figura y «~» genera un espacio protegido.
22709
22710 \series bold
22711  
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \begin_inset VSpace bigskip
22716 \end_inset
22717
22718 Si estás usando la clase de documento 
22719 \series bold
22720 KOMA-Script
22721 \series default
22722
22723 \begin_inset Index idx
22724 status collapsed
22725
22726 \begin_layout Plain Layout
22727 LaTeX-paquetes ! KOMA-Script
22728 \end_layout
22729
22730 \end_inset
22731
22732  (
22733 \family sans
22734 article (KOMA-Script)
22735 \family default
22736
22737 \family sans
22738 book (KOMA-Script)
22739 \family default
22740
22741 \family sans
22742 letter (KOMA-Script)
22743 \family default
22744 , o 
22745 \family sans
22746 report (KOMA-Script)
22747 \family default
22748
22749 \begin_inset space \thinspace{}
22750 \end_inset
22751
22752 ), puedes emplear en vez del paquete 
22753 \series bold
22754 caption
22755 \series default
22756  el comando 
22757 \series bold
22758
22759 \backslash
22760 setkomafont
22761 \series default
22762  incluido en 
22763 \series bold
22764 KOMA-Script
22765 \series default
22766 .
22767  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22768  comando en el preámbulo del documento:
22769 \end_layout
22770
22771 \begin_layout Standard
22772
22773 \series bold
22774
22775 \backslash
22776 setkomafont{captionlabel}{
22777 \backslash
22778 bfseries}
22779 \end_layout
22780
22781 \begin_layout Standard
22782 Más información sobre 
22783 \series bold
22784
22785 \backslash
22786 setkomafont
22787 \series default
22788  en la documentación de 
22789 \series bold
22790 KOMA-Script
22791 \series default
22792  
22793 \begin_inset CommandInset citation
22794 LatexCommand cite
22795 key "KOMA-Script"
22796
22797 \end_inset
22798
22799 .
22800 \end_layout
22801
22802 \begin_layout Standard
22803 \begin_inset ERT
22804 status collapsed
22805
22806 \begin_layout Plain Layout
22807
22808
22809 \backslash
22810 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22811 }
22812 \end_layout
22813
22814 \end_inset
22815
22816
22817 \begin_inset Note Note
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Standard
22830 \begin_inset Float figure
22831 placement !p
22832 wide false
22833 sideways false
22834 status open
22835
22836 \begin_layout Plain Layout
22837 \align center
22838 \begin_inset Graphics
22839         filename ../clipart/mobius.eps
22840         lyxscale 50
22841         scale 50
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Caption
22850
22851 \begin_layout Plain Layout
22852 \begin_inset CommandInset label
22853 LatexCommand label
22854 name "fig:Esto-es-una-fig"
22855
22856 \end_inset
22857
22858
22859 \begin_inset Argument
22860 status collapsed
22861
22862 \begin_layout Plain Layout
22863 Figura con leyenda muy larga
22864 \end_layout
22865
22866 \end_inset
22867
22868 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22869  mostrar el formato diferente.
22870  Aquí se usa una leyenda personalizada.
22871 \end_layout
22872
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \begin_layout Standard
22884 \begin_inset ERT
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889
22890 \backslash
22891 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22892 on}
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset Float table
22902 placement !p
22903 wide false
22904 sideways false
22905 status collapsed
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Caption
22909
22910 \begin_layout Plain Layout
22911 \begin_inset CommandInset label
22912 LatexCommand label
22913 name "tab:Esto-es-un-cuadro"
22914
22915 \end_inset
22916
22917
22918 \begin_inset Argument
22919 status open
22920
22921 \begin_layout Plain Layout
22922 Cuadro con leyenda muy larga
22923 \end_layout
22924
22925 \end_inset
22926
22927 Este es un ejemplo de leyenda de cuadro mayor que una línea para mostrar
22928  el formato diferente.
22929  Aquí se usa el formato de leyenda estándar para los cuadros.
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \begin_layout Plain Layout
22938 \align center
22939 \begin_inset Tabular
22940 <lyxtabular version="3" rows="1" columns="5">
22941 <features tabularvalignment="middle">
22942 <column alignment="center" valignment="top" width="0">
22943 <column alignment="center" valignment="top" width="0">
22944 <column alignment="center" valignment="top" width="0">
22945 <column alignment="center" valignment="top" width="0">
22946 <column alignment="center" valignment="top" width="0">
22947 <row>
22948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 a
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 b
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 c
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 d
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 e
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 </lyxtabular>
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Section
23007 Colocación de leyendas
23008 \begin_inset Index idx
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 Leyendas ! Colocación
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \begin_inset Index idx
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022 Flotantes ! Colocación de leyendas
23023 \end_layout
23024
23025 \end_inset
23026
23027
23028 \begin_inset CommandInset label
23029 LatexCommand label
23030 name "sec:Colocación-de-leyendas"
23031
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \begin_layout Standard
23038 La norma habitual para colocar las leyendas es:
23039 \end_layout
23040
23041 \begin_layout Description
23042 Figura: La leyenda al pie de la figura
23043 \end_layout
23044
23045 \begin_layout Description
23046 cuadro: La leyenda sobre el cuadro
23047 \end_layout
23048
23049 \begin_layout Standard
23050 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23051  el cuadro.
23052  Esto implica que si usas las clases de documento 
23053 \family sans
23054 article
23055 \family default
23056
23057 \family sans
23058 book
23059 \family default
23060
23061 \family sans
23062 letter
23063 \family default
23064 , o 
23065 \family sans
23066 report
23067 \family default
23068  no habrá espacio entre la leyenda y el cuadro.
23069  Para insertar el espacio adecuado añade la siguiente opción al comando
23070  del paquete LaTeX 
23071 \series bold
23072 caption
23073 \series default
23074  en el preámbulo del documento:
23075 \begin_inset Foot
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079 Véase la sección
23080 \begin_inset space ~
23081 \end_inset
23082
23083
23084 \begin_inset CommandInset ref
23085 LatexCommand ref
23086 reference "sec:Formato-de-leyendas"
23087
23088 \end_inset
23089
23090  para más información sobre el paquete 
23091 \series bold
23092 caption
23093 \series default
23094 .
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103
23104 \series bold
23105 tableposition=top
23106 \end_layout
23107
23108 \begin_layout Standard
23109 Si estás usando la clase 
23110 \series bold
23111 KOMA-Script
23112 \series default
23113
23114 \begin_inset Index idx
23115 status collapsed
23116
23117 \begin_layout Plain Layout
23118 LaTeX-paquetes ! KOMA-Script
23119 \end_layout
23120
23121 \end_inset
23122
23123  (
23124 \family sans
23125 article (KOMA-Script)
23126 \family default
23127
23128 \family sans
23129 book (KOMA-Script)
23130 \family default
23131
23132 \family sans
23133 letter (KOMA-Script)
23134 \family default
23135 , o 
23136 \family sans
23137 report (KOMA-Script)
23138 \family default
23139
23140 \begin_inset space \thinspace{}
23141 \end_inset
23142
23143 ), en vez de 
23144 \series bold
23145 caption
23146 \series default
23147  puedes poner la opción 
23148 \series bold
23149 captions=tableheading
23150 \series default
23151  de la clase de documento.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 \begin_inset VSpace bigskip
23156 \end_inset
23157
23158 También es posible poner la leyenda junto a una figura o cuadro.
23159  Para conseguirlo hay que cargar el paquete LaTeX 
23160 \series bold
23161 sidecap
23162 \series default
23163
23164 \begin_inset Index idx
23165 status collapsed
23166
23167 \begin_layout Plain Layout
23168 LaTeX-paquetes ! sidecap
23169 \end_layout
23170
23171 \end_inset
23172
23173  añadiendo en el preámbulo del documento la línea
23174 \end_layout
23175
23176 \begin_layout Standard
23177
23178 \series bold
23179
23180 \backslash
23181 usepackage[option]{sidecap}
23182 \end_layout
23183
23184 \begin_layout Standard
23185 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23186  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23187  Puedes cambiar la colocación al margen interno con la opción 
23188 \series bold
23189 innercaption
23190 \series default
23191 .
23192  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23193  opciones 
23194 \series bold
23195 rightcaption
23196 \series default
23197  o 
23198 \series bold
23199 leftcaption
23200 \series default
23201 , respectivamente.
23202 \end_layout
23203
23204 \begin_layout Standard
23205 \begin_inset ERT
23206 status collapsed
23207
23208 \begin_layout Plain Layout
23209
23210
23211 \backslash
23212 ifsidecap
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \begin_inset Note Note
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23223  LaTeX 
23224 \series bold
23225 sidecap
23226 \series default
23227 .
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23237  estos comandos al preámbulo del documento:
23238 \end_layout
23239
23240 \begin_layout Standard
23241 \noindent
23242 \begin_inset CommandInset line
23243 LatexCommand rule
23244 offset "0.5ex"
23245 width "100line%"
23246 height "1pt"
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254
23255 \series bold
23256
23257 \backslash
23258 newcommand{
23259 \backslash
23260 TabBesBeg}[1][1.0]{%
23261 \begin_inset Newline newline
23262 \end_inset
23263
23264
23265 \begin_inset Phantom HPhantom
23266 status open
23267
23268 \begin_layout Plain Layout
23269 \begin_inset space ~
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \backslash
23279 let
23280 \backslash
23281 MyTable
23282 \backslash
23283 table
23284 \begin_inset Newline newline
23285 \end_inset
23286
23287
23288 \begin_inset Phantom HPhantom
23289 status open
23290
23291 \begin_layout Plain Layout
23292
23293 \series medium
23294 \begin_inset space ~
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \backslash
23304 let
23305 \backslash
23306 MyEndtable
23307 \backslash
23308 endtable
23309 \begin_inset Newline newline
23310 \end_inset
23311
23312
23313 \begin_inset Phantom HPhantom
23314 status open
23315
23316 \begin_layout Plain Layout
23317
23318 \series medium
23319 \begin_inset space ~
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326
23327
23328 \backslash
23329 renewenvironment{table}[1]{
23330 \backslash
23331 begin{SCtable}[#1]##1}{
23332 \backslash
23333 end{SCtable}}}
23334 \end_layout
23335
23336 \begin_layout Standard
23337
23338 \series bold
23339
23340 \backslash
23341 newcommand{
23342 \backslash
23343 TabBesEnd}{%
23344 \begin_inset Newline newline
23345 \end_inset
23346
23347
23348 \begin_inset Phantom HPhantom
23349 status open
23350
23351 \begin_layout Plain Layout
23352 \begin_inset space ~
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \backslash
23362 let
23363 \backslash
23364 table
23365 \backslash
23366 MyTable
23367 \begin_inset Newline newline
23368 \end_inset
23369
23370
23371 \begin_inset Phantom HPhantom
23372 status open
23373
23374 \begin_layout Plain Layout
23375 \begin_inset space ~
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \backslash
23385 let
23386 \backslash
23387 endtable
23388 \backslash
23389 MyEndtable
23390 \end_layout
23391
23392 \begin_layout Standard
23393
23394 \series bold
23395
23396 \backslash
23397 newcommand{
23398 \backslash
23399 FigBesBeg}[1][1.0]{%
23400 \begin_inset Newline newline
23401 \end_inset
23402
23403
23404 \begin_inset Phantom HPhantom
23405 status open
23406
23407 \begin_layout Plain Layout
23408 \begin_inset space ~
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \end_inset
23415
23416
23417 \backslash
23418 let
23419 \backslash
23420 MyFigure
23421 \backslash
23422 figure
23423 \begin_inset Newline newline
23424 \end_inset
23425
23426
23427 \begin_inset Phantom HPhantom
23428 status open
23429
23430 \begin_layout Plain Layout
23431 \begin_inset space ~
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \backslash
23441 let
23442 \backslash
23443 MyEndfigure
23444 \backslash
23445 endfigure
23446 \begin_inset Newline newline
23447 \end_inset
23448
23449
23450 \begin_inset Phantom HPhantom
23451 status open
23452
23453 \begin_layout Plain Layout
23454 \begin_inset space ~
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \backslash
23464 renewenvironment{figure}[1]{
23465 \backslash
23466 begin{SCfigure}[#1]##1}{
23467 \backslash
23468 end{SCfigure}}}
23469 \end_layout
23470
23471 \begin_layout Standard
23472
23473 \series bold
23474
23475 \backslash
23476 newcommand{
23477 \backslash
23478 FigBesEnd}{%
23479 \begin_inset Newline newline
23480 \end_inset
23481
23482
23483 \begin_inset Phantom HPhantom
23484 status open
23485
23486 \begin_layout Plain Layout
23487 \begin_inset space ~
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494
23495
23496 \backslash
23497 let
23498 \backslash
23499 figure
23500 \backslash
23501 MyFigure
23502 \begin_inset Newline newline
23503 \end_inset
23504
23505
23506 \begin_inset Phantom HPhantom
23507 status open
23508
23509 \begin_layout Plain Layout
23510 \begin_inset space ~
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \backslash
23520 let
23521 \backslash
23522 endfigure
23523 \backslash
23524 MyEndfigure}
23525 \end_layout
23526
23527 \begin_layout Standard
23528 \noindent
23529 \begin_inset CommandInset line
23530 LatexCommand rule
23531 offset "0.5ex"
23532 width "100line%"
23533 height "1pt"
23534
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \begin_layout Standard
23541 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23542  en un lado.
23543  Para figuras flotantes usa el comando
23544 \end_layout
23545
23546 \begin_layout Standard
23547
23548 \series bold
23549
23550 \backslash
23551 FigBesBeg
23552 \end_layout
23553
23554 \begin_layout Standard
23555 en código TeX antes del flotante.
23556  Y inserta
23557 \end_layout
23558
23559 \begin_layout Standard
23560
23561 \series bold
23562
23563 \backslash
23564 FigBesEnd
23565 \end_layout
23566
23567 \begin_layout Standard
23568 en código TeX 
23569 \lang english
23570 at the point where you want to
23571 \lang spanish
23572  volver a la definición original de flotantes.
23573 \end_layout
23574
23575 \begin_layout Standard
23576 Para cuadros flotantes usa los comandos correspondientes
23577 \end_layout
23578
23579 \begin_layout Standard
23580
23581 \series bold
23582
23583 \backslash
23584 TabBesBeg
23585 \series default
23586  y 
23587 \series bold
23588
23589 \backslash
23590 TabBesEnd
23591 \end_layout
23592
23593 \begin_layout Standard
23594 La figura
23595 \begin_inset space ~
23596 \end_inset
23597
23598
23599 \begin_inset CommandInset ref
23600 LatexCommand ref
23601 reference "fig:encab-al-lado"
23602
23603 \end_inset
23604
23605  y el cuadro
23606 \begin_inset space ~
23607 \end_inset
23608
23609
23610 \begin_inset CommandInset ref
23611 LatexCommand ref
23612 reference "tab:encab-al-lado"
23613
23614 \end_inset
23615
23616  son ejemplos en los que el título se sitúa al lado.
23617 \end_layout
23618
23619 \begin_layout Standard
23620 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23621  en cuadros flotantes y debajo en las figuras flotantes.
23622  Para cambiarlo, puedes usar el comando
23623 \end_layout
23624
23625 \begin_layout Standard
23626
23627 \series bold
23628
23629 \backslash
23630 sidecaptionvpos{tipo de flotante}{colocación}
23631 \end_layout
23632
23633 \begin_layout Standard
23634 en el preámbulo o en código TeX antes del flotante.
23635  El tipo de flotante es 
23636 \family sans
23637 figure
23638 \family default
23639  o 
23640 \family sans
23641 table
23642 \family default
23643 , la colocación puede ser «
23644 \family sans
23645 t
23646 \family default
23647 » por «top» (arriba), «
23648 \family sans
23649 c
23650 \family default
23651 » por «center» (centro), o «
23652 \family sans
23653 b
23654 \family default
23655 » por «bottom» (abajo).
23656  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23657  usa el comando
23658 \end_layout
23659
23660 \begin_layout Standard
23661
23662 \series bold
23663
23664 \backslash
23665 sidecaptionvpos{figure}{c}
23666 \end_layout
23667
23668 \begin_layout Standard
23669 Esto se ha hecho en la figura
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \begin_inset CommandInset ref
23675 LatexCommand ref
23676 reference "fig:encab-al-lado-de-fig"
23677
23678 \end_inset
23679
23680 .
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset VSpace medskip
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Standard
23691
23692 \lang english
23693 The default caption width is the width of the image/table.
23694  For thin image/tables, like in 
23695 \lang spanish
23696 cuadro
23697 \begin_inset space ~
23698 \end_inset
23699
23700
23701 \begin_inset CommandInset ref
23702 LatexCommand ref
23703 reference "tab:encab-al-lado"
23704
23705 \end_inset
23706
23707
23708 \lang english
23709 this leads to captions that are too thin.
23710  You can increase the width by specifying a factor that will be multiplied
23711  with the image/table width to get the caption width.
23712  The caption width will automatically be recalculated in case it would protrude
23713  over the page or column margin due to the specified width.
23714  The 
23715 \emph on
23716 factor
23717 \emph default
23718  can either be given as optional argument for 
23719 \series bold
23720
23721 \backslash
23722 FigBesBeg
23723 \series default
23724 :
23725 \end_layout
23726
23727 \begin_layout Standard
23728
23729 \series bold
23730 \lang english
23731
23732 \backslash
23733 FigBesBeg[factor]
23734 \end_layout
23735
23736 \begin_layout Standard
23737
23738 \lang english
23739 or in the definition of 
23740 \series bold
23741
23742 \backslash
23743 FigBesBeg
23744 \series default
23745  by replacing the 
23746 \series bold
23747 1.0
23748 \series default
23749  with another value.
23750  If you do the latter, your factor will be the default if 
23751 \series bold
23752
23753 \backslash
23754 FigBesBeg
23755 \series default
23756  is used without an argument.
23757  For 
23758 \lang spanish
23759 cuadro
23760 \begin_inset space ~
23761 \end_inset
23762
23763
23764 \begin_inset CommandInset ref
23765 LatexCommand ref
23766 reference "tab:cap-beside-tab-wider"
23767
23768 \end_inset
23769
23770  
23771 \lang english
23772 the factor 5 was used.
23773 \end_layout
23774
23775 \begin_layout Standard
23776
23777 \lang english
23778 \begin_inset Note Greyedout
23779 status open
23780
23781 \begin_layout Plain Layout
23782
23783 \series bold
23784 Nota
23785 \lang english
23786 :
23787 \series default
23788  For floats with captions set beside, you cannot use the float placement
23789  option 
23790 \family sans
23791 Here
23792 \begin_inset space ~
23793 \end_inset
23794
23795 definitely
23796 \family default
23797  because it is not supported by 
23798 \series bold
23799 sidecap
23800 \series default
23801 .
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \begin_layout Standard
23810 \begin_inset VSpace medskip
23811 \end_inset
23812
23813 Más información sobre el paquete 
23814 \series bold
23815 sidecap
23816 \series default
23817  en su documentación 
23818 \begin_inset CommandInset citation
23819 LatexCommand cite
23820 key "sidecap"
23821
23822 \end_inset
23823
23824 .
23825 \end_layout
23826
23827 \begin_layout Standard
23828 \begin_inset Note Greyedout
23829 status open
23830
23831 \begin_layout Plain Layout
23832
23833 \series bold
23834 Nota:
23835 \series default
23836  El paquete LaTeX 
23837 \series bold
23838 hypcap
23839 \series default
23840
23841 \begin_inset Index idx
23842 status collapsed
23843
23844 \begin_layout Plain Layout
23845 LaTeX-paquetes ! hypcap
23846 \end_layout
23847
23848 \end_inset
23849
23850 , descrito en la sección
23851 \begin_inset space ~
23852 \end_inset
23853
23854
23855 \begin_inset CommandInset ref
23856 LatexCommand ref
23857 reference "sub:Colocación-de-Referencias"
23858
23859 \end_inset
23860
23861 , no afecta a flotantes con la leyenda al lado.
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \begin_layout Standard
23870 \begin_inset ERT
23871 status collapsed
23872
23873 \begin_layout Plain Layout
23874
23875
23876 \backslash
23877 FigBesBeg 
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset Float figure
23887 wide false
23888 sideways false
23889 status open
23890
23891 \begin_layout Plain Layout
23892 \begin_inset Graphics
23893         filename ../clipart/escher-lsd.eps
23894         scale 75
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Caption
23903
23904 \begin_layout Plain Layout
23905 \begin_inset CommandInset label
23906 LatexCommand label
23907 name "fig:encab-al-lado"
23908
23909 \end_inset
23910
23911 Leyenda al lado de una figura.
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Standard
23925 \begin_inset ERT
23926 status collapsed
23927
23928 \begin_layout Plain Layout
23929
23930
23931 \backslash
23932 TabBesBeg 
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Standard
23941 \begin_inset Float table
23942 wide false
23943 sideways false
23944 status open
23945
23946 \begin_layout Plain Layout
23947 \begin_inset Caption
23948
23949 \begin_layout Plain Layout
23950 \begin_inset CommandInset label
23951 LatexCommand label
23952 name "tab:encab-al-lado"
23953
23954 \end_inset
23955
23956 Leyenda al lado de un cuadro.
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Plain Layout
23965 \begin_inset Tabular
23966 <lyxtabular version="3" rows="4" columns="5">
23967 <features tabularvalignment="middle">
23968 <column alignment="center" valignment="top" width="0">
23969 <column alignment="center" valignment="top" width="0">
23970 <column alignment="center" valignment="top" width="0">
23971 <column alignment="center" valignment="top" width="0">
23972 <column alignment="center" valignment="top" width="0">
23973 <row>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 a
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 b
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 c
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 </row>
24020 <row>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 d
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 e
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 <row>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 f
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 g
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 h
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 i
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 j
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 </lyxtabular>
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset ERT
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178
24179
24180 \backslash
24181 sidecaptionvpos{figure}{c}
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \begin_inset Float figure
24188 wide false
24189 sideways false
24190 status open
24191
24192 \begin_layout Plain Layout
24193 \begin_inset Graphics
24194         filename ../clipart/escher-lsd.eps
24195         scale 75
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \begin_layout Plain Layout
24203 \begin_inset Caption
24204
24205 \begin_layout Plain Layout
24206 \begin_inset CommandInset label
24207 LatexCommand label
24208 name "fig:encab-al-lado-de-fig"
24209
24210 \end_inset
24211
24212 Leyenda centrada verticalmente junto a una figura.
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \begin_layout Standard
24226 \begin_inset ERT
24227 status collapsed
24228
24229 \begin_layout Plain Layout
24230
24231
24232 \backslash
24233 FigBesEnd
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \begin_layout Standard
24242 \begin_inset ERT
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246
24247
24248 \backslash
24249 TabBesBeg[5]
24250 \end_layout
24251
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \begin_inset Float table
24259 wide false
24260 sideways false
24261 status open
24262
24263 \begin_layout Plain Layout
24264 \begin_inset Caption
24265
24266 \begin_layout Plain Layout
24267 \begin_inset CommandInset label
24268 LatexCommand label
24269 name "tab:cap-beside-tab-wider"
24270
24271 \end_inset
24272
24273
24274 \lang english
24275 This is a caption is wider than the one in 
24276 \lang spanish
24277 cuadro
24278 \begin_inset space ~
24279 \end_inset
24280
24281
24282 \begin_inset CommandInset ref
24283 LatexCommand ref
24284 reference "tab:encab-al-lado"
24285
24286 \end_inset
24287
24288 .
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Plain Layout
24297 \begin_inset Tabular
24298 <lyxtabular version="3" rows="4" columns="5">
24299 <features tabularvalignment="middle">
24300 <column alignment="center" valignment="top" width="0">
24301 <column alignment="center" valignment="top" width="0">
24302 <column alignment="center" valignment="top" width="0">
24303 <column alignment="center" valignment="top" width="0">
24304 <column alignment="center" valignment="top" width="0">
24305 <row>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310 a
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 b
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 c
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 </row>
24352 <row>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 d
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 e
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 f
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 g
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 h
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 i
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 j
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 </row>
24493 </lyxtabular>
24494
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Standard
24506 \begin_inset ERT
24507 status collapsed
24508
24509 \begin_layout Plain Layout
24510
24511
24512 \backslash
24513 TabBesEnd
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 \begin_inset ERT
24523 status collapsed
24524
24525 \begin_layout Plain Layout
24526
24527
24528 \backslash
24529 else
24530 \end_layout
24531
24532 \end_inset
24533
24534
24535 \begin_inset Note Note
24536 status collapsed
24537
24538 \begin_layout Plain Layout
24539 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24540  
24541 \series bold
24542 sidecap
24543 \series default
24544 .
24545 \end_layout
24546
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 Debes instalar el paquete LaTeX 
24554 \series bold
24555 sidecap
24556 \series default
24557  para ver la parte siguiente en la salida.
24558 \end_layout
24559
24560 \begin_layout Standard
24561 \begin_inset ERT
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565
24566
24567 \backslash
24568 fi
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Section
24577 Índice de flotantes
24578 \begin_inset Index idx
24579 status collapsed
24580
24581 \begin_layout Plain Layout
24582 Flotantes ! Índice de
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Igual que en el índice general se listan las secciones del documento, hay
24592  índices para todos los tipos de flotantes, como las figuras.
24593  Se pueden insertar mediante los submenús 
24594 \family sans
24595 Insertar\SpecialChar \menuseparator
24596 Índice
24597 \family default
24598 .
24599 \end_layout
24600
24601 \begin_layout Standard
24602 Las entradas de los índices son las leyendas del flotante o su título breve,
24603  el número de flotante y el número de la página del documento en la que
24604  aparecen.
24605 \end_layout
24606
24607 \begin_layout Standard
24608 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24609 \end_layout
24610
24611 \begin_layout Chapter
24612 Notas
24613 \end_layout
24614
24615 \begin_layout Section
24616 Notas en LyX
24617 \begin_inset Index idx
24618 status collapsed
24619
24620 \begin_layout Plain Layout
24621 Notas ! en LyX
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Standard
24630 Las notas se insertan con el botón 
24631 \begin_inset Graphics
24632         filename ../../images/note-insert.png
24633         scale 85
24634
24635 \end_inset
24636
24637  o con el menú 
24638 \family sans
24639 Insertar\SpecialChar \menuseparator
24640 Nota
24641 \family default
24642 .
24643  Hay cinco tipos de notas:
24644 \end_layout
24645
24646 \begin_layout Description
24647 Nota
24648 \begin_inset space ~
24649 \end_inset
24650
24651 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24652  Su cuadro se muestra como este:
24653 \begin_inset Newline newline
24654 \end_inset
24655
24656
24657 \begin_inset Newline newline
24658 \end_inset
24659
24660
24661 \begin_inset Graphics
24662         filename clipart/NotaLyXImagenQt4.png
24663         display false
24664         scale 75
24665
24666 \end_inset
24667
24668  
24669 \begin_inset Note Note
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673 Este es un texto en un recuadro que no se muestra en la salida.
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Description
24682 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24683  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24684 \family sans
24685 Archivo\SpecialChar \menuseparator
24686 Exportar\SpecialChar \menuseparator
24687 LaTeX (pdflatex) / (plain)
24688 \family default
24689 .
24690  Su recuadro se ve así:
24691 \begin_inset Newline newline
24692 \end_inset
24693
24694
24695 \begin_inset Newline newline
24696 \end_inset
24697
24698
24699 \begin_inset Graphics
24700         filename clipart/ComentNotaImagenQt4.png
24701         display false
24702         scale 75
24703
24704 \end_inset
24705
24706  
24707 \begin_inset Note Comment
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Description
24720 Resaltado
24721 \begin_inset space ~
24722 \end_inset
24723
24724 en
24725 \begin_inset space ~
24726 \end_inset
24727
24728 gris Esta nota aparece en la salida como texto resaltado en gris.
24729  Su recuadro se parece a este:
24730 \begin_inset Newline newline
24731 \end_inset
24732
24733
24734 \begin_inset Newline newline
24735 \end_inset
24736
24737
24738 \begin_inset Graphics
24739         filename clipart/GrisNotaImagenQt4.png
24740         display false
24741         scale 75
24742
24743 \end_inset
24744
24745
24746 \begin_inset Newline newline
24747 \end_inset
24748
24749
24750 \begin_inset ERT
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754
24755
24756 \backslash
24757 renewenvironment{lyxgreyedout}
24758 \end_layout
24759
24760 \begin_layout Plain Layout
24761
24762 {
24763 \backslash
24764 textcolor[gray]{0.8}
24765 \backslash
24766 bgroup}{
24767 \backslash
24768 egroup}
24769 \end_layout
24770
24771 \end_inset
24772
24773
24774 \begin_inset Note Greyedout
24775 status open
24776
24777 \begin_layout Plain Layout
24778 Este es el texto
24779 \begin_inset Foot
24780 status collapsed
24781
24782 \begin_layout Plain Layout
24783 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24784 \end_layout
24785
24786 \end_inset
24787
24788  de un comentario que se muestra resaltado en gris.
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \begin_inset ERT
24795 status collapsed
24796
24797 \begin_layout Plain Layout
24798
24799
24800 \backslash
24801 renewenvironment{lyxgreyedout}
24802 \end_layout
24803
24804 \begin_layout Plain Layout
24805
24806 {
24807 \backslash
24808 textcolor{blue}
24809 \backslash
24810 bgroup}{
24811 \backslash
24812 egroup}
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \begin_inset Note Note
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24823  original de LyX, ya que en el preámbulo de este documento se han redefinido
24824  estas notas para que salgan en azul, como se indica más adelante.
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \begin_inset Newline newline
24831 \end_inset
24832
24833
24834 \begin_inset Newline newline
24835 \end_inset
24836
24837 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24838  está un poco sangrada, y por otra parte pueden tener notas al pie.
24839 \end_layout
24840
24841 \begin_layout Standard
24842 \begin_inset VSpace bigskip
24843 \end_inset
24844
24845 Si usas el botón de la barra de herramientas 
24846 \begin_inset Graphics
24847         filename ../../images/note-insert.png
24848         scale 85
24849
24850 \end_inset
24851
24852  para insertar notas, se inserta una 
24853 \family sans
24854 Nota
24855 \begin_inset space ~
24856 \end_inset
24857
24858 LyX
24859 \family default
24860 .
24861  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24862  recuadro.
24863  
24864 \family roman
24865 \series medium
24866 \bar no
24867 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24868  botón de herramienta 
24869 \family sans
24870 \series default
24871 \bar default
24872 Nota
24873 \family default
24874 .
24875  Para cambiar una nota a texto, pulsa la tecla 
24876 \family sans
24877 Retroceso
24878 \family default
24879  cuando el cursor está en la primera posición de una nota, o la tecla 
24880 \family sans
24881 Supr
24882 \family default
24883  cuando el cursor está en la última posición de la nota, respectivamente.
24884 \end_layout
24885
24886 \begin_layout Standard
24887 \begin_inset VSpace bigskip
24888 \end_inset
24889
24890
24891 \lang english
24892 You can change the text color of the greyed out notes in the menu 
24893 \family sans
24894 Document\SpecialChar \menuseparator
24895 Settings\SpecialChar \menuseparator
24896 Colors
24897 \family default
24898 .
24899 \end_layout
24900
24901 \begin_layout Section
24902 Notas al pie
24903 \begin_inset CommandInset label
24904 LatexCommand label
24905 name "sec:Notas-al-pie"
24906
24907 \end_inset
24908
24909
24910 \begin_inset Index idx
24911 status collapsed
24912
24913 \begin_layout Plain Layout
24914 Notas ! al pie
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Las notas al pie se insertan con el botón 
24924 \begin_inset Graphics
24925         filename ../../images/footnote-insert.png
24926         scale 85
24927
24928 \end_inset
24929
24930  o el menú 
24931 \family sans
24932 Insertar\SpecialChar \menuseparator
24933 Nota
24934 \begin_inset space ~
24935 \end_inset
24936
24937 al
24938 \begin_inset space ~
24939 \end_inset
24940
24941 pie
24942 \family default
24943 .
24944  
24945 \family roman
24946 \series medium
24947 \bar no
24948 Aparece un recuadro como este:
24949 \family default
24950 \series default
24951 \bar default
24952  
24953 \begin_inset Graphics
24954         filename clipart/notapieQt4.png
24955         scale 80
24956
24957 \end_inset
24958
24959  
24960 \family roman
24961 \series medium
24962 \bar no
24963 donde puedes introducir el texto.
24964  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24965  sobre el
24966 \family default
24967 \series default
24968 \bar default
24969  
24970 \family roman
24971 \series medium
24972 \bar no
24973 botón
24974 \family default
24975 \series default
24976 \bar default
24977 .
24978  Para cambiar una nota al pie a texto, pulsa la tecla 
24979 \family sans
24980 Retroceso
24981 \family default
24982  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24983  
24984 \family sans
24985 Supr
24986 \family default
24987  cuando el cursor está en la última posición de la nota, respectivamente.
24988 \end_layout
24989
24990 \begin_layout Standard
24991 Aquí hay un ejemplo de nota al pie:
24992 \family roman
24993 \series medium
24994 \bar no
24995
24996 \begin_inset Foot
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 \begin_inset CommandInset label
25001 LatexCommand label
25002 name "pie:Esto-es-una"
25003
25004 \end_inset
25005
25006 Ejemplo de nota al pie.
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \family default
25013 \series default
25014 \bar default
25015
25016 \begin_inset ERT
25017 status collapsed
25018
25019 \begin_layout Plain Layout
25020
25021
25022 \backslash
25023 newcounter{MyRepeatFoot}
25024 \end_layout
25025
25026 \begin_layout Plain Layout
25027
25028
25029 \backslash
25030 setcounter{MyRepeatFoot}{
25031 \backslash
25032 thefootnote}
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 En la salida, el pie se muestra como número voladito en el lugar del texto
25042  donde se coloca el recuadro.
25043  El texto se coloca al final de la página actual.
25044  Los números de las notas son calculados por LaTeX, y son consecutivos.
25045  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
25046 \end_layout
25047
25048 \begin_layout Standard
25049 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
25050  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
25051  se describe en la sección
25052 \begin_inset space ~
25053 \end_inset
25054
25055
25056 \begin_inset CommandInset ref
25057 LatexCommand ref
25058 reference "sec:Referencias-a-Flotantes"
25059
25060 \end_inset
25061
25062 .
25063 \begin_inset Newline newline
25064 \end_inset
25065
25066 Esto es una referencia cruzada a la Nota al pie
25067 \begin_inset space ~
25068 \end_inset
25069
25070
25071 \begin_inset CommandInset ref
25072 LatexCommand ref
25073 reference "pie:Esto-es-una"
25074
25075 \end_inset
25076
25077 .
25078 \end_layout
25079
25080 \begin_layout Standard
25081 \begin_inset VSpace defskip
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
25089  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
25090  se inserta el comando 
25091 \series bold
25092
25093 \backslash
25094 footnotemark{}
25095 \series default
25096  en código TeX.
25097  El texto de la nota se introduce como argumento del comando
25098 \series bold
25099  
25100 \backslash
25101 footnotetext
25102 \series default
25103  después del cuadro.
25104 \begin_inset Newline newline
25105 \end_inset
25106
25107 Esto es lo que se ha hecho para el siguiente cuadro con el comando
25108 \end_layout
25109
25110 \begin_layout Standard
25111
25112 \series bold
25113
25114 \backslash
25115 footnotetext{
25116 \series default
25117 Texto de la nota del cuadro.
25118 \series bold
25119 }
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \begin_inset Tabular
25124 <lyxtabular version="3" rows="2" columns="1">
25125 <features tabularvalignment="middle">
25126 <column alignment="center" valignment="top" width="0">
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 Texto de ejemplo.
25133 \begin_inset Foot
25134 status open
25135
25136 \begin_layout Plain Layout
25137 ¡Esta nota no se imprimirá!
25138 \end_layout
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 </row>
25148 <row>
25149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153 Texto de ejemplo.
25154 \begin_inset ERT
25155 status collapsed
25156
25157 \begin_layout Plain Layout
25158
25159
25160 \backslash
25161 footnotemark{}
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 </row>
25172 </lyxtabular>
25173
25174 \end_inset
25175
25176
25177 \begin_inset ERT
25178 status collapsed
25179
25180 \begin_layout Plain Layout
25181
25182
25183 \backslash
25184 footnotetext{
25185 \end_layout
25186
25187 \end_inset
25188
25189 Texto de la nota del cuadro.
25190 \begin_inset ERT
25191 status collapsed
25192
25193 \begin_layout Plain Layout
25194
25195 }
25196 \end_layout
25197
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Las notas al pie en cuadros largos se describen en la sección
25205 \begin_inset space ~
25206 \end_inset
25207
25208
25209 \begin_inset CommandInset ref
25210 LatexCommand ref
25211 reference "sub:Notas-al-pie-en-Cuadros-Largos"
25212
25213 \end_inset
25214
25215 .
25216 \end_layout
25217
25218 \begin_layout Standard
25219 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
25220  y con numeración diferente debido a que una minipágina es como una página
25221  dentro de otra.
25222  (Más información sobre minipáginas en la sección
25223 \begin_inset space ~
25224 \end_inset
25225
25226
25227 \begin_inset CommandInset ref
25228 LatexCommand ref
25229 reference "sec:Minipáginas"
25230
25231 \end_inset
25232
25233 ).
25234  Para poner notas en una minipágina que se impriman a pie de página como
25235  las notas al pie normales, se puede usar también el método de 
25236 \series bold
25237
25238 \backslash
25239 footnotemark{}
25240 \series default
25241  y 
25242 \series bold
25243
25244 \backslash
25245 footnotetext
25246 \series default
25247 .
25248 \end_layout
25249
25250 \begin_layout Standard
25251 \begin_inset Box Frameless
25252 position "t"
25253 hor_pos "c"
25254 has_inner_box 1
25255 inner_pos "t"
25256 use_parbox 0
25257 use_makebox 0
25258 width "100col%"
25259 special "none"
25260 height "1in"
25261 height_special "totalheight"
25262 status open
25263
25264 \begin_layout Plain Layout
25265 Muestra de texto en una minipágina.
25266 \begin_inset Foot
25267 status open
25268
25269 \begin_layout Plain Layout
25270 Nota en la minipágina.
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \begin_layout Plain Layout
25279 Muestra de texto en una minipágina.
25280 \begin_inset ERT
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284
25285
25286 \backslash
25287 footnotemark{}
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 \begin_inset ERT
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305
25306
25307 \backslash
25308 footnotetext{
25309 \end_layout
25310
25311 \end_inset
25312
25313 Nota fuera de la minipágina.
25314 \begin_inset ERT
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318
25319 }
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 \begin_inset VSpace defskip
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \begin_layout Standard
25335 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25336  cada vez, usa el comando 
25337 \series bold
25338
25339 \backslash
25340 footnotemark[number]
25341 \series default
25342  en código TeX.
25343 \begin_inset Newline newline
25344 \end_inset
25345
25346 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25347  hay que guardarlo.
25348  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25349  comandos en código TeX después de la nota al pie
25350 \begin_inset space ~
25351 \end_inset
25352
25353
25354 \begin_inset CommandInset ref
25355 LatexCommand ref
25356 reference "pie:Esto-es-una"
25357
25358 \end_inset
25359
25360  para guardar el número de la nota: 
25361 \end_layout
25362
25363 \begin_layout Standard
25364
25365 \series bold
25366
25367 \backslash
25368 newcounter{MyRepeatFoot}
25369 \begin_inset Newline newline
25370 \end_inset
25371
25372
25373 \backslash
25374 setcounter{MyRepeatFoot}{
25375 \backslash
25376 thefootnote}
25377 \end_layout
25378
25379 \begin_layout Standard
25380 La marca de la nota se ha creado después con el comando:
25381 \end_layout
25382
25383 \begin_layout Standard
25384
25385 \series bold
25386
25387 \backslash
25388 footnotemark[
25389 \backslash
25390 theMyRepeatFoot]
25391 \end_layout
25392
25393 \begin_layout Standard
25394 Aquí hay una nota repetida:
25395 \begin_inset ERT
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400
25401 \backslash
25402 footnotemark[
25403 \backslash
25404 theMyRepeatFoot]
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413 Para repetir la nota al pie previa, se puede omitir el guardado del número
25414  de la nota y usar en su lugar el comando:
25415 \end_layout
25416
25417 \begin_layout Standard
25418
25419 \series bold
25420
25421 \backslash
25422 footnotemark[
25423 \backslash
25424 thefootnote]
25425 \end_layout
25426
25427 \begin_layout Standard
25428 Aquí hay otra nota repetida:
25429 \begin_inset ERT
25430 status collapsed
25431
25432 \begin_layout Plain Layout
25433
25434
25435 \backslash
25436 footnotemark[
25437 \backslash
25438 thefootnote]
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Subsection
25447 Numeración de notas al pie
25448 \begin_inset CommandInset label
25449 LatexCommand label
25450 name "sub:Numeración-de-Notas-al-Pie"
25451
25452 \end_inset
25453
25454
25455 \begin_inset Index idx
25456 status collapsed
25457
25458 \begin_layout Plain Layout
25459 Notas ! al pie ! numeración
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \begin_layout Standard
25468 Para reiniciar el número de pie a 1 en cada sección añade
25469 \family roman
25470  en el preámbulo el comando:
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476
25477 \backslash
25478 @addtoreset{footnote}{section}
25479 \end_layout
25480
25481 \begin_layout Standard
25482 \begin_inset VSpace bigskip
25483 \end_inset
25484
25485 El siguiente comando en el preámbulo cambia el estilo de numeración del
25486  pie a números romanos en minúsculas:
25487 \end_layout
25488
25489 \begin_layout Standard
25490
25491 \series bold
25492
25493 \backslash
25494 renewcommand{
25495 \backslash
25496 thefootnote}{
25497 \backslash
25498 roman{footnote}}
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset ERT
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506
25507
25508 \backslash
25509 renewcommand{
25510 \backslash
25511 thefootnote}{
25512 \backslash
25513 roman{footnote}}
25514 \end_layout
25515
25516 \end_inset
25517
25518  Nota al pie en números romanos:
25519 \begin_inset Foot
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 Ejemplo de nota al pie en números romanos.
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \begin_inset ERT
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533
25534
25535 \backslash
25536 renewcommand{
25537 \backslash
25538 thefootnote}{
25539 \backslash
25540 arabic{footnote}}
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \begin_layout Standard
25549 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25550  
25551 \series bold
25552
25553 \backslash
25554 roman
25555 \series default
25556  por 
25557 \series bold
25558
25559 \backslash
25560 Roman
25561 \series default
25562 .
25563  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25564 \series bold
25565
25566 \backslash
25567 Alph
25568 \series default
25569  o 
25570 \series bold
25571
25572 \backslash
25573 alph
25574 \series default
25575 , respectivamente.
25576  Para ordenar las notas al pie con símbolos usa 
25577 \series bold
25578
25579 \backslash
25580 fnsymbol
25581 \series default
25582 .
25583 \end_layout
25584
25585 \begin_layout Standard
25586 \begin_inset Note Greyedout
25587 status open
25588
25589 \begin_layout Plain Layout
25590
25591 \series bold
25592 Nota:
25593 \series default
25594  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25595  simples.
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \begin_inset Newline newline
25602 \end_inset
25603
25604
25605 \begin_inset Note Greyedout
25606 status open
25607
25608 \begin_layout Plain Layout
25609
25610 \series bold
25611 Nota:
25612 \series default
25613  sólo puedes ordenar hasta 9 pies con símbolos.
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Para volver al estilo de numeración predeterminado cuando has cambiado a
25623  otro estilo, usa 
25624 \series bold
25625
25626 \backslash
25627 arabic
25628 \series default
25629  en vez de 
25630 \series bold
25631
25632 \backslash
25633 roman
25634 \series default
25635  en el comando anterior.
25636 \begin_inset ERT
25637 status collapsed
25638
25639 \begin_layout Plain Layout
25640
25641
25642 \backslash
25643 renewcommand{
25644 \backslash
25645 thefootnote}{
25646 \backslash
25647 arabic{footnote}}
25648 \end_layout
25649
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset VSpace bigskip
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Standard
25663 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25664  comando al preámbulo del documento:
25665 \end_layout
25666
25667 \begin_layout Standard
25668
25669 \series bold
25670
25671 \backslash
25672 numberwithin{footnote}{chapter}
25673 \end_layout
25674
25675 \begin_layout Standard
25676 Para poder usar el comando 
25677 \series bold
25678
25679 \backslash
25680 numberwithin
25681 \series default
25682 , marca la opción 
25683 \family sans
25684 Usar
25685 \family default
25686
25687 \begin_inset space ~
25688 \end_inset
25689
25690
25691 \family sans
25692 el
25693 \family default
25694
25695 \begin_inset space ~
25696 \end_inset
25697
25698
25699 \family sans
25700 paquete
25701 \family default
25702
25703 \begin_inset space ~
25704 \end_inset
25705
25706
25707 \family sans
25708 AMS
25709 \family default
25710  en la sección 
25711 \family sans
25712 Opciones para ecuaciones
25713 \family default
25714  de la configuración del documento.
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset ERT
25719 status collapsed
25720
25721 \begin_layout Plain Layout
25722
25723
25724 \backslash
25725 numberwithin{footnote}{chapter}
25726 \end_layout
25727
25728 \end_inset
25729
25730 Esto es otro ejemplo de nota al pie:
25731 \series bold
25732
25733 \begin_inset Foot
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 Nota al pie numerada en el esquema 
25738 \begin_inset Quotes eld
25739 \end_inset
25740
25741 capítulo.nota
25742 \begin_inset Quotes erd
25743 \end_inset
25744
25745 .
25746 \end_layout
25747
25748 \end_inset
25749
25750
25751 \series default
25752
25753 \begin_inset ERT
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758
25759 \backslash
25760 renewcommand{
25761 \backslash
25762 thefootnote}{
25763 \backslash
25764 arabic{footnote}}
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset Note Greyedout
25774 status open
25775
25776 \begin_layout Plain Layout
25777
25778 \series bold
25779 Nota: 
25780 \backslash
25781 numberwithin 
25782 \series default
25783 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25784  previas para obtener números no arábigos se sobreescriben.
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Así, para obtener por ejemplo el esquema «capítulo.
25794 \backslash
25795 Roman{footnote}», usa este comando en vez de 
25796 \series bold
25797
25798 \backslash
25799 numberwithin
25800 \series default
25801 :
25802 \end_layout
25803
25804 \begin_layout Standard
25805
25806 \series bold
25807
25808 \backslash
25809 renewcommand{
25810 \backslash
25811 thefootnote}{
25812 \backslash
25813 thechapter.
25814 \backslash
25815 Roman{footnote}}
25816 \end_layout
25817
25818 \begin_layout Subsection
25819 Colocación de notas al pie
25820 \begin_inset Index idx
25821 status open
25822
25823 \begin_layout Plain Layout
25824 Notas ! al pie ! colocación
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25834  entre ellas al final de la página.
25835  Para hacerlas más legibles puedes añadir 1.5
25836 \begin_inset space \thinspace{}
25837 \end_inset
25838
25839 mm, p.
25840 \begin_inset space \thinspace{}
25841 \end_inset
25842
25843 e., con el comando siguiente en el preámbulo:
25844 \end_layout
25845
25846 \begin_layout Standard
25847
25848 \series bold
25849
25850 \backslash
25851 let
25852 \backslash
25853 myFoot
25854 \backslash
25855 footnote
25856 \begin_inset Newline newline
25857 \end_inset
25858
25859
25860 \backslash
25861 renewcommand{
25862 \backslash
25863 footnote}[1]{
25864 \backslash
25865 myFoot{#1
25866 \backslash
25867 vspace{1.5mm}}}
25868 \end_layout
25869
25870 \begin_layout Standard
25871 \begin_inset VSpace bigskip
25872 \end_inset
25873
25874 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25875  véase la figura
25876 \begin_inset space ~
25877 \end_inset
25878
25879
25880 \begin_inset CommandInset ref
25881 LatexCommand ref
25882 reference "fig:Colocación-standard-del-pie"
25883
25884 \end_inset
25885
25886 .
25887  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25888  en la figura
25889 \begin_inset space ~
25890 \end_inset
25891
25892
25893 \begin_inset CommandInset ref
25894 LatexCommand ref
25895 reference "fig:Colocación-del-pie-en"
25896
25897 \end_inset
25898
25899 , usa el paquete LaTeX 
25900 \series bold
25901 ftnright
25902 \series default
25903
25904 \begin_inset Index idx
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908 LaTeX-paquetes ! ftnright
25909 \end_layout
25910
25911 \end_inset
25912
25913  con este comando en el preámbulo:
25914 \end_layout
25915
25916 \begin_layout Standard
25917
25918 \series bold
25919
25920 \backslash
25921 usepackage{ftnright}
25922 \end_layout
25923
25924 \begin_layout Standard
25925 \begin_inset Float figure
25926 placement !h
25927 wide false
25928 sideways false
25929 status open
25930
25931 \begin_layout Plain Layout
25932 \begin_inset ERT
25933 status collapsed
25934
25935 \begin_layout Plain Layout
25936
25937
25938 \backslash
25939 framebox{
25940 \end_layout
25941
25942 \end_inset
25943
25944
25945 \begin_inset Graphics
25946         filename ../clipart/without_fntright.pdf
25947         width 100col%
25948
25949 \end_inset
25950
25951
25952 \begin_inset ERT
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956
25957 }
25958 \end_layout
25959
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \begin_layout Plain Layout
25966 \begin_inset Caption
25967
25968 \begin_layout Plain Layout
25969 \begin_inset CommandInset label
25970 LatexCommand label
25971 name "fig:Colocación-standard-del-pie"
25972
25973 \end_inset
25974
25975 Colocación estándar de notas al pie en documentos a dos columnas.
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \begin_layout Standard
25989 \begin_inset Float figure
25990 placement !h
25991 wide false
25992 sideways false
25993 status open
25994
25995 \begin_layout Plain Layout
25996 \begin_inset ERT
25997 status collapsed
25998
25999 \begin_layout Plain Layout
26000
26001
26002 \backslash
26003 framebox{
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \begin_inset Graphics
26010         filename ../clipart/with_fntright.pdf
26011         width 100col%
26012
26013 \end_inset
26014
26015
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021 }
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Plain Layout
26030 \begin_inset Caption
26031
26032 \begin_layout Plain Layout
26033 \begin_inset CommandInset label
26034 LatexCommand label
26035 name "fig:Colocación-del-pie-en"
26036
26037 \end_inset
26038
26039 Colocación de la nota al pie en documentos a dos columnas cuando se usa
26040  el paquete LaTeX 
26041 \series bold
26042 ftnright
26043 \series default
26044 .
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset VSpace bigskip
26059 \end_inset
26060
26061 En alguna literatura científica es habitual reunir las notas para imprimirlas
26062  en un párrafo separado al final de la sección, como en la figura
26063 \begin_inset space ~
26064 \end_inset
26065
26066
26067 \begin_inset CommandInset ref
26068 LatexCommand ref
26069 reference "fig:Notas-al-pie-al-final"
26070
26071 \end_inset
26072
26073 .
26074  Para reunir las notas al final
26075 \begin_inset Index idx
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079 Notas ! al final
26080 \end_layout
26081
26082 \end_inset
26083
26084  en vez de a pie de página, carga en el menú 
26085 \family sans
26086 Documento\SpecialChar \menuseparator
26087 Configuratión\SpecialChar \menuseparator
26088 Módulos
26089 \family default
26090  el módulo 
26091 \family sans
26092 Pie
26093 \begin_inset space ~
26094 \end_inset
26095
26096 al
26097 \begin_inset space ~
26098 \end_inset
26099
26100 final
26101 \family default
26102 .
26103  Para insertar la colección de notas, escribe el comando
26104 \end_layout
26105
26106 \begin_layout Standard
26107
26108 \series bold
26109
26110 \backslash
26111 theendnotes
26112 \end_layout
26113
26114 \begin_layout Standard
26115 en código TeX al final de una sección o capítulo.
26116 \end_layout
26117
26118 \begin_layout Standard
26119 \begin_inset Float figure
26120 wide false
26121 sideways false
26122 status open
26123
26124 \begin_layout Plain Layout
26125 \align center
26126 \begin_inset ERT
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130
26131
26132 \backslash
26133 framebox{
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \begin_inset Graphics
26140         filename ../clipart/endnotes.pdf
26141
26142 \end_inset
26143
26144
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150 }
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Plain Layout
26159 \begin_inset Caption
26160
26161 \begin_layout Plain Layout
26162 \begin_inset CommandInset label
26163 LatexCommand label
26164 name "fig:Notas-al-pie-al-final"
26165
26166 \end_inset
26167
26168 Notas al final: notas impresas en párrafo separado al final de la sección
26169  o del capítulo.
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \begin_layout Standard
26183 \begin_inset VSpace medskip
26184 \end_inset
26185
26186 La cabecera de párrafo para las notas finales no se traduce automáticamente
26187  al lenguaje del documento, hay que hacerlo manualmente.
26188  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
26189  español «Notas»:
26190 \end_layout
26191
26192 \begin_layout Standard
26193
26194 \series bold
26195
26196 \backslash
26197 renewcommand{
26198 \backslash
26199 notesname}{Notas}
26200 \end_layout
26201
26202 \begin_layout Standard
26203 \begin_inset VSpace medskip
26204 \end_inset
26205
26206 La numeración de notas finales puede cambiarse como la de las notas al pie,
26207  como se describe en la sección
26208 \begin_inset space ~
26209 \end_inset
26210
26211
26212 \begin_inset CommandInset ref
26213 LatexCommand ref
26214 reference "sub:Numeración-de-Notas-al-Pie"
26215
26216 \end_inset
26217
26218 ; sólo hay que reemplazar el comando 
26219 \series bold
26220
26221 \backslash
26222 thefootnote
26223 \series default
26224  por 
26225 \series bold
26226
26227 \backslash
26228 theendnote
26229 \series default
26230 .
26231  Para restablecer la numeración usa el comando 
26232 \series bold
26233
26234 \backslash
26235 @addtoreset
26236 \series default
26237  como se describe en la sección
26238 \begin_inset space ~
26239 \end_inset
26240
26241
26242 \begin_inset CommandInset ref
26243 LatexCommand ref
26244 reference "sub:Numeración-de-Notas-al-Pie"
26245
26246 \end_inset
26247
26248  y sustituye el parámetro de comando 
26249 \series bold
26250 footnote
26251 \series default
26252  por 
26253 \series bold
26254 endnote
26255 \series default
26256 .
26257 \end_layout
26258
26259 \begin_layout Standard
26260 Para notas al final hay el comando el comando 
26261 \series bold
26262
26263 \backslash
26264 endnotemark[número]
26265 \series default
26266  similar al comando 
26267 \series bold
26268
26269 \backslash
26270 footnotemark
26271 \series default
26272 , descrito en la sección
26273 \begin_inset space ~
26274 \end_inset
26275
26276
26277 \begin_inset CommandInset ref
26278 LatexCommand ref
26279 reference "sec:Notas-al-pie"
26280
26281 \end_inset
26282
26283 .
26284 \end_layout
26285
26286 \begin_layout Standard
26287 \begin_inset VSpace bigskip
26288 \end_inset
26289
26290 Las notas al pie también pueden colocarse al margen de la página y la alineación
26291  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26292 \series bold
26293 footmisc
26294 \series default
26295
26296 \begin_inset Index idx
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300 LaTeX-paquetes ! footmisc
26301 \end_layout
26302
26303 \end_inset
26304
26305  
26306 \begin_inset CommandInset citation
26307 LatexCommand cite
26308 key "footmisc"
26309
26310 \end_inset
26311
26312  para más información.
26313 \end_layout
26314
26315 \begin_layout Standard
26316 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26317  
26318 \begin_inset CommandInset citation
26319 LatexCommand cite
26320 key "latexcompanion,latexguide,latexbook"
26321
26322 \end_inset
26323
26324 .
26325  
26326 \lang english
26327 If you are using a
26328 \lang spanish
26329  
26330 \series bold
26331 KOMA-Script
26332 \series default
26333
26334 \begin_inset Index idx
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338 LaTeX-paquetes ! KOMA-Script
26339 \end_layout
26340
26341 \end_inset
26342
26343  
26344 \lang english
26345 document class, you can adjust all footnote settings using class-specific
26346  commands, see
26347 \lang spanish
26348  
26349 \begin_inset CommandInset citation
26350 LatexCommand cite
26351 key "KOMA-Script"
26352
26353 \end_inset
26354
26355 .
26356 \end_layout
26357
26358 \begin_layout Section
26359 Notas al margen
26360 \begin_inset Index idx
26361 status collapsed
26362
26363 \begin_layout Plain Layout
26364 Notas ! al margen
26365 \end_layout
26366
26367 \end_inset
26368
26369
26370 \end_layout
26371
26372 \begin_layout Standard
26373 Las notas al margen se ven y se comportan en LyX como notas al pie.
26374  Se insertan con el menú 
26375 \family sans
26376 Insertar\SpecialChar \menuseparator
26377 Nota
26378 \begin_inset space ~
26379 \end_inset
26380
26381 al
26382 \begin_inset space ~
26383 \end_inset
26384
26385 margen
26386 \family default
26387  o con el botón 
26388 \begin_inset Graphics
26389         filename ../../images/marginalnote-insert.png
26390         scale 85
26391
26392 \end_inset
26393
26394 .
26395  Aparece un cuadro gris con la etiqueta 
26396 \family roman
26397 \series medium
26398 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26399 \end_layout
26400
26401 \begin_layout Standard
26402 Al lado hay un ejemplo de nota al margen.
26403
26404 \family roman
26405 \series medium
26406  
26407 \begin_inset Marginal
26408 status open
26409
26410 \begin_layout Plain Layout
26411 Esto es una nota al margen.
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 Estas notas salen en el margen derecho en documentos a una cara.
26421  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26422  en páginas pares, derecho en páginas impares—.
26423  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26424  a la derecha si la nota aparece en el margen izquierdo—.
26425  La primera línea de la nota se sitúa en la posición de la línea del texto
26426  en la que se inserta en el documento.
26427 \end_layout
26428
26429 \begin_layout Standard
26430 \begin_inset VSpace bigskip
26431 \end_inset
26432
26433 Para colocar la nota en el margen interno añade el comando
26434 \end_layout
26435
26436 \begin_layout Standard
26437
26438 \series bold
26439
26440 \backslash
26441 reversemarginpar
26442 \end_layout
26443
26444 \begin_layout Standard
26445 en código TeX antes de la nota.
26446  La nueva colocación es válida para todas las siguientes notas al margen.
26447  
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 reversemarginpar 
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \begin_inset Marginal
26462 status open
26463
26464 \begin_layout Plain Layout
26465 Esto es una nota en el margen interno.
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \series bold
26472
26473 \begin_inset Newline newline
26474 \end_inset
26475
26476
26477 \series default
26478
26479 \begin_inset Note Greyedout
26480 status open
26481
26482 \begin_layout Plain Layout
26483
26484 \series bold
26485 Nota:
26486 \series default
26487  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26488  no se mostrará correctamente en la salida.
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \begin_layout Standard
26497 Para volver a la ubicación predeterminada inserta en código TeX el comando
26498 \begin_inset ERT
26499 status collapsed
26500
26501 \begin_layout Plain Layout
26502
26503
26504 \backslash
26505 normalmarginpar 
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Standard
26514
26515 \series bold
26516
26517 \backslash
26518 normalmarginpar
26519 \end_layout
26520
26521 \begin_layout Standard
26522 \begin_inset Note Greyedout
26523 status open
26524
26525 \begin_layout Plain Layout
26526
26527 \series bold
26528 Nota:
26529 \series default
26530  El comando se ignora si en el mismo párrafo está también presente el comando
26531  
26532 \series bold
26533
26534 \backslash
26535 reversemarginpar
26536 \series default
26537 .
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \begin_layout Standard
26546 \begin_inset VSpace bigskip
26547 \end_inset
26548
26549
26550 \family roman
26551 \series medium
26552
26553 \begin_inset Marginal
26554 status open
26555
26556 \begin_layout Plain Layout
26557 PalabraMuyLargaAlMargen no partida con guión.
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \family default
26564 \series default
26565  Como en el caso descrito en la sección
26566 \begin_inset space ~
26567 \end_inset
26568
26569
26570 \begin_inset CommandInset ref
26571 LatexCommand ref
26572 reference "sub:Líneas-Múltiples-en"
26573
26574 \end_inset
26575
26576 , una palabra larga no puede partirse con guión cuando es la primera en
26577  la nota al margen.
26578  Para evitar esto, inserta un espacio horizontal de 0
26579 \begin_inset space \thinspace{}
26580 \end_inset
26581
26582 pt antes de la palabra
26583 \family roman
26584 \series medium
26585 .
26586 \end_layout
26587
26588 \begin_layout Standard
26589
26590 \family roman
26591 \series medium
26592 \begin_inset Marginal
26593 status open
26594
26595 \begin_layout Plain Layout
26596 \begin_inset ERT
26597 status collapsed
26598
26599 \begin_layout Plain Layout
26600
26601
26602 \backslash
26603 hspace{0pt}
26604 \end_layout
26605
26606 \end_inset
26607
26608 PalabraMuyLargaAlMargen partida con guión.
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \begin_inset VSpace bigskip
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset Note Greyedout
26625 status open
26626
26627 \begin_layout Plain Layout
26628
26629 \series bold
26630 Nota:
26631 \series default
26632  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26633  y notas al pie.
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Standard
26642 \begin_inset VSpace bigskip
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 ifmarginnote
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \begin_inset Note Note
26663 status open
26664
26665 \begin_layout Plain Layout
26666 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26667  LaTeX 
26668 \series bold
26669 marginnote
26670 \series default
26671 .
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 Esta restricción se puede salvar con el paquete LaTeX 
26681 \series bold
26682 marginnote
26683 \series default
26684
26685 \begin_inset Index idx
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 LaTeX-paquetes ! marginnote
26690 \end_layout
26691
26692 \end_inset
26693
26694 .
26695  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26696  notas al margen es redefinido para usar el comando proporcionado por el
26697  paquete 
26698 \series bold
26699 marginnote
26700 \series default
26701 :
26702 \end_layout
26703
26704 \begin_layout Standard
26705
26706 \series bold
26707
26708 \backslash
26709 usepackage{marginnote}
26710 \begin_inset Newline newline
26711 \end_inset
26712
26713
26714 \backslash
26715 let
26716 \backslash
26717 marginpar
26718 \backslash
26719 marginnote
26720 \end_layout
26721
26722 \begin_layout Standard
26723 Esto se ha utilizado en el presente documento porque 
26724 \series bold
26725 marginnote
26726 \series default
26727  tiene una característica adicional útil: Puedes establecer un desplazamiento
26728  vertical a la nota.
26729  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26730  diseño de la página.
26731  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26732  en código TeX
26733 \end_layout
26734
26735 \begin_layout Standard
26736
26737 \series bold
26738 [desplazamiento]
26739 \end_layout
26740
26741 \begin_layout Standard
26742 donde desplazamiento es una longitud en una de las unidades del cuadro
26743 \begin_inset space ~
26744 \end_inset
26745
26746
26747 \begin_inset CommandInset ref
26748 LatexCommand ref
26749 reference "tab:Unidades"
26750
26751 \end_inset
26752
26753 .
26754  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26755  abajo.
26756  
26757 \family roman
26758 \series medium
26759 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26760 \begin_inset space \thinspace{}
26761 \end_inset
26762
26763 cm arriba con el comando en código TeX 
26764 \begin_inset Quotes eld
26765 \end_inset
26766
26767
26768 \family default
26769 \series bold
26770 [-1.5cm]
26771 \family roman
26772 \series medium
26773
26774 \begin_inset Quotes erd
26775 \end_inset
26776
26777
26778 \begin_inset Marginal
26779 status collapsed
26780
26781 \begin_layout Plain Layout
26782 Esta nota está 1.5
26783 \begin_inset space \thinspace{}
26784 \end_inset
26785
26786 cm por encima de su posición original.
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \family default
26793 \series default
26794
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800 [-1.5cm]
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \begin_layout Standard
26809 \begin_inset VSpace medskip
26810 \end_inset
26811
26812 Con 
26813 \series bold
26814 marginnote
26815 \series default
26816  también puedes cambiar la alineación del texto en el margen.
26817  Por ejemplo los comandos
26818 \end_layout
26819
26820 \begin_layout Standard
26821
26822 \series bold
26823
26824 \backslash
26825 renewcommand*{
26826 \backslash
26827 raggedleftmarginnote}{
26828 \backslash
26829 centering}
26830 \begin_inset Newline newline
26831 \end_inset
26832
26833
26834 \backslash
26835 renewcommand*{
26836 \backslash
26837 raggedrightmarginnote}{
26838 \backslash
26839 centering}
26840 \end_layout
26841
26842 \begin_layout Standard
26843 producen alineación centrada.
26844  
26845 \series bold
26846
26847 \backslash
26848 raggedleftmarginnote
26849 \series default
26850  identifica las notas que aparecen al lado izquierdo.
26851 \family roman
26852 \series medium
26853
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 renewcommand*{
26862 \backslash
26863 raggedleftmarginnote}{
26864 \backslash
26865 centering}
26866 \end_layout
26867
26868 \begin_layout Plain Layout
26869
26870
26871 \backslash
26872 renewcommand*{
26873 \backslash
26874 raggedrightmarginnote}{
26875 \backslash
26876 centering}
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \begin_inset Marginal
26883 status open
26884
26885 \begin_layout Plain Layout
26886 El texto de esta nota está centrado.
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \family default
26893 \series default
26894  El valor predeterminado es 
26895 \end_layout
26896
26897 \begin_layout Standard
26898
26899 \series bold
26900
26901 \backslash
26902 renewcommand*{
26903 \backslash
26904 raggedleftmarginnote}{
26905 \backslash
26906 raggedleft}
26907 \begin_inset Newline newline
26908 \end_inset
26909
26910
26911 \backslash
26912 renewcommand*{
26913 \backslash
26914 raggedrightmarginnote}{
26915 \backslash
26916 raggedright}
26917 \family roman
26918 \series medium
26919
26920 \begin_inset ERT
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924
26925
26926 \backslash
26927 renewcommand*{
26928 \backslash
26929 raggedleftmarginnote}{
26930 \backslash
26931 raggedleft}
26932 \end_layout
26933
26934 \begin_layout Plain Layout
26935
26936
26937 \backslash
26938 renewcommand*{
26939 \backslash
26940 raggedrightmarginnote}{
26941 \backslash
26942 raggedright}
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \begin_layout Standard
26951 \begin_inset VSpace medskip
26952 \end_inset
26953
26954 Para otras características de 
26955 \series bold
26956 marginnote
26957 \series default
26958  mira en su documentación 
26959 \begin_inset CommandInset citation
26960 LatexCommand cite
26961 key "marginnote"
26962
26963 \end_inset
26964
26965 .
26966 \end_layout
26967
26968 \begin_layout Standard
26969 \begin_inset VSpace bigskip
26970 \end_inset
26971
26972 El diseño de las notas al margen puede ser redefinido.
26973  Por ejemplo, para crear una cabecera para todas las notas con el texto
26974  
26975 \begin_inset Quotes eld
26976 \end_inset
26977
26978
26979 \series bold
26980 \bar under
26981 ¡
26982 \family sans
26983 Atención
26984 \family default
26985 !
26986 \series default
26987 \bar default
26988
26989 \begin_inset Quotes erd
26990 \end_inset
26991
26992 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26993 \end_layout
26994
26995 \begin_layout Standard
26996
26997 \series bold
26998
26999 \backslash
27000 let
27001 \backslash
27002 myMarginpar
27003 \backslash
27004 marginpar
27005 \begin_inset Newline newline
27006 \end_inset
27007
27008
27009 \backslash
27010 renewcommand{
27011 \backslash
27012 marginpar}[1]{
27013 \backslash
27014 myMarginpar{%
27015 \begin_inset Newline newline
27016 \end_inset
27017
27018
27019 \begin_inset Phantom HPhantom
27020 status open
27021
27022 \begin_layout Plain Layout
27023
27024 \series bold
27025 \begin_inset space ~
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \backslash
27035 hspace{0pt}
27036 \backslash
27037 textsf{
27038 \backslash
27039 textbf{
27040 \backslash
27041 underbar{¡Atención!}}}%
27042 \begin_inset Newline newline
27043 \end_inset
27044
27045
27046 \begin_inset Phantom HPhantom
27047 status open
27048
27049 \begin_layout Plain Layout
27050
27051 \series bold
27052 \begin_inset space ~
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \backslash
27062 vspace{1.5mm}
27063 \backslash
27064
27065 \backslash
27066 #1}}
27067 \end_layout
27068
27069 \begin_layout Standard
27070
27071 \family roman
27072 \series medium
27073 \begin_inset ERT
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 let
27081 \backslash
27082 myMarginpar
27083 \backslash
27084 marginpar
27085 \end_layout
27086
27087 \begin_layout Plain Layout
27088
27089
27090 \backslash
27091 renewcommand{
27092 \backslash
27093 marginpar}[1]{
27094 \backslash
27095 myMarginpar{%
27096 \end_layout
27097
27098 \begin_layout Plain Layout
27099
27100    
27101 \backslash
27102 textsf{
27103 \backslash
27104 textbf{
27105 \backslash
27106 underbar{¡Atención!}}}%
27107 \end_layout
27108
27109 \begin_layout Plain Layout
27110
27111    
27112 \backslash
27113 vspace{1.5mm}
27114 \backslash
27115
27116 \backslash
27117 #1}}
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \begin_inset Marginal
27124 status open
27125
27126 \begin_layout Plain Layout
27127 Esta es una nota con una cabecera definida.
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \family default
27134 \series default
27135
27136 \begin_inset ERT
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140
27141 [-1.5cm]
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \family roman
27148 \series medium
27149
27150 \begin_inset ERT
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154
27155
27156 \backslash
27157 renewcommand{
27158 \backslash
27159 marginpar}[1]{
27160 \backslash
27161 myMarginpar{#1}}
27162 \end_layout
27163
27164 \end_inset
27165
27166
27167 \family default
27168 \series default
27169
27170 \begin_inset Note Note
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \begin_inset ERT
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187
27188
27189 \backslash
27190 else
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \begin_inset Note Note
27197 status open
27198
27199 \begin_layout Plain Layout
27200 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
27201  
27202 \series bold
27203 marginnote
27204 \series default
27205 .
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Debes instalar el paquete LaTeX 
27215 \series bold
27216 marginnote
27217 \series default
27218  para ver la parte siguiente en la salida.
27219 \end_layout
27220
27221 \begin_layout Standard
27222 \begin_inset ERT
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226
27227
27228 \backslash
27229 fi
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \begin_layout Chapter
27238 Marcos
27239 \end_layout
27240
27241 \begin_layout Section
27242 Introducción
27243 \begin_inset Index idx
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247 Marcos ! Introducción
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 Los marcos se emplean para dar formato a bloques de texto.
27257  Se pueden usar para escribir documentos con varios idiomas, véase sección
27258 \begin_inset space ~
27259 \end_inset
27260
27261
27262 \begin_inset CommandInset ref
27263 LatexCommand ref
27264 reference "sec:Minipáginas"
27265
27266 \end_inset
27267
27268 , enmarcar textos, véase sección
27269 \begin_inset space ~
27270 \end_inset
27271
27272
27273 \begin_inset CommandInset ref
27274 LatexCommand ref
27275 reference "sec:Decoración"
27276
27277 \end_inset
27278
27279 , evitar la división de palabras, véase sección
27280 \begin_inset space ~
27281 \end_inset
27282
27283
27284 \begin_inset CommandInset ref
27285 LatexCommand ref
27286 reference "sec:Evitar-la-Partición"
27287
27288 \end_inset
27289
27290 , alinear texto, véase sección
27291 \begin_inset space ~
27292 \end_inset
27293
27294
27295 \begin_inset CommandInset ref
27296 LatexCommand ref
27297 reference "sub:Alineación-Vertical"
27298
27299 \end_inset
27300
27301 , o para poner color de fondo a un texto, véase sección
27302 \begin_inset space ~
27303 \end_inset
27304
27305
27306 \begin_inset CommandInset ref
27307 LatexCommand ref
27308 reference "sec:Marcos-Coloreados"
27309
27310 \end_inset
27311
27312 .
27313 \end_layout
27314
27315 \begin_layout Standard
27316 Se insertan con el menú 
27317 \family sans
27318 Insertar\SpecialChar \menuseparator
27319 Marco
27320 \family default
27321  o con el botón 
27322 \begin_inset Graphics
27323         filename ../../images/box-insert.png
27324         scale 85
27325
27326 \end_inset
27327
27328 .
27329  Surge un recuadro gris con la etiqueta 
27330 \family sans
27331 Marco (Minipágina)
27332 \family default
27333
27334 \begin_inset Graphics
27335         filename clipart/CuadroMinipagQt4.png
27336         scale 75
27337         keepAspectRatio
27338
27339 \end_inset
27340
27341 .
27342  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
27343  
27344 \family sans
27345 Configuración
27346 \family default
27347 .
27348  Sale un diálogo en el que 
27349 \family sans
27350 Marco
27351 \family default
27352
27353 \begin_inset space ~
27354 \end_inset
27355
27356
27357 \family sans
27358 interior
27359 \family default
27360  permite escoger los tipos
27361 \family sans
27362  Minipágina
27363 \family default
27364
27365 \family sans
27366 Marco de párrafo
27367 \family default
27368  y 
27369 \family sans
27370 Marco de 
27371 \family default
27372 línea.
27373  
27374 \family sans
27375 Minipágina
27376 \family default
27377  es el predeterminado para nuevos marcos y se explica en la sección
27378 \begin_inset space ~
27379 \end_inset
27380
27381
27382 \begin_inset CommandInset ref
27383 LatexCommand ref
27384 reference "sec:Minipáginas"
27385
27386 \end_inset
27387
27388 ; el tipo 
27389 \family sans
27390 Marco de párrafo
27391 \family default
27392  se describe en la sección
27393 \begin_inset space ~
27394 \end_inset
27395
27396
27397 \begin_inset CommandInset ref
27398 LatexCommand ref
27399 reference "sec:Marcos-de-Párrafo"
27400
27401 \end_inset
27402
27403  y el tipo 
27404 \family sans
27405 Marco de línea
27406 \family default
27407  se describe en la sección
27408 \begin_inset space ~
27409 \end_inset
27410
27411
27412 \begin_inset CommandInset ref
27413 LatexCommand ref
27414 reference "sec:Evitar-la-Partición"
27415
27416 \end_inset
27417
27418 .
27419 \end_layout
27420
27421 \begin_layout Standard
27422 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
27423  o las notas al pie.
27424 \end_layout
27425
27426 \begin_layout Standard
27427 \begin_inset Note Greyedout
27428 status open
27429
27430 \begin_layout Plain Layout
27431
27432 \series bold
27433 Nota:
27434 \series default
27435  Los marcos no deben ser el ítem en un entorno 
27436 \family sans
27437 Enumeración*
27438 \family default
27439  o 
27440 \family sans
27441 Descripción
27442 \family default
27443 .
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 \begin_inset Note Greyedout
27453 status open
27454
27455 \begin_layout Plain Layout
27456
27457 \series bold
27458 Nota:
27459 \series default
27460  Por razones desconocidas sólo se puede poner el tipo 
27461 \family sans
27462 Marco
27463 \begin_inset space ~
27464 \end_inset
27465
27466 interior
27467 \family default
27468  en 
27469 \family sans
27470 Ninguno
27471 \family default
27472  cuando se emplea un marco enmarcado.
27473  Los marcos sin ningún tipo de 
27474 \family sans
27475 Marco
27476 \begin_inset space ~
27477 \end_inset
27478
27479 interior
27480 \family default
27481  y sin bordes se explican en la sección
27482 \begin_inset space ~
27483 \end_inset
27484
27485
27486 \begin_inset CommandInset ref
27487 LatexCommand ref
27488 reference "sec:Evitar-la-Partición"
27489
27490 \end_inset
27491
27492 .
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Section
27501 Diálogo de marcos
27502 \begin_inset CommandInset label
27503 LatexCommand label
27504 name "sec:Diálogo-Marcos"
27505
27506 \end_inset
27507
27508
27509 \begin_inset Index idx
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 Marcos ! Configuración
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Subsection
27522 Tamaño
27523 \begin_inset Index idx
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527 Marcos ! Tamaño
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Standard
27536 En el diálogo puedes ajustar la geometría del marco en los campos 
27537 \family sans
27538 Ancho
27539 \family default
27540  y 
27541 \family sans
27542 Alto
27543 \family default
27544 .
27545  Las unidades disponibles para la geometría se describen en el cuadro
27546 \begin_inset space ~
27547 \end_inset
27548
27549
27550 \begin_inset CommandInset ref
27551 LatexCommand ref
27552 reference "tab:Unidades"
27553
27554 \end_inset
27555
27556 .
27557  El campo 
27558 \family sans
27559 Alto
27560 \family default
27561  ofrece los siguientes tamaños adicionales:
27562 \end_layout
27563
27564 \begin_layout Description
27565 Profundidad Es la 
27566 \begin_inset Quotes fld
27567 \end_inset
27568
27569 altura
27570 \begin_inset Quotes frd
27571 \end_inset
27572
27573  del texto plano.
27574  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27575  marco:
27576 \begin_inset Newline newline
27577 \end_inset
27578
27579
27580 \begin_inset Newline newline
27581 \end_inset
27582
27583
27584 \begin_inset Newline newline
27585 \end_inset
27586
27587
27588 \begin_inset Newline newline
27589 \end_inset
27590
27591
27592 \begin_inset Box Boxed
27593 position "c"
27594 hor_pos "c"
27595 has_inner_box 1
27596 inner_pos "c"
27597 use_parbox 0
27598 use_makebox 0
27599 width "12col%"
27600 special "none"
27601 height "1in"
27602 height_special "depth"
27603 status open
27604
27605 \begin_layout Plain Layout
27606 \align center
27607 Marco con altura establecida en 1
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611 Profundidad
27612 \end_layout
27613
27614 \end_inset
27615
27616
27617 \begin_inset Newline newline
27618 \end_inset
27619
27620
27621 \begin_inset Newline newline
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \begin_layout Description
27628 Alto Es la altura del texto que está dentro del marco.
27629  Un valor de, p.
27630 \begin_inset space \thinspace{}
27631 \end_inset
27632
27633 e.
27634 \begin_inset space ~
27635 \end_inset
27636
27637 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27638  
27639 \begin_inset Box Boxed
27640 position "c"
27641 hor_pos "c"
27642 has_inner_box 1
27643 inner_pos "c"
27644 use_parbox 0
27645 use_makebox 0
27646 width "20col%"
27647 special "none"
27648 height "2in"
27649 height_special "height"
27650 status open
27651
27652 \begin_layout Plain Layout
27653 \align center
27654 Marco con altura puesta en 2
27655 \begin_inset space \thinspace{}
27656 \end_inset
27657
27658 Alto
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Description
27667 Alto
27668 \begin_inset space ~
27669 \end_inset
27670
27671 total Esto es el Alto
27672 \begin_inset space \thinspace{}
27673 \end_inset
27674
27675 +
27676 \begin_inset space \thinspace{}
27677 \end_inset
27678
27679 Profundidad: 
27680 \begin_inset Box Boxed
27681 position "c"
27682 hor_pos "c"
27683 has_inner_box 1
27684 inner_pos "c"
27685 use_parbox 0
27686 use_makebox 0
27687 width "20col%"
27688 special "none"
27689 height "1in"
27690 height_special "totalheight"
27691 status open
27692
27693 \begin_layout Plain Layout
27694 \align center
27695 Marco con altura puesta a 1
27696 \begin_inset space \thinspace{}
27697 \end_inset
27698
27699 Alto
27700 \begin_inset space ~
27701 \end_inset
27702
27703 total
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Description
27712 Ancho Esto determina al ancho del marco como altura: 
27713 \begin_inset Box Boxed
27714 position "c"
27715 hor_pos "c"
27716 has_inner_box 1
27717 inner_pos "c"
27718 use_parbox 0
27719 use_makebox 0
27720 width "12col%"
27721 special "none"
27722 height "1in"
27723 height_special "width"
27724 status open
27725
27726 \begin_layout Plain Layout
27727 \align center
27728 Marco con altura puesta en 1
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732 Ancho
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Subsection
27741 Alineación
27742 \begin_inset Index idx
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 Marcos ! Alineación
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Standard
27755 Si has elegido un 
27756 \family sans
27757 Marco
27758 \begin_inset space ~
27759 \end_inset
27760
27761 interior
27762 \family default
27763 , la alineación vertical del marco puede ser:
27764 \end_layout
27765
27766 \begin_layout Description
27767 Superior Ejemplo de línea de texto.
27768  
27769 \begin_inset Box Boxed
27770 position "t"
27771 hor_pos "c"
27772 has_inner_box 1
27773 inner_pos "c"
27774 use_parbox 0
27775 use_makebox 0
27776 width "12col%"
27777 special "none"
27778 height "1in"
27779 height_special "totalheight"
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 \align center
27784 marco alineado arriba.
27785 \end_layout
27786
27787 \end_inset
27788
27789  Ejemplo de línea de texto.
27790 \end_layout
27791
27792 \begin_layout Description
27793 Medio Ejemplo de línea de texto.
27794  
27795 \begin_inset Box Boxed
27796 position "c"
27797 hor_pos "c"
27798 has_inner_box 1
27799 inner_pos "c"
27800 use_parbox 0
27801 use_makebox 0
27802 width "12col%"
27803 special "none"
27804 height "1in"
27805 height_special "totalheight"
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809 \align center
27810 marco alineado en medio.
27811 \end_layout
27812
27813 \end_inset
27814
27815  Ejemplo de línea de texto.
27816 \end_layout
27817
27818 \begin_layout Description
27819 Inferior Ejemplo de línea de texto.
27820  
27821 \begin_inset Box Boxed
27822 position "b"
27823 hor_pos "c"
27824 has_inner_box 1
27825 inner_pos "c"
27826 use_parbox 0
27827 use_makebox 0
27828 width "12col%"
27829 special "none"
27830 height "1in"
27831 height_special "totalheight"
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 \align center
27836 marco alineado abajo.
27837 \end_layout
27838
27839 \end_inset
27840
27841  Ejemplo de línea de texto.
27842 \end_layout
27843
27844 \begin_layout Standard
27845 \begin_inset Note Greyedout
27846 status open
27847
27848 \begin_layout Plain Layout
27849
27850 \series bold
27851 Nota:
27852 \series default
27853  La alineación vertical puede desaparecer en la salida si hay dos marcos
27854  en una línea y, p.
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 e., uno de ellos tiene sombreado y el otro no.
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 La alineación horizontal del marco puede establecerse en el diálogo de configura
27868 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27869 \end_layout
27870
27871 \begin_layout Standard
27872 \begin_inset VSpace bigskip
27873 \end_inset
27874
27875 Si has escogido un 
27876 \family sans
27877 Marco
27878 \begin_inset space ~
27879 \end_inset
27880
27881 interior
27882 \family default
27883 , el contenido puede alinearse verticalmente a:
27884 \end_layout
27885
27886 \begin_layout Description
27887 Superior Ejemplo de línea de texto.
27888  
27889 \begin_inset Box Boxed
27890 position "c"
27891 hor_pos "c"
27892 has_inner_box 1
27893 inner_pos "t"
27894 use_parbox 0
27895 use_makebox 0
27896 width "12col%"
27897 special "none"
27898 height "1.5in"
27899 height_special "totalheight"
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 \align center
27904 marco con texto alineado arriba.
27905 \end_layout
27906
27907 \end_inset
27908
27909  Ejemplo de línea de texto.
27910 \end_layout
27911
27912 \begin_layout Description
27913 Medio Ejemplo de línea de texto.
27914  
27915 \begin_inset Box Boxed
27916 position "c"
27917 hor_pos "c"
27918 has_inner_box 1
27919 inner_pos "c"
27920 use_parbox 0
27921 use_makebox 0
27922 width "12col%"
27923 special "none"
27924 height "1.5in"
27925 height_special "totalheight"
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929 \align center
27930 marco con texto alineado en medio.
27931 \end_layout
27932
27933 \end_inset
27934
27935  Ejemplo de línea de texto.
27936 \end_layout
27937
27938 \begin_layout Description
27939 Inferior Ejemplo de línea de texto.
27940  
27941 \begin_inset Box Boxed
27942 position "c"
27943 hor_pos "c"
27944 has_inner_box 1
27945 inner_pos "b"
27946 use_parbox 0
27947 use_makebox 0
27948 width "12col%"
27949 special "none"
27950 height "1.5in"
27951 height_special "totalheight"
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955 \align center
27956 marco con texto alineado abajo.
27957 \end_layout
27958
27959 \end_inset
27960
27961  Ejemplo de línea de texto.
27962 \end_layout
27963
27964 \begin_layout Description
27965 Estirado Ejemplo de línea de texto.
27966  
27967 \begin_inset Box Boxed
27968 position "c"
27969 hor_pos "c"
27970 has_inner_box 1
27971 inner_pos "s"
27972 use_parbox 0
27973 use_makebox 0
27974 width "12col%"
27975 special "none"
27976 height "1.5in"
27977 height_special "totalheight"
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981 \align center
27982 Este texto
27983 \end_layout
27984
27985 \begin_layout Plain Layout
27986 \align center
27987 está
27988 \end_layout
27989
27990 \begin_layout Plain Layout
27991 \align center
27992 estirado.
27993 \end_layout
27994
27995 \end_inset
27996
27997  Ejemplo de línea de texto.
27998 \end_layout
27999
28000 \begin_layout Standard
28001 Para estirar el contenido debe tener más de un párrafo.
28002  En el ejemplo anterior cada línea de texto está en un párrafo propio.
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \begin_inset VSpace bigskip
28007 \end_inset
28008
28009 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
28010  LyX cuando hayas escogido un 
28011 \family sans
28012 Marco
28013 \begin_inset space ~
28014 \end_inset
28015
28016 interior
28017 \family default
28018 .
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \align center
28023 \begin_inset Box Boxed
28024 position "c"
28025 hor_pos "c"
28026 has_inner_box 1
28027 inner_pos "s"
28028 use_parbox 0
28029 use_makebox 0
28030 width "15col%"
28031 special "none"
28032 height "1.25in"
28033 height_special "totalheight"
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 \align left
28038 marco
28039 \end_layout
28040
28041 \begin_layout Plain Layout
28042 \align center
28043 con texto
28044 \end_layout
28045
28046 \begin_layout Plain Layout
28047 \align right
28048 estirado
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 Si no has establecido un 
28058 \family sans
28059 Marco
28060 \begin_inset space ~
28061 \end_inset
28062
28063 interior
28064 \family default
28065 , puedes alinear horizontalmente el contenido del marco en el diálogo de
28066  marcos.
28067 \end_layout
28068
28069 \begin_layout Standard
28070 \align center
28071 \begin_inset Box Boxed
28072 position "c"
28073 hor_pos "s"
28074 has_inner_box 0
28075 inner_pos "s"
28076 use_parbox 0
28077 use_makebox 0
28078 width "90col%"
28079 special "none"
28080 height "1.25in"
28081 height_special "totalheight"
28082 status open
28083
28084 \begin_layout Plain Layout
28085 Texto estirado horizontalmente.
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \end_layout
28092
28093 \begin_layout Subsection
28094 Decoración
28095 \begin_inset CommandInset label
28096 LatexCommand label
28097 name "sec:Decoración"
28098
28099 \end_inset
28100
28101
28102 \begin_inset Index idx
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106 Marcos ! Decoración
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \end_layout
28113
28114 \begin_layout Standard
28115 El estilo de borde del marco se puede determinar en la lista desplegable
28116  
28117 \family sans
28118 Tipo
28119 \family default
28120  del diálogo de marcos.
28121  Son posibles los siguientes bordes:
28122 \end_layout
28123
28124 \begin_layout Description
28125 Sin
28126 \begin_inset space ~
28127 \end_inset
28128
28129 borde No se dibuja ninguno.
28130 \end_layout
28131
28132 \begin_layout Description
28133 Borde
28134 \begin_inset space ~
28135 \end_inset
28136
28137 rectangular
28138 \begin_inset space ~
28139 \end_inset
28140
28141 sencillo Dibuja un borde rectangular alrededor del marco.
28142  El grosor del borde depende de 
28143 \series bold
28144
28145 \backslash
28146 fboxrule
28147 \series default
28148 .
28149  
28150 \begin_inset Box Boxed
28151 position "c"
28152 hor_pos "c"
28153 has_inner_box 1
28154 inner_pos "c"
28155 use_parbox 0
28156 use_makebox 0
28157 width "25col%"
28158 special "none"
28159 height "1in"
28160 height_special "totalheight"
28161 status open
28162
28163 \begin_layout Plain Layout
28164 \align center
28165 Marco rectangular
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Description
28174 Borde
28175 \begin_inset space ~
28176 \end_inset
28177
28178 ovalado,
28179 \begin_inset space ~
28180 \end_inset
28181
28182 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
28183 \begin_inset space \thinspace{}
28184 \end_inset
28185
28186 pt.
28187  
28188 \begin_inset Box ovalbox
28189 position "c"
28190 hor_pos "c"
28191 has_inner_box 1
28192 inner_pos "c"
28193 use_parbox 0
28194 use_makebox 0
28195 width "25col%"
28196 special "none"
28197 height "1in"
28198 height_special "totalheight"
28199 status open
28200
28201 \begin_layout Plain Layout
28202 \align center
28203 Borde ovalado, fino
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \begin_layout Description
28212 Borde
28213 \begin_inset space ~
28214 \end_inset
28215
28216 ovalado,
28217 \begin_inset space ~
28218 \end_inset
28219
28220 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
28221 \begin_inset space \thinspace{}
28222 \end_inset
28223
28224 pt.
28225  
28226 \begin_inset Box Ovalbox
28227 position "c"
28228 hor_pos "c"
28229 has_inner_box 1
28230 inner_pos "c"
28231 use_parbox 0
28232 use_makebox 0
28233 width "30col%"
28234 special "none"
28235 height "1in"
28236 height_special "totalheight"
28237 status open
28238
28239 \begin_layout Plain Layout
28240 \align center
28241 Borde ovalado, grueso
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Description
28250 Borde
28251 \begin_inset space ~
28252 \end_inset
28253
28254 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
28255  El grosor de la línea tiene el tamaño dado por 
28256 \series bold
28257
28258 \backslash
28259 fboxrule
28260 \series default
28261 , la sombra tiene una anchura de 4
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 pt.
28266  
28267 \begin_inset Box Shadowbox
28268 position "c"
28269 hor_pos "c"
28270 has_inner_box 1
28271 inner_pos "c"
28272 use_parbox 0
28273 use_makebox 0
28274 width "20col%"
28275 special "none"
28276 height "1in"
28277 height_special "totalheight"
28278 status open
28279
28280 \begin_layout Plain Layout
28281 \align center
28282 Borde sombrado
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Description
28291 Fondo
28292 \begin_inset space ~
28293 \end_inset
28294
28295 coloreado Dibuja un cuadro con fondo de color rojo.
28296  A diferencia de los cuadros coloreados,
28297 \begin_inset Foot
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301 véase sec.
28302  
28303 \begin_inset CommandInset ref
28304 LatexCommand ref
28305 reference "sec:Marcos-Coloreados"
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \end_inset
28313
28314  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28315 \begin_inset Box Shaded
28316 position "t"
28317 hor_pos "c"
28318 has_inner_box 0
28319 inner_pos "t"
28320 use_parbox 0
28321 use_makebox 0
28322 width "50col%"
28323 special "none"
28324 height "1in"
28325 height_special "totalheight"
28326 status open
28327
28328 \begin_layout Plain Layout
28329 Cuadro con fondo sombreado
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \begin_layout Description
28338 Borde
28339 \begin_inset space ~
28340 \end_inset
28341
28342 rectangular
28343 \begin_inset space ~
28344 \end_inset
28345
28346 doble Dibuja un rectángulo de línea doble alrededor.
28347  El grosor de la línea interior es 0.75
28348 \begin_inset space \thinspace{}
28349 \end_inset
28350
28351
28352 \series bold
28353
28354 \backslash
28355 fboxrule
28356 \series default
28357 , el de la línea exterior es 1.5
28358 \begin_inset space \thinspace{}
28359 \end_inset
28360
28361
28362 \series bold
28363
28364 \backslash
28365 fboxrule
28366 \series default
28367 .
28368  La distancia entre líneas es 1.5
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372
28373 \series bold
28374
28375 \backslash
28376 fboxrule
28377 \series default
28378
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 +
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 0.5
28387 \begin_inset space \thinspace{}
28388 \end_inset
28389
28390 pt.
28391  
28392 \begin_inset Box Doublebox
28393 position "c"
28394 hor_pos "c"
28395 has_inner_box 1
28396 inner_pos "c"
28397 use_parbox 0
28398 use_makebox 0
28399 width "20col%"
28400 special "none"
28401 height "1in"
28402 height_special "totalheight"
28403 status open
28404
28405 \begin_layout Plain Layout
28406 \align center
28407 Borde doble
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Standard
28416 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
28417  Para poder utilizar los distintos bordes, debe estar instalado el paquete
28418  LaTeX 
28419 \series bold
28420 fancybox
28421 \series default
28422
28423 \begin_inset Index idx
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 LaTeX-paquetes ! fancybox
28428 \end_layout
28429
28430 \end_inset
28431
28432 .
28433 \end_layout
28434
28435 \begin_layout Standard
28436 \begin_inset VSpace bigskip
28437 \end_inset
28438
28439 Si usas la decoración 
28440 \family sans
28441 borde rectangular sencillo
28442 \family default
28443  sin marco interior, puedes permitir saltos de página dentro del marco.
28444  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
28445  el borde usa siempre todo el ancho de columna, el marco se establece como
28446  su párrafo propio y 
28447 \series bold
28448
28449 \backslash
28450 fboxrule
28451 \series default
28452  y 
28453 \series bold
28454
28455 \backslash
28456 fboxsep
28457 \series default
28458  no funcionan.
28459  El grosor del borde tiene el tamaño de 
28460 \series bold
28461
28462 \backslash
28463 FrameRule
28464 \series default
28465 .
28466 \begin_inset Box Framed
28467 position "t"
28468 hor_pos "c"
28469 has_inner_box 0
28470 inner_pos "t"
28471 use_parbox 0
28472 use_makebox 0
28473 width "100col%"
28474 special "none"
28475 height "1in"
28476 height_special "totalheight"
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 Cuadro que permite saltos de página
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Section
28489 Personalización de marcos
28490 \begin_inset Index idx
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Marcos ! Personalizar
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \begin_layout Standard
28503 El valor predeterminado por 
28504 \series bold
28505
28506 \backslash
28507 fboxrule
28508 \series default
28509  es 0.4
28510 \begin_inset space \thinspace{}
28511 \end_inset
28512
28513 pt.
28514  Puede cambiarse con el siguiente comando en código TeX, p.
28515 \begin_inset space \thinspace{}
28516 \end_inset
28517
28518 e.
28519 \begin_inset space ~
28520 \end_inset
28521
28522 a
28523 \begin_inset space ~
28524 \end_inset
28525
28526 2
28527 \begin_inset space \thinspace{}
28528 \end_inset
28529
28530 pt:
28531 \end_layout
28532
28533 \begin_layout Standard
28534
28535 \series bold
28536
28537 \backslash
28538 setlength{
28539 \backslash
28540 fboxrule}{2pt}
28541 \end_layout
28542
28543 \begin_layout Standard
28544 \begin_inset ERT
28545 status collapsed
28546
28547 \begin_layout Plain Layout
28548
28549
28550 \backslash
28551 setlength{
28552 \backslash
28553 fboxrule}{2pt}
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \begin_inset Box Boxed
28560 position "c"
28561 hor_pos "c"
28562 has_inner_box 1
28563 inner_pos "c"
28564 use_parbox 0
28565 use_makebox 0
28566 width "25col%"
28567 special "none"
28568 height "1in"
28569 height_special "totalheight"
28570 status open
28571
28572 \begin_layout Plain Layout
28573 \align center
28574 Marco rectangular con 
28575 \series bold
28576
28577 \backslash
28578 fboxrule
28579 \series default
28580
28581 \begin_inset space \thinspace{}
28582 \end_inset
28583
28584 =
28585 \begin_inset space \thinspace{}
28586 \end_inset
28587
28588 2
28589 \begin_inset space \thinspace{}
28590 \end_inset
28591
28592 pt
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \begin_inset ERT
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602
28603
28604 \backslash
28605 setlength{
28606 \backslash
28607 fboxrule}{0.4pt}
28608 \end_layout
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Standard
28616 \begin_inset VSpace bigskip
28617 \end_inset
28618
28619 El espacio entre el borde y el contenido del cuadro es 3
28620 \begin_inset space \thinspace{}
28621 \end_inset
28622
28623 pt por omisión para todos los estilos.
28624  Se puede cambiar mediante la longitud 
28625 \series bold
28626
28627 \backslash
28628 fboxsep
28629 \series default
28630 .
28631  Por ejemplo el comando
28632 \end_layout
28633
28634 \begin_layout Standard
28635
28636 \series bold
28637
28638 \backslash
28639 setlength{
28640 \backslash
28641 fboxsep}{10pt}
28642 \end_layout
28643
28644 \begin_layout Standard
28645 determina un valor de 10
28646 \begin_inset space \thinspace{}
28647 \end_inset
28648
28649 pt, como en el siguiente marco:
28650 \end_layout
28651
28652 \begin_layout Standard
28653 \begin_inset ERT
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657
28658
28659 \backslash
28660 setlength{
28661 \backslash
28662 fboxsep}{10pt}
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \begin_inset Box Boxed
28669 position "c"
28670 hor_pos "c"
28671 has_inner_box 1
28672 inner_pos "c"
28673 use_parbox 0
28674 use_makebox 0
28675 width "25col%"
28676 special "none"
28677 height "1in"
28678 height_special "totalheight"
28679 status open
28680
28681 \begin_layout Plain Layout
28682 \align center
28683 Marco rectangular con 
28684 \series bold
28685
28686 \backslash
28687 fboxsep
28688 \series default
28689
28690 \begin_inset space \thinspace{}
28691 \end_inset
28692
28693 =
28694 \begin_inset space \thinspace{}
28695 \end_inset
28696
28697 10
28698 \begin_inset space \thinspace{}
28699 \end_inset
28700
28701 pt
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \begin_inset ERT
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712
28713 \backslash
28714 setlength{
28715 \backslash
28716 fboxsep}{3pt}
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \begin_layout Standard
28725 \begin_inset VSpace bigskip
28726 \end_inset
28727
28728 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28729  el comando 
28730 \series bold
28731
28732 \backslash
28733 cornersize
28734 \series default
28735 .
28736  El comando
28737 \end_layout
28738
28739 \begin_layout Standard
28740
28741 \series bold
28742
28743 \backslash
28744 cornersize*{1cm}
28745 \end_layout
28746
28747 \begin_layout Standard
28748 establece un diámetro de 1
28749 \begin_inset space \thinspace{}
28750 \end_inset
28751
28752 cm.
28753  El comando
28754 \end_layout
28755
28756 \begin_layout Standard
28757
28758 \series bold
28759
28760 \backslash
28761 cornersize{num}
28762 \end_layout
28763
28764 \begin_layout Standard
28765 fija el diámetro en 
28766 \family sans
28767 num
28768 \begin_inset space \thinspace{}
28769 \end_inset
28770
28771 ×
28772 \begin_inset space \thinspace{}
28773 \end_inset
28774
28775 mínimo
28776 \family default
28777  
28778 \family sans
28779 (ancho y alto del marco)
28780 \family default
28781 .
28782  Por omisión es 
28783 \series bold
28784
28785 \backslash
28786 cornersize{0.5}
28787 \series default
28788 .
28789 \end_layout
28790
28791 \begin_layout Standard
28792 \begin_inset ERT
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796
28797
28798 \backslash
28799 cornersize*{1.5cm}
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \begin_inset Box Ovalbox
28806 position "c"
28807 hor_pos "c"
28808 has_inner_box 1
28809 inner_pos "c"
28810 use_parbox 0
28811 use_makebox 0
28812 width "28col%"
28813 special "none"
28814 height "1in"
28815 height_special "totalheight"
28816 status open
28817
28818 \begin_layout Plain Layout
28819 \align center
28820 Marco ovalado con 
28821 \series bold
28822
28823 \backslash
28824 cornersize
28825 \series default
28826
28827 \begin_inset space \thinspace{}
28828 \end_inset
28829
28830 =
28831 \begin_inset space \thinspace{}
28832 \end_inset
28833
28834 1.5
28835 \begin_inset space \thinspace{}
28836 \end_inset
28837
28838 cm
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \begin_inset ERT
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849
28850 \backslash
28851 cornersize{0.5}
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset VSpace bigskip
28861 \end_inset
28862
28863 El tamaño de la sombra se puede ajustar cambiando la longitud 
28864 \series bold
28865
28866 \backslash
28867 shadowsize
28868 \series default
28869 .
28870  Este comando la ajusta a 2
28871 \begin_inset space \thinspace{}
28872 \end_inset
28873
28874 pt en el marco siguiente:
28875 \end_layout
28876
28877 \begin_layout Standard
28878
28879 \series bold
28880
28881 \backslash
28882 setlength{
28883 \backslash
28884 shadowsize}{2pt}
28885 \end_layout
28886
28887 \begin_layout Standard
28888 \begin_inset ERT
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892
28893
28894 \backslash
28895 setlength{
28896 \backslash
28897 shadowsize}{2pt}
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \begin_inset Box Shadowbox
28904 position "c"
28905 hor_pos "c"
28906 has_inner_box 1
28907 inner_pos "c"
28908 use_parbox 0
28909 use_makebox 0
28910 width "28col%"
28911 special "none"
28912 height "1in"
28913 height_special "totalheight"
28914 status open
28915
28916 \begin_layout Plain Layout
28917 \align center
28918 Borde sombreado con 
28919 \series bold
28920
28921 \backslash
28922 shadowsize
28923 \series default
28924
28925 \begin_inset space \thinspace{}
28926 \end_inset
28927
28928 =
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 2
28933 \begin_inset space \thinspace{}
28934 \end_inset
28935
28936 pt
28937 \end_layout
28938
28939 \end_inset
28940
28941
28942 \begin_inset ERT
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946
28947
28948 \backslash
28949 setlength{
28950 \backslash
28951 shadowsize}{4pt}
28952 \end_layout
28953
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \begin_layout Standard
28960 \begin_inset VSpace bigskip
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \begin_layout Standard
28967 Por omisión, el tamaño 
28968 \series bold
28969
28970 \backslash
28971 FrameRule
28972 \series default
28973  es 0,4
28974 \begin_inset space \thinspace{}
28975 \end_inset
28976
28977 pt.
28978  El espacio por omisión entre el contenido de la nota y el marco es 9
28979 \begin_inset space \thinspace{}
28980 \end_inset
28981
28982 pt; puede cambiarse con el valor de 
28983 \series bold
28984
28985 \backslash
28986 FrameSep
28987 \series default
28988 .
28989  Por ejemplo, el borde del marco siguiente se establece con los comandos
28990  en código TeX
28991 \end_layout
28992
28993 \begin_layout Standard
28994
28995 \series bold
28996
28997 \backslash
28998 setlength{
28999 \backslash
29000 FrameRule}{5pt}
29001 \begin_inset Newline newline
29002 \end_inset
29003
29004
29005 \backslash
29006 setlength{
29007 \backslash
29008 FrameSep}{0.5cm}
29009 \end_layout
29010
29011 \begin_layout Standard
29012 \begin_inset ERT
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016
29017
29018 \backslash
29019 setlength{
29020 \backslash
29021 FrameRule}{5pt}
29022 \end_layout
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 setlength{
29029 \backslash
29030 FrameSep}{0.5cm}
29031 \end_layout
29032
29033 \end_inset
29034
29035
29036 \begin_inset Box Framed
29037 position "t"
29038 hor_pos "c"
29039 has_inner_box 0
29040 inner_pos "t"
29041 use_parbox 0
29042 use_makebox 0
29043 width "100col%"
29044 special "none"
29045 height "1in"
29046 height_special "totalheight"
29047 status open
29048
29049 \begin_layout Plain Layout
29050 Texto en un marco con borde sencillo de 5
29051 \begin_inset space \thinspace{}
29052 \end_inset
29053
29054 pt.
29055  que permite
29056 \family sans
29057  
29058 \family default
29059 salto de página.
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070
29071 \backslash
29072 setlength{
29073 \backslash
29074 FrameRule}{0.4pt}
29075 \end_layout
29076
29077 \begin_layout Plain Layout
29078
29079
29080 \backslash
29081 setlength{
29082 \backslash
29083 FrameSep}{9pt}
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 \begin_inset VSpace bigskip
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \begin_layout Standard
29099 Para los marcos con 
29100 \family sans
29101 fondo
29102 \begin_inset space ~
29103 \end_inset
29104
29105 coloreado
29106 \family default
29107  el espacio por omisión entre el contenido y el borde es 3
29108 \begin_inset space \thinspace{}
29109 \end_inset
29110
29111 pt; se puede cambiar con el valor de 
29112 \series bold
29113
29114 \backslash
29115 fboxsep
29116 \series default
29117 .
29118  El color rojo predeterminado se puede cambiar en el sitio con el comando
29119  
29120 \series bold
29121
29122 \backslash
29123 definecolor{shadecolor}
29124 \series default
29125  o globalmente con el menú 
29126 \family sans
29127 Herramientas
29128 \family default
29129 \SpecialChar \menuseparator
29130
29131 \family sans
29132 Preferencias
29133 \family default
29134 \SpecialChar \menuseparator
29135
29136 \family sans
29137 Colores
29138 \family default
29139 \SpecialChar \menuseparator
29140
29141 \family sans
29142 marco
29143 \begin_inset space ~
29144 \end_inset
29145
29146 coloreado
29147 \family default
29148 .
29149  El esquema del comando 
29150 \series bold
29151
29152 \backslash
29153 definecolor
29154 \series default
29155  se explica en la sección
29156 \begin_inset space ~
29157 \end_inset
29158
29159
29160 \begin_inset CommandInset ref
29161 LatexCommand ref
29162 reference "sec:Cuadros-Coloreados"
29163
29164 \end_inset
29165
29166 .
29167 \begin_inset Foot
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171 El comando 
29172 \series bold
29173
29174 \backslash
29175 definecolor
29176 \series default
29177  requiere el paquete LaTeX 
29178 \series bold
29179 color
29180 \series default
29181  en el preámbulo, véase la sección
29182 \begin_inset space ~
29183 \end_inset
29184
29185
29186 \begin_inset CommandInset ref
29187 LatexCommand ref
29188 reference "sec:Marcos-Coloreados"
29189
29190 \end_inset
29191
29192 .
29193 \end_layout
29194
29195 \end_inset
29196
29197  Por ejemplo, la nota siguiente se define con los comandos en código TeX
29198 \end_layout
29199
29200 \begin_layout Standard
29201
29202 \series bold
29203
29204 \backslash
29205 setlength{
29206 \backslash
29207 fboxsep}{0.5cm}
29208 \series default
29209
29210 \begin_inset Newline newline
29211 \end_inset
29212
29213
29214 \series bold
29215
29216 \backslash
29217 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29218 \end_layout
29219
29220 \begin_layout Standard
29221 \begin_inset ERT
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225
29226
29227 \backslash
29228 setlength{
29229 \backslash
29230 fboxsep}{0.5cm}
29231 \end_layout
29232
29233 \begin_layout Plain Layout
29234
29235
29236 \backslash
29237 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \begin_inset Box Shaded
29244 position "t"
29245 hor_pos "c"
29246 has_inner_box 0
29247 inner_pos "t"
29248 use_parbox 0
29249 use_makebox 0
29250 width "100col%"
29251 special "none"
29252 height "1in"
29253 height_special "totalheight"
29254 status open
29255
29256 \begin_layout Plain Layout
29257
29258 \color yellow
29259 Texto amarillo en un marco con fondo coloreado en verde oscuro.
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270
29271 \backslash
29272 setlength{
29273 \backslash
29274 fboxsep}{3pt}
29275 \end_layout
29276
29277 \begin_layout Plain Layout
29278
29279
29280 \backslash
29281 definecolor{shadecolor}{rgb}{1,0,0}
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Standard
29290 \begin_inset VSpace bigskip
29291 \end_inset
29292
29293 Los cambios en las dimensiones son válidos para todos los marcos que siguen
29294  a los comandos.
29295 \end_layout
29296
29297 \begin_layout Section
29298 Minipáginas
29299 \begin_inset CommandInset label
29300 LatexCommand label
29301 name "sec:Minipáginas"
29302
29303 \end_inset
29304
29305
29306 \begin_inset Index idx
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310 Marcos ! Minipáginas
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29320  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 A continuación hay dos ejemplos de minipáginas adosadas.
29329  Su anchura está puesta en 45
29330 \begin_inset space \thinspace{}
29331 \end_inset
29332
29333 % y separadas por un relleno horizontal, insertado mediante el menú 
29334 \family sans
29335 Insertar\SpecialChar \menuseparator
29336 Formato\SpecialChar \menuseparator
29337 Relleno
29338 \begin_inset space ~
29339 \end_inset
29340
29341 horizontal
29342 \family default
29343 .
29344 \end_layout
29345
29346 \begin_layout Standard
29347 \begin_inset Box Frameless
29348 position "t"
29349 hor_pos "c"
29350 has_inner_box 1
29351 inner_pos "c"
29352 use_parbox 0
29353 use_makebox 0
29354 width "45col%"
29355 special "none"
29356 height "1in"
29357 height_special "totalheight"
29358 status open
29359
29360 \begin_layout Plain Layout
29361
29362 \lang german
29363 Dies ist ein deutscher Text.
29364  Dies ist ein deutscher Text.
29365  Dies ist ein deutscher Text.
29366  Dies ist ein deutscher Text.
29367  Dies ist ein deutscher Text.
29368  Dies ist ein deutscher Text.
29369  Dies ist ein deutscher Text.
29370  Dies ist ein deutscher Text.
29371  Dies ist ein deutscher Text.
29372  Dies ist ein deutscher Text.
29373  Dies ist ein deutscher Text.
29374  Dies ist ein deutscher Text.
29375  Dies ist ein deutscher Text
29376 \begin_inset Foot
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381 \lang german
29382 Dies ist eine deutsche Fußnote.
29383 \end_layout
29384
29385 \end_inset
29386
29387 .
29388  Dies ist ein deutscher Text.
29389  Dies ist ein deutscher Text.
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \begin_inset space \hfill{}
29396 \end_inset
29397
29398
29399 \begin_inset Box Frameless
29400 position "t"
29401 hor_pos "c"
29402 has_inner_box 1
29403 inner_pos "c"
29404 use_parbox 0
29405 use_makebox 0
29406 width "45col%"
29407 special "none"
29408 height "1in"
29409 height_special "totalheight"
29410 status open
29411
29412 \begin_layout Plain Layout
29413
29414 \lang english
29415 This is an English Text.
29416  This is an English Text.
29417  This is an English Text.
29418  This is an English Text.
29419  This is an English Text.
29420  This is an English Text.
29421  This is an English Text.
29422  This is an English Text.
29423  This is an English Text.
29424  This is an English Text.
29425  This is an English Text.
29426  This is an English Text.
29427  This is an English Text.
29428  This is an English Text.
29429  This is an English Text.
29430  This is an English Text.
29431 \begin_inset Foot
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436 \lang english
29437 This is an English footnote.
29438 \end_layout
29439
29440 \end_inset
29441
29442  This is an English Text.
29443  
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 \begin_inset VSpace bigskip
29453 \end_inset
29454
29455 La configuración global de párrafos se ignora en las minipáginas.
29456  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29457  pongas p.
29458 \begin_inset space \thinspace{}
29459 \end_inset
29460
29461 e.
29462 \begin_inset space ~
29463 \end_inset
29464
29465
29466 \family sans
29467 Salto
29468 \begin_inset space ~
29469 \end_inset
29470
29471 medio
29472 \family default
29473  en la configuración del documento.
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Las minipáginas también sirven para poner un color de fondo para partes
29478  de texto, véase sección
29479 \begin_inset space ~
29480 \end_inset
29481
29482
29483 \begin_inset CommandInset ref
29484 LatexCommand ref
29485 reference "sub:Color-en-Párrafos"
29486
29487 \end_inset
29488
29489 .
29490 \end_layout
29491
29492 \begin_layout Standard
29493 \begin_inset Note Greyedout
29494 status open
29495
29496 \begin_layout Plain Layout
29497
29498 \series bold
29499 Nota:
29500 \series default
29501  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29502  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Section
29511 Marcos de párrafo
29512 \begin_inset CommandInset label
29513 LatexCommand label
29514 name "sec:Marcos-de-Párrafo"
29515
29516 \end_inset
29517
29518
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Marcos ! de párrafo
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Los marcos de párrafo son similares a las minipáginas con la diferencia
29533  de que no pueden contener notas al pie.
29534 \end_layout
29535
29536 \begin_layout Standard
29537 \align center
29538 \begin_inset Box Frameless
29539 position "t"
29540 hor_pos "c"
29541 has_inner_box 1
29542 inner_pos "t"
29543 use_parbox 1
29544 use_makebox 0
29545 width "33col%"
29546 special "none"
29547 height "1in"
29548 height_special "totalheight"
29549 status open
29550
29551 \begin_layout Plain Layout
29552 Texto en un marco de párrafo.
29553  Texto en un marco de párrafo.
29554  Esta nota no aparece:
29555 \begin_inset Foot
29556 status open
29557
29558 \begin_layout Plain Layout
29559 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \end_layout
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Section
29573 Marcos para palabras y caracteres
29574 \begin_inset Index idx
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578 Marcos ! para palabras y caracteres
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \begin_layout Subsection
29587 Evitar la partición de palabras
29588 \begin_inset CommandInset label
29589 LatexCommand label
29590 name "sec:Evitar-la-Partición"
29591
29592 \end_inset
29593
29594
29595 \begin_inset Index idx
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Marcos ! para evitar partición de palabras
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Standard
29608 El marco tipo 
29609 \family sans
29610 Marco de línea
29611 \family default
29612  sirve para evitar que una palabra sea partida con guión.
29613 \begin_inset Newline newline
29614 \end_inset
29615
29616 He aquí un ejemplo:
29617 \end_layout
29618
29619 \begin_layout Standard
29620 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29621 palabra».
29622 \end_layout
29623
29624 \begin_layout Standard
29625 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29626  un marco, establece el 
29627 \family sans
29628 Marco interior
29629 \family default
29630  en 
29631 \family sans
29632 Marco de línea
29633 \family default
29634  y el ancho en 
29635 \family sans
29636 1
29637 \begin_inset space \thinspace{}
29638 \end_inset
29639
29640 Ancho
29641 \family default
29642 .
29643 \end_layout
29644
29645 \begin_layout Standard
29646 Este es el resultado:
29647 \end_layout
29648
29649 \begin_layout Standard
29650 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29651 \begin_inset Box Frameless
29652 position "t"
29653 hor_pos "c"
29654 has_inner_box 1
29655 inner_pos "t"
29656 use_parbox 0
29657 use_makebox 1
29658 width "1in"
29659 special "width"
29660 height "1in"
29661 height_special "totalheight"
29662 status open
29663
29664 \begin_layout Plain Layout
29665 «estalarguísimapalabra»
29666 \end_layout
29667
29668 \end_inset
29669
29670 .
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Como alternativa puedes poner el comando «
29675 \series bold
29676
29677 \backslash
29678 -
29679 \series default
29680 » en código TeX directamente antes de la palabra:
29681 \end_layout
29682
29683 \begin_layout Standard
29684 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 -
29693 \end_layout
29694
29695 \end_inset
29696
29697 estalarguísimapalabra».
29698 \end_layout
29699
29700 \begin_layout Standard
29701 Por supuesto, la palabra sobresale del margen.
29702  Para evitarlo añade, con el menú 
29703 \family sans
29704 Insertar\SpecialChar \menuseparator
29705 Formato\SpecialChar \menuseparator
29706 Salto
29707 \begin_inset space ~
29708 \end_inset
29709
29710 de
29711 \begin_inset space ~
29712 \end_inset
29713
29714 línea
29715 \begin_inset space ~
29716 \end_inset
29717
29718 cortada
29719 \family default
29720  (atajo 
29721 \family sans
29722 Ctrl+Entrar
29723 \family default
29724 ), un salto de línea antes de la palabra:
29725 \end_layout
29726
29727 \begin_layout Standard
29728 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29729 \begin_inset Newline newline
29730 \end_inset
29731
29732
29733 \begin_inset Box Frameless
29734 position "t"
29735 hor_pos "c"
29736 has_inner_box 1
29737 inner_pos "t"
29738 use_parbox 0
29739 use_makebox 1
29740 width "1in"
29741 special "width"
29742 height "1in"
29743 height_special "totalheight"
29744 status open
29745
29746 \begin_layout Plain Layout
29747 «estalarguísimapalabra»
29748 \end_layout
29749
29750 \end_inset
29751
29752 .
29753 \end_layout
29754
29755 \begin_layout Subsection
29756 Alineación vertical
29757 \begin_inset CommandInset label
29758 LatexCommand label
29759 name "sub:Alineación-Vertical"
29760
29761 \end_inset
29762
29763
29764 \begin_inset Index idx
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768 Marcos ! para alineación vertical
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Con ayuda del comando 
29778 \series bold
29779
29780 \backslash
29781 raisebox
29782 \series default
29783  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29784  
29785 \series bold
29786
29787 \backslash
29788 raisebox
29789 \series default
29790  se utiliza según el esquema:
29791 \end_layout
29792
29793 \begin_layout Standard
29794
29795 \series bold
29796
29797 \backslash
29798 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29799 \end_layout
29800
29801 \begin_layout Standard
29802 La elevación puede ser un valor positivo para subir el marco o negativo
29803  para bajarlo.
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Para alinear una palabra, p.
29808 \begin_inset space \thinspace{}
29809 \end_inset
29810
29811 e
29812 \begin_inset space ~
29813 \end_inset
29814
29815 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29816  en la línea de base, inserta el comando
29817 \end_layout
29818
29819 \begin_layout Standard
29820
29821 \series bold
29822
29823 \backslash
29824 raisebox{
29825 \backslash
29826 depth}{
29827 \end_layout
29828
29829 \begin_layout Standard
29830 en código TeX antes de la palabra.
29831  Detrás de la palabra inserta una llave de cierre «
29832 \series bold
29833 }
29834 \series default
29835 » en código TeX.
29836 \begin_inset Newline newline
29837 \end_inset
29838
29839 Este es el resultado:
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Esto es una línea de texto con la palabra 
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 raisebox{
29852 \backslash
29853 depth}{
29854 \end_layout
29855
29856 \end_inset
29857
29858 «prevención»
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864 }
29865 \end_layout
29866
29867 \end_inset
29868
29869  elevada.
29870 \end_layout
29871
29872 \begin_layout Standard
29873 \begin_inset VSpace bigskip
29874 \end_inset
29875
29876 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Esto es una línea de texto con la palabra 
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 raisebox{-
29889 \backslash
29890 depth}{
29891 \end_layout
29892
29893 \end_inset
29894
29895 «prevención»
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901 }
29902 \end_layout
29903
29904 \end_inset
29905
29906  bajada.
29907 \begin_inset Newline newline
29908 \end_inset
29909
29910 Esto es una línea de texto con la palabra 
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 raisebox{0.5cm}{
29919 \end_layout
29920
29921 \end_inset
29922
29923 «testigo»
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 }
29930 \end_layout
29931
29932 \end_inset
29933
29934  elevada.
29935 \end_layout
29936
29937 \begin_layout Standard
29938 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29939  Por ejemplo
29940 \end_layout
29941
29942 \begin_layout Standard
29943
29944 \series bold
29945
29946 \backslash
29947 raisebox{-
29948 \backslash
29949 depth}[0pt]{
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Esto es una línea de texto con la palabra 
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959
29960 \backslash
29961 raisebox{-
29962 \backslash
29963 depth}[0pt]{
29964 \end_layout
29965
29966 \end_inset
29967
29968 «prevención»
29969 \begin_inset ERT
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973
29974 }
29975 \end_layout
29976
29977 \end_inset
29978
29979  bajada.
29980 \begin_inset Newline newline
29981 \end_inset
29982
29983 Esto es una línea de texto con la palabra 
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989
29990 \backslash
29991 raisebox{0.5cm}[0pt]{
29992 \end_layout
29993
29994 \end_inset
29995
29996 «testigo»
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002 }
30003 \end_layout
30004
30005 \end_inset
30006
30007  elevada.
30008 \end_layout
30009
30010 \begin_layout Section
30011 Marcos coloreados
30012 \begin_inset CommandInset label
30013 LatexCommand label
30014 name "sec:Marcos-Coloreados"
30015
30016 \end_inset
30017
30018
30019 \begin_inset Index idx
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023 Marcos ! Colorear
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Subsection
30032 Colorear el fondo de un texto
30033 \begin_inset Index idx
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037 Color ! de fondo en un texto
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \end_layout
30044
30045 \begin_layout Standard
30046 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
30047  Esto requiere cargar el paquete LaTeX 
30048 \series bold
30049 color
30050 \series default
30051
30052 \begin_inset Index idx
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 LaTeX-paquetes ! color
30057 \end_layout
30058
30059 \end_inset
30060
30061  en el preámbulo del documento con
30062 \end_layout
30063
30064 \begin_layout Standard
30065
30066 \series bold
30067
30068 \backslash
30069 @ifundef\SpecialChar \textcompwordmark{}
30070 ined{textcolor}
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074
30075 \begin_inset Phantom HPhantom
30076 status open
30077
30078 \begin_layout Plain Layout
30079
30080 \series bold
30081 \begin_inset space ~
30082 \end_inset
30083
30084
30085 \end_layout
30086
30087 \end_inset
30088
30089 {
30090 \backslash
30091 usepackage{color}}{}
30092 \end_layout
30093
30094 \begin_layout Standard
30095 LyX cargará automáticamente el paquete 
30096 \series bold
30097 color
30098 \series default
30099  cuando colorees texto.
30100 \begin_inset Foot
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Para evitar cargarlo dos veces se usa el comando 
30105 \series bold
30106
30107 \backslash
30108 @ifundef\SpecialChar \textcompwordmark{}
30109 ined
30110 \series default
30111 .
30112 \end_layout
30113
30114 \end_inset
30115
30116
30117 \end_layout
30118
30119 \begin_layout Standard
30120 \begin_inset VSpace medskip
30121 \end_inset
30122
30123 Los marcos coloreados se crean con el comando 
30124 \series bold
30125
30126 \backslash
30127 colorbox
30128 \series default
30129 , de acuerdo con el siguiente esquema:
30130 \end_layout
30131
30132 \begin_layout Standard
30133
30134 \series bold
30135
30136 \backslash
30137 colorbox{color}{contenido del marco}
30138 \end_layout
30139
30140 \begin_layout Standard
30141 El contenido también puede ser un marco y los marcos coloreados también
30142  pueden estar en otros marcos.
30143 \end_layout
30144
30145 \begin_layout Standard
30146 Los siguientes colores están predefinidos:
30147 \begin_inset Newline newline
30148 \end_inset
30149
30150
30151 \family sans
30152 red
30153 \family default
30154
30155 \family sans
30156 green
30157 \family default
30158
30159 \family sans
30160 yellow, blue
30161 \family default
30162
30163 \family sans
30164 cyan
30165 \family default
30166 \series bold
30167 ,
30168 \series default
30169  
30170 \family sans
30171 magenta, black
30172 \family default
30173
30174 \family sans
30175 white
30176 \family default
30177 .
30178 \begin_inset Newline newline
30179 \end_inset
30180
30181 También puedes definir tus propios colores según se explica en la sección
30182 \begin_inset space ~
30183 \end_inset
30184
30185
30186 \begin_inset CommandInset ref
30187 LatexCommand ref
30188 reference "sec:Cuadros-Coloreados"
30189
30190 \end_inset
30191
30192 .
30193 \end_layout
30194
30195 \begin_layout Standard
30196 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
30197 \end_layout
30198
30199 \begin_layout Standard
30200
30201 \series bold
30202
30203 \backslash
30204 colorbox{red}{
30205 \end_layout
30206
30207 \begin_layout Standard
30208 en código TeX antes de la palabra.
30209  Tras la palabra inserta una llave de cierre «
30210 \series bold
30211 }
30212 \series default
30213 » en código TeX.
30214 \begin_inset Newline newline
30215 \end_inset
30216
30217 Este es el resultado:
30218 \end_layout
30219
30220 \begin_layout Standard
30221 Línea en la que la palabra 
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227
30228 \backslash
30229 colorbox{red}{
30230 \end_layout
30231
30232 \end_inset
30233
30234 «¡Atención!»
30235 \begin_inset ERT
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239
30240 }
30241 \end_layout
30242
30243 \end_inset
30244
30245  tiene fondo rojo.
30246 \end_layout
30247
30248 \begin_layout Standard
30249 \begin_inset VSpace bigskip
30250 \end_inset
30251
30252 Si quieres un borde de distinto color, puedes emplear el comando 
30253 \series bold
30254
30255 \backslash
30256 fcolorbox
30257 \series default
30258  con el esquema siguiente:
30259 \end_layout
30260
30261 \begin_layout Standard
30262
30263 \series bold
30264
30265 \backslash
30266 fcolorbox{color del borde}{color del fondo}{contenido del marco}
30267 \end_layout
30268
30269 \begin_layout Standard
30270
30271 \series bold
30272
30273 \backslash
30274 fcolorbox
30275 \series default
30276  es una extensión de 
30277 \series bold
30278
30279 \backslash
30280 colorbox
30281 \series default
30282 .
30283  El grosor del borde y el espacio entre él y el contenido se puede ajustar
30284  con las longitudes 
30285 \series bold
30286
30287 \backslash
30288 fboxrule
30289 \series default
30290  y 
30291 \series bold
30292
30293 \backslash
30294 fboxsep
30295 \series default
30296 , respectivamente, como se describe en la sección
30297 \begin_inset space ~
30298 \end_inset
30299
30300
30301 \begin_inset CommandInset ref
30302 LatexCommand ref
30303 reference "sec:Decoración"
30304
30305 \end_inset
30306
30307 .
30308 \end_layout
30309
30310 \begin_layout Standard
30311 Para el ejemplo siguiente se ha utilizado el comando
30312 \end_layout
30313
30314 \begin_layout Standard
30315
30316 \series bold
30317
30318 \backslash
30319 fcolorbox{cyan}{magenta}{
30320 \end_layout
30321
30322 \begin_layout Standard
30323 Este es un ejemplo en el que se ha puesto un grosor de 1
30324 \begin_inset space \thinspace{}
30325 \end_inset
30326
30327 mm para la línea del borde:
30328 \begin_inset Newline newline
30329 \end_inset
30330
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 fboxrule 1mm 
30340 \backslash
30341 fboxsep 1mm
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 fcolorbox{cyan}{magenta}{
30355 \end_layout
30356
30357 \end_inset
30358
30359 Texto en un marco con fondo y borde en distintos colores.
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 }
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace bigskip
30375 \end_inset
30376
30377 Por supuesto, también puedes colorear el texto en un marco coloreado:
30378 \begin_inset Newline newline
30379 \end_inset
30380
30381
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 fcolorbox{cyan}{magenta}{
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \color yellow
30396 Marco con texto, fondo y borde en distintos colores.
30397 \color none
30398
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404 }
30405 \end_layout
30406
30407 \end_inset
30408
30409
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415
30416 \backslash
30417 fboxrule 0.4pt 
30418 \backslash
30419 fboxsep 3pt
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428
30429 \series bold
30430 \begin_inset VSpace medskip
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \begin_layout Standard
30437 \begin_inset Note Greyedout
30438 status open
30439
30440 \begin_layout Plain Layout
30441
30442 \series bold
30443 Nota:
30444 \series default
30445  El texto en marcos con fondo coloreado no puede tener saltos de línea.
30446  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
30447  coloreado como se describe a continuación.
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Subsection
30456 Colorear el fondo de párrafos
30457 \begin_inset CommandInset label
30458 LatexCommand label
30459 name "sub:Color-en-Párrafos"
30460
30461 \end_inset
30462
30463
30464 \begin_inset Index idx
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 Color ! en párrafos
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Standard
30477 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30478  Antes de la minipágina inserta el comando 
30479 \series bold
30480
30481 \backslash
30482 colorbox
30483 \series default
30484  en código TeX
30485 \end_layout
30486
30487 \begin_layout Standard
30488
30489 \series bold
30490
30491 \backslash
30492 colorbox{color}{
30493 \end_layout
30494
30495 \begin_layout Standard
30496 Detrás de la minipágina inserta una llave de cierre «
30497 \series bold
30498 }
30499 \series default
30500 », también en código TeX.
30501 \end_layout
30502
30503 \begin_layout Standard
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 colorbox{grisclaro}{
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \begin_inset Box Frameless
30518 position "t"
30519 hor_pos "c"
30520 has_inner_box 1
30521 inner_pos "t"
30522 use_parbox 0
30523 use_makebox 0
30524 width "100col%"
30525 special "none"
30526 height "1in"
30527 height_special "totalheight"
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531 Texto con color de fondo.
30532  Texto con color de fondo.
30533 \end_layout
30534
30535 \begin_layout Plain Layout
30536 \begin_inset VSpace defskip
30537 \end_inset
30538
30539 El texto puede tener notas al pie
30540 \begin_inset Foot
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 Otro ejemplo de nota
30545 \end_layout
30546
30547 \end_inset
30548
30549  y puede incluir cuadros y figuras.
30550 \end_layout
30551
30552 \begin_layout Plain Layout
30553 \align center
30554 \begin_inset Tabular
30555 <lyxtabular version="3" rows="3" columns="3">
30556 <features tabularvalignment="middle">
30557 <column alignment="center" valignment="top" width="0">
30558 <column alignment="center" valignment="top" width="0">
30559 <column alignment="center" valignment="top" width="0">
30560 <row>
30561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30562 \begin_inset Text
30563
30564 \begin_layout Plain Layout
30565 a
30566 \end_layout
30567
30568 \end_inset
30569 </cell>
30570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30571 \begin_inset Text
30572
30573 \begin_layout Plain Layout
30574 !
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583 3
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 </row>
30589 <row>
30590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30591 \begin_inset Text
30592
30593 \begin_layout Plain Layout
30594 <
30595 \end_layout
30596
30597 \end_inset
30598 </cell>
30599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30600 \begin_inset Text
30601
30602 \begin_layout Plain Layout
30603 b2
30604 \begin_inset Quotes erd
30605 \end_inset
30606
30607 |
30608 \end_layout
30609
30610 \end_inset
30611 </cell>
30612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30613 \begin_inset Text
30614
30615 \begin_layout Plain Layout
30616 >
30617 \end_layout
30618
30619 \end_inset
30620 </cell>
30621 </row>
30622 <row>
30623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30624 \begin_inset Text
30625
30626 \begin_layout Plain Layout
30627 1
30628 \end_layout
30629
30630 \end_inset
30631 </cell>
30632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30633 \begin_inset Text
30634
30635 \begin_layout Plain Layout
30636 §
30637 \end_layout
30638
30639 \end_inset
30640 </cell>
30641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30642 \begin_inset Text
30643
30644 \begin_layout Plain Layout
30645 c
30646 \end_layout
30647
30648 \end_inset
30649 </cell>
30650 </row>
30651 </lyxtabular>
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666 }
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Section
30675 Marcos girados y a escala
30676 \end_layout
30677
30678 \begin_layout Standard
30679 Para poder usar los comandos descritos en esta sección hay que cargar el
30680  paquete LaTeX 
30681 \series bold
30682 graphicx
30683 \series default
30684
30685 \begin_inset Index idx
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689 LaTeX-paquetes ! graphicx
30690 \end_layout
30691
30692 \end_inset
30693
30694  en el preámbulo del documento, con el comando
30695 \end_layout
30696
30697 \begin_layout Standard
30698
30699 \series bold
30700
30701 \backslash
30702 @ifundefined{rotatebox}
30703 \begin_inset Newline newline
30704 \end_inset
30705
30706
30707 \begin_inset Phantom HPhantom
30708 status open
30709
30710 \begin_layout Plain Layout
30711
30712 \series bold
30713 \begin_inset space ~
30714 \end_inset
30715
30716
30717 \end_layout
30718
30719 \end_inset
30720
30721 {
30722 \backslash
30723 usepackage{graphicx}}{}
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset Note Greyedout
30728 status open
30729
30730 \begin_layout Plain Layout
30731
30732 \series bold
30733 Nota: 
30734 \series default
30735 Algunos visores DVI no pueden mostrar material girado o a escala.
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Standard
30744 \begin_inset Note Greyedout
30745 status open
30746
30747 \begin_layout Plain Layout
30748
30749 \series bold
30750 Nota:
30751 \series default
30752  Los marcos girados o a escala no pueden contener flotantes.
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Subsection
30761 Marcos girados
30762 \begin_inset Index idx
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766 Marcos ! Girar
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \begin_inset Index idx
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 Material rotado
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \begin_inset Index idx
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 Figuras ! Rotar
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \begin_inset Index idx
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796 Cuadros ! Girar
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \begin_layout Standard
30805 Para girar material debes ponerlo en un marco girado.
30806  Los marcos girados se crean con el comando 
30807 \series bold
30808
30809 \backslash
30810 rotatebox
30811 \series default
30812  en código TeX, según el esquema:
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30821 \end_layout
30822
30823 \begin_layout Standard
30824 El origen de rotación se especifica en la forma 
30825 \series bold
30826 origin=position
30827 \series default
30828 .
30829  Son posibles las posiciones siguientes: 
30830 \emph on
30831 c
30832 \emph default
30833  (center), 
30834 \emph on
30835 l
30836 \emph default
30837  (left), 
30838 \emph on
30839 r
30840 \emph default
30841  (right), 
30842 \emph on
30843 b
30844 \emph default
30845  (bottom), 
30846 \emph on
30847 t
30848 \emph default
30849  (top), así como combinaciones adecuadas de las posiciones básicas.
30850  Por ejemplo, 
30851 \emph on
30852 lt
30853 \emph default
30854  significa que el origen de rotación es la esquina superior izquierda del
30855  marco.
30856  Si no se especifica origen de rotación se usará la posición 
30857 \emph on
30858 l
30859 \emph default
30860 .
30861  El ángulo de rotación es un número de grados, y puede ser negativo.
30862  El sentido de giro es contrario al de las agujas del reloj.
30863 \end_layout
30864
30865 \begin_layout Standard
30866 En el siguiente ejemplo se ha insertado el comando 
30867 \series bold
30868
30869 \backslash
30870 rotatebox[origin=c]{60}{ 
30871 \series default
30872 como código TeX delante del texto «con rotación»; después del texto, el
30873  marco se ha cerrado con llave en código TeX.
30874 \end_layout
30875
30876 \begin_layout Standard
30877 Esta línea contiene texto 
30878 \begin_inset ERT
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882
30883
30884 \backslash
30885 rotatebox[origin=c]{60}{
30886 \end_layout
30887
30888 \end_inset
30889
30890 con rotación
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896 }
30897 \end_layout
30898
30899 \end_inset
30900
30901 .
30902 \end_layout
30903
30904 \begin_layout Standard
30905 El contenido del marco puede ser también otro marco o una ecuación en línea:
30906 \end_layout
30907
30908 \begin_layout Standard
30909 En esta línea hay texto enmarcado 
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915
30916 \backslash
30917 rotatebox[origin=r]{-60}{
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \begin_inset Box Doublebox
30924 position "c"
30925 hor_pos "c"
30926 has_inner_box 0
30927 inner_pos "c"
30928 use_parbox 0
30929 use_makebox 0
30930 width "1in"
30931 special "width"
30932 height "1in"
30933 height_special "totalheight"
30934 status open
30935
30936 \begin_layout Plain Layout
30937 con rotación
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \begin_inset ERT
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947
30948 }
30949 \end_layout
30950
30951 \end_inset
30952
30953  y 
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959
30960 \backslash
30961 rotatebox[origin=lb]{60}{
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30968 \end_inset
30969
30970
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976 }
30977 \end_layout
30978
30979 \end_inset
30980
30981  una ecuación.
30982 \end_layout
30983
30984 \begin_layout Standard
30985 O una imagen o un cuadro:
30986 \end_layout
30987
30988 \begin_layout Standard
30989 Aquí hay una imagen girada 
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995
30996 \backslash
30997 rotatebox[origin=lb]{90}{
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \begin_inset Graphics
31004         filename ../clipart/platypus.eps
31005         lyxscale 50
31006         width 25col%
31007
31008 \end_inset
31009
31010
31011 \begin_inset ERT
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015
31016 }
31017 \end_layout
31018
31019 \end_inset
31020
31021  y un cuadro girado 
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027
31028 \backslash
31029 rotatebox[origin=l]{-90}{
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \begin_inset Tabular
31036 <lyxtabular version="3" rows="2" columns="2">
31037 <features tabularvalignment="middle">
31038 <column alignment="center" valignment="top" width="0">
31039 <column alignment="center" valignment="top" width="0">
31040 <row>
31041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31042 \begin_inset Text
31043
31044 \begin_layout Plain Layout
31045 q
31046 \end_layout
31047
31048 \end_inset
31049 </cell>
31050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Plain Layout
31054 w
31055 \end_layout
31056
31057 \end_inset
31058 </cell>
31059 </row>
31060 <row>
31061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31062 \begin_inset Text
31063
31064 \begin_layout Plain Layout
31065 e
31066 \end_layout
31067
31068 \end_inset
31069 </cell>
31070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31071 \begin_inset Text
31072
31073 \begin_layout Plain Layout
31074 r
31075 \end_layout
31076
31077 \end_inset
31078 </cell>
31079 </row>
31080 </lyxtabular>
31081
31082 \end_inset
31083
31084
31085 \begin_inset ERT
31086 status collapsed
31087
31088 \begin_layout Plain Layout
31089
31090 }
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \begin_layout Subsection
31099 Marcos para variar la escala
31100 \begin_inset Index idx
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104 Marcos ! para variar la escala
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \begin_inset Index idx
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 Material a escala
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset Index idx
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124 Figuras ! a escala
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \begin_inset Index idx
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 Cuadros ! a escala
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 Para modificar las proporciones de un material se pueden usar los comandos
31144  
31145 \series bold
31146
31147 \backslash
31148 scalebox
31149 \series default
31150  y 
31151 \series bold
31152
31153 \backslash
31154 resizebox 
31155 \series default
31156 en código TeX.
31157 \end_layout
31158
31159 \begin_layout Standard
31160
31161 \series bold
31162
31163 \backslash
31164 scalebox
31165 \series default
31166  se usa con el esquema siguiente:
31167 \end_layout
31168
31169 \begin_layout Standard
31170
31171 \series bold
31172
31173 \backslash
31174 scalebox{horizontal}[vertical]{contenido del marco}
31175 \end_layout
31176
31177 \begin_layout Standard
31178 Horizontal y vertical son los factores de escala correspondientes.
31179  Si no se especifica factor vertical, su valor será el mismo que el factor
31180  de escala horizontal.
31181  
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Por ejemplo, el comando 
31186 \series bold
31187
31188 \backslash
31189 scalebox{2}{Hola} 
31190 \series default
31191 crea un 
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 scalebox{2}{
31200 \end_layout
31201
31202 \end_inset
31203
31204 Hola
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 }
31211 \end_layout
31212
31213 \end_inset
31214
31215  de doble tamaño que el texto normal del documento.
31216 \end_layout
31217
31218 \begin_layout Standard
31219 El comando 
31220 \series bold
31221
31222 \backslash
31223 scalebox{2}[1]{Hola} 
31224 \series default
31225 distorsiona el 
31226 \begin_inset ERT
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230
31231
31232 \backslash
31233 scalebox{2}[1]{
31234 \end_layout
31235
31236 \end_inset
31237
31238 Hola
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244 }
31245 \end_layout
31246
31247 \end_inset
31248
31249 .
31250 \end_layout
31251
31252 \begin_layout Standard
31253 Si un factor de escala es negativo el contenido del marco es reflejado.
31254  Por eso el comando 
31255 \series bold
31256
31257 \backslash
31258 scalebox{-1}[1]{Hola} 
31259 \series default
31260 puede usarse para reflejar un texto: 
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266
31267 \backslash
31268 scalebox{-1}[1]{
31269 \end_layout
31270
31271 \end_inset
31272
31273 Hola
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279 }
31280 \end_layout
31281
31282 \end_inset
31283
31284 .
31285 \end_layout
31286
31287 \begin_layout Standard
31288
31289 \series bold
31290
31291 \backslash
31292 scalebox{1}[-1]{Hola} 
31293 \series default
31294 refleja el 
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 scalebox{1}[-1]{
31303 \end_layout
31304
31305 \end_inset
31306
31307 Hola
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313 }
31314 \end_layout
31315
31316 \end_inset
31317
31318  sobre la base.
31319 \end_layout
31320
31321 \begin_layout Standard
31322 El comando 
31323 \series bold
31324
31325 \backslash
31326 scalebox{-1}[1]{contenido del cuadro} 
31327 \series default
31328 puede sustituirse por 
31329 \series bold
31330
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \backslash
31336 reflectbox{contenido del cuadro}
31337 \begin_inset VSpace defskip
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Standard
31344 El comando 
31345 \series bold
31346
31347 \backslash
31348 resizebox
31349 \series default
31350  sirve para redimensionar el marco a una altura y anchura definidas, según
31351  el esquema:
31352 \end_layout
31353
31354 \begin_layout Standard
31355
31356 \series bold
31357
31358 \backslash
31359 resizebox{anchura}{altura}{contenido del marco}
31360 \end_layout
31361
31362 \begin_layout Standard
31363 Si uno de los argumentos del comando es un signo de exclamación, 
31364 \series bold
31365 !
31366 \series default
31367 , la escala se hace de forma que se mantiene la relación de las dimensiones
31368  originales del contenido del marco.
31369  
31370 \end_layout
31371
31372 \begin_layout Standard
31373 El comando 
31374 \series bold
31375
31376 \backslash
31377 resizebox{2cm}{1cm}{Hola}
31378 \series default
31379  genera: 
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385
31386 \backslash
31387 resizebox{2cm}{1cm}{
31388 \end_layout
31389
31390 \end_inset
31391
31392 Hola
31393 \begin_inset ERT
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397
31398 }
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407 El comando 
31408 \series bold
31409
31410 \backslash
31411 resizebox{2cm}{!}{Hola}
31412 \series default
31413  genera: 
31414 \begin_inset ERT
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418
31419
31420 \backslash
31421 resizebox{2cm}{!}{
31422 \end_layout
31423
31424 \end_inset
31425
31426 Hola
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432 }
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \begin_inset VSpace defskip
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset Note Greyedout
31449 status open
31450
31451 \begin_layout Plain Layout
31452
31453 \series bold
31454 Nota: 
31455 \series default
31456 Si los argumentos de 
31457 \series bold
31458
31459 \backslash
31460 scalebox
31461 \series default
31462  o 
31463 \series bold
31464
31465 \backslash
31466 resizebox
31467 \series default
31468  son cero, no se generan errores de LaTeX al exportar el documento, pero
31469  puede suceder que la salida no se muestre o que sea incompleta.
31470  
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \begin_inset VSpace defskip
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 Los marcos se pueden combinar en cualquier orden.
31484  Por ejemplo, el comando
31485 \series bold
31486
31487 \begin_inset Newline newline
31488 \end_inset
31489
31490
31491 \backslash
31492 rotatebox[origin=c]{-45}{
31493 \backslash
31494 resizebox{2cm}{!}{
31495 \backslash
31496 reflectbox{Hola}}}
31497 \begin_inset Newline newline
31498 \end_inset
31499
31500
31501 \series default
31502 genera:
31503 \end_layout
31504
31505 \begin_layout Standard
31506 \noindent
31507 \align center
31508 \begin_inset ERT
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512
31513
31514 \backslash
31515 rotatebox[origin=c]{-45}{
31516 \backslash
31517 resizebox{2cm}{!}{
31518 \backslash
31519 reflectbox{
31520 \end_layout
31521
31522 \end_inset
31523
31524 Hola
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530 }}}
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \noindent
31540 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \align center
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 rotatebox[origin=c]{-30}{
31553 \backslash
31554 resizebox{2cm}{!}{
31555 \backslash
31556 reflectbox{
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \begin_inset Graphics
31563         filename ../clipart/platypus.eps
31564         lyxscale 50
31565         width 25col%
31566
31567 \end_inset
31568
31569
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575 }}}
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 rotatebox[origin=c]{-45}{
31589 \backslash
31590 resizebox{2cm}{!}{
31591 \backslash
31592 reflectbox{
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Tabular
31599 <lyxtabular version="3" rows="2" columns="2">
31600 <features tabularvalignment="middle">
31601 <column alignment="center" valignment="top" width="0">
31602 <column alignment="center" valignment="top" width="0">
31603 <row>
31604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 q
31609 \end_layout
31610
31611 \end_inset
31612 </cell>
31613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617 w
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 </row>
31623 <row>
31624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 e
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 r
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 </row>
31643 </lyxtabular>
31644
31645 \end_inset
31646
31647
31648 \begin_inset ERT
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653 }}}
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \begin_inset ERT
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663
31664
31665 \backslash
31666 rotatebox[origin=c]{-45}{
31667 \backslash
31668 resizebox{2cm}{!}{
31669 \backslash
31670 reflectbox{
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31677 \end_inset
31678
31679
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685 }}}
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \begin_layout Standard
31694 Si se usa el estilo global 
31695 \series bold
31696 fleqn
31697 \series default
31698  para las ecuaciones del documento,
31699 \begin_inset Foot
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703 Si «fleqn» se añade a las opciones de clase del documento.
31704 \end_layout
31705
31706 \end_inset
31707
31708  también se puede variar la escala de las ecuaciones en estilo presentación.
31709 \end_layout
31710
31711 \begin_layout Chapter
31712
31713 \lang english
31714 Objects Surrounded by Text
31715 \begin_inset Index idx
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719
31720 \lang english
31721 Surrounded by text
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Section
31730 Flotantes envueltos
31731 \begin_inset CommandInset label
31732 LatexCommand label
31733 name "sec:Flotantes-envueltos"
31734
31735 \end_inset
31736
31737
31738 \begin_inset Index idx
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742 Flotantes ! Envoltorio
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \lang english
31749
31750 \begin_inset Index idx
31751 status collapsed
31752
31753 \begin_layout Plain Layout
31754
31755 \lang english
31756 Surrounded by text ! Wrap Floats
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Standard
31765 \begin_inset Wrap figure
31766 lines 0
31767 placement l
31768 overhang 1cm
31769 width "40col%"
31770 status open
31771
31772 \begin_layout Plain Layout
31773 \begin_inset Graphics
31774         filename ../clipart/mobius.eps
31775         width 40col%
31776         rotateOrigin center
31777
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \begin_layout Plain Layout
31784 \begin_inset Caption
31785
31786 \begin_layout Plain Layout
31787 \begin_inset CommandInset label
31788 LatexCommand label
31789 name "fig:Envoltorio-de-figura"
31790
31791 \end_inset
31792
31793 Figura envuelta en el texto
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \end_layout
31800
31801 \end_inset
31802
31803  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
31804  de modo que ocupe sólo una parte del ancho de columna.
31805  Se inserta con el menú 
31806 \family sans
31807 Insertar\SpecialChar \menuseparator
31808 Flotante\SpecialChar \menuseparator
31809 Figura
31810 \begin_inset space ~
31811 \end_inset
31812
31813 envuelta
31814 \family default
31815
31816 \begin_inset space \thinspace{}
31817 \end_inset
31818
31819 /
31820 \begin_inset space \thinspace{}
31821 \end_inset
31822
31823
31824 \family sans
31825 Cuadro
31826 \begin_inset space ~
31827 \end_inset
31828
31829 envuelto
31830 \family default
31831  si está instalado el paquete LaTeX 
31832 \series bold
31833 wrapfig
31834 \series default
31835
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 LaTeX-paquetes ! wrapfig
31841 \begin_inset ERT
31842 status collapsed
31843
31844 \begin_layout Plain Layout
31845
31846
31847 \backslash
31848 vspace{4mm}
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \end_layout
31855
31856 \end_inset
31857
31858 .
31859 \begin_inset Foot
31860 status collapsed
31861
31862 \begin_layout Plain Layout
31863 La instalación de paquetes LaTeX se explica en el manual 
31864 \emph on
31865 Configuración de LaTeX
31866 \emph default
31867 .
31868 \end_layout
31869
31870 \end_inset
31871
31872  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
31873  con clic derecho sobre el cuadro del flotante.
31874  Son obligatorias la 
31875 \family sans
31876 Ubicación
31877 \family default
31878  y la 
31879 \family sans
31880 Anchura
31881 \family default
31882 .
31883  Son opcionales 
31884 \family sans
31885 Extensión al margen
31886 \family default
31887 , que especifica la anchura de invasión del margen, y 
31888 \family sans
31889 Extender
31890 \begin_inset space ~
31891 \end_inset
31892
31893 a
31894 \begin_inset space ~
31895 \end_inset
31896
31897 líneas
31898 \family default
31899 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
31900  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
31901  opción sólo si encuentras problemas en la colocación del flotante.
31902  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
31903  del párrafo o en los párrafos adyacentes.
31904  La figura
31905 \begin_inset space ~
31906 \end_inset
31907
31908
31909 \begin_inset CommandInset ref
31910 LatexCommand ref
31911 reference "fig:Envoltorio-de-figura"
31912
31913 \end_inset
31914
31915  es un ejemplo de envoltorio con una anchura de columna del 40
31916 \begin_inset space \thinspace{}
31917 \end_inset
31918
31919 %, ubicado a la izquierda y 1
31920 \begin_inset space \thinspace{}
31921 \end_inset
31922
31923 cm de invasión de margen.
31924 \end_layout
31925
31926 \begin_layout Standard
31927 \begin_inset Note Greyedout
31928 status open
31929
31930 \begin_layout Plain Layout
31931
31932 \series bold
31933 Nota:
31934 \series default
31935  ¡Los flotantes envueltos son frágiles! P.
31936 \begin_inset space \thinspace{}
31937 \end_inset
31938
31939 e.
31940 \begin_inset space ~
31941 \end_inset
31942
31943 si una figura está demasiado cerca de la parte inferior de la página se
31944  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
31945  o situarse junto a otro texto.
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Standard
31954 En general:
31955 \end_layout
31956
31957 \begin_layout Itemize
31958 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
31959  salto de página.
31960  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
31961  esté casi listo y puedas prever los saltos de página.
31962 \end_layout
31963
31964 \begin_layout Itemize
31965 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
31966  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
31967 \end_layout
31968
31969 \begin_layout Itemize
31970 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
31971  que procura que haya un párrafo de texto entre ellos.
31972 \end_layout
31973
31974 \begin_layout Itemize
31975 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
31976 \end_layout
31977
31978 \begin_layout Itemize
31979
31980 \lang english
31981 Their numbering and referencing works as described in chap.
31982 \lang spanish
31983
31984 \begin_inset space \thinspace{}
31985 \end_inset
31986
31987
31988 \begin_inset CommandInset ref
31989 LatexCommand ref
31990 reference "chap:Flotantes"
31991
31992 \end_inset
31993
31994 .
31995 \end_layout
31996
31997 \begin_layout Section
31998
31999 \lang english
32000 Surrounded Fixed Objects
32001 \begin_inset Index idx
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006 \lang english
32007 Surrounded by text ! Fixed objects
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \begin_layout Standard
32016
32017 \lang english
32018 The wrap floats described in sec.
32019 \lang spanish
32020
32021 \begin_inset space \thinspace{}
32022 \end_inset
32023
32024
32025 \begin_inset CommandInset ref
32026 LatexCommand ref
32027 reference "sec:Flotantes-envueltos"
32028
32029 \end_inset
32030
32031  
32032 \lang english
32033 have these positions in the paragraph:
32034 \end_layout
32035
32036 \begin_layout Standard
32037 \noindent
32038 \align center
32039
32040 \lang english
32041 \begin_inset Tabular
32042 <lyxtabular version="3" rows="2" columns="2">
32043 <features tabularvalignment="middle">
32044 <column alignment="center" valignment="top" width="0">
32045 <column alignment="center" valignment="top" width="0">
32046 <row>
32047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051
32052 \lang english
32053 \begin_inset Graphics
32054         filename ../../images/dialog-show-new-inset_graphics.png
32055         scale 70
32056         scaleBeforeRotation
32057         BoundingBox 0bp 6bp 22bp 22bp
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070
32071 \lang english
32072 text
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 </row>
32078 <row>
32079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32080 \begin_inset Text
32081
32082 \begin_layout Plain Layout
32083
32084 \lang english
32085 text
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094
32095 \lang english
32096 text
32097 \end_layout
32098
32099 \end_inset
32100 </cell>
32101 </row>
32102 </lyxtabular>
32103
32104 \end_inset
32105
32106  y 
32107 \begin_inset Tabular
32108 <lyxtabular version="3" rows="2" columns="2">
32109 <features tabularvalignment="middle">
32110 <column alignment="center" valignment="top" width="0">
32111 <column alignment="center" valignment="top" width="0">
32112 <row>
32113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32114 \begin_inset Text
32115
32116 \begin_layout Plain Layout
32117
32118 \lang english
32119 text
32120 \end_layout
32121
32122 \end_inset
32123 </cell>
32124 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32125 \begin_inset Text
32126
32127 \begin_layout Plain Layout
32128
32129 \lang english
32130 \begin_inset Graphics
32131         filename ../../images/dialog-show-new-inset_graphics.png
32132         scale 70
32133         scaleBeforeRotation
32134         BoundingBox 0bp 6bp 22bp 22bp
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 </row>
32144 <row>
32145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149
32150 \lang english
32151 text
32152 \end_layout
32153
32154 \end_inset
32155 </cell>
32156 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160
32161 \lang english
32162 text
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 </row>
32168 </lyxtabular>
32169
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \begin_layout Standard
32176
32177 \lang english
32178 To get an object exactly at the position where it is inserted, for example
32179  to get one of these positions:
32180 \begin_inset VSpace defskip
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Standard
32187 \noindent
32188 \align center
32189
32190 \lang english
32191 \begin_inset Tabular
32192 <lyxtabular version="3" rows="2" columns="2">
32193 <features tabularvalignment="middle">
32194 <column alignment="center" valignment="top" width="0">
32195 <column alignment="center" valignment="top" width="0">
32196 <row>
32197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32198 \begin_inset Text
32199
32200 \begin_layout Plain Layout
32201
32202 \lang english
32203 text
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212
32213 \lang english
32214 text
32215 \end_layout
32216
32217 \end_inset
32218 </cell>
32219 </row>
32220 <row>
32221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225
32226 \lang english
32227 \begin_inset Graphics
32228         filename ../../images/dialog-show-new-inset_graphics.png
32229         scale 70
32230         scaleBeforeRotation
32231         BoundingBox 0bp 6bp 22bp 22bp
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32241 \begin_inset Text
32242
32243 \begin_layout Plain Layout
32244
32245 \lang english
32246 text
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 </row>
32252 </lyxtabular>
32253
32254 \end_inset
32255
32256  
32257 \begin_inset Tabular
32258 <lyxtabular version="3" rows="2" columns="2">
32259 <features tabularvalignment="middle">
32260 <column alignment="center" valignment="top" width="0">
32261 <column alignment="center" valignment="top" width="0">
32262 <row>
32263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267
32268 \lang english
32269 text
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278
32279 \lang english
32280 text
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 </row>
32286 <row>
32287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291
32292 \lang english
32293 text
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302
32303 \lang english
32304 \begin_inset Graphics
32305         filename ../../images/dialog-show-new-inset_graphics.png
32306         scale 70
32307         scaleBeforeRotation
32308         BoundingBox 0bp 6bp 22bp 22bp
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \end_inset
32316 </cell>
32317 </row>
32318 </lyxtabular>
32319
32320 \end_inset
32321
32322  
32323 \begin_inset Tabular
32324 <lyxtabular version="3" rows="2" columns="3">
32325 <features tabularvalignment="middle">
32326 <column alignment="center" valignment="top" width="0">
32327 <column alignment="center" valignment="top" width="0">
32328 <column alignment="center" valignment="top" width="0">
32329 <row>
32330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334
32335 \lang english
32336 text
32337 \end_layout
32338
32339 \end_inset
32340 </cell>
32341 <cell alignment="center" valignment="top" topline="true" usebox="none">
32342 \begin_inset Text
32343
32344 \begin_layout Plain Layout
32345
32346 \lang english
32347 \begin_inset Graphics
32348         filename ../../images/dialog-show-new-inset_graphics.png
32349         scale 70
32350         scaleBeforeRotation
32351         BoundingBox 0bp 6bp 22bp 22bp
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364
32365 \lang english
32366 text
32367 \end_layout
32368
32369 \end_inset
32370 </cell>
32371 </row>
32372 <row>
32373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32374 \begin_inset Text
32375
32376 \begin_layout Plain Layout
32377
32378 \lang english
32379 text
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32385 \begin_inset Text
32386
32387 \begin_layout Plain Layout
32388
32389 \lang english
32390 text
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32396 \begin_inset Text
32397
32398 \begin_layout Plain Layout
32399
32400 \lang english
32401 text
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 </row>
32407 </lyxtabular>
32408
32409 \end_inset
32410
32411  
32412 \begin_inset Tabular
32413 <lyxtabular version="3" rows="2" columns="3">
32414 <features tabularvalignment="middle">
32415 <column alignment="center" valignment="top" width="0">
32416 <column alignment="center" valignment="top" width="0">
32417 <column alignment="center" valignment="top" width="0">
32418 <row>
32419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423
32424 \lang english
32425 text
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 <cell alignment="center" valignment="top" topline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434
32435 \lang english
32436 text
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445
32446 \lang english
32447 text
32448 \end_layout
32449
32450 \end_inset
32451 </cell>
32452 </row>
32453 <row>
32454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32455 \begin_inset Text
32456
32457 \begin_layout Plain Layout
32458
32459 \lang english
32460 text
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469
32470 \lang english
32471 \begin_inset Graphics
32472         filename ../../images/dialog-show-new-inset_graphics.png
32473         scale 70
32474         scaleBeforeRotation
32475         BoundingBox 0bp 6bp 22bp 22bp
32476
32477 \end_inset
32478
32479
32480 \end_layout
32481
32482 \end_inset
32483 </cell>
32484 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32485 \begin_inset Text
32486
32487 \begin_layout Plain Layout
32488
32489 \lang english
32490 text
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 </row>
32496 </lyxtabular>
32497
32498 \end_inset
32499
32500
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \noindent
32505 \align center
32506
32507 \lang english
32508 \begin_inset Tabular
32509 <lyxtabular version="3" rows="3" columns="2">
32510 <features tabularvalignment="middle">
32511 <column alignment="center" valignment="top" width="0">
32512 <column alignment="center" valignment="top" width="0">
32513 <row>
32514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518
32519 \lang english
32520 text
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32526 \begin_inset Text
32527
32528 \begin_layout Plain Layout
32529
32530 \lang english
32531 text
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 </row>
32537 <row>
32538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542
32543 \lang english
32544 \begin_inset Graphics
32545         filename ../../images/dialog-show-new-inset_graphics.png
32546         scale 70
32547         scaleBeforeRotation
32548         BoundingBox 0bp 6bp 22bp 22bp
32549
32550 \end_inset
32551
32552
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561
32562 \lang english
32563 text
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 </row>
32569 <row>
32570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574
32575 \lang english
32576 text
32577 \end_layout
32578
32579 \end_inset
32580 </cell>
32581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585
32586 \lang english
32587 text
32588 \end_layout
32589
32590 \end_inset
32591 </cell>
32592 </row>
32593 </lyxtabular>
32594
32595 \end_inset
32596
32597  
32598 \begin_inset Tabular
32599 <lyxtabular version="3" rows="3" columns="3">
32600 <features tabularvalignment="middle">
32601 <column alignment="center" valignment="top" width="0">
32602 <column alignment="center" valignment="top" width="0">
32603 <column alignment="center" valignment="top" width="0">
32604 <row>
32605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609
32610 \lang english
32611 text
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 <cell alignment="center" valignment="top" topline="true" usebox="none">
32617 \begin_inset Text
32618
32619 \begin_layout Plain Layout
32620
32621 \lang english
32622 text
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32628 \begin_inset Text
32629
32630 \begin_layout Plain Layout
32631
32632 \lang english
32633 text
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 </row>
32639 <row>
32640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644
32645 \lang english
32646 text
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655
32656 \lang english
32657 \begin_inset Graphics
32658         filename ../../images/dialog-show-new-inset_graphics.png
32659         scale 70
32660         scaleBeforeRotation
32661         BoundingBox 0bp 6bp 22bp 22bp
32662
32663 \end_inset
32664
32665
32666 \end_layout
32667
32668 \end_inset
32669 </cell>
32670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32671 \begin_inset Text
32672
32673 \begin_layout Plain Layout
32674
32675 \lang english
32676 text
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 </row>
32682 <row>
32683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687
32688 \lang english
32689 text
32690 \end_layout
32691
32692 \end_inset
32693 </cell>
32694 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32695 \begin_inset Text
32696
32697 \begin_layout Plain Layout
32698
32699 \lang english
32700 text
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709
32710 \lang english
32711 text
32712 \end_layout
32713
32714 \end_inset
32715 </cell>
32716 </row>
32717 </lyxtabular>
32718
32719 \end_inset
32720
32721  
32722 \begin_inset Tabular
32723 <lyxtabular version="3" rows="3" columns="2">
32724 <features tabularvalignment="middle">
32725 <column alignment="center" valignment="top" width="0">
32726 <column alignment="center" valignment="top" width="0">
32727 <row>
32728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732
32733 \lang english
32734 text
32735 \end_layout
32736
32737 \end_inset
32738 </cell>
32739 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32740 \begin_inset Text
32741
32742 \begin_layout Plain Layout
32743
32744 \lang english
32745 text
32746 \end_layout
32747
32748 \end_inset
32749 </cell>
32750 </row>
32751 <row>
32752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32753 \begin_inset Text
32754
32755 \begin_layout Plain Layout
32756
32757 \lang english
32758 text
32759 \end_layout
32760
32761 \end_inset
32762 </cell>
32763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32764 \begin_inset Text
32765
32766 \begin_layout Plain Layout
32767
32768 \lang english
32769 \begin_inset Graphics
32770         filename ../../images/dialog-show-new-inset_graphics.png
32771         scale 70
32772         scaleBeforeRotation
32773         BoundingBox 0bp 6bp 22bp 22bp
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \end_inset
32781 </cell>
32782 </row>
32783 <row>
32784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788
32789 \lang english
32790 text
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799
32800 \lang english
32801 text
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 </row>
32807 </lyxtabular>
32808
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \begin_layout Standard
32815 \noindent
32816
32817 \lang english
32818 you can use the LaTeX-package
32819 \lang spanish
32820  
32821 \series bold
32822 picinpar
32823 \series default
32824
32825 \begin_inset Index idx
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829 LaTeX-paquetes ! picinpar
32830 \end_layout
32831
32832 \end_inset
32833
32834 .
32835  
32836 \lang english
32837 Here is an example
32838 \lang spanish
32839 :
32840 \end_layout
32841
32842 \begin_layout Standard
32843 \begin_inset ERT
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847
32848
32849 \backslash
32850 ifpicinpar
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \begin_inset Note Note
32857 status open
32858
32859 \begin_layout Plain Layout
32860 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32861  LaTeX 
32862 \series bold
32863 picinpar
32864 \series default
32865 .
32866 \end_layout
32867
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \begin_layout Standard
32874 \begin_inset ERT
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878
32879
32880 \backslash
32881 begin{window}[2,c,{
32882 \end_layout
32883
32884 \end_inset
32885
32886
32887 \begin_inset Graphics
32888         filename ../clipart/mobius.eps
32889         lyxscale 60
32890         width 40col%
32891         scaleBeforeRotation
32892         rotateOrigin center
32893
32894 \end_inset
32895
32896
32897 \begin_inset ERT
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901
32902 },]
32903 \end_layout
32904
32905 \begin_layout Plain Layout
32906
32907 {}
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \size small
32914 \lang english
32915 It was in the spring of the year 1894 that all London was interested, and
32916  the fashionable world dismayed, by the murder of the Honourable Ronald
32917  Adair under most unusual and inexplicable circumstances.
32918  The public has already learned those particulars of the crime which
32919 \size default
32920
32921 \begin_inset ERT
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925
32926
32927 \backslash
32928 footnotemark{}
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \size small
32935  came out in the police investigation, but a good deal was suppressed upon
32936  that occasion, since the case for the prosecution was so overwhelmingly
32937  strong that it was not necessary to bring forward all the facts.
32938  Only now, at the end of nearly ten years, am I allowed to supply those
32939  missing links which make up the whole of that remarkable chain
32940 \lang spanish
32941 .
32942 \size default
32943
32944 \begin_inset ERT
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948
32949
32950 \backslash
32951 end{window}
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \begin_layout Standard
32960
32961 \lang english
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 footnotetext{
32970 \end_layout
32971
32972 \end_inset
32973
32974 Footnote of the paragraph with the fixed object.
32975 \begin_inset ERT
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979
32980 }
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989
32990 \lang english
32991 Surrounded fixed objects are used to let text float around them, at which
32992  the object's position in the paragraph can be determined by the number
32993  of lines above it.
32994  In contrary to floats is it not possible to have a numbered caption.
32995 \end_layout
32996
32997 \begin_layout Standard
32998
32999 \lang english
33000 A fixed object is inserted by adding the command
33001 \end_layout
33002
33003 \begin_layout Standard
33004
33005 \series bold
33006
33007 \backslash
33008 begin{window}[2,c,{
33009 \end_layout
33010
33011 \begin_layout Standard
33012
33013 \lang english
33014 as TeX Code at the beginning of the paragraph.
33015  The first parameter in the bracket, here '2', defines the number of lines
33016  above the object, the second, here 'c', the position of the object.
33017  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
33018  Behind the command you insert the object.
33019  In this example an image with a width of 40
33020 \begin_inset space \thinspace{}
33021 \end_inset
33022
33023 % of the text column width was inserted.
33024  The object can also be a table, a box or an equation.
33025  Behind the object the command
33026 \end_layout
33027
33028 \begin_layout Standard
33029
33030 \series bold
33031 },description text]
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035 {}
33036 \end_layout
33037
33038 \begin_layout Standard
33039
33040 \lang english
33041 is inserted.
33042  Note that the 
33043 \begin_inset Quotes eld
33044 \end_inset
33045
33046
33047 \series bold
33048 {}
33049 \series default
33050
33051 \begin_inset Quotes erd
33052 \end_inset
33053
33054  is in the second line.
33055  The description text is optional.
33056  The text surrounding the object must be in the same paragraph as the object,
33057  so it must begin directly after the 
33058 \series bold
33059 {}
33060 \series default
33061 .
33062  At the end of the paragraph insert the command:
33063 \end_layout
33064
33065 \begin_layout Standard
33066
33067 \series bold
33068
33069 \backslash
33070 end{window}
33071 \end_layout
33072
33073 \begin_layout Standard
33074
33075 \lang english
33076 Within a paragraph with a fixed object, you cannot insert footnotes in the
33077  normal way.
33078  You have to use instead the command 
33079 \series bold
33080
33081 \backslash
33082 footnotemark
33083 \series default
33084  inside the paragraph and outside the command 
33085 \series bold
33086
33087 \backslash
33088 footnotetext
33089 \series default
33090  as described in sec.
33091 \lang spanish
33092
33093 \begin_inset space \thinspace{}
33094 \end_inset
33095
33096
33097 \begin_inset CommandInset ref
33098 LatexCommand ref
33099 reference "sec:Notas-al-pie"
33100
33101 \end_inset
33102
33103 .
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset ERT
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111
33112
33113 \backslash
33114 else
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \begin_inset Note Note
33121 status open
33122
33123 \begin_layout Plain Layout
33124 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
33125  
33126 \series bold
33127 picinpar
33128 \series default
33129 .
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Standard
33138 Debes instalar el paquete LaTeX 
33139 \series bold
33140 picinpar
33141 \series default
33142  para ver la parte siguiente en la salida.
33143 \end_layout
33144
33145 \begin_layout Standard
33146 \begin_inset ERT
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150
33151
33152 \backslash
33153 fi
33154 \end_layout
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Section
33162
33163 \lang english
33164 Initials
33165 \begin_inset Index idx
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169
33170 \lang english
33171 Initials
33172 \end_layout
33173
33174 \end_inset
33175
33176
33177 \begin_inset Index idx
33178 status collapsed
33179
33180 \begin_layout Plain Layout
33181
33182 \lang english
33183 Surrounded by text ! Initials
33184 \end_layout
33185
33186 \end_inset
33187
33188
33189 \end_layout
33190
33191 \begin_layout Standard
33192
33193 \lang english
33194 To use initials, you must have the LaTeX package
33195 \lang spanish
33196  
33197 \series bold
33198 lettrine
33199 \series default
33200
33201 \begin_inset Index idx
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205 LaTeX-paquetes ! lettrine
33206 \end_layout
33207
33208 \end_inset
33209
33210  
33211 \lang english
33212 installed and use the module 
33213 \family sans
33214 Initials
33215 \family default
33216  in your document (menu 
33217 \family sans
33218 Document\SpecialChar \menuseparator
33219 Settings\SpecialChar \menuseparator
33220 Modules
33221 \family default
33222 ).
33223  To insert an initial, use the style 
33224 \family sans
33225 Initial
33226 \family default
33227 .
33228  This style has a mandatory and an optional argument.
33229  The mandatory argument is inserted via the menu 
33230 \family sans
33231 Insert\SpecialChar \menuseparator
33232 Short
33233 \begin_inset space ~
33234 \end_inset
33235
33236 Title
33237 \family default
33238  and contains the letter that is the initial.
33239  To use the also the optional argument, insert another argument in front
33240  of the mandatory argument.
33241  This one contains parameters to modify the initial.
33242  For more information about the possible parameters see the documentation
33243  of 
33244 \series bold
33245 \lang spanish
33246 lettrine
33247 \series default
33248
33249 \begin_inset CommandInset citation
33250 LatexCommand cite
33251 key "lettrine"
33252
33253 \end_inset
33254
33255 .
33256  
33257 \lang english
33258 The style itself contains the text that is surrounding the initial.
33259  The usual style is hereby that the word whose first letter is the initial,
33260  is printed with 
33261 \shape smallcaps
33262 small caps
33263 \shape default
33264 .
33265  To tell LaTeX where this word is finished, add a closing brace '
33266 \series bold
33267 }
33268 \series default
33269 ' as TeX Code behind it.
33270  At the end of the style there must be an opening brace '
33271 \series bold
33272 {
33273 \series default
33274 ' as TeX Code.
33275 \end_layout
33276
33277 \begin_layout Standard
33278
33279 \lang english
33280 Here are some examples:
33281 \end_layout
33282
33283 \begin_layout Enumerate
33284
33285 \lang english
33286 No optional argument, the initial is the letter 'I' in the math font 
33287 \begin_inset Formula $\mathfrak{Fraktur}$
33288 \end_inset
33289
33290 :
33291 \end_layout
33292
33293 \begin_deeper
33294 \begin_layout Initial
33295 \begin_inset Argument
33296 status open
33297
33298 \begin_layout Plain Layout
33299 \begin_inset Formula $\mathfrak{I}$
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \end_inset
33306
33307 t
33308 \begin_inset ERT
33309 status collapsed
33310
33311 \begin_layout Plain Layout
33312
33313 }
33314 \end_layout
33315
33316 \end_inset
33317
33318  
33319 \lang english
33320 was in the spring of the year 1894 that all London was interested, and the
33321  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33322  under most unusual and inexplicable circumstances.
33323  The public has already learned those particulars of the crime which came
33324  out in the police investigation, but a good deal was suppressed upon that
33325  occasion, since the case for the prosecution was so overwhelmingly strong
33326  that it was not necessary to bring forward all the facts.
33327 \lang spanish
33328
33329 \begin_inset ERT
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333
33334 {
33335 \end_layout
33336
33337 \end_inset
33338
33339
33340 \begin_inset Newpage newpage
33341 \end_inset
33342
33343
33344 \end_layout
33345
33346 \end_deeper
33347 \begin_layout Enumerate
33348
33349 \lang english
33350 Only one line is surrounding the initial, which is formed by two letters
33351  in standard font and no text is printed in small caps:
33352 \end_layout
33353
33354 \begin_deeper
33355 \begin_layout Initial
33356 \begin_inset Argument
33357 status open
33358
33359 \begin_layout Plain Layout
33360 lines=1
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \begin_inset Argument
33367 status open
33368
33369 \begin_layout Plain Layout
33370 It
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \begin_inset ERT
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380
33381 }
33382 \end_layout
33383
33384 \end_inset
33385
33386  
33387 \lang english
33388 was in the spring of the year 1894 that all London was interested, and the
33389  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33390  under most unusual and inexplicable circumstances.
33391  The public has already learned those particulars of the crime which came
33392  out in the police investigation, but a good deal was suppressed upon that
33393  occasion, since the case for the prosecution was so overwhelmingly strong
33394  that it was not necessary to bring forward all the facts.
33395 \lang spanish
33396
33397 \begin_inset ERT
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401
33402 {
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \end_deeper
33411 \begin_layout Enumerate
33412
33413 \lang english
33414 Magenta, hanging initial over 3
33415 \begin_inset space ~
33416 \end_inset
33417
33418 lines in the math font 
33419 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33420 \end_inset
33421
33422 , the text 
33423 \begin_inset Quotes eld
33424 \end_inset
33425
33426 t was in the spring
33427 \begin_inset Quotes erd
33428 \end_inset
33429
33430  is in 
33431 \shape smallcaps
33432 small caps
33433 \shape default
33434 ; to color the initial, you must insert this command before the initial:
33435 \begin_inset Newline newline
33436 \end_inset
33437
33438
33439 \series bold
33440 \lang spanish
33441
33442 \backslash
33443 renewcommand{
33444 \backslash
33445 LettrineFontHook}{
33446 \backslash
33447 color{color}}
33448 \series default
33449 \lang english
33450
33451 \begin_inset Newline newline
33452 \end_inset
33453
33454 where the second 
33455 \emph on
33456 color
33457 \emph default
33458  can be 
33459 \begin_inset Quotes eld
33460 \end_inset
33461
33462 red
33463 \begin_inset Quotes erd
33464 \end_inset
33465
33466
33467 \begin_inset Quotes eld
33468 \end_inset
33469
33470 blue
33471 \begin_inset Quotes erd
33472 \end_inset
33473
33474
33475 \begin_inset Quotes eld
33476 \end_inset
33477
33478 green
33479 \begin_inset Quotes erd
33480 \end_inset
33481
33482
33483 \begin_inset Quotes eld
33484 \end_inset
33485
33486 yellow
33487 \begin_inset Quotes erd
33488 \end_inset
33489
33490
33491 \begin_inset Quotes eld
33492 \end_inset
33493
33494 cyan
33495 \begin_inset Quotes erd
33496 \end_inset
33497
33498
33499 \begin_inset Quotes eld
33500 \end_inset
33501
33502 magenta
33503 \begin_inset Quotes erd
33504 \end_inset
33505
33506
33507 \begin_inset Quotes eld
33508 \end_inset
33509
33510 black
33511 \begin_inset Quotes erd
33512 \end_inset
33513
33514  or 
33515 \begin_inset Quotes eld
33516 \end_inset
33517
33518 white
33519 \begin_inset Quotes erd
33520 \end_inset
33521
33522 , and add this command to the document preamble
33523 \lang spanish
33524 :
33525 \begin_inset Newline newline
33526 \end_inset
33527
33528
33529 \series bold
33530
33531 \backslash
33532 @ifundefined{textcolor}
33533 \begin_inset Newline newline
33534 \end_inset
33535
33536
33537 \begin_inset space ~
33538 \end_inset
33539
33540 {
33541 \backslash
33542 usepackage{color}}{}
33543 \end_layout
33544
33545 \begin_deeper
33546 \begin_layout Standard
33547 \begin_inset ERT
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551
33552
33553 \backslash
33554 renewcommand{
33555 \backslash
33556 LettrineFontHook}{
33557 \backslash
33558 color{magenta}}
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \lang english
33565
33566 \begin_inset Note Note
33567 status collapsed
33568
33569 \begin_layout Plain Layout
33570
33571 \lang english
33572 makes the initial magenta
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Initial
33581 \begin_inset Argument
33582 status open
33583
33584 \begin_layout Plain Layout
33585 lines=3, lhang=0.33, loversize=0.25
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \begin_inset Argument
33592 status open
33593
33594 \begin_layout Plain Layout
33595 \begin_inset Formula $\mathcal{I}$
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \lang english
33605 t was in the spring
33606 \lang spanish
33607
33608 \begin_inset ERT
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612
33613 }
33614 \end_layout
33615
33616 \end_inset
33617
33618  
33619 \lang english
33620 of the year 1894 that all London was interested, and the fashionable world
33621  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33622  and inexplicable circumstances.
33623  The public has already learned those particulars of the crime which came
33624  out in the police investigation, but a good deal was suppressed upon that
33625  occasion, since the case for the prosecution was so overwhelmingly strong
33626  that it was not necessary to bring forward all the facts.
33627 \lang spanish
33628
33629 \begin_inset ERT
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633
33634 {
33635 \end_layout
33636
33637 \end_inset
33638
33639
33640 \end_layout
33641
33642 \end_deeper
33643 \begin_layout Chapter
33644 Archivos externos
33645 \begin_inset Index idx
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649 Archivos externos
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \begin_layout Standard
33658 Con el menú 
33659 \family sans
33660 Insertar\SpecialChar \menuseparator
33661 Archivo 
33662 \family default
33663 se pueden insertar archivos externos en un documento.
33664  Estos pueden ser:
33665 \end_layout
33666
33667 \begin_layout Description
33668 Documento
33669 \begin_inset space ~
33670 \end_inset
33671
33672 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
33673 \end_layout
33674
33675 \begin_layout Description
33676 Texto
33677 \begin_inset space ~
33678 \end_inset
33679
33680 simple Un documento de texto; cada línea del mismo se inserta en tu documento
33681  como párrafo propio.
33682 \end_layout
33683
33684 \begin_layout Description
33685 Texto
33686 \begin_inset space ~
33687 \end_inset
33688
33689 simple,
33690 \begin_inset space ~
33691 \end_inset
33692
33693 unir
33694 \begin_inset space ~
33695 \end_inset
33696
33697 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
33698  Las líneas vacías generan un nuevo párrafo en tu documento.
33699 \end_layout
33700
33701 \begin_layout Description
33702 Material
33703 \begin_inset space ~
33704 \end_inset
33705
33706 externo Archivos en diversos formatos.
33707 \end_layout
33708
33709 \begin_layout Description
33710 Documento
33711 \begin_inset space ~
33712 \end_inset
33713
33714 hijo Documentos LyX, LaTeX o texto simple.
33715 \end_layout
33716
33717 \begin_layout Section
33718 Material externo
33719 \begin_inset Index idx
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 Material externo
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 Esta característica te permite insertar archivos en tu documento sin convertirlo
33733 s previamente a un formato legible en la salida, ya que LyX se ocupa de
33734  las necesarias conversiones.
33735  Esto es parecido a la inserción de imágenes en diversos formatos en los
33736  documentos LyX.
33737  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
33738  en 
33739 \family sans
33740 Apariencia
33741 \family default
33742 \SpecialChar \menuseparator
33743 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
33744  en LyX.
33745 \end_layout
33746
33747 \begin_layout Standard
33748 El material externo se puede insertar mediante el diálogo que surge a partir
33749  del menú 
33750 \family sans
33751 Insertar\SpecialChar \menuseparator
33752 Archivo\SpecialChar \menuseparator
33753 Material
33754 \begin_inset space ~
33755 \end_inset
33756
33757 externo
33758 \family default
33759 .
33760  Actualmente se permiten los siguientes tipos de archivo (
33761 \family sans
33762 Plantillas
33763 \family default
33764 ):
33765 \end_layout
33766
33767 \begin_layout Description
33768 Diagrama
33769 \begin_inset space ~
33770 \end_inset
33771
33772 de
33773 \begin_inset space ~
33774 \end_inset
33775
33776 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
33777  con el programa 
33778 \series bold
33779
33780 \begin_inset CommandInset href
33781 LatexCommand href
33782 name "XBoard"
33783 target "http://en.wikipedia.org/wiki/XBoard"
33784
33785 \end_inset
33786
33787
33788 \series default
33789 .
33790 \end_layout
33791
33792 \begin_layout Description
33793 Dia Esta plantilla soporta diagramas creados con el programa 
33794 \series bold
33795
33796 \begin_inset CommandInset href
33797 LatexCommand href
33798 name "Dia"
33799 target "http://en.wikipedia.org/wiki/Dia_(software)"
33800
33801 \end_inset
33802
33803
33804 \series default
33805 .
33806 \end_layout
33807
33808 \begin_layout Description
33809 Fecha Esta inserta la fecha en el formato 
33810 \emph on
33811 Día-Mes-Año.
33812
33813 \emph default
33814  A continuación hay una fecha insertada como material externo: 
33815 \begin_inset External
33816         template Date
33817         filename es/...
33818
33819 \end_inset
33820
33821
33822 \begin_inset space ~
33823 \end_inset
33824
33825
33826 \begin_inset Note Note
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \begin_inset Newline newline
33837 \end_inset
33838
33839 La fecha no se muestra en LyX, sólo en la salida.
33840  Hay otros dos métodos de insertar una fecha, con el menú 
33841 \family sans
33842 Insertar\SpecialChar \menuseparator
33843 Fecha
33844 \family default
33845  y con el comando LaTeX 
33846 \series bold
33847
33848 \backslash
33849 today
33850 \series default
33851  en código TeX.
33852  Los distintos métodos se comparan en el cuadro
33853 \begin_inset space ~
33854 \end_inset
33855
33856
33857 \begin_inset CommandInset ref
33858 LatexCommand ref
33859 reference "tab:Comparación-de"
33860
33861 \end_inset
33862
33863 .
33864 \end_layout
33865
33866 \begin_layout Description
33867 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
33868 \begin_inset Newline linebreak
33869 \end_inset
33870
33871
33872 \series bold
33873
33874 \begin_inset CommandInset href
33875 LatexCommand href
33876 name "LilyPond"
33877 target "http://en.wikipedia.org/wiki/LilyPond"
33878
33879 \end_inset
33880
33881
33882 \series default
33883 .
33884 \end_layout
33885
33886 \begin_layout Description
33887 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
33888  Para insertar algunas o todas las páginas de un documento PDF, utiliza
33889  la opción 
33890 \emph on
33891 pages
33892 \emph default
33893  en el campo 
33894 \family sans
33895 Opción
33896 \family default
33897  de la pestaña 
33898 \family sans
33899 Opciones de LaTeX y LyX
33900 \family default
33901 , según la descripción de la plantilla en el diálogo.
33902  Si no se usa la opción 
33903 \emph on
33904 pages
33905 \emph default
33906 , sólo se inserta la primera página del PDF.
33907 \end_layout
33908
33909 \begin_layout Description
33910 RasterImage Sirve para insertar imágenes bitmap.
33911  Casi todos los formatos populares de imágenes están soportados.
33912  Las imágenes se pueden tratar en el diálogo 
33913 \family sans
33914 Material Externo
33915 \family default
33916  como las que habitualmente se incluyen mediante el diálogo 
33917 \family sans
33918 Gráficos
33919 \family default
33920 , tal como se explica en la sección
33921 \begin_inset space ~
33922 \end_inset
33923
33924
33925 \begin_inset CommandInset ref
33926 LatexCommand ref
33927 reference "sec:Diálogo-Gráficos"
33928
33929 \end_inset
33930
33931 .
33932  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
33933  PDF y EPS no están soportadas.
33934 \end_layout
33935
33936 \begin_layout Description
33937 XFig Esta plantilla soporta imágenes creadas con el programa 
33938 \series bold
33939
33940 \begin_inset CommandInset href
33941 LatexCommand href
33942 name "Xfig"
33943 target "http://en.wikipedia.org/wiki/Xfig"
33944
33945 \end_inset
33946
33947
33948 \series default
33949 .
33950 \end_layout
33951
33952 \begin_layout Standard
33953 \begin_inset Float table
33954 placement h
33955 wide false
33956 sideways false
33957 status open
33958
33959 \begin_layout Plain Layout
33960 \begin_inset Caption
33961
33962 \begin_layout Plain Layout
33963 \begin_inset CommandInset label
33964 LatexCommand label
33965 name "tab:Comparación-de"
33966
33967 \end_inset
33968
33969 Comparación de los métodos de inserción de fecha.
33970 \end_layout
33971
33972 \end_inset
33973
33974
33975 \end_layout
33976
33977 \begin_layout Plain Layout
33978 \align center
33979 \begin_inset Tabular
33980 <lyxtabular version="3" rows="4" columns="4">
33981 <features tabularvalignment="middle">
33982 <column alignment="center" valignment="top" width="0">
33983 <column alignment="center" valignment="top" width="0">
33984 <column alignment="center" valignment="top" width="0">
33985 <column alignment="center" valignment="top" width="0">
33986 <row>
33987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 Documento
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000
34001 \family sans
34002 Material externo\SpecialChar \menuseparator
34003 Fecha
34004 \end_layout
34005
34006 \end_inset
34007 </cell>
34008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012
34013 \family sans
34014 Insertar\SpecialChar \menuseparator
34015 Fecha
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 comando 
34025 \series bold
34026
34027 \backslash
34028 today
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 </row>
34034 <row>
34035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 LyX
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Plain Layout
34048 como recuadro
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 como fecha
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066 como cuadro código TeX
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 </row>
34072 <row>
34073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077 LaTeX
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086 como fecha
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Plain Layout
34095 como fecha
34096 \end_layout
34097
34098 \end_inset
34099 </cell>
34100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104 como comando
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 </row>
34110 <row>
34111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34112 \begin_inset Text
34113
34114 \begin_layout Plain Layout
34115 DVI, PDF, PS
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Plain Layout
34124 como fecha
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133 como fecha
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142 como fecha
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 </lyxtabular>
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \begin_layout Standard
34161 Si utilizas la opción 
34162 \family sans
34163 Borrador
34164 \family default
34165  en la solapa 
34166 \family sans
34167 Archivo
34168 \family default
34169  del diálogo 
34170 \family sans
34171 Material Externo
34172 \family default
34173 , en el documento de salida sólo se muestra la ruta al archivo insertado.
34174 \family sans
34175
34176 \begin_inset Newline newline
34177 \end_inset
34178
34179
34180 \family default
34181 El material externo se muestra en LyX como un recuadro del tipo:
34182 \family sans
34183  
34184 \family default
34185
34186 \begin_inset Graphics
34187         filename clipart/MaterialExternoQt4.png
34188         scale 80
34189
34190 \end_inset
34191
34192  o como imagen, dependiendo de si se marca la opción 
34193 \family sans
34194 Mostrar en LyX 
34195 \family default
34196 de la pestaña 
34197 \family sans
34198 Opciones de LaTeX y LyX
34199 \family default
34200  del diálogo
34201 \family sans
34202 .
34203 \end_layout
34204
34205 \begin_layout Standard
34206 En el manual 
34207 \emph on
34208 Personalización
34209 \emph default
34210  se explica cómo definir tus propias plantillas.
34211 \end_layout
34212
34213 \begin_layout Section
34214 Documento hijo
34215 \begin_inset CommandInset label
34216 LatexCommand label
34217 name "sec:Documento-Hijo"
34218
34219 \end_inset
34220
34221
34222 \begin_inset Index idx
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 Documento hijo
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Standard
34235 Los documentos hijos se emplean en el caso de tener un documento extenso
34236  compuesto por varias partes o secciones más grandes.
34237  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
34238  en varios archivos que pueden ser revisados por separado.
34239  Estos archivos se conocen como documentos hijos, y el llamado documento
34240  maestro los conecta con el fin de imprimirlos como un todo o por partes.
34241  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
34242  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
34243 \end_layout
34244
34245 \begin_layout Standard
34246 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
34247  en el menú 
34248 \family sans
34249 Documento\SpecialChar \menuseparator
34250 Configuración\SpecialChar \menuseparator
34251 Clase del documento
34252 \family default
34253  del documento hijo especifica el documento maestro predeterminado.
34254  Este maestro será usado entonces por LyX en un segundo plano cuando edites
34255  el documento hijo.
34256 \end_layout
34257
34258 \begin_layout Standard
34259 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
34260  recuadros del tipo: 
34261 \begin_inset Graphics
34262         filename clipart/DocumentoHijoQt4.png
34263         scale 80
34264
34265 \end_inset
34266
34267 .
34268  Para incluir documentos hijos en un documento maestro utiliza el menú 
34269 \family sans
34270 Insertar
34271 \family default
34272 \SpecialChar \menuseparator
34273
34274 \family sans
34275 Archivo
34276 \family default
34277 \SpecialChar \menuseparator
34278
34279 \family sans
34280 Documento
34281 \begin_inset space ~
34282 \end_inset
34283
34284 hijo
34285 \family default
34286 .
34287  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
34288 \end_layout
34289
34290 \begin_layout Description
34291 Anexar Puedes incluir documentos LyX y documentos LaTeX.
34292  Al pulsar el botón 
34293 \family sans
34294 Aceptar
34295 \family default
34296  en el diálogo 
34297 \family sans
34298 Documento hijo
34299 \family default
34300 , los documentos incluidos se abrirán en una nueva solapa de archivo en
34301  la ventana de LyX y así puedes modificarlos si quieres.
34302 \end_layout
34303
34304 \begin_layout Standard
34305 Aquí hay un archivo insertado con el método 
34306 \family sans
34307 Anexar
34308 \family default
34309
34310 \begin_inset CommandInset include
34311 LatexCommand include
34312 filename "DocumentoPostizo1.lyx"
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 La numeración de secciones tiene en cuenta las secciones de los archivos
34321  incluidos en el orden en que están insertados en el documento maestro.
34322  El documento incluido de ejemplo tiene una subsección que se numera como
34323  subsección de la presente sección.
34324  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
34325 \begin_inset space ~
34326 \end_inset
34327
34328
34329 \begin_inset CommandInset ref
34330 LatexCommand ref
34331 reference "sub:Subsección-Externa-1"
34332
34333 \end_inset
34334
34335 .
34336 \end_layout
34337
34338 \begin_layout Standard
34339 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
34340  del documento maestro.
34341  Las ramas en los documentos hijos serán ignoradas por el documento maestro
34342  si éste no tiene una rama con el mismo nombre.
34343  Los documentos anexados se insertan comenzando una página nueva y acabando
34344  con un salto de página.
34345 \end_layout
34346
34347 \begin_layout Standard
34348 \begin_inset Note Greyedout
34349 status open
34350
34351 \begin_layout Plain Layout
34352
34353 \series bold
34354 Nota:
34355 \series default
34356  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
34357  a la del documento maestro, recibirás una advertencia al exportar/ver el
34358  documento, ya que esto podría dar resultados inesperados.
34359 \end_layout
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Description
34367 Incorporar Este método es muy parecido al método 
34368 \family sans
34369 Anexar
34370 \family default
34371 .
34372  Las diferencias son:
34373 \end_layout
34374
34375 \begin_deeper
34376 \begin_layout Itemize
34377 Los archivos incorporados no comienzan en página nueva ni acaban con un
34378  salto de página.
34379 \end_layout
34380
34381 \begin_layout Itemize
34382 Los archivos incorporados pueden visualizar en LyX si la 
34383 \family sans
34384 Vista
34385 \begin_inset space ~
34386 \end_inset
34387
34388 preliminar
34389 \begin_inset space ~
34390 \end_inset
34391
34392 inmediata 
34393 \family default
34394 está activada en el diálogo 
34395 \family sans
34396 Herramientas\SpecialChar \menuseparator
34397 Preferencias
34398 \family default
34399 , apartado 
34400 \family sans
34401 Apariencia\SpecialChar \menuseparator
34402 Visualización
34403 \family default
34404 .
34405 \end_layout
34406
34407 \begin_layout Itemize
34408 Los archivos incorporados no se pueden excluir mediante el menú 
34409 \family sans
34410 Documento\SpecialChar \menuseparator
34411 Configuración\SpecialChar \menuseparator
34412 Documentos hijo
34413 \family default
34414 .
34415 \end_layout
34416
34417 \end_deeper
34418 \begin_layout Standard
34419 Aquí hay un documento hijo insertado con el método 
34420 \family sans
34421 Incorporar
34422 \family default
34423 :
34424 \end_layout
34425
34426 \begin_layout Standard
34427 \begin_inset CommandInset include
34428 LatexCommand input
34429 filename "DocumentoPostizo2.lyx"
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \begin_layout Description
34437 Literal Con este método se puede incluir cualquier archivo de texto.
34438  El archivo aparece en la salida con su código fuente, y si contiene comandos
34439  no se ejecutan.
34440  Con la opción 
34441 \family sans
34442 Marcar espacios en la salida
34443 \family default
34444  cada espacio en el código fuente se muestra en la salida con el carácter
34445  «
34446 \begin_inset ERT
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450
34451
34452 \backslash
34453 textvisiblespace
34454 \end_layout
34455
34456 \end_inset
34457
34458 ».
34459  La diferencia con el método de inserción mediante el menú 
34460 \family sans
34461 Insertar
34462 \family default
34463 \SpecialChar \menuseparator
34464
34465 \family sans
34466 Archivo
34467 \family default
34468 \SpecialChar \menuseparator
34469
34470 \family sans
34471 Texto
34472 \begin_inset space ~
34473 \end_inset
34474
34475 simple
34476 \family default
34477  es que en este caso el contenido del archivo se ve en LyX, mientras que
34478  en modo 
34479 \family sans
34480 Literal 
34481 \family default
34482 no se muestra el contenido, sino un recuadro con el nombre.
34483
34484 \family sans
34485  
34486 \end_layout
34487
34488 \begin_layout Standard
34489 Aquí se inserta un documento hijo en modo Literal:
34490 \begin_inset CommandInset include
34491 LatexCommand verbatiminput
34492 filename "DocumentoTextoPostizo.txt"
34493
34494 \end_inset
34495
34496
34497 \begin_inset VSpace bigskip
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Standard
34504 Aquí se inserta un documento hijo en modo Literal con la opción 
34505 \family sans
34506 Marcar espacios en la salida
34507 \family default
34508 :
34509 \begin_inset CommandInset include
34510 LatexCommand verbatiminput*
34511 filename "DocumentoTextoPostizo.txt"
34512
34513 \end_inset
34514
34515
34516 \begin_inset VSpace bigskip
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Standard
34523 \begin_inset Note Greyedout
34524 status open
34525
34526 \begin_layout Plain Layout
34527
34528 \series bold
34529 Nota:
34530 \series default
34531  Como puedes ver en los ejemplos anteriores, el texto de los documentos
34532  incluidos en modo 
34533 \family sans
34534 literal
34535 \family default
34536  no contiene saltos de línea, a no ser que se incluyan expresamente en el
34537  archivo de texto.
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Description
34546 Listado
34547 \begin_inset space ~
34548 \end_inset
34549
34550 de
34551 \begin_inset space ~
34552 \end_inset
34553
34554 programa Este tipo se describe en el capítulo
34555 \begin_inset space ~
34556 \end_inset
34557
34558
34559 \begin_inset CommandInset ref
34560 LatexCommand ref
34561 reference "cap:Listado-de-programa"
34562
34563 \end_inset
34564
34565 .
34566 \end_layout
34567
34568 \begin_layout Standard
34569 \begin_inset Note Greyedout
34570 status open
34571
34572 \begin_layout Plain Layout
34573
34574 \series bold
34575 Nota:
34576 \series default
34577  Incluir el mismo documento dos veces con métodos diferentes podría causar
34578  problemas en LaTeX.
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Standard
34587 Si quieres ver o exportar solo determinados hijos del documento maestro,
34588  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
34589  individuales del libro, puedes excluir hijos en la salida.
34590  Esto se consigue mediante el menú 
34591 \family sans
34592 Documento\SpecialChar \menuseparator
34593 Configuración\SpecialChar \menuseparator
34594 Documento hijo
34595 \family default
34596 .
34597  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
34598  (esto solo funciona para documentos insertados mediante 
34599 \begin_inset Quotes fld
34600 \end_inset
34601
34602 Anexar
34603 \begin_inset Quotes frd
34604 \end_inset
34605
34606 , no con 
34607 \begin_inset Quotes fld
34608 \end_inset
34609
34610 Incorporar
34611 \begin_inset Quotes frd
34612 \end_inset
34613
34614 ).
34615  Si se marca la opción 
34616 \family sans
34617 Mantener contadores y referencias
34618 \family default
34619  LyX garantiza que todos los números de página, referencias, etc., se respetan
34620  como si se procesara el documento completo.
34621  No obstante, LyX tiene que procesar el documento entero en segundo plano
34622  para que esta característica funcione.
34623  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
34624  los contadores y referencias, desmarca esta casilla.
34625 \end_layout
34626
34627 \begin_layout Standard
34628 Alternativamente, se puede poner cada archivo incluido en una rama.
34629 \begin_inset Foot
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633 Las ramas se describen en la sección
34634 \emph on
34635  Ramas
34636 \emph default
34637  de la 
34638 \emph on
34639 Guía del usuario
34640 \emph default
34641  de LyX.
34642 \end_layout
34643
34644 \end_inset
34645
34646  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
34647  aparecerán en la salida.
34648  Esto tiene la ventaja de que también funciona con hijos incluidos con 
34649 \begin_inset Quotes fld
34650 \end_inset
34651
34652 Incorporar
34653 \begin_inset Quotes frd
34654 \end_inset
34655
34656 .
34657  Sin embargo, los contadores y las referencias no se mantendrán usando este
34658  método.
34659 \end_layout
34660
34661 \begin_layout Chapter
34662 Listado de programa
34663 \begin_inset CommandInset label
34664 LatexCommand label
34665 name "cap:Listado-de-programa"
34666
34667 \end_inset
34668
34669
34670 \begin_inset Index idx
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674 Listado de programa
34675 \end_layout
34676
34677 \end_inset
34678
34679
34680 \begin_inset Index idx
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684 Código de programa
34685 \end_layout
34686
34687 \end_inset
34688
34689
34690 \begin_inset Index idx
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694 Flotantes ! Listado de programa
34695 \end_layout
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Para incluir y tipografiar código de programación puedes usar la opción
34704  de menú disponible en 
34705 \family sans
34706 Insertar\SpecialChar \menuseparator
34707 Listado
34708 \begin_inset space ~
34709 \end_inset
34710
34711 de
34712 \begin_inset space ~
34713 \end_inset
34714
34715 programa.
34716  
34717 \family default
34718 El paquete LaTeX 
34719 \series bold
34720 listings
34721 \series default
34722
34723 \begin_inset Index idx
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 LaTeX-paquetes ! listings
34728 \end_layout
34729
34730 \end_inset
34731
34732  provee un mecanismo potente y flexible para insertar código fuente en tu
34733  documento.
34734 \end_layout
34735
34736 \begin_layout Standard
34737 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
34738  incorporado en el que puedes configurar su formato.
34739 \end_layout
34740
34741 \begin_layout Standard
34742 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
34743  La opción de ubicación 
34744 \family sans
34745 Listado
34746 \begin_inset space ~
34747 \end_inset
34748
34749 en
34750 \begin_inset space ~
34751 \end_inset
34752
34753 línea
34754 \family default
34755  lo imprime en la línea, como este ejemplo: 
34756 \begin_inset listings
34757 lstparams "language={C++}"
34758 inline true
34759 status open
34760
34761 \begin_layout Plain Layout
34762
34763 int a=5;
34764 \end_layout
34765
34766 \end_inset
34767
34768
34769 \family sans
34770
34771 \begin_inset Newline newline
34772 \end_inset
34773
34774
34775 \family default
34776 La opción 
34777 \family sans
34778 Flotante
34779 \family default
34780  crea un listado flotante cuya colocación se puede especificar mediante
34781  las opciones «
34782 \family sans
34783 h
34784 \family default
34785 », «
34786 \family sans
34787 t
34788 \family default
34789 », «
34790 \family sans
34791 b
34792 \family default
34793 » y «
34794 \family sans
34795 p
34796 \family default
34797 », correspondientes a las opciones de colocación de flotantes descritas
34798  en la sección
34799 \family sans
34800
34801 \begin_inset space ~
34802 \end_inset
34803
34804
34805 \begin_inset CommandInset ref
34806 LatexCommand ref
34807 reference "sec:Colocación-de-Flotantes"
34808
34809 \end_inset
34810
34811
34812 \family default
34813 .
34814  Las opciones de colocación se pueden mezclar y se escriben sin separación,
34815  p.
34816 \family sans
34817
34818 \begin_inset space \thinspace{}
34819 \end_inset
34820
34821
34822 \family default
34823 e.
34824 \begin_inset space ~
34825 \end_inset
34826
34827 «
34828 \family sans
34829 htbp
34830 \family default
34831 ».
34832  La opción «
34833 \family sans
34834 h
34835 \family default
34836 » a veces no tiene efecto, pero no necesitas usar la opción 
34837 \family sans
34838 Flotante
34839 \family default
34840  en ese caso puesto que los listados de programa no flotantes también pueden
34841  tener leyendas y ser referenciadas.
34842 \end_layout
34843
34844 \begin_layout Standard
34845 Se puede añadir una leyenda a un listado de programa con el menú 
34846 \family sans
34847 Insertar\SpecialChar \menuseparator
34848 Leyenda
34849 \family default
34850
34851 \begin_inset Foot
34852 status open
34853
34854 \begin_layout Plain Layout
34855 Para traducir la etiqueta 
34856 \begin_inset Quotes eld
34857 \end_inset
34858
34859 Listado
34860 \begin_inset Quotes erd
34861 \end_inset
34862
34863  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
34864  comando 
34865 \series bold
34866
34867 \backslash
34868 renewcommand{
34869 \backslash
34870 lstlistingname}{Listado}
34871 \series default
34872 .
34873  (
34874 \emph on
34875 N.
34876 \begin_inset space \thinspace{}
34877 \end_inset
34878
34879 del t.
34880 \emph default
34881 )
34882 \end_layout
34883
34884 \end_inset
34885
34886 .
34887  Los listados de programa se pueden referenciar como los flotantes: Listado
34888 \begin_inset space ~
34889 \end_inset
34890
34891
34892 \begin_inset CommandInset ref
34893 LatexCommand ref
34894 reference "lst:Ejemplo-de-listado-de-programa"
34895
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Standard
34902 \begin_inset listings
34903 lstparams "language=Python"
34904 inline false
34905 status open
34906
34907 \begin_layout Plain Layout
34908
34909 \begin_inset Caption
34910
34911 \begin_layout Plain Layout
34912 \begin_inset CommandInset label
34913 LatexCommand label
34914 name "lst:Ejemplo-de-listado-de-programa"
34915
34916 \end_inset
34917
34918 Ejemplo de listado de programa flotante
34919 \end_layout
34920
34921 \end_inset
34922
34923 # Ejemplo de listado flotante
34924 \end_layout
34925
34926 \begin_layout Plain Layout
34927
34928 def func(param):
34929 \end_layout
34930
34931 \begin_layout Plain Layout
34932
34933     'this is a python function'
34934 \end_layout
34935
34936 \begin_layout Plain Layout
34937
34938     pass
34939 \end_layout
34940
34941 \end_inset
34942
34943
34944 \end_layout
34945
34946 \begin_layout Standard
34947 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
34948  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
34949  y tipografiadas de manera especial en la salida.
34950  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
34951  negrita.
34952 \end_layout
34953
34954 \begin_layout Standard
34955 \begin_inset Note Greyedout
34956 status open
34957
34958 \begin_layout Plain Layout
34959
34960 \series bold
34961 Nota:
34962 \series default
34963  Si no consigues caracteres en negrita cuando usas tipografías de ancho
34964  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
34965  En este caso selecciona una tipografía distinta en el menú 
34966 \family sans
34967 Documento
34968 \family default
34969 \SpecialChar \menuseparator
34970
34971 \family sans
34972 Configuración
34973 \family default
34974 \SpecialChar \menuseparator
34975
34976 \family sans
34977 Tipografías.
34978  
34979 \family default
34980 (Las tipografías 
34981 \emph on
34982 LuxiMono, BeraMono
34983 \emph default
34984  y 
34985 \emph on
34986 Courier 
34987 \emph default
34988 suministran negritas.)
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \begin_layout Standard
34997 En la sección 
34998 \family sans
34999 Numeración
35000 \begin_inset space ~
35001 \end_inset
35002
35003 de
35004 \begin_inset space ~
35005 \end_inset
35006
35007 líneas
35008 \family default
35009  del diálogo puedes elegir el estilo de numeración de las líneas.
35010  En el campo 
35011 \family sans
35012 Paso 
35013 \family default
35014 puedes insertar un número para determinar qué líneas se numeran.
35015  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
35016  
35017 \end_layout
35018
35019 \begin_layout Standard
35020 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
35021  en la salida.
35022  La opción 
35023 \family sans
35024 Mapa
35025 \begin_inset space ~
35026 \end_inset
35027
35028 de
35029 \begin_inset space ~
35030 \end_inset
35031
35032 caracteres
35033 \begin_inset space ~
35034 \end_inset
35035
35036 tradicional
35037 \begin_inset space ~
35038 \end_inset
35039
35040 mejorado
35041 \family default
35042  debería emplearse si se usan en el código caracteres nacionales como la
35043  diéresis alemana.
35044 \begin_inset Newline newline
35045 \end_inset
35046
35047 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
35048  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
35049  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
35050 \begin_inset listings
35051 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
35052 inline false
35053 status open
35054
35055 \begin_layout Plain Layout
35056
35057 def func(param):
35058 \end_layout
35059
35060 \begin_layout Plain Layout
35061
35062     'this is a python function'
35063 \end_layout
35064
35065 \begin_layout Plain Layout
35066
35067     pass
35068 \end_layout
35069
35070 \begin_layout Plain Layout
35071
35072 def func(param):
35073 \end_layout
35074
35075 \begin_layout Plain Layout
35076
35077 'This is a German word: Tschüß'
35078 \end_layout
35079
35080 \begin_layout Plain Layout
35081
35082 pass
35083 \end_layout
35084
35085 \begin_layout Plain Layout
35086
35087 def func(param):
35088 \end_layout
35089
35090 \begin_layout Plain Layout
35091
35092 'this is a python function'
35093 \end_layout
35094
35095 \begin_layout Plain Layout
35096
35097 pass
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Standard
35106 \begin_inset Note Greyedout
35107 status open
35108
35109 \begin_layout Plain Layout
35110
35111 \series bold
35112 Nota:
35113 \series default
35114  Debido a un error en el paquete 
35115 \series bold
35116 listings
35117 \series default
35118  la numeración de líneas cambia en una línea por cada listado previo.
35119  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
35120  3 y 6.
35121 \end_layout
35122
35123 \end_inset
35124
35125
35126 \end_layout
35127
35128 \begin_layout Standard
35129 \begin_inset VSpace bigskip
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 También es posible imprimir como listado de programa líneas de un archivo.
35137  Para hacer esto, usa el menú 
35138 \family sans
35139 Insertar\SpecialChar \menuseparator
35140 Archivo\SpecialChar \menuseparator
35141 Documento
35142 \begin_inset space ~
35143 \end_inset
35144
35145 hijo 
35146 \family default
35147 y elige el tipo 
35148 \family sans
35149 Listado de programa
35150 \family default
35151 .
35152 \begin_inset Foot
35153 status collapsed
35154
35155 \begin_layout Plain Layout
35156 Los restantes tipos de documento hijo se describen en la sección
35157 \begin_inset space ~
35158 \end_inset
35159
35160
35161 \begin_inset CommandInset ref
35162 LatexCommand ref
35163 reference "sec:Documento-Hijo"
35164
35165 \end_inset
35166
35167 .
35168 \end_layout
35169
35170 \end_inset
35171
35172  En el diálogo de documento hijo puedes especificar los parámetros del listado
35173  en el cuadro de texto.
35174  Para ver una lista de los parámetros disponibles teclea una interrogación
35175  «?» en el cuadro.
35176 \end_layout
35177
35178 \begin_layout Standard
35179 Para referenciar un documento hijo tipo listado, escribe el texto de la
35180  etiqueta en el campo correspondiente del diálogo de documento hijo.
35181  Después se puede referenciar la etiqueta con el menú 
35182 \family sans
35183 Insertar\SpecialChar \menuseparator
35184 Referencia cruzada.
35185 \end_layout
35186
35187 \begin_layout Standard
35188 A continuación hay un ejemplo, Listado
35189 \begin_inset space ~
35190 \end_inset
35191
35192
35193 \begin_inset CommandInset ref
35194 LatexCommand ref
35195 reference "lst:archivo-listado"
35196
35197 \end_inset
35198
35199 , de inserción de líneas de un archivo; en él se incluye el rango de las
35200  líneas 10
35201 \begin_inset space \thinspace{}
35202 \end_inset
35203
35204 -
35205 \begin_inset space \thinspace{}
35206 \end_inset
35207
35208 15 de este archivo LyX.
35209 \end_layout
35210
35211 \begin_layout Standard
35212 \begin_inset CommandInset include
35213 LatexCommand lstinputlisting
35214 filename "EmbeddedObjects.lyx"
35215 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset VSpace bigskip
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Standard
35230 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
35231 \end_layout
35232
35233 \begin_layout Enumerate
35234 Abre el diálogo de listado y añade
35235 \begin_inset Newline newline
35236 \end_inset
35237
35238
35239 \family sans
35240 mathescape=true
35241 \begin_inset Newline newline
35242 \end_inset
35243
35244
35245 \family default
35246 en el campo de texto de la solapa 
35247 \family sans
35248 Avanzado
35249 \end_layout
35250
35251 \begin_layout Enumerate
35252 Crea una ecuación fuera del listado
35253 \end_layout
35254
35255 \begin_layout Enumerate
35256 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
35257  (teclas 
35258 \family sans
35259 Ctrl+C
35260 \family default
35261 )
35262 \end_layout
35263
35264 \begin_layout Enumerate
35265 En el listado escribe 
35266 \begin_inset Quotes eld
35267 \end_inset
35268
35269
35270 \family sans
35271 $$
35272 \family default
35273
35274 \begin_inset Quotes erd
35275 \end_inset
35276
35277  y pega desde el portapapeles entre los símbolos dólar (teclas 
35278 \family sans
35279 Ctrl+V
35280 \family default
35281 )
35282 \end_layout
35283
35284 \begin_layout Standard
35285 \begin_inset listings
35286 lstparams "language=Python,mathescape=true"
35287 inline false
35288 status open
35289
35290 \begin_layout Plain Layout
35291
35292 \begin_inset Caption
35293
35294 \begin_layout Plain Layout
35295 Ejemplo de listado flotante con una ecuación
35296 \end_layout
35297
35298 \end_inset
35299
35300 # Ejemplo de listado flotante
35301 \end_layout
35302
35303 \begin_layout Plain Layout
35304
35305 def func(param):
35306 \end_layout
35307
35308 \begin_layout Plain Layout
35309
35310     # $
35311 \backslash
35312 prod_{n=1}^{
35313 \backslash
35314 infty}
35315 \backslash
35316 ,
35317 \backslash
35318 frac{1}{x^{2}}$
35319 \end_layout
35320
35321 \begin_layout Plain Layout
35322
35323     pass
35324 \end_layout
35325
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \begin_layout Standard
35332 \begin_inset VSpace bigskip
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Los parámetros globales para listados de programa se pueden establecer en
35340  el diálogo 
35341 \family sans
35342 Documento\SpecialChar \menuseparator
35343 Configuración\SpecialChar \menuseparator
35344 Listados.
35345  
35346 \family default
35347 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
35348  «?» en el campo de texto.
35349 \end_layout
35350
35351 \begin_layout Standard
35352 Para más información sobre el paquete 
35353 \series bold
35354 listings
35355 \series default
35356 , consulta su documentación
35357 \begin_inset space ~
35358 \end_inset
35359
35360
35361 \begin_inset CommandInset citation
35362 LatexCommand cite
35363 key "listings"
35364
35365 \end_inset
35366
35367 .
35368 \end_layout
35369
35370 \begin_layout Standard
35371 \begin_inset Newpage newpage
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \begin_layout Chapter
35378 \start_of_appendix
35379 Unidades disponibles en LyX
35380 \begin_inset Index idx
35381 status collapsed
35382
35383 \begin_layout Plain Layout
35384 Unidades
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \begin_inset CommandInset label
35391 LatexCommand label
35392 name "cap:Unidades-disponibles-en"
35393
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \begin_layout Standard
35400 Para comprender las unidades utilizadas en este manual, el cuadro
35401 \begin_inset space ~
35402 \end_inset
35403
35404
35405 \begin_inset CommandInset ref
35406 LatexCommand ref
35407 reference "tab:Unidades"
35408
35409 \end_inset
35410
35411  describe todas las unidades disponibles en LyX.
35412 \end_layout
35413
35414 \begin_layout Standard
35415 \begin_inset Float table
35416 placement h
35417 wide false
35418 sideways false
35419 status open
35420
35421 \begin_layout Plain Layout
35422 \begin_inset Caption
35423
35424 \begin_layout Plain Layout
35425 \begin_inset CommandInset label
35426 LatexCommand label
35427 name "tab:Unidades"
35428
35429 \end_inset
35430
35431 Unidades
35432 \end_layout
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Plain Layout
35440 \begin_inset VSpace medskip
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \begin_layout Plain Layout
35447 \align center
35448 \begin_inset Tabular
35449 <lyxtabular version="3" rows="20" columns="2">
35450 <features tabularvalignment="middle">
35451 <column alignment="center" valignment="top" width="0">
35452 <column alignment="center" valignment="top" width="0">
35453 <row>
35454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35455 \begin_inset Text
35456
35457 \begin_layout Plain Layout
35458 unidad
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35464 \begin_inset Text
35465
35466 \begin_layout Plain Layout
35467 nombre/descripción
35468 \end_layout
35469
35470 \end_inset
35471 </cell>
35472 </row>
35473 <row>
35474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35475 \begin_inset Text
35476
35477 \begin_layout Plain Layout
35478 mm
35479 \end_layout
35480
35481 \end_inset
35482 </cell>
35483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35484 \begin_inset Text
35485
35486 \begin_layout Plain Layout
35487 milímetro
35488 \end_layout
35489
35490 \end_inset
35491 </cell>
35492 </row>
35493 <row>
35494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Plain Layout
35498 cm
35499 \end_layout
35500
35501 \end_inset
35502 </cell>
35503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35504 \begin_inset Text
35505
35506 \begin_layout Plain Layout
35507 centímetro
35508 \end_layout
35509
35510 \end_inset
35511 </cell>
35512 </row>
35513 <row>
35514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35515 \begin_inset Text
35516
35517 \begin_layout Plain Layout
35518 in
35519 \end_layout
35520
35521 \end_inset
35522 </cell>
35523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35524 \begin_inset Text
35525
35526 \begin_layout Plain Layout
35527 pulgada
35528 \end_layout
35529
35530 \end_inset
35531 </cell>
35532 </row>
35533 <row>
35534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35535 \begin_inset Text
35536
35537 \begin_layout Plain Layout
35538 pt
35539 \end_layout
35540
35541 \end_inset
35542 </cell>
35543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547 punto (72.27
35548 \begin_inset space \thinspace{}
35549 \end_inset
35550
35551 pt = 1
35552 \begin_inset space \thinspace{}
35553 \end_inset
35554
35555 in)
35556 \end_layout
35557
35558 \end_inset
35559 </cell>
35560 </row>
35561 <row>
35562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35563 \begin_inset Text
35564
35565 \begin_layout Plain Layout
35566 pc
35567 \end_layout
35568
35569 \end_inset
35570 </cell>
35571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35572 \begin_inset Text
35573
35574 \begin_layout Plain Layout
35575 pica (1
35576 \begin_inset space \thinspace{}
35577 \end_inset
35578
35579 pc = 12
35580 \begin_inset space \thinspace{}
35581 \end_inset
35582
35583 pt)
35584 \end_layout
35585
35586 \end_inset
35587 </cell>
35588 </row>
35589 <row>
35590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 sp
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35600 \begin_inset Text
35601
35602 \begin_layout Plain Layout
35603 punto a escala (65536
35604 \begin_inset space \thinspace{}
35605 \end_inset
35606
35607 sp = 1
35608 \begin_inset space \thinspace{}
35609 \end_inset
35610
35611 pt)
35612 \end_layout
35613
35614 \end_inset
35615 </cell>
35616 </row>
35617 <row>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 bp
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631 punto grande (72
35632 \begin_inset space \thinspace{}
35633 \end_inset
35634
35635 bp = 1
35636 \begin_inset space \thinspace{}
35637 \end_inset
35638
35639 in)
35640 \end_layout
35641
35642 \end_inset
35643 </cell>
35644 </row>
35645 <row>
35646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35647 \begin_inset Text
35648
35649 \begin_layout Plain Layout
35650 dd
35651 \end_layout
35652
35653 \end_inset
35654 </cell>
35655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35656 \begin_inset Text
35657
35658 \begin_layout Plain Layout
35659 didot (1
35660 \begin_inset space \thinspace{}
35661 \end_inset
35662
35663 dd 
35664 \begin_inset Formula $\approx$
35665 \end_inset
35666
35667  0.376
35668 \begin_inset space \thinspace{}
35669 \end_inset
35670
35671 mm)
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 </row>
35677 <row>
35678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682 cc
35683 \end_layout
35684
35685 \end_inset
35686 </cell>
35687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691 cicero (1
35692 \begin_inset space \thinspace{}
35693 \end_inset
35694
35695 cc = 12
35696 \begin_inset space \thinspace{}
35697 \end_inset
35698
35699 dd)
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 </row>
35705 <row>
35706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710 escala
35711 \begin_inset space \thinspace{}
35712 \end_inset
35713
35714 %
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35720 \begin_inset Text
35721
35722 \begin_layout Plain Layout
35723 % del tamaño original de la imagen
35724 \end_layout
35725
35726 \end_inset
35727 </cell>
35728 </row>
35729 <row>
35730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35731 \begin_inset Text
35732
35733 \begin_layout Plain Layout
35734 texto
35735 \begin_inset space \thinspace{}
35736 \end_inset
35737
35738 %
35739 \end_layout
35740
35741 \end_inset
35742 </cell>
35743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35744 \begin_inset Text
35745
35746 \begin_layout Plain Layout
35747 % de anchura de texto
35748 \end_layout
35749
35750 \end_inset
35751 </cell>
35752 </row>
35753 <row>
35754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 columna
35759 \begin_inset space \thinspace{}
35760 \end_inset
35761
35762 %
35763 \end_layout
35764
35765 \end_inset
35766 </cell>
35767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35768 \begin_inset Text
35769
35770 \begin_layout Plain Layout
35771 % de anchura de columna
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 </row>
35777 <row>
35778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35779 \begin_inset Text
35780
35781 \begin_layout Plain Layout
35782 página
35783 \begin_inset space \thinspace{}
35784 \end_inset
35785
35786 %
35787 \end_layout
35788
35789 \end_inset
35790 </cell>
35791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35792 \begin_inset Text
35793
35794 \begin_layout Plain Layout
35795 % de anchura de página
35796 \end_layout
35797
35798 \end_inset
35799 </cell>
35800 </row>
35801 <row>
35802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35803 \begin_inset Text
35804
35805 \begin_layout Plain Layout
35806 línea
35807 \begin_inset space \thinspace{}
35808 \end_inset
35809
35810 %
35811 \end_layout
35812
35813 \end_inset
35814 </cell>
35815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35816 \begin_inset Text
35817
35818 \begin_layout Plain Layout
35819 % de anchura de línea
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 </row>
35825 <row>
35826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830 alt.
35831  texto
35832 \begin_inset space \thinspace{}
35833 \end_inset
35834
35835 %
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35841 \begin_inset Text
35842
35843 \begin_layout Plain Layout
35844 % de altura de texto
35845 \end_layout
35846
35847 \end_inset
35848 </cell>
35849 </row>
35850 <row>
35851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35852 \begin_inset Text
35853
35854 \begin_layout Plain Layout
35855 alt.
35856  pág.
35857 \begin_inset space \thinspace{}
35858 \end_inset
35859
35860 %
35861 \end_layout
35862
35863 \end_inset
35864 </cell>
35865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35866 \begin_inset Text
35867
35868 \begin_layout Plain Layout
35869 % de altura de página
35870 \end_layout
35871
35872 \end_inset
35873 </cell>
35874 </row>
35875 <row>
35876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35877 \begin_inset Text
35878
35879 \begin_layout Plain Layout
35880 ex
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 altura de la letra 
35890 \emph on
35891 x
35892 \emph default
35893  en la tipografía actual
35894 \end_layout
35895
35896 \end_inset
35897 </cell>
35898 </row>
35899 <row>
35900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35901 \begin_inset Text
35902
35903 \begin_layout Plain Layout
35904 em
35905 \end_layout
35906
35907 \end_inset
35908 </cell>
35909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35910 \begin_inset Text
35911
35912 \begin_layout Plain Layout
35913 anchura de la letra 
35914 \emph on
35915 M
35916 \emph default
35917  en la tipografía actual
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 </row>
35923 <row>
35924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928 mu
35929 \end_layout
35930
35931 \end_inset
35932 </cell>
35933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35934 \begin_inset Text
35935
35936 \begin_layout Plain Layout
35937 unidad matemática (1
35938 \begin_inset space \thinspace{}
35939 \end_inset
35940
35941 mu = 1/18
35942 \begin_inset space \thinspace{}
35943 \end_inset
35944
35945 em)
35946 \end_layout
35947
35948 \end_inset
35949 </cell>
35950 </row>
35951 </lyxtabular>
35952
35953 \end_inset
35954
35955
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Chapter
35964 Formatos de archivos de salida con gráficos
35965 \begin_inset CommandInset label
35966 LatexCommand label
35967 name "cap:Formatos-de-Archivos-de-Salida"
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \begin_layout Section
35975 DVI
35976 \begin_inset Index idx
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980 Formatos de archivo ! DVI
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \begin_inset Index idx
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990 DVI|see
35991 \begin_inset ERT
35992 status collapsed
35993
35994 \begin_layout Plain Layout
35995
35996 {
35997 \end_layout
35998
35999 \end_inset
36000
36001 Formatos de archivo
36002 \begin_inset ERT
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006
36007 }
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \begin_layout Standard
36021 Este tipo de archivo tiene la extensión «
36022 \family typewriter
36023 .dvi
36024 \family default
36025 ».
36026  Se denomina «device-independent» (DVI), porque es completamente portable;
36027  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
36028  En la época en que se desarrolló este formato, esto no era un asunto baladí.
36029  Los DVI se usan para vistas preliminares rápidas y como preparación para
36030  otros formatos de salida como PostScript.
36031 \end_layout
36032
36033 \begin_layout Standard
36034 \begin_inset Note Greyedout
36035 status open
36036
36037 \begin_layout Plain Layout
36038
36039 \series bold
36040 Nota:
36041 \series default
36042  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
36043 \end_layout
36044
36045 \end_inset
36046
36047  Por tanto no debes olvidar esto si mueves archivos 
36048 \family typewriter
36049 .dvi
36050 \family default
36051  a otro ordenador.
36052  Esta característica también puede retardar la visualización del archivo,
36053  porque el visor DVI tiene que convertir la imagen en segundo plano para
36054  hacerla visible al deslizar el visor.
36055  Así pues recomendamos usar PDF para archivos con muchas imágenes.
36056 \end_layout
36057
36058 \begin_layout Standard
36059 Un documento se exporta a DVI con el menú 
36060 \family sans
36061 Archivo\SpecialChar \menuseparator
36062 Exportar\SpecialChar \menuseparator
36063 DVI
36064 \family default
36065 .
36066  Puedes ver la salida del documento en DVI con el menú 
36067 \family sans
36068 Ver\SpecialChar \menuseparator
36069 DVI 
36070 \family default
36071 o con el botón
36072 \begin_inset space ~
36073 \end_inset
36074
36075
36076 \begin_inset Graphics
36077         filename ../../images/buffer-view_dvi.png
36078         scale 85
36079
36080 \end_inset
36081
36082 .
36083 \end_layout
36084
36085 \begin_layout Section
36086 PostScript
36087 \begin_inset CommandInset label
36088 LatexCommand label
36089 name "sec:PostScript"
36090
36091 \end_inset
36092
36093
36094 \begin_inset Index idx
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098 Formatos de archivo ! PostScript
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \begin_inset Index idx
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108 PostScript|see
36109 \begin_inset ERT
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114 {
36115 \end_layout
36116
36117 \end_inset
36118
36119 Formatos de archivo
36120 \begin_inset ERT
36121 status collapsed
36122
36123 \begin_layout Plain Layout
36124
36125 }
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \begin_layout Standard
36139 Este tipo de archivo tiene la extensión «
36140 \family typewriter
36141 .ps
36142 \family default
36143 ».
36144  PostScript fue desarrollado por la compañía 
36145 \family typewriter
36146 Adobe
36147 \family default
36148  como lenguaje para impresoras.
36149  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
36150  PostScript puede considerarse como un «lenguaje de programación»; con él
36151  puedes calcular y dibujar imágenes y diagramas.
36152 \begin_inset Foot
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156 Si estás interesado en este tema acude al paquete LaTeX 
36157 \series bold
36158 PSTricks
36159 \series default
36160  
36161 \begin_inset CommandInset citation
36162 LatexCommand cite
36163 key "pstricks"
36164
36165 \end_inset
36166
36167 .
36168 \end_layout
36169
36170 \end_inset
36171
36172  Por esto los archivos suelen ser más grandes que los PDF.
36173 \end_layout
36174
36175 \begin_layout Standard
36176 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
36177 d PostScript» (EPS, extensión «
36178 \family typewriter
36179 .eps
36180 \family default
36181 »).
36182  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
36183  en segundo plano para convertir las imágenes a EPS.
36184  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
36185  cada vez que veas o exportes el documento.
36186  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
36187  puedes evitar el problema insertando las imágenes directamente en EPS.
36188 \end_layout
36189
36190 \begin_layout Standard
36191 El documento se puede exportar a PostScript con el menú 
36192 \family sans
36193 Archivo\SpecialChar \menuseparator
36194 Exportar\SpecialChar \menuseparator
36195 Postscript
36196 \family default
36197 .
36198  Se puede ver la salida en PostScript con el menú 
36199 \family sans
36200 Ver\SpecialChar \menuseparator
36201 Postscript 
36202 \family default
36203 o con el botón
36204 \begin_inset space ~
36205 \end_inset
36206
36207
36208 \begin_inset Graphics
36209         filename ../../images/buffer-view_ps.png
36210
36211 \end_inset
36212
36213 .
36214 \end_layout
36215
36216 \begin_layout Section
36217 PDF
36218 \begin_inset Index idx
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 Formatos de archivo ! PDF
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \begin_inset Index idx
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 PDF
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \end_layout
36239
36240 \begin_layout Standard
36241 Este tipo de archivo tiene la extensión «
36242 \family typewriter
36243 .pdf
36244 \family default
36245 ».
36246  El formato «Portable Document Format» (PDF) fue desarrollado por 
36247 \family typewriter
36248 Adobe
36249 \family default
36250  como derivado de PostScript.
36251  Es más comprimido y utiliza muchos menos comandos que PostScript.
36252  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
36253  operativo y la salida impresa se muestra exactamente igual.
36254 \end_layout
36255
36256 \begin_layout Standard
36257 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
36258  Photographic Experts Group» (JPG, extensión «
36259 \family typewriter
36260 .jpg
36261 \family default
36262 » o «
36263 \family typewriter
36264 .jpeg
36265 \family default
36266 »), y en el formato «Portable Network Graphics» (PNG, extensión «
36267 \family typewriter
36268 .png
36269 \family default
36270 »).
36271  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
36272  en segundo plano a alguno de los anteriores.
36273  Pero como se ha comentado en la sección sobre PostScript, la conversión
36274  de gráficos ralentiza el trabajo.
36275  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
36276  mencionados.
36277 \end_layout
36278
36279 \begin_layout Standard
36280 Un documento se puede exportar a PDF con el menú 
36281 \family sans
36282 Archivo\SpecialChar \menuseparator
36283 Exportar
36284 \family default
36285  en tres modos diferentes:
36286 \end_layout
36287
36288 \begin_layout Description
36289 PDF
36290 \begin_inset space ~
36291 \end_inset
36292
36293 (ps2pdf) Este utiliza el programa 
36294 \family typewriter
36295 ps2pdf
36296 \family default
36297  que crea un PDF a partir de una versión PostScript del archivo.
36298  La versión PostScript es producida por el programa 
36299 \family typewriter
36300 dvips
36301 \family default
36302  que usa una versión DVI como paso intermedio.
36303  Así que este modo de exportación consta de tres conversiones.
36304 \end_layout
36305
36306 \begin_layout Description
36307 PDF
36308 \begin_inset space ~
36309 \end_inset
36310
36311 (dvipdfm) Este utiliza el programa 
36312 \family typewriter
36313 dvipdfm
36314 \family default
36315  que convierte el archivo a DVI en segundo plano y en un segundo paso a
36316  PDF.
36317 \end_layout
36318
36319 \begin_layout Description
36320 PDF
36321 \begin_inset space ~
36322 \end_inset
36323
36324 (pdflatex) Este utiliza el programa 
36325 \family typewriter
36326 pdftex
36327 \family default
36328  que convierte directamente el archivo a PDF.
36329 \end_layout
36330
36331 \begin_layout Standard
36332 Se recomienda usar 
36333 \family sans
36334 PDF
36335 \begin_inset space ~
36336 \end_inset
36337
36338 (pdflatex)
36339 \family default
36340  porque 
36341 \family typewriter
36342 pdftex
36343 \family default
36344  soporta todas las características de las versiones actuales de PDF, es
36345  rápido y estable.
36346  El programa 
36347 \family typewriter
36348 dvipdfm
36349 \family default
36350  ya no se desarrolla y está un poco obsoleto.
36351 \end_layout
36352
36353 \begin_layout Standard
36354 La salida en formato PDF se puede ver con el menú 
36355 \family sans
36356 Ver 
36357 \family default
36358 o con el botón
36359 \begin_inset space ~
36360 \end_inset
36361
36362
36363 \begin_inset Graphics
36364         filename ../../images/buffer-view_pdf2.png
36365         scale 85
36366
36367 \end_inset
36368
36369  (que usa 
36370 \family sans
36371 PDF
36372 \begin_inset space ~
36373 \end_inset
36374
36375 (pdflatex)
36376 \family default
36377 ).
36378 \end_layout
36379
36380 \begin_layout Chapter
36381 Explicación de la ecuación
36382 \begin_inset space ~
36383 \end_inset
36384
36385 (
36386 \begin_inset CommandInset ref
36387 LatexCommand ref
36388 reference "eq:Wgn"
36389
36390 \end_inset
36391
36392 )
36393 \begin_inset CommandInset label
36394 LatexCommand label
36395 name "cap:Explicación-de-la-Ecuación"
36396
36397 \end_inset
36398
36399
36400 \end_layout
36401
36402 \begin_layout Standard
36403 La anchura total de 
36404 \emph on
36405 n
36406 \emph default
36407  celdas de un cuadro 
36408 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36409 \end_inset
36410
36411  puede calcularse con
36412 \end_layout
36413
36414 \begin_layout Standard
36415 \begin_inset Formula 
36416 \begin{equation}
36417 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36418 \end{equation}
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 donde 
36427 \begin_inset Formula $W_{g\, n}$
36428 \end_inset
36429
36430  es el ancho dado de todas las celdas.
36431  
36432 \series bold
36433
36434 \backslash
36435 tabcolsep
36436 \series default
36437  es la longitud LaTeX entre el texto y el borde de la celda, 6
36438 \begin_inset space \thinspace{}
36439 \end_inset
36440
36441 pt por omisión.
36442  
36443 \series bold
36444
36445 \backslash
36446 arrayrulewidth
36447 \series default
36448  es el grosor de línea del borde, 0.4
36449 \begin_inset space \thinspace{}
36450 \end_inset
36451
36452 pt por omisión.
36453 \end_layout
36454
36455 \begin_layout Standard
36456 Procediendo como en la ecuación
36457 \begin_inset space ~
36458 \end_inset
36459
36460
36461 \begin_inset CommandInset ref
36462 LatexCommand eqref
36463 reference "eq:Wtot_n"
36464
36465 \end_inset
36466
36467 , el ancho total de una multicolumna, 
36468 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36469 \end_inset
36470
36471  es
36472 \end_layout
36473
36474 \begin_layout Standard
36475 \begin_inset Formula 
36476 \begin{equation}
36477 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36478 \end{equation}
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Standard
36486 Igualando las ecuaciones
36487 \begin_inset space ~
36488 \end_inset
36489
36490
36491 \begin_inset CommandInset ref
36492 LatexCommand eqref
36493 reference "eq:Wtot_n"
36494
36495 \end_inset
36496
36497  y 
36498 \begin_inset CommandInset ref
36499 LatexCommand eqref
36500 reference "eq:Wtot_mult"
36501
36502 \end_inset
36503
36504  podemos calcular el ancho dado necesario 
36505 \begin_inset Formula $W_{g\, n}$
36506 \end_inset
36507
36508  cuando se expanden 
36509 \emph on
36510 n
36511 \emph default
36512  columnas, de forma que cada una de ellas tiene una anchura total 
36513 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36514 \end_inset
36515
36516 :
36517 \end_layout
36518
36519 \begin_layout Standard
36520 \begin_inset Formula 
36521 \begin{equation}
36522 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36523 \end{equation}
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Bibliography
36531 \labelwidthstring Bibliografía
36532 \begin_inset CommandInset bibitem
36533 LatexCommand bibitem
36534 key "latexcompanion"
36535
36536 \end_inset
36537
36538 Frank Mittelbach and Michel Goossens: 
36539 \emph on
36540 The LaTeX Companion Second Edition.
36541
36542 \emph default
36543  Addison-Wesley, 2004
36544 \end_layout
36545
36546 \begin_layout Bibliography
36547 \labelwidthstring Bibliografía
36548 \begin_inset CommandInset bibitem
36549 LatexCommand bibitem
36550 key "latexguide"
36551
36552 \end_inset
36553
36554 Helmut Kopka and Patrick W.
36555  Daly: 
36556 \emph on
36557 A Guide to LaTeX Fourth Edition.
36558
36559 \emph default
36560  Addison-Wesley, 2003
36561 \end_layout
36562
36563 \begin_layout Bibliography
36564 \labelwidthstring Bibliografía
36565 \begin_inset CommandInset bibitem
36566 LatexCommand bibitem
36567 key "latexbook"
36568
36569 \end_inset
36570
36571 Leslie Lamport: 
36572 \emph on
36573 LaTeX: A Document Preparation System.
36574
36575 \emph default
36576  Addison-Wesley, second edition, 1994
36577 \end_layout
36578
36579 \begin_layout Bibliography
36580 \labelwidthstring Bibliografía
36581 \begin_inset CommandInset bibitem
36582 LatexCommand bibitem
36583 key "booktabs"
36584
36585 \end_inset
36586
36587 Documentación del paquete LaTeX 
36588 \series bold
36589
36590 \begin_inset CommandInset href
36591 LatexCommand href
36592 name "booktabs"
36593 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36594
36595 \end_inset
36596
36597
36598 \series default
36599
36600 \begin_inset Index idx
36601 status collapsed
36602
36603 \begin_layout Plain Layout
36604 LaTeX-paquetes ! booktabs
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Bibliography
36613 \labelwidthstring Bibliografía
36614 \begin_inset CommandInset bibitem
36615 LatexCommand bibitem
36616 key "caption"
36617
36618 \end_inset
36619
36620 Documentación del paquete LaTeX 
36621 \series bold
36622
36623 \begin_inset CommandInset href
36624 LatexCommand href
36625 name "caption"
36626 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36627
36628 \end_inset
36629
36630
36631 \series default
36632
36633 \begin_inset Index idx
36634 status collapsed
36635
36636 \begin_layout Plain Layout
36637 LaTeX-paquetes ! caption
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Bibliography
36646 \labelwidthstring Bibliografía
36647 \begin_inset CommandInset bibitem
36648 LatexCommand bibitem
36649 key "endfloat"
36650
36651 \end_inset
36652
36653 Documentación del paquete LaTeX 
36654 \series bold
36655
36656 \begin_inset CommandInset href
36657 LatexCommand href
36658 name "endfloat"
36659 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36660
36661 \end_inset
36662
36663
36664 \series default
36665
36666 \begin_inset Index idx
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670 LaTeX-paquetes ! endfloat
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Bibliography
36679 \labelwidthstring Bibliografía
36680 \begin_inset CommandInset bibitem
36681 LatexCommand bibitem
36682 key "footmisc"
36683
36684 \end_inset
36685
36686 Documentación del paquete LaTeX 
36687 \series bold
36688
36689 \begin_inset CommandInset href
36690 LatexCommand href
36691 name "footmisc"
36692 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36693
36694 \end_inset
36695
36696
36697 \series default
36698
36699 \begin_inset Index idx
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 LaTeX-paquetes ! footmisc
36704 \end_layout
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \begin_layout Bibliography
36712 \labelwidthstring Bibliografía
36713 \begin_inset CommandInset bibitem
36714 LatexCommand bibitem
36715 key "hypcap"
36716
36717 \end_inset
36718
36719 Documentación del paquete LaTeX 
36720 \series bold
36721
36722 \begin_inset CommandInset href
36723 LatexCommand href
36724 name "hypcap"
36725 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36726
36727 \end_inset
36728
36729
36730 \series default
36731
36732 \begin_inset Index idx
36733 status collapsed
36734
36735 \begin_layout Plain Layout
36736 LaTeX-paquetes ! hyperref
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \begin_layout Bibliography
36745 \labelwidthstring Bibliografía
36746 \begin_inset CommandInset bibitem
36747 LatexCommand bibitem
36748 key "hyperref"
36749
36750 \end_inset
36751
36752 Documentación del paquete LaTeX 
36753 \series bold
36754
36755 \begin_inset CommandInset href
36756 LatexCommand href
36757 name "hyperref"
36758 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36759
36760 \end_inset
36761
36762
36763 \series default
36764
36765 \begin_inset Index idx
36766 status collapsed
36767
36768 \begin_layout Plain Layout
36769 LaTeX-paquetes ! hyperref
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \end_layout
36776
36777 \begin_layout Bibliography
36778 \labelwidthstring Bibliografía
36779 \begin_inset CommandInset bibitem
36780 LatexCommand bibitem
36781 key "KOMA-Script"
36782
36783 \end_inset
36784
36785 Documentación del paquete LaTeX 
36786 \series bold
36787
36788 \begin_inset CommandInset href
36789 LatexCommand href
36790 name "KOMA-Script"
36791 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36792
36793 \end_inset
36794
36795
36796 \series default
36797
36798 \begin_inset Index idx
36799 status collapsed
36800
36801 \begin_layout Plain Layout
36802 LaTeX-paquetes ! KOMA-Script
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \begin_layout Bibliography
36811 \labelwidthstring Bibliografía
36812 \begin_inset CommandInset bibitem
36813 LatexCommand bibitem
36814 key "listings"
36815
36816 \end_inset
36817
36818 Documentación del paquete LaTeX 
36819 \series bold
36820
36821 \begin_inset CommandInset href
36822 LatexCommand href
36823 name "listings"
36824 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36825
36826 \end_inset
36827
36828
36829 \series default
36830
36831 \begin_inset Index idx
36832 status collapsed
36833
36834 \begin_layout Plain Layout
36835 LaTeX-paquetes ! listings
36836 \end_layout
36837
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \begin_layout Bibliography
36844 \labelwidthstring Bibliografía
36845 \begin_inset CommandInset bibitem
36846 LatexCommand bibitem
36847 key "marginnote"
36848
36849 \end_inset
36850
36851 Documentación del paquete LaTeX 
36852 \series bold
36853
36854 \begin_inset CommandInset href
36855 LatexCommand href
36856 name "marginnote"
36857 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36858
36859 \end_inset
36860
36861
36862 \series default
36863
36864 \begin_inset Index idx
36865 status collapsed
36866
36867 \begin_layout Plain Layout
36868 LaTeX-paquetes ! marginnote
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \begin_layout Bibliography
36877 \labelwidthstring Bibliografía
36878 \begin_inset CommandInset bibitem
36879 LatexCommand bibitem
36880 key "lettrine"
36881
36882 \end_inset
36883
36884 Documentación del paquete LaTeX 
36885 \series bold
36886
36887 \begin_inset CommandInset href
36888 LatexCommand href
36889 name "lettrine"
36890 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36891
36892 \end_inset
36893
36894
36895 \series default
36896  y un 
36897 \begin_inset CommandInset href
36898 LatexCommand href
36899 name "ejemplo"
36900 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36901
36902 \end_inset
36903
36904
36905 \begin_inset Index idx
36906 status collapsed
36907
36908 \begin_layout Plain Layout
36909 LaTeX-paquetes ! lettrine
36910 \end_layout
36911
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \begin_layout Bibliography
36918 \labelwidthstring Bibliografía
36919 \begin_inset CommandInset bibitem
36920 LatexCommand bibitem
36921 key "pstricks"
36922
36923 \end_inset
36924
36925 Página web del paquete LaTeX 
36926 \series bold
36927
36928 \begin_inset CommandInset href
36929 LatexCommand href
36930 name "PSTricks"
36931 target "http://tug.org/PSTricks/"
36932
36933 \end_inset
36934
36935
36936 \series default
36937
36938 \begin_inset Index idx
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942 LaTeX-paquetes ! PSTricks
36943 \end_layout
36944
36945 \end_inset
36946
36947
36948 \end_layout
36949
36950 \begin_layout Bibliography
36951 \labelwidthstring Bibliografía
36952 \begin_inset CommandInset bibitem
36953 LatexCommand bibitem
36954 key "sidecap"
36955
36956 \end_inset
36957
36958 Documentación del paquete LaTeX 
36959 \series bold
36960
36961 \begin_inset CommandInset href
36962 LatexCommand href
36963 name "sidecap"
36964 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36965
36966 \end_inset
36967
36968
36969 \series default
36970
36971 \begin_inset Index idx
36972 status collapsed
36973
36974 \begin_layout Plain Layout
36975 LaTeX-paquetes ! sidecap
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Bibliography
36984 \labelwidthstring Bibliografía
36985 \begin_inset CommandInset bibitem
36986 LatexCommand bibitem
36987 key "prettyref"
36988
36989 \end_inset
36990
36991 Documentación del paquete LaTeX 
36992 \series bold
36993
36994 \begin_inset CommandInset href
36995 LatexCommand href
36996 name "prettyref"
36997 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36998
36999 \end_inset
37000
37001
37002 \series default
37003
37004 \begin_inset Index idx
37005 status collapsed
37006
37007 \begin_layout Plain Layout
37008 LaTeX-paquetes ! prettyref
37009 \end_layout
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \begin_layout Bibliography
37017 \labelwidthstring Bibliografía
37018 \begin_inset CommandInset bibitem
37019 LatexCommand bibitem
37020 key "refstyle"
37021
37022 \end_inset
37023
37024 Documentación del paquete LaTeX 
37025 \series bold
37026
37027 \begin_inset CommandInset href
37028 LatexCommand href
37029 name "refstyle"
37030 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
37031
37032 \end_inset
37033
37034
37035 \series default
37036
37037 \begin_inset Index idx
37038 status collapsed
37039
37040 \begin_layout Plain Layout
37041 LaTeX-paquetes ! refstyle
37042 \end_layout
37043
37044 \end_inset
37045
37046
37047 \end_layout
37048
37049 \begin_layout Bibliography
37050 \labelwidthstring Bibliografía
37051 \begin_inset CommandInset bibitem
37052 LatexCommand bibitem
37053 key "NewInLyX20"
37054
37055 \end_inset
37056
37057
37058 \begin_inset CommandInset href
37059 LatexCommand href
37060 name "Página wiki"
37061 target "http://wiki.lyx.org/LyX/NewInLyX20"
37062
37063 \end_inset
37064
37065  sobre características nuevas para la versión 
37066 \family sans
37067 LyX
37068 \begin_inset space ~
37069 \end_inset
37070
37071 2.0
37072 \family default
37073 .
37074 \end_layout
37075
37076 \begin_layout Standard
37077 \begin_inset CommandInset index_print
37078 LatexCommand printindex
37079 type "idx"
37080
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \end_body
37087 \end_document