]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Math.lyx: replace tables by formal ones - part 5
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC are numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for scaled and rotated boxes
69 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
70
71 % used for colored tables
72 \@ifundefined{textcolor}
73  {\usepackage{color}}{}
74 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
75 \definecolor{grisclaro}{gray}{0.8}
76
77 % check for package colortbl
78 % used for colored table cells
79 \newboolean{colortbl}
80 \IfFileExists{colortbl.sty}
81  {\usepackage{colortbl}
82   \setboolean{colortbl}{true}}
83  {\setboolean{colortbl}{false}}
84
85 % used to have extra space in table cells
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % used for customized tables
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106
107 % insert additional vertical space of
108 % 1.5 mm between footnotes
109 \let\myFoot\footnote
110 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
111
112 % number algorithm floats within chapters
113 \numberwithin{algorithm}{chapter}
114 % en español
115 \floatname{algorithm}{Algoritmo}
116
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package arydshln
123 % used for tables with dashed lines
124 \newboolean{arydshln}
125 \IfFileExists{arydshln.sty}
126  {\usepackage{arydshln}
127   \setboolean{arydshln}{true}}
128  {\setboolean{arydshln}{false}}
129
130 % check for package marginnote
131 % used for margin notes
132 \newboolean{marginnote}
133 \IfFileExists{marginnote.sty}
134  {\usepackage{marginnote}
135   \let\marginpar\marginnote
136   \setboolean{marginnote}{true}}
137  {\setboolean{marginnote}{false}}
138
139 % check for package sidecap
140 % used for captions on the side
141 \newboolean{sidecap}
142 \IfFileExists{sidecap.sty}
143  {\usepackage{sidecap}
144   \setboolean{sidecap}{true}}
145  {\setboolean{sidecap}{false}}
146
147 % check for picinpar
148 % used for surrounded fixed objects
149 \newboolean{picinpar}
150 \IfFileExists{picinpar.sty}
151  {\usepackage{picinpar}
152   \setboolean{picinpar}{true}}
153  {\setboolean{picinpar}{false}}
154
155 % check for lettrine
156 \newboolean{lettrine}
157 \IfFileExists{lettrine.sty}
158  {\usepackage{lettrine}
159   \setboolean{lettrine}{true}}
160  {\setboolean{lettrine}{false}}
161
162 % check for diagbox
163 \newboolean{diagbox}
164 \IfFileExists{diagbox.sty}
165  {\usepackage{diagbox}
166   \setboolean{diagbox}{true}}
167  {\setboolean{diagbox}{false}}
168 \end_preamble
169 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
170 \use_default_options false
171 \begin_modules
172 initials
173 \end_modules
174 \maintain_unincluded_children false
175 \language spanish
176 \language_package babel
177 \inputencoding auto
178 \fontencoding global
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_math auto
183 \font_default_family default
184 \use_non_tex_fonts false
185 \font_sc false
186 \font_osf false
187 \font_sf_scale 100
188 \font_tt_scale 100
189 \graphics default
190 \default_output_format default
191 \output_sync 0
192 \bibtex_command default
193 \index_command default
194 \paperfontsize 12
195 \spacing single
196 \use_hyperref true
197 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
198 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
199 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
200 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
201 \pdf_bookmarks true
202 \pdf_bookmarksnumbered true
203 \pdf_bookmarksopen true
204 \pdf_bookmarksopenlevel 1
205 \pdf_breaklinks false
206 \pdf_pdfborder false
207 \pdf_colorlinks true
208 \pdf_backref false
209 \pdf_pdfusetitle false
210 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
211 \papersize default
212 \use_geometry false
213 \use_package amsmath 2
214 \use_package amssymb 2
215 \use_package cancel 0
216 \use_package esint 0
217 \use_package mathdots 1
218 \use_package mathtools 0
219 \use_package mhchem 1
220 \use_package stackrel 0
221 \use_package stmaryrd 0
222 \use_package undertilde 0
223 \cite_engine basic
224 \cite_engine_type default
225 \biblio_style plain
226 \use_bibtopic false
227 \use_indices false
228 \paperorientation portrait
229 \suppress_date false
230 \justification true
231 \use_refstyle 0
232 \notefontcolor #0000ff
233 \index Índice
234 \shortcut idx
235 \color #008000
236 \end_index
237 \secnumdepth 3
238 \tocdepth 3
239 \paragraph_separation skip
240 \defskip medskip
241 \quotes_language french
242 \papercolumns 1
243 \papersides 2
244 \paperpagestyle default
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
256  en \SpecialChar LyX
257
258 \end_layout
259
260 \begin_layout Author
261 por el Equipo \SpecialChar LyX
262
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
269  de Documentación de \SpecialChar LyX
270
271 \begin_inset CommandInset href
272 LatexCommand href
273 name "lyx-docs@lists.lyx.org"
274 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
275 type "mailto:"
276
277 \end_inset
278
279
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Plain Layout
289 Autor: Uwe Stöhr
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Plain Layout
299 Traducción de: Ignacio García
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 Versión 2.1.x
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
332  estar instalados los paquetes \SpecialChar LaTeX
333  
334 \series bold
335 arydshln
336 \series default
337
338 \series bold
339 colortbl
340 \series default
341
342 \series bold
343 diagbox, lettrine, marginnote, picinpar
344 \series default
345  y 
346 \series bold
347 sidecap
348 \series default
349 .
350  Si no están instalados, también podrás exportar el documento, pero las
351  secciones en que dichos paquetes son necesarios no aparecen en la salida.
352 \end_layout
353
354 \begin_layout Plain Layout
355 La última versión en PDF de este documento puede encontrarse aquí:
356 \series bold
357
358 \begin_inset Newline newline
359 \end_inset
360
361 http://wiki.lyx.org/\SpecialChar LyX
362 /DocumentationDevelopment#EmbeddedObjects
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Chapter
371 Figuras
372 \begin_inset Index idx
373 status collapsed
374
375 \begin_layout Plain Layout
376 Figuras
377 \end_layout
378
379 \end_inset
380
381
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Gráficos|see
387 \begin_inset ERT
388 status collapsed
389
390 \begin_layout Plain Layout
391
392 {
393 \end_layout
394
395 \end_inset
396
397 Figuras
398 \begin_inset ERT
399 status collapsed
400
401 \begin_layout Plain Layout
402
403 }
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Section
417 Diálogo de gráficos
418 \begin_inset CommandInset label
419 LatexCommand label
420 name "sec:Diálogo-Gráficos"
421
422 \end_inset
423
424
425 \begin_inset Index idx
426 status collapsed
427
428 \begin_layout Plain Layout
429 Figuras ! Diálogo de gráficos
430 \end_layout
431
432 \end_inset
433
434
435 \end_layout
436
437 \begin_layout Standard
438 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
439  texto que desees y haz clic en el botón 
440 \begin_inset Info
441 type  "icon"
442 arg   "dialog-show-new-inset graphics"
443 \end_inset
444
445  o en el menú 
446 \family sans
447 Insertar\SpecialChar menuseparator
448 Imagen
449 \family default
450 .
451  Aparecerá un diálogo para escoger el archivo a cargar.
452  La imagen aparecerá en el archivo de salida exactamente en la misma posición
453  en la que la has colocado.
454 \end_layout
455
456 \begin_layout Standard
457 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
458  una imagen.
459  Este diálogo tiene tres pestañas:
460 \end_layout
461
462 \begin_layout Description
463 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
464  presentación en \SpecialChar LyX
465  y en la salida.
466  En el apéndice
467 \begin_inset space ~
468 \end_inset
469
470
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "cap:Unidades-disponibles-en"
474
475 \end_inset
476
477  se detallan las unidades disponibles para el tamaño del gráfico.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figuras ! Rotar
487 \end_layout
488
489 \end_inset
490
491 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
492  un ángulo y un origen de rotación.
493  La imagen también gira en \SpecialChar LyX
494 .
495 \begin_inset Newline newline
496 \end_inset
497
498
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 Figuras ! Redimensionar
504 \end_layout
505
506 \end_inset
507
508 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
509 ente la altura y la anchura.
510  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
511  automáticamente.
512  Si fijas ambas dimensiones
513 \family sans
514 ,
515 \family default
516  la imagen se adaptará a ellas, posiblemente distorsionada.
517  Para evitar distorsión en la imagen marca la opción 
518 \family sans
519 Mantener
520 \begin_inset space ~
521 \end_inset
522
523 proporción
524 \family default
525 .
526  En ese caso la imagen será modificada de forma que su anchura y su altura
527  no excedan de las dimensiones especificadas.
528 \begin_inset Newline newline
529 \end_inset
530
531 Las imágenes se pueden abrir en el programa de tu elección con la entrada
532 \family sans
533  Editar
534 \begin_inset space ~
535 \end_inset
536
537  externamente
538 \family default
539  del menú contextual que aparece al hacer clic derecho sobre la imagen.
540  Los programas visor y editor para cada formato de imagen se pueden establecer
541  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
542 .
543 \end_layout
544
545 \begin_layout Description
546 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
547  coordenadas de la imagen para ajustar su altura y anchura en la salida.
548  Además, las coordenadas se pueden calcular automáticamente pinchando el
549  botón 
550 \family sans
551 Obtener
552 \begin_inset space ~
553 \end_inset
554
555 de
556 \begin_inset space ~
557 \end_inset
558
559 archivo
560 \family default
561 .
562  El botón 
563 \family sans
564 Recortar
565 \begin_inset space ~
566 \end_inset
567
568 al
569 \begin_inset space ~
570 \end_inset
571
572 cuadro
573 \begin_inset space ~
574 \end_inset
575
576 delimitador
577 \family default
578  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
579 as.
580  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
581 \end_layout
582
583 \begin_layout Description
584 Opciones
585 \begin_inset space ~
586 \end_inset
587
588 de
589 \begin_inset space ~
590 \end_inset
591
592 \SpecialChar LaTeX
593
594 \begin_inset space ~
595 \end_inset
596
597 y
598 \begin_inset space ~
599 \end_inset
600
601 \SpecialChar LyX
602  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
603  y, si eres
604  experto en \SpecialChar LaTeX
605 , especificar opciones \SpecialChar LaTeX
606  adicionales.
607 \begin_inset Newline newline
608 \end_inset
609
610 La opción 
611 \family sans
612 Modo
613 \begin_inset space ~
614 \end_inset
615
616 borrador
617 \family default
618  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
619 \begin_inset Newline newline
620 \end_inset
621
622 En la sección 
623 \family sans
624 Grupo
625 \begin_inset space ~
626 \end_inset
627
628 de
629 \begin_inset space ~
630 \end_inset
631
632 gráficos
633 \family default
634  puedes definir un conjunto de ajustes de imagen.
635 \begin_inset Index idx
636 status collapsed
637
638 \begin_layout Plain Layout
639 Figuras ! Agrupación de ajustes
640 \end_layout
641
642 \end_inset
643
644  Las imágenes incluidas en un grupo comparten sus características, de modo
645  que al modificar las de una imagen del grupo se modifican igualmente las
646  de las demás imágenes del grupo.
647  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
648  necesidad de hacerlo individualmente para cada una de ellas.
649  Además se puede integrar una imagen en un grupo existente marcando el nombre
650  del mismo en el menú contextual de la imagen.
651  
652 \end_layout
653
654 \begin_layout Standard
655 \begin_inset VSpace bigskip
656 \end_inset
657
658
659 \end_layout
660
661 \begin_layout Standard
662 Esto es un ejemplo de imagen en formato EPS
663 \begin_inset Foot
664 status collapsed
665
666 \begin_layout Plain Layout
667 Los formatos de imagen se explican en el sección
668 \begin_inset space ~
669 \end_inset
670
671
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:Formatos-de-imagen"
675
676 \end_inset
677
678 .
679 \end_layout
680
681 \end_inset
682
683  en un párrafo separado centrado horizontalmente:
684 \begin_inset Separator parbreak
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \align center
692 \begin_inset Graphics
693         filename ../clipart/mobius.eps
694         scale 70
695         clip
696         rotateOrigin center
697
698 \end_inset
699
700
701 \end_layout
702
703 \begin_layout Standard
704 Esta es la misma imagen pero en modo borrador:
705 \begin_inset Separator parbreak
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 \align center
713 \begin_inset Graphics
714         filename ../clipart/mobius.eps
715         scale 70
716         draft
717         rotateOrigin center
718
719 \end_inset
720
721
722 \begin_inset Newpage newpage
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Section
729 Figuras flotantes
730 \begin_inset CommandInset label
731 LatexCommand label
732 name "sec:Figuras-Flotantes"
733
734 \end_inset
735
736
737 \begin_inset Index idx
738 status collapsed
739
740 \begin_layout Plain Layout
741 Flotantes ! Figuras
742 \end_layout
743
744 \end_inset
745
746
747 \begin_inset Index idx
748 status collapsed
749
750 \begin_layout Plain Layout
751 Figuras ! Flotantes
752 \end_layout
753
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Standard
760 Para información general sobre flotantes, echa una ojeada a la sección
761 \begin_inset space ~
762 \end_inset
763
764
765 \begin_inset CommandInset ref
766 LatexCommand ref
767 reference "sec:Introducción-Flotantes"
768
769 \end_inset
770
771 .
772 \end_layout
773
774 \begin_layout Standard
775 El botón 
776 \begin_inset Info
777 type  "icon"
778 arg   "float-insert figure"
779 \end_inset
780
781  y el menú 
782 \family sans
783 Insertar\SpecialChar menuseparator
784 Flotante\SpecialChar menuseparator
785 Figura
786 \family default
787  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
788  La imagen se puede insertar sobre la leyenda, como en la figura
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "fig:kill-plat"
796
797 \end_inset
798
799 , o bajo ella, como en la figura
800 \begin_inset space ~
801 \end_inset
802
803
804 \begin_inset CommandInset ref
805 LatexCommand ref
806 reference "fig:escher"
807
808 \end_inset
809
810 .
811  Más información sobre ubicación de leyendas en la sección
812 \begin_inset space ~
813 \end_inset
814
815
816 \begin_inset CommandInset ref
817 LatexCommand ref
818 reference "sec:Colocación-de-leyendas"
819
820 \end_inset
821
822 .
823 \end_layout
824
825 \begin_layout Standard
826 \begin_inset Float figure
827 wide false
828 sideways false
829 status open
830
831 \begin_layout Plain Layout
832 \align center
833 \begin_inset Graphics
834         filename ../clipart/platypus.eps
835         width 50col%
836         rotateOrigin center
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Plain Layout
844 \begin_inset Caption Standard
845
846 \begin_layout Plain Layout
847 \begin_inset CommandInset label
848 LatexCommand label
849 name "fig:kill-plat"
850
851 \end_inset
852
853 Un ornitorrinco muy distorsionado en un flotante.
854 \end_layout
855
856 \end_inset
857
858
859 \end_layout
860
861 \end_inset
862
863
864 \end_layout
865
866 \begin_layout Standard
867 \begin_inset Float figure
868 wide false
869 sideways false
870 status open
871
872 \begin_layout Plain Layout
873 \begin_inset Caption Standard
874
875 \begin_layout Plain Layout
876 \begin_inset CommandInset label
877 LatexCommand label
878 name "fig:escher"
879
880 \end_inset
881
882 M.C.
883  Escher en ácido.
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Plain Layout
892 \align center
893 \begin_inset Graphics
894         filename ../clipart/escher-lsd.eps
895         scale 80
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Standard
909 \begin_inset Index idx
910 status collapsed
911
912 \begin_layout Plain Layout
913 Referencias ! a figuras
914 \end_layout
915
916 \end_inset
917
918 Las figuras
919 \begin_inset space ~
920 \end_inset
921
922
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "fig:kill-plat"
926
927 \end_inset
928
929  y 
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "fig:escher"
933
934 \end_inset
935
936  son ejemplos de figuras con referencias cruzadas.
937  Las figuras pueden tener referencias cruzadas en el documento mediante
938  referencia a su etiqueta.
939  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
940 \family sans
941 Insertar\SpecialChar menuseparator
942 Etiqueta
943 \family default
944  o el botón 
945 \begin_inset Info
946 type  "icon"
947 arg   "label-insert"
948 \end_inset
949
950 .
951  Ahora puedes referirte a la etiqueta usando el menú 
952 \family sans
953 Insertar\SpecialChar menuseparator
954 Referencia
955 \begin_inset space ~
956 \end_inset
957
958 cruzada
959 \family default
960  o el botón 
961 \begin_inset Info
962 type  "icon"
963 arg   "dialog-show-new-inset ref"
964 \end_inset
965
966 .
967  Es importante emplear referencias a flotantes, mejor que alusiones vagas
968  como «la figura de arriba», porque como \SpecialChar LaTeX
969  recolocará los flotantes en el
970  documento final, podría no quedar «arriba» precisamente.
971 \begin_inset Newline newline
972 \end_inset
973
974 Las referencias se explican con detalle en la sección
975 \begin_inset space ~
976 \end_inset
977
978
979 \begin_inset CommandInset ref
980 LatexCommand ref
981 reference "sec:Referencias-a-Flotantes"
982
983 \end_inset
984
985 .
986 \end_layout
987
988 \begin_layout Standard
989 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
990  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
991  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
992  existente.
993  La figura
994 \begin_inset space ~
995 \end_inset
996
997
998 \begin_inset CommandInset ref
999 LatexCommand ref
1000 reference "fig:Dos-imágenes-distorsionadas"
1001
1002 \end_inset
1003
1004  es un ejemplo de figura flotante con dos imágenes adosadas.
1005  También se pueden poner una sobre otra.
1006  Las subfiguras son
1007 \begin_inset space ~
1008 \end_inset
1009
1010
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "fig:Estructura-indefinible"
1014
1015 \end_inset
1016
1017  y
1018 \begin_inset space ~
1019 \end_inset
1020
1021
1022 \begin_inset CommandInset ref
1023 LatexCommand ref
1024 reference "fig:Ornitorrinco"
1025
1026 \end_inset
1027
1028 .
1029 \end_layout
1030
1031 \begin_layout Standard
1032 \begin_inset Float figure
1033 wide false
1034 sideways false
1035 status open
1036
1037 \begin_layout Plain Layout
1038 \begin_inset space \hfill{}
1039 \end_inset
1040
1041
1042 \begin_inset Float figure
1043 wide false
1044 sideways false
1045 status open
1046
1047 \begin_layout Plain Layout
1048 \begin_inset Caption Standard
1049
1050 \begin_layout Plain Layout
1051 \begin_inset CommandInset label
1052 LatexCommand label
1053 name "fig:Estructura-indefinible"
1054
1055 \end_inset
1056
1057 Estructura indefinible
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \end_layout
1064
1065 \begin_layout Plain Layout
1066 \begin_inset Graphics
1067         filename ../clipart/escher-lsd.eps
1068         width 45col%
1069         groupId distorsionadas
1070
1071 \end_inset
1072
1073
1074 \end_layout
1075
1076 \end_inset
1077
1078
1079 \begin_inset space \hfill{}
1080 \end_inset
1081
1082
1083 \begin_inset Float figure
1084 wide false
1085 sideways false
1086 status open
1087
1088 \begin_layout Plain Layout
1089 \begin_inset Caption Standard
1090
1091 \begin_layout Plain Layout
1092 \begin_inset CommandInset label
1093 LatexCommand label
1094 name "fig:Ornitorrinco"
1095
1096 \end_inset
1097
1098 Ornitorrinco
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Plain Layout
1107 \begin_inset Graphics
1108         filename ../clipart/platypus.eps
1109         width 45col%
1110         groupId distorsionadas
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \end_inset
1118
1119
1120 \begin_inset space \hfill{}
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption Standard
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "fig:Dos-imágenes-distorsionadas"
1133
1134 \end_inset
1135
1136 Dos imágenes distorsionadas.
1137  Ambas están en el grupo llamado «distorsionadas».
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \begin_inset Newpage newpage
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Section
1155 Formatos de imagen
1156 \begin_inset CommandInset label
1157 LatexCommand label
1158 name "sec:Formatos-de-imagen"
1159
1160 \end_inset
1161
1162
1163 \begin_inset Index idx
1164 status collapsed
1165
1166 \begin_layout Plain Layout
1167 Formatos de imagen
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \begin_inset Index idx
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 Figuras ! Formatos de imagen
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Standard
1186 Puedes insertar imágenes en cualquier formato.
1187  Pero como se explica en el apéndice
1188 \begin_inset space ~
1189 \end_inset
1190
1191
1192 \begin_inset CommandInset ref
1193 LatexCommand ref
1194 reference "cap:Formatos-de-Archivos-de-Salida"
1195
1196 \end_inset
1197
1198 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1199  de archivo de imagen.
1200  Por eso \SpecialChar LyX
1201  usa el programa 
1202 \family typewriter
1203 ImageMagick
1204 \family default
1205  en segundo plano para convertir imágenes al formato adecuado.
1206  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1207  los formatos de imagen admitidos en el formato de archivo de salida.
1208  Los formatos de salida se explican en el apéndice
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "cap:Formatos-de-Archivos-de-Salida"
1216
1217 \end_inset
1218
1219 .
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1224 \end_layout
1225
1226 \begin_layout Description
1227 Imágenes
1228 \begin_inset space ~
1229 \end_inset
1230
1231 mapa
1232 \begin_inset space ~
1233 \end_inset
1234
1235 de
1236 \begin_inset space ~
1237 \end_inset
1238
1239 bits
1240 \begin_inset space ~
1241 \end_inset
1242
1243 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1244  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1245  de zoom.
1246  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1247  Format» (GIF, extensión «
1248 \family typewriter
1249 .gif
1250 \family default
1251 »)
1252 \begin_inset Index idx
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 GIF|see
1257 \begin_inset ERT
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261
1262 {
1263 \end_layout
1264
1265 \end_inset
1266
1267 Formatos de imagen
1268 \begin_inset ERT
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272
1273 }
1274 \end_layout
1275
1276 \end_inset
1277
1278
1279 \end_layout
1280
1281 \end_inset
1282
1283 , «Portable Network Graphics» (PNG, extensión «
1284 \family typewriter
1285 .png
1286 \family default
1287 »)
1288 \begin_inset Index idx
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292 PNG|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 , y «Joint Photographic Experts Group» (JPG, extensión «
1320 \family typewriter
1321 .jpg
1322 \family default
1323 » o «
1324 \family typewriter
1325 .jpeg
1326 \family default
1327 »)
1328 \begin_inset Index idx
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332 JPG|see
1333 \begin_inset ERT
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337
1338 {
1339 \end_layout
1340
1341 \end_inset
1342
1343 Formatos de imagen
1344 \begin_inset ERT
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348
1349 }
1350 \end_layout
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \end_inset
1358
1359 .
1360 \end_layout
1361
1362 \begin_layout Description
1363 Imágenes
1364 \begin_inset space ~
1365 \end_inset
1366
1367 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1368 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1369  La posibilidad de variar la escala hace falta para crear presentaciones,
1370  porque éstas siempre son redimensionadas por el proyector.
1371  La modificación de la escala también es útil en los documentos en línea
1372  para permitir el zoom en diagramas.
1373 \begin_inset Newline newline
1374 \end_inset
1375
1376 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1377  (SVG, extensión «
1378 \family typewriter
1379 .svg
1380 \family default
1381 »)
1382 \begin_inset Index idx
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386 SVG|see
1387 \begin_inset ERT
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391
1392 {
1393 \end_layout
1394
1395 \end_inset
1396
1397 Formatos de imagen
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 }
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412
1413 , «Encapsulated PostScript» (EPS, extensión «
1414 \family typewriter
1415 .eps
1416 \family default
1417 »)
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 EPS|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 , «Portable Document Format» (PDF, extensión «
1450 \family typewriter
1451 .pdf
1452 \family default
1453 »)
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 PDF|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 , y «Windows Metafile» (WMF, extensión «
1486 \family typewriter
1487 .wmf
1488 \family default
1489 »)
1490 \begin_inset Index idx
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494 WMF|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 .
1522  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1523  a PDF o EPS y el resultado será todavía una imagen bitmap.
1524  En estos casos sólo se añade a la imagen original una cabecera con las
1525  propiedades de la imagen.
1526 \begin_inset Foot
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 En el caso de PDF, además se comprime la imagen original.
1531 \end_layout
1532
1533 \end_inset
1534
1535  Por ejemplo, los archivos PDF generados por 
1536 \family typewriter
1537 Adobe Photoshop
1538 \family default
1539  son imágenes bitmap.
1540 \end_layout
1541
1542 \begin_layout Standard
1543 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1544  escala pero sí al contrario.
1545  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1546  archivos de salida PDF y PostScript, respectivamente.
1547  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1548  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1549 \begin_inset Formula $\to$
1550 \end_inset
1551
1552  PDF/EPS.
1553 \end_layout
1554
1555 \begin_layout Chapter
1556 Cuadros y tablas
1557 \begin_inset Index idx
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561 Cuadros
1562 \end_layout
1563
1564 \end_inset
1565
1566
1567 \begin_inset Index idx
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571 Tablas|see 
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 {
1578 \end_layout
1579
1580 \end_inset
1581
1582 Cuadros
1583 \begin_inset ERT
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587
1588 }
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \end_inset
1597
1598
1599 \end_layout
1600
1601 \begin_layout Section
1602 Introducción
1603 \begin_inset Index idx
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607 Cuadros ! Introducción
1608 \end_layout
1609
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \begin_layout Standard
1616 Puede insertarse un cuadro mediante el botón 
1617 \begin_inset Info
1618 type  "icon"
1619 arg   "tabular-insert"
1620 \end_inset
1621
1622  o el menú 
1623 \family sans
1624 Insertar\SpecialChar menuseparator
1625 Cuadro/Tabla
1626 \family default
1627 .
1628  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1629  el número de filas y de columnas del cuadro.
1630  Si usas el menú aparece un diálogo en el que se pide el número de filas
1631  y columnas.
1632  
1633 \begin_inset Newline newline
1634 \end_inset
1635
1636 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1637  fila aparece separada por una línea doble: el borde inferior de la primera
1638  fila y el borde superior de la segunda fila.
1639  Ejemplo de cuadro:
1640 \begin_inset Separator parbreak
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647 \align center
1648 \begin_inset Tabular
1649 <lyxtabular version="3" rows="4" columns="4">
1650 <features tabularvalignment="middle">
1651 <column alignment="center" valignment="top">
1652 <column alignment="center" valignment="top" width="0pt">
1653 <column alignment="center" valignment="top" width="0in">
1654 <column alignment="center" valignment="top" width="0pt">
1655 <row>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669
1670 \family roman
1671 \series medium
1672 \shape up
1673 \size normal
1674 \emph off
1675 \bar no
1676 \noun off
1677 \color none
1678 1
1679 \end_layout
1680
1681 \end_inset
1682 </cell>
1683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687 2
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 3
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 </row>
1702 <row>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707
1708 \family roman
1709 \series medium
1710 \shape up
1711 \size normal
1712 \emph off
1713 \bar no
1714 \noun off
1715 \color none
1716 A
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 </row>
1749 <row>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \family roman
1756 \series medium
1757 \shape up
1758 \size normal
1759 \emph off
1760 \bar no
1761 \noun off
1762 \color none
1763 B
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \size normal
1783 \noun off
1784 \color none
1785  
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 C
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 </lyxtabular>
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \begin_layout Section
1855 Diálogo de cuadros
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 Cuadros ! Configuración
1861 \end_layout
1862
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \begin_layout Standard
1869 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1870  un clic del botón derecho del ratón.
1871  En la opción 
1872 \family sans
1873 Más...
1874
1875 \family default
1876  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1877  encuentra el cursor.
1878  La entrada del menú contextual 
1879 \family sans
1880 Más...\SpecialChar menuseparator
1881 Configuración...
1882
1883 \family default
1884  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1885  cuadro.
1886  La mayoría de opciones también trabajan sobre una selección de celdas,
1887  de filas o de columnas.
1888  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1889  su 
1890 \emph on
1891 contenido
1892 \emph default
1893 .
1894 \begin_inset Newline newline
1895 \end_inset
1896
1897 Con la opción del diálogo 
1898 \family sans
1899 Aplicar inmediatamente
1900 \family default
1901  cada cambio que hagas se aplica directamente.
1902  Si mueves el cursor a otra celda el diálogo también se actualizará con
1903  los parámetros de la nueva celda.
1904  Si cambias valores de longitud debes pulsar la tecla 
1905 \family sans
1906 Entrar
1907 \family default
1908  para aplicar los cambios.
1909 \begin_inset Newline newline
1910 \end_inset
1911
1912 En el cuadro de diálogo aparecen las siguientes solapas:
1913 \end_layout
1914
1915 \begin_layout Description
1916
1917 \family sans
1918 Configuración
1919 \begin_inset space ~
1920 \end_inset
1921
1922 del
1923 \begin_inset space ~
1924 \end_inset
1925
1926 cuadro
1927 \family default
1928  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1929  actual o del cuadro completo.
1930 \begin_inset Index idx
1931 status collapsed
1932
1933 \begin_layout Plain Layout
1934 Cuadros ! Anchura
1935 \end_layout
1936
1937 \end_inset
1938
1939  La alineación 
1940 \family sans
1941 Al separador decimal
1942 \family default
1943  se describe en la sección
1944 \begin_inset space ~
1945 \end_inset
1946
1947
1948 \begin_inset CommandInset ref
1949 LatexCommand ref
1950 reference "subsec:Alineación-especial-de"
1951
1952 \end_inset
1953
1954 .
1955  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1956  Una anchura determinada permite tener saltos de línea y distintos párrafos
1957  de texto, véase sección
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "subsec:Líneas-Múltiples-en"
1965
1966 \end_inset
1967
1968 .
1969  Si no estableces anchura, la columna será tan ancha como el contenido de
1970  la celda más ancha.
1971 \begin_inset Newline newline
1972 \end_inset
1973
1974 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1975  véase sección
1976 \begin_inset space ~
1977 \end_inset
1978
1979
1980 \begin_inset CommandInset ref
1981 LatexCommand ref
1982 reference "subsec:Multicolumnas"
1983
1984 \end_inset
1985
1986 , o las celdas de una columna como celda multifila, véase sección
1987 \begin_inset space ~
1988 \end_inset
1989
1990
1991 \begin_inset CommandInset ref
1992 LatexCommand ref
1993 reference "subsec:Multifilas"
1994
1995 \end_inset
1996
1997 .
1998 \begin_inset Newline newline
1999 \end_inset
2000
2001 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2002  90º en el sentido de las agujas del reloj.
2003  La rotación no se ve en \SpecialChar LyX
2004 , sí en la salida.
2005  Para más información véase sección
2006 \begin_inset space ~
2007 \end_inset
2008
2009
2010 \begin_inset CommandInset ref
2011 LatexCommand ref
2012 reference "sec:Celdas de cuadro giradas"
2013
2014 \end_inset
2015
2016 .
2017 \begin_inset Newline newline
2018 \end_inset
2019
2020
2021 \begin_inset Note Greyedout
2022 status open
2023
2024 \begin_layout Plain Layout
2025
2026 \series bold
2027 Nota:
2028 \series default
2029  no todos los visores DVI pueden mostrar rotaciones.
2030 \end_layout
2031
2032 \end_inset
2033
2034
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038 La alineación vertical del cuadro completo se usa para cuadros en líneas
2039  de texto:
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 Línea con cuadros con diferentes alineaciones: 
2044 \begin_inset Tabular
2045 <lyxtabular version="3" rows="2" columns="2">
2046 <features tabularvalignment="top">
2047 <column alignment="center" valignment="top" width="0pt">
2048 <column alignment="center" valignment="top">
2049 <row>
2050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2051 \begin_inset Text
2052
2053 \begin_layout Plain Layout
2054
2055 \end_layout
2056
2057 \end_inset
2058 </cell>
2059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063 1
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 </row>
2069 <row>
2070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2071 \begin_inset Text
2072
2073 \begin_layout Plain Layout
2074 A
2075 \end_layout
2076
2077 \end_inset
2078 </cell>
2079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2080 \begin_inset Text
2081
2082 \begin_layout Plain Layout
2083
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 </row>
2089 </lyxtabular>
2090
2091 \end_inset
2092
2093  
2094 \begin_inset Tabular
2095 <lyxtabular version="3" rows="2" columns="2">
2096 <features tabularvalignment="middle">
2097 <column alignment="center" valignment="top">
2098 <column alignment="center" valignment="top">
2099 <row>
2100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2101 \begin_inset Text
2102
2103 \begin_layout Plain Layout
2104
2105 \end_layout
2106
2107 \end_inset
2108 </cell>
2109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2110 \begin_inset Text
2111
2112 \begin_layout Plain Layout
2113 1
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 </row>
2119 <row>
2120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2121 \begin_inset Text
2122
2123 \begin_layout Plain Layout
2124 A
2125 \end_layout
2126
2127 \end_inset
2128 </cell>
2129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 </row>
2139 </lyxtabular>
2140
2141 \end_inset
2142
2143  
2144 \begin_inset Tabular
2145 <lyxtabular version="3" rows="2" columns="2">
2146 <features tabularvalignment="bottom">
2147 <column alignment="center" valignment="top" width="0pt">
2148 <column alignment="center" valignment="top">
2149 <row>
2150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2151 \begin_inset Text
2152
2153 \begin_layout Plain Layout
2154
2155 \end_layout
2156
2157 \end_inset
2158 </cell>
2159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2160 \begin_inset Text
2161
2162 \begin_layout Plain Layout
2163 1
2164 \end_layout
2165
2166 \end_inset
2167 </cell>
2168 </row>
2169 <row>
2170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2171 \begin_inset Text
2172
2173 \begin_layout Plain Layout
2174 A
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 </row>
2189 </lyxtabular>
2190
2191 \end_inset
2192
2193
2194 \begin_inset Newline newline
2195 \end_inset
2196
2197 También es posible introducir argumentos \SpecialChar LaTeX
2198  necesarios para formatos especiales,
2199  véanse las secciones
2200 \begin_inset space ~
2201 \end_inset
2202
2203
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "subsec:Cálculos-en-Multicolumnas"
2207
2208 \end_inset
2209
2210  y
2211 \begin_inset space ~
2212 \end_inset
2213
2214
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "sec:Cuadros-Coloreados"
2218
2219 \end_inset
2220
2221 .
2222 \end_layout
2223
2224 \begin_layout Description
2225
2226 \family sans
2227 Bordes
2228 \family default
2229  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2230  Puedes elegir para el cuadro un estilo 
2231 \family sans
2232 Formal
2233 \family default
2234 , como se describe en la sección
2235 \begin_inset space ~
2236 \end_inset
2237
2238
2239 \begin_inset CommandInset ref
2240 LatexCommand ref
2241 reference "sec:Cuadros-Formales"
2242
2243 \end_inset
2244
2245 .
2246 \begin_inset Newline newline
2247 \end_inset
2248
2249 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2250  se describe en la sección
2251 \begin_inset space ~
2252 \end_inset
2253
2254
2255 \begin_inset CommandInset ref
2256 LatexCommand ref
2257 reference "subsec:Espacio-adicional"
2258
2259 \end_inset
2260
2261
2262 \end_layout
2263
2264 \begin_layout Description
2265
2266 \family sans
2267 Cuadro
2268 \begin_inset space ~
2269 \end_inset
2270
2271 largo
2272 \family default
2273  Para hacer 
2274 \emph on
2275 cuadros largos
2276 \emph default
2277  que pueden extenderse por varias páginas.
2278  Las secciones
2279 \begin_inset space ~
2280 \end_inset
2281
2282
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sec:Cuadros-Largos"
2286
2287 \end_inset
2288
2289  y 
2290 \begin_inset CommandInset ref
2291 LatexCommand ref
2292 reference "sec:Particularidades-cuadros-largos"
2293
2294 \end_inset
2295
2296  describen sus características en detalle.
2297 \end_layout
2298
2299 \begin_layout Section
2300 Barra de herramientas de cuadros
2301 \begin_inset Index idx
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305 Cuadros ! Barra de herramientas
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2315  para cambiar los cuadros de manera más rápida.
2316  Normalmente debería aparecer en la parte inferior de la ventana principal
2317  de \SpecialChar LyX
2318  cuando el cursor está dentro de un cuadro.
2319  En cualquier momento se puede presentar esta barra pulsando con el botón
2320  derecho del ratón en cualquier punto de la barra principal de menú.
2321 \end_layout
2322
2323 \begin_layout Standard
2324 La barra de herramientas tiene los siguientes iconos:
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "inset-modify tabular append-row"
2332 \end_inset
2333
2334  añade una fila bajo la celda actual o selección
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "inset-modify tabular append-column"
2342 \end_inset
2343
2344  añade una columna a la derecha de la celda actual o selección
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Info
2350 type  "icon"
2351 arg   "inset-modify tabular delete-row"
2352 \end_inset
2353
2354  borra la fila actual o selección
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "inset-modify tabular delete-column"
2362 \end_inset
2363
2364  borra la columna actual o selección
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Info
2370 type  "icon"
2371 arg   "inset-modify tabular move-row-up"
2372 \end_inset
2373
2374
2375 \lang english
2376  
2377 \lang spanish
2378 desplaza la fila arriba
2379 \end_layout
2380
2381 \begin_layout Labeling
2382 \labelwidthstring 00.00.0000
2383 \begin_inset Info
2384 type  "icon"
2385 arg   "inset-modify tabular move-column-left"
2386 \end_inset
2387
2388  desplaza la columna a la izquierda
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Info
2394 type  "icon"
2395 arg   "inset-modify tabular move-row-down"
2396 \end_inset
2397
2398  desplaza la fila abajo
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403 \begin_inset Info
2404 type  "icon"
2405 arg   "inset-modify tabular move-column-right"
2406 \end_inset
2407
2408  desplaza la columna a la derecha
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413 \begin_inset Info
2414 type  "icon"
2415 arg   "inset-modify tabular toggle-line-top"
2416 \end_inset
2417
2418  añade un borde superior en la celda/fila actual o la selección
2419 \end_layout
2420
2421 \begin_layout Labeling
2422 \labelwidthstring 00.00.0000
2423 \begin_inset Info
2424 type  "icon"
2425 arg   "inset-modify tabular toggle-line-bottom"
2426 \end_inset
2427
2428  añade un borde inferior en la celda/fila actual o la selección
2429 \end_layout
2430
2431 \begin_layout Labeling
2432 \labelwidthstring 00.00.0000
2433 \begin_inset Info
2434 type  "icon"
2435 arg   "inset-modify tabular toggle-line-left"
2436 \end_inset
2437
2438  añade un borde a la izquierda en la celda/fila actual o la selección
2439 \end_layout
2440
2441 \begin_layout Labeling
2442 \labelwidthstring 00.00.0000
2443 \begin_inset Info
2444 type  "icon"
2445 arg   "inset-modify tabular toggle-line-right"
2446 \end_inset
2447
2448  añade un borde a la derecha en la celda/fila actual o la selección
2449 \end_layout
2450
2451 \begin_layout Labeling
2452 \labelwidthstring 00.00.0000
2453 \begin_inset Info
2454 type  "icon"
2455 arg   "inset-modify tabular set-all-lines"
2456 \end_inset
2457
2458  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2459  no es multicolumna esto afecta también a la fila y a la columna)
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "inset-modify tabular unset-all-lines"
2467 \end_inset
2468
2469  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2470  actual no es multicolumna esto afecta también a la fila y a la columna)
2471 \end_layout
2472
2473 \begin_layout Labeling
2474 \labelwidthstring 00.00.0000
2475 \begin_inset Info
2476 type  "icon"
2477 arg   "inset-modify tabular m-align-left"
2478 \end_inset
2479
2480  alinea a la izquierda el contenido de la celda/columna
2481 \end_layout
2482
2483 \begin_layout Labeling
2484 \labelwidthstring 00.00.0000
2485 \begin_inset Info
2486 type  "icon"
2487 arg   "inset-modify tabular m-align-center"
2488 \end_inset
2489
2490  centra el contenido de la celda/columna horizontalmente
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Info
2496 type  "icon"
2497 arg   "inset-modify tabular m-align-right"
2498 \end_inset
2499
2500  alinea a la derecha el contenido de la celda/columna
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505 \begin_inset Info
2506 type  "icon"
2507 arg   "inset-modify tabular align-decimal"
2508 \end_inset
2509
2510  alinea el contenido de la celda/columna a un carácter
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "inset-modify tabular m-valign-top"
2518 \end_inset
2519
2520  alinea arriba el contenido de la celda
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "inset-modify tabular m-valign-middle"
2528 \end_inset
2529
2530  centra verticalmente el contenido de la celda
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "inset-modify tabular m-valign-bottom"
2538 \end_inset
2539
2540  alinea abajo el contenido de la celda
2541 \end_layout
2542
2543 \begin_layout Labeling
2544 \labelwidthstring 00.00.0000
2545 \begin_inset Info
2546 type  "icon"
2547 arg   "inset-modify tabular set-rotate-cell"
2548 \end_inset
2549
2550  gira la celda o selección 90° como las agujas de reloj
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "inset-modify tabular set-rotate-tabular"
2558 \end_inset
2559
2560  gira todo el cuadro 90° como agujas del reloj
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Info
2566 type  "icon"
2567 arg   "inset-modify tabular multicolumn"
2568 \end_inset
2569
2570  establece la celda actual o selección como multicolumna
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "inset-modify tabular multirow"
2578 \end_inset
2579
2580  establece la celda actual o selección como multifila
2581 \end_layout
2582
2583 \begin_layout Standard
2584 \begin_inset Note Greyedout
2585 status open
2586
2587 \begin_layout Plain Layout
2588
2589 \series bold
2590 Nota:
2591 \series default
2592  En la salida se emplea la alineación vertical de la primera celda de una
2593  fila para todas las celdas restantes de la fila.
2594 \end_layout
2595
2596 \end_inset
2597
2598
2599 \end_layout
2600
2601 \begin_layout Section
2602 Menú Editar cuadro
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Cuadros ! Editar
2608 \end_layout
2609
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \begin_layout Standard
2616 Además del diálogo y la barra de herramientas, el menú 
2617 \family sans
2618 Editar\SpecialChar menuseparator
2619 Cuadro/Tabla
2620 \family default
2621  permite añadir y borrar bordes para la fila/columna actual y establecer
2622  la selección como multicolumna.
2623  El menú sólo está disponible si el cursor está en el cuadro.
2624 \end_layout
2625
2626 \begin_layout Section
2627 Cuadros flotantes
2628 \begin_inset CommandInset label
2629 LatexCommand label
2630 name "sec:Cuadros-Flotantes"
2631
2632 \end_inset
2633
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Flotantes ! Cuadros
2640 \end_layout
2641
2642 \end_inset
2643
2644
2645 \begin_inset Index idx
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Cuadros ! Flotantes
2650 \end_layout
2651
2652 \end_inset
2653
2654
2655 \end_layout
2656
2657 \begin_layout Standard
2658 Para una explicación general sobre flotantes, echa un vistazo a la sección
2659 \begin_inset space ~
2660 \end_inset
2661
2662
2663 \begin_inset CommandInset ref
2664 LatexCommand ref
2665 reference "sec:Introducción-Flotantes"
2666
2667 \end_inset
2668
2669 .
2670 \end_layout
2671
2672 \begin_layout Standard
2673 \begin_inset Float table
2674 placement h
2675 wide false
2676 sideways false
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 \begin_inset Caption Standard
2681
2682 \begin_layout Plain Layout
2683 \begin_inset CommandInset label
2684 LatexCommand label
2685 name "tab:un cuadro flotante"
2686
2687 \end_inset
2688
2689 Un cuadro flotante.
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \end_layout
2696
2697 \begin_layout Plain Layout
2698 \align center
2699 \begin_inset Tabular
2700 <lyxtabular version="3" rows="3" columns="3">
2701 <features tabularvalignment="middle">
2702 <column alignment="center" valignment="top" width="0pt">
2703 <column alignment="center" valignment="top" width="0pt">
2704 <column alignment="center" valignment="top" width="0pt">
2705 <row>
2706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2707 \begin_inset Text
2708
2709 \begin_layout Plain Layout
2710
2711 \family roman
2712 \series medium
2713 \shape up
2714 \size normal
2715 \emph off
2716 \bar no
2717 \noun off
2718 \color none
2719 1
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Plain Layout
2728
2729 \family roman
2730 \series medium
2731 \shape up
2732 \size normal
2733 \emph off
2734 \bar no
2735 \noun off
2736 \color none
2737 2
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746
2747 \family roman
2748 \series medium
2749 \shape up
2750 \size normal
2751 \emph off
2752 \bar no
2753 \noun off
2754 \color none
2755 3
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 </row>
2761 <row>
2762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Plain Layout
2766
2767 \family roman
2768 \series medium
2769 \shape up
2770 \size normal
2771 \emph off
2772 \bar no
2773 \noun off
2774 \color none
2775 Pepe
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784
2785 \family roman
2786 \series medium
2787 \shape up
2788 \size normal
2789 \emph off
2790 \bar no
2791 \noun off
2792 \color none
2793 Mari
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802
2803 \family roman
2804 \series medium
2805 \shape up
2806 \size normal
2807 \emph off
2808 \bar no
2809 \noun off
2810 \color none
2811 Teo
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 </row>
2817 <row>
2818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822
2823 \family roman
2824 \series medium
2825 \shape up
2826 \size normal
2827 \emph off
2828 \bar no
2829 \noun off
2830 \color none
2831 \begin_inset Formula $\int x^{2}dx$
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \family roman
2845 \series medium
2846 \shape up
2847 \size normal
2848 \emph off
2849 \bar no
2850 \noun off
2851 \color none
2852 \begin_inset Formula $\left[\begin{array}{cc}
2853 a & b\\
2854 c & d
2855 \end{array}\right]$
2856 \end_inset
2857
2858
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \family roman
2869 \series medium
2870 \shape up
2871 \size normal
2872 \emph off
2873 \bar no
2874 \noun off
2875 \color none
2876 \begin_inset Formula $1+1=2$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 </lyxtabular>
2886
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \begin_layout Standard
2898 Los cuadros flotantes pueden insertarse con el menú 
2899 \family sans
2900 Insertar\SpecialChar menuseparator
2901 Flotante\SpecialChar menuseparator
2902 Cuadro
2903 \family default
2904  o con el botón 
2905 \begin_inset Info
2906 type  "icon"
2907 arg   "float-insert table"
2908 \end_inset
2909
2910 .
2911 \end_layout
2912
2913 \begin_layout Standard
2914 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2915 \begin_inset space ~
2916 \end_inset
2917
2918 #:» (# es el número actual).
2919  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2920  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2921  texto del encabezado y se pulsa 
2922 \family sans
2923 Entrar
2924 \family default
2925 .
2926  La leyenda se imprime encima del cuadro.
2927 \end_layout
2928
2929 \begin_layout Standard
2930 El cuadro
2931 \begin_inset space ~
2932 \end_inset
2933
2934
2935 \begin_inset CommandInset ref
2936 LatexCommand ref
2937 reference "tab:un cuadro flotante"
2938
2939 \end_inset
2940
2941  es un ejemplo de cuadro flotante.
2942 \end_layout
2943
2944 \begin_layout Standard
2945 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2946  no es soportado en las clases estándar de \SpecialChar LaTeX
2947 .
2948  Esto significa que si estás usando las clases de documento 
2949 \family sans
2950 article
2951 \family default
2952
2953 \family sans
2954 book
2955 \family default
2956
2957 \family sans
2958 letter
2959 \family default
2960  o 
2961 \family sans
2962 report
2963 \family default
2964  no habrá espacio entre la leyenda y el cuadro.
2965  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2966  del documento
2967  la siguiente opción al comando del paquete \SpecialChar LaTeX
2968  
2969 \series bold
2970 caption
2971 \series default
2972
2973 \begin_inset Index idx
2974 status collapsed
2975
2976 \begin_layout Plain Layout
2977 \SpecialChar LaTeX
2978 -paquetes ! caption
2979 \end_layout
2980
2981 \end_inset
2982
2983 :
2984 \begin_inset Foot
2985 status collapsed
2986
2987 \begin_layout Plain Layout
2988 Para más información ve a la sección
2989 \begin_inset space ~
2990 \end_inset
2991
2992
2993 \begin_inset CommandInset ref
2994 LatexCommand ref
2995 reference "sec:Colocación-de-leyendas"
2996
2997 \end_inset
2998
2999 .
3000 \end_layout
3001
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \begin_layout Standard
3008
3009 \series bold
3010 tableposition=top
3011 \end_layout
3012
3013 \begin_layout Standard
3014 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
3015  
3016 \series bold
3017 caption
3018 \series default
3019  como se describe en la sección
3020 \begin_inset space ~
3021 \end_inset
3022
3023
3024 \begin_inset CommandInset ref
3025 LatexCommand ref
3026 reference "sec:Formato-de-leyendas"
3027
3028 \end_inset
3029
3030 .
3031  
3032 \end_layout
3033
3034 \begin_layout Standard
3035 \begin_inset Index idx
3036 status collapsed
3037
3038 \begin_layout Plain Layout
3039 Referencias ! a cuadros
3040 \end_layout
3041
3042 \end_inset
3043
3044 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3045  su etiqueta.
3046  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3047 \family sans
3048 Insertar\SpecialChar menuseparator
3049 Etiqueta
3050 \family default
3051  o con el botón 
3052 \begin_inset Info
3053 type  "icon"
3054 arg   "label-insert"
3055 \end_inset
3056
3057 .
3058  Ahora puedes referenciar la etiqueta con el menú 
3059 \family sans
3060 Insertar\SpecialChar menuseparator
3061 Referencia
3062 \begin_inset space ~
3063 \end_inset
3064
3065 cruzada
3066 \family default
3067  o con el botón 
3068 \begin_inset Info
3069 type  "icon"
3070 arg   "dialog-show-new-inset ref"
3071 \end_inset
3072
3073 .
3074 \begin_inset Newline newline
3075 \end_inset
3076
3077 Las referencias se explican con detalle en la sección
3078 \begin_inset space ~
3079 \end_inset
3080
3081
3082 \begin_inset CommandInset ref
3083 LatexCommand ref
3084 reference "sec:Referencias-a-Flotantes"
3085
3086 \end_inset
3087
3088 .
3089 \end_layout
3090
3091 \begin_layout Section
3092 Cuadros largos
3093 \begin_inset CommandInset label
3094 LatexCommand label
3095 name "sec:Cuadros-Largos"
3096
3097 \end_inset
3098
3099
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Cuadros ! Largos|see
3105 \begin_inset ERT
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109
3110 {
3111 \end_layout
3112
3113 \end_inset
3114
3115 Cuadros largos
3116 \begin_inset ERT
3117 status collapsed
3118
3119 \begin_layout Plain Layout
3120
3121 }
3122 \end_layout
3123
3124 \end_inset
3125
3126
3127 \end_layout
3128
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \begin_layout Standard
3135 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3136 \family sans
3137 Usar
3138 \begin_inset space ~
3139 \end_inset
3140
3141 cuadro
3142 \begin_inset space ~
3143 \end_inset
3144
3145 largo
3146 \family default
3147  en la solapa 
3148 \family sans
3149 Cuadro
3150 \begin_inset space ~
3151 \end_inset
3152
3153 largo
3154 \family default
3155  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3156  páginas.
3157  Al hacerlo se habilitan las siguientes opciones:
3158 \end_layout
3159
3160 \begin_layout Description
3161 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3162  las páginas del cuadro, excepto para la primera página si 
3163 \family sans
3164 Primer
3165 \begin_inset space ~
3166 \end_inset
3167
3168 encabezado
3169 \family default
3170  está definido.
3171  Este se denomina encabezado principal.
3172 \end_layout
3173
3174 \begin_layout Description
3175 Primer
3176 \begin_inset space ~
3177 \end_inset
3178
3179 encabezado: La fila actual se define como encabezado de la primera página
3180  del cuadro.
3181 \end_layout
3182
3183 \begin_layout Description
3184 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3185  del cuadro/tabla, excepto para la última página si se define 
3186 \family sans
3187 Último
3188 \begin_inset space ~
3189 \end_inset
3190
3191 pie.
3192 \end_layout
3193
3194 \begin_layout Description
3195 Último
3196 \begin_inset space ~
3197 \end_inset
3198
3199 pie:
3200 \family sans
3201  
3202 \family default
3203 La fila actual se define como pie de la última página del cuadro.
3204 \end_layout
3205
3206 \begin_layout Description
3207 Leyenda: La fila actual contiene la leyenda del cuadro.
3208  La primera fila se reajusta como columna única y se inserta una leyenda.
3209  Más detalles sobre leyendas en cuadros largos en la sec.
3210 \begin_inset space \thinspace{}
3211 \end_inset
3212
3213
3214 \begin_inset CommandInset ref
3215 LatexCommand ref
3216 reference "subsec:Leyendas-en-Cuadros"
3217
3218 \end_inset
3219
3220 .
3221 \end_layout
3222
3223 \begin_layout Standard
3224 También se puede especificar en el diálogo en qué fila se ha de cortar el
3225  cuadro.
3226  El siguiente cuadro muestra cómo funciona:
3227 \begin_inset Separator parbreak
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \begin_layout Standard
3234 \align center
3235 \begin_inset Tabular
3236 <lyxtabular version="3" rows="69" columns="3">
3237 <features islongtable="true" longtabularalignment="center">
3238 <column alignment="left" valignment="top" width="0cm">
3239 <column alignment="left" valignment="top" width="0pt">
3240 <column alignment="right" valignment="top" width="0pt">
3241 <row endfirsthead="true">
3242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Ejemplo de lista telefónica (ignore los nombres)
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row endfirsthead="true">
3273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 NOMBRE
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \series bold
3299 TEL.
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row endhead="true">
3306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Ejemplo de lista telefónica
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row endhead="true">
3337 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 NOMBRE
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \series bold
3363 TEL.
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row endfoot="true">
3370 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374  continúa en la página siguiente
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Annovi
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Silvia
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Bertoli
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Stefano
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Bozzi
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Walter
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Cachia
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Maria
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Cachia
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Maurizio
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Cinquemani
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Giusi
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Colin
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Bernard
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Concli
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Gianfranco
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Dal Bosco
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Carolina
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Dalpiaz
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Annamaria
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Feliciello
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Domenico
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Focarelli
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Paola
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Galletti
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Oreste
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Gasparini
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Franca
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Rizzardi
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Paola
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Lassini
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Giancarlo
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Malfatti
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Luciano
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Malfatti
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Valeriano
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Meneguzzo
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Roberto
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Mezzadra
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Roberto
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Pirpamer
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Erich
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Pochiesa
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Paolo
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111, 222
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Radina
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Claudio
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Stuffer
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Oskar
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Tacchelli
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Ugo
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 111
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Tezzele
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Margit
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 111
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Unterkalmsteiner
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Frieda
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 111
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Vieider
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Hilde
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 111
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Vigna
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Jürgen
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 111
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Weber
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Maurizio
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 111
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Winkler
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Franz
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 111
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364  
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Annovi
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Silvia
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Bertoli
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Stefano
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Bozzi
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Walter
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Cachia
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Maria
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Cachia
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Maurizio
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Cinquemani
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Giusi
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Colin
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Bernard
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Concli
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Gianfranco
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Dal Bosco
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Carolina
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Dalpiaz
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Annamaria
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Feliciello
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Domenico
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Focarelli
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Paola
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Galletti
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Oreste
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Gasparini
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Franca
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Rizzardi
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Paola
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Lassini
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Giancarlo
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Malfatti
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Luciano
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Malfatti
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Valeriano
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Meneguzzo
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Roberto
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Mezzadra
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Roberto
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Pirpamer
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Erich
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Pochiesa
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Paolo
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555, 222
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Radina
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Claudio
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Stuffer
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Oskar
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \series bold
5139 Tacchelli
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Ugo
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 555
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row>
5164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \series bold
5170 Tezzele
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Margit
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 555
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \series bold
5201 Unterkalmsteiner
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Frieda
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 555
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 <row>
5226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \series bold
5232 Vieider
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 Hilde
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 555
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 </row>
5256 <row>
5257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \series bold
5263 Vigna
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 Jürgen
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 999
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 <row>
5288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292
5293 \series bold
5294 Weber
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 Maurizio
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 555
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 <row>
5319 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \series bold
5325 Winkler
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 Franz
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 555
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 </row>
5349 <row endlastfoot="true">
5350 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 fin
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 </lyxtabular>
5379
5380 \end_inset
5381
5382
5383 \begin_inset ERT
5384 status collapsed
5385
5386 \begin_layout Plain Layout
5387
5388
5389 \backslash
5390 addtocounter{table}{-1}
5391 \end_layout
5392
5393 \end_inset
5394
5395
5396 \begin_inset Note Note
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400 Para comprender el uso de este comando, lee al final de la sección
5401 \begin_inset space ~
5402 \end_inset
5403
5404
5405 \begin_inset CommandInset ref
5406 LatexCommand ref
5407 reference "subsec:Leyendas-en-Cuadros"
5408
5409 \end_inset
5410
5411  la primera nota resaltada en gris.
5412  
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Subsection
5421 Notas al pie en cuadros largos
5422 \begin_inset CommandInset label
5423 LatexCommand label
5424 name "subsec:Notas-al-pie-en-Cuadros-Largos"
5425
5426 \end_inset
5427
5428
5429 \begin_inset Index idx
5430 status collapsed
5431
5432 \begin_layout Plain Layout
5433 Cuadros largos ! Notas al pie
5434 \end_layout
5435
5436 \end_inset
5437
5438
5439 \end_layout
5440
5441 \begin_layout Standard
5442 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5443  Las notas se muestran en la parte inferior de la página en la que esté
5444  la celda con la nota.
5445  El cuadro
5446 \begin_inset space ~
5447 \end_inset
5448
5449
5450 \begin_inset CommandInset ref
5451 LatexCommand ref
5452 reference "tab:DifLeyendas"
5453
5454 \end_inset
5455
5456  tiene un ejemplo de nota al pie.
5457 \end_layout
5458
5459 \begin_layout Subsection
5460 Alineación de cuadros largos
5461 \begin_inset Index idx
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 Cuadros largos ! Alineación
5466 \end_layout
5467
5468 \end_inset
5469
5470
5471 \end_layout
5472
5473 \begin_layout Standard
5474 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5475  de configuración de cuadros.
5476  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5477  página.
5478  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5479  al centro y cambiar el valor de las longitudes 
5480 \series bold
5481
5482 \backslash
5483 LTleft
5484 \series default
5485  y 
5486 \series bold
5487
5488 \backslash
5489 LTright 
5490 \series default
5491 insertando la línea siguiente en código \SpecialChar TeX
5492  antes del correspondiente cuadro
5493  largo:
5494 \end_layout
5495
5496 \begin_layout Standard
5497
5498 \series bold
5499
5500 \backslash
5501 setlength{
5502 \backslash
5503 LTleft}{valor}
5504 \end_layout
5505
5506 \begin_layout Standard
5507 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5508 \begin_inset space ~
5509 \end_inset
5510
5511
5512 \begin_inset CommandInset ref
5513 LatexCommand ref
5514 reference "tab:Unidades"
5515
5516 \end_inset
5517
5518 .
5519  
5520 \series bold
5521
5522 \backslash
5523 LTlent 
5524 \series default
5525 controla la distancia entre el borde izquierdo de la página y el cuadro.
5526  
5527 \series bold
5528
5529 \backslash
5530 LTright 
5531 \series default
5532 la distancia desde el lado derecho.
5533  El valor predeterminado para ambas longitudes es 
5534 \series bold
5535
5536 \backslash
5537 fill
5538 \series default
5539 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5540 .
5541 \end_layout
5542
5543 \begin_layout Standard
5544 El siguiente cuadro largo se ha alineado centrado y 
5545 \series bold
5546
5547 \backslash
5548 LTleft
5549 \series default
5550  establecido en 
5551 \family sans
5552 0.1
5553 \backslash
5554 columnwidth
5555 \family default
5556 :
5557 \begin_inset ERT
5558 status collapsed
5559
5560 \begin_layout Plain Layout
5561
5562
5563 \backslash
5564 setlength{
5565 \backslash
5566 LTleft}{0.1
5567 \backslash
5568 columnwidth}
5569 \end_layout
5570
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577 \begin_inset Tabular
5578 <lyxtabular version="3" rows="5" columns="5">
5579 <features islongtable="true" longtabularalignment="center">
5580 <column alignment="center" valignment="top">
5581 <column alignment="center" valignment="top">
5582 <column alignment="center" valignment="top">
5583 <column alignment="center" valignment="top">
5584 <column alignment="center" valignment="top">
5585 <row>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 1
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 2
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 3
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 4
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 5
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 s
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 s
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 asd
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 s
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 s
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 s
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 s
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 asd
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 asd
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 asd
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 asd
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 </lyxtabular>
5821
5822 \end_inset
5823
5824
5825 \begin_inset ERT
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829
5830
5831 \backslash
5832 setlength{
5833 \backslash
5834 LTleft}{
5835 \backslash
5836 fill}
5837 \end_layout
5838
5839 \end_inset
5840
5841
5842 \begin_inset ERT
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846
5847
5848 \backslash
5849 addtocounter{table}{-1}
5850 \end_layout
5851
5852 \end_inset
5853
5854
5855 \begin_inset Note Note
5856 status open
5857
5858 \begin_layout Plain Layout
5859 Para comprender el uso de este comando, lee al final de la sección
5860 \begin_inset space ~
5861 \end_inset
5862
5863
5864 \begin_inset CommandInset ref
5865 LatexCommand ref
5866 reference "subsec:Leyendas-en-Cuadros"
5867
5868 \end_inset
5869
5870  la primera nota resaltada en gris.
5871  
5872 \end_layout
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Subsection
5880 Leyendas en cuadros largos
5881 \begin_inset Index idx
5882 status collapsed
5883
5884 \begin_layout Plain Layout
5885 Cuadros largos ! Leyendas
5886 \end_layout
5887
5888 \end_inset
5889
5890
5891 \begin_inset CommandInset label
5892 LatexCommand label
5893 name "subsec:Leyendas-en-Cuadros"
5894
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \begin_layout Standard
5901 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5902  estar en una página.
5903  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5904  utilizando para una fila de un cuadro largo la opción 
5905 \family sans
5906 Leyenda
5907 \family default
5908 , como se explica en la sec.
5909 \begin_inset space \thinspace{}
5910 \end_inset
5911
5912
5913 \begin_inset CommandInset ref
5914 LatexCommand ref
5915 reference "sec:Cuadros-Largos"
5916
5917 \end_inset
5918
5919 .
5920  Sólo una fila puede contener la leyenda.
5921 \end_layout
5922
5923 \begin_layout Standard
5924 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5925 \end_layout
5926
5927 \begin_layout Standard
5928 \begin_inset Tabular
5929 <lyxtabular version="3" rows="6" columns="5">
5930 <features islongtable="true" longtabularalignment="center">
5931 <column alignment="center" valignment="top">
5932 <column alignment="center" valignment="top">
5933 <column alignment="center" valignment="top">
5934 <column alignment="center" valignment="top">
5935 <column alignment="center" valignment="top">
5936 <row endfirsthead="true" caption="true">
5937 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 \begin_inset Caption Standard
5942
5943 \begin_layout Plain Layout
5944 Cuadro largo con leyenda
5945 \begin_inset Argument 1
5946 status open
5947
5948 \begin_layout Plain Layout
5949 Cuadro largo
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \end_inset
5958
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 1
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 2
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 3
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 4
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 5
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 s
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 s
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 s
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 s
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 s
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 asd
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 asd
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 asd
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 asd
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 </lyxtabular>
6237
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \begin_layout Standard
6244 \begin_inset VSpace medskip
6245 \end_inset
6246
6247
6248 \begin_inset Note Greyedout
6249 status open
6250
6251 \begin_layout Plain Layout
6252
6253 \series bold
6254 Nota
6255 \begin_inset space ~
6256 \end_inset
6257
6258 1:
6259 \series default
6260  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6261  leyenda en alguna de ellas.
6262  Por esto podría suceder que, p.
6263 \begin_inset space \thinspace{}
6264 \end_inset
6265
6266 ej., el cuadro
6267 \begin_inset space ~
6268 \end_inset
6269
6270 2.4 siga al cuadro
6271 \begin_inset space ~
6272 \end_inset
6273
6274 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6275  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6276  en código \SpecialChar TeX
6277 :
6278 \end_layout
6279
6280 \begin_layout Plain Layout
6281
6282 \series bold
6283
6284 \backslash
6285 addtocounter{table}{-1}
6286 \end_layout
6287
6288 \begin_layout Plain Layout
6289 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6290  el siguiente código en el preámbulo del documento:
6291 \end_layout
6292
6293 \begin_layout Plain Layout
6294
6295 \series bold
6296
6297 \backslash
6298 let
6299 \backslash
6300 myEnd
6301 \backslash
6302 endlongtable
6303 \begin_inset Newline newline
6304 \end_inset
6305
6306
6307 \backslash
6308 renewcommand{
6309 \backslash
6310 endlongtable}{
6311 \backslash
6312 myEnd
6313 \backslash
6314 addtocounter{table}{-1}}
6315 \end_layout
6316
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Standard
6323 \begin_inset Note Greyedout
6324 status open
6325
6326 \begin_layout Plain Layout
6327
6328 \series bold
6329 Nota
6330 \begin_inset space ~
6331 \end_inset
6332
6333 2:
6334 \series default
6335  Si utilizas 
6336 \series bold
6337 hyperref
6338 \series default
6339
6340 \begin_inset Index idx
6341 status collapsed
6342
6343 \begin_layout Plain Layout
6344 \SpecialChar LaTeX
6345 -paquetes ! hyperref
6346 \end_layout
6347
6348 \end_inset
6349
6350  en las 
6351 \family sans
6352 Propiedades PDF 
6353 \family default
6354 del diálogo 
6355 \family sans
6356 Configuración del documento 
6357 \family default
6358 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6359  llevan siempre al principio del documento.
6360 \end_layout
6361
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \begin_layout Subsubsection
6368 Referencias a cuadros largos
6369 \begin_inset Index idx
6370 status collapsed
6371
6372 \begin_layout Plain Layout
6373 Cuadros largos ! Referencias a
6374 \end_layout
6375
6376 \end_inset
6377
6378
6379 \end_layout
6380
6381 \begin_layout Standard
6382 \begin_inset Tabular
6383 <lyxtabular version="3" rows="6" columns="5">
6384 <features islongtable="true" longtabularalignment="center">
6385 <column alignment="center" valignment="top">
6386 <column alignment="center" valignment="top">
6387 <column alignment="center" valignment="top">
6388 <column alignment="center" valignment="top">
6389 <column alignment="center" valignment="top">
6390 <row endfirsthead="true" caption="true">
6391 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 \begin_inset Caption Standard
6396
6397 \begin_layout Plain Layout
6398 Cuadro largo con referencia
6399 \begin_inset CommandInset label
6400 LatexCommand label
6401 name "tab:RefEjemplo"
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446
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 1
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 2
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 3
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 4
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 5
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" 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" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 s
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="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 <row>
6641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 asd
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 sad
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 asd
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 asd
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 asd
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 </row>
6687 </lyxtabular>
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \begin_layout Standard
6695 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6696  
6697 \end_layout
6698
6699 \begin_layout Standard
6700 Esto es una referencia al cuadro
6701 \begin_inset space ~
6702 \end_inset
6703
6704
6705 \begin_inset CommandInset ref
6706 LatexCommand ref
6707 reference "tab:RefEjemplo"
6708
6709 \end_inset
6710
6711 .
6712 \end_layout
6713
6714 \begin_layout Standard
6715 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6716  del documento mediante el paquete \SpecialChar LaTeX
6717  
6718 \series bold
6719 caption
6720 \series default
6721
6722 \begin_inset Index idx
6723 status collapsed
6724
6725 \begin_layout Plain Layout
6726 \SpecialChar LaTeX
6727 -paquetes ! caption
6728 \end_layout
6729
6730 \end_inset
6731
6732 , véase sección
6733 \begin_inset space ~
6734 \end_inset
6735
6736
6737 \begin_inset CommandInset ref
6738 LatexCommand ref
6739 reference "sec:Formato-de-leyendas"
6740
6741 \end_inset
6742
6743 .
6744 \end_layout
6745
6746 \begin_layout Subsubsection
6747 Anchura de la leyenda
6748 \begin_inset Index idx
6749 status collapsed
6750
6751 \begin_layout Plain Layout
6752 Cuadros largos ! Anchura de la leyenda
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \begin_layout Standard
6761 La anchura máxima de la leyenda se define por la longitud 
6762 \series bold
6763
6764 \backslash
6765 LTcapwidth
6766 \series default
6767 .
6768  Por omisión, su valor es 4
6769 \begin_inset space \thinspace{}
6770 \end_inset
6771
6772 in (4
6773 \begin_inset space ~
6774 \end_inset
6775
6776 pulgadas).
6777  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6778
6779  en el propio documento antes del cuadro largo al que deba afectar
6780 \end_layout
6781
6782 \begin_layout Standard
6783
6784 \series bold
6785
6786 \backslash
6787 setlength{
6788 \backslash
6789 LTcapwidth}{anchura}
6790 \end_layout
6791
6792 \begin_layout Standard
6793 donde la anchura puede ser una de las unidades listadas en el apéndice
6794 \begin_inset space ~
6795 \end_inset
6796
6797
6798 \begin_inset CommandInset ref
6799 LatexCommand ref
6800 reference "cap:Unidades-disponibles-en"
6801
6802 \end_inset
6803
6804 .
6805 \end_layout
6806
6807 \begin_layout Standard
6808 Los cuadros siguientes muestran la diferencia:
6809 \end_layout
6810
6811 \begin_layout Standard
6812 \begin_inset Tabular
6813 <lyxtabular version="3" rows="6" columns="5">
6814 <features islongtable="true" longtabularalignment="center">
6815 <column alignment="center" valignment="top">
6816 <column alignment="center" valignment="top">
6817 <column alignment="center" valignment="top">
6818 <column alignment="center" valignment="top">
6819 <column alignment="center" valignment="top">
6820 <row endfirsthead="true" caption="true">
6821 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 \begin_inset Caption Standard
6826
6827 \begin_layout Plain Layout
6828 Leyenda larga completa con anchura predeterminada leyenda larga completa
6829  con anchura predeterminada
6830 \begin_inset Argument 1
6831 status collapsed
6832
6833 \begin_layout Plain Layout
6834 Leyenda con anchura predeterminada
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 1
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 2
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 3
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 4
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 5
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 <row>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 s
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 s
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 s
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 asd
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 s
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 asd
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 </row>
7027 <row>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 asd
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 s
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 s
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 asd
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 asd
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 sad
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 asd
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 </lyxtabular>
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \begin_layout Standard
7129 \begin_inset ERT
7130 status collapsed
7131
7132 \begin_layout Plain Layout
7133
7134
7135 \backslash
7136 setlength{
7137 \backslash
7138 LTcapwidth}{5cm}
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \begin_inset Tabular
7145 <lyxtabular version="3" rows="6" columns="5">
7146 <features islongtable="true" longtabularalignment="center">
7147 <column alignment="center" valignment="top">
7148 <column alignment="center" valignment="top">
7149 <column alignment="center" valignment="top">
7150 <column alignment="center" valignment="top">
7151 <column alignment="center" valignment="top">
7152 <row endfirsthead="true" caption="true">
7153 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 \begin_inset Caption Standard
7158
7159 \begin_layout Plain Layout
7160 Leyenda larga completa con una anchura de 5
7161 \begin_inset space \thinspace{}
7162 \end_inset
7163
7164 cm leyenda larga completa con una anchura de 5
7165 \begin_inset space \thinspace{}
7166 \end_inset
7167
7168 cm 
7169 \begin_inset Argument 1
7170 status collapsed
7171
7172 \begin_layout Plain Layout
7173 Leyenda con anchura
7174 \begin_inset space \thinspace{}
7175 \end_inset
7176
7177 =
7178 \begin_inset space \thinspace{}
7179 \end_inset
7180
7181 5
7182 \begin_inset space \thinspace{}
7183 \end_inset
7184
7185 cm
7186 \end_layout
7187
7188 \end_inset
7189
7190
7191 \end_layout
7192
7193 \end_inset
7194
7195
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 </row>
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 1
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 2
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 3
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 4
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 5
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 </row>
7284 <row>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 s
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 s
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 asd
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 s
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 s
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 s
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 s
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 <row>
7426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 asd
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 sad
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 asd
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 asd
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 asd
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 </row>
7472 </lyxtabular>
7473
7474 \end_inset
7475
7476
7477 \begin_inset ERT
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481
7482
7483 \backslash
7484 setlength{
7485 \backslash
7486 LTcapwidth}{4in}
7487 \end_layout
7488
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \begin_layout Standard
7495 \begin_inset Note Greyedout
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499
7500 \series bold
7501 Nota: 
7502 \series default
7503 Si se usa el paquete \SpecialChar LaTeX
7504  
7505 \series bold
7506 caption
7507 \series default
7508
7509 \begin_inset Index idx
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 \SpecialChar LaTeX
7514 -paquetes ! caption
7515 \end_layout
7516
7517 \end_inset
7518
7519 , como en este documento, para la leyenda se utiliza toda la anchura de
7520  la página cuando se deja el valor por omisión de 4
7521 \begin_inset space \thinspace{}
7522 \end_inset
7523
7524 in para 
7525 \series bold
7526
7527 \backslash
7528 LTcapwidth
7529 \series default
7530 .
7531  En este caso, para conseguir una leyenda de 4
7532 \begin_inset space \thinspace{}
7533 \end_inset
7534
7535 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7536 \begin_inset space \thinspace{}
7537 \end_inset
7538
7539 in, p.
7540 \begin_inset space \thinspace{}
7541 \end_inset
7542
7543 ej.
7544  3.99
7545 \begin_inset space \thinspace{}
7546 \end_inset
7547
7548 in, o bien emplear el comando \SpecialChar LaTeX
7549  
7550 \series bold
7551
7552 \backslash
7553 captionsetup{width=valor}
7554 \series default
7555 , suministrado por el paquete 
7556 \series bold
7557 caption
7558 \series default
7559 .
7560 \end_layout
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \begin_layout Subsubsection
7568 Leyendas distintas para cada página
7569 \begin_inset Index idx
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 Cuadros largos ! Leyendas ! distintas para cada página
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \begin_layout Standard
7582 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7583  de la leyenda de la primera página del cuadro, marca una fila vacía como
7584  cabecera que contiene una leyenda.
7585  Después, clic derecho sobre la leyenda y selecciona 
7586 \family sans
7587 Leyenda
7588 \begin_inset space ~
7589 \end_inset
7590
7591 (CuadroLargoSinNúmero)
7592 \family default
7593  en el menú contextual.
7594  El cuadro
7595 \begin_inset space ~
7596 \end_inset
7597
7598
7599 \begin_inset CommandInset ref
7600 LatexCommand ref
7601 reference "tab:DifLeyendas"
7602
7603 \end_inset
7604
7605  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7606  no incluye número de cuadro.
7607 \begin_inset Separator parbreak
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \begin_layout Standard
7614 \align center
7615 \begin_inset Tabular
7616 <lyxtabular version="3" rows="59" columns="3">
7617 <features islongtable="true" longtabularalignment="center">
7618 <column alignment="left" valignment="top" width="0pt">
7619 <column alignment="left" valignment="top" width="0pt">
7620 <column alignment="right" valignment="top" width="0pt">
7621 <row endfirsthead="true" caption="true">
7622 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 \begin_inset Caption Standard
7627
7628 \begin_layout Plain Layout
7629 Ejemplo de lista telefónica
7630 \begin_inset CommandInset label
7631 LatexCommand label
7632 name "tab:DifLeyendas"
7633
7634 \end_inset
7635
7636
7637 \begin_inset Argument 1
7638 status collapsed
7639
7640 \begin_layout Plain Layout
7641 Ejemplo de lista telefónica
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650
7651
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 </row>
7675 <row endfirsthead="true">
7676 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680
7681 \series bold
7682 Ejemplo de lista telefónica (ignore los nombres)
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row endfirsthead="true">
7707 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \series bold
7713 NOMBRE
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 TEL.
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row endhead="true" caption="true">
7740 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 \begin_inset Caption LongTableNoNumber
7745
7746 \begin_layout Plain Layout
7747 Continúa ejemplo de lista telefónica
7748 \end_layout
7749
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row endhead="true">
7777 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Ejemplo de lista telefónica
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row endhead="true">
7808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 NOMBRE
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 TEL.
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row endfoot="true">
7841 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 continúa en página siguiente
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Annovi
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Silvia
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Bertoli
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Stefano
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Bozzi
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Walter
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Cachia
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 Maria
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 Cachia
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 Maurizio
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Cinquemani
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Giusi
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Colin
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Bernard
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Concli
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Gianfranco
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Dal Bosco
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Carolina
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Dalpiaz
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Annamaria
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \series bold
8186 Feliciello
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Domenico
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \series bold
8217 Focarelli
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Paola
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \series bold
8248 Galletti
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Oreste
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 111
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \series bold
8279 Gasparini
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 Franca
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 111
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \series bold
8310 Rizzardi
8311 \series default
8312
8313 \begin_inset Foot
8314 status collapsed
8315
8316 \begin_layout Plain Layout
8317 Ejemplo de nota a pie de página
8318 \end_layout
8319
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Paola
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Lassini
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Giancarlo
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 111
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Malfatti
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Luciano
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 111
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Malfatti
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Valeriano
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Meneguzzo
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Roberto
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Mezzadra
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Roberto
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Pirpamer
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Erich
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 111
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Pochiesa
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Paolo
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111, 222
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Radina
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Claudio
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Stuffer
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Oskar
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 111
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Tacchelli
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Ugo
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 111
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \series bold
8663 Tezzele
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Margit
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 111
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \series bold
8694 Unterkalmsteiner
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 Frieda
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 111
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Vieider
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Hilde
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 111
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Vigna
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Jürgen
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 111
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Weber
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Maurizio
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 111
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \series bold
8818 Winkler
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 Franz
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 111
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847  
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Annovi
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Silvia
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Bertoli
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Stefano
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Bozzi
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Walter
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Cachia
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Maria
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Cachia
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Maurizio
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Cinquemani
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Giusi
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Colin
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Bernard
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Concli
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Gianfranco
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Dal Bosco
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Carolina
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Dalpiaz
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Annamaria
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Feliciello
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Domenico
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Focarelli
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Paola
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 Galletti
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Oreste
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 555
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 Gasparini
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Franca
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 555
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310
9311 \series bold
9312 Rizzardi
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Paola
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 555
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \series bold
9343 Lassini
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 Giancarlo
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 555
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \series bold
9374 Malfatti
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 Luciano
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 555
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \series bold
9405 Malfatti
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 Valeriano
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 555
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 Meneguzzo
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 Roberto
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 555
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \series bold
9467 Mezzadra
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 Roberto
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 555
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 </lyxtabular>
9492
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \begin_layout Section
9499 Particularidades de los cuadros largos
9500 \begin_inset CommandInset label
9501 LatexCommand label
9502 name "sec:Particularidades-cuadros-largos"
9503
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \begin_layout Subsection
9510 Cálculos
9511 \begin_inset Index idx
9512 status collapsed
9513
9514 \begin_layout Plain Layout
9515 Cuadros largos ! Cálculos
9516 \end_layout
9517
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \SpecialChar LaTeX
9525  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9526  los denominados «trozos», que son partes del cuadro presentes en la memoria
9527  de \SpecialChar LaTeX
9528 .
9529  El valor predeterminado está establecido a sólo 20 filas.
9530  Si estás usando cuadros largos con muchas páginas, la generación del documento
9531  puede hacerse muy lenta.
9532  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9533  el siguiente comando en el preámbulo del documento:
9534 \end_layout
9535
9536 \begin_layout Standard
9537
9538 \series bold
9539
9540 \backslash
9541 setcounter{LTchunksize}{100}
9542 \end_layout
9543
9544 \begin_layout Subsection
9545 Flotantes y cuadros largos
9546 \begin_inset Index idx
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550 Cuadros largos ! Flotantes
9551 \end_layout
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \begin_layout Standard
9559 Podría haber problemas si un flotante aparece en la misma página donde comienza
9560  un cuadro largo.
9561  Para evitarlo, añade un 
9562 \begin_inset Quotes fld
9563 \end_inset
9564
9565 salto de página limpia
9566 \begin_inset Quotes frd
9567 \end_inset
9568
9569  (menú 
9570 \family sans
9571 Insertar\SpecialChar menuseparator
9572 Formato\SpecialChar menuseparator
9573 Limpiar
9574 \begin_inset space ~
9575 \end_inset
9576
9577 página
9578 \family default
9579 ) antes del cuadro.
9580 \end_layout
9581
9582 \begin_layout Subsection
9583 Saltos de página forzados
9584 \begin_inset Index idx
9585 status collapsed
9586
9587 \begin_layout Plain Layout
9588 Cuadros largos ! Saltos de página forzados
9589 \end_layout
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \begin_layout Standard
9597 Por omisión, los cuadros sólo se cortan entre filas.
9598  Si tienes una celda con líneas múltiples y necesitas un salto de página
9599  dentro de la celda, inserta el comando de nueva línea «
9600 \series bold
9601
9602 \backslash
9603
9604 \backslash
9605
9606 \series default
9607 » en código \SpecialChar TeX
9608  en el punto en que quieras cortar.
9609  Antes del comando «
9610 \series bold
9611
9612 \backslash
9613
9614 \backslash
9615
9616 \series default
9617 » debes insertar en código \SpecialChar TeX
9618  tantos caracteres «
9619 \series bold
9620 &
9621 \series default
9622 » como columnas siguientes del cuadro.
9623  
9624 \series bold
9625 &
9626 \series default
9627  es el carácter para separar celdas.
9628  Escribe en código \SpecialChar TeX
9629  después de cada 
9630 \series bold
9631 &
9632 \series default
9633  el contenido de la celda siguiente correspondiente y borra el contenido
9634  de esas celdas.
9635 \begin_inset Newline newline
9636 \end_inset
9637
9638 Detrás del comando 
9639 \series bold
9640
9641 \backslash
9642
9643 \backslash
9644
9645 \series default
9646 , inserta tantos 
9647 \series bold
9648 &
9649 \series default
9650  como columnas haya delante de la actual.
9651  Enl cuadro
9652 \begin_inset space ~
9653 \end_inset
9654
9655
9656 \begin_inset CommandInset ref
9657 LatexCommand ref
9658 reference "tab:Saltos de Página Forzados"
9659
9660 \end_inset
9661
9662  la celda que debería cortarse está en la segunda columna seguida de otra
9663  columna.
9664  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9665  detrás
9666  de «
9667 \emph on
9668 Castelchiodato,
9669 \emph default
9670 »:
9671 \end_layout
9672
9673 \begin_layout Standard
9674
9675 \series bold
9676 & 111
9677 \backslash
9678
9679 \backslash
9680  
9681 \backslash
9682 newpage
9683 \begin_inset Newline newline
9684 \end_inset
9685
9686 &
9687 \end_layout
9688
9689 \begin_layout Standard
9690 El «111» en la tercera columna de la fila se ha borrado.
9691
9692 \series bold
9693  
9694 \backslash
9695 newpage 
9696 \series default
9697 es necesario solo si en esta posición debiera ir definitivamente un salto
9698  de página, de otro modo es sólamente una posibilidad de salto.
9699  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9700  superior pero quisieras una línea horizontal donde se corta la celda, usa
9701  este comando alternativo:
9702 \end_layout
9703
9704 \begin_layout Standard
9705
9706 \series bold
9707 & 111
9708 \backslash
9709
9710 \backslash
9711
9712 \begin_inset Newline newline
9713 \end_inset
9714
9715
9716 \backslash
9717 hline &
9718 \end_layout
9719
9720 \begin_layout Standard
9721 Cuando la celda a cortar está en la última columna, el comando
9722 \end_layout
9723
9724 \begin_layout Standard
9725
9726 \series bold
9727
9728 \backslash
9729 setlength{
9730 \backslash
9731 parfillskip}{0pt}
9732 \end_layout
9733
9734 \begin_layout Standard
9735 debe insertarse en código \SpecialChar TeX
9736  al principio de la celda.
9737  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9738  aparecerá con toda su anchura.
9739 \begin_inset Separator parbreak
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \begin_layout Standard
9746 \align center
9747 \begin_inset Tabular
9748 <lyxtabular version="3" rows="38" columns="3">
9749 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9750 <column alignment="left" valignment="top" width="0cm">
9751 <column alignment="left" valignment="top" width="3cm">
9752 <column alignment="right" valignment="top" width="0pt">
9753 <row endfirsthead="true" caption="true">
9754 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 \begin_inset Caption Standard
9759
9760 \begin_layout Plain Layout
9761 Cuadro con salto de página forzado en celda
9762 \begin_inset CommandInset label
9763 LatexCommand label
9764 name "tab:Saltos de Página Forzados"
9765
9766 \end_inset
9767
9768
9769 \begin_inset Argument 1
9770 status open
9771
9772 \begin_layout Plain Layout
9773 Cuadro con salto de página forzado
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782
9783
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row endfirsthead="true">
9808 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \series bold
9814 Ejemplo de lista telefónica (ignore los nombres)
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row endfirsthead="true">
9839 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \series bold
9845 NOMBRE
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \series bold
9865 TEL.
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row endhead="true">
9872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 \begin_inset ERT
9877 status collapsed
9878
9879 \begin_layout Plain Layout
9880
9881
9882 \backslash
9883 caption*{continúa Ejemplo de lista telefónica}
9884 \backslash
9885
9886 \backslash
9887 %
9888 \end_layout
9889
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 <row endhead="true">
9917 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921  
9922 \series bold
9923 Ejemplo de lista telefónica
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row endhead="true">
9948 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \series bold
9954 NOMBRE
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972
9973 \series bold
9974 TEL.
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row endfoot="true">
9981 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 continúa en página siguiente
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016 Annovi
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 Silvia
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 111
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row>
10041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Bertoli
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 Stefano
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 111
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 Bozzi
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 Walter
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 111
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Cachia
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Maria
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 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Cachia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Maurizio
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 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Cinquemani
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Giusi
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 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Colin
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Bernard
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 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Concli
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Gianfranco
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 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Dal Bosco
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Carolina
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 111
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Dalpiaz
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Annamaria
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 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Feliciello
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Domenico
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 111
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \series bold
10357 Focarelli
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Paola
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 111
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row>
10382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \series bold
10388 Galletti
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Oreste
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 111
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419 Gasparini
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 Franca
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 111
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \series bold
10450 Lassini
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 Giancarlo
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
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \series bold
10481 Malfatti
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Luciano
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 111
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \series bold
10512 Malfatti
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 Valeriano
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 111
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \series bold
10543 Meneguzzo
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 Roberto
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 111
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \series bold
10574 Mezzadra
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 Roberto
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 111
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \series bold
10605 Pirpamer
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Erich
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 111
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row>
10630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \series bold
10636 Pochiesa
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Paolo
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 111, 222
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \series bold
10667 Radina
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 Claudio
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 111
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 </row>
10691 <row>
10692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 Rizzardi
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Paolo, 11.
10708  Fürst von Montecompatri, 11.
10709  Fürst von Sulmona und Vivaro, 10.
10710  Fürst von Rossano, 5.
10711  Herzog von Canemorte, 11.
10712  Herzog von Palombara, 5.
10713  Herzog von Castelchiodato,
10714 \begin_inset ERT
10715 status open
10716
10717 \begin_layout Plain Layout
10718
10719 & 111
10720 \backslash
10721
10722 \backslash
10723  
10724 \backslash
10725 newpage
10726 \end_layout
10727
10728 \begin_layout Plain Layout
10729
10730 &
10731 \end_layout
10732
10733 \end_inset
10734
10735  11.
10736  Herzog von Poggionativo, 11.
10737  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10738  Graf von Valinfreda, 11.
10739  Baron von Cropalati, 11.
10740  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Stuffer
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Oskar
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 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Tacchelli
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Ugo
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 111
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Tezzele
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Margit
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 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Unterkalmsteiner
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Frieda
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 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Vieider
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Hilde
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 111
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Vigna
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Jürgen
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \series bold
10948 Weber
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 Maurizio
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 111
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 <row>
10973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \series bold
10979 Winkler
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 Franz
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 111
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 </row>
11003 </lyxtabular>
11004
11005 \end_inset
11006
11007
11008 \end_layout
11009
11010 \begin_layout Section
11011 Líneas múltiples en columnas y filas
11012 \end_layout
11013
11014 \begin_layout Subsection
11015 Líneas múltiples en celdas
11016 \begin_inset CommandInset label
11017 LatexCommand label
11018 name "subsec:Líneas-Múltiples-en"
11019
11020 \end_inset
11021
11022
11023 \begin_inset Index idx
11024 status collapsed
11025
11026 \begin_layout Plain Layout
11027 Lineas@Líneas múltiples en celdas
11028 \end_layout
11029
11030 \end_inset
11031
11032
11033 \begin_inset Index idx
11034 status collapsed
11035
11036 \begin_layout Plain Layout
11037 Cuadros ! Saltos de línea
11038 \end_layout
11039
11040 \end_inset
11041
11042
11043 \end_layout
11044
11045 \begin_layout Standard
11046 \noindent
11047 \begin_inset Float table
11048 placement H
11049 wide false
11050 sideways false
11051 status open
11052
11053 \begin_layout Plain Layout
11054 \begin_inset Caption Standard
11055
11056 \begin_layout Plain Layout
11057 \begin_inset CommandInset label
11058 LatexCommand label
11059 name "tab:Cuadro-con-múltiples"
11060
11061 \end_inset
11062
11063 Cuadro con líneas múltiples en celda
11064 \end_layout
11065
11066 \end_inset
11067
11068
11069 \end_layout
11070
11071 \begin_layout Plain Layout
11072 \align center
11073 \begin_inset Tabular
11074 <lyxtabular version="3" rows="3" columns="3">
11075 <features tabularvalignment="middle">
11076 <column alignment="center" valignment="middle" width="2.5cm">
11077 <column alignment="center" valignment="middle">
11078 <column alignment="center" valignment="middle">
11079 <row>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 líneas
11085 \begin_inset Newline linebreak
11086 \end_inset
11087
11088 múltiples
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 b
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 c
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 </row>
11112 <row>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 d
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 e
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 f
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 <row>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 g
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 h
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 i
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 </row>
11170 </lyxtabular>
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Standard
11183 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11184  párrafos con varias líneas y guionado.
11185 \end_layout
11186
11187 \begin_layout Standard
11188 Para generar el cuadro
11189 \begin_inset space ~
11190 \end_inset
11191
11192
11193 \begin_inset CommandInset ref
11194 LatexCommand ref
11195 reference "tab:Cuadro-con-múltiples"
11196
11197 \end_inset
11198
11199 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11200  En el diálogo que surge establece una anchura de 2.5
11201 \begin_inset space \thinspace{}
11202 \end_inset
11203
11204 cm y escoge centro en alineación vertical y horizontal.
11205  La alineación vertical se utiliza para todas las celdas de la fila.
11206  Como nuestro texto es menor de 2.5
11207 \begin_inset space \thinspace{}
11208 \end_inset
11209
11210 cm, sólo aparece una línea.
11211  Para poner dos añadimos un salto de línea justificado, (atajo 
11212 \family sans
11213 Ctrl+Mayúsculas+Entrar
11214 \family default
11215 ).
11216  Si el texto es más ancho que la celda será automáticamente dividido en
11217  líneas.
11218 \end_layout
11219
11220 \begin_layout Standard
11221 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11222  no puede cortarla
11223  con guión si es la primera entrada.
11224  Por eso hay que insertar algo para que dicha palabra no sea la primera
11225  entrada: añade un espacio horizontal de 0
11226 \begin_inset space \thinspace{}
11227 \end_inset
11228
11229 pt delante de la palabra.
11230  Como el espacio es 0 la salida no cambia.
11231  El cuadro
11232 \begin_inset space ~
11233 \end_inset
11234
11235
11236 \begin_inset CommandInset ref
11237 LatexCommand ref
11238 reference "tab:Cuadro-con-y"
11239
11240 \end_inset
11241
11242  muestra el efecto.
11243 \end_layout
11244
11245 \begin_layout Standard
11246 \begin_inset Float table
11247 placement b
11248 wide false
11249 sideways false
11250 status open
11251
11252 \begin_layout Plain Layout
11253 \begin_inset Caption Standard
11254
11255 \begin_layout Plain Layout
11256 \begin_inset CommandInset label
11257 LatexCommand label
11258 name "tab:Cuadro-con-y"
11259
11260 \end_inset
11261
11262 Cuadros con y sin guión
11263 \end_layout
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \begin_layout Plain Layout
11271 \begin_inset space \hfill{}
11272 \end_inset
11273
11274
11275 \begin_inset Tabular
11276 <lyxtabular version="3" rows="3" columns="3">
11277 <features tabularvalignment="middle">
11278 <column alignment="center" valignment="middle" width="2.5cm">
11279 <column alignment="center" valignment="middle">
11280 <column alignment="center" valignment="middle">
11281 <row>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 celdaconpalabramuylarga
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 b
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 c
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 </row>
11310 <row>
11311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 d
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 e
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 f
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 </row>
11339 <row>
11340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 g
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 h
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 i
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 </row>
11368 </lyxtabular>
11369
11370 \end_inset
11371
11372
11373 \begin_inset space \hfill{}
11374 \end_inset
11375
11376
11377 \begin_inset Tabular
11378 <lyxtabular version="3" rows="3" columns="3">
11379 <features tabularvalignment="middle">
11380 <column alignment="center" valignment="middle" width="2.5cm">
11381 <column alignment="center" valignment="middle">
11382 <column alignment="center" valignment="middle">
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 \begin_inset space \hspace{}
11389 \length 0pt
11390 \end_inset
11391
11392 celdaconpalabramuylarga
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 b
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 c
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 <row>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 d
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 e
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 f
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 g
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 h
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 i
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 </lyxtabular>
11475
11476 \end_inset
11477
11478
11479 \begin_inset space \hfill{}
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Subsection
11491 Multicolumnas
11492 \begin_inset CommandInset label
11493 LatexCommand label
11494 name "subsec:Multicolumnas"
11495
11496 \end_inset
11497
11498
11499 \begin_inset Index idx
11500 status collapsed
11501
11502 \begin_layout Plain Layout
11503 Multicolumnas
11504 \end_layout
11505
11506 \end_inset
11507
11508
11509 \begin_inset Index idx
11510 status collapsed
11511
11512 \begin_layout Plain Layout
11513 Cuadros ! Multicolumnas
11514 \end_layout
11515
11516 \end_inset
11517
11518
11519 \end_layout
11520
11521 \begin_layout Subsubsection
11522 Fundamentos de multicolumnas
11523 \end_layout
11524
11525 \begin_layout Standard
11526 Para extender una celda sobre varias columnas, se marcan las celdas que
11527  se desee combinar y se usa el botón 
11528 \begin_inset Info
11529 type  "icon"
11530 arg   "inset-modify tabular multicolumn"
11531 \end_inset
11532
11533 , el menú 
11534 \family sans
11535 Editar\SpecialChar menuseparator
11536 Cuadro\SpecialChar menuseparator
11537 Multicolumna
11538 \family default
11539 , o clic derecho sobre las celdas marcadas y elige 
11540 \family sans
11541 Multicolumna 
11542 \family default
11543 en el menú contextual.
11544 \end_layout
11545
11546 \begin_layout Standard
11547 Las multicolumnas tienen su propia configuración de celdas.
11548  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11549  multicolumna.
11550  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11551  última fila sin borde superior:
11552 \begin_inset Separator parbreak
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \begin_layout Standard
11559 \align center
11560 \begin_inset Tabular
11561 <lyxtabular version="3" rows="3" columns="4">
11562 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11563 <column alignment="center" valignment="top" width="0pt">
11564 <column alignment="center" valignment="middle">
11565 <column alignment="center" valignment="top" width="0in">
11566 <column alignment="center" valignment="top" width="0pt">
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 abc
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 def ghi
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 jkl
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610
11611 \family roman
11612 \series medium
11613 \shape up
11614 \size normal
11615 \emph off
11616 \bar no
11617 \noun off
11618 \color none
11619 A
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 B
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 C
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 D
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 <row>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 1
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 2
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 3
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 4
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 </lyxtabular>
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \begin_layout Subsubsection
11698 Cálculos en multicolumnas
11699 \begin_inset CommandInset label
11700 LatexCommand label
11701 name "subsec:Cálculos-en-Multicolumnas"
11702
11703 \end_inset
11704
11705
11706 \begin_inset Index idx
11707 status collapsed
11708
11709 \begin_layout Plain Layout
11710 Cuadros ! Multicolumnas ! Cálculos
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Standard
11719 \SpecialChar LyX
11720  soporta multicolumnas directamente, pero hay que prestar atención a la
11721  anchura de celda de las columnas combinadas en la celda multicolumna.
11722 \end_layout
11723
11724 \begin_layout Standard
11725 \begin_inset Float table
11726 placement h
11727 wide false
11728 sideways false
11729 status open
11730
11731 \begin_layout Plain Layout
11732 \begin_inset Caption Standard
11733
11734 \begin_layout Plain Layout
11735 \begin_inset CommandInset label
11736 LatexCommand label
11737 name "tab:Cuadro-con-centrado"
11738
11739 \end_inset
11740
11741 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11742  exactamente la mitad de anchura que la celda multicolumna
11743 \begin_inset Argument 1
11744 status open
11745
11746 \begin_layout Plain Layout
11747 Cuadro multicolumna perfecta
11748 \end_layout
11749
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Plain Layout
11761 \align center
11762 \begin_inset Tabular
11763 <lyxtabular version="3" rows="3" columns="3">
11764 <features tabularvalignment="middle">
11765 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11766 <column alignment="center" valignment="middle">
11767 <column alignment="center" valignment="top">
11768 <row>
11769 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 multicolumna línea múltiple
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 c
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 <row>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 d
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 e
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 f
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 <row>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 g
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 h
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 i
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 </lyxtabular>
11856
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \end_inset
11863
11864
11865 \end_layout
11866
11867 \begin_layout Standard
11868 Por ejemplo, para crear el cuadro
11869 \begin_inset space ~
11870 \end_inset
11871
11872
11873 \begin_inset CommandInset ref
11874 LatexCommand ref
11875 reference "tab:Cuadro-con-centrado"
11876
11877 \end_inset
11878
11879 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11880  clic derecho.
11881  En el diálogo marca 
11882 \emph on
11883 multicolumna
11884 \emph default
11885
11886 \emph on
11887 alineación centro
11888 \emph default
11889  y una anchura de 2.5
11890 \begin_inset space \thinspace{}
11891 \end_inset
11892
11893 cm.
11894  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11895  de la celda multicolumna, así que deberías ajustar 1.25
11896 \begin_inset space \thinspace{}
11897 \end_inset
11898
11899 cm para la primera columna.
11900  La segunda columna tendrá entonces automáticamente 1.25
11901 \begin_inset space \thinspace{}
11902 \end_inset
11903
11904 cm de anchura.
11905  Para el cuadro
11906 \begin_inset space ~
11907 \end_inset
11908
11909
11910 \begin_inset CommandInset ref
11911 LatexCommand ref
11912 reference "tab:Cuadro-sin-mitad"
11913
11914 \end_inset
11915
11916  se ha procedido de la siguiente manera:
11917 \end_layout
11918
11919 \begin_layout Standard
11920 \begin_inset Float table
11921 wide false
11922 sideways false
11923 status open
11924
11925 \begin_layout Plain Layout
11926 \begin_inset Caption Standard
11927
11928 \begin_layout Plain Layout
11929 \begin_inset CommandInset label
11930 LatexCommand label
11931 name "tab:Cuadro-sin-mitad"
11932
11933 \end_inset
11934
11935 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11936  de anchura que la celda multicolumna
11937 \begin_inset Argument 1
11938 status open
11939
11940 \begin_layout Plain Layout
11941 Cuadro multicolumna imperfecta
11942 \end_layout
11943
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \begin_layout Plain Layout
11955 \align center
11956 \begin_inset Tabular
11957 <lyxtabular version="3" rows="3" columns="3">
11958 <features tabularvalignment="middle">
11959 <column alignment="center" valignment="top" width="1.25cm">
11960 <column alignment="center" valignment="top">
11961 <column alignment="center" valignment="top">
11962 <row>
11963 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 multicolumna línea múltiple
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976
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 c
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 <row>
11992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 d
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 e
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 f
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 </row>
12020 <row>
12021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 g
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 h
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 i
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 </lyxtabular>
12050
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12063 a, es un poco mayor.
12064  La razón es que la anchura dada para una celda 
12065 \begin_inset Formula $W_{g}$
12066 \end_inset
12067
12068  no es su anchura total 
12069 \begin_inset Formula $W_{\mathrm{tot}}$
12070 \end_inset
12071
12072  porque una celda es siempre algo mayor que la anchura dada.
12073  El apéndice
12074 \begin_inset space ~
12075 \end_inset
12076
12077
12078 \begin_inset CommandInset ref
12079 LatexCommand ref
12080 reference "cap:Explicación-de-la-Ecuación"
12081
12082 \end_inset
12083
12084  lo explica con detalle.
12085 \end_layout
12086
12087 \begin_layout Standard
12088 La anchura dada 
12089 \begin_inset Formula $W_{g\,n}$
12090 \end_inset
12091
12092  necesaria para combinar 
12093 \emph on
12094 n
12095 \emph default
12096  columnas puede calcularse de manera que cada columna tenga una anchura
12097  total de 
12098 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12099 \end_inset
12100
12101 :
12102 \begin_inset Formula 
12103 \begin{equation}
12104 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12105 \end{equation}
12106
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \begin_layout Standard
12113 En nuestro caso tenemos 
12114 \begin_inset Formula $n=2$
12115 \end_inset
12116
12117
12118 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12119 \end_inset
12120
12121
12122 \begin_inset space \thinspace{}
12123 \end_inset
12124
12125 cm y los valores predeterminados para longitudes, así la ecuación
12126 \begin_inset space ~
12127 \end_inset
12128
12129
12130 \begin_inset CommandInset ref
12131 LatexCommand ref
12132 reference "eq:Wgn"
12133
12134 \end_inset
12135
12136  queda
12137 \begin_inset Formula 
12138 \begin{equation}
12139 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12140 \end{equation}
12141
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \begin_layout Standard
12148 Para habilitar cálculos en \SpecialChar LaTeX
12149 , debe cargarse en el preámbulo el paquete 
12150 \series bold
12151 calc
12152 \series default
12153  con la línea
12154 \begin_inset Index idx
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158 \SpecialChar LaTeX
12159 -paquetes ! calc
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168
12169 \series bold
12170
12171 \backslash
12172 usepackage{calc}
12173 \end_layout
12174
12175 \begin_layout Standard
12176 \SpecialChar LyX
12177  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12178  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12179  en el diálogo.
12180  He aquí un repaso de los argumentos:
12181 \end_layout
12182
12183 \begin_layout Itemize
12184
12185 \series bold
12186 p{ancho}
12187 \series default
12188  crea celdas con anchura fija, el texto alineado arriba
12189 \end_layout
12190
12191 \begin_layout Itemize
12192
12193 \series bold
12194 m{ancho}
12195 \series default
12196  crea celdas con anchura fija, el texto con alineación vertical centrada
12197  
12198 \end_layout
12199
12200 \begin_layout Itemize
12201
12202 \series bold
12203 b{ancho}
12204 \series default
12205  crea celdas con anchura fija, el texto alineado abajo
12206 \end_layout
12207
12208 \begin_layout Standard
12209 Al introducir un argumento \SpecialChar LaTeX
12210 , todas las propiedades de celda puestas en el
12211  diálogo se ignoran.
12212 \end_layout
12213
12214 \begin_layout Standard
12215 \begin_inset Note Greyedout
12216 status open
12217
12218 \begin_layout Plain Layout
12219
12220 \series bold
12221 Nota:
12222 \series default
12223  Debido a un error, \SpecialChar LyX
12224  muestra de todas formas estas propiedades.
12225 \end_layout
12226
12227 \end_inset
12228
12229  
12230 \end_layout
12231
12232 \begin_layout Standard
12233 El comando 
12234 \series bold
12235
12236 \backslash
12237 centering
12238 \series default
12239  centra horizontalmente el texto.
12240  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12241  para la primera columna
12242  extendida:
12243 \end_layout
12244
12245 \begin_layout Standard
12246
12247 \series bold
12248 >{
12249 \backslash
12250 centering}m{1.25cm-6.2pt}
12251 \end_layout
12252
12253 \begin_layout Standard
12254 El comando 
12255 \series bold
12256 >{ }
12257 \series default
12258  significa que los comandos entre llaves se aplican antes de crear la celda.
12259 \end_layout
12260
12261 \begin_layout Standard
12262 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12263 , aún está alineado a la izquierda.
12264  Esto se debe a que \SpecialChar LyX
12265  sólo aplica alineado a columnas simples.
12266  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12267
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \series bold
12273 >{
12274 \backslash
12275 centering}m{2.5cm}
12276 \end_layout
12277
12278 \begin_layout Subsection
12279 Multifilas
12280 \begin_inset CommandInset label
12281 LatexCommand label
12282 name "subsec:Multifilas"
12283
12284 \end_inset
12285
12286
12287 \begin_inset Index idx
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 Multifilas
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \begin_inset Index idx
12298 status collapsed
12299
12300 \begin_layout Plain Layout
12301 Cuadros ! Multifilas
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 Para extender una celda sobre varias filas, se marcan las celdas que se
12311  desee combinar y se usa el botón 
12312 \begin_inset Info
12313 type  "icon"
12314 arg   "inset-modify tabular multirow"
12315 \end_inset
12316
12317 , el menú 
12318 \family sans
12319 Editar\SpecialChar menuseparator
12320 Cuadro\SpecialChar menuseparator
12321 Multifila
12322 \family default
12323 , o haz clic derecho sobre las celdas marcadas y elige 
12324 \family sans
12325 Multifila 
12326 \family default
12327 en el menú contextual.
12328 \end_layout
12329
12330 \begin_layout Standard
12331 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12332 \begin_inset Separator parbreak
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 \align center
12340 \begin_inset Tabular
12341 <lyxtabular version="3" rows="3" columns="3">
12342 <features tabularvalignment="middle">
12343 <column alignment="center" valignment="top" width="0pt">
12344 <column alignment="center" valignment="top">
12345 <column alignment="center" valignment="top">
12346 <row>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 entrada en una celda larga
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 b
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 c
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 </row>
12375 <row>
12376 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 multifila
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 e
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398 f
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 </row>
12404 <row>
12405 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418 h
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Plain Layout
12427 i
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 </row>
12433 </lyxtabular>
12434
12435 \end_inset
12436
12437
12438 \end_layout
12439
12440 \begin_layout Standard
12441 La anchura de las celdas multifila se establece poniendo la anchura y la
12442  alineación para toda la columna.
12443  El 
12444 \family sans
12445 Desplazamiento vertical
12446 \family default
12447  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12448 gativo.
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Si la columna de una celda multifila no tiene anchura explícita, la celda
12453  multifila hereda el alineamiento de la columna.
12454  Por otra parte, se alinea a la izquierda por omisión.
12455  Para cambiar esto renombra el comando 
12456 \series bold
12457
12458 \backslash
12459 multirowsetup
12460 \series default
12461  con el comando
12462 \end_layout
12463
12464 \begin_layout Standard
12465
12466 \series bold
12467
12468 \backslash
12469 renewcommand{
12470 \backslash
12471 multirowsetup}{
12472 \backslash
12473 centering}
12474 \end_layout
12475
12476 \begin_layout Standard
12477 en el preámbulo del documento.
12478  Entonces se centran todas las entradas de celdas multifila en el documento.
12479  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12480  en código \SpecialChar TeX
12481  justo antes del cuadro en lugar de en el preámbulo.
12482  Si el texto debe estar alineado a la derecha, reemplaza 
12483 \series bold
12484
12485 \backslash
12486 centering
12487 \series default
12488  por 
12489 \series bold
12490
12491 \backslash
12492 raggedleft
12493 \series default
12494 .
12495  Para volver a alineado a la izquierda usa 
12496 \series bold
12497
12498 \backslash
12499 raggedright
12500 \series default
12501 .
12502 \end_layout
12503
12504 \begin_layout Standard
12505 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12506  que tiene un desplazamiento vertical de -4
12507 \begin_inset space \thinspace{}
12508 \end_inset
12509
12510 mm y está en una columna de 3
12511 \begin_inset space \thinspace{}
12512 \end_inset
12513
12514 cm de ancho:
12515 \begin_inset Separator parbreak
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \begin_layout Standard
12522 \noindent
12523 \align center
12524 \begin_inset ERT
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528
12529
12530 \backslash
12531 renewcommand{
12532 \backslash
12533 multirowsetup}{
12534 \backslash
12535 raggedleft}
12536 \end_layout
12537
12538 \end_inset
12539
12540
12541 \begin_inset Tabular
12542 <lyxtabular version="3" rows="4" columns="3">
12543 <features tabularvalignment="middle">
12544 <column alignment="center" valignment="top" width="3cm">
12545 <column alignment="center" valignment="top">
12546 <column alignment="center" valignment="top">
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 entrada en una celda larga
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 b
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 c
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 </row>
12576 <row>
12577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 t
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 n
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 m
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 </row>
12605 <row>
12606 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 multifila
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 e
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 f
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 <row>
12635 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 h
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 i
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 </lyxtabular>
12664
12665 \end_inset
12666
12667
12668 \begin_inset ERT
12669 status collapsed
12670
12671 \begin_layout Plain Layout
12672
12673
12674 \backslash
12675 renewcommand{
12676 \backslash
12677 multirowsetup}{
12678 \backslash
12679 raggedright}
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \begin_layout Standard
12688 Para iniciar una nueva línea en una multifila se puede usar un salto de
12689  página forzado (
12690 \family sans
12691 Ctrl+Retorno
12692 \family default
12693 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12694 \begin_inset Separator parbreak
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \begin_layout Standard
12701 \noindent
12702 \align center
12703 \begin_inset Tabular
12704 <lyxtabular version="3" rows="3" columns="2">
12705 <features tabularvalignment="middle">
12706 <column alignment="left" valignment="middle" width="2cm">
12707 <column alignment="center" valignment="top">
12708 <row>
12709 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 aaa
12714 \begin_inset Newline newline
12715 \end_inset
12716
12717 aaa
12718 \begin_inset Newline newline
12719 \end_inset
12720
12721 celda errónea
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 ccc
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 ddd
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 </row>
12756 <row>
12757 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 bbb
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 eee
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 </row>
12776 </lyxtabular>
12777
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \begin_layout Standard
12784 Por tanto, hay que usar con cuidado los saltos forzados.
12785 \end_layout
12786
12787 \begin_layout Subsection
12788 Celdas con línea(s) diagonal(es)
12789 \end_layout
12790
12791 \begin_layout Standard
12792 Para que el lector distinga los encabezados de filas y columnas, es útil
12793  dividir la primera celda del cuadro con una o dos líneas diagonales.
12794  Esto es posible cargando el paquete \SpecialChar LaTeX
12795  
12796 \series bold
12797 diagbox
12798 \series default
12799
12800 \begin_inset Index idx
12801 status collapsed
12802
12803 \begin_layout Plain Layout
12804 \SpecialChar LaTeX
12805 -paquetes ! diagbox
12806 \end_layout
12807
12808 \end_inset
12809
12810  en el preámbulo del documento.
12811  El paquete suministra el comando 
12812 \series bold
12813
12814 \backslash
12815 diagbox
12816 \series default
12817 , que se inserta en código \SpecialChar TeX
12818  con dos o tres argumentos:
12819 \end_layout
12820
12821 \begin_layout Standard
12822
12823 \series bold
12824
12825 \backslash
12826 diagbox[options]{izquierda abajo}{derecha arriba}
12827 \end_layout
12828
12829 \begin_layout Standard
12830
12831 \series bold
12832
12833 \backslash
12834 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12835 \end_layout
12836
12837 \begin_layout Standard
12838 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12839  se colocan debajo y encima de dicha línea.
12840  En el segundo la celda se divide con dos líneas.
12841 \end_layout
12842
12843 \begin_layout Standard
12844 \begin_inset ERT
12845 status collapsed
12846
12847 \begin_layout Plain Layout
12848
12849
12850 \backslash
12851 ifdiagbox
12852 \end_layout
12853
12854 \end_inset
12855
12856
12857 \begin_inset Note Note
12858 status open
12859
12860 \begin_layout Plain Layout
12861 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12862  \SpecialChar LaTeX
12863  
12864 \series bold
12865 diagbox
12866 \series default
12867 .
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \begin_layout Standard
12876 Aquí hay un ejemplo de cuadro con 
12877 \series bold
12878
12879 \backslash
12880 diagbox
12881 \series default
12882  y dos argumentos:
12883 \end_layout
12884
12885 \begin_layout Standard
12886 \begin_inset VSpace medskip
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \begin_layout Standard
12893 \noindent
12894 \begin_inset Tabular
12895 <lyxtabular version="3" rows="4" columns="4">
12896 <features tabularvalignment="middle">
12897 <column alignment="center" valignment="top">
12898 <column alignment="center" valignment="top">
12899 <column alignment="center" valignment="top">
12900 <column alignment="center" valignment="top">
12901 <row>
12902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 \begin_inset ERT
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910
12911
12912 \backslash
12913 diagbox{
12914 \end_layout
12915
12916 \end_inset
12917
12918 Nombre
12919 \begin_inset ERT
12920 status collapsed
12921
12922 \begin_layout Plain Layout
12923
12924 }{
12925 \end_layout
12926
12927 \end_inset
12928
12929 Parámetro
12930 \begin_inset ERT
12931 status collapsed
12932
12933 \begin_layout Plain Layout
12934
12935 }
12936 \end_layout
12937
12938 \end_inset
12939
12940
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 Thickness in nm
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 Transparency in %
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 Hardness in MPa
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 </row>
12973 <row>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 Perfect Green
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 45
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 80
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 504
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 <row>
13012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 Dark Multi-P
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 60
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 72
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 982
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 </row>
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 Crystal Clear Pro
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 18
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 86
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 374
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 </row>
13087 </lyxtabular>
13088
13089 \end_inset
13090
13091
13092 \begin_inset VSpace medskip
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \begin_layout Standard
13099 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13100  de ligas deportivas o distancias:
13101 \begin_inset Separator parbreak
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \begin_layout Standard
13108 \noindent
13109 \align center
13110 \begin_inset Tabular
13111 <lyxtabular version="3" rows="4" columns="4">
13112 <features tabularvalignment="middle">
13113 <column alignment="center" valignment="top" width="0pt">
13114 <column alignment="center" valignment="top">
13115 <column alignment="center" valignment="top">
13116 <column alignment="center" valignment="top">
13117 <row>
13118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126
13127
13128 \backslash
13129 diagbox{
13130 \end_layout
13131
13132 \end_inset
13133
13134 Equipo local
13135 \begin_inset ERT
13136 status collapsed
13137
13138 \begin_layout Plain Layout
13139
13140 }{
13141 \end_layout
13142
13143 \end_inset
13144
13145 Resultado
13146 \begin_inset ERT
13147 status collapsed
13148
13149 \begin_layout Plain Layout
13150
13151 }{
13152 \end_layout
13153
13154 \end_inset
13155
13156 Equipo visitante
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162 }
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 Tigers
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 Panthers
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 Falcons
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 </row>
13200 <row>
13201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 Tigers
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 1:3
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 0:1
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 </row>
13238 <row>
13239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Panthers
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 3:1
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 0:0
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 <row>
13277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 Falcons
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 1:0
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 0:0
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 </row>
13314 </lyxtabular>
13315
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \begin_layout Standard
13322 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13323  en cada esquina del cuadro, como en el siguiente ejemplo:
13324 \begin_inset Separator parbreak
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \begin_layout Standard
13331 \noindent
13332 \align center
13333 \begin_inset Tabular
13334 <lyxtabular version="3" rows="5" columns="5">
13335 <features tabularvalignment="middle">
13336 <column alignment="center" valignment="top" width="0pt">
13337 <column alignment="center" valignment="top">
13338 <column alignment="center" valignment="top">
13339 <column alignment="center" valignment="top">
13340 <column alignment="center" valignment="top">
13341 <row>
13342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 \begin_inset ERT
13347 status open
13348
13349 \begin_layout Plain Layout
13350
13351
13352 \backslash
13353 diagbox{
13354 \end_layout
13355
13356 \end_inset
13357
13358 Equipo local
13359 \begin_inset ERT
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363
13364 }{
13365 \end_layout
13366
13367 \end_inset
13368
13369 Resultado
13370 \begin_inset ERT
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374
13375 }{
13376 \end_layout
13377
13378 \end_inset
13379
13380 Equipo visitante
13381 \begin_inset ERT
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385
13386 }
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 Tigers
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 Panthers
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 Falcons
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 \begin_inset ERT
13428 status open
13429
13430 \begin_layout Plain Layout
13431
13432
13433 \backslash
13434 diagbox[dir=NE]{
13435 \end_layout
13436
13437 \end_inset
13438
13439 Equipo local
13440 \begin_inset ERT
13441 status collapsed
13442
13443 \begin_layout Plain Layout
13444
13445 }{
13446 \end_layout
13447
13448 \end_inset
13449
13450 Resultado
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456 }{
13457 \end_layout
13458
13459 \end_inset
13460
13461 Equipo visitante
13462 \begin_inset ERT
13463 status collapsed
13464
13465 \begin_layout Plain Layout
13466
13467 }
13468 \end_layout
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 </row>
13478 <row>
13479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 Tigers
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 1:3
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 0:1
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 Tigers
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 </row>
13525 <row>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 Panthers
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 3:1
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 0:0
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 Panthers
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 <row>
13573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 Falcons
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 1:0
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 0:0
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 Falcons
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 </row>
13619 <row>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 \begin_inset ERT
13625 status open
13626
13627 \begin_layout Plain Layout
13628
13629
13630 \backslash
13631 diagbox[dir=SW]{
13632 \end_layout
13633
13634 \end_inset
13635
13636 Equipo local
13637 \begin_inset ERT
13638 status collapsed
13639
13640 \begin_layout Plain Layout
13641
13642 }{
13643 \end_layout
13644
13645 \end_inset
13646
13647 Resultado
13648 \begin_inset ERT
13649 status collapsed
13650
13651 \begin_layout Plain Layout
13652
13653 }{
13654 \end_layout
13655
13656 \end_inset
13657
13658 Equipo visitante
13659 \begin_inset ERT
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663
13664 }
13665 \end_layout
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Tigers
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 Panthers
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Falcons
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 \begin_inset ERT
13706 status open
13707
13708 \begin_layout Plain Layout
13709
13710
13711 \backslash
13712 diagbox[dir=SE]{
13713 \end_layout
13714
13715 \end_inset
13716
13717 Equipo local
13718 \begin_inset ERT
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722
13723 }{
13724 \end_layout
13725
13726 \end_inset
13727
13728 Resultado
13729 \begin_inset ERT
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733
13734 }{
13735 \end_layout
13736
13737 \end_inset
13738
13739 Equipo visitante
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745 }
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 </lyxtabular>
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \begin_layout Standard
13764 Para rotar las líneas diagonales se usa la opción 
13765 \series bold
13766 dir=direction
13767 \series default
13768 .
13769  
13770 \emph on
13771 direction
13772 \emph default
13773  es 
13774 \series bold
13775 NE
13776 \series default
13777
13778 \series bold
13779 DE
13780 \series default
13781
13782 \series bold
13783 SW
13784 \series default
13785  o 
13786 \series bold
13787 NW
13788 \series default
13789 , que representan puntos en una brújula.
13790  Por ejemplo, 
13791 \series bold
13792 SW
13793 \series default
13794  es la orientación suroeste.
13795  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13796  el comando
13797 \end_layout
13798
13799 \begin_layout Standard
13800
13801 \series bold
13802
13803 \backslash
13804 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13805 \end_layout
13806
13807 \begin_layout Standard
13808 Si no se indica dirección se usa NW.
13809 \end_layout
13810
13811 \begin_layout Standard
13812 La anchura adecuada para las celdas divididas se calcula automáticamente.
13813  Si estableces una anchura fija de columna menor que la calculada, el contenido
13814  sobrepasará los bordes de la celda:
13815 \begin_inset Separator parbreak
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Standard
13822 \noindent
13823 \align center
13824 \begin_inset Tabular
13825 <lyxtabular version="3" rows="2" columns="2">
13826 <features tabularvalignment="middle">
13827 <column alignment="center" valignment="top" width="3cm">
13828 <column alignment="center" valignment="top">
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839
13840 \backslash
13841 diagbox{
13842 \end_layout
13843
13844 \end_inset
13845
13846 Nombre
13847 \begin_inset ERT
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851
13852 }{
13853 \end_layout
13854
13855 \end_inset
13856
13857 Parámetro
13858 \begin_inset ERT
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862
13863 }
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 Thickness in nm
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 <row>
13884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 Perfect Green
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 45
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 </lyxtabular>
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \begin_layout Standard
13911 Si hace falta una determinada anchura para columnas con celdas divididas,
13912  se usa la opción 
13913 \series bold
13914 width=3cm
13915 \series default
13916  (donde '3cm' puede cambiarse por la cantidad deseada).
13917  En el cuadro siguiente se ha puesto 4
13918 \begin_inset space \thinspace{}
13919 \end_inset
13920
13921 cm de anchura para la primera columna.
13922  Para 
13923 \series bold
13924
13925 \backslash
13926 diagbox
13927 \series default
13928  se necesita una anchura de 4
13929 \begin_inset space \thinspace{}
13930 \end_inset
13931
13932 cm + 2
13933 \begin_inset space \thinspace{}
13934 \end_inset
13935
13936
13937 \backslash
13938 tabcolsep, ya que la anchura total es la del texto (4
13939 \begin_inset space \thinspace{}
13940 \end_inset
13941
13942 cm en este caso) más dos veces la separación del texto y el borde.
13943  El cálculo de la anchura no puede hacerse en la opciones del comando 
13944 \series bold
13945
13946 \backslash
13947 diagbox
13948 \series default
13949 , hay que crear una nueva longitud que se puede usar después.
13950  Esto se hace con los comandos en código \SpecialChar TeX
13951
13952 \end_layout
13953
13954 \begin_layout Standard
13955
13956 \series bold
13957
13958 \backslash
13959 newlength{
13960 \backslash
13961 diagtest}
13962 \begin_inset Newline newline
13963 \end_inset
13964
13965
13966 \backslash
13967 setlength{
13968 \backslash
13969 diagtest}{4cm+2
13970 \backslash
13971 tabcolsep}
13972 \end_layout
13973
13974 \begin_layout Standard
13975 \begin_inset ERT
13976 status collapsed
13977
13978 \begin_layout Plain Layout
13979
13980
13981 \backslash
13982 newlength{
13983 \backslash
13984 diagtest}
13985 \end_layout
13986
13987 \begin_layout Plain Layout
13988
13989
13990 \backslash
13991 setlength{
13992 \backslash
13993 diagtest}{4cm+2
13994 \backslash
13995 tabcolsep}
13996 \end_layout
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004 Para habilitar cálculos en \SpecialChar LaTeX
14005  hay que cargar el paquete 
14006 \series bold
14007 calc
14008 \series default
14009
14010 \begin_inset Index idx
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014 \SpecialChar LaTeX
14015 -paquetes ! calc
14016 \end_layout
14017
14018 \end_inset
14019
14020  en el preámbulo del documento.
14021 \end_layout
14022
14023 \begin_layout Standard
14024 En este cuadro se puede usar ahora el comando
14025 \end_layout
14026
14027 \begin_layout Standard
14028
14029 \series bold
14030
14031 \backslash
14032 diagbox[width=
14033 \backslash
14034 diagtest]{A}{B}
14035 \end_layout
14036
14037 \begin_layout Standard
14038 en la primera celda:
14039 \begin_inset Separator parbreak
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 \noindent
14047 \align center
14048 \begin_inset Tabular
14049 <lyxtabular version="3" rows="2" columns="2">
14050 <features tabularvalignment="middle">
14051 <column alignment="center" valignment="top" width="4cm">
14052 <column alignment="center" valignment="top">
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 \begin_inset ERT
14059 status open
14060
14061 \begin_layout Plain Layout
14062
14063
14064 \backslash
14065 diagbox[width=
14066 \backslash
14067 diagtest]{
14068 \end_layout
14069
14070 \end_inset
14071
14072 A
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078 }{
14079 \end_layout
14080
14081 \end_inset
14082
14083 B
14084 \begin_inset ERT
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088
14089 }
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 Thickness in nm
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 </row>
14109 <row>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 Perfect Green
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 45
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 </row>
14129 </lyxtabular>
14130
14131 \end_inset
14132
14133
14134 \end_layout
14135
14136 \begin_layout Standard
14137 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14138  la columna.
14139  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14140  como en este caso:
14141 \begin_inset Separator parbreak
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \begin_layout Standard
14148 \noindent
14149 \align center
14150 \begin_inset Tabular
14151 <lyxtabular version="3" rows="2" columns="2">
14152 <features tabularvalignment="middle">
14153 <column alignment="center" valignment="top" width="0pt">
14154 <column alignment="center" valignment="top">
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165
14166 \backslash
14167 diagbox{
14168 \end_layout
14169
14170 \end_inset
14171
14172 A
14173 \begin_inset ERT
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177
14178 }{
14179 \end_layout
14180
14181 \end_inset
14182
14183 B
14184 \begin_inset ERT
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188
14189 }
14190 \end_layout
14191
14192 \end_inset
14193
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 Thickness in nm
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 </row>
14209 <row>
14210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 Perfect Green
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 45
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 </lyxtabular>
14230
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \begin_layout Standard
14237 En este caso se usa la opción 
14238 \series bold
14239 width
14240 \series default
14241  del comando 
14242 \series bold
14243
14244 \backslash
14245 diagbox
14246 \series default
14247 .
14248  Ahora no es necesario añadir 2
14249 \backslash
14250 tabcolsep porque la anchura de la celda es la anchura de la columna.
14251  En este cuadro se usa una anchura de 3
14252 \begin_inset space \thinspace{}
14253 \end_inset
14254
14255 cm:
14256 \begin_inset Separator parbreak
14257 \end_inset
14258
14259
14260 \end_layout
14261
14262 \begin_layout Standard
14263 \noindent
14264 \align center
14265 \begin_inset Tabular
14266 <lyxtabular version="3" rows="2" columns="2">
14267 <features tabularvalignment="middle">
14268 <column alignment="center" valignment="top" width="0pt">
14269 <column alignment="center" valignment="top">
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 \begin_inset ERT
14276 status open
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 diagbox[width=3cm]{
14283 \end_layout
14284
14285 \end_inset
14286
14287 A
14288 \begin_inset ERT
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292
14293 }{
14294 \end_layout
14295
14296 \end_inset
14297
14298 B
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304 }
14305 \end_layout
14306
14307 \end_inset
14308
14309
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 Thickness in nm
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 </row>
14324 <row>
14325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 Perfect Green
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 45
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 </lyxtabular>
14345
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \begin_layout Standard
14352 Para múltiples líneas de texto en celdas divididas se necesita una altura
14353  adicional para adaptar el texto a la celda.
14354  Esto se consigue con la opción 
14355 \series bold
14356 height=3cm
14357 \series default
14358  (se puede cambiar por el valor deseado).
14359  En el cuadro siguiente se usa el comando
14360 \end_layout
14361
14362 \begin_layout Standard
14363
14364 \series bold
14365
14366 \backslash
14367 diagbox[width=3cm,height=1.4cm]{A
14368 \backslash
14369
14370 \backslash
14371 B}{C
14372 \backslash
14373
14374 \backslash
14375 D}
14376 \end_layout
14377
14378 \begin_layout Standard
14379 en la primera celda.
14380  El comando 
14381 \series bold
14382
14383 \backslash
14384
14385 \backslash
14386
14387 \series default
14388  crea el salto de línea.
14389 \begin_inset Foot
14390 status open
14391
14392 \begin_layout Plain Layout
14393 Saltos de línea con 
14394 \family sans
14395 Ctrl+Retorno
14396 \family default
14397  solo es posible si la columna tiene anchura fija.
14398 \end_layout
14399
14400 \end_inset
14401
14402
14403 \begin_inset Separator parbreak
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \noindent
14411 \align center
14412 \begin_inset Tabular
14413 <lyxtabular version="3" rows="2" columns="2">
14414 <features tabularvalignment="middle">
14415 <column alignment="center" valignment="top">
14416 <column alignment="center" valignment="top">
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset ERT
14423 status open
14424
14425 \begin_layout Plain Layout
14426
14427
14428 \backslash
14429 diagbox[width=3cm,height=1.4cm]{
14430 \end_layout
14431
14432 \end_inset
14433
14434 A
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440
14441 \backslash
14442
14443 \backslash
14444
14445 \end_layout
14446
14447 \end_inset
14448
14449 B
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455 }{
14456 \end_layout
14457
14458 \end_inset
14459
14460 C
14461 \begin_inset ERT
14462 status collapsed
14463
14464 \begin_layout Plain Layout
14465
14466
14467 \backslash
14468
14469 \backslash
14470
14471 \end_layout
14472
14473 \end_inset
14474
14475 D
14476 \begin_inset ERT
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480
14481 }
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 Thickness in nm
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 </row>
14501 <row>
14502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506 Perfect Green
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515 45
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 </row>
14521 </lyxtabular>
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset ERT
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533
14534
14535 \backslash
14536 else
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \begin_inset Note Note
14543 status open
14544
14545 \begin_layout Plain Layout
14546 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14547  
14548 \series bold
14549 diagbox
14550 \series default
14551 .
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \begin_layout Standard
14560 Hay que instalar el paquete \SpecialChar LaTeX
14561  
14562 \series bold
14563 diagbox
14564 \series default
14565  para ver la parte siguiente en la salida.
14566 \end_layout
14567
14568 \begin_layout Standard
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574
14575 \backslash
14576 fi
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 Para más información sobre el paquete \SpecialChar LaTeX
14586  
14587 \series bold
14588 diagbox
14589 \series default
14590  consulta su documentación,
14591 \begin_inset space ~
14592 \end_inset
14593
14594
14595 \begin_inset CommandInset citation
14596 LatexCommand cite
14597 key "diagbox"
14598
14599 \end_inset
14600
14601 .
14602 \end_layout
14603
14604 \begin_layout Section
14605 Cuadros formales
14606 \begin_inset CommandInset label
14607 LatexCommand label
14608 name "sec:Cuadros-Formales"
14609
14610 \end_inset
14611
14612
14613 \begin_inset Index idx
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617 Cuadros ! Formales
14618 \end_layout
14619
14620 \end_inset
14621
14622  
14623 \end_layout
14624
14625 \begin_layout Standard
14626 En los libros, los cuadros se suelen presentar en un formato como el del
14627  cuadro 
14628 \begin_inset space ~
14629 \end_inset
14630
14631
14632 \begin_inset CommandInset ref
14633 LatexCommand ref
14634 reference "tab:Ejemplo-cuadro-formal"
14635
14636 \end_inset
14637
14638 .
14639  Se denominan cuadros 
14640 \emph on
14641 formales
14642 \emph default
14643 .
14644  Para hacer cuadros con este diseño, elige 
14645 \family sans
14646 Estilo
14647 \family default
14648
14649 \begin_inset space ~
14650 \end_inset
14651
14652
14653 \family sans
14654 Formal
14655 \family default
14656  en la solapa 
14657 \family sans
14658 Bordes
14659 \family default
14660  del diálogo de cuadros.
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset Float table
14665 placement h
14666 wide false
14667 sideways false
14668 status open
14669
14670 \begin_layout Plain Layout
14671 \begin_inset Caption Standard
14672
14673 \begin_layout Plain Layout
14674 \begin_inset CommandInset label
14675 LatexCommand label
14676 name "tab:Ejemplo-cuadro-formal"
14677
14678 \end_inset
14679
14680 Ejemplo de cuadro formal
14681 \end_layout
14682
14683 \end_inset
14684
14685
14686 \end_layout
14687
14688 \begin_layout Plain Layout
14689 \align center
14690 \begin_inset Tabular
14691 <lyxtabular version="3" rows="8" columns="4">
14692 <features booktabs="true" tabularvalignment="middle">
14693 <column alignment="center" valignment="top">
14694 <column alignment="center" valignment="top">
14695 <column alignment="center" valignment="top">
14696 <column alignment="center" valignment="top">
14697 <row>
14698 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 System
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 Chip
14712 \begin_inset space \thinspace{}
14713 \end_inset
14714
14715 1
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 Chip
14725 \begin_inset space \thinspace{}
14726 \end_inset
14727
14728 2
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 </row>
14743 <row>
14744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748 \begin_inset ERT
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752
14753
14754 \backslash
14755 cmidrule(r){2-2}
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \begin_inset ERT
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765
14766
14767 \backslash
14768 cmidrule(l){3-4}
14769 \end_layout
14770
14771 \end_inset
14772
14773 Detector thickness in µm
14774 \end_layout
14775
14776 \end_inset
14777 </cell>
14778 <cell alignment="center" valignment="top" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 300
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 300
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 700
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 </row>
14806 <row>
14807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811 Edge angle in °
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 3.55
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829 2.71
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 7.99
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row topspace="default">
14845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 Spatial resolution in µm
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 4.26
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 10.17
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 <cell alignment="center" valignment="top" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876 10.56
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row topspace="default">
14883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 MTF at 
14888 \begin_inset Formula $f_{\mathrm{max}}$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 0.53
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 0.37
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 0.39
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row topspace="default">
14925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 \begin_inset ERT
14930 status collapsed
14931
14932 \begin_layout Plain Layout
14933
14934
14935 \backslash
14936 cmidrule[2pt](l{10pt}){1-1}
14937 \end_layout
14938
14939 \end_inset
14940
14941 LSF-spatial resolution
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 in µm
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 129.7
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 52.75
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 50.78
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 in % of pixel size
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026 76.3
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 95.9
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 92.3
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 </lyxtabular>
15051
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Standard
15063 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
15064  correspondientes que se encuentran en la solapa 
15065 \family sans
15066 Bordes 
15067 \family default
15068 del diálogo
15069 \family sans
15070  Configuración
15071 \begin_inset space ~
15072 \end_inset
15073
15074 del
15075 \begin_inset space ~
15076 \end_inset
15077
15078 cuadro
15079 \family default
15080 , como se explica en la sección
15081 \begin_inset space ~
15082 \end_inset
15083
15084
15085 \begin_inset CommandInset ref
15086 LatexCommand ref
15087 reference "subsec:Espacio-adicional"
15088
15089 \end_inset
15090
15091 .
15092 \end_layout
15093
15094 \begin_layout Standard
15095 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15096  verticales.
15097  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15098  pero en la salida se mostrarán con distinto grosor:
15099 \begin_inset Newline newline
15100 \end_inset
15101
15102 Las líneas primera y última tienen un grosor predeterminado de 0.08
15103 \begin_inset space \thinspace{}
15104 \end_inset
15105
15106 em, las demás tienen un grosor predeterminado de 0.05
15107 \begin_inset space \thinspace{}
15108 \end_inset
15109
15110 em.
15111 \end_layout
15112
15113 \begin_layout Standard
15114 Estos valores predeterminados se pueden cambiar
15115 \series bold
15116  
15117 \series default
15118 con las líneas de preámbulo:
15119 \end_layout
15120
15121 \begin_layout Standard
15122
15123 \series bold
15124
15125 \backslash
15126 let
15127 \backslash
15128 mytoprule
15129 \backslash
15130 toprule
15131 \begin_inset Newline newline
15132 \end_inset
15133
15134
15135 \backslash
15136 renewcommand{
15137 \backslash
15138 toprule}{
15139 \backslash
15140 mytoprule[grosor]}
15141 \end_layout
15142
15143 \begin_layout Standard
15144 Este ejemplo es para la primera línea, la denominada 
15145 \series bold
15146 toprule
15147 \series default
15148 .
15149  Si quieres cambiar el grosor de la última línea, reemplaza 
15150 \series bold
15151 toprule
15152 \series default
15153  por 
15154 \series bold
15155 bottomrule
15156 \series default
15157 .
15158  Y para cambiar el grosor de las demás líneas cambia 
15159 \series bold
15160 toprule
15161 \series default
15162  por 
15163 \series bold
15164 midrule
15165 \series default
15166 .
15167  Puedes usar cualquiera de las unidades listadas en el apéndice
15168 \begin_inset space ~
15169 \end_inset
15170
15171
15172 \begin_inset CommandInset ref
15173 LatexCommand ref
15174 reference "cap:Unidades-disponibles-en"
15175
15176 \end_inset
15177
15178  para establecer el grosor.
15179 \end_layout
15180
15181 \begin_layout Standard
15182 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15183  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15184  \SpecialChar LyX
15185  empleará internamente el comando 
15186 \series bold
15187
15188 \backslash
15189 cmidrule
15190 \series default
15191  para dibujar la línea.
15192  El esquema completo es
15193 \end_layout
15194
15195 \begin_layout Standard
15196
15197 \series bold
15198
15199 \backslash
15200 cmidrule[grosor](recorte){inicol-fincol}
15201 \end_layout
15202
15203 \begin_layout Standard
15204 Por el momento, \SpecialChar LyX
15205  no soporta las opciones de 
15206 \series bold
15207
15208 \backslash
15209 cmidrule
15210 \series default
15211 , así que para usarlas hay que emplear código \SpecialChar TeX
15212 .
15213  Las líneas 
15214 \series bold
15215
15216 \backslash
15217 cmidrule
15218 \series default
15219  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15220  como primera entrada
15221  de la primera celda de una fila.
15222  En la salida se dibujará la línea sobre dicha fila.
15223 \end_layout
15224
15225 \begin_layout Standard
15226 El 
15227 \series bold
15228 grosor
15229 \series default
15230  predeterminado es 0.03
15231 \begin_inset space \thinspace{}
15232 \end_inset
15233
15234 em.
15235  
15236 \series bold
15237 inicol
15238 \series default
15239  es el número de la columna en la que comienza la línea y 
15240 \series bold
15241 fincol
15242 \series default
15243  es el número de la columna en la que acaba la línea.
15244  El valor 
15245 \series bold
15246 fincol
15247 \series default
15248  debe especificarse siempre, aunque la línea se extienda sobre una sola
15249  columna.
15250  El parámetro opcional 
15251 \series bold
15252 recorte
15253 \series default
15254  debe ser 
15255 \emph on
15256 l{recorte}
15257 \emph default
15258  o 
15259 \emph on
15260 r{recorte}
15261 \emph default
15262 , donde 
15263 \emph on
15264 recorte
15265 \emph default
15266  también es opcional.
15267  Por ejemplo, el parámetro 
15268 \emph on
15269 l{2pt}
15270 \emph default
15271  significa que la línea se recorta 2
15272 \begin_inset space \thinspace{}
15273 \end_inset
15274
15275 pt por su izquierda.
15276  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15277 \begin_inset space \thinspace{}
15278 \end_inset
15279
15280 em.
15281
15282 \series bold
15283  
15284 \end_layout
15285
15286 \begin_layout Standard
15287 \begin_inset VSpace bigskip
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Standard
15294 El cuadro
15295 \begin_inset space ~
15296 \end_inset
15297
15298
15299 \begin_inset CommandInset ref
15300 LatexCommand ref
15301 reference "tab:Ejemplo-cuadro-formal"
15302
15303 \end_inset
15304
15305  se ha creado con los comandos
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 cmidrule(r){2-2}
15314 \backslash
15315 cmidrule(l){3-4}
15316 \end_layout
15317
15318 \begin_layout Standard
15319 en la segunda fila, 
15320 \series bold
15321
15322 \backslash
15323 midrule
15324 \series default
15325  en la tercera, y
15326 \end_layout
15327
15328 \begin_layout Standard
15329
15330 \series bold
15331
15332 \backslash
15333 cmidrule[2pt](l{10pt}){1-1}
15334 \end_layout
15335
15336 \begin_layout Standard
15337 en la sexta fila.
15338 \end_layout
15339
15340 \begin_layout Standard
15341 \begin_inset VSpace bigskip
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \begin_layout Standard
15348 Quizá quieras superponer líneas 
15349 \series bold
15350
15351 \backslash
15352 cmidrules
15353 \series default
15354  como enl cuadro
15355 \begin_inset space ~
15356 \end_inset
15357
15358
15359 \begin_inset CommandInset ref
15360 LatexCommand ref
15361 reference "tab:Cuadro-formal-especial"
15362
15363 \end_inset
15364
15365 .
15366  Esto se consigue con el comando en código \SpecialChar TeX
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371
15372 \series bold
15373
15374 \backslash
15375 morecmidrules
15376 \end_layout
15377
15378 \begin_layout Standard
15379 El comando que se ha utilizado para la segunda fila del cuadro
15380 \begin_inset space ~
15381 \end_inset
15382
15383
15384 \begin_inset CommandInset ref
15385 LatexCommand ref
15386 reference "tab:Cuadro-formal-especial"
15387
15388 \end_inset
15389
15390  es
15391 \end_layout
15392
15393 \begin_layout Standard
15394
15395 \series bold
15396
15397 \backslash
15398 cmidrule(r){2-2}
15399 \backslash
15400 cmidrule(l){3-4}
15401 \backslash
15402 morecmidrules
15403 \backslash
15404 cmidrule{2-4}
15405 \end_layout
15406
15407 \begin_layout Standard
15408 El comando para la sexta fila es
15409 \end_layout
15410
15411 \begin_layout Standard
15412
15413 \series bold
15414
15415 \backslash
15416 midrule
15417 \backslash
15418 morecmidrules
15419 \backslash
15420 cmidrule{3-4}
15421 \series default
15422
15423 \begin_inset VSpace bigskip
15424 \end_inset
15425
15426
15427 \end_layout
15428
15429 \begin_layout Standard
15430 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15431  el siguiente comando para dibujar líneas que se extienden sobre todas las
15432  columnas
15433 \end_layout
15434
15435 \begin_layout Standard
15436
15437 \series bold
15438
15439 \backslash
15440 specialrule{anchura}{espacio superior}{espacio inferior}
15441 \end_layout
15442
15443 \begin_layout Standard
15444 Para más información sobre estas características especiales, acude al manual
15445  del paquete \SpecialChar LaTeX
15446  
15447 \series bold
15448 booktabs
15449 \series default
15450
15451 \begin_inset CommandInset citation
15452 LatexCommand cite
15453 key "booktabs"
15454
15455 \end_inset
15456
15457 .
15458 \begin_inset Index idx
15459 status collapsed
15460
15461 \begin_layout Plain Layout
15462 \SpecialChar LaTeX
15463 -paquetes ! booktabs
15464 \end_layout
15465
15466 \end_inset
15467
15468  
15469 \begin_inset VSpace bigskip
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \begin_layout Standard
15476 \begin_inset Float table
15477 placement h
15478 wide false
15479 sideways false
15480 status open
15481
15482 \begin_layout Plain Layout
15483 \begin_inset Caption Standard
15484
15485 \begin_layout Plain Layout
15486 \begin_inset CommandInset label
15487 LatexCommand label
15488 name "tab:Cuadro-formal-especial"
15489
15490 \end_inset
15491
15492 Cuadro formal especial
15493 \end_layout
15494
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Plain Layout
15501 \align center
15502 \begin_inset Tabular
15503 <lyxtabular version="3" rows="8" columns="4">
15504 <features booktabs="true" tabularvalignment="middle">
15505 <column alignment="center" valignment="top">
15506 <column alignment="center" valignment="top">
15507 <column alignment="center" valignment="top">
15508 <column alignment="center" valignment="top">
15509 <row>
15510 <cell alignment="center" valignment="top" topline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 System
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" topline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523 Chip
15524 \begin_inset space \thinspace{}
15525 \end_inset
15526
15527 1
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 Chip
15537 \begin_inset space \thinspace{}
15538 \end_inset
15539
15540 2
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 <row>
15556 <cell alignment="center" valignment="top" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 \begin_inset ERT
15561 status collapsed
15562
15563 \begin_layout Plain Layout
15564
15565
15566 \backslash
15567 cmidrule(r){2-2}
15568 \end_layout
15569
15570 \end_inset
15571
15572
15573 \begin_inset ERT
15574 status collapsed
15575
15576 \begin_layout Plain Layout
15577
15578
15579 \backslash
15580 cmidrule(l){3-4}
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \begin_inset ERT
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590
15591
15592 \backslash
15593 morecmidrules 
15594 \end_layout
15595
15596 \end_inset
15597
15598
15599 \begin_inset ERT
15600 status collapsed
15601
15602 \begin_layout Plain Layout
15603
15604
15605 \backslash
15606 cmidrule{2-4}
15607 \end_layout
15608
15609 \end_inset
15610
15611 Detector thickness in µm
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 300
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629 300
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 700
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 <row>
15645 <cell alignment="center" valignment="top" topline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 Edge angle in °
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" topline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 3.55
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 2.71
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 7.99
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row topspace="default">
15683 <cell alignment="center" valignment="top" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 Spatial resolution in µm
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 <cell alignment="center" valignment="top" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696 4.26
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 10.17
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 10.56
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 <row topspace="default">
15721 <cell alignment="center" valignment="top" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 MTF at 
15726 \begin_inset Formula $f_{\mathrm{max}}$
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 0.53
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 0.37
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 0.39
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 </row>
15762 <row>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 morecmidrules 
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \begin_inset ERT
15781 status collapsed
15782
15783 \begin_layout Plain Layout
15784
15785
15786 \backslash
15787 cmidrule{3-4}
15788 \end_layout
15789
15790 \end_inset
15791
15792 LSF-spatial resolution
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 in µm
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 129.7
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 52.75
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 50.78
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row>
15864 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 in % of pixel size
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 76.3
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 95.9
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 92.3
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 </row>
15901 </lyxtabular>
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \end_layout
15912
15913 \begin_layout Section
15914 Alineación vertical de cuadros
15915 \begin_inset Index idx
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919 Cuadros ! Alineación vertical
15920 \end_layout
15921
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \begin_layout Standard
15928 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15929  estar en un marco.
15930  Después el marco se puede alinear verticalmente como se describe en la
15931  sección
15932 \begin_inset space ~
15933 \end_inset
15934
15935
15936 \begin_inset CommandInset ref
15937 LatexCommand ref
15938 reference "sec:Diálogo-Marcos"
15939
15940 \end_inset
15941
15942 .
15943  
15944 \end_layout
15945
15946 \begin_layout Standard
15947 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15948 \begin_inset Foot
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 Las minipáginas se describen en la sección
15953 \begin_inset space ~
15954 \end_inset
15955
15956
15957 \begin_inset CommandInset ref
15958 LatexCommand ref
15959 reference "sec:Minipáginas"
15960
15961 \end_inset
15962
15963 .
15964 \end_layout
15965
15966 \end_inset
15967
15968  que tiene una anchura del 15
15969 \begin_inset space \thinspace{}
15970 \end_inset
15971
15972 % de columna:
15973 \end_layout
15974
15975 \begin_layout Itemize
15976 test 
15977 \begin_inset Box Frameless
15978 position "t"
15979 hor_pos "c"
15980 has_inner_box 1
15981 inner_pos "c"
15982 use_parbox 0
15983 use_makebox 0
15984 width "15col%"
15985 special "none"
15986 height "1in"
15987 height_special "totalheight"
15988 thickness "0.4pt"
15989 separation "3pt"
15990 shadowsize "4pt"
15991 framecolor "black"
15992 backgroundcolor "none"
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996 \begin_inset Tabular
15997 <lyxtabular version="3" rows="3" columns="3">
15998 <features tabularvalignment="middle">
15999 <column alignment="center" valignment="top">
16000 <column alignment="center" valignment="top">
16001 <column alignment="center" valignment="top">
16002 <row>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 a
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 d
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 g
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 b
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 e
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 h
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 c
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 f
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 i
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 </lyxtabular>
16090
16091 \end_inset
16092
16093
16094 \end_layout
16095
16096 \end_inset
16097
16098  test 
16099 \begin_inset ERT
16100 status collapsed
16101
16102 \begin_layout Plain Layout
16103
16104
16105 \backslash
16106 raisebox{0.85
16107 \backslash
16108 baselineskip}{
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \begin_inset Box Frameless
16115 position "t"
16116 hor_pos "c"
16117 has_inner_box 1
16118 inner_pos "c"
16119 use_parbox 0
16120 use_makebox 0
16121 width "15col%"
16122 special "none"
16123 height "1in"
16124 height_special "totalheight"
16125 thickness "0.4pt"
16126 separation "3pt"
16127 shadowsize "4pt"
16128 framecolor "black"
16129 backgroundcolor "none"
16130 status collapsed
16131
16132 \begin_layout Plain Layout
16133 \begin_inset Tabular
16134 <lyxtabular version="3" rows="3" columns="3">
16135 <features tabularvalignment="middle">
16136 <column alignment="center" valignment="top">
16137 <column alignment="center" valignment="top">
16138 <column alignment="center" valignment="top">
16139 <row>
16140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 a
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 d
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 g
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 b
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 e
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 h
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 c
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 f
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 i
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 </lyxtabular>
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \begin_inset ERT
16237 status collapsed
16238
16239 \begin_layout Plain Layout
16240
16241 }
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Itemize
16250 test 
16251 \begin_inset Box Frameless
16252 position "c"
16253 hor_pos "c"
16254 has_inner_box 1
16255 inner_pos "c"
16256 use_parbox 0
16257 use_makebox 0
16258 width "15col%"
16259 special "none"
16260 height "1in"
16261 height_special "totalheight"
16262 thickness "0.4pt"
16263 separation "3pt"
16264 shadowsize "4pt"
16265 framecolor "black"
16266 backgroundcolor "none"
16267 status collapsed
16268
16269 \begin_layout Plain Layout
16270 \begin_inset Tabular
16271 <lyxtabular version="3" rows="3" columns="3">
16272 <features tabularvalignment="middle">
16273 <column alignment="center" valignment="top">
16274 <column alignment="center" valignment="top">
16275 <column alignment="center" valignment="top">
16276 <row>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 a
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 d
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 g
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 b
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 e
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 h
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 c
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 f
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 i
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 </row>
16363 </lyxtabular>
16364
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \begin_layout Itemize
16376 test 
16377 \begin_inset Box Frameless
16378 position "b"
16379 hor_pos "c"
16380 has_inner_box 1
16381 inner_pos "c"
16382 use_parbox 0
16383 use_makebox 0
16384 width "15col%"
16385 special "none"
16386 height "1in"
16387 height_special "totalheight"
16388 thickness "0.4pt"
16389 separation "3pt"
16390 shadowsize "4pt"
16391 framecolor "black"
16392 backgroundcolor "none"
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396 \begin_inset Tabular
16397 <lyxtabular version="3" rows="3" columns="3">
16398 <features tabularvalignment="middle">
16399 <column alignment="center" valignment="top">
16400 <column alignment="center" valignment="top">
16401 <column alignment="center" valignment="top">
16402 <row>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 a
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 d
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 g
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 </row>
16431 <row>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 b
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 e
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 h
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 c
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 f
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 i
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 </lyxtabular>
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497
16498  test 
16499 \begin_inset ERT
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503
16504
16505 \backslash
16506 raisebox{-0.32
16507 \backslash
16508 baselineskip}{
16509 \end_layout
16510
16511 \end_inset
16512
16513
16514 \begin_inset Box Frameless
16515 position "b"
16516 hor_pos "c"
16517 has_inner_box 1
16518 inner_pos "c"
16519 use_parbox 0
16520 use_makebox 0
16521 width "15col%"
16522 special "none"
16523 height "1in"
16524 height_special "totalheight"
16525 thickness "0.4pt"
16526 separation "3pt"
16527 shadowsize "4pt"
16528 framecolor "black"
16529 backgroundcolor "none"
16530 status collapsed
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Tabular
16534 <lyxtabular version="3" rows="3" columns="3">
16535 <features tabularvalignment="middle">
16536 <column alignment="center" valignment="top">
16537 <column alignment="center" valignment="top">
16538 <column alignment="center" valignment="top">
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544 a
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 d
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 g
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 b
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 e
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 h
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 c
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 f
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 i
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 </lyxtabular>
16627
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634
16635
16636 \begin_inset ERT
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640
16641 }
16642 \end_layout
16643
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \begin_layout Standard
16650 Como ves, los contenidos de la primera y última filas no se alinean correctament
16651 e con la línea de texto donde está el cuadro.
16652  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16653  un cuadro elevado («raisebox»
16654 \begin_inset Foot
16655 status collapsed
16656
16657 \begin_layout Plain Layout
16658 El uso del comando 
16659 \series bold
16660
16661 \backslash
16662 raisebox
16663 \series default
16664  se explica en la sección
16665 \begin_inset space ~
16666 \end_inset
16667
16668
16669 \begin_inset CommandInset ref
16670 LatexCommand ref
16671 reference "subsec:Alineación-Vertical"
16672
16673 \end_inset
16674
16675 .
16676 \end_layout
16677
16678 \end_inset
16679
16680 ).
16681  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16682  usando el comando en código \SpecialChar TeX
16683
16684 \end_layout
16685
16686 \begin_layout Standard
16687
16688 \series bold
16689
16690 \backslash
16691 raisebox{0.85
16692 \backslash
16693 baselineskip}{
16694 \end_layout
16695
16696 \begin_layout Standard
16697 antes del marco.
16698  Tras él, se pone la llave de cierre 
16699 \series bold
16700 }
16701 \series default
16702  también en código \SpecialChar TeX
16703 .
16704  Para el segundo marco en el tercer ítem se usa el comando 
16705 \end_layout
16706
16707 \begin_layout Standard
16708
16709 \series bold
16710
16711 \backslash
16712 raisebox{-0.32
16713 \backslash
16714 baselineskip}{
16715 \end_layout
16716
16717 \begin_layout Standard
16718 \begin_inset Note Greyedout
16719 status open
16720
16721 \begin_layout Plain Layout
16722
16723 \series bold
16724 Not
16725 \series default
16726 a: La alineación del contenido de la fila con la línea del texto adyacente
16727  no es exacta.
16728  El factor necesario del comando 
16729 \series bold
16730
16731 \backslash
16732 raisebox
16733 \series default
16734  para este alineamiento depende de la tipografía del documento, del tamaño
16735  de letra y del grosor de línea del cuadro.
16736 \end_layout
16737
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \begin_layout Section
16744 Cuadros coloreados
16745 \begin_inset CommandInset label
16746 LatexCommand label
16747 name "sec:Cuadros-Coloreados"
16748
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \begin_layout Subsection
16755 Celdas coloreadas
16756 \begin_inset Index idx
16757 status collapsed
16758
16759 \begin_layout Plain Layout
16760 Cuadros ! Color ! en celdas
16761 \end_layout
16762
16763 \end_inset
16764
16765
16766 \begin_inset Index idx
16767 status collapsed
16768
16769 \begin_layout Plain Layout
16770 Color ! en celdas de cuadros
16771 \end_layout
16772
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \begin_layout Standard
16779 \begin_inset Float table
16780 placement h
16781 wide false
16782 sideways false
16783 status open
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Caption Standard
16787
16788 \begin_layout Plain Layout
16789 \begin_inset CommandInset label
16790 LatexCommand label
16791 name "tab:Cuadro-coloreado-sin"
16792
16793 \end_inset
16794
16795 Cuadro coloreado sin usar el paquete 
16796 \series bold
16797 colortbl
16798 \series default
16799
16800 \begin_inset Argument 1
16801 status open
16802
16803 \begin_layout Plain Layout
16804 Cuadro sin colortbl
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \begin_layout Plain Layout
16818 \align center
16819 \begin_inset Tabular
16820 <lyxtabular version="3" rows="3" columns="3">
16821 <features tabularvalignment="middle">
16822 <column alignment="center" valignment="top">
16823 <column alignment="center" valignment="top">
16824 <column alignment="center" valignment="top">
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \color green
16832 a
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841
16842 \color red
16843 b
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852
16853 \color red
16854 c
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \color green
16867 d
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \color blue
16878 e
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \color blue
16889 f
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \color green
16902 g
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \color blue
16913 h
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \color blue
16924 i
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 </lyxtabular>
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \begin_layout Standard
16943 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16944  el menú 
16945 \family sans
16946 Editar\SpecialChar menuseparator
16947 Estilo
16948 \begin_inset space ~
16949 \end_inset
16950
16951 del
16952 \begin_inset space ~
16953 \end_inset
16954
16955 Texto
16956 \family default
16957 .
16958  Esto se ha hecho enl cuadro
16959 \begin_inset space ~
16960 \end_inset
16961
16962
16963 \begin_inset CommandInset ref
16964 LatexCommand ref
16965 reference "tab:Cuadro-coloreado-sin"
16966
16967 \end_inset
16968
16969 .
16970  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16971  
16972 \series bold
16973 colortbl
16974 \series default
16975 .
16976 \begin_inset Index idx
16977 status collapsed
16978
16979 \begin_layout Plain Layout
16980 \SpecialChar LaTeX
16981 -paquetes ! colortbl
16982 \end_layout
16983
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \begin_layout Standard
16990 \begin_inset ERT
16991 status collapsed
16992
16993 \begin_layout Plain Layout
16994
16995
16996 \backslash
16997 ifcolortbl
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \begin_inset Note Note
17004 status open
17005
17006 \begin_layout Plain Layout
17007 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17008  \SpecialChar LaTeX
17009  
17010 \series bold
17011 colortbl
17012 \series default
17013 .
17014 \end_layout
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \begin_layout Standard
17022 Para crear cuadros coloreados, 
17023 \series bold
17024 colortbl
17025 \series default
17026  debe cargarse en el preámbulo con la línea
17027 \end_layout
17028
17029 \begin_layout Standard
17030
17031 \series bold
17032
17033 \backslash
17034 usepackage{colortbl}
17035 \end_layout
17036
17037 \begin_layout Standard
17038 El color de una columna se define con el comando
17039 \end_layout
17040
17041 \begin_layout Standard
17042
17043 \series bold
17044
17045 \backslash
17046 columncolor{nombre del color}
17047 \end_layout
17048
17049 \begin_layout Standard
17050 dentro del comando 
17051 \series bold
17052 >{ }
17053 \series default
17054 .
17055  El comando 
17056 \series bold
17057 >{}
17058 \series default
17059  se explica en la sección
17060 \begin_inset space ~
17061 \end_inset
17062
17063
17064 \begin_inset CommandInset ref
17065 LatexCommand ref
17066 reference "subsec:Cálculos-en-Multicolumnas"
17067
17068 \end_inset
17069
17070 .
17071 \end_layout
17072
17073 \begin_layout Standard
17074 Los siguientes nombres de color están predefinidos:
17075 \end_layout
17076
17077 \begin_layout Standard
17078
17079 \family sans
17080 red
17081 \family default
17082
17083 \family sans
17084 green
17085 \family default
17086
17087 \family sans
17088 yellow, blue
17089 \family default
17090
17091 \family sans
17092 cyan
17093 \family default
17094 \series bold
17095 ,
17096 \series default
17097  
17098 \family sans
17099 magenta, black
17100 \family default
17101
17102 \family sans
17103 white
17104 \end_layout
17105
17106 \begin_layout Standard
17107 \begin_inset VSpace medskip
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \begin_layout Standard
17114 Si añades las opciones
17115 \end_layout
17116
17117 \begin_layout Standard
17118
17119 \series bold
17120 usenames,dvipsnames
17121 \end_layout
17122
17123 \begin_layout Standard
17124 en las opciones de clase en la configuración del documento, es posible usar
17125  hasta 61 colores más.
17126  Estos colores se listan en el apéndice
17127 \begin_inset space ~
17128 \end_inset
17129
17130
17131 \begin_inset CommandInset ref
17132 LatexCommand ref
17133 reference "chap:Lista-de-colores-dvips"
17134
17135 \end_inset
17136
17137 .
17138  Uno de estos colores, 
17139 \family sans
17140 Maroon
17141 \family default
17142 , se ha usado en el cuadro de ejemplo
17143 \begin_inset CommandInset ref
17144 LatexCommand ref
17145 reference "tab:Cuadro-coloreado-con"
17146
17147 \end_inset
17148
17149 .
17150 \end_layout
17151
17152 \begin_layout Standard
17153 \begin_inset VSpace medskip
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Standard
17160 Puedes definir tus propios colores con el comando
17161 \end_layout
17162
17163 \begin_layout Standard
17164
17165 \series bold
17166
17167 \backslash
17168 definecolor{nombre del color}{modelo de color}{valores de color}
17169 \end_layout
17170
17171 \begin_layout Standard
17172 El 
17173 \emph on
17174 modelo de color
17175 \emph default
17176  puede ser
17177 \end_layout
17178
17179 \begin_layout Labeling
17180 \labelwidthstring 00.00.0000
17181 cmyk: cyan, magenta, yellow, black
17182 \end_layout
17183
17184 \begin_layout Labeling
17185 \labelwidthstring 00.00.0000
17186 rgb: red, green, blue
17187 \end_layout
17188
17189 \begin_layout Labeling
17190 \labelwidthstring 00.00.0000
17191 gray: gray
17192 \end_layout
17193
17194 \begin_layout Standard
17195 y los 
17196 \emph on
17197 valores de color
17198 \emph default
17199  son números separados por comas entre 0 y 1 que describen el factor para
17200  el color correspondiente del modelo de color.
17201 \end_layout
17202
17203 \begin_layout Standard
17204 Por ejemplo, puedes definir el color
17205 \series bold
17206  
17207 \series default
17208 «
17209 \emph on
17210 verde oscuro
17211 \emph default
17212 » en el preámbulo con
17213 \end_layout
17214
17215 \begin_layout Standard
17216
17217 \series bold
17218
17219 \backslash
17220 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 y el color «
17225 \emph on
17226 gris claro
17227 \emph default
17228 » con
17229 \end_layout
17230
17231 \begin_layout Standard
17232
17233 \series bold
17234
17235 \backslash
17236 definecolor{grisclaro}{gray}{0.8}
17237 \end_layout
17238
17239 \begin_layout Standard
17240 \begin_inset VSpace medskip
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 Las líneas se colorean con el comando
17248 \end_layout
17249
17250 \begin_layout Standard
17251
17252 \series bold
17253
17254 \backslash
17255 rowcolor{nombre del color}
17256 \end_layout
17257
17258 \begin_layout Standard
17259 y las celdas se colorean con el comando
17260 \end_layout
17261
17262 \begin_layout Standard
17263
17264 \series bold
17265
17266 \backslash
17267 cellcolor{nombre del color}
17268 \end_layout
17269
17270 \begin_layout Standard
17271 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17272 .
17273 \end_layout
17274
17275 \begin_layout Standard
17276 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17277 \family sans
17278 Editar\SpecialChar menuseparator
17279 Estilo
17280 \begin_inset space ~
17281 \end_inset
17282
17283 del
17284 \begin_inset space ~
17285 \end_inset
17286
17287 Texto
17288 \family default
17289 .
17290  Si una celda contiene código \SpecialChar TeX
17291  marca sólo los caracteres, si no el código
17292  \SpecialChar TeX
17293  en color puede ocasionar errores de \SpecialChar LaTeX
17294 .
17295 \end_layout
17296
17297 \begin_layout Standard
17298 \begin_inset Note Greyedout
17299 status open
17300
17301 \begin_layout Plain Layout
17302
17303 \series bold
17304 Nota:
17305 \series default
17306  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17307 \end_layout
17308
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Standard
17315 \begin_inset VSpace bigskip
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \begin_layout Standard
17322 Para crear el cuadro
17323 \begin_inset space ~
17324 \end_inset
17325
17326
17327 \begin_inset CommandInset ref
17328 LatexCommand ref
17329 reference "tab:Cuadro-coloreado-con"
17330
17331 \end_inset
17332
17333  haz lo siguiente: el color de la primera columna debe ser 
17334 \emph on
17335 verde oscuro
17336 \emph default
17337 , entonces inserta
17338 \end_layout
17339
17340 \begin_layout Standard
17341
17342 \series bold
17343 >{
17344 \backslash
17345 columncolor{verdeoscuro}
17346 \backslash
17347 centering}c
17348 \end_layout
17349
17350 \begin_layout Standard
17351 como argumento \SpecialChar LaTeX
17352  para esta columna.
17353  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17354
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \series bold
17360
17361 \backslash
17362 rowcolor{cyan}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 en la primera celda de esta fila.
17367  Observa que esto sobrescribe el color de la columna para la primera celda.
17368  La última celda de la última fila se colorea granate insertando el comando
17369  en código \SpecialChar TeX
17370
17371 \end_layout
17372
17373 \begin_layout Standard
17374
17375 \series bold
17376
17377 \backslash
17378 cellcolor{Maroon}
17379 \end_layout
17380
17381 \begin_layout Standard
17382 Ahora podrían colorearse los caracteres usando el menú 
17383 \family sans
17384 Editar\SpecialChar menuseparator
17385 Estilo
17386 \begin_inset space ~
17387 \end_inset
17388
17389 del
17390 \begin_inset space ~
17391 \end_inset
17392
17393 Texto
17394 \family default
17395 .
17396 \end_layout
17397
17398 \begin_layout Standard
17399 \begin_inset Float table
17400 placement h
17401 wide false
17402 sideways false
17403 status open
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Caption Standard
17407
17408 \begin_layout Plain Layout
17409 \begin_inset CommandInset label
17410 LatexCommand label
17411 name "tab:Cuadro-coloreado-con"
17412
17413 \end_inset
17414
17415 Cuadro coloreado con el paquete 
17416 \series bold
17417 colortbl
17418 \series default
17419
17420 \begin_inset Argument 1
17421 status collapsed
17422
17423 \begin_layout Plain Layout
17424 Cuadro con 
17425 \series bold
17426 colortbl
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \begin_layout Plain Layout
17440 \align center
17441 \begin_inset Tabular
17442 <lyxtabular version="3" rows="3" columns="3">
17443 <features tabularvalignment="middle">
17444 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17445 <column alignment="center" valignment="top">
17446 <column alignment="center" valignment="top">
17447 <row>
17448 <cell alignment="center" valignment="top" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 \begin_inset ERT
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456
17457
17458 \backslash
17459 rowcolor{cyan}
17460 \end_layout
17461
17462 \end_inset
17463
17464
17465 \color magenta
17466 a
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \color red
17477 b
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486
17487 \color red
17488 c
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 </row>
17494 <row>
17495 <cell alignment="center" valignment="top" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \color yellow
17501 d
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \color blue
17512 e
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \color blue
17523 f
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \color yellow
17536 g
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545
17546 \color blue
17547 h
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset ERT
17557 status collapsed
17558
17559 \begin_layout Plain Layout
17560
17561
17562 \backslash
17563 cellcolor{Maroon}
17564 \end_layout
17565
17566 \end_inset
17567
17568
17569 \color green
17570 i
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 </lyxtabular>
17577
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset ERT
17590 status collapsed
17591
17592 \begin_layout Plain Layout
17593
17594
17595 \backslash
17596 else
17597 \end_layout
17598
17599 \end_inset
17600
17601
17602 \begin_inset Note Note
17603 status open
17604
17605 \begin_layout Plain Layout
17606 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17607  
17608 \series bold
17609 colortbl
17610 \series default
17611 .
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Standard
17620 Debes instalar el paquete \SpecialChar LaTeX
17621  
17622 \series bold
17623 colortbl
17624 \series default
17625  para ver la parte siguiente en la salida.
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 fi
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Subsection
17645 Filas coloreadas
17646 \begin_inset Index idx
17647 status collapsed
17648
17649 \begin_layout Plain Layout
17650 Cuadros ! Color ! para filas
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \begin_inset Index idx
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660 Color ! para filas de cuadros
17661 \end_layout
17662
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \begin_layout Standard
17669 En caso de querer colorear una de cada dos filas, hay un método alternativo
17670  al descrito en la sección anterior.
17671  Se carga el paquete 
17672 \series bold
17673 xcolor
17674 \series default
17675
17676 \begin_inset Index idx
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680 \SpecialChar LaTeX
17681 -paquetes ! xcolor
17682 \begin_inset ERT
17683 status collapsed
17684
17685 \begin_layout Plain Layout
17686
17687
17688 \backslash
17689 vspace{4mm}
17690 \end_layout
17691
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698
17699  en el preámbulo del documento con el comando
17700 \end_layout
17701
17702 \begin_layout Standard
17703
17704 \series bold
17705
17706 \backslash
17707 usepackage[table]{xcolor}
17708 \end_layout
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713 xcolor
17714 \series default
17715  carga automáticamente el paquete 
17716 \series bold
17717 colortbl
17718 \series default
17719
17720 \begin_inset Index idx
17721 status collapsed
17722
17723 \begin_layout Plain Layout
17724 \SpecialChar LaTeX
17725 -paquetes ! colortbl
17726 \end_layout
17727
17728 \end_inset
17729
17730 , por tanto 
17731 \series bold
17732 colortbl
17733 \series default
17734  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17735 .
17736 \end_layout
17737
17738 \begin_layout Standard
17739 \begin_inset ERT
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743
17744
17745 \backslash
17746 ifcolortbl
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \begin_inset Note Note
17753 status open
17754
17755 \begin_layout Plain Layout
17756 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17757  \SpecialChar LaTeX
17758  
17759 \series bold
17760 colortbl
17761 \series default
17762 .
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 Las filas del cuadro se colorean con el comando
17772 \end_layout
17773
17774 \begin_layout Standard
17775
17776 \series bold
17777
17778 \backslash
17779 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17780 \end_layout
17781
17782 \begin_layout Standard
17783 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17784  delante del primer
17785  cuadro a colorear.
17786  
17787 \emph on
17788 número_de_fila
17789 \emph default
17790  es el número de la primera fila que debe colorearse con el color de fila
17791  impar, 
17792 \emph on
17793 comandos
17794 \emph default
17795  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17796  cuadro.
17797  Por ejemplo, 
17798 \end_layout
17799
17800 \begin_layout Standard
17801
17802 \series bold
17803
17804 \backslash
17805 rowcolors{1}{white}{lightgray}
17806 \end_layout
17807
17808 \begin_layout Standard
17809 genera el esquema de colores del cuadro
17810 \begin_inset space ~
17811 \end_inset
17812
17813
17814 \begin_inset CommandInset ref
17815 LatexCommand ref
17816 reference "tab:Cuadro-filas_color"
17817
17818 \end_inset
17819
17820 .
17821  El comando
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 rowcolors[
17830 \backslash
17831 hline]{1}{lightgray}{cyan}
17832 \end_layout
17833
17834 \begin_layout Standard
17835 genera el esquema de colores del cuadro
17836 \begin_inset space ~
17837 \end_inset
17838
17839
17840 \begin_inset CommandInset ref
17841 LatexCommand ref
17842 reference "tab:Cuadro-filas_color2"
17843
17844 \end_inset
17845
17846 .
17847  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17848  usará ningún color, de forma que el comando
17849 \end_layout
17850
17851 \begin_layout Standard
17852
17853 \series bold
17854
17855 \backslash
17856 rowcolors{1}{}{}
17857 \end_layout
17858
17859 \begin_layout Standard
17860 deja sin color las filas de todos los cuadros siguientes.
17861 \end_layout
17862
17863 \begin_layout Standard
17864 \begin_inset ERT
17865 status open
17866
17867 \begin_layout Plain Layout
17868
17869
17870 \backslash
17871 rowcolors{1}{white}{lightgray}
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \begin_inset Float table
17881 placement h
17882 wide false
17883 sideways false
17884 status open
17885
17886 \begin_layout Plain Layout
17887 \begin_inset Caption Standard
17888
17889 \begin_layout Plain Layout
17890
17891 \lang english
17892 \begin_inset CommandInset label
17893 LatexCommand label
17894 name "tab:Cuadro-filas_color"
17895
17896 \end_inset
17897
17898
17899 \lang spanish
17900 Cuadro con filas alternas coloreadas en gris claro.
17901 \end_layout
17902
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \begin_layout Plain Layout
17909 \align center
17910 \begin_inset Tabular
17911 <lyxtabular version="3" rows="4" columns="3">
17912 <features tabularvalignment="middle">
17913 <column alignment="center" valignment="top">
17914 <column alignment="center" valignment="top" width="0pt">
17915 <column alignment="center" valignment="top" width="0pt">
17916 <row>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 X
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 Y
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 Z
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 1
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 2
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 3
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 </row>
17974 <row>
17975 <cell alignment="center" valignment="top" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 4
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 5
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 6
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 7
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 8
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 9
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 </row>
18032 </lyxtabular>
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Standard
18045 \begin_inset ERT
18046 status open
18047
18048 \begin_layout Plain Layout
18049
18050
18051 \backslash
18052 rowcolors[
18053 \backslash
18054 hline]{1}{lightgray}{cyan}
18055 \end_layout
18056
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \begin_layout Standard
18063 \begin_inset Float table
18064 placement h
18065 wide false
18066 sideways false
18067 status open
18068
18069 \begin_layout Plain Layout
18070 \begin_inset Caption Standard
18071
18072 \begin_layout Plain Layout
18073 \begin_inset CommandInset label
18074 LatexCommand label
18075 name "tab:Cuadro-filas_color2"
18076
18077 \end_inset
18078
18079 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
18080 \end_layout
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \begin_layout Plain Layout
18088 \align center
18089 \begin_inset Tabular
18090 <lyxtabular version="3" rows="4" columns="3">
18091 <features tabularvalignment="middle">
18092 <column alignment="center" valignment="top">
18093 <column alignment="center" valignment="top">
18094 <column alignment="center" valignment="top" width="0pt">
18095 <row>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 X
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 Y
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 Z
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 </row>
18124 <row>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 1
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 2
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 3
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 </row>
18153 <row>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 4
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 5
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 6
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 </row>
18182 <row>
18183 <cell alignment="center" valignment="top" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 7
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 8
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 9
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 </row>
18211 </lyxtabular>
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \begin_layout Standard
18224 \begin_inset ERT
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228
18229
18230 \backslash
18231 rowcolors{1}{}{}
18232 \end_layout
18233
18234 \end_inset
18235
18236
18237 \begin_inset Note Note
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241 Desactiva el coloreado de filas
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset ERT
18251 status collapsed
18252
18253 \begin_layout Plain Layout
18254
18255
18256 \backslash
18257 else
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \begin_inset Note Note
18264 status open
18265
18266 \begin_layout Plain Layout
18267 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18268  
18269 \series bold
18270 colortbl
18271 \series default
18272 .
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Standard
18281 Debes instalar el paquete \SpecialChar LaTeX
18282  
18283 \series bold
18284 colortbl
18285 \series default
18286  para ver la parte siguiente en la salida.
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295
18296 \backslash
18297 fi
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \begin_layout Subsection
18306 Líneas coloreadas
18307 \begin_inset Index idx
18308 status collapsed
18309
18310 \begin_layout Plain Layout
18311 Cuadros ! Color ! en líneas
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \begin_inset Index idx
18318 status collapsed
18319
18320 \begin_layout Plain Layout
18321 Color ! en bordes de cuadros
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \begin_layout Standard
18330 Como se describe en la sección
18331 \begin_inset space ~
18332 \end_inset
18333
18334
18335 \begin_inset CommandInset ref
18336 LatexCommand ref
18337 reference "subsec:Grosor-de-Líneas"
18338
18339 \end_inset
18340
18341 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18342  
18343 \series bold
18344
18345 \backslash
18346 arrayrulewidth
18347 \series default
18348 .
18349  Se ha puesto 1.5
18350 \begin_inset space \thinspace{}
18351 \end_inset
18352
18353 pt para todos los cuadros de esta sección.
18354 \begin_inset ERT
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358
18359
18360 \backslash
18361 setlength{
18362 \backslash
18363 arrayrulewidth}{1.5pt}
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18373  el preámbulo del documento el siguiente formato de columna, de acuerdo
18374  a lo descrito en la sección
18375 \begin_inset space ~
18376 \end_inset
18377
18378
18379 \begin_inset CommandInset ref
18380 LatexCommand ref
18381 reference "subsec:Formato-Personalizado"
18382
18383 \end_inset
18384
18385 :
18386 \end_layout
18387
18388 \begin_layout Standard
18389
18390 \series bold
18391
18392 \backslash
18393 newcolumntype{W}{!{
18394 \backslash
18395 color{green}
18396 \backslash
18397 vline}}
18398 \end_layout
18399
18400 \begin_layout Standard
18401 Para el cuadro
18402 \begin_inset space ~
18403 \end_inset
18404
18405
18406 \begin_inset CommandInset ref
18407 LatexCommand ref
18408 reference "tab:Cuadro-con-verticales-coloreadas"
18409
18410 \end_inset
18411
18412  se usó el argumento \SpecialChar LaTeX
18413
18414 \series bold
18415  WcW
18416 \series default
18417  para la última columna y
18418 \series bold
18419  Wc
18420 \series default
18421  para las demás.
18422 \end_layout
18423
18424 \begin_layout Standard
18425 Si quieres tener varios colores, define más formatos de columna.
18426 \end_layout
18427
18428 \begin_layout Standard
18429 \begin_inset Float table
18430 placement h
18431 wide false
18432 sideways false
18433 status open
18434
18435 \begin_layout Plain Layout
18436 \begin_inset Caption Standard
18437
18438 \begin_layout Plain Layout
18439 \begin_inset CommandInset label
18440 LatexCommand label
18441 name "tab:Cuadro-con-verticales-coloreadas"
18442
18443 \end_inset
18444
18445 Cuadro con líneas verticales coloreadas
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Plain Layout
18454 \align center
18455 \begin_inset Tabular
18456 <lyxtabular version="3" rows="3" columns="3">
18457 <features tabularvalignment="middle">
18458 <column alignment="center" valignment="top" special="Wc">
18459 <column alignment="center" valignment="top" special="Wc">
18460 <column alignment="center" valignment="top" special="WcW">
18461 <row>
18462 <cell alignment="center" valignment="top" topline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 sd
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 <row>
18491 <cell alignment="center" valignment="top" topline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 sd
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 </row>
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 sd
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 </lyxtabular>
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset VSpace bigskip
18562 \end_inset
18563
18564 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18565 \begin_inset space ~
18566 \end_inset
18567
18568
18569 \begin_inset CommandInset ref
18570 LatexCommand ref
18571 reference "tab:Cuadro-con-horizontales-coloreadas"
18572
18573 \end_inset
18574
18575 , inserta estos comandos en código \SpecialChar TeX
18576  antes del cuadro o del flotante:
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582
18583 \backslash
18584 let
18585 \backslash
18586 myHlineC
18587 \backslash
18588 hline
18589 \begin_inset Newline newline
18590 \end_inset
18591
18592
18593 \backslash
18594 renewcommand{
18595 \backslash
18596 hline}
18597 \begin_inset Newline newline
18598 \end_inset
18599
18600
18601 \begin_inset Phantom HPhantom
18602 status open
18603
18604 \begin_layout Plain Layout
18605
18606 \series bold
18607 \begin_inset space ~
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \end_inset
18614
18615 {
18616 \backslash
18617 arrayrulecolor{red}
18618 \backslash
18619 myHlineC
18620 \backslash
18621 arrayrulecolor{black}}
18622 \end_layout
18623
18624 \begin_layout Standard
18625 \begin_inset ERT
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629
18630
18631 \backslash
18632 let
18633 \backslash
18634 myHlineC
18635 \backslash
18636 hline
18637 \end_layout
18638
18639 \begin_layout Plain Layout
18640
18641
18642 \backslash
18643 renewcommand{
18644 \backslash
18645 hline}
18646 \end_layout
18647
18648 \begin_layout Plain Layout
18649
18650  {
18651 \backslash
18652 arrayrulecolor{red}
18653 \backslash
18654 myHlineC
18655 \backslash
18656 arrayrulecolor{black}}
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \begin_inset Float table
18663 placement h
18664 wide false
18665 sideways false
18666 status open
18667
18668 \begin_layout Plain Layout
18669 \begin_inset Caption Standard
18670
18671 \begin_layout Plain Layout
18672 \begin_inset CommandInset label
18673 LatexCommand label
18674 name "tab:Cuadro-con-horizontales-coloreadas"
18675
18676 \end_inset
18677
18678 Cuadro con líneas horizontales coloreadas
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Plain Layout
18687 \align center
18688 \begin_inset Tabular
18689 <lyxtabular version="3" rows="3" columns="3">
18690 <features tabularvalignment="middle">
18691 <column alignment="center" valignment="top">
18692 <column alignment="center" valignment="top">
18693 <column alignment="center" valignment="top">
18694 <row>
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 sd
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 </row>
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 sd
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 sd
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 </lyxtabular>
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Standard
18794 Para volver al color de línea negro predeterminado inserta este comando
18795  en código \SpecialChar TeX
18796  detrás del cuadro o el flotante:
18797 \end_layout
18798
18799 \begin_layout Standard
18800
18801 \series bold
18802
18803 \backslash
18804 renewcommand{
18805 \backslash
18806 hline}{
18807 \backslash
18808 myHlineC}
18809 \end_layout
18810
18811 \begin_layout Standard
18812 El cuadro
18813 \begin_inset space ~
18814 \end_inset
18815
18816
18817 \begin_inset CommandInset ref
18818 LatexCommand ref
18819 reference "tab:Cuadro-con-líneas-coloreadas"
18820
18821 \end_inset
18822
18823  es un ejemplo con líneas verticales y horizontales coloreadas.
18824 \end_layout
18825
18826 \begin_layout Standard
18827 \begin_inset Float table
18828 placement h
18829 wide false
18830 sideways false
18831 status open
18832
18833 \begin_layout Plain Layout
18834 \begin_inset Caption Standard
18835
18836 \begin_layout Plain Layout
18837 \begin_inset CommandInset label
18838 LatexCommand label
18839 name "tab:Cuadro-con-líneas-coloreadas"
18840
18841 \end_inset
18842
18843 Cuadro con líneas coloreadas
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Plain Layout
18852 \align center
18853 \begin_inset Tabular
18854 <lyxtabular version="3" rows="3" columns="3">
18855 <features tabularvalignment="middle">
18856 <column alignment="center" valignment="top" special="Wc">
18857 <column alignment="center" valignment="top" special="Wc">
18858 <column alignment="center" valignment="top" special="WcW">
18859 <row>
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 <cell alignment="center" valignment="top" topline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row>
18889 <cell alignment="center" valignment="top" topline="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" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 sd
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 sd
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 </lyxtabular>
18947
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset ERT
18960 status collapsed
18961
18962 \begin_layout Plain Layout
18963
18964
18965 \backslash
18966 renewcommand{
18967 \backslash
18968 hline}{
18969 \backslash
18970 myHlineC}
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Standard
18979 \begin_inset ERT
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983
18984
18985 \backslash
18986 setlength{
18987 \backslash
18988 arrayrulewidth}{0.4pt}
18989 \end_layout
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \begin_layout Section
18997 Celdas de cuadro rotadas
18998 \begin_inset CommandInset label
18999 LatexCommand label
19000 name "sec:Celdas de cuadro giradas"
19001
19002 \end_inset
19003
19004
19005 \begin_inset Index idx
19006 status collapsed
19007
19008 \begin_layout Plain Layout
19009 Cuadros ! Celdas rotadas
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \begin_inset Index idx
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019 Material rotado
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Standard
19028
19029 \lang english
19030 \begin_inset Note Greyedout
19031 status open
19032
19033 \begin_layout Plain Layout
19034
19035 \series bold
19036 Nota:
19037 \series default
19038  No todos los visores DVI pueden mostrar rotaciones.
19039 \end_layout
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \begin_layout Standard
19047 El cuadro
19048 \begin_inset space ~
19049 \end_inset
19050
19051
19052 \begin_inset CommandInset ref
19053 LatexCommand ref
19054 reference "tab:Cuadro-celdas-rotadas"
19055
19056 \end_inset
19057
19058  es un ejemplo con tres celdas rotadas 45
19059 \begin_inset space \thinspace{}
19060 \end_inset
19061
19062 °.
19063 \end_layout
19064
19065 \begin_layout Standard
19066 \begin_inset Float table
19067 wide false
19068 sideways false
19069 status open
19070
19071 \begin_layout Plain Layout
19072 \begin_inset Caption Standard
19073
19074 \begin_layout Plain Layout
19075 \begin_inset CommandInset label
19076 LatexCommand label
19077 name "tab:Cuadro-celdas-rotadas"
19078
19079 \end_inset
19080
19081 Cuadro con celdas rotadas en la primera fila.
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \begin_layout Plain Layout
19090 \noindent
19091 \align center
19092 \begin_inset Tabular
19093 <lyxtabular version="3" rows="2" columns="3">
19094 <features tabularvalignment="middle">
19095 <column alignment="center" valignment="top" width="0pt">
19096 <column alignment="center" valignment="top" width="0pt">
19097 <column alignment="center" valignment="top" width="0pt">
19098 <row>
19099 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 copas
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 platos
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 fuentes
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 </row>
19127 <row>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 45
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 33
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 21
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 </lyxtabular>
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Standard
19169 \begin_inset Note Greyedout
19170 status open
19171
19172 \begin_layout Plain Layout
19173
19174 \series bold
19175 Nota:
19176 \series default
19177  Los saltos de línea (atajo 
19178 \begin_inset Info
19179 type  "shortcut"
19180 arg   "newline-insert newline"
19181 \end_inset
19182
19183 ) no están permitidos en celdas rotadas.
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Standard
19192 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
19193  el contenido de la celda en una minipágina o en un marco de párrafo.
19194 \begin_inset Foot
19195 status collapsed
19196
19197 \begin_layout Plain Layout
19198 Más información acerca de estos cuadros en la sección
19199 \begin_inset space ~
19200 \end_inset
19201
19202
19203 \begin_inset CommandInset ref
19204 LatexCommand ref
19205 reference "sec:Minipáginas"
19206
19207 \end_inset
19208
19209  y 
19210 \begin_inset CommandInset ref
19211 LatexCommand ref
19212 reference "sec:Marcos-de-Párrafo"
19213
19214 \end_inset
19215
19216 .
19217  
19218 \end_layout
19219
19220 \end_inset
19221
19222  Si esta celda se rota 90
19223 \begin_inset space \thinspace{}
19224 \end_inset
19225
19226 °, la anchura del marco es la altura de la celda.
19227  El cuadro
19228 \begin_inset space ~
19229 \end_inset
19230
19231
19232 \begin_inset CommandInset ref
19233 LatexCommand ref
19234 reference "tab:Cuadro-rotación-multilínea"
19235
19236 \end_inset
19237
19238  es un ejemplo de una celda rotada con salto de línea en la que la anchura
19239  del marco se ha establecido en 3
19240 \begin_inset space \thinspace{}
19241 \end_inset
19242
19243 cm.
19244 \end_layout
19245
19246 \begin_layout Standard
19247
19248 \lang english
19249 \begin_inset Float table
19250 wide false
19251 sideways false
19252 status open
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Caption Standard
19256
19257 \begin_layout Plain Layout
19258 \begin_inset CommandInset label
19259 LatexCommand label
19260 name "tab:Cuadro-rotación-multilínea"
19261
19262 \end_inset
19263
19264 Cuadro con salto de línea en una celda rotada
19265 \end_layout
19266
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \begin_layout Plain Layout
19273 \noindent
19274 \align center
19275 \begin_inset Tabular
19276 <lyxtabular version="3" rows="2" columns="3">
19277 <features tabularvalignment="middle">
19278 <column alignment="center" valignment="top">
19279 <column alignment="center" valignment="top" width="0pt">
19280 <column alignment="center" valignment="top">
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 a
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 \begin_inset Box Frameless
19296 position "t"
19297 hor_pos "c"
19298 has_inner_box 1
19299 inner_pos "t"
19300 use_parbox 0
19301 use_makebox 0
19302 width "3cm"
19303 special "none"
19304 height "1in"
19305 height_special "totalheight"
19306 thickness "0.4pt"
19307 separation "3pt"
19308 shadowsize "4pt"
19309 framecolor "black"
19310 backgroundcolor "none"
19311 status open
19312
19313 \begin_layout Plain Layout
19314 celda rotada
19315 \begin_inset Newline newline
19316 \end_inset
19317
19318 con salto de línea
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 e
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 b
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 c
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 d
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 </lyxtabular>
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \begin_layout Section
19380 Cálculo de la anchura de cuadros
19381 \begin_inset CommandInset label
19382 LatexCommand label
19383 name "sec:Cálculo-anchura-cuadros"
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Standard
19391 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
19392  márgenes de la página.
19393  La solución es establecer una anchura fija para cada columna del cuadro,
19394  pero ¿qué espacio necesita cada columna?
19395 \end_layout
19396
19397 \begin_layout Standard
19398 La anchura del cuadro 
19399 \begin_inset Formula $W_{\mathrm{cuadro}}$
19400 \end_inset
19401
19402  se puede calcular: cada columna tiene la anchura de la columna especificada
19403  
19404 \begin_inset Formula $W_{\mathrm{columna}}$
19405 \end_inset
19406
19407  (contenido de la columna), más dos veces la separación entre el contenido
19408  y el borde (longitud \SpecialChar LaTeX
19409
19410 \series bold
19411  
19412 \backslash
19413 tabcolsep
19414 \series default
19415 , predeterminada 6
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 pt), más la anchura del borde (longitud \SpecialChar LaTeX
19420  
19421 \series bold
19422
19423 \backslash
19424 arrayrulewidth
19425 \series default
19426 , predeterminada 0.4
19427 \begin_inset space \thinspace{}
19428 \end_inset
19429
19430 pt): así, si las 
19431 \begin_inset Formula $n$
19432 \end_inset
19433
19434  columnas tienen la misma anchura, la anchura del cuadro es
19435 \end_layout
19436
19437 \begin_layout Standard
19438 \begin_inset Formula 
19439 \begin{equation}
19440 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19441 \end{equation}
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \begin_layout Standard
19449 La anchura disponible para un cuadro es el espacio entre los márgenes de
19450  página o la anchura de la columna de texto (en documentos a dos columnas;
19451  longitud \SpecialChar LaTeX
19452  
19453 \series bold
19454
19455 \backslash
19456 columnwidth
19457 \series default
19458 ).
19459  Si todas las columnas del cuadro han de tener la misma anchura y 
19460 \begin_inset Formula $W_{\mathrm{cuadro}}$
19461 \end_inset
19462
19463  debe ser 1
19464 \begin_inset space \thinspace{}
19465 \end_inset
19466
19467
19468 \backslash
19469 columnwidth, 
19470 \begin_inset Formula $W_{\mathrm{columna}}$
19471 \end_inset
19472
19473  puede calcularse fácilmente.
19474 \end_layout
19475
19476 \begin_layout Standard
19477 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
19478  
19479 \series bold
19480 calc
19481 \series default
19482
19483 \begin_inset Index idx
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487 \SpecialChar LaTeX
19488 -paquetes ! calc
19489 \end_layout
19490
19491 \end_inset
19492
19493  en el preámbulo del documento.
19494  Para establecer la anchura en la ventana de configuración de cuadros hay
19495  que usar el campo 
19496 \family sans
19497 Argumento
19498 \begin_inset space ~
19499 \end_inset
19500
19501 \SpecialChar LaTeX
19502
19503 \family default
19504 .
19505  El esquema del comando es el mismo que se explica en la sección 
19506 \begin_inset space ~
19507 \end_inset
19508
19509
19510 \begin_inset CommandInset ref
19511 LatexCommand ref
19512 reference "subsec:Cálculos-en-Multicolumnas"
19513
19514 \end_inset
19515
19516 .
19517  Para un cuadro con 5
19518 \begin_inset space \thinspace{}
19519 \end_inset
19520
19521 columnas de anchura uniforme y texto centrado, escribe el comando
19522 \end_layout
19523
19524 \begin_layout Standard
19525
19526 \series bold
19527 >{
19528 \backslash
19529 centering}p{(1
19530 \backslash
19531 columnwidth-62.4pt)/5}
19532 \end_layout
19533
19534 \begin_layout Standard
19535 Para un cuadro con 5
19536 \begin_inset space \thinspace{}
19537 \end_inset
19538
19539 columnas en el que dos de ellas tengan 0.75
19540 \begin_inset space ~
19541 \end_inset
19542
19543 veces la anchura de las otras, el cálculo es
19544 \begin_inset Formula 
19545 \begin{align}
19546 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19547  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19548  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19549 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19550 \end{align}
19551
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \begin_layout Standard
19558 En el cuadro, por tanto, el comando
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \series bold
19564 >{
19565 \backslash
19566 centering}p{(1
19567 \backslash
19568 columnwidth-62.4pt)/
19569 \backslash
19570 real{4.5}}
19571 \end_layout
19572
19573 \begin_layout Standard
19574 se usa para las columnas más anchas y
19575 \end_layout
19576
19577 \begin_layout Standard
19578
19579 \series bold
19580 >{
19581 \backslash
19582 centering}p{(1
19583 \backslash
19584 columnwidth-62.4pt)/
19585 \backslash
19586 real{4.5}*
19587 \backslash
19588 real{0.75}}
19589 \end_layout
19590
19591 \begin_layout Standard
19592 para las más estrechas:
19593 \end_layout
19594
19595 \begin_layout Standard
19596 \begin_inset Tabular
19597 <lyxtabular version="3" rows="2" columns="5">
19598 <features tabularvalignment="middle">
19599 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19600 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19601 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19602 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19603 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19604 <row>
19605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 1
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 2
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627 3
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 4
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 5
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 111111 1111111 111111 111111111 11111 11111 1111
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 2222 22222 222222 222222222 2222222 22 22222
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 333333 333333 333333 33333 3333333 333
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 </lyxtabular>
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \begin_layout Section
19706 Personalización de cuadros
19707 \begin_inset Index idx
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711 Cuadros ! Personalización
19712 \end_layout
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Subsection
19720 Espacio adicional en filas
19721 \begin_inset CommandInset label
19722 LatexCommand label
19723 name "subsec:Espacio-adicional"
19724
19725 \end_inset
19726
19727
19728 \begin_inset Index idx
19729 status collapsed
19730
19731 \begin_layout Plain Layout
19732 Cuadros ! Personalización ! Espacio adicional en filas
19733 \end_layout
19734
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \begin_layout Standard
19741 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
19742  
19743 \family sans
19744 Bordes
19745 \family default
19746  del diálogo de configuración de cuadros.
19747  En el marco 
19748 \family sans
19749 Espacio
19750 \begin_inset space ~
19751 \end_inset
19752
19753 adicional
19754 \family default
19755  dispones de tres posibilidades:
19756 \end_layout
19757
19758 \begin_layout Description
19759 Superior
19760 \begin_inset space ~
19761 \end_inset
19762
19763 de
19764 \begin_inset space ~
19765 \end_inset
19766
19767 la
19768 \begin_inset space ~
19769 \end_inset
19770
19771 fila añade espacio sobre los caracteres de la fila.
19772  Si el cuadro es de estilo formal
19773 \begin_inset Foot
19774 status open
19775
19776 \begin_layout Plain Layout
19777 Los cuadros formales se explican en la sección
19778 \begin_inset space ~
19779 \end_inset
19780
19781
19782 \begin_inset CommandInset ref
19783 LatexCommand ref
19784 reference "sec:Cuadros-Formales"
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792
19793  \SpecialChar LyX
19794  insertará 0.5
19795 \begin_inset space \thinspace{}
19796 \end_inset
19797
19798 em por omisión.
19799  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
19800  verticales, como se ve en el cuadro siguiente:
19801 \begin_inset VSpace medskip
19802 \end_inset
19803
19804
19805 \begin_inset Newline newline
19806 \end_inset
19807
19808
19809 \begin_inset space \hspace*{}
19810 \length 0pt
19811 \end_inset
19812
19813
19814 \begin_inset space \hfill{}
19815 \end_inset
19816
19817
19818 \begin_inset Tabular
19819 <lyxtabular version="3" rows="3" columns="1">
19820 <features tabularvalignment="middle">
19821 <column alignment="center" valignment="top">
19822 <row>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 A
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row topspace="3mm">
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 3
19839 \begin_inset space \thinspace{}
19840 \end_inset
19841
19842 mm sobre la fila
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 </row>
19848 <row>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 C
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 </lyxtabular>
19860
19861 \end_inset
19862
19863
19864 \begin_inset space \hfill{}
19865 \end_inset
19866
19867
19868 \begin_inset space \hspace*{}
19869 \length 0pt
19870 \end_inset
19871
19872
19873 \begin_inset VSpace medskip
19874 \end_inset
19875
19876
19877 \begin_inset Newline newline
19878 \end_inset
19879
19880 Así pues, insertar espacio superior en cuadros normales sólo es útil en
19881  cuadros sin líneas verticales.
19882 \end_layout
19883
19884 \begin_layout Description
19885 Inferior
19886 \begin_inset space ~
19887 \end_inset
19888
19889 de
19890 \begin_inset space ~
19891 \end_inset
19892
19893 la
19894 \begin_inset space ~
19895 \end_inset
19896
19897 fila añade espacio bajo los caracteres de la fila.
19898  Si el cuadro es formal \SpecialChar LyX
19899  inserta por omisión 0.5
19900 \begin_inset space \thinspace{}
19901 \end_inset
19902
19903 em; si el cuadro es normal inserta 2
19904 \begin_inset space \thinspace{}
19905 \end_inset
19906
19907 pt.
19908  
19909 \end_layout
19910
19911 \begin_layout Description
19912 Entre
19913 \begin_inset space ~
19914 \end_inset
19915
19916 las
19917 \begin_inset space ~
19918 \end_inset
19919
19920 filas añade espacio entre la fila actual y la siguiente.
19921  Si el cuadro es formal \SpecialChar LyX
19922  inserta 0.5
19923 \begin_inset space \thinspace{}
19924 \end_inset
19925
19926 em por omisión.
19927  En cuadros normales, el espacio adicional destruirá las líneas verticales
19928  del cuadro, como se ve en la siguiente:
19929 \begin_inset VSpace medskip
19930 \end_inset
19931
19932
19933 \begin_inset Newline newline
19934 \end_inset
19935
19936
19937 \begin_inset space \hspace*{}
19938 \length 0pt
19939 \end_inset
19940
19941
19942 \begin_inset space \hfill{}
19943 \end_inset
19944
19945
19946 \begin_inset Tabular
19947 <lyxtabular version="3" rows="3" columns="1">
19948 <features tabularvalignment="middle">
19949 <column alignment="center" valignment="top">
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 A
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row interlinespace="3mm">
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\downarrow$
19967 \end_inset
19968
19969  3
19970 \begin_inset space \thinspace{}
19971 \end_inset
19972
19973 mm entre las filas
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\uparrow$
19985 \end_inset
19986
19987  3
19988 \begin_inset space \thinspace{}
19989 \end_inset
19990
19991 mm entre las filas 
19992 \begin_inset Formula $\uparrow$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 </lyxtabular>
20002
20003 \end_inset
20004
20005
20006 \begin_inset space \hfill{}
20007 \end_inset
20008
20009
20010 \begin_inset space \hspace*{}
20011 \length 0pt
20012 \end_inset
20013
20014
20015 \begin_inset VSpace medskip
20016 \end_inset
20017
20018
20019 \begin_inset Newline newline
20020 \end_inset
20021
20022 Así pues, los espacios adicionales entre filas de cuadros normales sólo
20023  sirven para cuadros sin líneas verticales.
20024 \end_layout
20025
20026 \begin_layout Standard
20027 \begin_inset VSpace bigskip
20028 \end_inset
20029
20030 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
20031  utiliza los siguientes comandos en el preámbulo:
20032 \end_layout
20033
20034 \begin_layout Standard
20035
20036 \series bold
20037
20038 \backslash
20039 @ifundefined{extrarowheight}
20040 \begin_inset Newline newline
20041 \end_inset
20042
20043
20044 \begin_inset Phantom HPhantom
20045 status open
20046
20047 \begin_layout Plain Layout
20048
20049 \series bold
20050 \begin_inset space ~
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057
20058 {
20059 \backslash
20060 usepackage{array}}{}
20061 \begin_inset Newline newline
20062 \end_inset
20063
20064
20065 \backslash
20066 setlength{
20067 \backslash
20068 extrarowheight}{altura}
20069 \end_layout
20070
20071 \begin_layout Standard
20072 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
20073  centrado en vertical.
20074  (Lyx cargará automáticamente el paquete 
20075 \series bold
20076 array
20077 \series default
20078  cuando uses formatos de cuadro autodefinidos.
20079  Para evitar que sea cargado dos veces se pone al principio el comando 
20080 \series bold
20081
20082 \backslash
20083 @ifundefined
20084 \series default
20085 .)
20086 \end_layout
20087
20088 \begin_layout Standard
20089 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
20090  del cuadro están a veces demasiado cerca de las letras.
20091  Esto se puede corregir insertando el comando 
20092 \series bold
20093
20094 \backslash
20095 strut
20096 \series default
20097  en código \SpecialChar TeX
20098  al principio de la fila del cuadro.
20099  El cuadro
20100 \begin_inset space ~
20101 \end_inset
20102
20103
20104 \begin_inset CommandInset ref
20105 LatexCommand ref
20106 reference "tab:Alineación-vertical"
20107
20108 \end_inset
20109
20110  muestra el efecto:
20111 \end_layout
20112
20113 \begin_layout Standard
20114 \noindent
20115 \begin_inset Float table
20116 placement h
20117 wide false
20118 sideways false
20119 status open
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Caption Standard
20123
20124 \begin_layout Plain Layout
20125 \begin_inset CommandInset label
20126 LatexCommand label
20127 name "tab:Alineación-vertical"
20128
20129 \end_inset
20130
20131 Alineación vertical de texto con letras grandes
20132 \end_layout
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Plain Layout
20140 \begin_inset space \hfill{}
20141 \end_inset
20142
20143
20144 \begin_inset Float table
20145 wide false
20146 sideways false
20147 status open
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Caption Standard
20151
20152 \begin_layout Plain Layout
20153 Cuadro normal
20154 \end_layout
20155
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \begin_layout Plain Layout
20162 \noindent
20163 \align center
20164 \begin_inset Tabular
20165 <lyxtabular version="3" rows="6" columns="1">
20166 <features tabularvalignment="middle">
20167 <column alignment="left" valignment="top">
20168 <row>
20169 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 Normal, g
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \size large
20186 Grande
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197
20198 \size larger
20199 Más grande
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 </row>
20205 <row>
20206 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210
20211 \size largest
20212 Grandísima
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \size huge
20225 Enorme
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \size huge
20238 Más enorme
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 </row>
20244 </lyxtabular>
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252
20253
20254 \begin_inset space \hfill{}
20255 \end_inset
20256
20257
20258 \begin_inset Float table
20259 wide false
20260 sideways false
20261 status open
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Caption Standard
20265
20266 \begin_layout Plain Layout
20267 Cuadro con comando 
20268 \series bold
20269
20270 \backslash
20271 strut
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Plain Layout
20280 \noindent
20281 \align center
20282 \begin_inset Tabular
20283 <lyxtabular version="3" rows="6" columns="1">
20284 <features tabularvalignment="middle">
20285 <column alignment="left" valignment="top">
20286 <row>
20287 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 Normal, g
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 </row>
20297 <row>
20298 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302
20303 \size large
20304 \begin_inset ERT
20305 status collapsed
20306
20307 \begin_layout Plain Layout
20308
20309
20310 \backslash
20311 strut 
20312 \end_layout
20313
20314 \end_inset
20315
20316 Grande
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \size larger
20329 \begin_inset ERT
20330 status collapsed
20331
20332 \begin_layout Plain Layout
20333
20334
20335 \backslash
20336 strut 
20337 \end_layout
20338
20339 \end_inset
20340
20341 Más grande
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \size largest
20354 \begin_inset ERT
20355 status collapsed
20356
20357 \begin_layout Plain Layout
20358
20359
20360 \backslash
20361 strut 
20362 \end_layout
20363
20364 \end_inset
20365
20366 Grandísima
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row>
20373 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \size huge
20379 \begin_inset ERT
20380 status collapsed
20381
20382 \begin_layout Plain Layout
20383
20384
20385 \backslash
20386 strut 
20387 \end_layout
20388
20389 \end_inset
20390
20391 Enorme
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402
20403 \size giant
20404 \begin_inset ERT
20405 status collapsed
20406
20407 \begin_layout Plain Layout
20408
20409
20410 \backslash
20411 strut 
20412 \end_layout
20413
20414 \end_inset
20415
20416
20417 \size huge
20418 Más enorme
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 </lyxtabular>
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \begin_inset space \hfill{}
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Subsection
20446 Alineación especial de celdas
20447 \begin_inset CommandInset label
20448 LatexCommand label
20449 name "subsec:Alineación-especial-de"
20450
20451 \end_inset
20452
20453
20454 \begin_inset Index idx
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458 Cuadros ! Personalización ! Alineación especial de celdas
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Standard
20467 A veces mejora la presentación si las entradas en las celdas de una columna
20468  se alinean con un carácter determinado, p.
20469 \begin_inset space \thinspace{}
20470 \end_inset
20471
20472 ej.
20473 \begin_inset space ~
20474 \end_inset
20475
20476 el separador decimal, como en el cuadro
20477 \begin_inset space ~
20478 \end_inset
20479
20480
20481 \begin_inset CommandInset ref
20482 LatexCommand ref
20483 reference "tab:Cuadro-celdas-alineadas"
20484
20485 \end_inset
20486
20487 .
20488  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
20489  el botón 
20490 \begin_inset Info
20491 type  "icon"
20492 arg   "inset-modify tabular align-decimal"
20493 \end_inset
20494
20495  de la barra de herramientas o eligiendo la alineación 
20496 \family sans
20497 Al separador decimal
20498 \family default
20499  en la configuración del cuadro.
20500  Ahí se puede especificar también el carácter deseado para la alineación.
20501 \end_layout
20502
20503 \begin_layout Standard
20504 \begin_inset Float table
20505 wide false
20506 sideways false
20507 status open
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Caption Standard
20511
20512 \begin_layout Plain Layout
20513 \begin_inset CommandInset label
20514 LatexCommand label
20515 name "tab:Cuadro-celdas-alineadas"
20516
20517 \end_inset
20518
20519 Cuadro con celdas alineadas con el separador decimal.
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \begin_layout Plain Layout
20528 \align center
20529 \begin_inset Tabular
20530 <lyxtabular version="3" rows="4" columns="1">
20531 <features booktabs="true" tabularvalignment="middle">
20532 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20533 <row>
20534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 leyenda
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 12,6
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 0,68
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 -123,0
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 </row>
20577 </lyxtabular>
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \begin_layout Standard
20590 \begin_inset Float table
20591 wide false
20592 sideways false
20593 status open
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Caption Standard
20597
20598 \begin_layout Plain Layout
20599 \begin_inset CommandInset label
20600 LatexCommand label
20601 name "tab:Cuadro-con-celdas-de"
20602
20603 \end_inset
20604
20605 Cuadro con celdas alineadas con los operadores.
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Plain Layout
20614 \align center
20615 \begin_inset Tabular
20616 <lyxtabular version="3" rows="4" columns="2">
20617 <features booktabs="true" tabularvalignment="middle">
20618 <column alignment="right" valignment="top" width="0pt">
20619 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20620 <row>
20621 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625 leyenda
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 </row>
20640 <row>
20641 <cell alignment="center" valignment="top" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $12\,+$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\,6$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $0\,-$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\,68$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 \begin_inset Formula $-123\,/$
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\,0$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 </lyxtabular>
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Standard
20731 Para alinear con caracteres en ecuaciones este método no funciona porque
20732  el campo para especificar el carácter no permite ecuaciones.
20733  En este caso hay que usar el método del cuadro
20734 \begin_inset space ~
20735 \end_inset
20736
20737
20738 \begin_inset CommandInset ref
20739 LatexCommand ref
20740 reference "tab:Cuadro-con-celdas-de"
20741
20742 \end_inset
20743
20744 .
20745  Es un cuadro 4×2.
20746  La leyenda es una multicolumna centrada.
20747  La primera columna está alineada a la derecha y contiene la primera parte
20748  incluyendo el operador.
20749  La segunda columna está alineada a la izquierda y contiene la parte restante.
20750  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
20751  columna para mantener el espacio habitual alrededor de los operadores.
20752  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
20753  el siguiente argumento \SpecialChar LaTeX
20754  para la segunda columna:
20755 \end_layout
20756
20757 \begin_layout Standard
20758
20759 \series bold
20760 @{}l
20761 \end_layout
20762
20763 \begin_layout Standard
20764 El cuadro
20765 \begin_inset space ~
20766 \end_inset
20767
20768
20769 \begin_inset CommandInset ref
20770 LatexCommand ref
20771 reference "tab:Varias-alineaciones"
20772
20773 \end_inset
20774
20775  muestra varios ejemplos de alineación.
20776  Para alinear al signo de relación se ha añadido un pequeño espacio como
20777  en la segunda columna del cuadro
20778 \begin_inset space ~
20779 \end_inset
20780
20781
20782 \begin_inset CommandInset ref
20783 LatexCommand ref
20784 reference "tab:Cuadro-con-celdas-de"
20785
20786 \end_inset
20787
20788 .
20789 \end_layout
20790
20791 \begin_layout Standard
20792 \begin_inset Float table
20793 placement h
20794 wide false
20795 sideways false
20796 status open
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Caption Standard
20800
20801 \begin_layout Plain Layout
20802 \begin_inset CommandInset label
20803 LatexCommand label
20804 name "tab:Varias-alineaciones"
20805
20806 \end_inset
20807
20808 Cuadro con varias alineaciones.
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Plain Layout
20817 \align center
20818 \begin_inset Tabular
20819 <lyxtabular version="3" rows="4" columns="6">
20820 <features tabularvalignment="middle">
20821 <column alignment="right" valignment="top">
20822 <column alignment="left" valignment="top" special="@{}l">
20823 <column alignment="right" valignment="top">
20824 <column alignment="left" valignment="top" special="@{}l">
20825 <column alignment="right" valignment="top">
20826 <column alignment="left" valignment="top" special="@{}l">
20827 <row>
20828 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 unidades
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 exponentes
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 relaciones
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888 12×
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897 24
20898 \begin_inset space \thinspace{}
20899 \end_inset
20900
20901 bottles
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 \begin_inset Formula $10\cdot$
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 \begin_inset Formula $10^{\mbox{-}17}$
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\Gamma(t)\propto$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset Formula $\:\Upsilon(t)$
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 1024×
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969 768
20970 \begin_inset space \thinspace{}
20971 \end_inset
20972
20973 Pixels
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $5.78\cdot$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20991 \begin_inset Text
20992
20993 \begin_layout Plain Layout
20994 \begin_inset Formula $10^{7}$
20995 \end_inset
20996
20997
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $A\ne$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\:B_{\mathrm{red}}$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 32×
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041 6
21042 \begin_inset space \thinspace{}
21043 \end_inset
21044
21045 cm
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 -
21055 \begin_inset Formula $33.5\cdot$
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset Formula $10^{4}$
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\sen(\alpha)\ge$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $\:\sen(\beta)$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 </lyxtabular>
21101
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \begin_layout Subsection
21113 Formato personalizado de celda/columna
21114 \begin_inset CommandInset label
21115 LatexCommand label
21116 name "subsec:Formato-Personalizado"
21117
21118 \end_inset
21119
21120
21121 \begin_inset Index idx
21122 status collapsed
21123
21124 \begin_layout Plain Layout
21125 Cuadros ! Personalización ! Formato de celda/columna
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \begin_layout Standard
21134 El cálculo de la anchura necesaria para columnas estándar descrito en la
21135  sección
21136 \begin_inset space ~
21137 \end_inset
21138
21139
21140 \begin_inset CommandInset ref
21141 LatexCommand ref
21142 reference "sec:Cálculo-anchura-cuadros"
21143
21144 \end_inset
21145
21146  y para columnas extendidas descrito en la sección
21147 \begin_inset space ~
21148 \end_inset
21149
21150
21151 \begin_inset CommandInset ref
21152 LatexCommand ref
21153 reference "subsec:Cálculos-en-Multicolumnas"
21154
21155 \end_inset
21156
21157  es muy pesado si tienes varios cuadros.
21158  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
21159 mna aplicable a todos los cuadros del documento.
21160  El formato se define con el comando
21161 \end_layout
21162
21163 \begin_layout Standard
21164
21165 \series bold
21166
21167 \backslash
21168 newcolumntype{nombre del formato}[número de argumentos]{comandos}
21169 \end_layout
21170
21171 \begin_layout Standard
21172 El 
21173 \emph on
21174 nombre de formato
21175 \emph default
21176  puede ser una sola letra.
21177  Las letras 
21178 \emph on
21179 b, c, l, m, p
21180 \emph default
21181  y 
21182 \emph on
21183 r
21184 \emph default
21185  están predefinidas y no pueden usarse.
21186  Pero se permiten todas las mayúsculas.
21187 \end_layout
21188
21189 \begin_layout Standard
21190 \begin_inset VSpace medskip
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \begin_layout Standard
21197 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
21198  fija puedes definir el formato de celda
21199 \end_layout
21200
21201 \begin_layout Standard
21202
21203 \series bold
21204
21205 \backslash
21206 newcolumntype{M}[1]{>{
21207 \backslash
21208 centering
21209 \backslash
21210 hspace{0pt}}m{#1}}
21211 \end_layout
21212
21213 \begin_layout Standard
21214 donde 
21215 \series bold
21216
21217 \backslash
21218 hspace{0pt}
21219 \series default
21220  evita el problema de partir con guión la primera palabra, como se describe
21221  en la sección
21222 \begin_inset space ~
21223 \end_inset
21224
21225
21226 \begin_inset CommandInset ref
21227 LatexCommand ref
21228 reference "subsec:Líneas-Múltiples-en"
21229
21230 \end_inset
21231
21232 .
21233  Ahora puedes introducir simplemente
21234 \end_layout
21235
21236 \begin_layout Standard
21237
21238 \series bold
21239 M{ancho}
21240 \end_layout
21241
21242 \begin_layout Standard
21243 como argumento \SpecialChar LaTeX
21244  en el diálogo de cuadros para crear una multicolumna.
21245 \end_layout
21246
21247 \begin_layout Standard
21248 \begin_inset VSpace bigskip
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \begin_layout Standard
21255 Para celdas extendidas en una celda multicolumna, puedes definir el formato
21256 \end_layout
21257
21258 \begin_layout Standard
21259
21260 \series bold
21261
21262 \backslash
21263 newcolumntype{S}[2]{>{
21264 \backslash
21265 centering
21266 \backslash
21267 hspace{0pt}}
21268 \begin_inset Newline newline
21269 \end_inset
21270
21271
21272 \begin_inset Phantom HPhantom
21273 status open
21274
21275 \begin_layout Plain Layout
21276
21277 \series bold
21278
21279 \backslash
21280 newcolumntype
21281 \end_layout
21282
21283 \end_inset
21284
21285 m{(#1+(2
21286 \backslash
21287 tabcolsep+
21288 \backslash
21289 arrayrulewidth)*(1-#2))/#2}}
21290 \end_layout
21291
21292 \begin_layout Standard
21293 Este formato usa la ecuación 
21294 \begin_inset CommandInset ref
21295 LatexCommand eqref
21296 reference "eq:Wgn"
21297
21298 \end_inset
21299
21300  para calcular la anchura necesaria para que cada celda extendida tenga
21301  la misma anchura.
21302 \end_layout
21303
21304 \begin_layout Standard
21305 Ahora puedes introducir
21306 \end_layout
21307
21308 \begin_layout Standard
21309
21310 \series bold
21311 S{ancho de la celda multicolumna}{número de columnas extendidas}
21312 \end_layout
21313
21314 \begin_layout Standard
21315 como argumento \SpecialChar LaTeX
21316  de la columna.
21317 \end_layout
21318
21319 \begin_layout Standard
21320 \begin_inset VSpace bigskip
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \begin_layout Standard
21327 Para columnas coloreadas puedes definir
21328 \end_layout
21329
21330 \begin_layout Standard
21331
21332 \series bold
21333
21334 \backslash
21335 newcolumntype{K}[1]{>{
21336 \backslash
21337 columncolor{#1}
21338 \backslash
21339 hspace{0pt}}c}
21340 \end_layout
21341
21342 \begin_layout Standard
21343 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
21344  horizontalmente.
21345  Ahora puedes introducir
21346 \end_layout
21347
21348 \begin_layout Standard
21349
21350 \series bold
21351 K{nombre del color}
21352 \end_layout
21353
21354 \begin_layout Standard
21355 como argumento \SpecialChar LaTeX
21356 .
21357 \end_layout
21358
21359 \begin_layout Standard
21360 \begin_inset VSpace bigskip
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \begin_layout Standard
21367 Para crear el cuadro
21368 \begin_inset space ~
21369 \end_inset
21370
21371
21372 \begin_inset CommandInset ref
21373 LatexCommand ref
21374 reference "tab:Cuadro-con-formatos-definidos-por"
21375
21376 \end_inset
21377
21378  usa los argumentos \SpecialChar LaTeX
21379
21380 \end_layout
21381
21382 \begin_layout Standard
21383
21384 \series bold
21385 M{2.5cm}
21386 \end_layout
21387
21388 \begin_layout Standard
21389 para la primera columna y la multicolumna,
21390 \end_layout
21391
21392 \begin_layout Standard
21393
21394 \series bold
21395 K{red}
21396 \end_layout
21397
21398 \begin_layout Standard
21399 para la última columna y
21400 \end_layout
21401
21402 \begin_layout Standard
21403
21404 \series bold
21405 S{2.5cm}{2}
21406 \end_layout
21407
21408 \begin_layout Standard
21409 para las celdas en la segunda columna.
21410 \end_layout
21411
21412 \begin_layout Standard
21413 \begin_inset Float table
21414 placement h
21415 wide false
21416 sideways false
21417 status open
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Caption Standard
21421
21422 \begin_layout Plain Layout
21423 \begin_inset CommandInset label
21424 LatexCommand label
21425 name "tab:Cuadro-con-formatos-definidos-por"
21426
21427 \end_inset
21428
21429 Cuadro con formatos definidos por el usuario
21430 \end_layout
21431
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Plain Layout
21438 \align center
21439 \begin_inset Tabular
21440 <lyxtabular version="3" rows="3" columns="4">
21441 <features tabularvalignment="middle">
21442 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21443 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21444 <column alignment="center" valignment="middle">
21445 <column alignment="center" valignment="middle" special="K{red}">
21446 <row>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 palabramuylargaenceldadecuadro
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 multicolumna línea múltiple
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 c
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 d
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 e
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 f
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 g
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 h
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 i
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 j
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 k
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 </lyxtabular>
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \begin_layout Subsection
21573 Grosor de líneas
21574 \begin_inset CommandInset label
21575 LatexCommand label
21576 name "subsec:Grosor-de-Líneas"
21577
21578 \end_inset
21579
21580
21581 \begin_inset Index idx
21582 status collapsed
21583
21584 \begin_layout Plain Layout
21585 Cuadros ! Personalización ! Grosor de línea
21586 \end_layout
21587
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \begin_layout Standard
21594 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
21595  
21596 \series bold
21597
21598 \backslash
21599 arrayrulewidth
21600 \series default
21601 .
21602  Por ejemplo, para poner un grosor de línea de 1.5
21603 \begin_inset space \thinspace{}
21604 \end_inset
21605
21606 pt, como en el cuadro
21607 \begin_inset space ~
21608 \end_inset
21609
21610
21611 \begin_inset CommandInset ref
21612 LatexCommand ref
21613 reference "tab:Cuadro-con-líneas"
21614
21615 \end_inset
21616
21617 , inserta el comando
21618 \end_layout
21619
21620 \begin_layout Standard
21621
21622 \series bold
21623
21624 \backslash
21625 setlength{
21626 \backslash
21627 arrayrulewidth}{1.5pt}
21628 \end_layout
21629
21630 \begin_layout Standard
21631 en código \SpecialChar TeX
21632  antes del cuadro o flotante.
21633  Este cambio es válido para todos los siguientes cuadros.
21634  Para volver al valor predeterminado, define 
21635 \series bold
21636
21637 \backslash
21638 arrayrulewidth
21639 \series default
21640  a 0.4
21641 \begin_inset space \thinspace{}
21642 \end_inset
21643
21644 pt en código \SpecialChar TeX
21645  detrás del cuadro o flotante.
21646 \end_layout
21647
21648 \begin_layout Standard
21649 \begin_inset ERT
21650 status collapsed
21651
21652 \begin_layout Plain Layout
21653
21654
21655 \backslash
21656 setlength{
21657 \backslash
21658 arrayrulewidth}{1.5pt}
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \begin_inset Float table
21665 wide false
21666 sideways false
21667 status open
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Caption Standard
21671
21672 \begin_layout Plain Layout
21673 \begin_inset CommandInset label
21674 LatexCommand label
21675 name "tab:Cuadro-con-líneas"
21676
21677 \end_inset
21678
21679 Cuadro con líneas de grosor 1.5
21680 \begin_inset space \thinspace{}
21681 \end_inset
21682
21683 pt
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Plain Layout
21692 \align center
21693 \begin_inset Tabular
21694 <lyxtabular version="3" rows="3" columns="3">
21695 <features tabularvalignment="middle">
21696 <column alignment="center" valignment="top">
21697 <column alignment="center" valignment="top">
21698 <column alignment="center" valignment="top">
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 sd
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 sd
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 sd
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 </lyxtabular>
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \begin_inset ERT
21797 status collapsed
21798
21799 \begin_layout Plain Layout
21800
21801
21802 \backslash
21803 setlength{
21804 \backslash
21805 arrayrulewidth}{0.4pt}
21806 \end_layout
21807
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \begin_layout Standard
21814 \begin_inset VSpace bigskip
21815 \end_inset
21816
21817 Para definir un grosor de 1.5
21818 \begin_inset space \thinspace{}
21819 \end_inset
21820
21821 pt sólo para líneas horizontales, como en el cuadro
21822 \begin_inset space ~
21823 \end_inset
21824
21825
21826 \begin_inset CommandInset ref
21827 LatexCommand ref
21828 reference "tab:Cuadro-con-horizontales"
21829
21830 \end_inset
21831
21832 , inserta estos comandos en código \SpecialChar TeX
21833  antes del cuadro o flotante:
21834 \end_layout
21835
21836 \begin_layout Standard
21837
21838 \series bold
21839
21840 \backslash
21841 let
21842 \backslash
21843 myHline
21844 \backslash
21845 hline
21846 \begin_inset Newline newline
21847 \end_inset
21848
21849
21850 \backslash
21851 renewcommand{
21852 \backslash
21853 hline}
21854 \begin_inset Newline newline
21855 \end_inset
21856
21857  {
21858 \backslash
21859 noalign{
21860 \backslash
21861 global
21862 \backslash
21863 arrayrulewidth 1.5pt}
21864 \begin_inset Newline newline
21865 \end_inset
21866
21867  
21868 \backslash
21869 myHline
21870 \backslash
21871 noalign{
21872 \backslash
21873 global
21874 \backslash
21875 arrayrulewidth 0.4pt}}
21876 \end_layout
21877
21878 \begin_layout Standard
21879 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
21880  detrás
21881  del cuadro o flotante:
21882 \end_layout
21883
21884 \begin_layout Standard
21885
21886 \series bold
21887
21888 \backslash
21889 renewcommand{
21890 \backslash
21891 hline}{
21892 \backslash
21893 myHline}
21894 \end_layout
21895
21896 \begin_layout Standard
21897 \begin_inset ERT
21898 status collapsed
21899
21900 \begin_layout Plain Layout
21901
21902
21903 \backslash
21904 let
21905 \backslash
21906 myHline
21907 \backslash
21908 hline
21909 \end_layout
21910
21911 \begin_layout Plain Layout
21912
21913
21914 \backslash
21915 renewcommand{
21916 \backslash
21917 hline}
21918 \end_layout
21919
21920 \begin_layout Plain Layout
21921
21922  {
21923 \backslash
21924 noalign{
21925 \backslash
21926 global
21927 \backslash
21928 arrayrulewidth 1.5pt}
21929 \end_layout
21930
21931 \begin_layout Plain Layout
21932
21933   
21934 \backslash
21935 myHline
21936 \backslash
21937 noalign{
21938 \backslash
21939 global
21940 \backslash
21941 arrayrulewidth 0.4pt}}
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \begin_inset Float table
21948 wide false
21949 sideways false
21950 status open
21951
21952 \begin_layout Plain Layout
21953 \begin_inset Caption Standard
21954
21955 \begin_layout Plain Layout
21956 \begin_inset CommandInset label
21957 LatexCommand label
21958 name "tab:Cuadro-con-horizontales"
21959
21960 \end_inset
21961
21962 Cuadro con líneas horizontales de 1.5
21963 \begin_inset space \thinspace{}
21964 \end_inset
21965
21966 pt
21967 \end_layout
21968
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \begin_layout Plain Layout
21975 \align center
21976 \begin_inset Tabular
21977 <lyxtabular version="3" rows="3" columns="3">
21978 <features tabularvalignment="middle">
21979 <column alignment="center" valignment="top">
21980 <column alignment="center" valignment="top">
21981 <column alignment="center" valignment="top">
21982 <row>
21983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 sd
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 sd
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 sd
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 </lyxtabular>
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \begin_inset ERT
22080 status collapsed
22081
22082 \begin_layout Plain Layout
22083
22084
22085 \backslash
22086 renewcommand{
22087 \backslash
22088 hline}{
22089 \backslash
22090 myHline}
22091 \end_layout
22092
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \begin_layout Standard
22099 \begin_inset VSpace bigskip
22100 \end_inset
22101
22102 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
22103  siguiente formato de columna en el preámbulo del documento, de acuerdo
22104  con lo descrito en la sección
22105 \begin_inset space ~
22106 \end_inset
22107
22108
22109 \begin_inset CommandInset ref
22110 LatexCommand ref
22111 reference "subsec:Formato-Personalizado"
22112
22113 \end_inset
22114
22115 :
22116 \end_layout
22117
22118 \begin_layout Standard
22119
22120 \series bold
22121
22122 \backslash
22123 newcolumntype{V}{!{
22124 \backslash
22125 vrule width 1.5pt}}
22126 \end_layout
22127
22128 \begin_layout Standard
22129 Para el cuadro
22130 \begin_inset space ~
22131 \end_inset
22132
22133
22134 \begin_inset CommandInset ref
22135 LatexCommand ref
22136 reference "tab:Cuadro-con-verticales"
22137
22138 \end_inset
22139
22140  se usó el argumento \SpecialChar LaTeX
22141
22142 \end_layout
22143
22144 \begin_layout Standard
22145
22146 \series bold
22147 VcV
22148 \end_layout
22149
22150 \begin_layout Standard
22151 para la última columna y
22152 \end_layout
22153
22154 \begin_layout Standard
22155
22156 \series bold
22157 Vc
22158 \end_layout
22159
22160 \begin_layout Standard
22161 para las otras.
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \begin_inset Float table
22166 wide false
22167 sideways false
22168 status open
22169
22170 \begin_layout Plain Layout
22171 \begin_inset Caption Standard
22172
22173 \begin_layout Plain Layout
22174 \begin_inset CommandInset label
22175 LatexCommand label
22176 name "tab:Cuadro-con-verticales"
22177
22178 \end_inset
22179
22180 Cuadro con líneas verticales de 1.5
22181 \begin_inset space \thinspace{}
22182 \end_inset
22183
22184 pt de grosor
22185 \end_layout
22186
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \begin_layout Plain Layout
22193 \align center
22194 \begin_inset Tabular
22195 <lyxtabular version="3" rows="3" columns="3">
22196 <features tabularvalignment="middle">
22197 <column alignment="center" valignment="top" special="Vc">
22198 <column alignment="center" valignment="top" special="Vc">
22199 <column alignment="center" valignment="top" special="VcV">
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 sd
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 <row>
22230 <cell alignment="center" valignment="top" topline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 sd
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 <cell alignment="center" valignment="top" topline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 sd
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 </row>
22287 </lyxtabular>
22288
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \begin_layout Subsection
22300 Líneas de trazos
22301 \begin_inset Index idx
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 Cuadros ! Personalización ! Líneas de trazos
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 \begin_inset ERT
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318
22319
22320 \backslash
22321 ifarydshln
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \begin_inset Note Note
22328 status open
22329
22330 \begin_layout Plain Layout
22331 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22332  \SpecialChar LaTeX
22333  
22334 \series bold
22335 arydshln
22336 \series default
22337 .
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Standard
22346 \begin_inset Float table
22347 placement H
22348 wide false
22349 sideways false
22350 status open
22351
22352 \begin_layout Plain Layout
22353 \begin_inset Caption Standard
22354
22355 \begin_layout Plain Layout
22356 \begin_inset CommandInset label
22357 LatexCommand label
22358 name "tab:Cuadro-con-trazos"
22359
22360 \end_inset
22361
22362 Cuadro con líneas de trazos
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \begin_layout Plain Layout
22371 \align center
22372 \begin_inset Tabular
22373 <lyxtabular version="3" rows="5" columns="5">
22374 <features tabularvalignment="middle">
22375 <column alignment="center" valignment="top">
22376 <column alignment="center" valignment="top">
22377 <column alignment="center" valignment="top" special=":c">
22378 <column alignment="center" valignment="top">
22379 <column alignment="center" valignment="top">
22380 <row>
22381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 a
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 b
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 c
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 d
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 e
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 <row>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 f
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 g
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 h
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 i
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 j
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset ERT
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483
22484
22485 \backslash
22486 hdashline 
22487 \end_layout
22488
22489 \end_inset
22490
22491 k
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 l
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 m
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 n
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 o
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 \begin_inset ERT
22539 status collapsed
22540
22541 \begin_layout Plain Layout
22542
22543
22544 \backslash
22545 cdashline{4-5}
22546 \end_layout
22547
22548 \end_inset
22549
22550 p
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 q
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 r
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 s
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 t
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 u
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 v
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 w
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 x
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 </lyxtabular>
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \begin_layout Standard
22652 En principio \SpecialChar LyX
22653  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
22654 .
22655  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
22656  
22657 \series bold
22658 arydshln
22659 \series default
22660
22661 \begin_inset Index idx
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665 \SpecialChar LaTeX
22666 -paquetes ! arydshln
22667 \end_layout
22668
22669 \end_inset
22670
22671  con el comando 
22672 \end_layout
22673
22674 \begin_layout Standard
22675
22676 \series bold
22677
22678 \backslash
22679 usepackage{arydshln}
22680 \end_layout
22681
22682 \begin_layout Standard
22683 Para hacer una línea vertical a trazos, introduce dos puntos «
22684 \series bold
22685 :
22686 \series default
22687 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
22688  en el
22689  diálogo de celdas de cuadros.
22690 \end_layout
22691
22692 \begin_layout Standard
22693 Para una línea de trazos horizontal añade el comando
22694 \end_layout
22695
22696 \begin_layout Standard
22697
22698 \series bold
22699
22700 \backslash
22701 hdashline
22702 \end_layout
22703
22704 \begin_layout Standard
22705 en código \SpecialChar TeX
22706  como primer elemento de la primera celda en la fila.
22707 \end_layout
22708
22709 \begin_layout Standard
22710 Para líneas de trazos en multicolumna usa el comando
22711 \end_layout
22712
22713 \begin_layout Standard
22714
22715 \series bold
22716
22717 \backslash
22718 cdashline{número de líneas}
22719 \end_layout
22720
22721 \begin_layout Standard
22722 en código \SpecialChar TeX
22723  como primer elemento de la primera celda en la fila.
22724  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
22725  4 y quieres una línea de trazos por encima, añade el comando
22726 \end_layout
22727
22728 \begin_layout Standard
22729
22730 \series bold
22731
22732 \backslash
22733 cdashline{2-4}
22734 \end_layout
22735
22736 \begin_layout Standard
22737 como primer elemento de la primera celda en la fila de la multicolumna.
22738 \end_layout
22739
22740 \begin_layout Standard
22741 \begin_inset VSpace bigskip
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Standard
22748 El cuadro
22749 \begin_inset space ~
22750 \end_inset
22751
22752
22753 \begin_inset CommandInset ref
22754 LatexCommand ref
22755 reference "tab:Cuadro-con-trazos"
22756
22757 \end_inset
22758
22759  se ha hecho usando «
22760 \series bold
22761 :c
22762 \series default
22763 » como argumento \SpecialChar LaTeX
22764  de la tercera columna.
22765  El comando en código \SpecialChar TeX
22766  
22767 \series bold
22768
22769 \backslash
22770 hdashline
22771 \series default
22772  se ha insertado en la primera celda de la tercera fila y el comando en
22773  código \SpecialChar TeX
22774
22775 \begin_inset Newline newline
22776 \end_inset
22777
22778
22779 \series bold
22780
22781 \backslash
22782 cdashline{4-5}
22783 \series default
22784  en la primera celda de la cuarta fila.
22785 \end_layout
22786
22787 \begin_layout Standard
22788 \begin_inset VSpace bigskip
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \begin_layout Standard
22795 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
22796  el cuadro
22797 \begin_inset space ~
22798 \end_inset
22799
22800
22801 \begin_inset CommandInset ref
22802 LatexCommand ref
22803 reference "tab:Cuadro-trazos-color"
22804
22805 \end_inset
22806
22807 .
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815
22816
22817 \backslash
22818 setlength{
22819 \backslash
22820 arrayrulewidth}{1pt}
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \begin_inset Note Note
22827 status collapsed
22828
22829 \begin_layout Plain Layout
22830 líneas más gruesas para ver mejor los colores
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \begin_layout Standard
22839 \begin_inset ERT
22840 status collapsed
22841
22842 \begin_layout Plain Layout
22843
22844
22845 \backslash
22846 dashgapcolor{green}
22847 \end_layout
22848
22849 \end_inset
22850
22851
22852 \begin_inset Note Note
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856 huecos de color entre trazos verdes
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \begin_layout Standard
22865 \begin_inset ERT
22866 status collapsed
22867
22868 \begin_layout Plain Layout
22869
22870
22871 \backslash
22872 let
22873 \backslash
22874 myHdashline
22875 \backslash
22876 hdashline
22877 \end_layout
22878
22879 \begin_layout Plain Layout
22880
22881
22882 \backslash
22883 renewcommand{
22884 \backslash
22885 hdashline}
22886 \end_layout
22887
22888 \begin_layout Plain Layout
22889
22890  {
22891 \backslash
22892 arrayrulecolor{red}
22893 \backslash
22894 myHdashline
22895 \backslash
22896 arrayrulecolor{black}}
22897 \end_layout
22898
22899 \end_inset
22900
22901
22902 \begin_inset Note Note
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906 color horizontal, líneas a trazos rojos
22907 \end_layout
22908
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \begin_layout Standard
22915 \begin_inset ERT
22916 status collapsed
22917
22918 \begin_layout Plain Layout
22919
22920
22921 \backslash
22922 let
22923 \backslash
22924 myCdashline
22925 \backslash
22926 cdashline
22927 \end_layout
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 renewcommand{
22934 \backslash
22935 cdashline}[1]
22936 \end_layout
22937
22938 \begin_layout Plain Layout
22939
22940  {
22941 \backslash
22942 arrayrulecolor{yellow}
22943 \backslash
22944 myCdashline{#1}
22945 \backslash
22946 arrayrulecolor{black}}
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \begin_inset Note Note
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956 color parcial horizontal, líneas a trazos amarillos
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset Float table
22966 placement h
22967 wide false
22968 sideways false
22969 status open
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Caption Standard
22973
22974 \begin_layout Plain Layout
22975 \begin_inset CommandInset label
22976 LatexCommand label
22977 name "tab:Cuadro-trazos-color"
22978
22979 \end_inset
22980
22981 Cuadro coloreado con líneas a trazos
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Plain Layout
22990 \align center
22991 \begin_inset Tabular
22992 <lyxtabular version="3" rows="5" columns="5">
22993 <features tabularvalignment="middle">
22994 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
22995 <column alignment="center" valignment="top" width="0pt">
22996 <column alignment="center" valignment="top" width="0pt" special=":c">
22997 <column alignment="center" valignment="top">
22998 <column alignment="center" valignment="top">
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 a
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 b
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 c
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 d
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 e
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051 f
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 g
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 h
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 i
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 j
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 </row>
23093 <row>
23094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 hdashline 
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset ERT
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115
23116
23117 \backslash
23118 rowcolor{Gray}
23119 \end_layout
23120
23121 \end_inset
23122
23123 k
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 l
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 m
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 n
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 o
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170 \begin_inset ERT
23171 status collapsed
23172
23173 \begin_layout Plain Layout
23174
23175
23176 \backslash
23177 cdashline{4-5}
23178 \end_layout
23179
23180 \end_inset
23181
23182 p
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 q
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 r
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 s
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229 t
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 u
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 v
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 w
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 \begin_inset ERT
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269
23270
23271 \backslash
23272 cellcolor{Maroon}
23273 \end_layout
23274
23275 \end_inset
23276
23277 i
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 </lyxtabular>
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 \begin_inset ERT
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301
23302 \backslash
23303 renewcommand{
23304 \backslash
23305 hdashline}{
23306 \backslash
23307 myHdashline}
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \begin_inset Note Note
23314 status collapsed
23315
23316 \begin_layout Plain Layout
23317 volver a predeterminado
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \begin_layout Standard
23326 \begin_inset ERT
23327 status collapsed
23328
23329 \begin_layout Plain Layout
23330
23331
23332 \backslash
23333 renewcommand{
23334 \backslash
23335 cdashline}{
23336 \backslash
23337 myCdashline}
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \begin_inset Note Note
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347 volver a predeterminado
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \begin_layout Standard
23356 \begin_inset ERT
23357 status collapsed
23358
23359 \begin_layout Plain Layout
23360
23361
23362 \backslash
23363 nodashgapcolor
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \begin_inset Note Note
23370 status collapsed
23371
23372 \begin_layout Plain Layout
23373 volver a predeterminado
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \begin_layout Standard
23382 \begin_inset ERT
23383 status collapsed
23384
23385 \begin_layout Plain Layout
23386
23387
23388 \backslash
23389 setlength{
23390 \backslash
23391 arrayrulewidth}{0.4pt}
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \begin_inset Note Note
23398 status collapsed
23399
23400 \begin_layout Plain Layout
23401 volver a predeterminado
23402 \end_layout
23403
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \begin_layout Standard
23410 La coloración de líneas y columnas funciona como se describe en la sección
23411 \lang english
23412
23413 \begin_inset space ~
23414 \end_inset
23415
23416
23417 \lang spanish
23418
23419 \begin_inset CommandInset ref
23420 LatexCommand ref
23421 reference "sec:Cuadros-Coloreados"
23422
23423 \end_inset
23424
23425 La coloración de líneas horizontales también funciona como se describe ahí,
23426  solo hay que reemplazar en los comandos 
23427 \series bold
23428
23429 \backslash
23430 myHlineC
23431 \series default
23432  por 
23433 \series bold
23434
23435 \backslash
23436 myHdashline
23437 \series default
23438  y 
23439 \backslash
23440
23441 \series bold
23442 hline
23443 \series default
23444  por 
23445 \series bold
23446
23447 \backslash
23448 hdashline
23449 \series default
23450 ; así, los comandos usados son
23451 \end_layout
23452
23453 \begin_layout Standard
23454
23455 \series bold
23456
23457 \backslash
23458 let
23459 \backslash
23460 myHdashline
23461 \backslash
23462 hdashline
23463 \begin_inset Newline newline
23464 \end_inset
23465
23466
23467 \backslash
23468 renewcommand{
23469 \backslash
23470 hdashline}
23471 \begin_inset Newline newline
23472 \end_inset
23473
23474
23475 \begin_inset Phantom HPhantom
23476 status open
23477
23478 \begin_layout Plain Layout
23479 \begin_inset space ~
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486
23487 {
23488 \backslash
23489 arrayrulecolor{red}
23490 \backslash
23491 myHdashline
23492 \backslash
23493 arrayrulecolor{black}}
23494 \end_layout
23495
23496 \begin_layout Standard
23497 Para colorear 
23498 \series bold
23499
23500 \backslash
23501 cdashline
23502 \series default
23503 , el comando es
23504 \end_layout
23505
23506 \begin_layout Standard
23507
23508 \series bold
23509
23510 \backslash
23511 let
23512 \backslash
23513 myCdashline
23514 \backslash
23515 cdashline
23516 \begin_inset Newline newline
23517 \end_inset
23518
23519
23520 \backslash
23521 renewcommand{
23522 \backslash
23523 cdashline}[1]
23524 \begin_inset Newline newline
23525 \end_inset
23526
23527
23528 \begin_inset Phantom HPhantom
23529 status open
23530
23531 \begin_layout Plain Layout
23532 \begin_inset space ~
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \end_inset
23539
23540 {
23541 \backslash
23542 arrayrulecolor{red}
23543 \backslash
23544 myCdashline{#1}
23545 \backslash
23546 arrayrulecolor{black}}
23547 \end_layout
23548
23549 \begin_layout Standard
23550 Para recuperar el color negro de las líneas, hay que insertar detrás del
23551  cuadro los comandos siguientes en código \SpecialChar TeX
23552 :
23553 \end_layout
23554
23555 \begin_layout Standard
23556 Para 
23557 \series bold
23558
23559 \backslash
23560 hdashline
23561 \end_layout
23562
23563 \begin_layout Standard
23564
23565 \series bold
23566
23567 \backslash
23568 renewcommand{
23569 \backslash
23570 hdashline}{
23571 \backslash
23572 myHdashline}
23573 \end_layout
23574
23575 \begin_layout Standard
23576 y para 
23577 \series bold
23578
23579 \backslash
23580 cdashline
23581 \end_layout
23582
23583 \begin_layout Standard
23584
23585 \series bold
23586
23587 \backslash
23588 renewcommand{
23589 \backslash
23590 cdashline}{
23591 \backslash
23592 myCdashline}
23593 \end_layout
23594
23595 \begin_layout Standard
23596 Para colorear los huecos entre los trazos, se puede usar
23597 \end_layout
23598
23599 \begin_layout Standard
23600
23601 \series bold
23602
23603 \backslash
23604 dashgapcolor{color}
23605 \end_layout
23606
23607 \begin_layout Standard
23608 delante del cuadro, en código \SpecialChar TeX
23609 .
23610  color es el nombre de un color definido.
23611  El comando
23612 \end_layout
23613
23614 \begin_layout Standard
23615
23616 \series bold
23617
23618 \backslash
23619 nodashgapcolor
23620 \end_layout
23621
23622 \begin_layout Standard
23623 deshace los cambios hechos por 
23624 \series bold
23625
23626 \backslash
23627 dashgapcolor
23628 \series default
23629 .
23630 \end_layout
23631
23632 \begin_layout Standard
23633
23634 \lang english
23635 \begin_inset Note Greyedout
23636 status open
23637
23638 \begin_layout Plain Layout
23639
23640 \series bold
23641 \color none
23642 Nota
23643 \series default
23644 : Si hay múltiples comandos en una celda, el comando de 
23645 \series bold
23646 arydshln
23647 \series default
23648  debe ser el primero.
23649  Por eso, en la celda 
23650 \emph on
23651 k
23652 \emph default
23653  del cuadro
23654 \begin_inset space ~
23655 \end_inset
23656
23657
23658 \begin_inset CommandInset ref
23659 LatexCommand ref
23660 reference "tab:Cuadro-trazos-color"
23661
23662 \end_inset
23663
23664  el comando 
23665 \series bold
23666
23667 \backslash
23668 hdashline
23669 \series default
23670  está delante de 
23671 \series bold
23672
23673 \backslash
23674 rowcolor
23675 \series default
23676 .
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Standard
23685
23686 \lang english
23687 \begin_inset Note Greyedout
23688 status open
23689
23690 \begin_layout Plain Layout
23691
23692 \series bold
23693 \color none
23694 Nota:
23695 \series default
23696  El paquete \SpecialChar LaTeX
23697  
23698 \series bold
23699 arydshln
23700 \series default
23701  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
23702  
23703 \series bold
23704 colortbl
23705 \series default
23706 \color inherit
23707
23708 \begin_inset Index idx
23709 status collapsed
23710
23711 \begin_layout Plain Layout
23712 \SpecialChar LaTeX
23713 -paquetes ! colortbl
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \color none
23720 .
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \begin_layout Standard
23729 \begin_inset ERT
23730 status collapsed
23731
23732 \begin_layout Plain Layout
23733
23734
23735 \backslash
23736 else
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \begin_inset Note Note
23743 status open
23744
23745 \begin_layout Plain Layout
23746 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
23747  
23748 \series bold
23749 arydshln
23750 \series default
23751 .
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \begin_layout Standard
23760 Debes instalar el paquete \SpecialChar LaTeX
23761  
23762 \series bold
23763 arydshln
23764 \series default
23765  para ver la parte siguiente en la salida.
23766 \end_layout
23767
23768 \begin_layout Standard
23769 \begin_inset ERT
23770 status collapsed
23771
23772 \begin_layout Plain Layout
23773
23774
23775 \backslash
23776 fi
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \begin_layout Standard
23785 Para más información sobre líneas a trazos, véase la documentación de 
23786 \series bold
23787 arydshln
23788 \series default
23789
23790 \begin_inset CommandInset citation
23791 LatexCommand cite
23792 key "arydshln"
23793
23794 \end_inset
23795
23796 .
23797 \end_layout
23798
23799 \begin_layout Chapter
23800 Flotantes
23801 \begin_inset CommandInset label
23802 LatexCommand label
23803 name "chap:Flotantes"
23804
23805 \end_inset
23806
23807
23808 \begin_inset Index idx
23809 status collapsed
23810
23811 \begin_layout Plain Layout
23812 Flotantes
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Section
23821 Introducción
23822 \begin_inset CommandInset label
23823 LatexCommand label
23824 name "sec:Introducción-Flotantes"
23825
23826 \end_inset
23827
23828
23829 \begin_inset Index idx
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833 Flotantes ! Introducción
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \begin_layout Standard
23842 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
23843  no tiene posición fija.
23844  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
23845  Las 
23846 \family sans
23847 Notas
23848 \begin_inset space ~
23849 \end_inset
23850
23851 al
23852 \begin_inset space ~
23853 \end_inset
23854
23855 pie
23856 \family default
23857  y 
23858 \family sans
23859 Notas
23860 \begin_inset space ~
23861 \end_inset
23862
23863 al
23864 \begin_inset space ~
23865 \end_inset
23866
23867 margen
23868 \family default
23869  también son flotantes, porque pueden flotar a la página siguiente cuando
23870  hay demasiadas notas en la página.
23871 \end_layout
23872
23873 \begin_layout Standard
23874 Los flotantes permiten composiciones de alta calidad.
23875  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
23876  para impedir espacios en blanco y páginas sin texto.
23877  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
23878  cada flotante puede ser referenciado en el texto.
23879  Por lo tanto los flotantes están numerados.
23880  Las referencias se describen en la sección
23881 \begin_inset space ~
23882 \end_inset
23883
23884
23885 \begin_inset CommandInset ref
23886 LatexCommand ref
23887 reference "sec:Referencias-a-Flotantes"
23888
23889 \end_inset
23890
23891 .
23892 \end_layout
23893
23894 \begin_layout Standard
23895 Para insertar un flotante, usa el menú 
23896 \family sans
23897 Insertar\SpecialChar menuseparator
23898 Flotante
23899 \family default
23900  (botón 
23901 \begin_inset Info
23902 type  "icon"
23903 arg   "float-insert figure"
23904 \end_inset
23905
23906  o 
23907 \begin_inset Info
23908 type  "icon"
23909 arg   "float-insert table"
23910 \end_inset
23911
23912 ).
23913  Esto inserta una 
23914 \family sans
23915 Leyenda,
23916 \family default
23917  un cuadro con una etiqueta.
23918  La etiqueta se traducirá automáticamente al idioma del documento.
23919  Tras la etiqueta puedes insertar el texto de la leyenda.
23920  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
23921  separado dentro del flotante.
23922  La colocación de leyendas se describe en la sección
23923 \begin_inset space ~
23924 \end_inset
23925
23926
23927 \begin_inset CommandInset ref
23928 LatexCommand ref
23929 reference "sec:Colocación-de-leyendas"
23930
23931 \end_inset
23932
23933 .
23934  Para mantener legible el documento \SpecialChar LyX
23935 , puedes abrir y cerrar el flotante
23936  con clic izquierdo sobre él.
23937  Un cuadro cerrado se muestra así: 
23938 \begin_inset Graphics
23939         filename clipart/flotanteQt4.png
23940         scale 70
23941
23942 \end_inset
23943
23944  —un cuadro gris con etiqueta en rojo—.
23945 \end_layout
23946
23947 \begin_layout Standard
23948 Se recomienda insertar flotantes como párrafos separados para evitar posibles
23949  errores de \SpecialChar LaTeX
23950  si el texto circundante se formatea de modo especial.
23951 \end_layout
23952
23953 \begin_layout Standard
23954 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
23955  y pinchando el botón correspondiente de la barra de herramientas para un
23956  flotante nuevo.
23957 \end_layout
23958
23959 \begin_layout Section
23960 Tipos de flotantes
23961 \end_layout
23962
23963 \begin_layout Standard
23964 Además de los flotantes de imagen y de cuadro que se describen en la sección
23965 \begin_inset space ~
23966 \end_inset
23967
23968
23969 \begin_inset CommandInset ref
23970 LatexCommand ref
23971 reference "sec:Figuras-Flotantes"
23972
23973 \end_inset
23974
23975  y 
23976 \begin_inset CommandInset ref
23977 LatexCommand ref
23978 reference "sec:Cuadros-Flotantes"
23979
23980 \end_inset
23981
23982 , respectivamente, \SpecialChar LyX
23983  ofrece los tipos 
23984 \family sans
23985 Algoritmo
23986 \family default
23987  y 
23988 \family sans
23989 Envoltorio
23990 \family default
23991 .
23992  Lo último se explica en la sec.
23993 \begin_inset space \thinspace{}
23994 \end_inset
23995
23996
23997 \begin_inset CommandInset ref
23998 LatexCommand ref
23999 reference "sec:Flotantes-envueltos"
24000
24001 \end_inset
24002
24003 .
24004 \end_layout
24005
24006 \begin_layout Subsection
24007 Algoritmos flotantes
24008 \begin_inset Index idx
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012 Flotantes ! Algoritmos
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \begin_layout Standard
24021 \begin_inset Float algorithm
24022 placement h
24023 wide false
24024 sideways false
24025 status open
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Caption Standard
24029
24030 \begin_layout Plain Layout
24031 \begin_inset CommandInset label
24032 LatexCommand label
24033 name "alg:Ejemplo-de-Algoritmo-flotante"
24034
24035 \end_inset
24036
24037 Ejemplo de algoritmo flotante
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout LyX-Code
24046 for I in 1..N loop
24047 \begin_inset Newline newline
24048 \end_inset
24049
24050  Sum:= Sum + A(I); /*comment*/
24051 \begin_inset Newline newline
24052 \end_inset
24053
24054 end loop
24055 \begin_inset VSpace -4mm
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Standard
24067 Este tipo de flotante se inserta con el menú 
24068 \family sans
24069 Insertar\SpecialChar menuseparator
24070 Flotante\SpecialChar menuseparator
24071 Algoritmo
24072 \family default
24073 .
24074  Se usa para códigos y descripciones de algoritmos y se puede considerar
24075  una alternativa al listado de código de programa, que se explica en el
24076  capítulo
24077 \begin_inset space ~
24078 \end_inset
24079
24080
24081 \begin_inset CommandInset ref
24082 LatexCommand ref
24083 reference "cap:Listado-de-código"
24084
24085 \end_inset
24086
24087 .
24088  Un posible entorno para algoritmos es 
24089 \family sans
24090 Código-\SpecialChar LyX
24091
24092 \family default
24093 , descrito en la 
24094 \emph on
24095 Guía del usuario
24096 \emph default
24097  de \SpecialChar LyX
24098 .
24099  El algoritmo
24100 \begin_inset space ~
24101 \end_inset
24102
24103
24104 \begin_inset CommandInset ref
24105 LatexCommand ref
24106 reference "alg:Ejemplo-de-Algoritmo-flotante"
24107
24108 \end_inset
24109
24110  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
24111  vertical de -4
24112 \begin_inset space \thinspace{}
24113 \end_inset
24114
24115 mm al final para tener la línea inferior exactamente bajo la última línea
24116  de texto.
24117 \end_layout
24118
24119 \begin_layout Standard
24120 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
24121  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
24122 \end_layout
24123
24124 \begin_layout Standard
24125
24126 \series bold
24127
24128 \backslash
24129 floatname{algorithm}{nombre}
24130 \end_layout
24131
24132 \begin_layout Standard
24133 donde 
24134 \emph on
24135 nombre
24136 \emph default
24137  es la palabra «
24138 \emph on
24139 algoritmo
24140 \emph default
24141 » en el idioma deseado.
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Para insertar el índice de algoritmos puedes usar el menú 
24146 \family sans
24147 Insertar\SpecialChar menuseparator
24148 Índices\SpecialChar menuseparator
24149 Algoritmos
24150 \family default
24151 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
24152 .
24153  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
24154 :
24155 \end_layout
24156
24157 \begin_layout Standard
24158
24159 \series bold
24160
24161 \backslash
24162 listof{algorithm}{nombre}
24163 \end_layout
24164
24165 \begin_layout Standard
24166 donde 
24167 \emph on
24168 nombre
24169 \emph default
24170  es, por ejemplo, «
24171 \emph on
24172 Índice de algoritmos
24173 \emph default
24174 » en el idioma del documento.
24175 \end_layout
24176
24177 \begin_layout Standard
24178 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
24179  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
24180 itmo».
24181  Para numerarlos con ese esquema, añade este comando en el preámbulo del
24182  documento:
24183 \end_layout
24184
24185 \begin_layout Standard
24186
24187 \series bold
24188
24189 \backslash
24190 numberwithin{algorithm}{chapter}
24191 \end_layout
24192
24193 \begin_layout Standard
24194 Para poder usar el comando 
24195 \series bold
24196
24197 \backslash
24198 numberwithin
24199 \series default
24200 , marca la opción 
24201 \family sans
24202 Usar
24203 \begin_inset space ~
24204 \end_inset
24205
24206 el
24207 \begin_inset space ~
24208 \end_inset
24209
24210 paquete
24211 \begin_inset space ~
24212 \end_inset
24213
24214 AMS
24215 \family default
24216  en el menú 
24217 \family sans
24218 Documento\SpecialChar menuseparator
24219 Configuración\SpecialChar menuseparator
24220 Opciones para ecuaciones
24221 \family default
24222 .
24223 \end_layout
24224
24225 \begin_layout Section
24226 Numeración de flotantes
24227 \begin_inset Index idx
24228 status collapsed
24229
24230 \begin_layout Plain Layout
24231 Flotantes ! Numeración
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \begin_layout Standard
24240 En general, los flotantes se numeran independientemente de las secciones
24241  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
24242  dependiendo de la clase de documento utilizada.
24243 \end_layout
24244
24245 \begin_layout Standard
24246 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
24247  comando en el preámbulo del documento:
24248 \end_layout
24249
24250 \begin_layout Standard
24251
24252 \series bold
24253
24254 \backslash
24255 renewcommand{
24256 \backslash
24257 thetable}{
24258 \backslash
24259 roman{table}}
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 thetable 
24268 \series default
24269 es el comando que imprime el número del cuadro, para figuras flotantes el
24270  comando sería 
24271 \series bold
24272
24273 \backslash
24274 thefigure
24275 \series default
24276 .
24277  El comando 
24278 \series bold
24279
24280 \backslash
24281 roman
24282 \series default
24283  imprime el número de cuadro en números romanos en minúscula.
24284 \end_layout
24285
24286 \begin_layout Standard
24287 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
24288  usa este comando en el preámbulo:
24289 \end_layout
24290
24291 \begin_layout Standard
24292
24293 \series bold
24294
24295 \backslash
24296 numberwithin{table}{subsection}
24297 \end_layout
24298
24299 \begin_layout Standard
24300 Para poder usar el comando 
24301 \series bold
24302
24303 \backslash
24304 numberwithin
24305 \series default
24306 , debes marcar la opción 
24307 \family sans
24308 Usar
24309 \begin_inset space ~
24310 \end_inset
24311
24312 el
24313 \begin_inset space ~
24314 \end_inset
24315
24316 paquete
24317 \begin_inset space ~
24318 \end_inset
24319
24320 AMS 
24321 \family default
24322 en el apartado 
24323 \family sans
24324 Opciones para ecuaciones 
24325 \family default
24326 de las preferencias del documento.
24327 \end_layout
24328
24329 \begin_layout Standard
24330 Puedes ver más detalles y notas importantes sobre comandos de numeración
24331  en la sección
24332 \begin_inset space ~
24333 \end_inset
24334
24335
24336 \begin_inset CommandInset ref
24337 LatexCommand ref
24338 reference "subsec:Numeración-de-Notas-al-Pie"
24339
24340 \end_inset
24341
24342 .
24343 \end_layout
24344
24345 \begin_layout Section
24346 Referencias a flotantes
24347 \begin_inset CommandInset label
24348 LatexCommand label
24349 name "sec:Referencias-a-Flotantes"
24350
24351 \end_inset
24352
24353
24354 \begin_inset Index idx
24355 status collapsed
24356
24357 \begin_layout Plain Layout
24358 Flotantes ! Referencias
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \begin_inset Index idx
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368 Referencias
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \begin_layout Standard
24377 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
24378  menú 
24379 \family sans
24380 Insertar\SpecialChar menuseparator
24381 Etiqueta
24382 \family default
24383  o el botón 
24384 \begin_inset Info
24385 type  "icon"
24386 arg   "label-insert"
24387 \end_inset
24388
24389 .
24390  Aparece una ventana esperando la introducción del texto de la etiqueta
24391  y se inserta un cuadro gris como este: 
24392 \begin_inset Graphics
24393         filename clipart/etiquetaQt4.png
24394         scale 85
24395
24396 \end_inset
24397
24398 .
24399  \SpecialChar LyX
24400  ofrece como texto las primeras palabras de la leyenda con un prefijo.
24401  El prefijo depende del tipo de flotante, p.
24402 \begin_inset space \thinspace{}
24403 \end_inset
24404
24405 ej.
24406 \begin_inset space ~
24407 \end_inset
24408
24409 para figuras el prefijo será «
24410 \family sans
24411 fig:
24412 \family default
24413 ».
24414 \end_layout
24415
24416 \begin_layout Standard
24417 La etiqueta se usa como ancla y el nombre para la referencia.
24418  Puedes referenciar la etiqueta usando el menú 
24419 \family sans
24420 Insertar\SpecialChar menuseparator
24421 Referencia
24422 \family default
24423
24424 \begin_inset space ~
24425 \end_inset
24426
24427
24428 \family sans
24429 cruzada
24430 \family default
24431  o el botón 
24432 \begin_inset Info
24433 type  "icon"
24434 arg   "dialog-show-new-inset ref"
24435 \end_inset
24436
24437 .
24438  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
24439  Si tienes abiertos varios documentos \SpecialChar LyX
24440 , escoge aquel con el que estás trabajando
24441  de la lista desplegable de la parte superior del diálogo.
24442  Puedes ordenar las etiquetas alfabéticamente y elegir una.
24443  Se inserta un cuadro gris como este: 
24444 \begin_inset Graphics
24445         filename clipart/referenciaQt4.png
24446         scale 85
24447
24448 \end_inset
24449
24450 .
24451  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
24452 \end_layout
24453
24454 \begin_layout Standard
24455 Se recomienda poner un espacio protegido entre el nombre de la referencia
24456  cruzada y su número para evitar saltos de línea entre ellos.
24457  Si una referencia cruzada corresponde a una etiqueta inexistente verás
24458  dos interrogaciones en la salida.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
24463  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
24464  al texto de la etiqueta nueva, no te preocupes por eso.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 El botón 
24469 \family sans
24470 Ir
24471 \begin_inset space ~
24472 \end_inset
24473
24474 a
24475 \begin_inset space ~
24476 \end_inset
24477
24478 la
24479 \begin_inset space ~
24480 \end_inset
24481
24482 etiqueta
24483 \family default
24484  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
24485  y el texto del botón cambia a 
24486 \family sans
24487 Volver
24488 \family default
24489 , con el que se puede retornar a la referencia.
24490 \end_layout
24491
24492 \begin_layout Subsection
24493 Formatos de referencia cruzada
24494 \begin_inset CommandInset label
24495 LatexCommand label
24496 name "subsec:Formatos-referencia-cruzada"
24497
24498 \end_inset
24499
24500
24501 \begin_inset Index idx
24502 status collapsed
24503
24504 \begin_layout Plain Layout
24505 Referencias ! Formatos
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514 Hay seis variedades de referencias cruzadas:
24515 \end_layout
24516
24517 \begin_layout Description
24518 <referencia>: imprime el número flotante, esta es la opción predeterminada:
24519  
24520 \begin_inset CommandInset ref
24521 LatexCommand ref
24522 reference "fig:Dos-imágenes-distorsionadas"
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Description
24530 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
24531  habitual para referirse a fórmulas, especialmente si se omite el nombre
24532  «Ecuación»: 
24533 \begin_inset CommandInset ref
24534 LatexCommand eqref
24535 reference "eq:Wgn"
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Description
24543 <página>: imprime el número de página: Página
24544 \begin_inset space ~
24545 \end_inset
24546
24547
24548 \begin_inset CommandInset ref
24549 LatexCommand pageref
24550 reference "fig:Dos-imágenes-distorsionadas"
24551
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \begin_layout Description
24558 en
24559 \begin_inset space ~
24560 \end_inset
24561
24562 página
24563 \begin_inset space ~
24564 \end_inset
24565
24566 <página>: imprime el texto «en la página» y el número de página: 
24567 \begin_inset CommandInset ref
24568 LatexCommand vpageref
24569 reference "fig:Dos-imágenes-distorsionadas"
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Description
24577 <referencia>
24578 \begin_inset space ~
24579 \end_inset
24580
24581 en
24582 \begin_inset space ~
24583 \end_inset
24584
24585 página
24586 \begin_inset space ~
24587 \end_inset
24588
24589 <página>: imprime el número flotante, el texto «en la página» y el número
24590  de página: 
24591 \begin_inset CommandInset ref
24592 LatexCommand vref
24593 reference "fig:Dos-imágenes-distorsionadas"
24594
24595 \end_inset
24596
24597
24598 \end_layout
24599
24600 \begin_layout Description
24601 Referencia
24602 \begin_inset space ~
24603 \end_inset
24604
24605 con
24606 \begin_inset space ~
24607 \end_inset
24608
24609 formato: imprime un formato personalizado.
24610 \begin_inset Newline newline
24611 \end_inset
24612
24613
24614 \begin_inset Note Greyedout
24615 status open
24616
24617 \begin_layout Plain Layout
24618
24619 \series bold
24620 Nota:
24621 \series default
24622  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
24623
24624  
24625 \series bold
24626 prettyref
24627 \series default
24628  o 
24629 \series bold
24630 refstyle
24631 \series default
24632 .
24633 \begin_inset Index idx
24634 status collapsed
24635
24636 \begin_layout Plain Layout
24637 \SpecialChar LaTeX
24638 -paquetes ! prettyref
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \begin_inset Index idx
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 \SpecialChar LaTeX
24649 -paquetes ! refstyle
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \begin_inset Newline newline
24661 \end_inset
24662
24663 Se puede seleccionar el paquete \SpecialChar LaTeX
24664  a usar con esta característica marcando
24665  la opción 
24666 \family sans
24667 Usar refstyle (no prettyref) para las referencias cruzadas
24668 \family default
24669  en el menú 
24670 \family sans
24671 Documento\SpecialChar menuseparator
24672 Configuración\SpecialChar menuseparator
24673 Clase de documento
24674 \family default
24675 .
24676  El formato se especifica añadiendo el comando 
24677 \series bold
24678
24679 \backslash
24680 newrefformat
24681 \series default
24682  (prettyref) o 
24683 \series bold
24684
24685 \backslash
24686 newref
24687 \series default
24688  (refstyle) en el preámbulo del documento.
24689  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
24690  la etiqueta 
24691 \begin_inset Quotes fld
24692 \end_inset
24693
24694
24695 \family sans
24696 fig
24697 \family default
24698
24699 \begin_inset Quotes frd
24700 \end_inset
24701
24702 ) se usa el comando
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706
24707 \series bold
24708
24709 \backslash
24710 newref{fig}{refcmd={Imagen en la página 
24711 \backslash
24712 pageref{#1}}}
24713 \series default
24714
24715 \begin_inset Newline newline
24716 \end_inset
24717
24718 Para más información sobre este formato echa un vistazo a la documentación
24719  de
24720 \begin_inset space ~
24721 \end_inset
24722
24723
24724 \begin_inset CommandInset citation
24725 LatexCommand cite
24726 key "prettyref,refstyle"
24727
24728 \end_inset
24729
24730 .
24731 \end_layout
24732
24733 \begin_layout Description
24734 Referencia
24735 \begin_inset space ~
24736 \end_inset
24737
24738 textual: imprime la leyenda de la referencia: 
24739 \begin_inset CommandInset ref
24740 LatexCommand nameref
24741 reference "fig:Dos-imágenes-distorsionadas"
24742
24743 \end_inset
24744
24745
24746 \end_layout
24747
24748 \begin_layout Standard
24749
24750 \family sans
24751 <página>
24752 \family default
24753
24754 \begin_inset space \thinspace{}
24755 \end_inset
24756
24757  no imprime el número si la etiqueta está en la misma página, en la anterior
24758  o en la siguiente.
24759  En su lugar verás p.
24760 \begin_inset space \thinspace{}
24761 \end_inset
24762
24763 ej.
24764 \begin_inset space ~
24765 \end_inset
24766
24767 el texto «
24768 \family sans
24769 en esta página
24770 \family default
24771 ».
24772  El estilo 
24773 \family sans
24774 <referencia>
24775 \begin_inset space ~
24776 \end_inset
24777
24778 en
24779 \begin_inset space ~
24780 \end_inset
24781
24782 página
24783 \begin_inset space ~
24784 \end_inset
24785
24786 <página> 
24787 \family default
24788 no imprimirá nada sobre la página si la etiqueta está en la misma página.
24789 \end_layout
24790
24791 \begin_layout Standard
24792 El número y página actual de la parte del documento referida es automáticamente
24793  calculado por \SpecialChar LaTeX
24794  en la salida.
24795  Las variedades se ajustan en el campo 
24796 \family sans
24797 Formato
24798 \family default
24799  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
24800 \end_layout
24801
24802 \begin_layout Standard
24803 \begin_inset Note Greyedout
24804 status open
24805
24806 \begin_layout Plain Layout
24807
24808 \series bold
24809 Nota: 
24810 \series default
24811 Se recomienda usar el paquete \SpecialChar LaTeX
24812  
24813 \series bold
24814 refstyle
24815 \series default
24816
24817 \begin_inset Index idx
24818 status collapsed
24819
24820 \begin_layout Plain Layout
24821 \SpecialChar LaTeX
24822 -paquetes ! refstyle
24823 \end_layout
24824
24825 \end_inset
24826
24827  porque 
24828 \series bold
24829 prettyref
24830 \series default
24831
24832 \begin_inset Index idx
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 \SpecialChar LaTeX
24837 -paquetes ! prettyref
24838 \end_layout
24839
24840 \end_inset
24841
24842  no reconoce todas las abreviaturas de etiquetas
24843 \begin_inset Foot
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847 \begin_inset Quotes fld
24848 \end_inset
24849
24850 fig:
24851 \begin_inset Quotes frd
24852 \end_inset
24853
24854 , por ejemplo, es la abreviatura en \SpecialChar LyX
24855  para las etiquetas de leyendas de figuras.
24856 \end_layout
24857
24858 \end_inset
24859
24860  posibles en \SpecialChar LyX
24861  y no está internacionalizado.
24862 \end_layout
24863
24864 \end_inset
24865
24866
24867 \end_layout
24868
24869 \begin_layout Subsection
24870 Designación automática de referencias
24871 \begin_inset Index idx
24872 status collapsed
24873
24874 \begin_layout Plain Layout
24875 Referencias ! Designación automática
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \begin_layout Standard
24884 El paquete \SpecialChar LaTeX
24885  
24886 \series bold
24887 hyperref
24888 \series default
24889
24890 \begin_inset Index idx
24891 status collapsed
24892
24893 \begin_layout Plain Layout
24894 \SpecialChar LaTeX
24895 -paquetes ! hyperref
24896 \end_layout
24897
24898 \end_inset
24899
24900 , que se habilita en 
24901 \family sans
24902 Propiedades PDF
24903 \family default
24904  del diálogo 
24905 \family sans
24906 Documento\SpecialChar menuseparator
24907 Configuración
24908 \family default
24909 , dispone de una característica muy útil que permite incluir automáticamente
24910  en las referencias cruzadas el nombre de los flotantes referidos (o partes
24911  de texto como 
24912 \emph on
24913 sección
24914 \emph default
24915 ).
24916  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
24917  cada referencia a una figura.
24918  Para usar esta característica habilita el soporte para 
24919 \series bold
24920 hyperref
24921 \series default
24922  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
24923 :
24924 \end_layout
24925
24926 \begin_layout Standard
24927
24928 \series bold
24929
24930 \backslash
24931 AtBeginDocument{
24932 \backslash
24933 renewcommand{
24934 \backslash
24935 ref}[1]{
24936 \backslash
24937 mbox{
24938 \backslash
24939 autoref{#1}}}}
24940 \end_layout
24941
24942 \begin_layout Standard
24943 Si prefieres otros nombres para las referencias distintos de los predeterminados
24944 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
24945  lo siguiente en el preámbulo:
24946 \end_layout
24947
24948 \begin_layout Standard
24949
24950 \series bold
24951
24952 \backslash
24953 addto
24954 \backslash
24955 extrasspanish{
24956 \backslash
24957 renewcommand{
24958 \backslash
24959 sectionautorefname}
24960 \begin_inset Newline newline
24961 \end_inset
24962
24963
24964 \begin_inset Phantom HPhantom
24965 status open
24966
24967 \begin_layout Plain Layout
24968
24969 \series bold
24970 \begin_inset space ~
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \end_inset
24977
24978 {sec.
24979 \backslash
24980 negthinspace}}
24981 \end_layout
24982
24983 \begin_layout Standard
24984 Si estás usando un idioma de documento distinto del español, reemplaza
24985 \begin_inset Newline newline
24986 \end_inset
24987
24988  
24989 \series bold
24990
24991 \backslash
24992 extrasspanish
24993 \series default
24994  por
24995 \series bold
24996  
24997 \backslash
24998 extras***
24999 \series default
25000 , donde *** es el nombre del idioma utilizado.
25001 \end_layout
25002
25003 \begin_layout Standard
25004 Para obtener nombres automáticos pero no para determinados tipos de referencias,
25005  por ejemplo no para ecuaciones, usa este código de preámbulo:
25006 \end_layout
25007
25008 \begin_layout Standard
25009
25010 \series bold
25011
25012 \backslash
25013 addto
25014 \backslash
25015 extrasspanish{
25016 \backslash
25017 renewcommand*{
25018 \backslash
25019 equationautorefname}[1]{}}
25020 \end_layout
25021
25022 \begin_layout Standard
25023 En la documentación de 
25024 \series bold
25025 hyperref
25026 \series default
25027  
25028 \begin_inset CommandInset citation
25029 LatexCommand cite
25030 key "hyperref"
25031
25032 \end_inset
25033
25034  puedes encontrar más información.
25035
25036 \series bold
25037  
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \begin_inset Note Greyedout
25042 status open
25043
25044 \begin_layout Plain Layout
25045
25046 \series bold
25047 Nota:
25048 \series default
25049  La designación automática de referencias no puede usarse en el estilo 
25050 \family sans
25051 Referencia
25052 \begin_inset space ~
25053 \end_inset
25054
25055 con
25056 \begin_inset space ~
25057 \end_inset
25058
25059 formato
25060 \family default
25061 , descrita en la sección
25062 \begin_inset space ~
25063 \end_inset
25064
25065
25066 \begin_inset CommandInset ref
25067 LatexCommand ref
25068 reference "subsec:Formatos-referencia-cruzada"
25069
25070 \end_inset
25071
25072 .
25073 \end_layout
25074
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \begin_layout Standard
25081 El manual 
25082 \emph on
25083 Ecuaciones
25084 \emph default
25085  es un ejemplo de documento en el que se ha utilizado designación automática
25086  de referencias.
25087 \end_layout
25088
25089 \begin_layout Subsection
25090 Colocación de referencias
25091 \begin_inset CommandInset label
25092 LatexCommand label
25093 name "subsec:Colocación-de-Referencias"
25094
25095 \end_inset
25096
25097
25098 \begin_inset Index idx
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 Referencias ! Colocación
25103 \end_layout
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Si usas 
25112 \series bold
25113 hyperref
25114 \series default
25115
25116 \begin_inset Index idx
25117 status collapsed
25118
25119 \begin_layout Plain Layout
25120 \SpecialChar LaTeX
25121 -paquetes ! hyperref
25122 \end_layout
25123
25124 \end_inset
25125
25126 , en las 
25127 \family sans
25128 Preferencias PDF 
25129 \family default
25130 del diálogo 
25131 \family sans
25132 Documento\SpecialChar menuseparator
25133 Configuración
25134 \family default
25135 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
25136  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
25137  La leyenda será la primera parte del texto en pantalla, de forma que para
25138  ver la imagen debes deslizar.
25139  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
25140  Usando el paquete 
25141 \series bold
25142 hypcap
25143 \series default
25144
25145 \begin_inset Index idx
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149 \SpecialChar LaTeX
25150 -paquetes ! hypcap
25151 \end_layout
25152
25153 \end_inset
25154
25155 , que forma parte del paquete \SpecialChar LaTeX
25156  
25157 \series bold
25158 oberdiek
25159 \series default
25160
25161 \begin_inset Index idx
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165 \SpecialChar LaTeX
25166 -paquetes ! oberdiek
25167 \end_layout
25168
25169 \end_inset
25170
25171 , el ancla de enlace se sitúa al comienzo de un flotante.
25172  Para usar esta característica para figuras flotantes carga 
25173 \series bold
25174 hypcap
25175 \series default
25176  en el preámbulo con
25177 \end_layout
25178
25179 \begin_layout Standard
25180
25181 \series bold
25182
25183 \backslash
25184 usepackage[figure]{hypcap}
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Puedes usar 
25189 \series bold
25190 hypcap
25191 \series default
25192  para todos los flotantes aunque no se recomienda por razones de estabilidad.
25193  Más información en el manual de 
25194 \series bold
25195 hypcap
25196 \series default
25197  
25198 \begin_inset CommandInset citation
25199 LatexCommand cite
25200 key "hypcap"
25201
25202 \end_inset
25203
25204 .
25205 \end_layout
25206
25207 \begin_layout Standard
25208 \begin_inset Note Greyedout
25209 status open
25210
25211 \begin_layout Plain Layout
25212
25213 \series bold
25214 Nota:
25215 \series default
25216  
25217 \series bold
25218 hypcap
25219 \series default
25220  no funciona para las referencias a subfiguras.
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \begin_layout Section
25229 Colocación de flotantes
25230 \begin_inset CommandInset label
25231 LatexCommand label
25232 name "sec:Colocación-de-Flotantes"
25233
25234 \end_inset
25235
25236
25237 \begin_inset Index idx
25238 status collapsed
25239
25240 \begin_layout Plain Layout
25241 Flotantes ! Colocación
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \begin_layout Standard
25250 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
25251  
25252 \family sans
25253 Configuración
25254 \family default
25255 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
25256  para situar
25257  los flotantes.
25258 \begin_inset Newline newline
25259 \end_inset
25260
25261 La opción 
25262 \family sans
25263 Extender
25264 \begin_inset space ~
25265 \end_inset
25266
25267 columnas
25268 \family default
25269  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
25270  abarcará ambas columnas en lugar de una sola.
25271 \begin_inset Newline newline
25272 \end_inset
25273
25274 La opción 
25275 \family sans
25276 Girar
25277 \begin_inset space ~
25278 \end_inset
25279
25280 a
25281 \begin_inset space ~
25282 \end_inset
25283
25284 un
25285 \begin_inset space ~
25286 \end_inset
25287
25288 lado
25289 \family default
25290  sirve para girar flotantes, véase sección
25291 \begin_inset space ~
25292 \end_inset
25293
25294
25295 \begin_inset CommandInset ref
25296 LatexCommand ref
25297 reference "sec:Rotación-de-Flotantes"
25298
25299 \end_inset
25300
25301 .
25302  
25303 \end_layout
25304
25305 \begin_layout Standard
25306 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
25307  la posición de un flotante si desmarcas la opción 
25308 \family sans
25309 Usar
25310 \begin_inset space ~
25311 \end_inset
25312
25313 ubicación
25314 \begin_inset space ~
25315 \end_inset
25316
25317 predeterminada
25318 \family default
25319 :
25320 \end_layout
25321
25322 \begin_layout Description
25323
25324 \family sans
25325 \series bold
25326 Aquí
25327 \begin_inset space ~
25328 \end_inset
25329
25330 si
25331 \begin_inset space ~
25332 \end_inset
25333
25334 es
25335 \begin_inset space ~
25336 \end_inset
25337
25338 posible
25339 \family default
25340 \series default
25341  intenta situar el flotante en la posición en la que se inserta
25342 \end_layout
25343
25344 \begin_layout Description
25345
25346 \family sans
25347 \series bold
25348 Principio
25349 \begin_inset space ~
25350 \end_inset
25351
25352 de
25353 \begin_inset space ~
25354 \end_inset
25355
25356 página
25357 \family default
25358 \series default
25359  intenta situar el flotante al principio de la página actual
25360 \end_layout
25361
25362 \begin_layout Description
25363
25364 \family sans
25365 \series bold
25366 Fin
25367 \begin_inset space ~
25368 \end_inset
25369
25370 de
25371 \begin_inset space ~
25372 \end_inset
25373
25374 página
25375 \family default
25376 \series default
25377  intenta situar el flotante al final de la página actual
25378 \end_layout
25379
25380 \begin_layout Description
25381
25382 \family sans
25383 \series bold
25384 Página
25385 \begin_inset space ~
25386 \end_inset
25387
25388 de
25389 \begin_inset space ~
25390 \end_inset
25391
25392 flotantes
25393 \family default
25394 \series default
25395  intenta situar el flotante en una página propia 
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \SpecialChar LaTeX
25400  usa 
25401 \emph on
25402 siempre
25403 \emph default
25404  ese orden de opciones.
25405  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
25406  probará en primer
25407  lugar 
25408 \family sans
25409 Aquí
25410 \begin_inset space ~
25411 \end_inset
25412
25413 si
25414 \begin_inset space ~
25415 \end_inset
25416
25417 es
25418 \begin_inset space ~
25419 \end_inset
25420
25421 posible
25422 \family default
25423 , luego 
25424 \family sans
25425 Principio
25426 \begin_inset space ~
25427 \end_inset
25428
25429 de
25430 \begin_inset space ~
25431 \end_inset
25432
25433 página
25434 \family default
25435 , y después las otras.
25436  Si no usas la predeterminada, \SpecialChar LaTeX
25437  sólo probará las opciones marcadas pero
25438  en dicho orden.
25439  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
25440  pero intenta poner el flotante en la página siguiente.
25441 \end_layout
25442
25443 \begin_layout Standard
25444 De forma predeterminada cada una de las opciones tiene sus propias reglas:
25445 \end_layout
25446
25447 \begin_layout Labeling
25448 \labelwidthstring 00.00.0000
25449
25450 \family sans
25451 Principio
25452 \begin_inset space ~
25453 \end_inset
25454
25455 de
25456 \begin_inset space ~
25457 \end_inset
25458
25459 página:
25460 \family default
25461  sólo si el flotante ocupa menos del 70
25462 \begin_inset space \thinspace{}
25463 \end_inset
25464
25465 % de la página puede ubicarse al principio de página (
25466 \series bold
25467
25468 \backslash
25469 topfraction
25470 \series default
25471 )
25472 \end_layout
25473
25474 \begin_layout Labeling
25475 \labelwidthstring 00.00.0000
25476
25477 \family sans
25478 Fin
25479 \begin_inset space ~
25480 \end_inset
25481
25482 de
25483 \begin_inset space ~
25484 \end_inset
25485
25486 página:
25487 \family default
25488  sólo si el flotante ocupa menos del 30
25489 \begin_inset space \thinspace{}
25490 \end_inset
25491
25492 % de la página puede ubicarse al fin de página.
25493  (
25494 \series bold
25495
25496 \backslash
25497 bottomfraction
25498 \series default
25499 )
25500 \end_layout
25501
25502 \begin_layout Labeling
25503 \labelwidthstring 00.00.0000
25504
25505 \family sans
25506 Página
25507 \begin_inset space ~
25508 \end_inset
25509
25510 de
25511 \begin_inset space ~
25512 \end_inset
25513
25514 flotantes:
25515 \family default
25516  sólo si más del 50
25517 \begin_inset space \thinspace{}
25518 \end_inset
25519
25520 % de la página se ocupa por flotantes puede haber varios juntos en la misma
25521  página.
25522  (
25523 \series bold
25524
25525 \backslash
25526 floatpagefraction
25527 \series default
25528 )
25529 \end_layout
25530
25531 \begin_layout Standard
25532 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
25533  
25534 \family sans
25535 Ignorar
25536 \begin_inset space ~
25537 \end_inset
25538
25539 reglas
25540 \begin_inset space ~
25541 \end_inset
25542
25543 de
25544 \begin_inset space ~
25545 \end_inset
25546
25547 \SpecialChar LaTeX
25548
25549 \family default
25550 .
25551 \begin_inset Newline newline
25552 \end_inset
25553
25554 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
25555  que van entre paréntesis
25556  tras la descripción de las reglas anteriores.
25557  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
25558  la regla 
25559 \family sans
25560 Fin
25561 \family default
25562
25563 \begin_inset space ~
25564 \end_inset
25565
25566
25567 \family sans
25568 de
25569 \family default
25570
25571 \begin_inset space ~
25572 \end_inset
25573
25574
25575 \family sans
25576 página
25577 \family default
25578  al 50
25579 \begin_inset space \thinspace{}
25580 \end_inset
25581
25582 %, añade esta línea en el preámbulo:
25583 \end_layout
25584
25585 \begin_layout Standard
25586
25587 \series bold
25588
25589 \backslash
25590 renewcommand{
25591 \backslash
25592 bottomfraction}{0.5}
25593 \end_layout
25594
25595 \begin_layout Standard
25596 En determinados casos podrías necesitar ubicar un flotante exactamente en
25597  la posición en la que se inserta.
25598  Para esto puedes usar la opción 
25599 \family sans
25600 Aquí
25601 \begin_inset space ~
25602 \end_inset
25603
25604 definitivamente
25605 \family default
25606 .
25607  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
25608  porque el flotante ya no podrá «flotar» y si haces cambios al documento
25609  se podría estropear el diseño de la página.
25610 \end_layout
25611
25612 \begin_layout Standard
25613 No hay opciones de ubicación para envoltorios flotantes porque siempre están
25614  rodeados por texto de un párrafo determinado.
25615 \begin_inset VSpace bigskip
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 A veces surge el problema de que un flotante se sitúa al principio de la
25623  página mientras que su sección correspondiente empieza en mitad de la página,
25624  así que el lector podría creer que el flotante forma parte de la sección
25625  anterior.
25626  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
25627  
25628 \series bold
25629
25630 \backslash
25631 suppressfloats
25632 \series default
25633 , que suprime la ubicación de un flotante dado en la página donde se inserta
25634  y además puede servir para evitar que el flotante se coloque antes del
25635  inicio de sección.
25636  Para ello, añade estos comandos al preámbulo:
25637 \end_layout
25638
25639 \begin_layout Standard
25640
25641 \series bold
25642
25643 \backslash
25644 let
25645 \backslash
25646 mySection
25647 \backslash
25648 section
25649 \begin_inset Newline newline
25650 \end_inset
25651
25652
25653 \backslash
25654 renewcommand{
25655 \backslash
25656 section}{
25657 \backslash
25658 suppressfloats[t]
25659 \backslash
25660 mySection}
25661 \end_layout
25662
25663 \begin_layout Standard
25664 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
25665  subsecciones.
25666  No es recomendable para partes pequeñas de texto como subsubsecciones porque
25667  \SpecialChar LaTeX
25668  podría tener problemas para encontrar una ubicación adecuada.
25669 \end_layout
25670
25671 \begin_layout Standard
25672 \begin_inset VSpace bigskip
25673 \end_inset
25674
25675 En ciertos casos se quieren tener todas las figuras/cuadros al final del
25676  documento.
25677  Para estos casos está el paquete \SpecialChar LaTeX
25678  
25679 \series bold
25680 endfloat
25681 \series default
25682
25683 \begin_inset Index idx
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687 \SpecialChar LaTeX
25688 -paquetes ! endfloat
25689 \end_layout
25690
25691 \end_inset
25692
25693 .
25694  Pone todas las figuras y cuadros flotantes al final del documento en secciones
25695  propias.
25696  En la posición original del flotante se inserta una indicación como «
25697 \family sans
25698 [Figure
25699 \begin_inset space ~
25700 \end_inset
25701
25702 3.2 about here.]
25703 \family default
25704 ».
25705  El paquete 
25706 \series bold
25707 endfloat
25708 \series default
25709  se carga en el preámbulo con la línea
25710 \end_layout
25711
25712 \begin_layout Standard
25713
25714 \series bold
25715
25716 \backslash
25717 usepackage[options]{endfloat}
25718 \end_layout
25719
25720 \begin_layout Standard
25721 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
25722  Para más información véase la documentación 
25723 \begin_inset CommandInset citation
25724 LatexCommand cite
25725 key "endfloat"
25726
25727 \end_inset
25728
25729 .
25730 \begin_inset Newline newline
25731 \end_inset
25732
25733
25734 \begin_inset Note Greyedout
25735 status open
25736
25737 \begin_layout Plain Layout
25738
25739 \series bold
25740 Nota: endfloat
25741 \series default
25742  no traduce automáticamente la indicación, hay que hacerlo manualmente,
25743  véase sección
25744 \begin_inset space ~
25745 \end_inset
25746
25747 4 en 
25748 \begin_inset CommandInset citation
25749 LatexCommand cite
25750 key "endfloat"
25751
25752 \end_inset
25753
25754 .
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \begin_inset Newline newline
25761 \end_inset
25762
25763
25764 \begin_inset Note Greyedout
25765 status open
25766
25767 \begin_layout Plain Layout
25768
25769 \series bold
25770 Nota:
25771 \series default
25772  Actualmente hay un error en 
25773 \series bold
25774 endfloat
25775 \series default
25776  cuando la leyenda contiene el carácter alemán «ß».
25777  Usa en ese caso el comando «
25778 \series bold
25779
25780 \backslash
25781 ss
25782 \series default
25783 » en código \SpecialChar TeX
25784  en vez de «ß».
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \begin_layout Standard
25793 \begin_inset VSpace bigskip
25794 \end_inset
25795
25796 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
25797  como 
25798 \begin_inset CommandInset citation
25799 LatexCommand cite
25800 key "latexcompanion,latexguide,latexbook"
25801
25802 \end_inset
25803
25804 .
25805 \end_layout
25806
25807 \begin_layout Section
25808 Rotación de flotantes
25809 \begin_inset CommandInset label
25810 LatexCommand label
25811 name "sec:Rotación-de-Flotantes"
25812
25813 \end_inset
25814
25815
25816 \begin_inset Index idx
25817 status collapsed
25818
25819 \begin_layout Plain Layout
25820 Flotantes ! Rotación
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
25830  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
25831  la opción 
25832 \family sans
25833 Girar
25834 \begin_inset space ~
25835 \end_inset
25836
25837 a
25838 \begin_inset space ~
25839 \end_inset
25840
25841 un
25842 \begin_inset space ~
25843 \end_inset
25844
25845 lado
25846 \family default
25847 .
25848 \end_layout
25849
25850 \begin_layout Standard
25851 Los flotantes girados son puestos siempre en su propia página (o columna
25852  si el documento es de dos columnas).
25853  Se les puede permitir abarcar varias columnas con la opción de configuración
25854  
25855 \family sans
25856 Extender
25857 \begin_inset space ~
25858 \end_inset
25859
25860 columnas
25861 \family default
25862 .
25863  Se rotan de forma que puedes leerlos desde el margen externo.
25864  Para forzar determinada dirección de rotación para todas las páginas, puedes
25865  añadir una de las opciones 
25866 \series bold
25867 figuresleft
25868 \series default
25869  o 
25870 \series bold
25871 figuresright
25872 \series default
25873  a las opciones de clase del documento.
25874 \end_layout
25875
25876 \begin_layout Standard
25877 Los flotantes girados se refieren igual que los normales, y el formato de
25878  la leyenda también es el mismo: un ejemplo es el cuadro
25879 \begin_inset space ~
25880 \end_inset
25881
25882
25883 \begin_inset CommandInset ref
25884 LatexCommand ref
25885 reference "tab:Cuadro-girado"
25886
25887 \end_inset
25888
25889 .
25890 \end_layout
25891
25892 \begin_layout Standard
25893 \begin_inset Note Greyedout
25894 status open
25895
25896 \begin_layout Plain Layout
25897
25898 \series bold
25899 Nota:
25900 \series default
25901  No todos los visores DVI pueden mostrar cuadros girados.
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \begin_inset Float table
25911 wide false
25912 sideways true
25913 status open
25914
25915 \begin_layout Plain Layout
25916 \begin_inset Caption Standard
25917
25918 \begin_layout Plain Layout
25919 \begin_inset CommandInset label
25920 LatexCommand label
25921 name "tab:Cuadro-girado"
25922
25923 \end_inset
25924
25925 Cuadro girado
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Plain Layout
25934 \align center
25935 \begin_inset Tabular
25936 <lyxtabular version="3" rows="1" columns="5">
25937 <features tabularvalignment="middle">
25938 <column alignment="center" valignment="top">
25939 <column alignment="center" valignment="top">
25940 <column alignment="center" valignment="top">
25941 <column alignment="center" valignment="top">
25942 <column alignment="center" valignment="top">
25943 <row>
25944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948 test
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 b
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 c
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 d
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 e
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 </row>
25990 </lyxtabular>
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Section
26003 Subflotantes
26004 \begin_inset Index idx
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 Flotantes ! Subflotantes
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
26018  imágenes.
26019  Se crean insertando un flotante dentro de otro.
26020  La colocación de los subflotantes puede controlarse como si fueran párrafos,
26021  como se muestra en los cuadros
26022 \begin_inset space ~
26023 \end_inset
26024
26025
26026 \begin_inset CommandInset ref
26027 LatexCommand ref
26028 reference "tab:Dos-subcuadros-adosados"
26029
26030 \end_inset
26031
26032  y
26033 \begin_inset space ~
26034 \end_inset
26035
26036
26037 \begin_inset CommandInset ref
26038 LatexCommand ref
26039 reference "tab:Dos-subcuadros-uno-sobre"
26040
26041 \end_inset
26042
26043 .
26044 \end_layout
26045
26046 \begin_layout Standard
26047 Las referencias a subflotantes funcionan como en los flotantes normales:
26048  el cuadro
26049 \begin_inset space ~
26050 \end_inset
26051
26052
26053 \begin_inset CommandInset ref
26054 LatexCommand ref
26055 reference "tab:Este-es-el-subcuadro-a"
26056
26057 \end_inset
26058
26059  y el cuadro
26060 \begin_inset space ~
26061 \end_inset
26062
26063
26064 \begin_inset CommandInset ref
26065 LatexCommand ref
26066 reference "tab:Este-es-el-subcuadro-b"
26067
26068 \end_inset
26069
26070  son subcuadros del cuadro
26071 \begin_inset space ~
26072 \end_inset
26073
26074
26075 \begin_inset CommandInset ref
26076 LatexCommand ref
26077 reference "tab:Dos-subcuadros-adosados"
26078
26079 \end_inset
26080
26081 .
26082 \end_layout
26083
26084 \begin_layout Standard
26085 \begin_inset Float table
26086 wide false
26087 sideways false
26088 status open
26089
26090 \begin_layout Plain Layout
26091 \begin_inset Caption Standard
26092
26093 \begin_layout Plain Layout
26094 \begin_inset CommandInset label
26095 LatexCommand label
26096 name "tab:Dos-subcuadros-adosados"
26097
26098 \end_inset
26099
26100 Dos subcuadros adosados
26101 \end_layout
26102
26103 \end_inset
26104
26105
26106 \end_layout
26107
26108 \begin_layout Plain Layout
26109 \begin_inset space \hfill{}
26110 \end_inset
26111
26112
26113 \begin_inset Float table
26114 wide false
26115 sideways false
26116 status open
26117
26118 \begin_layout Plain Layout
26119 \begin_inset Caption Standard
26120
26121 \begin_layout Plain Layout
26122 \begin_inset CommandInset label
26123 LatexCommand label
26124 name "tab:Este-es-el-subcuadro-a"
26125
26126 \end_inset
26127
26128 Este es el subcuadro a
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Plain Layout
26137 \align center
26138 \begin_inset Tabular
26139 <lyxtabular version="3" rows="1" columns="5">
26140 <features tabularvalignment="middle">
26141 <column alignment="center" valignment="top">
26142 <column alignment="center" valignment="top">
26143 <column alignment="center" valignment="top">
26144 <column alignment="center" valignment="top">
26145 <column alignment="center" valignment="top">
26146 <row>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 test 
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160 b
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 c
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 d
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 e
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 </row>
26193 </lyxtabular>
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \begin_inset space \hfill{}
26204 \end_inset
26205
26206
26207 \begin_inset Float table
26208 wide false
26209 sideways false
26210 status open
26211
26212 \begin_layout Plain Layout
26213 \begin_inset Caption Standard
26214
26215 \begin_layout Plain Layout
26216 \begin_inset CommandInset label
26217 LatexCommand label
26218 name "tab:Este-es-el-subcuadro-b"
26219
26220 \end_inset
26221
26222 Esta es la subtabla b
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \begin_layout Plain Layout
26231 \align center
26232 \begin_inset Tabular
26233 <lyxtabular version="3" rows="1" columns="5">
26234 <features tabularvalignment="middle">
26235 <column alignment="center" valignment="top">
26236 <column alignment="center" valignment="top">
26237 <column alignment="center" valignment="top">
26238 <column alignment="center" valignment="top">
26239 <column alignment="center" valignment="top">
26240 <row>
26241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 e
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 d
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 c
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272 b
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 test
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 </row>
26287 </lyxtabular>
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \begin_inset space \hfill{}
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Standard
26309 \begin_inset Float table
26310 wide false
26311 sideways false
26312 status open
26313
26314 \begin_layout Plain Layout
26315 \begin_inset Caption Standard
26316
26317 \begin_layout Plain Layout
26318 \begin_inset CommandInset label
26319 LatexCommand label
26320 name "tab:Dos-subcuadros-uno-sobre"
26321
26322 \end_inset
26323
26324 Dos subcuadros colocados uno sobre otro.
26325  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Plain Layout
26334 \noindent
26335 \align center
26336 \begin_inset Float table
26337 wide false
26338 sideways false
26339 status open
26340
26341 \begin_layout Plain Layout
26342 \begin_inset Caption Standard
26343
26344 \begin_layout Plain Layout
26345
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Plain Layout
26354 \align center
26355 \begin_inset Tabular
26356 <lyxtabular version="3" rows="1" columns="4">
26357 <features tabularvalignment="middle">
26358 <column alignment="center" valignment="top">
26359 <column alignment="center" valignment="top">
26360 <column alignment="center" valignment="top">
26361 <column alignment="center" valignment="top">
26362 <row>
26363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367 test
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Plain Layout
26376 test
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385 test
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 test
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 </lyxtabular>
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Plain Layout
26413 \align center
26414 \begin_inset Float table
26415 wide false
26416 sideways false
26417 status open
26418
26419 \begin_layout Plain Layout
26420 \begin_inset Caption Standard
26421
26422 \begin_layout Plain Layout
26423
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Plain Layout
26432 \align center
26433 \begin_inset Tabular
26434 <lyxtabular version="3" rows="1" columns="5">
26435 <features tabularvalignment="middle">
26436 <column alignment="center" valignment="top">
26437 <column alignment="center" valignment="top">
26438 <column alignment="center" valignment="top">
26439 <column alignment="center" valignment="top">
26440 <column alignment="center" valignment="top">
26441 <row>
26442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 a
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 b
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 c
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 d
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 e
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 </lyxtabular>
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Section
26506 Flotantes adosados
26507 \begin_inset Index idx
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511 Flotantes ! Adosados
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \begin_layout Standard
26520 Para colocar flotantes unos junto a otros, como en la figura
26521 \begin_inset space ~
26522 \end_inset
26523
26524
26525 \begin_inset CommandInset ref
26526 LatexCommand ref
26527 reference "fig:Flotante-izquierda"
26528
26529 \end_inset
26530
26531  y 
26532 \begin_inset CommandInset ref
26533 LatexCommand ref
26534 reference "fig:Flotante-derecha"
26535
26536 \end_inset
26537
26538 , se pone 
26539 \emph on
26540 un
26541 \emph default
26542  solo flotante.
26543  En él se insertan dos cuadros tipo minipágina.
26544 \begin_inset Foot
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548 Las minipáginas se explican en la sección
26549 \begin_inset space ~
26550 \end_inset
26551
26552
26553 \begin_inset CommandInset ref
26554 LatexCommand ref
26555 reference "sec:Minipáginas"
26556
26557 \end_inset
26558
26559 .
26560 \end_layout
26561
26562 \end_inset
26563
26564  La anchura de la columna se establece en 45-50
26565 \begin_inset space \thinspace{}
26566 \end_inset
26567
26568 % y la alineación en 
26569 \family sans
26570 Inferior
26571 \family default
26572  para cada minipágina.
26573  Las minipáginas contienen la imagen y su título, de igual forma que en
26574  los flotantes.
26575  La única diferencia es que el 
26576 \family sans
26577 Ancho
26578 \begin_inset space ~
26579 \end_inset
26580
26581 de
26582 \begin_inset space ~
26583 \end_inset
26584
26585 columna
26586 \begin_inset space ~
26587 \end_inset
26588
26589 %
26590 \family default
26591  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset Float figure
26596 placement h
26597 wide false
26598 sideways false
26599 status open
26600
26601 \begin_layout Plain Layout
26602 \begin_inset Box Frameless
26603 position "b"
26604 hor_pos "c"
26605 has_inner_box 1
26606 inner_pos "t"
26607 use_parbox 0
26608 use_makebox 0
26609 width "45col%"
26610 special "none"
26611 height "1in"
26612 height_special "totalheight"
26613 thickness "0.4pt"
26614 separation "3pt"
26615 shadowsize "4pt"
26616 framecolor "black"
26617 backgroundcolor "none"
26618 status open
26619
26620 \begin_layout Plain Layout
26621 \align center
26622 \begin_inset Graphics
26623         filename ../clipart/mobius.eps
26624         lyxscale 50
26625         width 100col%
26626         scaleBeforeRotation
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \begin_layout Plain Layout
26634 \begin_inset Caption Standard
26635
26636 \begin_layout Plain Layout
26637 \begin_inset CommandInset label
26638 LatexCommand label
26639 name "fig:Flotante-izquierda"
26640
26641 \end_inset
26642
26643 Flotante en el lado izquierdo.
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \begin_inset space \hfill{}
26655 \end_inset
26656
26657
26658 \begin_inset Box Frameless
26659 position "b"
26660 hor_pos "c"
26661 has_inner_box 1
26662 inner_pos "t"
26663 use_parbox 0
26664 use_makebox 0
26665 width "45col%"
26666 special "none"
26667 height "1in"
26668 height_special "totalheight"
26669 thickness "0.4pt"
26670 separation "3pt"
26671 shadowsize "4pt"
26672 framecolor "black"
26673 backgroundcolor "none"
26674 status open
26675
26676 \begin_layout Plain Layout
26677 \align center
26678 \begin_inset Graphics
26679         filename ../clipart/platypus.eps
26680         lyxscale 50
26681         width 100col%
26682         scaleBeforeRotation
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Plain Layout
26690 \begin_inset Caption Standard
26691
26692 \begin_layout Plain Layout
26693 \begin_inset CommandInset label
26694 LatexCommand label
26695 name "fig:Flotante-derecha"
26696
26697 \end_inset
26698
26699 Flotante en el lado derecho.
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Section
26718 Formato de las leyendas
26719 \begin_inset Index idx
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 Leyendas ! Formato
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \begin_inset Index idx
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733 Flotantes ! Formato de las leyendas
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset label
26740 LatexCommand label
26741 name "sec:Formato-de-leyendas"
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 El entorno 
26750 \family sans
26751 Leyenda
26752 \family default
26753  es el predeterminado para los 
26754 \family sans
26755 Flotantes
26756 \family default
26757 .
26758  En \SpecialChar LyX
26759  las leyendas se muestran como etiqueta, p.
26760 \begin_inset space \thinspace{}
26761 \end_inset
26762
26763 e.
26764 \begin_inset space ~
26765 \end_inset
26766
26767 «
26768 \family sans
26769 Figura #
26770 \family default
26771 :» seguida por el texto.
26772  «#» es el número real de referencia.
26773  Por omisión la etiqueta y el número usan la misma tipografía que el texto
26774  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
26775  del texto.
26776  El entorno leyenda no es apropiado para todos los tipos de documento.
26777  
26778 \end_layout
26779
26780 \begin_layout Standard
26781 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
26782  
26783 \series bold
26784 caption
26785 \series default
26786
26787 \begin_inset Index idx
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791 \SpecialChar LaTeX
26792 -paquetes ! caption
26793 \end_layout
26794
26795 \end_inset
26796
26797  en el preámbulo del documento con la línea:
26798 \end_layout
26799
26800 \begin_layout Standard
26801
26802 \series bold
26803
26804 \backslash
26805 usepackage[definición de formato]{caption}
26806 \end_layout
26807
26808 \begin_layout Standard
26809 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
26810  las leyendas de cuadro siempre sobre él como en este documento, usa el
26811  comando:
26812 \end_layout
26813
26814 \begin_layout Standard
26815
26816 \series bold
26817
26818 \backslash
26819 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26820 \end_layout
26821
26822 \begin_layout Standard
26823 También puedes definir distintos formatos de leyenda para los distintos
26824  tipos de flotantes.
26825  En ese caso carga el paquete 
26826 \series bold
26827 caption
26828 \series default
26829  sin opciones específicas y define los distintos formatos con ayuda del
26830  comando
26831 \end_layout
26832
26833 \begin_layout Standard
26834
26835 \series bold
26836
26837 \backslash
26838 captionsetup[tipo de flotante]{definición de formato}
26839 \end_layout
26840
26841 \begin_layout Standard
26842 en el preámbulo del documento.
26843  Por ejemplo las leyendas de la Figura
26844 \begin_inset space ~
26845 \end_inset
26846
26847
26848 \begin_inset CommandInset ref
26849 LatexCommand ref
26850 reference "fig:Esto-es-una-fig"
26851
26852 \end_inset
26853
26854  y el cuadro
26855 \begin_inset space ~
26856 \end_inset
26857
26858
26859 \begin_inset CommandInset ref
26860 LatexCommand ref
26861 reference "tab:Esto-es-un-cuadro"
26862
26863 \end_inset
26864
26865  pueden crearse usando los siguientes comandos en el preámbulo:
26866 \end_layout
26867
26868 \begin_layout Standard
26869
26870 \series bold
26871
26872 \backslash
26873 usepackage[tableposition=top]{caption}
26874 \series default
26875
26876 \begin_inset Newline newline
26877 \end_inset
26878
26879
26880 \series bold
26881
26882 \backslash
26883 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26884 \begin_inset Newline newline
26885 \end_inset
26886
26887
26888 \begin_inset Phantom HPhantom
26889 status open
26890
26891 \begin_layout Plain Layout
26892
26893 \series bold
26894
26895 \backslash
26896 captionsetup[figure]{
26897 \end_layout
26898
26899 \end_inset
26900
26901 labelsep=period}
26902 \begin_inset Newline newline
26903 \end_inset
26904
26905
26906 \backslash
26907 captionsetup[table]{labelfont={bf,sf}}
26908 \end_layout
26909
26910 \begin_layout Standard
26911 \begin_inset Note Greyedout
26912 status open
26913
26914 \begin_layout Plain Layout
26915
26916 \series bold
26917 Nota: 
26918 \series default
26919 La opción 
26920 \series bold
26921 tableposition=top
26922 \series default
26923  no tiene efecto si se usa una clase de documento 
26924 \series bold
26925 KOMA-Script
26926 \series default
26927 .
26928  En este caso debe utilizarse la opción de clase de documento 
26929 \series bold
26930 captions=tableheading
26931 \series default
26932 .
26933  
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \begin_layout Standard
26942 Para más información sobre el paquete 
26943 \series bold
26944 caption
26945 \series default
26946  acude a su documentación 
26947 \begin_inset CommandInset citation
26948 LatexCommand cite
26949 key "caption"
26950
26951 \end_inset
26952
26953 .
26954 \end_layout
26955
26956 \begin_layout Standard
26957 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
26958 \begin_inset space \thinspace{}
26959 \end_inset
26960
26961 e., usa el siguiente comando de preámbulo:
26962 \end_layout
26963
26964 \begin_layout Standard
26965
26966 \series bold
26967
26968 \backslash
26969 renewcommand{
26970 \backslash
26971 fnum@figure}{Imagen~
26972 \backslash
26973 thefigure}
26974 \end_layout
26975
26976 \begin_layout Standard
26977 donde 
26978 \series bold
26979
26980 \backslash
26981 thefigure
26982 \series default
26983  inserta el número de figura y «~» genera un espacio protegido.
26984
26985 \series bold
26986  
26987 \end_layout
26988
26989 \begin_layout Standard
26990 \begin_inset VSpace bigskip
26991 \end_inset
26992
26993 Si estás usando una clase de documento 
26994 \series bold
26995 KOMA-Script
26996 \series default
26997
26998 \begin_inset Index idx
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 \SpecialChar LaTeX
27003 -paquetes ! KOMA-Script
27004 \end_layout
27005
27006 \end_inset
27007
27008  (
27009 \family sans
27010 article (KOMA-Script)
27011 \family default
27012
27013 \family sans
27014 book (KOMA-Script)
27015 \family default
27016
27017 \family sans
27018 letter (KOMA-Script)
27019 \family default
27020 , o 
27021 \family sans
27022 report (KOMA-Script)
27023 \family default
27024
27025 \begin_inset space \thinspace{}
27026 \end_inset
27027
27028 ), puedes emplear en vez del paquete 
27029 \series bold
27030 caption
27031 \series default
27032  el comando 
27033 \series bold
27034
27035 \backslash
27036 setkomafont
27037 \series default
27038  incluido en 
27039 \series bold
27040 KOMA-Script
27041 \series default
27042 .
27043  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
27044  comando en el preámbulo del documento:
27045 \end_layout
27046
27047 \begin_layout Standard
27048
27049 \series bold
27050
27051 \backslash
27052 setkomafont{captionlabel}{
27053 \backslash
27054 bfseries}
27055 \end_layout
27056
27057 \begin_layout Standard
27058 Más información sobre 
27059 \series bold
27060
27061 \backslash
27062 setkomafont
27063 \series default
27064  en la documentación de 
27065 \series bold
27066 KOMA-Script
27067 \series default
27068  
27069 \begin_inset CommandInset citation
27070 LatexCommand cite
27071 key "KOMA-Script"
27072
27073 \end_inset
27074
27075 .
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset ERT
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083
27084
27085 \backslash
27086 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27087 }
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \begin_inset Note Note
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097 El formato de la leyenda se ha cambiado sólo para este ejemplo.
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \begin_inset Float figure
27107 placement !p
27108 wide false
27109 sideways false
27110 status open
27111
27112 \begin_layout Plain Layout
27113 \align center
27114 \begin_inset Graphics
27115         filename ../clipart/mobius.eps
27116         lyxscale 50
27117         scale 50
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Plain Layout
27125 \begin_inset Caption Standard
27126
27127 \begin_layout Plain Layout
27128 \begin_inset CommandInset label
27129 LatexCommand label
27130 name "fig:Esto-es-una-fig"
27131
27132 \end_inset
27133
27134
27135 \begin_inset Argument 1
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139 Figura con leyenda muy larga
27140 \end_layout
27141
27142 \end_inset
27143
27144 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
27145  el formato diferente.
27146  Aquí se usa una leyenda personalizada.
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Standard
27160 \begin_inset ERT
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164
27165
27166 \backslash
27167 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27168 on}
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \begin_layout Standard
27177 \begin_inset Float table
27178 placement !p
27179 wide false
27180 sideways false
27181 status open
27182
27183 \begin_layout Plain Layout
27184 \begin_inset Caption Standard
27185
27186 \begin_layout Plain Layout
27187 \begin_inset CommandInset label
27188 LatexCommand label
27189 name "tab:Esto-es-un-cuadro"
27190
27191 \end_inset
27192
27193
27194 \begin_inset Argument 1
27195 status collapsed
27196
27197 \begin_layout Plain Layout
27198 Cuadro con leyenda muy larga
27199 \end_layout
27200
27201 \end_inset
27202
27203 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
27204  el formato diferente.
27205  Aquí se usa el formato de leyenda estándar para los cuadros.
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Plain Layout
27214 \align center
27215 \begin_inset Tabular
27216 <lyxtabular version="3" rows="1" columns="5">
27217 <features tabularvalignment="middle">
27218 <column alignment="center" valignment="top">
27219 <column alignment="center" valignment="top">
27220 <column alignment="center" valignment="top">
27221 <column alignment="center" valignment="top">
27222 <column alignment="center" valignment="top">
27223 <row>
27224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27225 \begin_inset Text
27226
27227 \begin_layout Plain Layout
27228 a
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237 b
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246 c
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Plain Layout
27255 d
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 e
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 </lyxtabular>
27271
27272 \end_inset
27273
27274
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Section
27283 Colocación de leyendas
27284 \begin_inset Index idx
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288 Leyendas ! Colocación
27289 \end_layout
27290
27291 \end_inset
27292
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 Flotantes ! Colocación de leyendas
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \begin_inset CommandInset label
27305 LatexCommand label
27306 name "sec:Colocación-de-leyendas"
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \begin_layout Standard
27314 La norma habitual para colocar las leyendas es:
27315 \end_layout
27316
27317 \begin_layout Description
27318 Figura: La leyenda al pie de las figuras
27319 \end_layout
27320
27321 \begin_layout Description
27322 Cuadro: La leyenda sobre los cuadros
27323 \end_layout
27324
27325 \begin_layout Standard
27326 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
27327  no soportan leyendas sobre un
27328  cuadro.
27329  Esto implica que si usas las clases de documento 
27330 \family sans
27331 article
27332 \family default
27333
27334 \family sans
27335 book
27336 \family default
27337
27338 \family sans
27339 letter
27340 \family default
27341 , o 
27342 \family sans
27343 report
27344 \family default
27345  no habrá espacio entre la leyenda y el cuadro.
27346  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
27347  
27348 \series bold
27349 caption
27350 \series default
27351
27352 \begin_inset Index idx
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356 \SpecialChar LaTeX
27357 -paquetes ! caption
27358 \end_layout
27359
27360 \end_inset
27361
27362  en el preámbulo del documento con la
27363 \lang english
27364  
27365 \lang spanish
27366 opción
27367 \begin_inset Foot
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371 Véase la sección
27372 \begin_inset space ~
27373 \end_inset
27374
27375
27376 \begin_inset CommandInset ref
27377 LatexCommand ref
27378 reference "sec:Formato-de-leyendas"
27379
27380 \end_inset
27381
27382  para más información sobre el paquete 
27383 \series bold
27384 caption
27385 \series default
27386 .
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Standard
27395
27396 \series bold
27397 tableposition=top
27398 \end_layout
27399
27400 \begin_layout Standard
27401 Si estás usando la clase 
27402 \series bold
27403 KOMA-Script
27404 \series default
27405
27406 \begin_inset Index idx
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 \SpecialChar LaTeX
27411 -paquetes ! KOMA-Script
27412 \end_layout
27413
27414 \end_inset
27415
27416  (
27417 \family sans
27418 article (KOMA-Script)
27419 \family default
27420
27421 \family sans
27422 book (KOMA-Script)
27423 \family default
27424
27425 \family sans
27426 letter (KOMA-Script)
27427 \family default
27428 , o 
27429 \family sans
27430 report (KOMA-Script)
27431 \family default
27432
27433 \begin_inset space \thinspace{}
27434 \end_inset
27435
27436 ), en vez de 
27437 \series bold
27438 caption
27439 \series default
27440  puedes poner
27441 \end_layout
27442
27443 \begin_layout Standard
27444
27445 \series bold
27446 captions=tableheading
27447 \end_layout
27448
27449 \begin_layout Standard
27450 en las opciones de clase del documento.
27451 \begin_inset Foot
27452 status open
27453
27454 \begin_layout Plain Layout
27455 Esta opción se usa en este documento.
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \begin_layout Standard
27464 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
27465  una leyenda y marcar en el menú contextual si la quieres encima o debajo
27466  del cuadro o la figura.
27467  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
27468 inada por el documento.
27469  El cuadro
27470 \begin_inset space ~
27471 \end_inset
27472
27473
27474 \begin_inset CommandInset ref
27475 LatexCommand ref
27476 reference "tab:Una-leyenda-marcada"
27477
27478 \end_inset
27479
27480  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
27481  aunque esté encima.
27482  Se puede comparar con la leyenda sin marcar del cuadro
27483 \begin_inset space ~
27484 \end_inset
27485
27486
27487 \begin_inset CommandInset ref
27488 LatexCommand ref
27489 reference "tab:Leyenda-estándar"
27490
27491 \end_inset
27492
27493 .
27494 \end_layout
27495
27496 \begin_layout Standard
27497 \begin_inset Float table
27498 wide false
27499 sideways false
27500 status open
27501
27502 \begin_layout Plain Layout
27503 \begin_inset Caption Below
27504
27505 \begin_layout Plain Layout
27506 \begin_inset CommandInset label
27507 LatexCommand label
27508 name "tab:Una-leyenda-marcada"
27509
27510 \end_inset
27511
27512 Leyenda marcada para colocar bajo el cuadro.
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Plain Layout
27521 \align center
27522 \begin_inset Tabular
27523 <lyxtabular version="3" rows="3" columns="3">
27524 <features tabularvalignment="middle">
27525 <column alignment="center" valignment="top" width="0pt">
27526 <column alignment="center" valignment="top" width="0pt">
27527 <column alignment="center" valignment="top" width="0pt">
27528 <row>
27529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533 1
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542 2
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551 3
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 <row>
27558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Plain Layout
27562 Joe
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571 Mary
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580 Ted
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 </row>
27586 <row>
27587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 \begin_inset Formula $\int x^{2}dx$
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \end_inset
27598 </cell>
27599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27600 \begin_inset Text
27601
27602 \begin_layout Plain Layout
27603 \begin_inset Formula $\left[\begin{array}{cc}
27604 a & b\\
27605 c & d
27606 \end{array}\right]$
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 \begin_inset Formula $1+1=2$
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \end_inset
27625 </cell>
27626 </row>
27627 </lyxtabular>
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \begin_layout Standard
27640 \begin_inset Float table
27641 wide false
27642 sideways false
27643 status open
27644
27645 \begin_layout Plain Layout
27646 \begin_inset Caption Standard
27647
27648 \begin_layout Plain Layout
27649 \begin_inset CommandInset label
27650 LatexCommand label
27651 name "tab:Leyenda-estándar"
27652
27653 \end_inset
27654
27655 Leyenda de cuadro estándar.
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Plain Layout
27664 \align center
27665 \begin_inset Tabular
27666 <lyxtabular version="3" rows="3" columns="3">
27667 <features tabularvalignment="middle">
27668 <column alignment="center" valignment="top" width="0pt">
27669 <column alignment="center" valignment="top" width="0pt">
27670 <column alignment="center" valignment="top" width="0pt">
27671 <row>
27672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Plain Layout
27676 1
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Plain Layout
27685 2
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694 3
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 </row>
27700 <row>
27701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27702 \begin_inset Text
27703
27704 \begin_layout Plain Layout
27705 Joe
27706 \end_layout
27707
27708 \end_inset
27709 </cell>
27710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Plain Layout
27714 Mary
27715 \end_layout
27716
27717 \end_inset
27718 </cell>
27719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27720 \begin_inset Text
27721
27722 \begin_layout Plain Layout
27723 Ted
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 </row>
27729 <row>
27730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27731 \begin_inset Text
27732
27733 \begin_layout Plain Layout
27734 \begin_inset Formula $\int x^{2}dx$
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746 \begin_inset Formula $\left[\begin{array}{cc}
27747 a & b\\
27748 c & d
27749 \end{array}\right]$
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27758 \begin_inset Text
27759
27760 \begin_layout Plain Layout
27761 \begin_inset Formula $1+1=2$
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 </row>
27770 </lyxtabular>
27771
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 \begin_inset VSpace bigskip
27784 \end_inset
27785
27786 También es posible poner la leyenda junto a una figura o cuadro.
27787  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
27788  
27789 \series bold
27790 sidecap
27791 \series default
27792
27793 \begin_inset Index idx
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 \SpecialChar LaTeX
27798 -paquetes ! sidecap
27799 \end_layout
27800
27801 \end_inset
27802
27803  añadiendo en el preámbulo del documento la línea
27804 \end_layout
27805
27806 \begin_layout Standard
27807
27808 \series bold
27809
27810 \backslash
27811 usepackage[option]{sidecap}
27812 \end_layout
27813
27814 \begin_layout Standard
27815 Si no se especifica opción, la leyenda se ubica del lado del margen externo
27816  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
27817  Puedes cambiar la colocación al margen interno con la opción 
27818 \series bold
27819 innercaption
27820 \series default
27821 .
27822  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
27823  opciones 
27824 \series bold
27825 rightcaption
27826 \series default
27827  o 
27828 \series bold
27829 leftcaption
27830 \series default
27831 , respectivamente.
27832 \end_layout
27833
27834 \begin_layout Standard
27835 \begin_inset ERT
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839
27840
27841 \backslash
27842 ifsidecap
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset Note Note
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
27853  \SpecialChar LaTeX
27854  
27855 \series bold
27856 sidecap
27857 \series default
27858 .
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 Para situar en \SpecialChar LyX
27868  la leyenda de un flotante al lado, es necesario añadir estos
27869  comandos al preámbulo del documento:
27870 \end_layout
27871
27872 \begin_layout Standard
27873 \noindent
27874 \begin_inset CommandInset line
27875 LatexCommand rule
27876 offset "0.5ex"
27877 width "100line%"
27878 height "1pt"
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \begin_layout Standard
27886
27887 \series bold
27888
27889 \backslash
27890 newcommand{
27891 \backslash
27892 TabBesBeg}[1][1.0]{%
27893 \begin_inset Newline newline
27894 \end_inset
27895
27896
27897 \begin_inset Phantom HPhantom
27898 status open
27899
27900 \begin_layout Plain Layout
27901 \begin_inset space ~
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \backslash
27911 let
27912 \backslash
27913 MyTable
27914 \backslash
27915 table
27916 \begin_inset Newline newline
27917 \end_inset
27918
27919
27920 \begin_inset Phantom HPhantom
27921 status open
27922
27923 \begin_layout Plain Layout
27924
27925 \series medium
27926 \begin_inset space ~
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \end_inset
27933
27934
27935 \backslash
27936 let
27937 \backslash
27938 MyEndtable
27939 \backslash
27940 endtable
27941 \begin_inset Newline newline
27942 \end_inset
27943
27944
27945 \begin_inset Phantom HPhantom
27946 status open
27947
27948 \begin_layout Plain Layout
27949
27950 \series medium
27951 \begin_inset space ~
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \end_inset
27958
27959
27960 \backslash
27961 renewenvironment{table}[1]{
27962 \backslash
27963 begin{SCtable}[#1]##1}{
27964 \backslash
27965 end{SCtable}}}
27966 \end_layout
27967
27968 \begin_layout Standard
27969
27970 \series bold
27971
27972 \backslash
27973 newcommand{
27974 \backslash
27975 TabBesEnd}{%
27976 \begin_inset Newline newline
27977 \end_inset
27978
27979
27980 \begin_inset Phantom HPhantom
27981 status open
27982
27983 \begin_layout Plain Layout
27984 \begin_inset space ~
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \end_inset
27991
27992
27993 \backslash
27994 let
27995 \backslash
27996 table
27997 \backslash
27998 MyTable
27999 \begin_inset Newline newline
28000 \end_inset
28001
28002
28003 \begin_inset Phantom HPhantom
28004 status open
28005
28006 \begin_layout Plain Layout
28007 \begin_inset space ~
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \end_inset
28014
28015
28016 \backslash
28017 let
28018 \backslash
28019 endtable
28020 \backslash
28021 MyEndtable
28022 \end_layout
28023
28024 \begin_layout Standard
28025
28026 \series bold
28027
28028 \backslash
28029 newcommand{
28030 \backslash
28031 FigBesBeg}[1][1.0]{%
28032 \begin_inset Newline newline
28033 \end_inset
28034
28035
28036 \begin_inset Phantom HPhantom
28037 status open
28038
28039 \begin_layout Plain Layout
28040 \begin_inset space ~
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \backslash
28050 let
28051 \backslash
28052 MyFigure
28053 \backslash
28054 figure
28055 \begin_inset Newline newline
28056 \end_inset
28057
28058
28059 \begin_inset Phantom HPhantom
28060 status open
28061
28062 \begin_layout Plain Layout
28063 \begin_inset space ~
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \end_inset
28070
28071
28072 \backslash
28073 let
28074 \backslash
28075 MyEndfigure
28076 \backslash
28077 endfigure
28078 \begin_inset Newline newline
28079 \end_inset
28080
28081
28082 \begin_inset Phantom HPhantom
28083 status open
28084
28085 \begin_layout Plain Layout
28086 \begin_inset space ~
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \backslash
28096 renewenvironment{figure}[1]{
28097 \backslash
28098 begin{SCfigure}[#1]##1}{
28099 \backslash
28100 end{SCfigure}}}
28101 \end_layout
28102
28103 \begin_layout Standard
28104
28105 \series bold
28106
28107 \backslash
28108 newcommand{
28109 \backslash
28110 FigBesEnd}{%
28111 \begin_inset Newline newline
28112 \end_inset
28113
28114
28115 \begin_inset Phantom HPhantom
28116 status open
28117
28118 \begin_layout Plain Layout
28119 \begin_inset space ~
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \backslash
28129 let
28130 \backslash
28131 figure
28132 \backslash
28133 MyFigure
28134 \begin_inset Newline newline
28135 \end_inset
28136
28137
28138 \begin_inset Phantom HPhantom
28139 status open
28140
28141 \begin_layout Plain Layout
28142 \begin_inset space ~
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \backslash
28152 let
28153 \backslash
28154 endfigure
28155 \backslash
28156 MyEndfigure}
28157 \end_layout
28158
28159 \begin_layout Standard
28160 \noindent
28161 \begin_inset CommandInset line
28162 LatexCommand rule
28163 offset "0.5ex"
28164 width "100line%"
28165 height "1pt"
28166
28167 \end_inset
28168
28169
28170 \end_layout
28171
28172 \begin_layout Standard
28173 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
28174  en un lado.
28175  Para figuras flotantes usa el comando
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 FigBesBeg
28184 \end_layout
28185
28186 \begin_layout Standard
28187 en código \SpecialChar TeX
28188  antes del flotante.
28189  Y inserta
28190 \end_layout
28191
28192 \begin_layout Standard
28193
28194 \series bold
28195
28196 \backslash
28197 FigBesEnd
28198 \end_layout
28199
28200 \begin_layout Standard
28201 en código \SpecialChar TeX
28202  en el punto en que quieras volver a la definición original de
28203  flotantes.
28204 \end_layout
28205
28206 \begin_layout Standard
28207 Para cuadros flotantes usa los comandos correspondientes
28208 \end_layout
28209
28210 \begin_layout Standard
28211
28212 \series bold
28213
28214 \backslash
28215 TabBesBeg
28216 \series default
28217  y 
28218 \series bold
28219
28220 \backslash
28221 TabBesEnd
28222 \end_layout
28223
28224 \begin_layout Standard
28225 La figura
28226 \begin_inset space ~
28227 \end_inset
28228
28229
28230 \begin_inset CommandInset ref
28231 LatexCommand ref
28232 reference "fig:encab-al-lado"
28233
28234 \end_inset
28235
28236  y el cuadro
28237 \begin_inset space ~
28238 \end_inset
28239
28240
28241 \begin_inset CommandInset ref
28242 LatexCommand ref
28243 reference "tab:encab-al-lado"
28244
28245 \end_inset
28246
28247  son ejemplos en los que el título se sitúa al lado.
28248 \end_layout
28249
28250 \begin_layout Standard
28251 En los ejemplos puedes ver que el texto del título aparece encima del flotante
28252  en cuadros flotantes y debajo en las figuras flotantes.
28253  Para cambiarlo, puedes usar el comando
28254 \end_layout
28255
28256 \begin_layout Standard
28257
28258 \series bold
28259
28260 \backslash
28261 sidecaptionvpos{tipo de flotante}{colocación}
28262 \end_layout
28263
28264 \begin_layout Standard
28265 en el preámbulo o en código \SpecialChar TeX
28266  antes del flotante.
28267  El 
28268 \emph on
28269 tipo de flotante
28270 \emph default
28271  es 
28272 \family sans
28273 figure
28274 \family default
28275  o 
28276 \family sans
28277 table
28278 \family default
28279 , la 
28280 \emph on
28281 colocación
28282 \emph default
28283  puede ser «
28284 \family sans
28285 t
28286 \family default
28287 » por «top» (arriba), «
28288 \family sans
28289 c
28290 \family default
28291 » por «center» (centro), o «
28292 \family sans
28293 b
28294 \family default
28295 » por «bottom» (abajo).
28296  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
28297  usa el comando
28298 \end_layout
28299
28300 \begin_layout Standard
28301
28302 \series bold
28303
28304 \backslash
28305 sidecaptionvpos{figure}{c}
28306 \end_layout
28307
28308 \begin_layout Standard
28309 Esto se ha hecho en la figura
28310 \begin_inset space ~
28311 \end_inset
28312
28313
28314 \begin_inset CommandInset ref
28315 LatexCommand ref
28316 reference "fig:encab-al-lado-de-fig"
28317
28318 \end_inset
28319
28320 .
28321 \end_layout
28322
28323 \begin_layout Standard
28324 \begin_inset VSpace medskip
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \begin_layout Standard
28331 La anchura predeterminada de la leyenda es la del cuadro/figura.
28332  Para cuadros o figuras estrechas, como en el  cuadro
28333 \begin_inset space ~
28334 \end_inset
28335
28336
28337 \begin_inset CommandInset ref
28338 LatexCommand ref
28339 reference "tab:encab-al-lado"
28340
28341 \end_inset
28342
28343 , esto genera leyendas demasiado estrechas.
28344  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
28345  del cuadro/figura.
28346  La anchura de la leyenda se recalculará automáticamente en el caso de que
28347  sobrepase los márgenes de la página o de la columna.
28348  El 
28349 \emph on
28350 factor
28351 \emph default
28352  puede darse como argumento opcional para 
28353 \series bold
28354
28355 \backslash
28356 FigBesBeg
28357 \series default
28358 :
28359 \end_layout
28360
28361 \begin_layout Standard
28362
28363 \series bold
28364
28365 \backslash
28366 FigBesBeg[factor]
28367 \end_layout
28368
28369 \begin_layout Standard
28370 o en la definición de 
28371 \series bold
28372
28373 \backslash
28374 FigBesBeg
28375 \series default
28376  reemplazando 
28377 \series bold
28378 1.0
28379 \series default
28380  con otro valor.
28381  En este segundo caso, el factor será el predeterminado si 
28382 \series bold
28383
28384 \backslash
28385 FigBesBeg
28386 \series default
28387  se usa sin argumento.
28388  Para el cuadro
28389 \begin_inset space ~
28390 \end_inset
28391
28392
28393 \begin_inset CommandInset ref
28394 LatexCommand ref
28395 reference "tab:leyenda-más-ancha"
28396
28397 \end_inset
28398
28399  se ha usado el factor 5.
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \begin_inset Note Greyedout
28404 status open
28405
28406 \begin_layout Plain Layout
28407
28408 \series bold
28409 Nota:
28410 \series default
28411  Para flotantes con la leyenda adosada, no se puede usar la opción 
28412 \family sans
28413 Aquí
28414 \begin_inset space ~
28415 \end_inset
28416
28417 definitivamente
28418 \family default
28419  para la colocación porque no es soportado por 
28420 \series bold
28421 sidecap
28422 \series default
28423 .
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 \begin_inset VSpace medskip
28433 \end_inset
28434
28435 Más información sobre el paquete 
28436 \series bold
28437 sidecap
28438 \series default
28439  en su documentación 
28440 \begin_inset CommandInset citation
28441 LatexCommand cite
28442 key "sidecap"
28443
28444 \end_inset
28445
28446 .
28447 \end_layout
28448
28449 \begin_layout Standard
28450 \begin_inset Note Greyedout
28451 status open
28452
28453 \begin_layout Plain Layout
28454
28455 \series bold
28456 Nota:
28457 \series default
28458  El paquete \SpecialChar LaTeX
28459  
28460 \series bold
28461 hypcap
28462 \series default
28463
28464 \begin_inset Index idx
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468 \SpecialChar LaTeX
28469 -paquetes ! hypcap
28470 \end_layout
28471
28472 \end_inset
28473
28474 , descrito en la sección
28475 \begin_inset space ~
28476 \end_inset
28477
28478
28479 \begin_inset CommandInset ref
28480 LatexCommand ref
28481 reference "subsec:Colocación-de-Referencias"
28482
28483 \end_inset
28484
28485 , no afecta a flotantes con la leyenda al lado.
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 \begin_inset ERT
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498
28499
28500 \backslash
28501 FigBesBeg 
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset Float figure
28511 wide false
28512 sideways false
28513 status open
28514
28515 \begin_layout Plain Layout
28516 \begin_inset Graphics
28517         filename ../clipart/escher-lsd.eps
28518         scale 75
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \begin_layout Plain Layout
28526 \begin_inset Caption Standard
28527
28528 \begin_layout Plain Layout
28529 \begin_inset CommandInset label
28530 LatexCommand label
28531 name "fig:encab-al-lado"
28532
28533 \end_inset
28534
28535 Leyenda al lado de una figura.
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \begin_layout Standard
28549 \begin_inset ERT
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553
28554
28555 \backslash
28556 FigBesEnd
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \begin_layout Standard
28565 \begin_inset ERT
28566 status collapsed
28567
28568 \begin_layout Plain Layout
28569
28570
28571 \backslash
28572 TabBesBeg 
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 \begin_inset Float table
28582 wide false
28583 sideways false
28584 status open
28585
28586 \begin_layout Plain Layout
28587 \begin_inset Caption Standard
28588
28589 \begin_layout Plain Layout
28590 \begin_inset CommandInset label
28591 LatexCommand label
28592 name "tab:encab-al-lado"
28593
28594 \end_inset
28595
28596 Leyenda al lado de un cuadro.
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Plain Layout
28605 \begin_inset Tabular
28606 <lyxtabular version="3" rows="4" columns="5">
28607 <features tabularvalignment="middle">
28608 <column alignment="center" valignment="top">
28609 <column alignment="center" valignment="top">
28610 <column alignment="center" valignment="top">
28611 <column alignment="center" valignment="top">
28612 <column alignment="center" valignment="top">
28613 <row>
28614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28615 \begin_inset Text
28616
28617 \begin_layout Plain Layout
28618 a
28619 \end_layout
28620
28621 \end_inset
28622 </cell>
28623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Plain Layout
28636 b
28637 \end_layout
28638
28639 \end_inset
28640 </cell>
28641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28642 \begin_inset Text
28643
28644 \begin_layout Plain Layout
28645
28646 \end_layout
28647
28648 \end_inset
28649 </cell>
28650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28651 \begin_inset Text
28652
28653 \begin_layout Plain Layout
28654 c
28655 \end_layout
28656
28657 \end_inset
28658 </cell>
28659 </row>
28660 <row>
28661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28662 \begin_inset Text
28663
28664 \begin_layout Plain Layout
28665
28666 \end_layout
28667
28668 \end_inset
28669 </cell>
28670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28671 \begin_inset Text
28672
28673 \begin_layout Plain Layout
28674 d
28675 \end_layout
28676
28677 \end_inset
28678 </cell>
28679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28680 \begin_inset Text
28681
28682 \begin_layout Plain Layout
28683
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Plain Layout
28692 e
28693 \end_layout
28694
28695 \end_inset
28696 </cell>
28697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28698 \begin_inset Text
28699
28700 \begin_layout Plain Layout
28701
28702 \end_layout
28703
28704 \end_inset
28705 </cell>
28706 </row>
28707 <row>
28708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28709 \begin_inset Text
28710
28711 \begin_layout Plain Layout
28712 f
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28718 \begin_inset Text
28719
28720 \begin_layout Plain Layout
28721
28722 \end_layout
28723
28724 \end_inset
28725 </cell>
28726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Plain Layout
28730 g
28731 \end_layout
28732
28733 \end_inset
28734 </cell>
28735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Plain Layout
28739
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28745 \begin_inset Text
28746
28747 \begin_layout Plain Layout
28748 h
28749 \end_layout
28750
28751 \end_inset
28752 </cell>
28753 </row>
28754 <row>
28755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28756 \begin_inset Text
28757
28758 \begin_layout Plain Layout
28759
28760 \end_layout
28761
28762 \end_inset
28763 </cell>
28764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28765 \begin_inset Text
28766
28767 \begin_layout Plain Layout
28768 i
28769 \end_layout
28770
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28774 \begin_inset Text
28775
28776 \begin_layout Plain Layout
28777
28778 \end_layout
28779
28780 \end_inset
28781 </cell>
28782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28783 \begin_inset Text
28784
28785 \begin_layout Plain Layout
28786 j
28787 \end_layout
28788
28789 \end_inset
28790 </cell>
28791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28792 \begin_inset Text
28793
28794 \begin_layout Plain Layout
28795
28796 \end_layout
28797
28798 \end_inset
28799 </cell>
28800 </row>
28801 </lyxtabular>
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Standard
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 TabBesEnd
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Standard
28830 \begin_inset ERT
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834
28835
28836 \backslash
28837 FigBesBeg 
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 \begin_inset ERT
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850
28851
28852 \backslash
28853 sidecaptionvpos{figure}{c}
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \begin_inset Float figure
28860 wide false
28861 sideways false
28862 status open
28863
28864 \begin_layout Plain Layout
28865 \begin_inset Graphics
28866         filename ../clipart/escher-lsd.eps
28867         scale 75
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \begin_layout Plain Layout
28875 \begin_inset Caption Standard
28876
28877 \begin_layout Plain Layout
28878 \begin_inset CommandInset label
28879 LatexCommand label
28880 name "fig:encab-al-lado-de-fig"
28881
28882 \end_inset
28883
28884 Leyenda centrada verticalmente junto a una figura.
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Standard
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 FigBesEnd
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Standard
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 TabBesBeg[5]
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Standard
28930 \begin_inset Float table
28931 wide false
28932 sideways false
28933 status open
28934
28935 \begin_layout Plain Layout
28936 \begin_inset Caption Standard
28937
28938 \begin_layout Plain Layout
28939 \begin_inset CommandInset label
28940 LatexCommand label
28941 name "tab:leyenda-más-ancha"
28942
28943 \end_inset
28944
28945 Una leyenda más ancha que la del cuadro
28946 \begin_inset space ~
28947 \end_inset
28948
28949
28950 \begin_inset CommandInset ref
28951 LatexCommand ref
28952 reference "tab:encab-al-lado"
28953
28954 \end_inset
28955
28956 .
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Plain Layout
28965 \begin_inset Tabular
28966 <lyxtabular version="3" rows="4" columns="5">
28967 <features tabularvalignment="middle">
28968 <column alignment="center" valignment="top">
28969 <column alignment="center" valignment="top">
28970 <column alignment="center" valignment="top">
28971 <column alignment="center" valignment="top">
28972 <column alignment="center" valignment="top">
28973 <row>
28974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Plain Layout
28978 a
28979 \end_layout
28980
28981 \end_inset
28982 </cell>
28983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28993 \begin_inset Text
28994
28995 \begin_layout Plain Layout
28996 b
28997 \end_layout
28998
28999 \end_inset
29000 </cell>
29001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29002 \begin_inset Text
29003
29004 \begin_layout Plain Layout
29005
29006 \end_layout
29007
29008 \end_inset
29009 </cell>
29010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29011 \begin_inset Text
29012
29013 \begin_layout Plain Layout
29014 c
29015 \end_layout
29016
29017 \end_inset
29018 </cell>
29019 </row>
29020 <row>
29021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29022 \begin_inset Text
29023
29024 \begin_layout Plain Layout
29025
29026 \end_layout
29027
29028 \end_inset
29029 </cell>
29030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29031 \begin_inset Text
29032
29033 \begin_layout Plain Layout
29034 d
29035 \end_layout
29036
29037 \end_inset
29038 </cell>
29039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29040 \begin_inset Text
29041
29042 \begin_layout Plain Layout
29043
29044 \end_layout
29045
29046 \end_inset
29047 </cell>
29048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29049 \begin_inset Text
29050
29051 \begin_layout Plain Layout
29052 e
29053 \end_layout
29054
29055 \end_inset
29056 </cell>
29057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29058 \begin_inset Text
29059
29060 \begin_layout Plain Layout
29061
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 </row>
29067 <row>
29068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Plain Layout
29072 f
29073 \end_layout
29074
29075 \end_inset
29076 </cell>
29077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29078 \begin_inset Text
29079
29080 \begin_layout Plain Layout
29081
29082 \end_layout
29083
29084 \end_inset
29085 </cell>
29086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29087 \begin_inset Text
29088
29089 \begin_layout Plain Layout
29090 g
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099
29100 \end_layout
29101
29102 \end_inset
29103 </cell>
29104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29105 \begin_inset Text
29106
29107 \begin_layout Plain Layout
29108 h
29109 \end_layout
29110
29111 \end_inset
29112 </cell>
29113 </row>
29114 <row>
29115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29116 \begin_inset Text
29117
29118 \begin_layout Plain Layout
29119
29120 \end_layout
29121
29122 \end_inset
29123 </cell>
29124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29125 \begin_inset Text
29126
29127 \begin_layout Plain Layout
29128 i
29129 \end_layout
29130
29131 \end_inset
29132 </cell>
29133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29134 \begin_inset Text
29135
29136 \begin_layout Plain Layout
29137
29138 \end_layout
29139
29140 \end_inset
29141 </cell>
29142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29143 \begin_inset Text
29144
29145 \begin_layout Plain Layout
29146 j
29147 \end_layout
29148
29149 \end_inset
29150 </cell>
29151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Plain Layout
29155
29156 \end_layout
29157
29158 \end_inset
29159 </cell>
29160 </row>
29161 </lyxtabular>
29162
29163 \end_inset
29164
29165
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Standard
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179
29180 \backslash
29181 TabBesEnd
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Standard
29190 \begin_inset ERT
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194
29195
29196 \backslash
29197 else
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \begin_inset Note Note
29204 status open
29205
29206 \begin_layout Plain Layout
29207 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
29208  
29209 \series bold
29210 sidecap
29211 \series default
29212 .
29213 \end_layout
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \begin_layout Standard
29221 Debes instalar el paquete \SpecialChar LaTeX
29222  
29223 \series bold
29224 sidecap
29225 \series default
29226  para ver la parte siguiente en la salida.
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset ERT
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234
29235
29236 \backslash
29237 fi
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Section
29246 Índice de flotantes
29247 \begin_inset Index idx
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251 Flotantes ! Índice de
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 Igual que en el índice general se listan las secciones del documento, hay
29261  índices para todos los tipos de flotantes, como las figuras.
29262  Se pueden insertar mediante los submenús 
29263 \family sans
29264 Insertar\SpecialChar menuseparator
29265 Índice
29266 \family default
29267 s.
29268 \end_layout
29269
29270 \begin_layout Standard
29271 Las entradas de los índices son las leyendas del flotante o su título breve,
29272  el número de flotante y el número de la página del documento en la que
29273  aparecen.
29274 \end_layout
29275
29276 \begin_layout Standard
29277 Puedes encontrar los índices de figuras y cuadros al final de este documento.
29278 \end_layout
29279
29280 \begin_layout Chapter
29281 Notas
29282 \end_layout
29283
29284 \begin_layout Section
29285 Notas en \SpecialChar LyX
29286
29287 \begin_inset Index idx
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291 Notas ! en \SpecialChar LyX
29292
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 Las notas se insertan con el botón 
29302 \begin_inset Info
29303 type  "icon"
29304 arg   "note-insert"
29305 \end_inset
29306
29307  o con el menú 
29308 \family sans
29309 Insertar\SpecialChar menuseparator
29310 Nota
29311 \family default
29312 .
29313  Hay cinco tipos de notas:
29314 \end_layout
29315
29316 \begin_layout Description
29317 Nota
29318 \begin_inset space ~
29319 \end_inset
29320
29321 \SpecialChar LyX
29322  Este tipo es para notas internas que no han de aparecer en la salida.
29323  Su cuadro se muestra como este:
29324 \begin_inset Newline newline
29325 \end_inset
29326
29327
29328 \begin_inset Newline newline
29329 \end_inset
29330
29331
29332 \begin_inset Graphics
29333         filename clipart/NotaLyXImagenQt4.png
29334         display false
29335         scale 75
29336
29337 \end_inset
29338
29339  
29340 \begin_inset Note Note
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344 Este es un texto en un recuadro que no se muestra en la salida.
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Description
29353 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
29354  comentario de \SpecialChar LaTeX
29355 , cuando exportas el documento a \SpecialChar LaTeX
29356  vía menú 
29357 \family sans
29358 Archivo\SpecialChar menuseparator
29359 Exportar\SpecialChar menuseparator
29360 \SpecialChar LaTeX
29361  (pdflatex) / (plain)
29362 \family default
29363 .
29364  Su recuadro se ve así:
29365 \begin_inset Newline newline
29366 \end_inset
29367
29368
29369 \begin_inset Newline newline
29370 \end_inset
29371
29372
29373 \begin_inset Graphics
29374         filename clipart/ComentNotaImagenQt4.png
29375         display false
29376         scale 75
29377
29378 \end_inset
29379
29380  
29381 \begin_inset Note Comment
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
29386 .
29387 \end_layout
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Description
29395 Resaltado
29396 \begin_inset space ~
29397 \end_inset
29398
29399 en
29400 \begin_inset space ~
29401 \end_inset
29402
29403 gris Esta nota aparece en la salida como texto resaltado en gris.
29404  Su recuadro se parece a este:
29405 \begin_inset Newline newline
29406 \end_inset
29407
29408
29409 \begin_inset Newline newline
29410 \end_inset
29411
29412
29413 \begin_inset Graphics
29414         filename clipart/GrisNotaImagenQt4.png
29415         display false
29416         scale 75
29417
29418 \end_inset
29419
29420
29421 \begin_inset Newline newline
29422 \end_inset
29423
29424
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430
29431 \backslash
29432 renewenvironment{lyxgreyedout}
29433 \end_layout
29434
29435 \begin_layout Plain Layout
29436
29437 {
29438 \backslash
29439 textcolor[gray]{0.8}
29440 \backslash
29441 bgroup}{
29442 \backslash
29443 egroup}
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \begin_inset Note Greyedout
29450 status open
29451
29452 \begin_layout Plain Layout
29453 Este es el texto
29454 \begin_inset Foot
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
29459 \end_layout
29460
29461 \end_inset
29462
29463  de un comentario que se muestra resaltado en gris.
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 renewenvironment{lyxgreyedout}
29477 \end_layout
29478
29479 \begin_layout Plain Layout
29480
29481 {
29482 \backslash
29483 textcolor{blue}
29484 \backslash
29485 bgroup}{
29486 \backslash
29487 egroup}
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Note Note
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
29498  original de \SpecialChar LyX
29499 , ya que en el preámbulo de este documento se han redefinido
29500  estas notas para que salgan en azul, como se indica más adelante.
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \begin_inset Newline newline
29507 \end_inset
29508
29509
29510 \begin_inset Newline newline
29511 \end_inset
29512
29513 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
29514  está un poco sangrada, y por otra parte pueden tener notas al pie.
29515 \end_layout
29516
29517 \begin_layout Standard
29518 \begin_inset VSpace bigskip
29519 \end_inset
29520
29521 Si usas el botón de la barra de herramientas 
29522 \begin_inset Info
29523 type  "icon"
29524 arg   "note-insert"
29525 \end_inset
29526
29527  para insertar notas, se inserta una 
29528 \family sans
29529 Nota
29530 \begin_inset space ~
29531 \end_inset
29532
29533 \SpecialChar LyX
29534
29535 \family default
29536 .
29537  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
29538  
29539 \family roman
29540 \series medium
29541 \bar no
29542 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
29543  botón de herramienta 
29544 \family sans
29545 \series default
29546 \bar default
29547 Nota
29548 \family default
29549 .
29550  Para cambiar una nota a texto, pulsa la tecla 
29551 \family sans
29552 Retroceso
29553 \family default
29554  cuando el cursor está en la primera posición de una nota, o la tecla 
29555 \family sans
29556 Supr
29557 \family default
29558  cuando el cursor está en la última posición de la nota, respectivamente.
29559 \end_layout
29560
29561 \begin_layout Standard
29562 \begin_inset VSpace bigskip
29563 \end_inset
29564
29565 El color de las notas resaltadas en gris puede cambiarse en el menú 
29566 \family sans
29567 Documento\SpecialChar menuseparator
29568 Configuración\SpecialChar menuseparator
29569 Colores
29570 \family default
29571 .
29572 \end_layout
29573
29574 \begin_layout Section
29575 Notas al pie
29576 \begin_inset CommandInset label
29577 LatexCommand label
29578 name "sec:Notas-al-pie"
29579
29580 \end_inset
29581
29582
29583 \begin_inset Index idx
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587 Notas ! al pie
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Las notas al pie se insertan con el botón 
29597 \begin_inset Info
29598 type  "icon"
29599 arg   "footnote-insert"
29600 \end_inset
29601
29602  o el menú 
29603 \family sans
29604 Insertar\SpecialChar menuseparator
29605 Nota
29606 \begin_inset space ~
29607 \end_inset
29608
29609 al
29610 \begin_inset space ~
29611 \end_inset
29612
29613 pie
29614 \family default
29615 .
29616  
29617 \family roman
29618 \series medium
29619 \bar no
29620 Aparece un recuadro como este:
29621 \family default
29622 \series default
29623 \bar default
29624  
29625 \begin_inset Graphics
29626         filename clipart/notapieQt4.png
29627         scale 80
29628
29629 \end_inset
29630
29631  
29632 \family roman
29633 \series medium
29634 \bar no
29635 donde puedes introducir el texto.
29636  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
29637  sobre el
29638 \family default
29639 \series default
29640 \bar default
29641  
29642 \family roman
29643 \series medium
29644 \bar no
29645 botón
29646 \family default
29647 \series default
29648 \bar default
29649 .
29650  Para cambiar una nota al pie a texto, pulsa la tecla 
29651 \family sans
29652 Retroceso
29653 \family default
29654  cuando el cursor está en la primera posición de la nota al pie, o la tecla
29655  
29656 \family sans
29657 Supr
29658 \family default
29659  cuando el cursor está en la última posición de la nota, respectivamente.
29660 \end_layout
29661
29662 \begin_layout Standard
29663 Aquí hay un ejemplo de nota al pie:
29664 \family roman
29665 \series medium
29666 \bar no
29667
29668 \begin_inset Foot
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672 \begin_inset CommandInset label
29673 LatexCommand label
29674 name "pie:Esto-es-una"
29675
29676 \end_inset
29677
29678 Ejemplo de nota al pie.
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \family default
29685 \series default
29686 \bar default
29687
29688 \begin_inset ERT
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692
29693
29694 \backslash
29695 newcounter{MyRepeatFoot}
29696 \end_layout
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 setcounter{MyRepeatFoot}{
29703 \backslash
29704 thefootnote}
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \end_layout
29711
29712 \begin_layout Standard
29713 En la salida, el pie se muestra como número voladito en el lugar del texto
29714  donde se coloca el recuadro.
29715  El texto se coloca al final de la página actual.
29716  Los números de las notas son calculados por \SpecialChar LaTeX
29717 , y son consecutivos.
29718  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
29723  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
29724  se describe en la sección
29725 \begin_inset space ~
29726 \end_inset
29727
29728
29729 \begin_inset CommandInset ref
29730 LatexCommand ref
29731 reference "sec:Referencias-a-Flotantes"
29732
29733 \end_inset
29734
29735 .
29736 \begin_inset Newline newline
29737 \end_inset
29738
29739 Esto es una referencia cruzada a la Nota al pie
29740 \begin_inset space ~
29741 \end_inset
29742
29743
29744 \begin_inset CommandInset ref
29745 LatexCommand ref
29746 reference "pie:Esto-es-una"
29747
29748 \end_inset
29749
29750 .
29751 \end_layout
29752
29753 \begin_layout Standard
29754 \begin_inset VSpace defskip
29755 \end_inset
29756
29757
29758 \lang english
29759 Footnotes in title environments are usually not numbered with symbols and
29760  they cannot contain several paragraphs.
29761  See for example the footnote in the titling of this document.
29762 \end_layout
29763
29764 \begin_layout Standard
29765 \begin_inset VSpace defskip
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Debido a razones técnicas, \SpecialChar LaTeX
29773  no imprime las notas al pie en cuadros.
29774  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
29775  se inserta el comando 
29776 \series bold
29777
29778 \backslash
29779 footnotemark{}
29780 \series default
29781  en código \SpecialChar TeX
29782 .
29783  El texto de la nota se introduce como argumento del comando
29784 \series bold
29785  
29786 \backslash
29787 footnotetext
29788 \series default
29789  después del cuadro.
29790 \begin_inset Newline newline
29791 \end_inset
29792
29793 Esto es lo que se ha hecho para el siguiente cuadro con el comando
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 footnotetext{
29802 \series default
29803 Texto de la nota del cuadro.
29804 \series bold
29805 }
29806 \end_layout
29807
29808 \begin_layout Standard
29809 \begin_inset Tabular
29810 <lyxtabular version="3" rows="2" columns="1">
29811 <features tabularvalignment="middle">
29812 <column alignment="center" valignment="top">
29813 <row>
29814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29815 \begin_inset Text
29816
29817 \begin_layout Plain Layout
29818 Texto de ejemplo.
29819 \begin_inset Foot
29820 status open
29821
29822 \begin_layout Plain Layout
29823 ¡Esta nota no se imprimirá!
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \end_inset
29832 </cell>
29833 </row>
29834 <row>
29835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29836 \begin_inset Text
29837
29838 \begin_layout Plain Layout
29839 Texto de ejemplo.
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845
29846 \backslash
29847 footnotemark{}
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \end_inset
29856 </cell>
29857 </row>
29858 </lyxtabular>
29859
29860 \end_inset
29861
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 footnotetext{
29871 \end_layout
29872
29873 \end_inset
29874
29875 Texto de la nota del cuadro.
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881 }
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 Las notas al pie en cuadros largos se describen en la sección
29891 \begin_inset space ~
29892 \end_inset
29893
29894
29895 \begin_inset CommandInset ref
29896 LatexCommand ref
29897 reference "subsec:Notas-al-pie-en-Cuadros-Largos"
29898
29899 \end_inset
29900
29901 .
29902 \end_layout
29903
29904 \begin_layout Standard
29905 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
29906  y con numeración diferente debido a que una minipágina es como una página
29907  dentro de otra.
29908  (Más información sobre minipáginas en la sección
29909 \begin_inset space ~
29910 \end_inset
29911
29912
29913 \begin_inset CommandInset ref
29914 LatexCommand ref
29915 reference "sec:Minipáginas"
29916
29917 \end_inset
29918
29919 ).
29920  Para poner notas en una minipágina que se impriman a pie de página como
29921  las notas al pie normales, se puede usar también el método de 
29922 \series bold
29923
29924 \backslash
29925 footnotemark{}
29926 \series default
29927  y 
29928 \series bold
29929
29930 \backslash
29931 footnotetext
29932 \series default
29933 .
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset Box Frameless
29938 position "t"
29939 hor_pos "c"
29940 has_inner_box 1
29941 inner_pos "t"
29942 use_parbox 0
29943 use_makebox 0
29944 width "100col%"
29945 special "none"
29946 height "1in"
29947 height_special "totalheight"
29948 thickness "0.4pt"
29949 separation "3pt"
29950 shadowsize "4pt"
29951 framecolor "black"
29952 backgroundcolor "none"
29953 status open
29954
29955 \begin_layout Plain Layout
29956 Muestra de texto en una minipágina.
29957 \begin_inset Foot
29958 status open
29959
29960 \begin_layout Plain Layout
29961 Nota en la minipágina.
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Plain Layout
29970 Muestra de texto en una minipágina.
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 footnotemark{}
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Standard
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997
29998 \backslash
29999 footnotetext{
30000 \end_layout
30001
30002 \end_inset
30003
30004 Nota fuera de la minipágina.
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010 }
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \begin_layout Standard
30019 \begin_inset VSpace defskip
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Para hacer referencia a la misma nota varias veces sin imprimir su texto
30027  cada vez, usa el comando 
30028 \series bold
30029
30030 \backslash
30031 footnotemark[number]
30032 \series default
30033  en código \SpecialChar TeX
30034 .
30035 \begin_inset Newline newline
30036 \end_inset
30037
30038 Como el número de la nota repetida no se conoce mientras se escribe el texto,
30039  hay que guardarlo.
30040  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
30041  comandos en código \SpecialChar TeX
30042  después de la nota al pie
30043 \begin_inset space ~
30044 \end_inset
30045
30046
30047 \begin_inset CommandInset ref
30048 LatexCommand ref
30049 reference "pie:Esto-es-una"
30050
30051 \end_inset
30052
30053  para guardar el número de la nota: 
30054 \end_layout
30055
30056 \begin_layout Standard
30057
30058 \series bold
30059
30060 \backslash
30061 newcounter{MyRepeatFoot}
30062 \begin_inset Newline newline
30063 \end_inset
30064
30065
30066 \backslash
30067 setcounter{MyRepeatFoot}{
30068 \backslash
30069 thefootnote}
30070 \end_layout
30071
30072 \begin_layout Standard
30073 La marca de la nota se ha creado después con el comando:
30074 \end_layout
30075
30076 \begin_layout Standard
30077
30078 \series bold
30079
30080 \backslash
30081 footnotemark[
30082 \backslash
30083 theMyRepeatFoot]
30084 \end_layout
30085
30086 \begin_layout Standard
30087 Aquí hay una nota repetida:
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093
30094 \backslash
30095 footnotemark[
30096 \backslash
30097 theMyRepeatFoot]
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 Para repetir la nota al pie previa, se puede omitir el guardado del número
30107  de la nota y usar en su lugar el comando:
30108 \end_layout
30109
30110 \begin_layout Standard
30111
30112 \series bold
30113
30114 \backslash
30115 footnotemark[
30116 \backslash
30117 thefootnote]
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Aquí hay otra nota repetida:
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127
30128 \backslash
30129 footnotemark[
30130 \backslash
30131 thefootnote]
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Subsection
30140 Numeración de notas al pie
30141 \begin_inset CommandInset label
30142 LatexCommand label
30143 name "subsec:Numeración-de-Notas-al-Pie"
30144
30145 \end_inset
30146
30147
30148 \begin_inset Index idx
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152 Notas ! al pie ! numeración
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Para reiniciar el número de pie a 1 en cada sección añade
30162 \family roman
30163  en el preámbulo el comando:
30164 \end_layout
30165
30166 \begin_layout Standard
30167
30168 \series bold
30169
30170 \backslash
30171 @addtoreset{footnote}{section}
30172 \end_layout
30173
30174 \begin_layout Standard
30175 \begin_inset VSpace bigskip
30176 \end_inset
30177
30178 El siguiente comando en el preámbulo cambia el estilo de numeración del
30179  pie a números romanos en minúsculas:
30180 \end_layout
30181
30182 \begin_layout Standard
30183
30184 \series bold
30185
30186 \backslash
30187 renewcommand{
30188 \backslash
30189 thefootnote}{
30190 \backslash
30191 roman{footnote}}
30192 \end_layout
30193
30194 \begin_layout Standard
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200
30201 \backslash
30202 renewcommand{
30203 \backslash
30204 thefootnote}{
30205 \backslash
30206 roman{footnote}}
30207 \end_layout
30208
30209 \end_inset
30210
30211  Nota al pie en números romanos:
30212 \begin_inset Foot
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 Ejemplo de nota al pie en números romanos.
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227
30228 \backslash
30229 renewcommand{
30230 \backslash
30231 thefootnote}{
30232 \backslash
30233 arabic{footnote}}
30234 \end_layout
30235
30236 \end_inset
30237
30238
30239 \end_layout
30240
30241 \begin_layout Standard
30242 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
30243  
30244 \series bold
30245
30246 \backslash
30247 roman
30248 \series default
30249  por 
30250 \series bold
30251
30252 \backslash
30253 Roman
30254 \series default
30255 .
30256  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
30257 \series bold
30258
30259 \backslash
30260 Alph
30261 \series default
30262  o 
30263 \series bold
30264
30265 \backslash
30266 alph
30267 \series default
30268 , respectivamente.
30269  Para ordenar las notas al pie con símbolos usa 
30270 \series bold
30271
30272 \backslash
30273 fnsymbol
30274 \series default
30275 .
30276 \end_layout
30277
30278 \begin_layout Standard
30279 \begin_inset Note Greyedout
30280 status open
30281
30282 \begin_layout Plain Layout
30283
30284 \series bold
30285 Nota:
30286 \series default
30287  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
30288  simples.
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \begin_inset Newline newline
30295 \end_inset
30296
30297
30298 \begin_inset Note Greyedout
30299 status open
30300
30301 \begin_layout Plain Layout
30302
30303 \series bold
30304 Nota:
30305 \series default
30306  sólo puedes ordenar hasta 9 pies con símbolos.
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \begin_layout Standard
30315 Para volver al estilo de numeración predeterminado cuando has cambiado a
30316  otro estilo, usa 
30317 \series bold
30318
30319 \backslash
30320 arabic
30321 \series default
30322  en vez de 
30323 \series bold
30324
30325 \backslash
30326 roman
30327 \series default
30328  en el comando anterior.
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand{
30337 \backslash
30338 thefootnote}{
30339 \backslash
30340 arabic{footnote}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \begin_inset VSpace bigskip
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
30357  comando al preámbulo del documento:
30358 \end_layout
30359
30360 \begin_layout Standard
30361
30362 \series bold
30363
30364 \backslash
30365 numberwithin{footnote}{chapter}
30366 \end_layout
30367
30368 \begin_layout Standard
30369 Para poder usar el comando 
30370 \series bold
30371
30372 \backslash
30373 numberwithin
30374 \series default
30375 , marca la opción 
30376 \family sans
30377 Usar
30378 \family default
30379
30380 \begin_inset space ~
30381 \end_inset
30382
30383
30384 \family sans
30385 el
30386 \family default
30387
30388 \begin_inset space ~
30389 \end_inset
30390
30391
30392 \family sans
30393 paquete
30394 \family default
30395
30396 \begin_inset space ~
30397 \end_inset
30398
30399
30400 \family sans
30401 AMS
30402 \family default
30403  en la sección 
30404 \family sans
30405 Opciones para ecuaciones
30406 \family default
30407  de la configuración del documento.
30408 \end_layout
30409
30410 \begin_layout Standard
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416
30417 \backslash
30418 numberwithin{footnote}{chapter}
30419 \end_layout
30420
30421 \end_inset
30422
30423 Esto es otro ejemplo de nota al pie:
30424 \series bold
30425
30426 \begin_inset Foot
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430 Nota al pie numerada en el esquema 
30431 \begin_inset Quotes eld
30432 \end_inset
30433
30434 capítulo.nota
30435 \begin_inset Quotes erd
30436 \end_inset
30437
30438 .
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \series default
30445
30446 \begin_inset ERT
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450
30451
30452 \backslash
30453 renewcommand{
30454 \backslash
30455 thefootnote}{
30456 \backslash
30457 arabic{footnote}}
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \begin_layout Standard
30466 \begin_inset Note Greyedout
30467 status open
30468
30469 \begin_layout Plain Layout
30470
30471 \series bold
30472 Nota: 
30473 \backslash
30474 numberwithin 
30475 \series default
30476 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
30477  previas para obtener números no arábigos se sobreescriben.
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \begin_layout Standard
30486 Así, para obtener por ejemplo el esquema «capítulo.
30487 \backslash
30488 Roman{footnote}», usa este comando en vez de 
30489 \series bold
30490
30491 \backslash
30492 numberwithin
30493 \series default
30494 :
30495 \end_layout
30496
30497 \begin_layout Standard
30498
30499 \series bold
30500
30501 \backslash
30502 renewcommand{
30503 \backslash
30504 thefootnote}{
30505 \backslash
30506 thechapter.
30507 \backslash
30508 Roman{footnote}}
30509 \end_layout
30510
30511 \begin_layout Subsection
30512 Colocación de notas al pie
30513 \begin_inset Index idx
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517 Notas ! al pie ! colocación
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
30527  entre ellas al final de la página.
30528  Para hacerlas más legibles puedes añadir 1.5
30529 \begin_inset space \thinspace{}
30530 \end_inset
30531
30532 mm, p.
30533 \begin_inset space \thinspace{}
30534 \end_inset
30535
30536 ej., con el comando siguiente en el preámbulo:
30537 \end_layout
30538
30539 \begin_layout Standard
30540
30541 \series bold
30542
30543 \backslash
30544 let
30545 \backslash
30546 myFoot
30547 \backslash
30548 footnote
30549 \begin_inset Newline newline
30550 \end_inset
30551
30552
30553 \backslash
30554 renewcommand{
30555 \backslash
30556 footnote}[1]{
30557 \backslash
30558 myFoot{#1
30559 \backslash
30560 vspace{1.5mm}}}
30561 \end_layout
30562
30563 \begin_layout Standard
30564 \begin_inset VSpace bigskip
30565 \end_inset
30566
30567 En documentos a dos columnas la nota al pie aparece al final de cada columna,
30568  véase la figura
30569 \begin_inset space ~
30570 \end_inset
30571
30572
30573 \begin_inset CommandInset ref
30574 LatexCommand ref
30575 reference "fig:Colocación-standard-del-pie"
30576
30577 \end_inset
30578
30579 .
30580  Si las notas debieran mostrarse sólo al final de la columna derecha, como
30581  en la figura
30582 \begin_inset space ~
30583 \end_inset
30584
30585
30586 \begin_inset CommandInset ref
30587 LatexCommand ref
30588 reference "fig:Colocación-del-pie-en"
30589
30590 \end_inset
30591
30592 , usa el paquete \SpecialChar LaTeX
30593  
30594 \series bold
30595 ftnright
30596 \series default
30597
30598 \begin_inset Index idx
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602 \SpecialChar LaTeX
30603 -paquetes ! ftnright
30604 \end_layout
30605
30606 \end_inset
30607
30608  con este comando en el preámbulo:
30609 \end_layout
30610
30611 \begin_layout Standard
30612
30613 \series bold
30614
30615 \backslash
30616 usepackage{ftnright}
30617 \end_layout
30618
30619 \begin_layout Standard
30620 \begin_inset Float figure
30621 placement !h
30622 wide false
30623 sideways false
30624 status open
30625
30626 \begin_layout Plain Layout
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632
30633 \backslash
30634 framebox{
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \begin_inset Graphics
30641         filename ../clipart/without_fntright.pdf
30642         width 100col%
30643
30644 \end_inset
30645
30646
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652 }
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \begin_layout Plain Layout
30661 \begin_inset Caption Standard
30662
30663 \begin_layout Plain Layout
30664 \begin_inset CommandInset label
30665 LatexCommand label
30666 name "fig:Colocación-standard-del-pie"
30667
30668 \end_inset
30669
30670 Colocación estándar de notas al pie en documentos a dos columnas.
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Standard
30684 \begin_inset Float figure
30685 placement !h
30686 wide false
30687 sideways false
30688 status open
30689
30690 \begin_layout Plain Layout
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 framebox{
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \begin_inset Graphics
30705         filename ../clipart/with_fntright.pdf
30706         width 100col%
30707
30708 \end_inset
30709
30710
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716 }
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \end_layout
30723
30724 \begin_layout Plain Layout
30725 \begin_inset Caption Standard
30726
30727 \begin_layout Plain Layout
30728 \begin_inset CommandInset label
30729 LatexCommand label
30730 name "fig:Colocación-del-pie-en"
30731
30732 \end_inset
30733
30734 Colocación de la nota al pie en documentos a dos columnas cuando se usa
30735  el paquete \SpecialChar LaTeX
30736  
30737 \series bold
30738 ftnright
30739 \series default
30740 .
30741 \end_layout
30742
30743 \end_inset
30744
30745
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset VSpace bigskip
30755 \end_inset
30756
30757 En alguna literatura científica es habitual reunir las notas para imprimirlas
30758  en un párrafo separado al final de la sección, como en la figura
30759 \begin_inset space ~
30760 \end_inset
30761
30762
30763 \begin_inset CommandInset ref
30764 LatexCommand ref
30765 reference "fig:Notas-al-pie-al-final"
30766
30767 \end_inset
30768
30769 .
30770  Para reunir las notas al final
30771 \begin_inset Index idx
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775 Notas ! al final
30776 \end_layout
30777
30778 \end_inset
30779
30780  en vez de a pie de página, carga en el menú 
30781 \family sans
30782 Documento\SpecialChar menuseparator
30783 Configuratión\SpecialChar menuseparator
30784 Módulos
30785 \family default
30786  el módulo 
30787 \family sans
30788 Pie
30789 \begin_inset space ~
30790 \end_inset
30791
30792 al
30793 \begin_inset space ~
30794 \end_inset
30795
30796 final
30797 \family default
30798 .
30799  Para insertar la colección de notas, escribe el comando
30800 \end_layout
30801
30802 \begin_layout Standard
30803
30804 \series bold
30805
30806 \backslash
30807 theendnotes
30808 \end_layout
30809
30810 \begin_layout Standard
30811 en código \SpecialChar TeX
30812  al final de una sección o capítulo.
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset Float figure
30817 wide false
30818 sideways false
30819 status open
30820
30821 \begin_layout Plain Layout
30822 \align center
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828
30829 \backslash
30830 framebox{
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \begin_inset Graphics
30837         filename ../clipart/endnotes.pdf
30838
30839 \end_inset
30840
30841
30842 \begin_inset ERT
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846
30847 }
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Plain Layout
30856 \begin_inset Caption Standard
30857
30858 \begin_layout Plain Layout
30859 \begin_inset CommandInset label
30860 LatexCommand label
30861 name "fig:Notas-al-pie-al-final"
30862
30863 \end_inset
30864
30865 Notas al final: notas impresas en párrafo separado al final de la sección
30866  o del capítulo.
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset VSpace medskip
30881 \end_inset
30882
30883 La cabecera de párrafo para las notas finales no se traduce automáticamente
30884  al lenguaje del documento, hay que hacerlo manualmente.
30885  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
30886  español «Notas»:
30887 \end_layout
30888
30889 \begin_layout Standard
30890
30891 \series bold
30892
30893 \backslash
30894 renewcommand{
30895 \backslash
30896 notesname}{Notas}
30897 \end_layout
30898
30899 \begin_layout Standard
30900 \begin_inset VSpace medskip
30901 \end_inset
30902
30903 La numeración de notas finales puede cambiarse como la de las notas al pie,
30904  como se describe en la sección
30905 \begin_inset space ~
30906 \end_inset
30907
30908
30909 \begin_inset CommandInset ref
30910 LatexCommand ref
30911 reference "subsec:Numeración-de-Notas-al-Pie"
30912
30913 \end_inset
30914
30915 ; sólo hay que reemplazar el comando 
30916 \series bold
30917
30918 \backslash
30919 thefootnote
30920 \series default
30921  por 
30922 \series bold
30923
30924 \backslash
30925 theendnote
30926 \series default
30927 .
30928  Para restablecer la numeración usa el comando 
30929 \series bold
30930
30931 \backslash
30932 @addtoreset
30933 \series default
30934  como se describe en la sección
30935 \begin_inset space ~
30936 \end_inset
30937
30938
30939 \begin_inset CommandInset ref
30940 LatexCommand ref
30941 reference "subsec:Numeración-de-Notas-al-Pie"
30942
30943 \end_inset
30944
30945  y sustituye el parámetro de comando 
30946 \series bold
30947 footnote
30948 \series default
30949  por 
30950 \series bold
30951 endnote
30952 \series default
30953 .
30954 \end_layout
30955
30956 \begin_layout Standard
30957 Para notas al final hay el comando el comando 
30958 \series bold
30959
30960 \backslash
30961 endnotemark[número]
30962 \series default
30963  similar al comando 
30964 \series bold
30965
30966 \backslash
30967 footnotemark
30968 \series default
30969 , descrito en la sección
30970 \begin_inset space ~
30971 \end_inset
30972
30973
30974 \begin_inset CommandInset ref
30975 LatexCommand ref
30976 reference "sec:Notas-al-pie"
30977
30978 \end_inset
30979
30980 .
30981 \end_layout
30982
30983 \begin_layout Standard
30984 \begin_inset VSpace bigskip
30985 \end_inset
30986
30987 Las notas al pie también pueden colocarse al margen de la página y la alineación
30988  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
30989  
30990 \series bold
30991 footmisc
30992 \series default
30993
30994 \begin_inset Index idx
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998 \SpecialChar LaTeX
30999 -paquetes ! footmisc
31000 \end_layout
31001
31002 \end_inset
31003
31004  
31005 \begin_inset CommandInset citation
31006 LatexCommand cite
31007 key "footmisc"
31008
31009 \end_inset
31010
31011  para más información.
31012 \end_layout
31013
31014 \begin_layout Standard
31015 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
31016
31017 \begin_inset CommandInset citation
31018 LatexCommand cite
31019 key "latexcompanion,latexguide,latexbook"
31020
31021 \end_inset
31022
31023 .
31024  Si estás usando una clase de documento 
31025 \series bold
31026 KOMA-Script
31027 \series default
31028
31029 \begin_inset Index idx
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 \SpecialChar LaTeX
31034 -paquetes ! KOMA-Script
31035 \end_layout
31036
31037 \end_inset
31038
31039 , puedes ajustar las características de las notas al pie mediante comandos
31040  específicos de la clase, véase 
31041 \begin_inset CommandInset citation
31042 LatexCommand cite
31043 key "KOMA-Script"
31044
31045 \end_inset
31046
31047 .
31048 \end_layout
31049
31050 \begin_layout Section
31051 Notas al margen
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 Notas ! al margen
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 Las notas al margen se ven y se comportan en \SpecialChar LyX
31066  como notas al pie.
31067  Se insertan con el menú 
31068 \family sans
31069 Insertar\SpecialChar menuseparator
31070 Nota
31071 \begin_inset space ~
31072 \end_inset
31073
31074 al
31075 \begin_inset space ~
31076 \end_inset
31077
31078 margen
31079 \family default
31080  o con el botón 
31081 \begin_inset Info
31082 type  "icon"
31083 arg   "marginalnote-insert"
31084 \end_inset
31085
31086 .
31087  Aparece un cuadro gris con la etiqueta 
31088 \family roman
31089 \series medium
31090 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Al lado hay un ejemplo de nota al margen.
31095
31096 \family roman
31097 \series medium
31098  
31099 \begin_inset Marginal
31100 status open
31101
31102 \begin_layout Plain Layout
31103 Esto es una nota al margen.
31104 \end_layout
31105
31106 \end_inset
31107
31108
31109 \end_layout
31110
31111 \begin_layout Standard
31112 Estas notas salen en el margen derecho en documentos a una cara.
31113  En documentos a doble cara se muestran en el margen externo —margen izquierdo
31114  en páginas pares, derecho en páginas impares—.
31115  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
31116  a la derecha si la nota aparece en el margen izquierdo—.
31117  La primera línea de la nota se sitúa en la posición de la línea del texto
31118  en la que se inserta en el documento.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 \begin_inset VSpace bigskip
31123 \end_inset
31124
31125 Para colocar la nota en el margen interno añade el comando
31126 \end_layout
31127
31128 \begin_layout Standard
31129
31130 \series bold
31131
31132 \backslash
31133 reversemarginpar
31134 \end_layout
31135
31136 \begin_layout Standard
31137 en código \SpecialChar TeX
31138  antes de la nota.
31139  La nueva colocación es válida para todas las siguientes notas al margen.
31140  
31141 \begin_inset ERT
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145
31146
31147 \backslash
31148 reversemarginpar 
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \begin_inset Marginal
31155 status open
31156
31157 \begin_layout Plain Layout
31158 Esto es una nota en el margen interno.
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \series bold
31165
31166 \begin_inset Newline newline
31167 \end_inset
31168
31169
31170 \series default
31171
31172 \begin_inset Note Greyedout
31173 status open
31174
31175 \begin_layout Plain Layout
31176
31177 \series bold
31178 Nota:
31179 \series default
31180  A veces no hay espacio suficiente en el margen interno, por lo que la nota
31181  no se mostrará correctamente en la salida.
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
31191  el comando
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 normalmarginpar 
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208
31209 \series bold
31210
31211 \backslash
31212 normalmarginpar
31213 \end_layout
31214
31215 \begin_layout Standard
31216 \begin_inset Note Greyedout
31217 status open
31218
31219 \begin_layout Plain Layout
31220
31221 \series bold
31222 Nota:
31223 \series default
31224  El comando se ignora si en el mismo párrafo está también presente el comando
31225  
31226 \series bold
31227
31228 \backslash
31229 reversemarginpar
31230 \series default
31231 .
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset VSpace bigskip
31241 \end_inset
31242
31243
31244 \family roman
31245 \series medium
31246
31247 \begin_inset Marginal
31248 status open
31249
31250 \begin_layout Plain Layout
31251 PalabraMuyLargaAlMargen no partida con guión.
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \family default
31258 \series default
31259  Como en el caso descrito en la sección
31260 \begin_inset space ~
31261 \end_inset
31262
31263
31264 \begin_inset CommandInset ref
31265 LatexCommand ref
31266 reference "subsec:Líneas-Múltiples-en"
31267
31268 \end_inset
31269
31270 , una palabra larga no puede partirse con guión cuando es la primera en
31271  la nota al margen.
31272  Para evitar esto, inserta un espacio horizontal de 0
31273 \begin_inset space \thinspace{}
31274 \end_inset
31275
31276 pt antes de la palabra
31277 \family roman
31278 \series medium
31279 .
31280 \end_layout
31281
31282 \begin_layout Standard
31283
31284 \family roman
31285 \series medium
31286 \begin_inset Marginal
31287 status open
31288
31289 \begin_layout Plain Layout
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295
31296 \backslash
31297 hspace{0pt}
31298 \end_layout
31299
31300 \end_inset
31301
31302 PalabraMuyLargaAlMargen partida con guión.
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Standard
31311 \begin_inset VSpace bigskip
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318 \begin_inset Note Greyedout
31319 status open
31320
31321 \begin_layout Plain Layout
31322
31323 \series bold
31324 Nota:
31325 \series default
31326  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
31327  y notas al pie.
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset VSpace bigskip
31337 \end_inset
31338
31339
31340 \end_layout
31341
31342 \begin_layout Standard
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348
31349 \backslash
31350 ifmarginnote
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \begin_inset Note Note
31357 status open
31358
31359 \begin_layout Plain Layout
31360 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
31361  \SpecialChar LaTeX
31362  
31363 \series bold
31364 marginnote
31365 \series default
31366 .
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \end_layout
31373
31374 \begin_layout Standard
31375 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
31376  
31377 \series bold
31378 marginnote
31379 \series default
31380
31381 \begin_inset Index idx
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385 \SpecialChar LaTeX
31386 -paquetes ! marginnote
31387 \end_layout
31388
31389 \end_inset
31390
31391 .
31392  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
31393  para notas
31394  al margen es redefinido para usar el comando proporcionado por el paquete
31395  
31396 \series bold
31397 marginnote
31398 \series default
31399 :
31400 \end_layout
31401
31402 \begin_layout Standard
31403
31404 \series bold
31405
31406 \backslash
31407 usepackage{marginnote}
31408 \begin_inset Newline newline
31409 \end_inset
31410
31411
31412 \backslash
31413 let
31414 \backslash
31415 marginpar
31416 \backslash
31417 marginnote
31418 \end_layout
31419
31420 \begin_layout Standard
31421 Esto se ha utilizado en el presente documento porque 
31422 \series bold
31423 marginnote
31424 \series default
31425  tiene una característica adicional útil: Puedes establecer un desplazamiento
31426  vertical a la nota.
31427  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
31428  diseño de la página.
31429  En \SpecialChar LyX
31430 , el desplazamiento se escribe directamente tras la nota al margen,
31431  en código \SpecialChar TeX
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436
31437 \series bold
31438 [desplazamiento]
31439 \end_layout
31440
31441 \begin_layout Standard
31442 donde desplazamiento es una longitud en una de las unidades del cuadro
31443 \begin_inset space ~
31444 \end_inset
31445
31446
31447 \begin_inset CommandInset ref
31448 LatexCommand ref
31449 reference "tab:Unidades"
31450
31451 \end_inset
31452
31453 .
31454  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
31455  abajo.
31456  
31457 \family roman
31458 \series medium
31459 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
31460 \begin_inset space \thinspace{}
31461 \end_inset
31462
31463 cm arriba con el comando en código \SpecialChar TeX
31464  
31465 \begin_inset Quotes eld
31466 \end_inset
31467
31468
31469 \family default
31470 \series bold
31471 [-1.5cm]
31472 \family roman
31473 \series medium
31474
31475 \begin_inset Quotes erd
31476 \end_inset
31477
31478
31479 \begin_inset Marginal
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483 Esta nota está 1.5
31484 \begin_inset space \thinspace{}
31485 \end_inset
31486
31487 cm por encima de su posición original.
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \family default
31494 \series default
31495
31496 \begin_inset ERT
31497 status collapsed
31498
31499 \begin_layout Plain Layout
31500
31501 [-1.5cm]
31502 \end_layout
31503
31504 \end_inset
31505
31506
31507 \end_layout
31508
31509 \begin_layout Standard
31510 \begin_inset VSpace medskip
31511 \end_inset
31512
31513 Con 
31514 \series bold
31515 marginnote
31516 \series default
31517  también puedes cambiar la alineación del texto en el margen.
31518  Por ejemplo los comandos
31519 \end_layout
31520
31521 \begin_layout Standard
31522
31523 \series bold
31524
31525 \backslash
31526 renewcommand*{
31527 \backslash
31528 raggedleftmarginnote}{
31529 \backslash
31530 centering}
31531 \begin_inset Newline newline
31532 \end_inset
31533
31534
31535 \backslash
31536 renewcommand*{
31537 \backslash
31538 raggedrightmarginnote}{
31539 \backslash
31540 centering}
31541 \end_layout
31542
31543 \begin_layout Standard
31544 producen alineación centrada.
31545  
31546 \series bold
31547
31548 \backslash
31549 raggedleftmarginnote
31550 \series default
31551  identifica las notas que aparecen al lado izquierdo.
31552 \family roman
31553 \series medium
31554
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560
31561 \backslash
31562 renewcommand*{
31563 \backslash
31564 raggedleftmarginnote}{
31565 \backslash
31566 centering}
31567 \end_layout
31568
31569 \begin_layout Plain Layout
31570
31571
31572 \backslash
31573 renewcommand*{
31574 \backslash
31575 raggedrightmarginnote}{
31576 \backslash
31577 centering}
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Marginal
31584 status open
31585
31586 \begin_layout Plain Layout
31587 El texto de esta nota está centrado.
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \family default
31594 \series default
31595  El valor predeterminado es 
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601
31602 \backslash
31603 renewcommand*{
31604 \backslash
31605 raggedleftmarginnote}{
31606 \backslash
31607 raggedleft}
31608 \begin_inset Newline newline
31609 \end_inset
31610
31611
31612 \backslash
31613 renewcommand*{
31614 \backslash
31615 raggedrightmarginnote}{
31616 \backslash
31617 raggedright}
31618 \family roman
31619 \series medium
31620
31621 \begin_inset ERT
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 renewcommand*{
31629 \backslash
31630 raggedleftmarginnote}{
31631 \backslash
31632 raggedleft}
31633 \end_layout
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 renewcommand*{
31640 \backslash
31641 raggedrightmarginnote}{
31642 \backslash
31643 raggedright}
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset VSpace medskip
31653 \end_inset
31654
31655 Para otras características de 
31656 \series bold
31657 marginnote
31658 \series default
31659  mira en su documentación 
31660 \begin_inset CommandInset citation
31661 LatexCommand cite
31662 key "marginnote"
31663
31664 \end_inset
31665
31666 .
31667 \end_layout
31668
31669 \begin_layout Standard
31670 \begin_inset VSpace bigskip
31671 \end_inset
31672
31673 El diseño de las notas al margen puede ser redefinido.
31674  Por ejemplo, para crear una cabecera para todas las notas con el texto
31675  
31676 \begin_inset Quotes eld
31677 \end_inset
31678
31679
31680 \series bold
31681 \bar under
31682 ¡
31683 \family sans
31684 Atención
31685 \family default
31686 !
31687 \series default
31688 \bar default
31689
31690 \begin_inset Quotes erd
31691 \end_inset
31692
31693 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
31694 \end_layout
31695
31696 \begin_layout Standard
31697
31698 \series bold
31699
31700 \backslash
31701 let
31702 \backslash
31703 myMarginpar
31704 \backslash
31705 marginpar
31706 \begin_inset Newline newline
31707 \end_inset
31708
31709
31710 \backslash
31711 renewcommand{
31712 \backslash
31713 marginpar}[1]{
31714 \backslash
31715 myMarginpar{%
31716 \begin_inset Newline newline
31717 \end_inset
31718
31719
31720 \begin_inset Phantom HPhantom
31721 status open
31722
31723 \begin_layout Plain Layout
31724
31725 \series bold
31726 \begin_inset space ~
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \backslash
31736 hspace{0pt}
31737 \backslash
31738 textsf{
31739 \backslash
31740 textbf{
31741 \backslash
31742 underbar{¡Atención!}}}%
31743 \begin_inset Newline newline
31744 \end_inset
31745
31746
31747 \begin_inset Phantom HPhantom
31748 status open
31749
31750 \begin_layout Plain Layout
31751
31752 \series bold
31753 \begin_inset space ~
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \backslash
31763 vspace{1.5mm}
31764 \backslash
31765
31766 \backslash
31767 #1}}
31768 \end_layout
31769
31770 \begin_layout Standard
31771
31772 \family roman
31773 \series medium
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 let
31782 \backslash
31783 myMarginpar
31784 \backslash
31785 marginpar
31786 \end_layout
31787
31788 \begin_layout Plain Layout
31789
31790
31791 \backslash
31792 renewcommand{
31793 \backslash
31794 marginpar}[1]{
31795 \backslash
31796 myMarginpar{%
31797 \end_layout
31798
31799 \begin_layout Plain Layout
31800
31801    
31802 \backslash
31803 textsf{
31804 \backslash
31805 textbf{
31806 \backslash
31807 underbar{¡Atención!}}}%
31808 \end_layout
31809
31810 \begin_layout Plain Layout
31811
31812    
31813 \backslash
31814 vspace{1.5mm}
31815 \backslash
31816
31817 \backslash
31818 #1}}
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \begin_inset Marginal
31825 status open
31826
31827 \begin_layout Plain Layout
31828 Esta es una nota con una cabecera definida.
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \family default
31835 \series default
31836
31837 \begin_inset ERT
31838 status collapsed
31839
31840 \begin_layout Plain Layout
31841
31842 [-1.5cm]
31843 \end_layout
31844
31845 \end_inset
31846
31847
31848 \family roman
31849 \series medium
31850
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856
31857 \backslash
31858 renewcommand{
31859 \backslash
31860 marginpar}[1]{
31861 \backslash
31862 myMarginpar{#1}}
31863 \end_layout
31864
31865 \end_inset
31866
31867
31868 \family default
31869 \series default
31870
31871 \begin_inset Note Note
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \begin_layout Standard
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 else
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \begin_inset Note Note
31898 status open
31899
31900 \begin_layout Plain Layout
31901 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
31902  
31903 \series bold
31904 marginnote
31905 \series default
31906 .
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \begin_layout Standard
31915 Debes instalar el paquete \SpecialChar LaTeX
31916  
31917 \series bold
31918 marginnote
31919 \series default
31920  para ver la parte siguiente en la salida.
31921 \end_layout
31922
31923 \begin_layout Standard
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929
31930 \backslash
31931 fi
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \end_layout
31938
31939 \begin_layout Chapter
31940 Marcos
31941 \end_layout
31942
31943 \begin_layout Section
31944 Introducción
31945 \begin_inset Index idx
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 Marcos ! Introducción
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \begin_layout Standard
31958 Los marcos se emplean para dar formato a bloques de texto.
31959  Se pueden usar para escribir documentos con varios idiomas, véase sección
31960 \begin_inset space ~
31961 \end_inset
31962
31963
31964 \begin_inset CommandInset ref
31965 LatexCommand ref
31966 reference "sec:Minipáginas"
31967
31968 \end_inset
31969
31970 , enmarcar textos, véase sección
31971 \begin_inset space ~
31972 \end_inset
31973
31974
31975 \begin_inset CommandInset ref
31976 LatexCommand ref
31977 reference "sec:Decoración"
31978
31979 \end_inset
31980
31981 , evitar la división de palabras, véase sección
31982 \begin_inset space ~
31983 \end_inset
31984
31985
31986 \begin_inset CommandInset ref
31987 LatexCommand ref
31988 reference "sec:Evitar-la-Partición"
31989
31990 \end_inset
31991
31992 , alinear texto, véase sección
31993 \begin_inset space ~
31994 \end_inset
31995
31996
31997 \begin_inset CommandInset ref
31998 LatexCommand ref
31999 reference "subsec:Alineación-Vertical"
32000
32001 \end_inset
32002
32003 , o para poner color de fondo a un texto, véase sección
32004 \begin_inset space ~
32005 \end_inset
32006
32007
32008 \begin_inset CommandInset ref
32009 LatexCommand ref
32010 reference "sec:Marcos-Coloreados"
32011
32012 \end_inset
32013
32014 .
32015 \end_layout
32016
32017 \begin_layout Standard
32018 Se insertan con el menú 
32019 \family sans
32020 Insertar\SpecialChar menuseparator
32021 Marco
32022 \family default
32023  o con el botón 
32024 \begin_inset Info
32025 type  "icon"
32026 arg   "box-insert Frameless"
32027 \end_inset
32028
32029 .
32030  Surge un recuadro gris con la etiqueta 
32031 \family sans
32032 Marco (Minipágina)
32033 \family default
32034
32035 \begin_inset Graphics
32036         filename clipart/CuadroMinipagQt4.png
32037         scale 75
32038         keepAspectRatio
32039
32040 \end_inset
32041
32042 .
32043  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
32044  
32045 \family sans
32046 Configuración
32047 \family default
32048 .
32049  Sale un diálogo en el que 
32050 \family sans
32051 Marco
32052 \family default
32053
32054 \begin_inset space ~
32055 \end_inset
32056
32057
32058 \family sans
32059 interior
32060 \family default
32061  permite escoger los tipos
32062 \family sans
32063  Minipágina
32064 \family default
32065
32066 \family sans
32067 Marco de párrafo
32068 \family default
32069  y 
32070 \family sans
32071 Marco de 
32072 \family default
32073 línea.
32074  
32075 \family sans
32076 Minipágina
32077 \family default
32078  es el predeterminado para nuevos marcos y se explica en la sección
32079 \begin_inset space ~
32080 \end_inset
32081
32082
32083 \begin_inset CommandInset ref
32084 LatexCommand ref
32085 reference "sec:Minipáginas"
32086
32087 \end_inset
32088
32089 ; el tipo 
32090 \family sans
32091 Marco de párrafo
32092 \family default
32093  se describe en la sección
32094 \begin_inset space ~
32095 \end_inset
32096
32097
32098 \begin_inset CommandInset ref
32099 LatexCommand ref
32100 reference "sec:Marcos-de-Párrafo"
32101
32102 \end_inset
32103
32104  y el tipo 
32105 \family sans
32106 Marco de línea
32107 \family default
32108  se describe en la sección
32109 \begin_inset space ~
32110 \end_inset
32111
32112
32113 \begin_inset CommandInset ref
32114 LatexCommand ref
32115 reference "sec:Evitar-la-Partición"
32116
32117 \end_inset
32118
32119 .
32120 \end_layout
32121
32122 \begin_layout Standard
32123 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
32124  o las notas al pie.
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset Note Greyedout
32129 status open
32130
32131 \begin_layout Plain Layout
32132
32133 \series bold
32134 Nota:
32135 \series default
32136  Los marcos no deben ser el ítem en un entorno 
32137 \family sans
32138 Enumeración*
32139 \family default
32140  o 
32141 \family sans
32142 Descripción
32143 \family default
32144 .
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \begin_layout Standard
32153 \begin_inset Note Greyedout
32154 status open
32155
32156 \begin_layout Plain Layout
32157
32158 \series bold
32159 Nota:
32160 \series default
32161  Por razones desconocidas sólo se puede poner el tipo 
32162 \family sans
32163 Marco
32164 \begin_inset space ~
32165 \end_inset
32166
32167 interior
32168 \family default
32169  en 
32170 \family sans
32171 Ninguno
32172 \family default
32173  cuando se emplea un marco enmarcado.
32174  Los marcos sin ningún tipo de 
32175 \family sans
32176 Marco
32177 \begin_inset space ~
32178 \end_inset
32179
32180 interior
32181 \family default
32182  y sin bordes se explican en la sección
32183 \begin_inset space ~
32184 \end_inset
32185
32186
32187 \begin_inset CommandInset ref
32188 LatexCommand ref
32189 reference "sec:Evitar-la-Partición"
32190
32191 \end_inset
32192
32193 .
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Section
32202 Diálogo de marcos
32203 \begin_inset CommandInset label
32204 LatexCommand label
32205 name "sec:Diálogo-Marcos"
32206
32207 \end_inset
32208
32209
32210 \begin_inset Index idx
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 Marcos ! Configuración
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Subsection
32223 Tamaño
32224 \begin_inset Index idx
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 Marcos ! Tamaño
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Standard
32237 En el diálogo puedes ajustar la geometría del marco en los campos 
32238 \family sans
32239 Ancho
32240 \family default
32241  y 
32242 \family sans
32243 Alto
32244 \family default
32245 .
32246  Las unidades disponibles para la geometría se describen en el cuadro
32247 \begin_inset space ~
32248 \end_inset
32249
32250
32251 \begin_inset CommandInset ref
32252 LatexCommand ref
32253 reference "tab:Unidades"
32254
32255 \end_inset
32256
32257 .
32258  El campo 
32259 \family sans
32260 Alto
32261 \family default
32262  ofrece los siguientes tamaños adicionales:
32263 \end_layout
32264
32265 \begin_layout Description
32266 Profundidad Es la 
32267 \begin_inset Quotes fld
32268 \end_inset
32269
32270 altura
32271 \begin_inset Quotes frd
32272 \end_inset
32273
32274  del texto plano.
32275  Ignora la profundidad total cuando hay múltiples líneas de texto en el
32276  marco:
32277 \begin_inset Newline newline
32278 \end_inset
32279
32280
32281 \begin_inset Newline newline
32282 \end_inset
32283
32284
32285 \begin_inset Newline newline
32286 \end_inset
32287
32288
32289 \begin_inset Newline newline
32290 \end_inset
32291
32292
32293 \begin_inset Box Boxed
32294 position "c"
32295 hor_pos "c"
32296 has_inner_box 1
32297 inner_pos "c"
32298 use_parbox 0
32299 use_makebox 0
32300 width "12col%"
32301 special "none"
32302 height "1in"
32303 height_special "depth"
32304 thickness "0.4pt"
32305 separation "3pt"
32306 shadowsize "4pt"
32307 framecolor "black"
32308 backgroundcolor "none"
32309 status open
32310
32311 \begin_layout Plain Layout
32312 \align center
32313 Marco con altura establecida en 1
32314 \begin_inset space \thinspace{}
32315 \end_inset
32316
32317 Profundidad
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \begin_inset Newline newline
32324 \end_inset
32325
32326
32327 \begin_inset Newline newline
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \begin_layout Description
32334 Alto Es la altura del texto que está dentro del marco.
32335  Un valor de, p.
32336 \begin_inset space \thinspace{}
32337 \end_inset
32338
32339 ej.
32340 \begin_inset space ~
32341 \end_inset
32342
32343 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
32344  
32345 \begin_inset Box Boxed
32346 position "c"
32347 hor_pos "c"
32348 has_inner_box 1
32349 inner_pos "c"
32350 use_parbox 0
32351 use_makebox 0
32352 width "20col%"
32353 special "none"
32354 height "2in"
32355 height_special "height"
32356 thickness "0.4pt"
32357 separation "3pt"
32358 shadowsize "4pt"
32359 framecolor "black"
32360 backgroundcolor "none"
32361 status open
32362
32363 \begin_layout Plain Layout
32364 \align center
32365 Marco con altura puesta en 2
32366 \begin_inset space \thinspace{}
32367 \end_inset
32368
32369 Alto
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Description
32378 Alto
32379 \begin_inset space ~
32380 \end_inset
32381
32382 total Esto es el Alto
32383 \begin_inset space \thinspace{}
32384 \end_inset
32385
32386 +
32387 \begin_inset space \thinspace{}
32388 \end_inset
32389
32390 Profundidad: 
32391 \begin_inset Box Boxed
32392 position "c"
32393 hor_pos "c"
32394 has_inner_box 1
32395 inner_pos "c"
32396 use_parbox 0
32397 use_makebox 0
32398 width "20col%"
32399 special "none"
32400 height "1in"
32401 height_special "totalheight"
32402 thickness "0.4pt"
32403 separation "3pt"
32404 shadowsize "4pt"
32405 framecolor "black"
32406 backgroundcolor "none"
32407 status open
32408
32409 \begin_layout Plain Layout
32410 \align center
32411 Marco con altura puesta a 1
32412 \begin_inset space \thinspace{}
32413 \end_inset
32414
32415 Alto
32416 \begin_inset space ~
32417 \end_inset
32418
32419 total
32420 \end_layout
32421
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Description
32428 Ancho Esto determina al ancho del marco como altura: 
32429 \begin_inset Box Boxed
32430 position "c"
32431 hor_pos "c"
32432 has_inner_box 1
32433 inner_pos "c"
32434 use_parbox 0
32435 use_makebox 0
32436 width "12col%"
32437 special "none"
32438 height "1in"
32439 height_special "width"
32440 thickness "0.4pt"
32441 separation "3pt"
32442 shadowsize "4pt"
32443 framecolor "black"
32444 backgroundcolor "none"
32445 status open
32446
32447 \begin_layout Plain Layout
32448 \align center
32449 Marco con altura puesta en 1
32450 \begin_inset space \thinspace{}
32451 \end_inset
32452
32453 Ancho
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \end_layout
32460
32461 \begin_layout Subsection
32462 Alineación
32463 \begin_inset Index idx
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467 Marcos ! Alineación
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 Si has elegido un 
32477 \family sans
32478 Marco
32479 \begin_inset space ~
32480 \end_inset
32481
32482 interior
32483 \family default
32484 , la alineación vertical del marco puede ser:
32485 \end_layout
32486
32487 \begin_layout Description
32488 Superior Ejemplo de línea de texto.
32489  
32490 \begin_inset Box Boxed
32491 position "t"
32492 hor_pos "c"
32493 has_inner_box 1
32494 inner_pos "c"
32495 use_parbox 0
32496 use_makebox 0
32497 width "12col%"
32498 special "none"
32499 height "1in"
32500 height_special "totalheight"
32501 thickness "0.4pt"
32502 separation "3pt"
32503 shadowsize "4pt"
32504 framecolor "black"
32505 backgroundcolor "none"
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 \align center
32510 marco alineado arriba.
32511 \end_layout
32512
32513 \end_inset
32514
32515  Ejemplo de línea de texto.
32516 \end_layout
32517
32518 \begin_layout Description
32519 Medio Ejemplo de línea de texto.
32520  
32521 \begin_inset Box Boxed
32522 position "c"
32523 hor_pos "c"
32524 has_inner_box 1
32525 inner_pos "c"
32526 use_parbox 0
32527 use_makebox 0
32528 width "12col%"
32529 special "none"
32530 height "1in"
32531 height_special "totalheight"
32532 thickness "0.4pt"
32533 separation "3pt"
32534 shadowsize "4pt"
32535 framecolor "black"
32536 backgroundcolor "none"
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540 \align center
32541 marco alineado en medio.
32542 \end_layout
32543
32544 \end_inset
32545
32546  Ejemplo de línea de texto.
32547 \end_layout
32548
32549 \begin_layout Description
32550 Inferior Ejemplo de línea de texto.
32551  
32552 \begin_inset Box Boxed
32553 position "b"
32554 hor_pos "c"
32555 has_inner_box 1
32556 inner_pos "c"
32557 use_parbox 0
32558 use_makebox 0
32559 width "12col%"
32560 special "none"
32561 height "1in"
32562 height_special "totalheight"
32563 thickness "0.4pt"
32564 separation "3pt"
32565 shadowsize "4pt"
32566 framecolor "black"
32567 backgroundcolor "none"
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571 \align center
32572 marco alineado abajo.
32573 \end_layout
32574
32575 \end_inset
32576
32577  Ejemplo de línea de texto.
32578 \end_layout
32579
32580 \begin_layout Standard
32581 \begin_inset Note Greyedout
32582 status open
32583
32584 \begin_layout Plain Layout
32585
32586 \series bold
32587 Nota:
32588 \series default
32589  La alineación vertical puede desaparecer en la salida si hay dos marcos
32590  en una línea y, p.
32591 \begin_inset space \thinspace{}
32592 \end_inset
32593
32594 ej., uno de ellos tiene sombreado y el otro no.
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Standard
32603 La alineación horizontal del marco puede establecerse en el diálogo de configura
32604 ción de párrafo de \SpecialChar LyX
32605  si colocas el marco en su propio párrafo.
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \begin_inset VSpace bigskip
32610 \end_inset
32611
32612 Si has escogido un 
32613 \family sans
32614 Marco
32615 \begin_inset space ~
32616 \end_inset
32617
32618 interior
32619 \family default
32620 , el contenido puede alinearse verticalmente a:
32621 \end_layout
32622
32623 \begin_layout Description
32624 Superior Ejemplo de línea de texto.
32625  
32626 \begin_inset Box Boxed
32627 position "c"
32628 hor_pos "c"
32629 has_inner_box 1
32630 inner_pos "t"
32631 use_parbox 0
32632 use_makebox 0
32633 width "12col%"
32634 special "none"
32635 height "1.5in"
32636 height_special "totalheight"
32637 thickness "0.4pt"
32638 separation "3pt"
32639 shadowsize "4pt"
32640 framecolor "black"
32641 backgroundcolor "none"
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 \align center
32646 marco con texto alineado arriba.
32647 \end_layout
32648
32649 \end_inset
32650
32651  Ejemplo de línea de texto.
32652 \end_layout
32653
32654 \begin_layout Description
32655 Medio Ejemplo de línea de texto.
32656  
32657 \begin_inset Box Boxed
32658 position "c"
32659 hor_pos "c"
32660 has_inner_box 1
32661 inner_pos "c"
32662 use_parbox 0
32663 use_makebox 0
32664 width "12col%"
32665 special "none"
32666 height "1.5in"
32667 height_special "totalheight"
32668 thickness "0.4pt"
32669 separation "3pt"
32670 shadowsize "4pt"
32671 framecolor "black"
32672 backgroundcolor "none"
32673 status collapsed
32674
32675 \begin_layout Plain Layout
32676 \align center
32677 marco con texto alineado en medio.
32678 \end_layout
32679
32680 \end_inset
32681
32682  Ejemplo de línea de texto.
32683 \end_layout
32684
32685 \begin_layout Description
32686 Inferior Ejemplo de línea de texto.
32687  
32688 \begin_inset Box Boxed
32689 position "c"
32690 hor_pos "c"
32691 has_inner_box 1
32692 inner_pos "b"
32693 use_parbox 0
32694 use_makebox 0
32695 width "12col%"
32696 special "none"
32697 height "1.5in"
32698 height_special "totalheight"
32699 thickness "0.4pt"
32700 separation "3pt"
32701 shadowsize "4pt"
32702 framecolor "black"
32703 backgroundcolor "none"
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707 \align center
32708 marco con texto alineado abajo.
32709 \end_layout
32710
32711 \end_inset
32712
32713  Ejemplo de línea de texto.
32714 \end_layout
32715
32716 \begin_layout Description
32717 Estirado Ejemplo de línea de texto.
32718  
32719 \begin_inset Box Boxed
32720 position "c"
32721 hor_pos "c"
32722 has_inner_box 1
32723 inner_pos "s"
32724 use_parbox 0
32725 use_makebox 0
32726 width "12col%"
32727 special "none"
32728 height "1.5in"
32729 height_special "totalheight"
32730 thickness "0.4pt"
32731 separation "3pt"
32732 shadowsize "4pt"
32733 framecolor "black"
32734 backgroundcolor "none"
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738 \align center
32739 Este texto
32740 \end_layout
32741
32742 \begin_layout Plain Layout
32743 \align center
32744 está
32745 \end_layout
32746
32747 \begin_layout Plain Layout
32748 \align center
32749 estirado.
32750 \end_layout
32751
32752 \end_inset
32753
32754  Ejemplo de línea de texto.
32755 \end_layout
32756
32757 \begin_layout Standard
32758 Para estirar el contenido debe tener más de un párrafo.
32759  En el ejemplo anterior cada línea de texto está en un párrafo propio.
32760 \end_layout
32761
32762 \begin_layout Standard
32763 \begin_inset VSpace bigskip
32764 \end_inset
32765
32766 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
32767  \SpecialChar LyX
32768  cuando hayas escogido un 
32769 \family sans
32770 Marco
32771 \begin_inset space ~
32772 \end_inset
32773
32774 interior
32775 \family default
32776 .
32777 \end_layout
32778
32779 \begin_layout Standard
32780 \align center
32781 \begin_inset Box Boxed
32782 position "c"
32783 hor_pos "c"
32784 has_inner_box 1
32785 inner_pos "s"
32786 use_parbox 0
32787 use_makebox 0
32788 width "15col%"
32789 special "none"
32790 height "1.25in"
32791 height_special "totalheight"
32792 thickness "0.4pt"
32793 separation "3pt"
32794 shadowsize "4pt"
32795 framecolor "black"
32796 backgroundcolor "none"
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800 \align left
32801 marco
32802 \end_layout
32803
32804 \begin_layout Plain Layout
32805 \align center
32806 con texto
32807 \end_layout
32808
32809 \begin_layout Plain Layout
32810 \align right
32811 estirado
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 Si no has establecido un 
32821 \family sans
32822 Marco
32823 \begin_inset space ~
32824 \end_inset
32825
32826 interior
32827 \family default
32828 , puedes alinear horizontalmente el contenido del marco en el diálogo de
32829  marcos.
32830 \begin_inset Separator parbreak
32831 \end_inset
32832
32833
32834 \end_layout
32835
32836 \begin_layout Standard
32837 \align center
32838 \begin_inset Box Boxed
32839 position "c"
32840 hor_pos "s"
32841 has_inner_box 0
32842 inner_pos "s"
32843 use_parbox 0
32844 use_makebox 0
32845 width "90col%"
32846 special "none"
32847 height "1.25in"
32848 height_special "totalheight"
32849 thickness "0.4pt"
32850 separation "3pt"
32851 shadowsize "4pt"
32852 framecolor "black"
32853 backgroundcolor "none"
32854 status open
32855
32856 \begin_layout Plain Layout
32857 Texto estirado horizontalmente.
32858 \end_layout
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Subsection
32866 Decoración
32867 \begin_inset CommandInset label
32868 LatexCommand label
32869 name "sec:Decoración"
32870
32871 \end_inset
32872
32873
32874 \begin_inset Index idx
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878 Marcos ! Decoración
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \begin_layout Standard
32887 El estilo de borde del marco se puede determinar en la lista desplegable
32888  
32889 \family sans
32890 Tipo
32891 \family default
32892  del diálogo de marcos.
32893  Son posibles los siguientes bordes:
32894 \end_layout
32895
32896 \begin_layout Description
32897 Sin
32898 \begin_inset space ~
32899 \end_inset
32900
32901 borde No se dibuja ninguno.
32902 \end_layout
32903
32904 \begin_layout Description
32905 Borde
32906 \begin_inset space ~
32907 \end_inset
32908
32909 rectangular
32910 \begin_inset space ~
32911 \end_inset
32912
32913 sencillo Dibuja un borde rectangular alrededor del marco.
32914  El grosor del borde
32915 \lang english
32916  can be specified
32917 \lang spanish
32918 .
32919  
32920 \begin_inset Box Boxed
32921 position "c"
32922 hor_pos "c"
32923 has_inner_box 1
32924 inner_pos "c"
32925 use_parbox 0
32926 use_makebox 0
32927 width "25col%"
32928 special "none"
32929 height "1in"
32930 height_special "totalheight"
32931 thickness "0.4pt"
32932 separation "3pt"
32933 shadowsize "4pt"
32934 framecolor "black"
32935 backgroundcolor "none"
32936 status open
32937
32938 \begin_layout Plain Layout
32939 \align center
32940 Marco rectangular
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \end_layout
32947
32948 \begin_layout Description
32949 Borde
32950 \begin_inset space ~
32951 \end_inset
32952
32953 ovalado,
32954 \begin_inset space ~
32955 \end_inset
32956
32957 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
32958 \begin_inset space \thinspace{}
32959 \end_inset
32960
32961 pt.
32962  
32963 \begin_inset Box ovalbox
32964 position "c"
32965 hor_pos "c"
32966 has_inner_box 1
32967 inner_pos "c"
32968 use_parbox 0
32969 use_makebox 0
32970 width "25col%"
32971 special "none"
32972 height "1in"
32973 height_special "totalheight"
32974 thickness "0.4pt"
32975 separation "3pt"
32976 shadowsize "4pt"
32977 framecolor "black"
32978 backgroundcolor "none"
32979 status open
32980
32981 \begin_layout Plain Layout
32982 \align center
32983 Borde ovalado, fino
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Description
32992 Borde
32993 \begin_inset space ~
32994 \end_inset
32995
32996 ovalado,
32997 \begin_inset space ~
32998 \end_inset
32999
33000 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 pt.
33005  
33006 \begin_inset Box Ovalbox
33007 position "c"
33008 hor_pos "c"
33009 has_inner_box 1
33010 inner_pos "c"
33011 use_parbox 0
33012 use_makebox 0
33013 width "30col%"
33014 special "none"
33015 height "1in"
33016 height_special "totalheight"
33017 thickness "0.4pt"
33018 separation "3pt"
33019 shadowsize "4pt"
33020 framecolor "black"
33021 backgroundcolor "none"
33022 status open
33023
33024 \begin_layout Plain Layout
33025 \align center
33026 Borde ovalado, grueso
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Description
33035 Borde
33036 \begin_inset space ~
33037 \end_inset
33038
33039 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
33040  El grosor de la línea y la sombra 
33041 \lang english
33042 can be specified
33043 \lang spanish
33044 .
33045  
33046 \begin_inset Box Shadowbox
33047 position "c"
33048 hor_pos "c"
33049 has_inner_box 1
33050 inner_pos "c"
33051 use_parbox 0
33052 use_makebox 0
33053 width "20col%"
33054 special "none"
33055 height "1in"
33056 height_special "totalheight"
33057 thickness "0.4pt"
33058 separation "3pt"
33059 shadowsize "4pt"
33060 framecolor "black"
33061 backgroundcolor "none"
33062 status open
33063
33064 \begin_layout Plain Layout
33065 \align center
33066 Borde sombrado
33067 \end_layout
33068
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Description
33075 Fondo
33076 \begin_inset space ~
33077 \end_inset
33078
33079 coloreado Dibuja un cuadro con fondo de color rojo.
33080  A diferencia de los cuadros coloreados,
33081 \begin_inset Foot
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 véase sec.
33086  
33087 \begin_inset CommandInset ref
33088 LatexCommand ref
33089 reference "sec:Marcos-Coloreados"
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \end_inset
33097
33098  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
33099 \begin_inset Box Shaded
33100 position "t"
33101 hor_pos "c"
33102 has_inner_box 0
33103 inner_pos "t"
33104 use_parbox 0
33105 use_makebox 0
33106 width "50col%"
33107 special "none"
33108 height "1in"
33109 height_special "totalheight"
33110 thickness "0.4pt"
33111 separation "3pt"
33112 shadowsize "4pt"
33113 framecolor "black"
33114 backgroundcolor "none"
33115 status open
33116
33117 \begin_layout Plain Layout
33118 Cuadro con fondo sombreado
33119 \end_layout
33120
33121 \end_inset
33122
33123
33124 \end_layout
33125
33126 \begin_layout Description
33127 Borde
33128 \begin_inset space ~
33129 \end_inset
33130
33131 rectangular
33132 \begin_inset space ~
33133 \end_inset
33134
33135 doble Dibuja un rectángulo de línea doble alrededor.
33136  El grosor de la línea interior es 0.75
33137 \begin_inset space \thinspace{}
33138 \end_inset
33139
33140 grosor
33141 \begin_inset space ~
33142 \end_inset
33143
33144 del
33145 \begin_inset space ~
33146 \end_inset
33147
33148 borde, el de la línea exterior es 1.5
33149 \begin_inset space \thinspace{}
33150 \end_inset
33151
33152 grosor
33153 \begin_inset space ~
33154 \end_inset
33155
33156 del
33157 \begin_inset space ~
33158 \end_inset
33159
33160 borde.
33161  La distancia entre líneas es 1.5
33162 \begin_inset space \thinspace{}
33163 \end_inset
33164
33165 grosor
33166 \begin_inset space ~
33167 \end_inset
33168
33169 del
33170 \begin_inset space ~
33171 \end_inset
33172
33173 borde
33174 \begin_inset space \thinspace{}
33175 \end_inset
33176
33177 +
33178 \begin_inset space \thinspace{}
33179 \end_inset
33180
33181 0.5
33182 \begin_inset space \thinspace{}
33183 \end_inset
33184
33185 pt.
33186  
33187 \begin_inset Box Doublebox
33188 position "c"
33189 hor_pos "c"
33190 has_inner_box 1
33191 inner_pos "c"
33192 use_parbox 0
33193 use_makebox 0
33194 width "20col%"
33195 special "none"
33196 height "1in"
33197 height_special "totalheight"
33198 thickness "0.4pt"
33199 separation "3pt"
33200 shadowsize "4pt"
33201 framecolor "black"
33202 backgroundcolor "none"
33203 status open
33204
33205 \begin_layout Plain Layout
33206 \align center
33207 Borde doble
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 La etiqueta del marco en \SpecialChar LyX
33217  reflejará el estilo de borde elegido.
33218  Para poder utilizar los distintos bordes, debe estar instalado el paquete
33219  \SpecialChar LaTeX
33220  
33221 \series bold
33222 fancybox
33223 \series default
33224
33225 \begin_inset Index idx
33226 status collapsed
33227
33228 \begin_layout Plain Layout
33229 \SpecialChar LaTeX
33230 -paquetes ! fancybox
33231 \end_layout
33232
33233 \end_inset
33234
33235 .
33236 \end_layout
33237
33238 \begin_layout Standard
33239 \begin_inset VSpace bigskip
33240 \end_inset
33241
33242 Si usas la decoración 
33243 \family sans
33244 borde rectangular sencillo
33245 \family default
33246  sin marco interior, puedes permitir saltos de página dentro del marco.
33247  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
33248  el borde usa siempre todo el ancho de columna y el marco se establece como
33249  su párrafo propio: 
33250 \begin_inset Box Framed
33251 position "t"
33252 hor_pos "c"
33253 has_inner_box 0
33254 inner_pos "t"
33255 use_parbox 0
33256 use_makebox 0
33257 width "100col%"
33258 special "none"
33259 height "1in"
33260 height_special "totalheight"
33261 thickness "0.4pt"
33262 separation "3pt"
33263 shadowsize "4pt"
33264 framecolor "black"
33265 backgroundcolor "none"
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269 Cuadro que permite saltos de página
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Section
33278 Personalización de marcos
33279 \begin_inset Index idx
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 Marcos ! Personalizar
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Standard
33292 El diámetro de las esquinas de los bordes ovalados se puede modificar con
33293  el comando 
33294 \series bold
33295
33296 \backslash
33297 cornersize
33298 \series default
33299 .
33300  El comando
33301 \end_layout
33302
33303 \begin_layout Standard
33304
33305 \series bold
33306
33307 \backslash
33308 cornersize*{1cm}
33309 \end_layout
33310
33311 \begin_layout Standard
33312 establece un diámetro de 1
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 cm.
33317  El comando
33318 \end_layout
33319
33320 \begin_layout Standard
33321
33322 \series bold
33323
33324 \backslash
33325 cornersize{num}
33326 \end_layout
33327
33328 \begin_layout Standard
33329 fija el diámetro en 
33330 \family sans
33331 num
33332 \begin_inset space \thinspace{}
33333 \end_inset
33334
33335 ×
33336 \begin_inset space \thinspace{}
33337 \end_inset
33338
33339 mínimo
33340 \family default
33341  
33342 \family sans
33343 (ancho y alto del marco)
33344 \family default
33345 .
33346  Por omisión es 
33347 \series bold
33348
33349 \backslash
33350 cornersize{0.5}
33351 \series default
33352 .
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \begin_inset ERT
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360
33361
33362 \backslash
33363 cornersize*{1.5cm}
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \begin_inset Box Ovalbox
33370 position "c"
33371 hor_pos "c"
33372 has_inner_box 1
33373 inner_pos "c"
33374 use_parbox 0
33375 use_makebox 0
33376 width "28col%"
33377 special "none"
33378 height "1in"
33379 height_special "totalheight"
33380 thickness "0.4pt"
33381 separation "3pt"
33382 shadowsize "4pt"
33383 framecolor "black"
33384 backgroundcolor "none"
33385 status open
33386
33387 \begin_layout Plain Layout
33388 \align center
33389 Marco ovalado con 
33390 \series bold
33391
33392 \backslash
33393 cornersize
33394 \series default
33395
33396 \begin_inset space \thinspace{}
33397 \end_inset
33398
33399 =
33400 \begin_inset space \thinspace{}
33401 \end_inset
33402
33403 1.5
33404 \begin_inset space \thinspace{}
33405 \end_inset
33406
33407 cm
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \begin_inset ERT
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417
33418
33419 \backslash
33420 cornersize{0.5}
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 \begin_inset VSpace bigskip
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Standard
33436 El color rojo predeterminado de los marcos con 
33437 \family sans
33438 fondo
33439 \begin_inset space ~
33440 \end_inset
33441
33442 coloreado
33443 \family default
33444  se puede cambiar en el sitio con el comando 
33445 \series bold
33446
33447 \backslash
33448 definecolor{shadecolor}
33449 \series default
33450  o globalmente con el menú 
33451 \family sans
33452 Herramientas
33453 \family default
33454 \SpecialChar menuseparator
33455
33456 \family sans
33457 Preferencias
33458 \family default
33459 \SpecialChar menuseparator
33460
33461 \family sans
33462 Colores
33463 \family default
33464 \SpecialChar menuseparator
33465
33466 \family sans
33467 marco
33468 \begin_inset space ~
33469 \end_inset
33470
33471 coloreado
33472 \family default
33473 .
33474  El esquema del comando 
33475 \series bold
33476
33477 \backslash
33478 definecolor
33479 \series default
33480  se explica en la sección
33481 \begin_inset space ~
33482 \end_inset
33483
33484
33485 \begin_inset CommandInset ref
33486 LatexCommand ref
33487 reference "sec:Cuadros-Coloreados"
33488
33489 \end_inset
33490
33491 .
33492 \begin_inset Foot
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496 El comando 
33497 \series bold
33498
33499 \backslash
33500 definecolor
33501 \series default
33502  requiere el paquete \SpecialChar LaTeX
33503  
33504 \series bold
33505 color
33506 \series default
33507  en el preámbulo, véase la sección
33508 \begin_inset space ~
33509 \end_inset
33510
33511
33512 \begin_inset CommandInset ref
33513 LatexCommand ref
33514 reference "sec:Marcos-Coloreados"
33515
33516 \end_inset
33517
33518 .
33519 \end_layout
33520
33521 \end_inset
33522
33523  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
33524
33525 \end_layout
33526
33527 \begin_layout Standard
33528
33529 \series bold
33530
33531 \backslash
33532 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33533 \end_layout
33534
33535 \begin_layout Standard
33536 \begin_inset ERT
33537 status collapsed
33538
33539 \begin_layout Plain Layout
33540
33541
33542 \backslash
33543 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \begin_inset Box Shaded
33550 position "t"
33551 hor_pos "c"
33552 has_inner_box 0
33553 inner_pos "t"
33554 use_parbox 0
33555 use_makebox 0
33556 width "100col%"
33557 special "none"
33558 height "1in"
33559 height_special "totalheight"
33560 thickness "0.4pt"
33561 separation "3pt"
33562 shadowsize "4pt"
33563 framecolor "black"
33564 backgroundcolor "none"
33565 status open
33566
33567 \begin_layout Plain Layout
33568
33569 \color yellow
33570 Texto amarillo en un marco con fondo coloreado en verde oscuro.
33571 \end_layout
33572
33573 \end_inset
33574
33575
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 definecolor{shadecolor}{rgb}{1,0,0}
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Standard
33592 \begin_inset VSpace bigskip
33593 \end_inset
33594
33595 Los cambios en las dimensiones y de los colores son válidos para todos los
33596  marcos que siguen a los comandos.
33597 \end_layout
33598
33599 \begin_layout Section
33600 Minipáginas
33601 \begin_inset CommandInset label
33602 LatexCommand label
33603 name "sec:Minipáginas"
33604
33605 \end_inset
33606
33607
33608 \begin_inset Index idx
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612 Marcos ! Minipáginas
33613 \end_layout
33614
33615 \end_inset
33616
33617
33618 \end_layout
33619
33620 \begin_layout Standard
33621 Las minipáginas son tratadas por \SpecialChar LaTeX
33622  como páginas dentro de páginas y por tanto
33623  pueden tener, por ejemplo, sus propias notas al pie.
33624 \end_layout
33625
33626 \begin_layout Standard
33627 Las minipáginas son útiles para escribir documentos en distintas lenguas.
33628 \end_layout
33629
33630 \begin_layout Standard
33631 A continuación hay dos ejemplos de minipáginas adosadas.
33632  Su anchura está puesta en 45
33633 \begin_inset space \thinspace{}
33634 \end_inset
33635
33636 % y separadas por un relleno horizontal, insertado mediante el menú 
33637 \family sans
33638 Insertar\SpecialChar menuseparator
33639 Formato\SpecialChar menuseparator
33640 Relleno
33641 \begin_inset space ~
33642 \end_inset
33643
33644 horizontal
33645 \family default
33646 .
33647 \end_layout
33648
33649 \begin_layout Standard
33650 \begin_inset Box Frameless
33651 position "t"
33652 hor_pos "c"
33653 has_inner_box 1
33654 inner_pos "c"
33655 use_parbox 0
33656 use_makebox 0
33657 width "45col%"
33658 special "none"
33659 height "1in"
33660 height_special "totalheight"
33661 thickness "0.4pt"
33662 separation "3pt"
33663 shadowsize "4pt"
33664 framecolor "black"
33665 backgroundcolor "none"
33666 status open
33667
33668 \begin_layout Plain Layout
33669
33670 \lang ngerman
33671 Dies ist ein deutscher Text.
33672  Dies ist ein deutscher Text.
33673  Dies ist ein deutscher Text.
33674  Dies ist ein deutscher Text.
33675  Dies ist ein deutscher Text.
33676  Dies ist ein deutscher Text.
33677  Dies ist ein deutscher Text.
33678  Dies ist ein deutscher Text.
33679  Dies ist ein deutscher Text.
33680  Dies ist ein deutscher Text.
33681  Dies ist ein deutscher Text.
33682  Dies ist ein deutscher Text.
33683  Dies ist ein deutscher Text
33684 \begin_inset Foot
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688
33689 \lang ngerman
33690 Dies ist eine deutsche Fußnote.
33691 \end_layout
33692
33693 \end_inset
33694
33695 .
33696  Dies ist ein deutscher Text.
33697  Dies ist ein deutscher Text.
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \begin_inset space \hfill{}
33704 \end_inset
33705
33706
33707 \begin_inset Box Frameless
33708 position "t"
33709 hor_pos "c"
33710 has_inner_box 1
33711 inner_pos "c"
33712 use_parbox 0
33713 use_makebox 0
33714 width "45col%"
33715 special "none"
33716 height "1in"
33717 height_special "totalheight"
33718 thickness "0.4pt"
33719 separation "3pt"
33720 shadowsize "4pt"
33721 framecolor "black"
33722 backgroundcolor "none"
33723 status open
33724
33725 \begin_layout Plain Layout
33726
33727 \lang english
33728 This is an English Text.
33729  This is an English Text.
33730  This is an English Text.
33731  This is an English Text.
33732  This is an English Text.
33733  This is an English Text.
33734  This is an English Text.
33735  This is an English Text.
33736  This is an English Text.
33737  This is an English Text.
33738  This is an English Text.
33739  This is an English Text.
33740  This is an English Text.
33741  This is an English Text.
33742  This is an English Text.
33743  This is an English Text.
33744 \begin_inset Foot
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748
33749 \lang english
33750 This is an English footnote.
33751 \end_layout
33752
33753 \end_inset
33754
33755  This is an English Text.
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Standard
33764 \begin_inset VSpace bigskip
33765 \end_inset
33766
33767 La configuración global de párrafos se ignora en las minipáginas.
33768  Esto significa que en las mismas no habrá espacio entre párrafos aunque
33769  pongas p.
33770 \begin_inset space \thinspace{}
33771 \end_inset
33772
33773 ej.
33774 \begin_inset space ~
33775 \end_inset
33776
33777
33778 \family sans
33779 Salto
33780 \begin_inset space ~
33781 \end_inset
33782
33783 medio
33784 \family default
33785  en la configuración del documento.
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Las minipáginas también sirven para poner un color de fondo para partes
33790  de texto, véase sección
33791 \begin_inset space ~
33792 \end_inset
33793
33794
33795 \begin_inset CommandInset ref
33796 LatexCommand ref
33797 reference "sec:Marcos-Coloreados"
33798
33799 \end_inset
33800
33801 .
33802 \end_layout
33803
33804 \begin_layout Standard
33805 \begin_inset Note Greyedout
33806 status open
33807
33808 \begin_layout Plain Layout
33809
33810 \series bold
33811 Nota:
33812 \series default
33813  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
33814  tener minipáginas en cuadros, en flotantes, y en otros marcos.
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \begin_layout Section
33823 Marcos de párrafo
33824 \begin_inset CommandInset label
33825 LatexCommand label
33826 name "sec:Marcos-de-Párrafo"
33827
33828 \end_inset
33829
33830
33831 \begin_inset Index idx
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835 Marcos ! de párrafo
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \begin_layout Standard
33844 Los marcos de párrafo son similares a las minipáginas con la diferencia
33845  de que no pueden contener notas al pie.
33846 \begin_inset Separator parbreak
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 \align center
33854 \begin_inset Box Frameless
33855 position "t"
33856 hor_pos "c"
33857 has_inner_box 1
33858 inner_pos "t"
33859 use_parbox 1
33860 use_makebox 0
33861 width "33col%"
33862 special "none"
33863 height "1in"
33864 height_special "totalheight"
33865 thickness "0.4pt"
33866 separation "3pt"
33867 shadowsize "4pt"
33868 framecolor "black"
33869 backgroundcolor "none"
33870 status open
33871
33872 \begin_layout Plain Layout
33873 Texto en un marco de párrafo.
33874  Texto en un marco de párrafo.
33875  Esta nota no aparece:
33876 \begin_inset Foot
33877 status open
33878
33879 \begin_layout Plain Layout
33880 Esta es una nota en un marco de párrafo y por eso no aparecerá.
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Section
33894 Marcos para palabras y caracteres
33895 \begin_inset Index idx
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899 Marcos ! para palabras y caracteres
33900 \end_layout
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \begin_layout Subsection
33908 Evitar la partición de palabras
33909 \begin_inset CommandInset label
33910 LatexCommand label
33911 name "sec:Evitar-la-Partición"
33912
33913 \end_inset
33914
33915
33916 \begin_inset Index idx
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920 Marcos ! para evitar partición de palabras
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Standard
33929 El marco tipo 
33930 \family sans
33931 Marco de línea
33932 \family default
33933  sirve para evitar que una palabra sea partida con guión.
33934 \begin_inset Newline newline
33935 \end_inset
33936
33937 He aquí un ejemplo:
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
33942 palabra».
33943 \end_layout
33944
33945 \begin_layout Standard
33946 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
33947  un marco, establece el 
33948 \family sans
33949 Marco interior
33950 \family default
33951  en 
33952 \family sans
33953 Marco de línea
33954 \family default
33955  y no pongas ancho explícito.
33956 \end_layout
33957
33958 \begin_layout Standard
33959 Este es el resultado:
33960 \end_layout
33961
33962 \begin_layout Standard
33963 Esta línea es un ejemplo para mostrar cómo evitar la división de 
33964 \begin_inset Box Frameless
33965 position "t"
33966 hor_pos "c"
33967 has_inner_box 1
33968 inner_pos "t"
33969 use_parbox 0
33970 use_makebox 1
33971 width ""
33972 special "none"
33973 height "1in"
33974 height_special "totalheight"
33975 thickness "0.4pt"
33976 separation "3pt"
33977 shadowsize "4pt"
33978 framecolor "black"
33979 backgroundcolor "none"
33980 status open
33981
33982 \begin_layout Plain Layout
33983 «estalarguísimapalabra»
33984 \end_layout
33985
33986 \end_inset
33987
33988 .
33989 \end_layout
33990
33991 \begin_layout Standard
33992 Como alternativa puedes poner el comando «
33993 \series bold
33994
33995 \backslash
33996 -
33997 \series default
33998 » en código \SpecialChar TeX
33999  directamente antes de la palabra:
34000 \end_layout
34001
34002 \begin_layout Standard
34003 Esta línea es un ejemplo para mostrar cómo evitar la división de «
34004 \begin_inset ERT
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008
34009
34010 \backslash
34011 -
34012 \end_layout
34013
34014 \end_inset
34015
34016 estalarguísimapalabra».
34017 \end_layout
34018
34019 \begin_layout Standard
34020 Por supuesto, la palabra sobresale del margen.
34021  Para evitarlo añade, con el menú 
34022 \family sans
34023 Insertar\SpecialChar menuseparator
34024 Formato\SpecialChar menuseparator
34025 Salto
34026 \begin_inset space ~
34027 \end_inset
34028
34029 de
34030 \begin_inset space ~
34031 \end_inset
34032
34033 línea
34034 \begin_inset space ~
34035 \end_inset
34036
34037 cortada
34038 \family default
34039  (atajo 
34040 \family sans
34041 Ctrl+Entrar
34042 \family default
34043 ), un salto de línea antes de la palabra:
34044 \end_layout
34045
34046 \begin_layout Standard
34047 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
34048 \begin_inset Newline newline
34049 \end_inset
34050
34051
34052 \begin_inset Box Frameless
34053 position "t"
34054 hor_pos "c"
34055 has_inner_box 1
34056 inner_pos "t"
34057 use_parbox 0
34058 use_makebox 1
34059 width ""
34060 special "none"
34061 height "1in"
34062 height_special "totalheight"
34063 thickness "0.4pt"
34064 separation "3pt"
34065 shadowsize "4pt"
34066 framecolor "black"
34067 backgroundcolor "none"
34068 status open
34069
34070 \begin_layout Plain Layout
34071 «estalarguísimapalabra»
34072 \end_layout
34073
34074 \end_inset
34075
34076 .
34077 \end_layout
34078
34079 \begin_layout Subsection
34080 Alineación vertical
34081 \begin_inset CommandInset label
34082 LatexCommand label
34083 name "subsec:Alineación-Vertical"
34084
34085 \end_inset
34086
34087
34088 \begin_inset Index idx
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 Marcos ! para alineación vertical
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Standard
34101 Con ayuda del comando 
34102 \series bold
34103
34104 \backslash
34105 raisebox
34106 \series default
34107  puedes alinear verticalmente con el texto circundante palabras o caracteres.
34108  
34109 \series bold
34110
34111 \backslash
34112 raisebox
34113 \series default
34114  se utiliza según el esquema:
34115 \end_layout
34116
34117 \begin_layout Standard
34118
34119 \series bold
34120
34121 \backslash
34122 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
34123 \end_layout
34124
34125 \begin_layout Standard
34126 La elevación puede ser un valor positivo para subir el marco o negativo
34127  para bajarlo.
34128 \end_layout
34129
34130 \begin_layout Standard
34131 Para alinear una palabra, p.
34132 \begin_inset space \thinspace{}
34133 \end_inset
34134
34135 e
34136 \begin_inset space ~
34137 \end_inset
34138
34139 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
34140  en la línea de base, inserta el comando
34141 \end_layout
34142
34143 \begin_layout Standard
34144
34145 \series bold
34146
34147 \backslash
34148 raisebox{
34149 \backslash
34150 depth}{
34151 \end_layout
34152
34153 \begin_layout Standard
34154 en código \SpecialChar TeX
34155  antes de la palabra.
34156  Detrás de la palabra inserta una llave de cierre «
34157 \series bold
34158 }
34159 \series default
34160 » en código \SpecialChar TeX
34161 .
34162 \begin_inset Newline newline
34163 \end_inset
34164
34165 Este es el resultado:
34166 \end_layout
34167
34168 \begin_layout Standard
34169 Esto es una línea de texto con la palabra 
34170 \begin_inset ERT
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174
34175
34176 \backslash
34177 raisebox{
34178 \backslash
34179 depth}{
34180 \end_layout
34181
34182 \end_inset
34183
34184 «prevención»
34185 \begin_inset ERT
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189
34190 }
34191 \end_layout
34192
34193 \end_inset
34194
34195  elevada.
34196 \end_layout
34197
34198 \begin_layout Standard
34199 \begin_inset VSpace bigskip
34200 \end_inset
34201
34202 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
34203 \end_layout
34204
34205 \begin_layout Standard
34206 Esto es una línea de texto con la palabra 
34207 \begin_inset ERT
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211
34212
34213 \backslash
34214 raisebox{-
34215 \backslash
34216 depth}{
34217 \end_layout
34218
34219 \end_inset
34220
34221 «prevención»
34222 \begin_inset ERT
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226
34227 }
34228 \end_layout
34229
34230 \end_inset
34231
34232  bajada.
34233 \begin_inset Newline newline
34234 \end_inset
34235
34236 Esto es una línea de texto con la palabra 
34237 \begin_inset ERT
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241
34242
34243 \backslash
34244 raisebox{0.5cm}{
34245 \end_layout
34246
34247 \end_inset
34248
34249 «testigo»
34250 \begin_inset ERT
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254
34255 }
34256 \end_layout
34257
34258 \end_inset
34259
34260  elevada.
34261 \end_layout
34262
34263 \begin_layout Standard
34264 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
34265  Por ejemplo
34266 \end_layout
34267
34268 \begin_layout Standard
34269
34270 \series bold
34271
34272 \backslash
34273 raisebox{-
34274 \backslash
34275 depth}[0pt]{
34276 \end_layout
34277
34278 \begin_layout Standard
34279 Esto es una línea de texto con la palabra 
34280 \begin_inset ERT
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284
34285
34286 \backslash
34287 raisebox{-
34288 \backslash
34289 depth}[0pt]{
34290 \end_layout
34291
34292 \end_inset
34293
34294 «prevención»
34295 \begin_inset ERT
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299
34300 }
34301 \end_layout
34302
34303 \end_inset
34304
34305  bajada.
34306 \begin_inset Newline newline
34307 \end_inset
34308
34309
34310 \begin_inset Newline newline
34311 \end_inset
34312
34313 Esto es una línea de texto con la palabra 
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 raisebox{0.5cm}[0pt]{
34322 \end_layout
34323
34324 \end_inset
34325
34326 «testigo»
34327 \begin_inset ERT
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331
34332 }
34333 \end_layout
34334
34335 \end_inset
34336
34337  elevada.
34338 \end_layout
34339
34340 \begin_layout Section
34341 Marcos coloreados
34342 \begin_inset CommandInset label
34343 LatexCommand label
34344 name "sec:Marcos-Coloreados"
34345
34346 \end_inset
34347
34348
34349 \begin_inset Index idx
34350 status collapsed
34351
34352 \begin_layout Plain Layout
34353 Marcos ! Colorear
34354 \end_layout
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \begin_layout Standard
34362
34363 \lang english
34364 To color the background of a box just select the color you like in the box
34365  dialog.
34366  This is for example a box with orange background: 
34367 \begin_inset Box Frameless
34368 position "t"
34369 hor_pos "c"
34370 has_inner_box 1
34371 inner_pos "t"
34372 use_parbox 0
34373 use_makebox 1
34374 width ""
34375 special "none"
34376 height "1in"
34377 height_special "totalheight"
34378 thickness "0.4pt"
34379 separation "3pt"
34380 shadowsize "4pt"
34381 framecolor "black"
34382 backgroundcolor "orange"
34383 status open
34384
34385 \begin_layout Plain Layout
34386
34387 \lang english
34388 Box with orange background
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Standard
34397
34398 \lang english
34399 If you use the decoration 
34400 \family sans
34401 \lang spanish
34402 Borde
34403 \begin_inset space ~
34404 \end_inset
34405
34406 rectangular
34407 \begin_inset space ~
34408 \end_inset
34409
34410 sencillo
34411 \family default
34412 \lang english
34413  you can set a frame color.
34414  In this case you must also specify a background color (LyX sets white as
34415  default).
34416  Here is an example: 
34417 \begin_inset Box Boxed
34418 position "t"
34419 hor_pos "c"
34420 has_inner_box 0
34421 inner_pos "t"
34422 use_parbox 0
34423 use_makebox 0
34424 width ""
34425 special "none"
34426 height "1in"
34427 height_special "totalheight"
34428 thickness "0.4pt"
34429 separation "3pt"
34430 shadowsize "4pt"
34431 framecolor "teal"
34432 backgroundcolor "yellow"
34433 status open
34434
34435 \begin_layout Plain Layout
34436
34437 \lang english
34438 Box with teal frame color and yellow background color
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \begin_layout Standard
34447 \begin_inset VSpace bigskip
34448 \end_inset
34449
34450
34451 \lang english
34452 Of course you can also have colored text inside a colored box:
34453 \lang spanish
34454
34455 \begin_inset Newline newline
34456 \end_inset
34457
34458
34459 \begin_inset Box Boxed
34460 position "t"
34461 hor_pos "c"
34462 has_inner_box 0
34463 inner_pos "t"
34464 use_parbox 0
34465 use_makebox 0
34466 width ""
34467 special "none"
34468 height "1in"
34469 height_special "totalheight"
34470 thickness "0.4pt"
34471 separation "3pt"
34472 shadowsize "4pt"
34473 framecolor "cyan"
34474 backgroundcolor "magenta"
34475 status open
34476
34477 \begin_layout Plain Layout
34478
34479 \color yellow
34480 Marco con texto, fondo y borde en distintos colores.
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \begin_layout Standard
34489 \begin_inset VSpace bigskip
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Standard
34496
34497 \lang english
34498 If you need another color than the predefined ones,
34499 \lang spanish
34500  puedes definir tus propios colores según se explica en la sección
34501 \begin_inset space ~
34502 \end_inset
34503
34504
34505 \begin_inset CommandInset ref
34506 LatexCommand ref
34507 reference "sec:Cuadros-Coloreados"
34508
34509 \end_inset
34510
34511 .
34512  
34513 \lang english
34514 To use your own color you must typeset the box by using TeX code:
34515 \end_layout
34516
34517 \begin_layout Standard
34518
34519 \lang english
34520 Colored boxes without frame 
34521 \lang spanish
34522 se crean con el comando 
34523 \series bold
34524
34525 \backslash
34526 colorbox
34527 \series default
34528 , de acuerdo con el siguiente esquema:
34529 \end_layout
34530
34531 \begin_layout Standard
34532
34533 \series bold
34534
34535 \backslash
34536 colorbox{color}{contenido del marco}
34537 \end_layout
34538
34539 \begin_layout Standard
34540 El contenido también puede ser un marco y los marcos coloreados también
34541  pueden estar en otros marcos.
34542  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548
34549 \backslash
34550 colorbox{verdeoscuro}{
34551 \end_layout
34552
34553 \begin_layout Standard
34554 en código \SpecialChar TeX
34555  antes de la palabra.
34556  Tras la palabra inserta una llave de cierre «
34557 \series bold
34558 }
34559 \series default
34560 » en código \SpecialChar TeX
34561 .
34562 \begin_inset Newline newline
34563 \end_inset
34564
34565 Este es el resultado:
34566 \end_layout
34567
34568 \begin_layout Standard
34569 Línea en la que la palabra 
34570 \begin_inset ERT
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574
34575
34576 \backslash
34577 colorbox{verdeoscuro}{
34578 \end_layout
34579
34580 \end_inset
34581
34582 «¡Atención!»
34583 \begin_inset ERT
34584 status collapsed
34585
34586 \begin_layout Plain Layout
34587
34588 }
34589 \end_layout
34590
34591 \end_inset
34592
34593  tiene fondo verdeoscuro.
34594 \end_layout
34595
34596 \begin_layout Standard
34597
34598 \lang english
34599 Framed, colored boxes are created
34600 \lang spanish
34601  con el comando 
34602 \series bold
34603
34604 \backslash
34605 fcolorbox
34606 \series default
34607  con el esquema siguiente:
34608 \end_layout
34609
34610 \begin_layout Standard
34611
34612 \series bold
34613
34614 \backslash
34615 fcolorbox{color del borde}{color del fondo}{contenido del marco}
34616 \end_layout
34617
34618 \begin_layout Section
34619 Marcos girados y a escala
34620 \end_layout
34621
34622 \begin_layout Standard
34623 Para poder usar los comandos descritos en esta sección hay que cargar el
34624  paquete \SpecialChar LaTeX
34625  
34626 \series bold
34627 graphicx
34628 \series default
34629
34630 \begin_inset Index idx
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634 \SpecialChar LaTeX
34635 -paquetes ! graphicx
34636 \end_layout
34637
34638 \end_inset
34639
34640  en el preámbulo del documento, con el comando
34641 \end_layout
34642
34643 \begin_layout Standard
34644
34645 \series bold
34646
34647 \backslash
34648 @ifundefined{rotatebox}
34649 \begin_inset Newline newline
34650 \end_inset
34651
34652
34653 \begin_inset Phantom HPhantom
34654 status open
34655
34656 \begin_layout Plain Layout
34657
34658 \series bold
34659 \begin_inset space ~
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \end_inset
34666
34667 {
34668 \backslash
34669 usepackage{graphicx}}{}
34670 \end_layout
34671
34672 \begin_layout Standard
34673 \begin_inset Note Greyedout
34674 status open
34675
34676 \begin_layout Plain Layout
34677
34678 \series bold
34679 Nota:
34680 \series default
34681  no todos los visores DVI pueden mostrar rotaciones o escalas.
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 \begin_inset Note Greyedout
34691 status open
34692
34693 \begin_layout Plain Layout
34694
34695 \series bold
34696 Nota:
34697 \series default
34698  Los marcos girados o a escala no pueden contener flotantes.
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Subsection
34707 Marcos girados
34708 \begin_inset Index idx
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712 Marcos ! Girar
34713 \end_layout
34714
34715 \end_inset
34716
34717
34718 \begin_inset Index idx
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722 Material rotado
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Standard
34731 Para girar material debes ponerlo en un marco girado.
34732  Los marcos girados se crean con el comando 
34733 \series bold
34734
34735 \backslash
34736 rotatebox
34737 \series default
34738  en código \SpecialChar TeX
34739 , según el esquema:
34740 \end_layout
34741
34742 \begin_layout Standard
34743
34744 \series bold
34745
34746 \backslash
34747 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34748 \end_layout
34749
34750 \begin_layout Standard
34751 El origen de rotación se especifica en la forma 
34752 \series bold
34753 origin=position
34754 \series default
34755 .
34756  Son posibles las posiciones siguientes: 
34757 \emph on
34758 c
34759 \emph default
34760  (center), 
34761 \emph on
34762 l
34763 \emph default
34764  (left), 
34765 \emph on
34766 r
34767 \emph default
34768  (right), 
34769 \emph on
34770 b
34771 \emph default
34772  (bottom), 
34773 \emph on
34774 t
34775 \emph default
34776  (top), así como combinaciones adecuadas de las posiciones básicas.
34777  Por ejemplo, 
34778 \emph on
34779 lt
34780 \emph default
34781  significa que el origen de rotación es la esquina superior izquierda del
34782  marco.
34783  Si no se especifica origen de rotación se usará la posición 
34784 \emph on
34785 l
34786 \emph default
34787 .
34788  El ángulo de rotación es un número de grados, y puede ser negativo.
34789  El sentido de giro es contrario al de las agujas del reloj.
34790 \end_layout
34791
34792 \begin_layout Standard
34793 En el siguiente ejemplo se ha insertado el comando 
34794 \series bold
34795
34796 \backslash
34797 rotatebox[origin=c]{60}{ 
34798 \series default
34799 como código \SpecialChar TeX
34800  delante del texto «con rotación»; después del texto, el marco
34801  se ha cerrado con llave en código \SpecialChar TeX
34802 .
34803 \end_layout
34804
34805 \begin_layout Standard
34806 Esta línea contiene texto 
34807 \begin_inset ERT
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811
34812
34813 \backslash
34814 rotatebox[origin=c]{60}{
34815 \end_layout
34816
34817 \end_inset
34818
34819 con rotación
34820 \begin_inset ERT
34821 status collapsed
34822
34823 \begin_layout Plain Layout
34824
34825 }
34826 \end_layout
34827
34828 \end_inset
34829
34830 .
34831 \end_layout
34832
34833 \begin_layout Standard
34834 El contenido del marco puede ser también otro marco o una ecuación en línea:
34835 \end_layout
34836
34837 \begin_layout Standard
34838 En esta línea hay texto enmarcado 
34839 \begin_inset ERT
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843
34844
34845 \backslash
34846 rotatebox[origin=r]{-60}{
34847 \end_layout
34848
34849 \end_inset
34850
34851
34852 \begin_inset Box Doublebox
34853 position "c"
34854 hor_pos "c"
34855 has_inner_box 0
34856 inner_pos "c"
34857 use_parbox 0
34858 use_makebox 0
34859 width "1in"
34860 special "width"
34861 height "1in"
34862 height_special "totalheight"
34863 thickness "0.4pt"
34864 separation "3pt"
34865 shadowsize "4pt"
34866 framecolor "black"
34867 backgroundcolor "none"
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871 con rotación
34872 \end_layout
34873
34874 \end_inset
34875
34876
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882 }
34883 \end_layout
34884
34885 \end_inset
34886
34887  y 
34888 \begin_inset ERT
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892
34893
34894 \backslash
34895 rotatebox[origin=lb]{60}{
34896 \end_layout
34897
34898 \end_inset
34899
34900
34901 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34902 \end_inset
34903
34904
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910 }
34911 \end_layout
34912
34913 \end_inset
34914
34915  una ecuación.
34916 \end_layout
34917
34918 \begin_layout Standard
34919 O una imagen o un cuadro:
34920 \end_layout
34921
34922 \begin_layout Standard
34923 Aquí hay una imagen girada 
34924 \begin_inset ERT
34925 status collapsed
34926
34927 \begin_layout Plain Layout
34928
34929
34930 \backslash
34931 rotatebox[origin=lb]{90}{
34932 \end_layout
34933
34934 \end_inset
34935
34936
34937 \begin_inset Graphics
34938         filename ../clipart/platypus.eps
34939         lyxscale 50
34940         width 25col%
34941
34942 \end_inset
34943
34944
34945 \begin_inset ERT
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949
34950 }
34951 \end_layout
34952
34953 \end_inset
34954
34955  y un cuadro girado 
34956 \begin_inset ERT
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960
34961
34962 \backslash
34963 rotatebox[origin=l]{-90}{
34964 \end_layout
34965
34966 \end_inset
34967
34968
34969 \begin_inset Tabular
34970 <lyxtabular version="3" rows="2" columns="2">
34971 <features tabularvalignment="middle">
34972 <column alignment="center" valignment="top">
34973 <column alignment="center" valignment="top">
34974 <row>
34975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979 q
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988 w
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 </row>
34994 <row>
34995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 e
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008 r
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 </row>
35014 </lyxtabular>
35015
35016 \end_inset
35017
35018
35019 \begin_inset ERT
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023
35024 }
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \begin_inset Index idx
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034 Figuras ! Rotar
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \begin_inset Index idx
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044 Cuadros ! Girar
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \end_layout
35051
35052 \begin_layout Subsection
35053 Marcos para variar la escala
35054 \begin_inset Index idx
35055 status collapsed
35056
35057 \begin_layout Plain Layout
35058 Marcos ! para variar la escala
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Index idx
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068 Material a escala
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 Para modificar las proporciones de un material se pueden usar los comandos
35078  
35079 \series bold
35080
35081 \backslash
35082 scalebox
35083 \series default
35084  y 
35085 \series bold
35086
35087 \backslash
35088 resizebox 
35089 \series default
35090 en código \SpecialChar TeX
35091 .
35092 \end_layout
35093
35094 \begin_layout Standard
35095
35096 \series bold
35097
35098 \backslash
35099 scalebox
35100 \series default
35101  se usa con el esquema siguiente:
35102 \end_layout
35103
35104 \begin_layout Standard
35105
35106 \series bold
35107
35108 \backslash
35109 scalebox{horizontal}[vertical]{contenido del marco}
35110 \end_layout
35111
35112 \begin_layout Standard
35113
35114 \emph on
35115 horizontal
35116 \emph default
35117  y 
35118 \emph on
35119 vertical
35120 \emph default
35121  son los factores de escala correspondientes.
35122  Si no se especifica factor vertical, su valor será el mismo que el factor
35123  de escala horizontal.
35124  
35125 \end_layout
35126
35127 \begin_layout Standard
35128 Por ejemplo, el comando 
35129 \series bold
35130
35131 \backslash
35132 scalebox{2}{Hola} 
35133 \series default
35134 crea un 
35135 \begin_inset ERT
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139
35140
35141 \backslash
35142 scalebox{2}{
35143 \end_layout
35144
35145 \end_inset
35146
35147 Hola
35148 \begin_inset ERT
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152
35153 }
35154 \end_layout
35155
35156 \end_inset
35157
35158  de doble tamaño que el texto normal del documento.
35159 \end_layout
35160
35161 \begin_layout Standard
35162 El comando 
35163 \series bold
35164
35165 \backslash
35166 scalebox{2}[1]{Hola} 
35167 \series default
35168 distorsiona el 
35169 \begin_inset ERT
35170 status collapsed
35171
35172 \begin_layout Plain Layout
35173
35174
35175 \backslash
35176 scalebox{2}[1]{
35177 \end_layout
35178
35179 \end_inset
35180
35181 Hola
35182 \begin_inset ERT
35183 status collapsed
35184
35185 \begin_layout Plain Layout
35186
35187 }
35188 \end_layout
35189
35190 \end_inset
35191
35192 .
35193 \end_layout
35194
35195 \begin_layout Standard
35196 Si un factor de escala es negativo el contenido del marco es reflejado.
35197  Por eso el comando 
35198 \series bold
35199
35200 \backslash
35201 scalebox{-1}[1]{Hola} 
35202 \series default
35203 puede usarse para reflejar un texto: 
35204 \begin_inset ERT
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208
35209
35210 \backslash
35211 scalebox{-1}[1]{
35212 \end_layout
35213
35214 \end_inset
35215
35216 Hola
35217 \begin_inset ERT
35218 status collapsed
35219
35220 \begin_layout Plain Layout
35221
35222 }
35223 \end_layout
35224
35225 \end_inset
35226
35227 .
35228 \end_layout
35229
35230 \begin_layout Standard
35231
35232 \series bold
35233
35234 \backslash
35235 scalebox{1}[-1]{Hola} 
35236 \series default
35237 refleja el 
35238 \begin_inset ERT
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242
35243
35244 \backslash
35245 scalebox{1}[-1]{
35246 \end_layout
35247
35248 \end_inset
35249
35250 Hola
35251 \begin_inset ERT
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255
35256 }
35257 \end_layout
35258
35259 \end_inset
35260
35261  sobre la base.
35262 \end_layout
35263
35264 \begin_layout Standard
35265 El comando 
35266 \series bold
35267
35268 \backslash
35269 scalebox{-1}[1]{contenido del cuadro} 
35270 \series default
35271 puede sustituirse por 
35272 \series bold
35273
35274 \begin_inset Newline newline
35275 \end_inset
35276
35277
35278 \backslash
35279 reflectbox{contenido del cuadro}
35280 \begin_inset VSpace defskip
35281 \end_inset
35282
35283
35284 \end_layout
35285
35286 \begin_layout Standard
35287 El comando 
35288 \series bold
35289
35290 \backslash
35291 resizebox
35292 \series default
35293  sirve para redimensionar el marco a una altura y anchura definidas, según
35294  el esquema:
35295 \end_layout
35296
35297 \begin_layout Standard
35298
35299 \series bold
35300
35301 \backslash
35302 resizebox{anchura}{altura}{contenido del marco}
35303 \end_layout
35304
35305 \begin_layout Standard
35306 Si uno de los argumentos del comando es un signo de exclamación, 
35307 \series bold
35308 !
35309 \series default
35310 , la escala se hace de forma que se mantiene la relación de las dimensiones
35311  originales del contenido del marco.
35312  
35313 \end_layout
35314
35315 \begin_layout Standard
35316 El comando 
35317 \series bold
35318
35319 \backslash
35320 resizebox{2cm}{1cm}{Hola}
35321 \series default
35322  genera: 
35323 \begin_inset ERT
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327
35328
35329 \backslash
35330 resizebox{2cm}{1cm}{
35331 \end_layout
35332
35333 \end_inset
35334
35335 Hola
35336 \begin_inset ERT
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341 }
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \begin_inset Newline newline
35348 \end_inset
35349
35350 El comando 
35351 \series bold
35352
35353 \backslash
35354 resizebox{2cm}{!}{Hola}
35355 \series default
35356  genera: 
35357 \begin_inset ERT
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361
35362
35363 \backslash
35364 resizebox{2cm}{!}{
35365 \end_layout
35366
35367 \end_inset
35368
35369 Hola
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375 }
35376 \end_layout
35377
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \begin_layout Standard
35384 \begin_inset VSpace defskip
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391 \begin_inset Note Greyedout
35392 status open
35393
35394 \begin_layout Plain Layout
35395
35396 \series bold
35397 Nota: 
35398 \series default
35399 Si los argumentos de 
35400 \series bold
35401
35402 \backslash
35403 scalebox
35404 \series default
35405  o 
35406 \series bold
35407
35408 \backslash
35409 resizebox
35410 \series default
35411  son cero, no se generan errores de \SpecialChar LaTeX
35412  al exportar el documento, pero puede
35413  suceder que la salida no se muestre o que sea incompleta.
35414  
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \begin_inset VSpace defskip
35421 \end_inset
35422
35423
35424 \end_layout
35425
35426 \begin_layout Standard
35427 Los marcos se pueden combinar en cualquier orden.
35428  Por ejemplo, el comando
35429 \series bold
35430
35431 \begin_inset Newline newline
35432 \end_inset
35433
35434
35435 \backslash
35436 rotatebox[origin=c]{-45}{
35437 \backslash
35438 resizebox{2cm}{!}{
35439 \backslash
35440 reflectbox{Hola}}}
35441 \begin_inset Newline newline
35442 \end_inset
35443
35444
35445 \series default
35446 genera:
35447 \begin_inset Separator parbreak
35448 \end_inset
35449
35450
35451 \end_layout
35452
35453 \begin_layout Standard
35454 \noindent
35455 \align center
35456 \begin_inset ERT
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460
35461
35462 \backslash
35463 rotatebox[origin=c]{-45}{
35464 \backslash
35465 resizebox{2cm}{!}{
35466 \backslash
35467 reflectbox{
35468 \end_layout
35469
35470 \end_inset
35471
35472 Hola
35473 \begin_inset ERT
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477
35478 }}}
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 \noindent
35488 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35489 \begin_inset Separator parbreak
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Standard
35496 \align center
35497 \begin_inset ERT
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501
35502
35503 \backslash
35504 rotatebox[origin=c]{-30}{
35505 \backslash
35506 resizebox{2cm}{!}{
35507 \backslash
35508 reflectbox{
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \begin_inset Graphics
35515         filename ../clipart/platypus.eps
35516         lyxscale 50
35517         width 25col%
35518
35519 \end_inset
35520
35521
35522 \begin_inset ERT
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526
35527 }}}
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \begin_inset ERT
35534 status collapsed
35535
35536 \begin_layout Plain Layout
35537
35538
35539 \backslash
35540 rotatebox[origin=c]{-45}{
35541 \backslash
35542 resizebox{2cm}{!}{
35543 \backslash
35544 reflectbox{
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \begin_inset Tabular
35551 <lyxtabular version="3" rows="2" columns="2">
35552 <features tabularvalignment="middle">
35553 <column alignment="center" valignment="top">
35554 <column alignment="center" valignment="top">
35555 <row>
35556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 q
35561 \end_layout
35562
35563 \end_inset
35564 </cell>
35565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35566 \begin_inset Text
35567
35568 \begin_layout Plain Layout
35569 w
35570 \end_layout
35571
35572 \end_inset
35573 </cell>
35574 </row>
35575 <row>
35576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35577 \begin_inset Text
35578
35579 \begin_layout Plain Layout
35580 e
35581 \end_layout
35582
35583 \end_inset
35584 </cell>
35585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35586 \begin_inset Text
35587
35588 \begin_layout Plain Layout
35589 r
35590 \end_layout
35591
35592 \end_inset
35593 </cell>
35594 </row>
35595 </lyxtabular>
35596
35597 \end_inset
35598
35599
35600 \begin_inset ERT
35601 status collapsed
35602
35603 \begin_layout Plain Layout
35604
35605 }}}
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \begin_inset ERT
35612 status collapsed
35613
35614 \begin_layout Plain Layout
35615
35616
35617 \backslash
35618 rotatebox[origin=c]{-45}{
35619 \backslash
35620 resizebox{2cm}{!}{
35621 \backslash
35622 reflectbox{
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35629 \end_inset
35630
35631
35632 \begin_inset ERT
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636
35637 }}}
35638 \end_layout
35639
35640 \end_inset
35641
35642
35643 \begin_inset Index idx
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647 Figuras ! a escala
35648 \end_layout
35649
35650 \end_inset
35651
35652
35653 \begin_inset Index idx
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657 Cuadros ! a escala
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \begin_layout Standard
35666 Si se usa el estilo global 
35667 \series bold
35668 fleqn
35669 \series default
35670  para las ecuaciones del documento,
35671 \begin_inset Foot
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675 Si «fleqn» se añade a las opciones de clase del documento.
35676 \end_layout
35677
35678 \end_inset
35679
35680  también se puede variar la escala de las ecuaciones en estilo presentación.
35681 \end_layout
35682
35683 \begin_layout Chapter
35684 Objetos envueltos en texto
35685 \begin_inset Index idx
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 Envueltos en texto
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Section
35698 Flotantes envueltos
35699 \begin_inset CommandInset label
35700 LatexCommand label
35701 name "sec:Flotantes-envueltos"
35702
35703 \end_inset
35704
35705
35706 \begin_inset Index idx
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710 Flotantes ! Envueltos
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \begin_inset Index idx
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720 Envueltos en texto ! Flotantes
35721 \end_layout
35722
35723 \end_inset
35724
35725
35726 \end_layout
35727
35728 \begin_layout Standard
35729 \begin_inset Wrap figure
35730 lines 0
35731 placement l
35732 overhang 1cm
35733 width "40col%"
35734 status open
35735
35736 \begin_layout Plain Layout
35737 \begin_inset Graphics
35738         filename ../clipart/mobius.eps
35739         width 40col%
35740         rotateOrigin center
35741
35742 \end_inset
35743
35744
35745 \end_layout
35746
35747 \begin_layout Plain Layout
35748 \begin_inset Caption Standard
35749
35750 \begin_layout Plain Layout
35751 \begin_inset CommandInset label
35752 LatexCommand label
35753 name "fig:Envoltorio-de-figura"
35754
35755 \end_inset
35756
35757 Figura envuelta en el texto
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \end_inset
35766
35767  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35768  de modo que ocupe sólo una parte del ancho de columna.
35769  Se inserta con el menú 
35770 \family sans
35771 Insertar\SpecialChar menuseparator
35772 Flotante\SpecialChar menuseparator
35773 Figura
35774 \begin_inset space ~
35775 \end_inset
35776
35777 envuelta
35778 \family default
35779
35780 \begin_inset space \thinspace{}
35781 \end_inset
35782
35783 /
35784 \begin_inset space \thinspace{}
35785 \end_inset
35786
35787
35788 \family sans
35789 Cuadro
35790 \begin_inset space ~
35791 \end_inset
35792
35793 envuelto
35794 \family default
35795  si está instalado el paquete \SpecialChar LaTeX
35796  
35797 \series bold
35798 wrapfig
35799 \series default
35800
35801 \begin_inset Index idx
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805 \SpecialChar LaTeX
35806 -paquetes ! wrapfig
35807 \end_layout
35808
35809 \end_inset
35810
35811 .
35812 \begin_inset Foot
35813 status collapsed
35814
35815 \begin_layout Plain Layout
35816 La instalación de paquetes \SpecialChar LaTeX
35817  se explica en el manual 
35818 \emph on
35819 Configuración de \SpecialChar LaTeX
35820
35821 \emph default
35822 .
35823 \end_layout
35824
35825 \end_inset
35826
35827  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35828  con clic derecho sobre el cuadro del flotante.
35829  Son obligatorias la 
35830 \family sans
35831 Ubicación
35832 \family default
35833  y la 
35834 \family sans
35835 Anchura
35836 \family default
35837 .
35838  Son opcionales 
35839 \family sans
35840 Extensión al margen
35841 \family default
35842 , que especifica la anchura de invasión del margen, y 
35843 \family sans
35844 Extender
35845 \begin_inset space ~
35846 \end_inset
35847
35848 a
35849 \begin_inset space ~
35850 \end_inset
35851
35852 líneas
35853 \family default
35854 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
35855  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
35856  opción sólo si encuentras problemas en la colocación del flotante.
35857  Además puedes decidir si permitir que \SpecialChar LaTeX
35858  deje flotar el flotante dentro del
35859  párrafo o en los párrafos adyacentes.
35860  La figura
35861 \begin_inset space ~
35862 \end_inset
35863
35864
35865 \begin_inset CommandInset ref
35866 LatexCommand ref
35867 reference "fig:Envoltorio-de-figura"
35868
35869 \end_inset
35870
35871  es un ejemplo de envoltorio con una anchura de columna del 40
35872 \begin_inset space \thinspace{}
35873 \end_inset
35874
35875 %, ubicado a la izquierda y 1
35876 \begin_inset space \thinspace{}
35877 \end_inset
35878
35879 cm de invasión de margen.
35880 \end_layout
35881
35882 \begin_layout Standard
35883 \begin_inset Note Greyedout
35884 status open
35885
35886 \begin_layout Plain Layout
35887
35888 \series bold
35889 Nota:
35890 \series default
35891  ¡Los flotantes envueltos son frágiles! P.
35892 \begin_inset space \thinspace{}
35893 \end_inset
35894
35895 ej.
35896 \begin_inset space ~
35897 \end_inset
35898
35899 si una figura está demasiado cerca de la parte inferior de la página se
35900  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
35901  o situarse junto a otro texto.
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \end_layout
35908
35909 \begin_layout Standard
35910 En general:
35911 \end_layout
35912
35913 \begin_layout Itemize
35914 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
35915  salto de página.
35916  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
35917  esté casi listo y puedas prever los saltos de página.
35918 \end_layout
35919
35920 \begin_layout Itemize
35921 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
35922  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
35923 \end_layout
35924
35925 \begin_layout Itemize
35926 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
35927  que procura que haya un párrafo de texto entre ellos.
35928 \end_layout
35929
35930 \begin_layout Itemize
35931 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
35932 \end_layout
35933
35934 \begin_layout Itemize
35935 Su numeración y referencias funciona como se explica en el cap.
35936 \begin_inset space \thinspace{}
35937 \end_inset
35938
35939
35940 \begin_inset CommandInset ref
35941 LatexCommand ref
35942 reference "chap:Flotantes"
35943
35944 \end_inset
35945
35946 .
35947 \end_layout
35948
35949 \begin_layout Section
35950 Objetos fijos envueltos
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 Envueltos en texto ! Objetos fijos
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Standard
35964 Los flotantes envueltos, descritos en la sec.
35965 \begin_inset space \thinspace{}
35966 \end_inset
35967
35968
35969 \begin_inset CommandInset ref
35970 LatexCommand ref
35971 reference "sec:Flotantes-envueltos"
35972
35973 \end_inset
35974
35975  , tienen estas posiciones en el párrafo:
35976 \begin_inset Separator parbreak
35977 \end_inset
35978
35979
35980 \end_layout
35981
35982 \begin_layout Standard
35983 \noindent
35984 \align center
35985 \begin_inset Tabular
35986 <lyxtabular version="3" rows="2" columns="2">
35987 <features tabularvalignment="middle">
35988 <column alignment="center" valignment="top">
35989 <column alignment="center" valignment="top">
35990 <row>
35991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35992 \begin_inset Text
35993
35994 \begin_layout Plain Layout
35995 \begin_inset Graphics
35996         filename ../../images/dialog-show-new-inset_graphics.png
35997         scale 70
35998         scaleBeforeRotation
35999
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \end_inset
36006 </cell>
36007 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36008 \begin_inset Text
36009
36010 \begin_layout Plain Layout
36011 texto
36012 \end_layout
36013
36014 \end_inset
36015 </cell>
36016 </row>
36017 <row>
36018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36019 \begin_inset Text
36020
36021 \begin_layout Plain Layout
36022 texto
36023 \end_layout
36024
36025 \end_inset
36026 </cell>
36027 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031 texto
36032 \end_layout
36033
36034 \end_inset
36035 </cell>
36036 </row>
36037 </lyxtabular>
36038
36039 \end_inset
36040
36041  y 
36042 \begin_inset Tabular
36043 <lyxtabular version="3" rows="2" columns="2">
36044 <features tabularvalignment="middle">
36045 <column alignment="center" valignment="top">
36046 <column alignment="center" valignment="top">
36047 <row>
36048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052 texto
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36058 \begin_inset Text
36059
36060 \begin_layout Plain Layout
36061 \begin_inset Graphics
36062         filename ../../images/dialog-show-new-inset_graphics.png
36063         scale 70
36064         scaleBeforeRotation
36065
36066 \end_inset
36067
36068
36069 \end_layout
36070
36071 \end_inset
36072 </cell>
36073 </row>
36074 <row>
36075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Plain Layout
36079 texto
36080 \end_layout
36081
36082 \end_inset
36083 </cell>
36084 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36085 \begin_inset Text
36086
36087 \begin_layout Plain Layout
36088 texto
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 </row>
36094 </lyxtabular>
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \begin_layout Standard
36102 Para colocar un objeto exactamente en la posición en la que se inserta,
36103  por ejemplo una de estas:
36104 \begin_inset VSpace defskip
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 \noindent
36112 \align center
36113 \begin_inset Tabular
36114 <lyxtabular version="3" rows="2" columns="2">
36115 <features tabularvalignment="middle">
36116 <column alignment="center" valignment="top">
36117 <column alignment="center" valignment="top">
36118 <row>
36119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 texto
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36129 \begin_inset Text
36130
36131 \begin_layout Plain Layout
36132 texto
36133 \end_layout
36134
36135 \end_inset
36136 </cell>
36137 </row>
36138 <row>
36139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36140 \begin_inset Text
36141
36142 \begin_layout Plain Layout
36143 \begin_inset Graphics
36144         filename ../../images/dialog-show-new-inset_graphics.png
36145         scale 70
36146         scaleBeforeRotation
36147
36148 \end_inset
36149
36150
36151 \end_layout
36152
36153 \end_inset
36154 </cell>
36155 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 texto
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 </row>
36165 </lyxtabular>
36166
36167 \end_inset
36168
36169  
36170 \begin_inset Tabular
36171 <lyxtabular version="3" rows="2" columns="2">
36172 <features tabularvalignment="middle">
36173 <column alignment="center" valignment="top">
36174 <column alignment="center" valignment="top">
36175 <row>
36176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 texto
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36186 \begin_inset Text
36187
36188 \begin_layout Plain Layout
36189 texto
36190 \end_layout
36191
36192 \end_inset
36193 </cell>
36194 </row>
36195 <row>
36196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Plain Layout
36200 texto
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36206 \begin_inset Text
36207
36208 \begin_layout Plain Layout
36209 \begin_inset Graphics
36210         filename ../../images/dialog-show-new-inset_graphics.png
36211         scale 70
36212         scaleBeforeRotation
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 </row>
36222 </lyxtabular>
36223
36224 \end_inset
36225
36226  
36227 \begin_inset Tabular
36228 <lyxtabular version="3" rows="2" columns="3">
36229 <features tabularvalignment="middle">
36230 <column alignment="center" valignment="top">
36231 <column alignment="center" valignment="top">
36232 <column alignment="center" valignment="top">
36233 <row>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238 texto
36239 \end_layout
36240
36241 \end_inset
36242 </cell>
36243 <cell alignment="center" valignment="top" topline="true" usebox="none">
36244 \begin_inset Text
36245
36246 \begin_layout Plain Layout
36247 \begin_inset Graphics
36248         filename ../../images/dialog-show-new-inset_graphics.png
36249         scale 70
36250         scaleBeforeRotation
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263 texto
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 </row>
36269 <row>
36270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274 texto
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36280 \begin_inset Text
36281
36282 \begin_layout Plain Layout
36283 texto
36284 \end_layout
36285
36286 \end_inset
36287 </cell>
36288 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36289 \begin_inset Text
36290
36291 \begin_layout Plain Layout
36292 texto
36293 \end_layout
36294
36295 \end_inset
36296 </cell>
36297 </row>
36298 </lyxtabular>
36299
36300 \end_inset
36301
36302  
36303 \begin_inset Tabular
36304 <lyxtabular version="3" rows="2" columns="3">
36305 <features tabularvalignment="middle">
36306 <column alignment="center" valignment="top">
36307 <column alignment="center" valignment="top">
36308 <column alignment="center" valignment="top">
36309 <row>
36310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36311 \begin_inset Text
36312
36313 \begin_layout Plain Layout
36314 texto
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 <cell alignment="center" valignment="top" topline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323 texto
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 texto
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 </row>
36338 <row>
36339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36340 \begin_inset Text
36341
36342 \begin_layout Plain Layout
36343 texto
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36349 \begin_inset Text
36350
36351 \begin_layout Plain Layout
36352 \begin_inset Graphics
36353         filename ../../images/dialog-show-new-inset_graphics.png
36354         scale 70
36355         scaleBeforeRotation
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368 texto
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 </row>
36374 </lyxtabular>
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Standard
36382 \noindent
36383 \align center
36384 \begin_inset Tabular
36385 <lyxtabular version="3" rows="3" columns="2">
36386 <features tabularvalignment="middle">
36387 <column alignment="center" valignment="top">
36388 <column alignment="center" valignment="top">
36389 <row>
36390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36391 \begin_inset Text
36392
36393 \begin_layout Plain Layout
36394 texto
36395 \end_layout
36396
36397 \end_inset
36398 </cell>
36399 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36400 \begin_inset Text
36401
36402 \begin_layout Plain Layout
36403 texto
36404 \end_layout
36405
36406 \end_inset
36407 </cell>
36408 </row>
36409 <row>
36410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36411 \begin_inset Text
36412
36413 \begin_layout Plain Layout
36414 \begin_inset Graphics
36415         filename ../../images/dialog-show-new-inset_graphics.png
36416         scale 70
36417         scaleBeforeRotation
36418
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \end_inset
36425 </cell>
36426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36427 \begin_inset Text
36428
36429 \begin_layout Plain Layout
36430 texto
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 </row>
36436 <row>
36437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36438 \begin_inset Text
36439
36440 \begin_layout Plain Layout
36441 texto
36442 \end_layout
36443
36444 \end_inset
36445 </cell>
36446 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36447 \begin_inset Text
36448
36449 \begin_layout Plain Layout
36450 texto
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 </row>
36456 </lyxtabular>
36457
36458 \end_inset
36459
36460  
36461 \begin_inset Tabular
36462 <lyxtabular version="3" rows="3" columns="3">
36463 <features tabularvalignment="middle">
36464 <column alignment="center" valignment="top">
36465 <column alignment="center" valignment="top">
36466 <column alignment="center" valignment="top">
36467 <row>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472 texto
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 <cell alignment="center" valignment="top" topline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Plain Layout
36481 texto
36482 \end_layout
36483
36484 \end_inset
36485 </cell>
36486 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36487 \begin_inset Text
36488
36489 \begin_layout Plain Layout
36490 texto
36491 \end_layout
36492
36493 \end_inset
36494 </cell>
36495 </row>
36496 <row>
36497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36498 \begin_inset Text
36499
36500 \begin_layout Plain Layout
36501 texto
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 <cell alignment="center" valignment="top" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510 \begin_inset Graphics
36511         filename ../../images/dialog-show-new-inset_graphics.png
36512         scale 70
36513         scaleBeforeRotation
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \end_inset
36521 </cell>
36522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36523 \begin_inset Text
36524
36525 \begin_layout Plain Layout
36526 texto
36527 \end_layout
36528
36529 \end_inset
36530 </cell>
36531 </row>
36532 <row>
36533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36534 \begin_inset Text
36535
36536 \begin_layout Plain Layout
36537 texto
36538 \end_layout
36539
36540 \end_inset
36541 </cell>
36542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36543 \begin_inset Text
36544
36545 \begin_layout Plain Layout
36546 texto
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555 texto
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 </row>
36561 </lyxtabular>
36562
36563 \end_inset
36564
36565  
36566 \begin_inset Tabular
36567 <lyxtabular version="3" rows="3" columns="2">
36568 <features tabularvalignment="middle">
36569 <column alignment="center" valignment="top">
36570 <column alignment="center" valignment="top">
36571 <row>
36572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36573 \begin_inset Text
36574
36575 \begin_layout Plain Layout
36576 texto
36577 \end_layout
36578
36579 \end_inset
36580 </cell>
36581 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36582 \begin_inset Text
36583
36584 \begin_layout Plain Layout
36585 texto
36586 \end_layout
36587
36588 \end_inset
36589 </cell>
36590 </row>
36591 <row>
36592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596 texto
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605 \begin_inset Graphics
36606         filename ../../images/dialog-show-new-inset_graphics.png
36607         scale 70
36608         scaleBeforeRotation
36609
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 </row>
36618 <row>
36619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36620 \begin_inset Text
36621
36622 \begin_layout Plain Layout
36623 texto
36624 \end_layout
36625
36626 \end_inset
36627 </cell>
36628 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632 texto
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 </row>
36638 </lyxtabular>
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Standard
36646 \noindent
36647 puedes usar el paquete \SpecialChar LaTeX
36648  
36649 \series bold
36650 picinpar
36651 \series default
36652
36653 \begin_inset Index idx
36654 status collapsed
36655
36656 \begin_layout Plain Layout
36657 \SpecialChar LaTeX
36658 -paquetes ! picinpar
36659 \end_layout
36660
36661 \end_inset
36662
36663 .
36664  Aquí hay un ejemplo:
36665 \end_layout
36666
36667 \begin_layout Standard
36668 \begin_inset ERT
36669 status collapsed
36670
36671 \begin_layout Plain Layout
36672
36673
36674 \backslash
36675 ifpicinpar
36676 \end_layout
36677
36678 \end_inset
36679
36680
36681 \begin_inset Note Note
36682 status open
36683
36684 \begin_layout Plain Layout
36685 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36686  \SpecialChar LaTeX
36687  
36688 \series bold
36689 picinpar
36690 \series default
36691 .
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \end_layout
36698
36699 \begin_layout Standard
36700 \begin_inset ERT
36701 status collapsed
36702
36703 \begin_layout Plain Layout
36704
36705
36706 \backslash
36707 begin{window}[2,c,{
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \begin_inset Graphics
36714         filename ../clipart/mobius.eps
36715         lyxscale 60
36716         width 40col%
36717         scaleBeforeRotation
36718         rotateOrigin center
36719
36720 \end_inset
36721
36722
36723 \begin_inset ERT
36724 status collapsed
36725
36726 \begin_layout Plain Layout
36727
36728 },]
36729 \end_layout
36730
36731 \begin_layout Plain Layout
36732
36733 {}
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \size small
36740 \lang english
36741 It was in the spring of the year 1894 that all London was interested, and
36742  the fashionable world dismayed, by the murder of the Honourable Ronald
36743  Adair under most unusual and inexplicable circumstances.
36744  The public has already learned those particulars of the crime which
36745 \size default
36746
36747 \begin_inset ERT
36748 status collapsed
36749
36750 \begin_layout Plain Layout
36751
36752
36753 \backslash
36754 footnotemark{}
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \size small
36761  came out in the police investigation, but a good deal was suppressed upon
36762  that occasion, since the case for the prosecution was so overwhelmingly
36763  strong that it was not necessary to bring forward all the facts.
36764  Only now, at the end of nearly ten years, am I allowed to supply those
36765  missing links which make up the whole of that remarkable chain
36766 \lang spanish
36767 .
36768 \size default
36769
36770 \begin_inset ERT
36771 status collapsed
36772
36773 \begin_layout Plain Layout
36774
36775
36776 \backslash
36777 end{window}
36778 \end_layout
36779
36780 \end_inset
36781
36782
36783 \end_layout
36784
36785 \begin_layout Standard
36786 \begin_inset ERT
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790
36791
36792 \backslash
36793 footnotetext{
36794 \end_layout
36795
36796 \end_inset
36797
36798 Nota al pie del párrafo con el objeto fijo
36799 \begin_inset ERT
36800 status collapsed
36801
36802 \begin_layout Plain Layout
36803
36804 }
36805 \end_layout
36806
36807 \end_inset
36808
36809
36810 \end_layout
36811
36812 \begin_layout Standard
36813 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36814  donde la posición del objeto en el párrafo se puede determinar por el número
36815  de líneas sobre él.
36816  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36817 \end_layout
36818
36819 \begin_layout Standard
36820 Un objeto fijo se inserta añadiendo el comando
36821 \end_layout
36822
36823 \begin_layout Standard
36824
36825 \series bold
36826
36827 \backslash
36828 begin{window}[2,c,{
36829 \end_layout
36830
36831 \begin_layout Standard
36832 en código \SpecialChar TeX
36833  al principio del párrafo.
36834  El primer parámetro en el corchete, aquí '2', define el número de líneas
36835  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
36836  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
36837  Tras el comando se inserta el objeto.
36838  En este ejemplo se ha insertado una imagen con una anchura del 40
36839 \begin_inset space \thinspace{}
36840 \end_inset
36841
36842 % de la anchura de la columna de texto.
36843  El objeto también puede ser un cuadro, un marco o una ecuación.
36844  Detrás del objeto se inserta el comando
36845 \end_layout
36846
36847 \begin_layout Standard
36848
36849 \series bold
36850 },texto de la descripción]
36851 \begin_inset Newline newline
36852 \end_inset
36853
36854 {}
36855 \end_layout
36856
36857 \begin_layout Standard
36858 Ten en cuenta que 
36859 \begin_inset Quotes eld
36860 \end_inset
36861
36862
36863 \series bold
36864 {}
36865 \series default
36866
36867 \begin_inset Quotes erd
36868 \end_inset
36869
36870  está en la segunda línea.
36871  El texto de la descripción es opcional.
36872  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
36873  debe empezar inmediatamente después de 
36874 \series bold
36875 {}
36876 \series default
36877 .
36878  Al final del párrafo inserta el comando:
36879 \end_layout
36880
36881 \begin_layout Standard
36882
36883 \series bold
36884
36885 \backslash
36886 end{window}
36887 \end_layout
36888
36889 \begin_layout Standard
36890 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
36891  de la manera habitual.
36892  Hay que usar el comando 
36893 \series bold
36894
36895 \backslash
36896 footnotemark
36897 \series default
36898  dentro del párrafo y fuera del comando 
36899 \series bold
36900
36901 \backslash
36902 footnotetext
36903 \series default
36904 , como se describe en la sec.
36905 \begin_inset space \thinspace{}
36906 \end_inset
36907
36908
36909 \begin_inset CommandInset ref
36910 LatexCommand ref
36911 reference "sec:Notas-al-pie"
36912
36913 \end_inset
36914
36915 .
36916 \end_layout
36917
36918 \begin_layout Standard
36919 \begin_inset ERT
36920 status collapsed
36921
36922 \begin_layout Plain Layout
36923
36924
36925 \backslash
36926 else
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \begin_inset Note Note
36933 status open
36934
36935 \begin_layout Plain Layout
36936 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
36937  
36938 \series bold
36939 picinpar
36940 \series default
36941 .
36942 \end_layout
36943
36944 \end_inset
36945
36946
36947 \end_layout
36948
36949 \begin_layout Standard
36950 Debes instalar el paquete \SpecialChar LaTeX
36951  
36952 \series bold
36953 picinpar
36954 \series default
36955  para ver la parte siguiente en la salida.
36956 \end_layout
36957
36958 \begin_layout Standard
36959 \begin_inset ERT
36960 status collapsed
36961
36962 \begin_layout Plain Layout
36963
36964
36965 \backslash
36966 fi
36967 \end_layout
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Section
36975 Letras capitales
36976 \begin_inset Index idx
36977 status collapsed
36978
36979 \begin_layout Plain Layout
36980 Letras capitales
36981 \end_layout
36982
36983 \end_inset
36984
36985
36986 \begin_inset Index idx
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990 Envueltos en texto ! Letras capitales
36991 \end_layout
36992
36993 \end_inset
36994
36995
36996 \end_layout
36997
36998 \begin_layout Standard
36999 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
37000
37001 \series bold
37002  lettrine
37003 \series default
37004
37005 \begin_inset Index idx
37006 status collapsed
37007
37008 \begin_layout Plain Layout
37009 \SpecialChar LaTeX
37010 -paquetes ! lettrine
37011 \end_layout
37012
37013 \end_inset
37014
37015  y habilitar el uso del módulo 
37016 \family sans
37017 Capitales
37018 \family default
37019  en el documento (menú 
37020 \family sans
37021 Documento\SpecialChar menuseparator
37022 Configuración\SpecialChar menuseparator
37023 Módulos
37024 \family default
37025 ).
37026  Para insertar una letra capital, usa el estilo 
37027 \family sans
37028 Capital
37029 \family default
37030 .
37031  Este estilo tiene un argumento obligatorio y dos opcionales.
37032  Los argumentos se insertan mediante el menú 
37033 \family sans
37034 Insertar
37035 \family default
37036 .
37037  El argumento obligatorio 
37038 \family sans
37039 \lang english
37040 Initial
37041 \family default
37042 \lang spanish
37043  contiene 
37044 \lang english
37045 the letter(s) that is the initial, the argument 
37046 \family sans
37047 Rest
37048 \begin_inset space ~
37049 \end_inset
37050
37051 of
37052 \begin_inset space ~
37053 \end_inset
37054
37055 Initial
37056 \family default
37057  contains the rest of the word or text of the initial letter(s)
37058 \lang spanish
37059 .
37060  El argumento 
37061 \family sans
37062 \lang english
37063 Options
37064 \family default
37065 \lang spanish
37066  contiene parámetros para modificar la letra capital.
37067  Véase la documentación de 
37068 \series bold
37069 lettrine
37070 \series default
37071
37072 \begin_inset CommandInset citation
37073 LatexCommand cite
37074 key "lettrine"
37075
37076 \end_inset
37077
37078 , para más información sobre los parámetros disponibles.
37079  El estilo contiene el texto que rodeará a la capital.
37080  De esta forma, el estilo habitual es que la palabra cuya primera letra
37081  es la capital se imprima en 
37082 \noun on
37083 versalitas
37084 \noun default
37085 .
37086 \end_layout
37087
37088 \begin_layout Standard
37089 Aquí hay algumos ejemplos:
37090 \end_layout
37091
37092 \begin_layout Standard
37093 \begin_inset ERT
37094 status collapsed
37095
37096 \begin_layout Plain Layout
37097
37098
37099 \backslash
37100 iflettrine
37101 \end_layout
37102
37103 \end_inset
37104
37105
37106 \begin_inset Note Note
37107 status open
37108
37109 \begin_layout Plain Layout
37110 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
37111  \SpecialChar LaTeX
37112  
37113 \series bold
37114 lettrine
37115 \series default
37116 .
37117 \end_layout
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \begin_layout Enumerate
37125 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
37126  
37127 \begin_inset Formula $\mathfrak{Fraktur}$
37128 \end_inset
37129
37130 :
37131 \begin_inset Separator parbreak
37132 \end_inset
37133
37134
37135 \end_layout
37136
37137 \begin_deeper
37138 \begin_layout Initial
37139 \begin_inset Argument 2
37140 status open
37141
37142 \begin_layout Plain Layout
37143 \begin_inset Formula $\mathfrak{I}$
37144 \end_inset
37145
37146
37147 \end_layout
37148
37149 \end_inset
37150
37151
37152 \begin_inset Argument 3
37153 status open
37154
37155 \begin_layout Plain Layout
37156 t
37157 \end_layout
37158
37159 \end_inset
37160
37161  
37162 \lang english
37163 was in the spring of the year 1894 that all London was interested, and the
37164  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37165  under most unusual and inexplicable circumstances.
37166  The public has already learned those particulars of the crime which came
37167  out in the police investigation, but a good deal was suppressed upon that
37168  occasion, since the case for the prosecution was so overwhelmingly strong
37169  that it was not necessary to bring forward all the facts.
37170 \lang spanish
37171
37172 \begin_inset Newpage newpage
37173 \end_inset
37174
37175
37176 \end_layout
37177
37178 \end_deeper
37179 \begin_layout Enumerate
37180 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
37181  y no se imprime nada en versalitas:
37182 \begin_inset Separator parbreak
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \begin_deeper
37189 \begin_layout Initial
37190 \begin_inset Argument 1
37191 status open
37192
37193 \begin_layout Plain Layout
37194 lines=1
37195 \end_layout
37196
37197 \end_inset
37198
37199
37200 \begin_inset Argument 2
37201 status open
37202
37203 \begin_layout Plain Layout
37204 It
37205 \end_layout
37206
37207 \end_inset
37208
37209  
37210 \lang english
37211 was in the spring of the year 1894 that all London was interested, and the
37212  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37213  under most unusual and inexplicable circumstances.
37214  The public has already learned those particulars of the crime which came
37215  out in the police investigation, but a good deal was suppressed upon that
37216  occasion, since the case for the prosecution was so overwhelmingly strong
37217  that it was not necessary to bring forward all the facts.
37218 \end_layout
37219
37220 \end_deeper
37221 \begin_layout Enumerate
37222 Magenta, capital colgada sobre tres líneas en tipografía matemática
37223 \begin_inset Newline newline
37224 \end_inset
37225
37226
37227 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37228 \end_inset
37229
37230 , el texto 
37231 \begin_inset Quotes eld
37232 \end_inset
37233
37234 t was in the spring
37235 \begin_inset Quotes erd
37236 \end_inset
37237
37238  en 
37239 \noun on
37240 versalitas
37241 \noun default
37242 ; para colorear la capital, debes insertar este comando delante de ella:
37243 \begin_inset Newline newline
37244 \end_inset
37245
37246
37247 \series bold
37248
37249 \backslash
37250 renewcommand{
37251 \backslash
37252 LettrineFontHook}{
37253 \backslash
37254 color{color}}
37255 \series default
37256
37257 \begin_inset Newline newline
37258 \end_inset
37259
37260 donde el segundo 
37261 \emph on
37262 color
37263 \emph default
37264  puede ser 
37265 \begin_inset Quotes eld
37266 \end_inset
37267
37268 red
37269 \begin_inset Quotes erd
37270 \end_inset
37271
37272
37273 \begin_inset Quotes eld
37274 \end_inset
37275
37276 blue
37277 \begin_inset Quotes erd
37278 \end_inset
37279
37280
37281 \begin_inset Quotes eld
37282 \end_inset
37283
37284 green
37285 \begin_inset Quotes erd
37286 \end_inset
37287
37288
37289 \begin_inset Quotes eld
37290 \end_inset
37291
37292 yellow
37293 \begin_inset Quotes erd
37294 \end_inset
37295
37296
37297 \begin_inset Quotes eld
37298 \end_inset
37299
37300 cyan
37301 \begin_inset Quotes erd
37302 \end_inset
37303
37304
37305 \begin_inset Quotes eld
37306 \end_inset
37307
37308 magenta
37309 \begin_inset Quotes erd
37310 \end_inset
37311
37312
37313 \begin_inset Quotes eld
37314 \end_inset
37315
37316 black
37317 \begin_inset Quotes erd
37318 \end_inset
37319
37320  o 
37321 \begin_inset Quotes eld
37322 \end_inset
37323
37324 white
37325 \begin_inset Quotes erd
37326 \end_inset
37327
37328 , y añade este comando al preámbulo del documento:
37329 \begin_inset Newline newline
37330 \end_inset
37331
37332
37333 \series bold
37334
37335 \backslash
37336 @ifundefined{textcolor}
37337 \begin_inset Newline newline
37338 \end_inset
37339
37340
37341 \begin_inset space ~
37342 \end_inset
37343
37344 {
37345 \backslash
37346 usepackage{color}}{}
37347 \series default
37348
37349 \begin_inset Separator parbreak
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_deeper
37356 \begin_layout Standard
37357 \begin_inset ERT
37358 status collapsed
37359
37360 \begin_layout Plain Layout
37361
37362
37363 \backslash
37364 renewcommand{
37365 \backslash
37366 LettrineFontHook}{
37367 \backslash
37368 color{magenta}}
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \begin_inset Note Note
37375 status open
37376
37377 \begin_layout Plain Layout
37378 pone la capital en magenta
37379 \end_layout
37380
37381 \end_inset
37382
37383
37384 \end_layout
37385
37386 \begin_layout Initial
37387 \begin_inset Argument 1
37388 status open
37389
37390 \begin_layout Plain Layout
37391 lines=3, lhang=0.33, loversize=0.25
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \begin_inset Argument 2
37398 status open
37399
37400 \begin_layout Plain Layout
37401 \begin_inset Formula $\mathcal{I}$
37402 \end_inset
37403
37404
37405 \end_layout
37406
37407 \end_inset
37408
37409
37410 \begin_inset Argument 3
37411 status open
37412
37413 \begin_layout Plain Layout
37414
37415 \lang english
37416 t was in the spring
37417 \end_layout
37418
37419 \end_inset
37420
37421  
37422 \lang english
37423 of the year 1894 that all London was interested, and the fashionable world
37424  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37425  and inexplicable circumstances.
37426  The public has already learned those particulars of the crime which came
37427  out in the police investigation, but a good deal was suppressed upon that
37428  occasion, since the case for the prosecution was so overwhelmingly strong
37429  that it was not necessary to bring forward all the facts.
37430 \end_layout
37431
37432 \end_deeper
37433 \begin_layout Standard
37434 \begin_inset ERT
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438
37439
37440 \backslash
37441 else
37442 \end_layout
37443
37444 \end_inset
37445
37446
37447 \begin_inset Note Note
37448 status open
37449
37450 \begin_layout Plain Layout
37451 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
37452  
37453 \series bold
37454 lettrine
37455 \series default
37456 .
37457 \end_layout
37458
37459 \end_inset
37460
37461
37462 \end_layout
37463
37464 \begin_layout Standard
37465 Debes instalar el paquete \SpecialChar LaTeX
37466  
37467 \series bold
37468 lettrine
37469 \series default
37470  para ver la parte siguiente en la salida.
37471 \end_layout
37472
37473 \begin_layout Standard
37474 \begin_inset ERT
37475 status collapsed
37476
37477 \begin_layout Plain Layout
37478
37479
37480 \backslash
37481 fi
37482 \end_layout
37483
37484 \end_inset
37485
37486
37487 \end_layout
37488
37489 \begin_layout Chapter
37490 Archivos externos
37491 \begin_inset Index idx
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495 Archivos externos
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \end_layout
37502
37503 \begin_layout Standard
37504 Con el menú 
37505 \family sans
37506 Insertar\SpecialChar menuseparator
37507 Archivo 
37508 \family default
37509 se pueden insertar archivos externos en un documento.
37510  Estos pueden ser:
37511 \end_layout
37512
37513 \begin_layout Description
37514 Documento
37515 \begin_inset space ~
37516 \end_inset
37517
37518 \SpecialChar LyX
37519  Otro documento \SpecialChar LyX
37520 ; su contenido se inserta directamente en tu documento.
37521 \end_layout
37522
37523 \begin_layout Description
37524 Texto
37525 \begin_inset space ~
37526 \end_inset
37527
37528 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37529  como párrafo propio.
37530 \end_layout
37531
37532 \begin_layout Description
37533 Texto
37534 \begin_inset space ~
37535 \end_inset
37536
37537 simple,
37538 \begin_inset space ~
37539 \end_inset
37540
37541 unir
37542 \begin_inset space ~
37543 \end_inset
37544
37545 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37546  Las líneas vacías generan un nuevo párrafo en tu documento.
37547 \end_layout
37548
37549 \begin_layout Description
37550 Material
37551 \begin_inset space ~
37552 \end_inset
37553
37554 externo Archivos en diversos formatos.
37555 \end_layout
37556
37557 \begin_layout Description
37558 Documento
37559 \begin_inset space ~
37560 \end_inset
37561
37562 hijo Documentos \SpecialChar LyX
37563 , \SpecialChar LaTeX
37564  o texto simple.
37565 \end_layout
37566
37567 \begin_layout Section
37568 Material externo
37569 \begin_inset Index idx
37570 status collapsed
37571
37572 \begin_layout Plain Layout
37573 Material externo
37574 \end_layout
37575
37576 \end_inset
37577
37578
37579 \end_layout
37580
37581 \begin_layout Standard
37582 Esta característica te permite insertar archivos en tu documento sin convertirlo
37583 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
37584  se ocupa de las
37585  necesarias conversiones.
37586  Esto es parecido a la inserción de imágenes en diversos formatos en los
37587  documentos \SpecialChar LyX
37588 .
37589  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
37590 ,
37591  en 
37592 \family sans
37593 Apariencia
37594 \family default
37595 \SpecialChar menuseparator
37596 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37597  en \SpecialChar LyX
37598 .
37599 \end_layout
37600
37601 \begin_layout Standard
37602 El material externo se puede insertar mediante el diálogo que surge a partir
37603  del menú 
37604 \family sans
37605 Insertar\SpecialChar menuseparator
37606 Archivo\SpecialChar menuseparator
37607 Material
37608 \begin_inset space ~
37609 \end_inset
37610
37611 externo
37612 \family default
37613 .
37614  Actualmente se permiten los siguientes tipos de archivo (
37615 \family sans
37616 Plantillas
37617 \family default
37618 ):
37619 \end_layout
37620
37621 \begin_layout Description
37622 Diagrama
37623 \begin_inset space ~
37624 \end_inset
37625
37626 de
37627 \begin_inset space ~
37628 \end_inset
37629
37630 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37631  con el programa 
37632 \series bold
37633
37634 \begin_inset CommandInset href
37635 LatexCommand href
37636 name "XBoard"
37637 target "http://es.wikipedia.org/wiki/XBoard"
37638
37639 \end_inset
37640
37641
37642 \series default
37643 .
37644 \end_layout
37645
37646 \begin_layout Description
37647 Dia Esta plantilla soporta diagramas creados con el programa 
37648 \series bold
37649
37650 \begin_inset CommandInset href
37651 LatexCommand href
37652 name "Dia"
37653 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37654
37655 \end_inset
37656
37657
37658 \series default
37659 .
37660 \end_layout
37661
37662 \begin_layout Description
37663 Hoja
37664 \begin_inset space ~
37665 \end_inset
37666
37667 de
37668 \begin_inset space ~
37669 \end_inset
37670
37671 cálculo
37672 \begin_inset space ~
37673 \end_inset
37674
37675 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37676  formatos 
37677 \series bold
37678
37679 \begin_inset CommandInset href
37680 LatexCommand href
37681 name "Gnumeric"
37682 target "http://es.wikipedia.org/wiki/Gnumeric"
37683
37684 \end_inset
37685
37686
37687 \series default
37688
37689 \begin_inset CommandInset href
37690 LatexCommand href
37691 name "OpenDocument"
37692 target "http://es.wikipedia.org/wiki/OpenDocument"
37693
37694 \end_inset
37695
37696
37697 \begin_inset CommandInset href
37698 LatexCommand href
37699 name "Microsoft Office XML"
37700 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37701
37702 \end_inset
37703
37704  y 
37705 \begin_inset CommandInset href
37706 LatexCommand href
37707 name "Office Open XML"
37708 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37709
37710 \end_inset
37711
37712 .
37713  Para que esto funcione \SpecialChar LyX
37714  debe haber encontrado el programa 
37715 \family typewriter
37716 ssconvert
37717 \family default
37718  durante su configuración.
37719  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37720  las tablas no estén en el formato de Gnumeric.
37721  Echa un vistazo al archivo de ejemplo 
37722 \emph on
37723 spreadsheet.lyx
37724 \emph default
37725  para ver ejemplos de uso y posibles limitaciones.
37726 \end_layout
37727
37728 \begin_layout Description
37729 Fecha Esta inserta la fecha en el formato 
37730 \emph on
37731 Día-Mes-Año.
37732
37733 \emph default
37734  A continuación hay una fecha insertada como material externo: 
37735 \begin_inset External
37736         template Date
37737         filename es
37738
37739 \end_inset
37740
37741
37742 \begin_inset space ~
37743 \end_inset
37744
37745
37746 \begin_inset Note Note
37747 status collapsed
37748
37749 \begin_layout Plain Layout
37750 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37751 \end_layout
37752
37753 \end_inset
37754
37755
37756 \begin_inset Newline newline
37757 \end_inset
37758
37759 La fecha no se muestra en \SpecialChar LyX
37760 , sólo en la salida.
37761  Hay otros dos métodos de insertar una fecha, con el menú 
37762 \family sans
37763 Insertar\SpecialChar menuseparator
37764 Fecha
37765 \family default
37766  y con el comando \SpecialChar LaTeX
37767  
37768 \series bold
37769
37770 \backslash
37771 today
37772 \series default
37773  en código \SpecialChar TeX
37774 .
37775  Los distintos métodos se comparan en el cuadro
37776 \begin_inset space ~
37777 \end_inset
37778
37779
37780 \begin_inset CommandInset ref
37781 LatexCommand ref
37782 reference "tab:Comparación-de"
37783
37784 \end_inset
37785
37786 .
37787 \end_layout
37788
37789 \begin_layout Description
37790 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37791 \begin_inset Newline linebreak
37792 \end_inset
37793
37794
37795 \series bold
37796
37797 \begin_inset CommandInset href
37798 LatexCommand href
37799 name "LilyPond"
37800 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37801
37802 \end_inset
37803
37804
37805 \series default
37806 .
37807  Echa un vistazo al archivo de ejemplo
37808 \emph on
37809  lilypond.lyx
37810 \emph default
37811  para más información sobre el soporte de \SpecialChar LyX
37812  a LilyPond.
37813 \end_layout
37814
37815 \begin_layout Description
37816 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37817  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37818  la opción 
37819 \series bold
37820 pages
37821 \series default
37822  en el campo 
37823 \family sans
37824 Opción
37825 \family default
37826  de la pestaña 
37827 \family sans
37828 Opciones de \SpecialChar LaTeX
37829  y \SpecialChar LyX
37830
37831 \family default
37832 .
37833  El argumento de esta opción es una lista separada con comas que contiene
37834  números de páginas (opción 
37835 \series bold
37836 pages={3,5,6,8}
37837 \series default
37838 ), rangos de números de páginas (
37839 \series bold
37840 pages={4-9}
37841 \series default
37842 ) o cualquier combinación.
37843  Para insertar páginas vacías usa {}.
37844  Por ej.,
37845 \begin_inset space ~
37846 \end_inset
37847
37848
37849 \series bold
37850 pages={3,{},8-11,15}
37851 \series default
37852  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
37853  Los rangos de páginas se especifican según el esquema 
37854 \emph on
37855 inicial
37856 \emph default
37857 -
37858 \emph on
37859 final.
37860
37861 \emph default
37862  Así se seleccionan todas las páginas desde 
37863 \emph on
37864 inicial
37865 \emph default
37866  a 
37867 \emph on
37868 final
37869 \emph default
37870 .
37871  Si se omite 
37872 \emph on
37873 inicial
37874 \emph default
37875  comienza en la primera página; si se omite 
37876 \emph on
37877 final
37878 \emph default
37879  termina en la última.
37880  La última página también se puede seleccionar con la clave 
37881 \series bold
37882 last
37883 \series default
37884 .
37885  (Solo está permitido en rangos de páginas).
37886  Así, 
37887 \series bold
37888 pages=-
37889 \series default
37890  insertará todas las páginas del documento y 
37891 \series bold
37892 pages=last-1
37893 \series default
37894  insertará todas las páginas en orden inverso.
37895  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
37896 \begin_inset Newline newline
37897 \end_inset
37898
37899 La opción 
37900 \series bold
37901 noautoscale
37902 \series default
37903  inserta las páginas a tamaño original; si esta opción no se especifica,
37904  el tamaño de las páginas se adaptará a la anchura de página del documento.
37905  En la pestaña 
37906 \family sans
37907 Tamaño y rotación
37908 \family default
37909  se puede especificar la anchura, la altura y la rotación de las páginas
37910  introducidas.
37911  Si se usa una anchura distinta de 100
37912 \begin_inset space \thinspace{}
37913 \end_inset
37914
37915 % Escala, la opción 
37916 \series bold
37917 noautoscale
37918 \series default
37919  será ignorada.
37920  Para más información y otras opciones posibles, consulta la documentación
37921  del paquete \SpecialChar LaTeX
37922  
37923 \series bold
37924 pdfpages
37925 \series default
37926  
37927 \begin_inset CommandInset citation
37928 LatexCommand cite
37929 key "pdfpages"
37930
37931 \end_inset
37932
37933 .
37934 \begin_inset Index idx
37935 status collapsed
37936
37937 \begin_layout Plain Layout
37938 \SpecialChar LaTeX
37939 -paquetes ! pdfpages
37940 \end_layout
37941
37942 \end_inset
37943
37944
37945 \begin_inset Newline newline
37946 \end_inset
37947
37948 Para usar esta plantilla en una presentación 
37949 \family sans
37950 Beamer
37951 \family default
37952 , hay que insertar primero un entorno 
37953 \family sans
37954 Fin de fotograma
37955 \family default
37956  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
37957  con el comando 
37958 \series bold
37959
37960 \backslash
37961 setbeamertemplate{background canvas}{}
37962 \series default
37963 .
37964  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
37965  como quieras.
37966  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
37967  comenzando una nueva diapositiva o una nueva sección.
37968  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
37969  usar alineación 
37970 \family sans
37971 Predeterminada
37972 \family default
37973  para el párrafo que contiene la plantilla.
37974 \begin_inset Newline newline
37975 \end_inset
37976
37977 Un PDF incluido girado -5°: 
37978 \begin_inset External
37979         template PDFPages
37980         filename ../clipart/Abstract.pdf
37981         extra LaTeX "noautoscale, pages=-"
37982         rotateAngle -5
37983         rotateOrigin bottomleft
37984
37985 \end_inset
37986
37987
37988 \end_layout
37989
37990 \begin_layout Description
37991 RasterImage Sirve para insertar imágenes bitmap.
37992  Las imágenes se pueden tratar en el diálogo 
37993 \family sans
37994 Material Externo
37995 \family default
37996  como las que habitualmente se incluyen mediante el diálogo 
37997 \family sans
37998 Gráficos
37999 \family default
38000 , tal como se explica en la sección
38001 \begin_inset space ~
38002 \end_inset
38003
38004
38005 \begin_inset CommandInset ref
38006 LatexCommand ref
38007 reference "sec:Diálogo-Gráficos"
38008
38009 \end_inset
38010
38011 .
38012  La diferencia con la inserción normal es que sólo se permiten imágenes
38013  bitmap, por tanto las imágenes PDF y EPS no están soportadas.
38014  Aquí se ha insertado una imagen 
38015 \emph on
38016 raster
38017 \emph default
38018
38019 \begin_inset External
38020         template RasterImage
38021         filename ../clipart/ToolbarEnvBox.png
38022
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \begin_layout Description
38029 XFig Esta plantilla soporta imágenes creadas con el programa 
38030 \series bold
38031
38032 \begin_inset CommandInset href
38033 LatexCommand href
38034 name "Xfig"
38035 target "http://en.wikipedia.org/wiki/Xfig"
38036
38037 \end_inset
38038
38039
38040 \series default
38041 .
38042 \end_layout
38043
38044 \begin_layout Standard
38045 \begin_inset Float table
38046 placement !h
38047 wide false
38048 sideways false
38049 status open
38050
38051 \begin_layout Plain Layout
38052 \begin_inset Caption Standard
38053
38054 \begin_layout Plain Layout
38055 \begin_inset CommandInset label
38056 LatexCommand label
38057 name "tab:Comparación-de"
38058
38059 \end_inset
38060
38061 Comparación de los métodos de inserción de fecha.
38062 \end_layout
38063
38064 \end_inset
38065
38066
38067 \end_layout
38068
38069 \begin_layout Plain Layout
38070 \align center
38071 \begin_inset Tabular
38072 <lyxtabular version="3" rows="4" columns="4">
38073 <features tabularvalignment="middle">
38074 <column alignment="center" valignment="top">
38075 <column alignment="center" valignment="top">
38076 <column alignment="center" valignment="top">
38077 <column alignment="center" valignment="top">
38078 <row>
38079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083 Documento
38084 \end_layout
38085
38086 \end_inset
38087 </cell>
38088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38089 \begin_inset Text
38090
38091 \begin_layout Plain Layout
38092
38093 \family sans
38094 Material externo\SpecialChar menuseparator
38095 Fecha
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104
38105 \family sans
38106 Insertar\SpecialChar menuseparator
38107 Fecha
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38113 \begin_inset Text
38114
38115 \begin_layout Plain Layout
38116 comando 
38117 \series bold
38118
38119 \backslash
38120 today
38121 \end_layout
38122
38123 \end_inset
38124 </cell>
38125 </row>
38126 <row>
38127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38128 \begin_inset Text
38129
38130 \begin_layout Plain Layout
38131 \SpecialChar LyX
38132
38133 \end_layout
38134
38135 \end_inset
38136 </cell>
38137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38138 \begin_inset Text
38139
38140 \begin_layout Plain Layout
38141 como recuadro
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38147 \begin_inset Text
38148
38149 \begin_layout Plain Layout
38150 como fecha
38151 \end_layout
38152
38153 \end_inset
38154 </cell>
38155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38156 \begin_inset Text
38157
38158 \begin_layout Plain Layout
38159 como cuadro código \SpecialChar TeX
38160
38161 \end_layout
38162
38163 \end_inset
38164 </cell>
38165 </row>
38166 <row>
38167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38168 \begin_inset Text
38169
38170 \begin_layout Plain Layout
38171 \SpecialChar LaTeX
38172
38173 \end_layout
38174
38175 \end_inset
38176 </cell>
38177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38178 \begin_inset Text
38179
38180 \begin_layout Plain Layout
38181 como fecha
38182 \end_layout
38183
38184 \end_inset
38185 </cell>
38186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 como fecha
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199 como comando
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 </row>
38205 <row>
38206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 DVI, PDF, PS
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38216 \begin_inset Text
38217
38218 \begin_layout Plain Layout
38219 como fecha
38220 \end_layout
38221
38222 \end_inset
38223 </cell>
38224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38225 \begin_inset Text
38226
38227 \begin_layout Plain Layout
38228 como fecha
38229 \end_layout
38230
38231 \end_inset
38232 </cell>
38233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38234 \begin_inset Text
38235
38236 \begin_layout Plain Layout
38237 como fecha
38238 \end_layout
38239
38240 \end_inset
38241 </cell>
38242 </row>
38243 </lyxtabular>
38244
38245 \end_inset
38246
38247
38248 \end_layout
38249
38250 \end_inset
38251
38252
38253 \end_layout
38254
38255 \begin_layout Standard
38256 Si utilizas la opción 
38257 \family sans
38258 Borrador
38259 \family default
38260  en la solapa 
38261 \family sans
38262 Archivo
38263 \family default
38264  del diálogo 
38265 \family sans
38266 Material Externo
38267 \family default
38268 , en el documento de salida sólo se muestra la ruta al archivo insertado.
38269 \family sans
38270
38271 \begin_inset Newline newline
38272 \end_inset
38273
38274
38275 \family default
38276 El material externo se muestra en \SpecialChar LyX
38277  como un recuadro del tipo:
38278 \family sans
38279  
38280 \family default
38281
38282 \begin_inset Graphics
38283         filename clipart/MaterialExternoQt4.png
38284         scale 80
38285
38286 \end_inset
38287
38288  o como imagen, dependiendo de si se marca la opción 
38289 \family sans
38290 Mostrar en \SpecialChar LyX
38291  
38292 \family default
38293 de la pestaña 
38294 \family sans
38295 Opciones de \SpecialChar LaTeX
38296  y \SpecialChar LyX
38297
38298 \family default
38299  del diálogo
38300 \family sans
38301 .
38302 \end_layout
38303
38304 \begin_layout Standard
38305 En el manual 
38306 \emph on
38307 Personalización
38308 \emph default
38309  se explica cómo definir tus propias plantillas.
38310 \end_layout
38311
38312 \begin_layout Section
38313 Documento hijo
38314 \begin_inset CommandInset label
38315 LatexCommand label
38316 name "sec:Documento-Hijo"
38317
38318 \end_inset
38319
38320
38321 \begin_inset Index idx
38322 status collapsed
38323
38324 \begin_layout Plain Layout
38325 Documento hijo
38326 \end_layout
38327
38328 \end_inset
38329
38330
38331 \end_layout
38332
38333 \begin_layout Standard
38334 Los documentos hijos se emplean en el caso de tener un documento extenso
38335  compuesto por varias partes o secciones más grandes.
38336  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
38337  en varios archivos que pueden ser revisados por separado.
38338  Estos archivos se conocen como documentos hijos, y el llamado documento
38339  maestro los conecta con el fin de imprimirlos como un todo o por partes.
38340  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
38341  \SpecialChar LaTeX
38342 , la bibliografía y las etiquetas de las referencias cruzadas.
38343 \end_layout
38344
38345 \begin_layout Standard
38346 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
38347  en el menú 
38348 \family sans
38349 Documento\SpecialChar menuseparator
38350 Configuración\SpecialChar menuseparator
38351 Clase del documento
38352 \family default
38353  del documento hijo especifica el documento maestro predeterminado.
38354  Este maestro será usado entonces por \SpecialChar LyX
38355  en un segundo plano cuando edites
38356  el documento hijo.
38357 \end_layout
38358
38359 \begin_layout Standard
38360 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
38361  como
38362  recuadros del tipo: 
38363 \begin_inset Graphics
38364         filename clipart/DocumentoHijoQt4.png
38365         scale 80
38366
38367 \end_inset
38368
38369 .
38370  Para incluir documentos hijos en un documento maestro utiliza el menú 
38371 \family sans
38372 Insertar
38373 \family default
38374 \SpecialChar menuseparator
38375
38376 \family sans
38377 Archivo
38378 \family default
38379 \SpecialChar menuseparator
38380
38381 \family sans
38382 Documento
38383 \begin_inset space ~
38384 \end_inset
38385
38386 hijo
38387 \family default
38388 .
38389  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
38390 \end_layout
38391
38392 \begin_layout Description
38393 Anexar Puedes incluir documentos \SpecialChar LyX
38394  y documentos \SpecialChar LaTeX
38395 .
38396  Al pulsar el botón 
38397 \family sans
38398 Editar
38399 \family default
38400  en el diálogo 
38401 \family sans
38402 Documento hijo
38403 \family default
38404 , los documentos incluidos se abrirán en una nueva solapa de archivo en
38405  la ventana de \SpecialChar LyX
38406  y así puedes modificarlos si quieres.
38407 \end_layout
38408
38409 \begin_layout Standard
38410 Aquí hay un archivo insertado con el método 
38411 \family sans
38412 Anexar
38413 \family default
38414
38415 \begin_inset CommandInset include
38416 LatexCommand include
38417 filename "DocumentoPostizo1.lyx"
38418
38419 \end_inset
38420
38421
38422 \end_layout
38423
38424 \begin_layout Standard
38425 La numeración de secciones tiene en cuenta las secciones de los archivos
38426  incluidos en el orden en que están insertados en el documento maestro.
38427  El documento incluido de ejemplo tiene una subsección que se numera como
38428  subsección de la presente sección.
38429  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
38430 \begin_inset space ~
38431 \end_inset
38432
38433
38434 \begin_inset CommandInset ref
38435 LatexCommand ref
38436 reference "subsec:Subsección-Externa-1"
38437
38438 \end_inset
38439
38440 .
38441 \end_layout
38442
38443 \begin_layout Standard
38444 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
38445  del documento maestro.
38446  Las ramas en los documentos hijos serán ignoradas por el documento maestro
38447  si éste no tiene una rama con el mismo nombre.
38448  Los documentos anexados se insertan comenzando una página nueva y acabando
38449  con un salto de página.
38450 \end_layout
38451
38452 \begin_layout Standard
38453 \begin_inset Note Greyedout
38454 status open
38455
38456 \begin_layout Plain Layout
38457
38458 \series bold
38459 Nota:
38460 \series default
38461  Si has incluido un archivo \SpecialChar LyX
38462  o \SpecialChar LaTeX
38463  cuya clase de documento es distinta a la
38464  del documento maestro, recibirás una advertencia al exportar/ver el documento,
38465  ya que esto podría dar resultados inesperados.
38466 \end_layout
38467
38468 \end_inset
38469
38470
38471 \end_layout
38472
38473 \begin_layout Description
38474 Incorporar Este método es muy parecido al método 
38475 \family sans
38476 Anexar
38477 \family default
38478 .
38479  Las diferencias son:
38480 \begin_inset Separator parbreak
38481 \end_inset
38482
38483
38484 \end_layout
38485
38486 \begin_deeper
38487 \begin_layout Itemize
38488 Los archivos incorporados no comienzan en página nueva ni acaban con un
38489  salto de página.
38490 \end_layout
38491
38492 \begin_layout Itemize
38493 Los archivos incorporados pueden visualizar en \SpecialChar LyX
38494  si la 
38495 \family sans
38496 Vista
38497 \begin_inset space ~
38498 \end_inset
38499
38500 preliminar
38501 \begin_inset space ~
38502 \end_inset
38503
38504 inmediata 
38505 \family default
38506 está activada en el diálogo 
38507 \family sans
38508 Herramientas\SpecialChar menuseparator
38509 Preferencias
38510 \family default
38511 , apartado 
38512 \family sans
38513 Apariencia\SpecialChar menuseparator
38514 Visualización
38515 \family default
38516 .
38517 \end_layout
38518
38519 \begin_layout Itemize
38520 Los archivos incorporados no se pueden excluir mediante el menú 
38521 \family sans
38522 Documento\SpecialChar menuseparator
38523 Configuración\SpecialChar menuseparator
38524 Documentos hijo
38525 \family default
38526 .
38527 \end_layout
38528
38529 \end_deeper
38530 \begin_layout Standard
38531 Aquí hay un documento hijo insertado con el método 
38532 \family sans
38533 Incorporar
38534 \family default
38535 :
38536 \end_layout
38537
38538 \begin_layout Standard
38539 \begin_inset CommandInset include
38540 LatexCommand input
38541 filename "DocumentoPostizo2.lyx"
38542
38543 \end_inset
38544
38545
38546 \end_layout
38547
38548 \begin_layout Standard
38549 Aquí se inserta un documento hijo en modo 
38550 \emph on
38551 input
38552 \emph default
38553  como fuente de \SpecialChar LaTeX
38554 :
38555 \end_layout
38556
38557 \begin_layout Quote
38558 \begin_inset CommandInset include
38559 LatexCommand input
38560 filename "DocumentoTextoPostizo.txt"
38561
38562 \end_inset
38563
38564
38565 \end_layout
38566
38567 \begin_layout Description
38568 Literal Con este método se puede incluir cualquier archivo de texto.
38569  El archivo aparece en la salida con su código fuente, y si contiene comandos
38570  no se ejecutan.
38571  Con la opción 
38572 \family sans
38573 Marcar espacios en la salida
38574 \family default
38575  cada espacio en el código fuente se muestra en la salida con el carácter
38576  «
38577 \begin_inset ERT
38578 status collapsed
38579
38580 \begin_layout Plain Layout
38581
38582
38583 \backslash
38584 textvisiblespace
38585 \end_layout
38586
38587 \end_inset
38588
38589 ».
38590  La diferencia con el método de inserción mediante el menú 
38591 \family sans
38592 Insertar
38593 \family default
38594 \SpecialChar menuseparator
38595
38596 \family sans
38597 Archivo
38598 \family default
38599 \SpecialChar menuseparator
38600
38601 \family sans
38602 Texto
38603 \begin_inset space ~
38604 \end_inset
38605
38606 simple
38607 \family default
38608  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
38609 , mientras que en
38610  modo 
38611 \family sans
38612 Literal 
38613 \family default
38614 no se muestra el contenido, sino un recuadro con el nombre.
38615
38616 \family sans
38617  
38618 \end_layout
38619
38620 \begin_layout Standard
38621 Aquí se inserta un documento hijo en modo Literal:
38622 \begin_inset CommandInset include
38623 LatexCommand verbatiminput
38624 filename "DocumentoTextoPostizo.txt"
38625
38626 \end_inset
38627
38628
38629 \begin_inset VSpace bigskip
38630 \end_inset
38631
38632
38633 \end_layout
38634
38635 \begin_layout Standard
38636 Aquí se inserta un documento hijo en modo Literal con la opción 
38637 \family sans
38638 Marcar espacios en la salida
38639 \family default
38640 :
38641 \begin_inset CommandInset include
38642 LatexCommand verbatiminput*
38643 filename "DocumentoTextoPostizo.txt"
38644
38645 \end_inset
38646
38647
38648 \begin_inset VSpace bigskip
38649 \end_inset
38650
38651
38652 \end_layout
38653
38654 \begin_layout Standard
38655 \begin_inset Note Greyedout
38656 status open
38657
38658 \begin_layout Plain Layout
38659
38660 \series bold
38661 Nota:
38662 \series default
38663  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38664  incluidos en modo 
38665 \family sans
38666 literal
38667 \family default
38668  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38669  archivo de texto.
38670 \end_layout
38671
38672 \end_inset
38673
38674
38675 \end_layout
38676
38677 \begin_layout Description
38678 Listado
38679 \begin_inset space ~
38680 \end_inset
38681
38682 de
38683 \begin_inset space ~
38684 \end_inset
38685
38686 programa Este tipo se describe en el capítulo
38687 \begin_inset space ~
38688 \end_inset
38689
38690
38691 \begin_inset CommandInset ref
38692 LatexCommand ref
38693 reference "cap:Listado-de-código"
38694
38695 \end_inset
38696
38697 .
38698 \end_layout
38699
38700 \begin_layout Standard
38701 \begin_inset Note Greyedout
38702 status open
38703
38704 \begin_layout Plain Layout
38705
38706 \series bold
38707 Nota:
38708 \series default
38709  Incluir el mismo documento dos veces con métodos diferentes podría causar
38710  problemas en \SpecialChar LaTeX
38711 .
38712 \end_layout
38713
38714 \end_inset
38715
38716
38717 \end_layout
38718
38719 \begin_layout Standard
38720 Si quieres ver o exportar solo determinados hijos del documento maestro,
38721  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38722  individuales del libro, puedes excluir hijos en la salida.
38723  Esto se consigue mediante el menú 
38724 \family sans
38725 Documento\SpecialChar menuseparator
38726 Configuración\SpecialChar menuseparator
38727 Documento hijo
38728 \family default
38729 .
38730  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38731  (esto solo funciona para documentos insertados mediante 
38732 \begin_inset Quotes fld
38733 \end_inset
38734
38735 Anexar
38736 \begin_inset Quotes frd
38737 \end_inset
38738
38739 , no con 
38740 \begin_inset Quotes fld
38741 \end_inset
38742
38743 Incorporar
38744 \begin_inset Quotes frd
38745 \end_inset
38746
38747 ).
38748  Si se marca la opción 
38749 \family sans
38750 Mantener contadores y referencias
38751 \family default
38752  \SpecialChar LyX
38753  garantiza que todos los números de página, referencias, etc., se respetan
38754  como si se procesara el documento completo.
38755  No obstante, \SpecialChar LyX
38756  tiene que procesar el documento entero en segundo plano para
38757  que esta característica funcione.
38758  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38759  los contadores y referencias, desmarca esta casilla.
38760 \end_layout
38761
38762 \begin_layout Standard
38763 Alternativamente, se puede poner cada archivo incluido en una rama.
38764 \begin_inset Foot
38765 status collapsed
38766
38767 \begin_layout Plain Layout
38768 Las ramas se describen en la sección
38769 \emph on
38770  Ramas
38771 \emph default
38772  de la 
38773 \emph on
38774 Guía del usuario
38775 \emph default
38776  de \SpecialChar LyX
38777 .
38778 \end_layout
38779
38780 \end_inset
38781
38782  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38783  aparecerán en la salida.
38784  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38785 \begin_inset Quotes fld
38786 \end_inset
38787
38788 Incorporar
38789 \begin_inset Quotes frd
38790 \end_inset
38791
38792 .
38793  Sin embargo, los contadores y las referencias no se mantendrán usando este
38794  método.
38795 \end_layout
38796
38797 \begin_layout Chapter
38798 Listado de código
38799 \begin_inset CommandInset label
38800 LatexCommand label
38801 name "cap:Listado-de-código"
38802
38803 \end_inset
38804
38805
38806 \begin_inset Index idx
38807 status open
38808
38809 \begin_layout Plain Layout
38810 Listado de código
38811 \end_layout
38812
38813 \end_inset
38814
38815
38816 \begin_inset Index idx
38817 status open
38818
38819 \begin_layout Plain Layout
38820 Código de programa
38821 \end_layout
38822
38823 \end_inset
38824
38825
38826 \begin_inset Index idx
38827 status open
38828
38829 \begin_layout Plain Layout
38830 Flotantes ! Listado de código
38831 \end_layout
38832
38833 \end_inset
38834
38835
38836 \end_layout
38837
38838 \begin_layout Standard
38839 Para incluir y tipografiar código de programación puedes usar la opción
38840  de menú disponible en 
38841 \family sans
38842 Insertar\SpecialChar menuseparator
38843 Listado
38844 \begin_inset space ~
38845 \end_inset
38846
38847 de
38848 \begin_inset space ~
38849 \end_inset
38850
38851 código.
38852  
38853 \family default
38854 El paquete \SpecialChar LaTeX
38855  
38856 \series bold
38857 listings
38858 \series default
38859
38860 \begin_inset Index idx
38861 status collapsed
38862
38863 \begin_layout Plain Layout
38864 \SpecialChar LaTeX
38865 -paquetes ! listings
38866 \end_layout
38867
38868 \end_inset
38869
38870  provee un mecanismo potente y flexible para insertar código fuente en tu
38871  documento.
38872 \end_layout
38873
38874 \begin_layout Standard
38875 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
38876  incorporado en el que puedes configurar su formato.
38877 \end_layout
38878
38879 \begin_layout Standard
38880 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
38881  La opción de ubicación 
38882 \family sans
38883 Listado
38884 \begin_inset space ~
38885 \end_inset
38886
38887 en
38888 \begin_inset space ~
38889 \end_inset
38890
38891 línea
38892 \family default
38893  lo imprime en la línea, como este ejemplo: 
38894 \begin_inset listings
38895 lstparams "language={C++}"
38896 inline true
38897 status open
38898
38899 \begin_layout Plain Layout
38900
38901 int a=5;
38902 \end_layout
38903
38904 \end_inset
38905
38906
38907 \family sans
38908
38909 \begin_inset Newline newline
38910 \end_inset
38911
38912
38913 \family default
38914 La opción 
38915 \family sans
38916 Flotante
38917 \family default
38918  crea un listado flotante cuya colocación se puede especificar mediante
38919  las opciones «
38920 \family sans
38921 h
38922 \family default
38923 », «
38924 \family sans
38925 t
38926 \family default
38927 », «
38928 \family sans
38929 b
38930 \family default
38931 » y «
38932 \family sans
38933 p
38934 \family default
38935 », correspondientes a las opciones de colocación de flotantes descritas
38936  en la sección
38937 \family sans
38938
38939 \begin_inset space ~
38940 \end_inset
38941
38942
38943 \begin_inset CommandInset ref
38944 LatexCommand ref
38945 reference "sec:Colocación-de-Flotantes"
38946
38947 \end_inset
38948
38949
38950 \family default
38951 .
38952  Las opciones de colocación se pueden mezclar y se escriben sin separación,
38953  p.
38954 \family sans
38955
38956 \begin_inset space \thinspace{}
38957 \end_inset
38958
38959
38960 \family default
38961 ej.
38962 \begin_inset space ~
38963 \end_inset
38964
38965 «
38966 \family sans
38967 htbp
38968 \family default
38969 ».
38970  La opción «
38971 \family sans
38972 h
38973 \family default
38974 » a veces no tiene efecto, pero no necesitas usar la opción 
38975 \family sans
38976 Flotante
38977 \family default
38978  en ese caso puesto que los listados de código no flotantes también pueden
38979  tener leyendas y ser referenciadas.
38980 \end_layout
38981
38982 \begin_layout Standard
38983 Se puede añadir una leyenda a un listado de código con el menú 
38984 \family sans
38985 Insertar\SpecialChar menuseparator
38986 Leyenda
38987 \family default
38988 .
38989  Los listados de código se pueden referenciar como los flotantes: Listado
38990 \begin_inset space ~
38991 \end_inset
38992
38993
38994 \begin_inset CommandInset ref
38995 LatexCommand ref
38996 reference "lst:Ejemplo-de-listado-de-código"
38997
38998 \end_inset
38999
39000  Con el menú 
39001 \family sans
39002 Insertar\SpecialChar menuseparator
39003 Índices\SpecialChar menuseparator
39004 Listados
39005 \begin_inset space ~
39006 \end_inset
39007
39008 de
39009 \begin_inset space ~
39010 \end_inset
39011
39012 código
39013 \family default
39014  se crea un índice de todos los listados de código con leyenda insertados.
39015  Las entradas del índice son la leyenda y el número de cada listado de código.
39016 \end_layout
39017
39018 \begin_layout Standard
39019 \begin_inset listings
39020 lstparams "language=Python"
39021 inline false
39022 status open
39023
39024 \begin_layout Plain Layout
39025
39026 \begin_inset Caption Standard
39027
39028 \begin_layout Plain Layout
39029 \begin_inset CommandInset label
39030 LatexCommand label
39031 name "lst:Ejemplo-de-listado-de-código"
39032
39033 \end_inset
39034
39035 Ejemplo de listado de código flotante
39036 \end_layout
39037
39038 \end_inset
39039
39040 # Ejemplo de listado flotante
39041 \end_layout
39042
39043 \begin_layout Plain Layout
39044
39045 def func(param):
39046 \end_layout
39047
39048 \begin_layout Plain Layout
39049
39050     'this is a python function'
39051 \end_layout
39052
39053 \begin_layout Plain Layout
39054
39055     pass
39056 \end_layout
39057
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \begin_layout Standard
39064 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
39065  de listado de código, las palabras clave de ese lenguaje serán reconocidas
39066  y tipografiadas de manera especial en la salida.
39067  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
39068  negrita.
39069 \end_layout
39070
39071 \begin_layout Standard
39072 \begin_inset Note Greyedout
39073 status open
39074
39075 \begin_layout Plain Layout
39076
39077 \series bold
39078 Nota:
39079 \series default
39080  Si no consigues caracteres en negrita cuando usas tipografías de ancho
39081  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
39082  En este caso selecciona una tipografía distinta en el menú 
39083 \family sans
39084 Documento
39085 \family default
39086 \SpecialChar menuseparator
39087
39088 \family sans
39089 Configuración
39090 \family default
39091 \SpecialChar menuseparator
39092
39093 \family sans
39094 Tipografías.
39095  
39096 \family default
39097 (Las tipografías 
39098 \emph on
39099 LuxiMono, BeraMono
39100 \emph default
39101  y 
39102 \emph on
39103 Courier 
39104 \emph default
39105 suministran negritas.)
39106 \end_layout
39107
39108 \end_inset
39109
39110
39111 \end_layout
39112
39113 \begin_layout Standard
39114 En la sección 
39115 \family sans
39116 Numeración
39117 \begin_inset space ~
39118 \end_inset
39119
39120 de
39121 \begin_inset space ~
39122 \end_inset
39123
39124 líneas
39125 \family default
39126  del diálogo puedes elegir el estilo de numeración de las líneas.
39127  En el campo 
39128 \family sans
39129 Paso 
39130 \family default
39131 puedes insertar un número para determinar qué líneas se numeran.
39132  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
39133  
39134 \end_layout
39135
39136 \begin_layout Standard
39137 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
39138  en la salida.
39139  La opción 
39140 \family sans
39141 Mapa
39142 \begin_inset space ~
39143 \end_inset
39144
39145 de
39146 \begin_inset space ~
39147 \end_inset
39148
39149 caracteres
39150 \begin_inset space ~
39151 \end_inset
39152
39153 tradicional
39154 \begin_inset space ~
39155 \end_inset
39156
39157 mejorado
39158 \family default
39159  debería emplearse si se usan en el código caracteres nacionales como la
39160  diéresis alemana.
39161 \begin_inset Newline newline
39162 \end_inset
39163
39164 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
39165  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
39166  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
39167 \begin_inset listings
39168 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39169 inline false
39170 status open
39171
39172 \begin_layout Plain Layout
39173
39174 def func(param):
39175 \end_layout
39176
39177 \begin_layout Plain Layout
39178
39179     'this is a python function'
39180 \end_layout
39181
39182 \begin_layout Plain Layout
39183
39184     pass
39185 \end_layout
39186
39187 \begin_layout Plain Layout
39188
39189 def func(param):
39190 \end_layout
39191
39192 \begin_layout Plain Layout
39193
39194 'This is a German word: Tschüß'
39195 \end_layout
39196
39197 \begin_layout Plain Layout
39198
39199 pass
39200 \end_layout
39201
39202 \begin_layout Plain Layout
39203
39204 def func(param):
39205 \end_layout
39206
39207 \begin_layout Plain Layout
39208
39209 'this is a python function'
39210 \end_layout
39211
39212 \begin_layout Plain Layout
39213
39214 pass
39215 \end_layout
39216
39217 \end_inset
39218
39219
39220 \end_layout
39221
39222 \begin_layout Standard
39223 \begin_inset Note Greyedout
39224 status open
39225
39226 \begin_layout Plain Layout
39227
39228 \series bold
39229 Nota:
39230 \series default
39231  Debido a un error en el paquete 
39232 \series bold
39233 listings
39234 \series default
39235  la numeración de líneas cambia en una línea por cada listado previo.
39236  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
39237  3 y 6.
39238 \end_layout
39239
39240 \end_inset
39241
39242
39243 \end_layout
39244
39245 \begin_layout Standard
39246 \begin_inset VSpace bigskip
39247 \end_inset
39248
39249
39250 \end_layout
39251
39252 \begin_layout Standard
39253 También es posible imprimir como listado de código líneas de un archivo.
39254  Para hacer esto, usa el menú 
39255 \family sans
39256 Insertar\SpecialChar menuseparator
39257 Archivo\SpecialChar menuseparator
39258 Documento
39259 \begin_inset space ~
39260 \end_inset
39261
39262 hijo 
39263 \family default
39264 y elige el tipo 
39265 \family sans
39266 Listado de código
39267 \family default
39268 .
39269 \begin_inset Foot
39270 status collapsed
39271
39272 \begin_layout Plain Layout
39273 Los restantes tipos de documento hijo se describen en la sección
39274 \begin_inset space ~
39275 \end_inset
39276
39277
39278 \begin_inset CommandInset ref
39279 LatexCommand ref
39280 reference "sec:Documento-Hijo"
39281
39282 \end_inset
39283
39284 .
39285 \end_layout
39286
39287 \end_inset
39288
39289  En el diálogo de documento hijo puedes especificar los parámetros del listado
39290  en el cuadro de texto.
39291  Para ver una lista de los parámetros disponibles teclea una interrogación
39292  «?» en el cuadro.
39293 \end_layout
39294
39295 \begin_layout Standard
39296 Para referenciar un documento hijo tipo listado, escribe el texto de la
39297  etiqueta en el campo correspondiente del diálogo de documento hijo.
39298  Después se puede referenciar la etiqueta con el menú 
39299 \family sans
39300 Insertar\SpecialChar menuseparator
39301 Referencia cruzada.
39302 \end_layout
39303
39304 \begin_layout Standard
39305 A continuación hay un ejemplo, Listado
39306 \begin_inset space ~
39307 \end_inset
39308
39309
39310 \begin_inset CommandInset ref
39311 LatexCommand ref
39312 reference "lst:archivo-listado"
39313
39314 \end_inset
39315
39316 , de inserción de líneas de un archivo; en él se incluye el rango de las
39317  líneas 10
39318 \begin_inset space \thinspace{}
39319 \end_inset
39320
39321 -
39322 \begin_inset space \thinspace{}
39323 \end_inset
39324
39325 15 de este archivo \SpecialChar LyX
39326 .
39327 \end_layout
39328
39329 \begin_layout Standard
39330 \begin_inset CommandInset include
39331 LatexCommand lstinputlisting
39332 filename "EmbeddedObjects.lyx"
39333 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
39334
39335 \end_inset
39336
39337
39338 \end_layout
39339
39340 \begin_layout Standard
39341 \begin_inset VSpace bigskip
39342 \end_inset
39343
39344
39345 \end_layout
39346
39347 \begin_layout Standard
39348 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
39349 \end_layout
39350
39351 \begin_layout Enumerate
39352 Abre el diálogo de listado y añade
39353 \begin_inset Newline newline
39354 \end_inset
39355
39356
39357 \family sans
39358 mathescape=true
39359 \begin_inset Newline newline
39360 \end_inset
39361
39362
39363 \family default
39364 en el campo de texto de la solapa 
39365 \family sans
39366 Avanzado
39367 \end_layout
39368
39369 \begin_layout Enumerate
39370 Crea una ecuación fuera del listado
39371 \end_layout
39372
39373 \begin_layout Enumerate
39374 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
39375  (teclas 
39376 \family sans
39377 Ctrl+C
39378 \family default
39379 )
39380 \end_layout
39381
39382 \begin_layout Enumerate
39383 En el listado escribe 
39384 \begin_inset Quotes eld
39385 \end_inset
39386
39387
39388 \family sans
39389 $$
39390 \family default
39391
39392 \begin_inset Quotes erd
39393 \end_inset
39394
39395  y pega desde el portapapeles entre los símbolos dólar (teclas 
39396 \family sans
39397 Ctrl+V
39398 \family default
39399 )
39400 \end_layout
39401
39402 \begin_layout Standard
39403 \begin_inset listings
39404 lstparams "language=Python,mathescape=true"
39405 inline false
39406 status open
39407
39408 \begin_layout Plain Layout
39409
39410 \begin_inset Caption Standard
39411
39412 \begin_layout Plain Layout
39413 Ejemplo de listado flotante con una ecuación
39414 \end_layout
39415
39416 \end_inset
39417
39418 # Ejemplo de listado flotante
39419 \end_layout
39420
39421 \begin_layout Plain Layout
39422
39423 def func(param):
39424 \end_layout
39425
39426 \begin_layout Plain Layout
39427
39428     # $
39429 \backslash
39430 prod_{n=1}^{
39431 \backslash
39432 infty}
39433 \backslash
39434 ,
39435 \backslash
39436 frac{1}{x^{2}}$
39437 \end_layout
39438
39439 \begin_layout Plain Layout
39440
39441     pass
39442 \end_layout
39443
39444 \end_inset
39445
39446
39447 \end_layout
39448
39449 \begin_layout Standard
39450 \begin_inset VSpace bigskip
39451 \end_inset
39452
39453
39454 \end_layout
39455
39456 \begin_layout Standard
39457 Los parámetros globales para listados de programa se pueden establecer en
39458  el diálogo 
39459 \family sans
39460 Documento\SpecialChar menuseparator
39461 Configuración\SpecialChar menuseparator
39462 Listado
39463 \begin_inset space ~
39464 \end_inset
39465
39466 de
39467 \begin_inset space ~
39468 \end_inset
39469
39470 código.
39471  
39472 \family default
39473 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
39474  «?» en el campo de texto.
39475 \end_layout
39476
39477 \begin_layout Standard
39478 Para más información sobre el paquete 
39479 \series bold
39480 listings
39481 \series default
39482 , consulta su documentación
39483 \begin_inset space ~
39484 \end_inset
39485
39486
39487 \begin_inset CommandInset citation
39488 LatexCommand cite
39489 key "listings"
39490
39491 \end_inset
39492
39493 .
39494 \end_layout
39495
39496 \begin_layout Standard
39497 \begin_inset Newpage newpage
39498 \end_inset
39499
39500
39501 \end_layout
39502
39503 \begin_layout Chapter
39504 \start_of_appendix
39505 Unidades disponibles en \SpecialChar LyX
39506
39507 \begin_inset Index idx
39508 status collapsed
39509
39510 \begin_layout Plain Layout
39511 Unidades
39512 \end_layout
39513
39514 \end_inset
39515
39516
39517 \begin_inset CommandInset label
39518 LatexCommand label
39519 name "cap:Unidades-disponibles-en"
39520
39521 \end_inset
39522
39523
39524 \end_layout
39525
39526 \begin_layout Standard
39527 Para comprender las unidades utilizadas en este manual, el cuadro
39528 \begin_inset space ~
39529 \end_inset
39530
39531
39532 \begin_inset CommandInset ref
39533 LatexCommand ref
39534 reference "tab:Unidades"
39535
39536 \end_inset
39537
39538  describe todas las unidades disponibles en \SpecialChar LyX
39539 .
39540 \end_layout
39541
39542 \begin_layout Standard
39543 \begin_inset Float table
39544 placement h
39545 wide false
39546 sideways false
39547 status open
39548
39549 \begin_layout Plain Layout
39550 \begin_inset Caption Standard
39551
39552 \begin_layout Plain Layout
39553 \begin_inset CommandInset label
39554 LatexCommand label
39555 name "tab:Unidades"
39556
39557 \end_inset
39558
39559 Unidades
39560 \end_layout
39561
39562 \end_inset
39563
39564
39565 \end_layout
39566
39567 \begin_layout Plain Layout
39568 \begin_inset VSpace medskip
39569 \end_inset
39570
39571
39572 \end_layout
39573
39574 \begin_layout Plain Layout
39575 \align center
39576 \begin_inset Tabular
39577 <lyxtabular version="3" rows="20" columns="3">
39578 <features tabularvalignment="middle">
39579 <column alignment="center" valignment="top">
39580 <column alignment="center" valignment="top">
39581 <column alignment="center" valignment="top">
39582 <row>
39583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39584 \begin_inset Text
39585
39586 \begin_layout Plain Layout
39587 unidad
39588 \end_layout
39589
39590 \end_inset
39591 </cell>
39592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39593 \begin_inset Text
39594
39595 \begin_layout Plain Layout
39596 nombre/descripción
39597 \end_layout
39598
39599 \end_inset
39600 </cell>
39601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39602 \begin_inset Text
39603
39604 \begin_layout Plain Layout
39605 comando \SpecialChar LaTeX
39606
39607 \end_layout
39608
39609 \end_inset
39610 </cell>
39611 </row>
39612 <row>
39613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39614 \begin_inset Text
39615
39616 \begin_layout Plain Layout
39617 mm
39618 \end_layout
39619
39620 \end_inset
39621 </cell>
39622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39623 \begin_inset Text
39624
39625 \begin_layout Plain Layout
39626 milímetro
39627 \end_layout
39628
39629 \end_inset
39630 </cell>
39631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39632 \begin_inset Text
39633
39634 \begin_layout Plain Layout
39635 -
39636 \end_layout
39637
39638 \end_inset
39639 </cell>
39640 </row>
39641 <row>
39642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39643 \begin_inset Text
39644
39645 \begin_layout Plain Layout
39646 cm
39647 \end_layout
39648
39649 \end_inset
39650 </cell>
39651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39652 \begin_inset Text
39653
39654 \begin_layout Plain Layout
39655 centímetro
39656 \end_layout
39657
39658 \end_inset
39659 </cell>
39660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39661 \begin_inset Text
39662
39663 \begin_layout Plain Layout
39664 -
39665 \end_layout
39666
39667 \end_inset
39668 </cell>
39669 </row>
39670 <row>
39671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39672 \begin_inset Text
39673
39674 \begin_layout Plain Layout
39675 in
39676 \end_layout
39677
39678 \end_inset
39679 </cell>
39680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39681 \begin_inset Text
39682
39683 \begin_layout Plain Layout
39684 pulgada
39685 \end_layout
39686
39687 \end_inset
39688 </cell>
39689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39690 \begin_inset Text
39691
39692 \begin_layout Plain Layout
39693 -
39694 \end_layout
39695
39696 \end_inset
39697 </cell>
39698 </row>
39699 <row>
39700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39701 \begin_inset Text
39702
39703 \begin_layout Plain Layout
39704 pt
39705 \end_layout
39706
39707 \end_inset
39708 </cell>
39709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39710 \begin_inset Text
39711
39712 \begin_layout Plain Layout
39713 punto (72.27
39714 \begin_inset space \thinspace{}
39715 \end_inset
39716
39717 pt = 1
39718 \begin_inset space \thinspace{}
39719 \end_inset
39720
39721 in)
39722 \end_layout
39723
39724 \end_inset
39725 </cell>
39726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39727 \begin_inset Text
39728
39729 \begin_layout Plain Layout
39730 -
39731 \end_layout
39732
39733 \end_inset
39734 </cell>
39735 </row>
39736 <row>
39737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39738 \begin_inset Text
39739
39740 \begin_layout Plain Layout
39741 pc
39742 \end_layout
39743
39744 \end_inset
39745 </cell>
39746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39747 \begin_inset Text
39748
39749 \begin_layout Plain Layout
39750 pica (1
39751 \begin_inset space \thinspace{}
39752 \end_inset
39753
39754 pc = 12
39755 \begin_inset space \thinspace{}
39756 \end_inset
39757
39758 pt)
39759 \end_layout
39760
39761 \end_inset
39762 </cell>
39763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39764 \begin_inset Text
39765
39766 \begin_layout Plain Layout
39767 -
39768 \end_layout
39769
39770 \end_inset
39771 </cell>
39772 </row>
39773 <row>
39774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39775 \begin_inset Text
39776
39777 \begin_layout Plain Layout
39778 sp
39779 \end_layout
39780
39781 \end_inset
39782 </cell>
39783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39784 \begin_inset Text
39785
39786 \begin_layout Plain Layout
39787 punto a escala (65536
39788 \begin_inset space \thinspace{}
39789 \end_inset
39790
39791 sp = 1
39792 \begin_inset space \thinspace{}
39793 \end_inset
39794
39795 pt)
39796 \end_layout
39797
39798 \end_inset
39799 </cell>
39800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39801 \begin_inset Text
39802
39803 \begin_layout Plain Layout
39804 -
39805 \end_layout
39806
39807 \end_inset
39808 </cell>
39809 </row>
39810 <row>
39811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39812 \begin_inset Text
39813
39814 \begin_layout Plain Layout
39815 bp
39816 \end_layout
39817
39818 \end_inset
39819 </cell>
39820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39821 \begin_inset Text
39822
39823 \begin_layout Plain Layout
39824 punto grande (72
39825 \begin_inset space \thinspace{}
39826 \end_inset
39827
39828 bp = 1
39829 \begin_inset space \thinspace{}
39830 \end_inset
39831
39832 in)
39833 \end_layout
39834
39835 \end_inset
39836 </cell>
39837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39838 \begin_inset Text
39839
39840 \begin_layout Plain Layout
39841 -
39842 \end_layout
39843
39844 \end_inset
39845 </cell>
39846 </row>
39847 <row>
39848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39849 \begin_inset Text
39850
39851 \begin_layout Plain Layout
39852 dd
39853 \end_layout
39854
39855 \end_inset
39856 </cell>
39857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39858 \begin_inset Text
39859
39860 \begin_layout Plain Layout
39861 didot (1
39862 \begin_inset space \thinspace{}
39863 \end_inset
39864
39865 dd 
39866 \begin_inset Formula $\approx$
39867 \end_inset
39868
39869  0.376
39870 \begin_inset space \thinspace{}
39871 \end_inset
39872
39873 mm)
39874 \end_layout
39875
39876 \end_inset
39877 </cell>
39878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39879 \begin_inset Text
39880
39881 \begin_layout Plain Layout
39882 -
39883 \end_layout
39884
39885 \end_inset
39886 </cell>
39887 </row>
39888 <row>
39889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39890 \begin_inset Text
39891
39892 \begin_layout Plain Layout
39893 cc
39894 \end_layout
39895
39896 \end_inset
39897 </cell>
39898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39899 \begin_inset Text
39900
39901 \begin_layout Plain Layout
39902 cicero (1
39903 \begin_inset space \thinspace{}
39904 \end_inset
39905
39906 cc = 12
39907 \begin_inset space \thinspace{}
39908 \end_inset
39909
39910 dd)
39911 \end_layout
39912
39913 \end_inset
39914 </cell>
39915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39916 \begin_inset Text
39917
39918 \begin_layout Plain Layout
39919 -
39920 \end_layout
39921
39922 \end_inset
39923 </cell>
39924 </row>
39925 <row>
39926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39927 \begin_inset Text
39928
39929 \begin_layout Plain Layout
39930
39931 \lang english
39932 Scale Graphics %
39933 \end_layout
39934
39935 \end_inset
39936 </cell>
39937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39938 \begin_inset Text
39939
39940 \begin_layout Plain Layout
39941 % del tamaño original de la imagen
39942 \end_layout
39943
39944 \end_inset
39945 </cell>
39946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39947 \begin_inset Text
39948
39949 \begin_layout Plain Layout
39950
39951 \end_layout
39952
39953 \end_inset
39954 </cell>
39955 </row>
39956 <row>
39957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39958 \begin_inset Text
39959
39960 \begin_layout Plain Layout
39961
39962 \lang english
39963 Text Width %
39964 \end_layout
39965
39966 \end_inset
39967 </cell>
39968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39969 \begin_inset Text
39970
39971 \begin_layout Plain Layout
39972 % de anchura de texto
39973 \end_layout
39974
39975 \end_inset
39976 </cell>
39977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39978 \begin_inset Text
39979
39980 \begin_layout Plain Layout
39981
39982 \backslash
39983 textwidth
39984 \end_layout
39985
39986 \end_inset
39987 </cell>
39988 </row>
39989 <row>
39990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39991 \begin_inset Text
39992
39993 \begin_layout Plain Layout
39994
39995 \lang english
39996 Column Width %
39997 \end_layout
39998
39999 \end_inset
40000 </cell>
40001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40002 \begin_inset Text
40003
40004 \begin_layout Plain Layout
40005 % de anchura de columna
40006 \end_layout
40007
40008 \end_inset
40009 </cell>
40010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40011 \begin_inset Text
40012
40013 \begin_layout Plain Layout
40014
40015 \backslash
40016 columnwidth
40017 \end_layout
40018
40019 \end_inset
40020 </cell>
40021 </row>
40022 <row>
40023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40024 \begin_inset Text
40025
40026 \begin_layout Plain Layout
40027
40028 \lang english
40029 Page Width %
40030 \end_layout
40031
40032 \end_inset
40033 </cell>
40034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40035 \begin_inset Text
40036
40037 \begin_layout Plain Layout
40038 % de anchura de página
40039 \end_layout
40040
40041 \end_inset
40042 </cell>
40043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40044 \begin_inset Text
40045
40046 \begin_layout Plain Layout
40047
40048 \backslash
40049 paperwidth
40050 \end_layout
40051
40052 \end_inset
40053 </cell>
40054 </row>
40055 <row>
40056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40057 \begin_inset Text
40058
40059 \begin_layout Plain Layout
40060
40061 \lang english
40062 Line Width %
40063 \end_layout
40064
40065 \end_inset
40066 </cell>
40067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40068 \begin_inset Text
40069
40070 \begin_layout Plain Layout
40071 % de anchura de línea
40072 \end_layout
40073
40074 \end_inset
40075 </cell>
40076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40077 \begin_inset Text
40078
40079 \begin_layout Plain Layout
40080
40081 \backslash
40082 linewidth
40083 \end_layout
40084
40085 \end_inset
40086 </cell>
40087 </row>
40088 <row>
40089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40090 \begin_inset Text
40091
40092 \begin_layout Plain Layout
40093
40094 \lang english
40095 Text Height %
40096 \end_layout
40097
40098 \end_inset
40099 </cell>
40100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40101 \begin_inset Text
40102
40103 \begin_layout Plain Layout
40104 % de altura de texto
40105 \end_layout
40106
40107 \end_inset
40108 </cell>
40109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40110 \begin_inset Text
40111
40112 \begin_layout Plain Layout
40113
40114 \backslash
40115 textheight
40116 \end_layout
40117
40118 \end_inset
40119 </cell>
40120 </row>
40121 <row>
40122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40123 \begin_inset Text
40124
40125 \begin_layout Plain Layout
40126
40127 \lang english
40128 Page Height %
40129 \end_layout
40130
40131 \end_inset
40132 </cell>
40133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40134 \begin_inset Text
40135
40136 \begin_layout Plain Layout
40137 % de altura de página
40138 \end_layout
40139
40140 \end_inset
40141 </cell>
40142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40143 \begin_inset Text
40144
40145 \begin_layout Plain Layout
40146
40147 \backslash
40148 paperheight
40149 \end_layout
40150
40151 \end_inset
40152 </cell>
40153 </row>
40154 <row>
40155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40156 \begin_inset Text
40157
40158 \begin_layout Plain Layout
40159 ex
40160 \end_layout
40161
40162 \end_inset
40163 </cell>
40164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40165 \begin_inset Text
40166
40167 \begin_layout Plain Layout
40168 altura de letra 
40169 \emph on
40170 x
40171 \emph default
40172  en tipografía actual
40173 \end_layout
40174
40175 \end_inset
40176 </cell>
40177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40178 \begin_inset Text
40179
40180 \begin_layout Plain Layout
40181 -
40182 \end_layout
40183
40184 \end_inset
40185 </cell>
40186 </row>
40187 <row>
40188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40189 \begin_inset Text
40190
40191 \begin_layout Plain Layout
40192 em
40193 \end_layout
40194
40195 \end_inset
40196 </cell>
40197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40198 \begin_inset Text
40199
40200 \begin_layout Plain Layout
40201 anchura de letra 
40202 \emph on
40203 M
40204 \emph default
40205  en tipografía actual
40206 \end_layout
40207
40208 \end_inset
40209 </cell>
40210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40211 \begin_inset Text
40212
40213 \begin_layout Plain Layout
40214 -
40215 \end_layout
40216
40217 \end_inset
40218 </cell>
40219 </row>
40220 <row>
40221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40222 \begin_inset Text
40223
40224 \begin_layout Plain Layout
40225 mu
40226 \end_layout
40227
40228 \end_inset
40229 </cell>
40230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40231 \begin_inset Text
40232
40233 \begin_layout Plain Layout
40234 unidad matemática (1
40235 \begin_inset space \thinspace{}
40236 \end_inset
40237
40238 mu = 1/18
40239 \begin_inset space \thinspace{}
40240 \end_inset
40241
40242 em)
40243 \end_layout
40244
40245 \end_inset
40246 </cell>
40247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40248 \begin_inset Text
40249
40250 \begin_layout Plain Layout
40251 -
40252 \end_layout
40253
40254 \end_inset
40255 </cell>
40256 </row>
40257 </lyxtabular>
40258
40259 \end_inset
40260
40261
40262 \end_layout
40263
40264 \end_inset
40265
40266
40267 \end_layout
40268
40269 \begin_layout Chapter
40270 Formatos de archivos de salida con gráficos
40271 \begin_inset CommandInset label
40272 LatexCommand label
40273 name "cap:Formatos-de-Archivos-de-Salida"
40274
40275 \end_inset
40276
40277
40278 \end_layout
40279
40280 \begin_layout Section
40281 DVI
40282 \begin_inset Index idx
40283 status collapsed
40284
40285 \begin_layout Plain Layout
40286 Formatos de archivo ! DVI
40287 \end_layout
40288
40289 \end_inset
40290
40291
40292 \begin_inset Index idx
40293 status collapsed
40294
40295 \begin_layout Plain Layout
40296 DVI|see
40297 \begin_inset ERT
40298 status collapsed
40299
40300 \begin_layout Plain Layout
40301
40302 {
40303 \end_layout
40304
40305 \end_inset
40306
40307 Formatos de archivo
40308 \begin_inset ERT
40309 status collapsed
40310
40311 \begin_layout Plain Layout
40312
40313 }
40314 \end_layout
40315
40316 \end_inset
40317
40318
40319 \end_layout
40320
40321 \end_inset
40322
40323
40324 \end_layout
40325
40326 \begin_layout Standard
40327 Este tipo de archivo tiene la extensión «
40328 \family typewriter
40329 .dvi
40330 \family default
40331 ».
40332  Se denomina «device-independent» (DVI), porque es completamente portable;
40333  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
40334  En la época en que se desarrolló este formato, esto no era un asunto baladí.
40335  Los DVI se usan para vistas preliminares rápidas y como preparación para
40336  otros formatos de salida como PostScript.
40337 \end_layout
40338
40339 \begin_layout Standard
40340 \begin_inset Note Greyedout
40341 status open
40342
40343 \begin_layout Plain Layout
40344
40345 \series bold
40346 Nota:
40347 \series default
40348  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
40349 \end_layout
40350
40351 \end_inset
40352
40353  Por tanto no debes olvidar esto si mueves archivos 
40354 \family typewriter
40355 .dvi
40356 \family default
40357  a otro ordenador.
40358  Esta característica también puede retardar la visualización del archivo,
40359  porque el visor DVI tiene que convertir la imagen en segundo plano para
40360  hacerla visible al deslizar el visor.
40361  Así pues recomendamos usar PDF para archivos con muchas imágenes.
40362 \end_layout
40363
40364 \begin_layout Standard
40365 Un documento se exporta a DVI con el menú 
40366 \family sans
40367 Archivo\SpecialChar menuseparator
40368 Exportar\SpecialChar menuseparator
40369 DVI
40370 \family default
40371 .
40372  Puedes ver la salida del documento en DVI con el menú 
40373 \family sans
40374 Ver\SpecialChar menuseparator
40375 DVI
40376 \family default
40377 .
40378 \end_layout
40379
40380 \begin_layout Section
40381 PostScript
40382 \begin_inset Index idx
40383 status collapsed
40384
40385 \begin_layout Plain Layout
40386 Formatos de archivo ! PostScript
40387 \end_layout
40388
40389 \end_inset
40390
40391
40392 \begin_inset Index idx
40393 status collapsed
40394
40395 \begin_layout Plain Layout
40396 PostScript|see
40397 \begin_inset ERT
40398 status collapsed
40399
40400 \begin_layout Plain Layout
40401
40402 {
40403 \end_layout
40404
40405 \end_inset
40406
40407 Formatos de archivo
40408 \begin_inset ERT
40409 status collapsed
40410
40411 \begin_layout Plain Layout
40412
40413 }
40414 \end_layout
40415
40416 \end_inset
40417
40418
40419 \end_layout
40420
40421 \end_inset
40422
40423
40424 \end_layout
40425
40426 \begin_layout Standard
40427 Este tipo de archivo tiene la extensión «
40428 \family typewriter
40429 .ps
40430 \family default
40431 ».
40432  PostScript fue desarrollado por la compañía 
40433 \family typewriter
40434 Adobe
40435 \family default
40436  como lenguaje para impresoras.
40437  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
40438  PostScript puede considerarse como un «lenguaje de programación»; con él
40439  puedes calcular y dibujar imágenes y diagramas.
40440 \begin_inset Foot
40441 status collapsed
40442
40443 \begin_layout Plain Layout
40444 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
40445  
40446 \series bold
40447 PSTricks
40448 \series default
40449  
40450 \begin_inset CommandInset citation
40451 LatexCommand cite
40452 key "pstricks"
40453
40454 \end_inset
40455
40456 .
40457 \end_layout
40458
40459 \end_inset
40460
40461  Por esto los archivos suelen ser más grandes que los PDF.
40462 \end_layout
40463
40464 \begin_layout Standard
40465 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
40466 d PostScript» (EPS, extensión «
40467 \family typewriter
40468 .eps
40469 \family default
40470 »).
40471  Como \SpecialChar LyX
40472  permite usar cualquier formato de imagen conocido, tiene que trabajar
40473  en segundo plano para convertir las imágenes a EPS.
40474  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
40475  ha de hacer 50 conversiones
40476  cada vez que veas o exportes el documento.
40477  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
40478  puedes evitar el problema insertando las imágenes directamente en EPS.
40479 \end_layout
40480
40481 \begin_layout Standard
40482 El documento se puede exportar a PostScript con el menú 
40483 \family sans
40484 Archivo\SpecialChar menuseparator
40485 Exportar\SpecialChar menuseparator
40486 Postscript
40487 \family default
40488 .
40489  Se puede ver la salida en PostScript con el menú 
40490 \family sans
40491 Ver\SpecialChar menuseparator
40492 Postscript
40493 \family default
40494 .
40495 \end_layout
40496
40497 \begin_layout Section
40498 PDF
40499 \begin_inset Index idx
40500 status collapsed
40501
40502 \begin_layout Plain Layout
40503 Formatos de archivo ! PDF
40504 \end_layout
40505
40506 \end_inset
40507
40508
40509 \begin_inset Index idx
40510 status collapsed
40511
40512 \begin_layout Plain Layout
40513 PDF
40514 \end_layout
40515
40516 \end_inset
40517
40518
40519 \end_layout
40520
40521 \begin_layout Standard
40522 Este tipo de archivo tiene la extensión «
40523 \family typewriter
40524 .pdf
40525 \family default
40526 ».
40527  El formato «Portable Document Format» (PDF) fue desarrollado por 
40528 \family typewriter
40529 Adobe
40530 \family default
40531  como derivado de PostScript.
40532  Es más comprimido y utiliza muchos menos comandos que PostScript.
40533  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
40534  operativo y la salida impresa se muestra exactamente igual.
40535 \end_layout
40536
40537 \begin_layout Standard
40538 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
40539  Photographic Experts Group» (JPG, extensión «
40540 \family typewriter
40541 .jpg
40542 \family default
40543 » o «
40544 \family typewriter
40545 .jpeg
40546 \family default
40547 »), y en el formato «Portable Network Graphics» (PNG, extensión «
40548 \family typewriter
40549 .png
40550 \family default
40551 »).
40552  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
40553  los convierte
40554  en segundo plano a alguno de los anteriores.
40555  Pero como se ha comentado en la sección sobre PostScript, la conversión
40556  de gráficos ralentiza el trabajo.
40557  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
40558  mencionados.
40559 \end_layout
40560
40561 \begin_layout Standard
40562 Un documento se puede exportar a PDF con el menú 
40563 \family sans
40564 Archivo\SpecialChar menuseparator
40565 Exportar
40566 \family default
40567  en tres modos diferentes:
40568 \end_layout
40569
40570 \begin_layout Description
40571 PDF
40572 \begin_inset space ~
40573 \end_inset
40574
40575 (ps2pdf) Este utiliza el programa 
40576 \family typewriter
40577 ps2pdf
40578 \family default
40579  que crea un PDF a partir de una versión PostScript del archivo.
40580  La versión PostScript es producida por el programa 
40581 \family typewriter
40582 dvips
40583 \family default
40584  que usa una versión DVI como paso intermedio.
40585  Así que este modo de exportación consta de tres conversiones.
40586 \end_layout
40587
40588 \begin_layout Description
40589 PDF
40590 \begin_inset space ~
40591 \end_inset
40592
40593 (dvipdfm) Este utiliza el programa 
40594 \family typewriter
40595 dvipdfm
40596 \family default
40597  que convierte el archivo a DVI en segundo plano y en un segundo paso a
40598  PDF.
40599 \end_layout
40600
40601 \begin_layout Description
40602 PDF
40603 \begin_inset space ~
40604 \end_inset
40605
40606 (pdflatex) Este utiliza el programa 
40607 \family typewriter
40608 pdftex
40609 \family default
40610  que convierte directamente el archivo a PDF.
40611 \end_layout
40612
40613 \begin_layout Standard
40614 Se recomienda usar 
40615 \family sans
40616 PDF
40617 \begin_inset space ~
40618 \end_inset
40619
40620 (pdflatex)
40621 \family default
40622  porque 
40623 \family typewriter
40624 pdftex
40625 \family default
40626  soporta todas las características de las versiones actuales de PDF, es
40627  rápido y estable.
40628  El programa 
40629 \family typewriter
40630 dvipdfm
40631 \family default
40632  ya no se desarrolla y está un poco obsoleto.
40633 \end_layout
40634
40635 \begin_layout Standard
40636 La salida en formato PDF se puede ver con el menú 
40637 \family sans
40638 Ver 
40639 \family default
40640 o con un botón.
40641 \end_layout
40642
40643 \begin_layout Chapter
40644 Lista de colores dvips
40645 \begin_inset CommandInset label
40646 LatexCommand label
40647 name "chap:Lista-de-colores-dvips"
40648
40649 \end_inset
40650
40651
40652 \end_layout
40653
40654 \begin_layout Standard
40655 \begin_inset Tabular
40656 <lyxtabular version="3" rows="17" columns="4">
40657 <features tabularvalignment="middle">
40658 <column alignment="left" valignment="top" width="0pt">
40659 <column alignment="left" valignment="top" width="0pt">
40660 <column alignment="left" valignment="top" width="0pt">
40661 <column alignment="left" valignment="top" width="0pt">
40662 <row>
40663 <cell alignment="left" valignment="top" usebox="none">
40664 \begin_inset Text
40665
40666 \begin_layout Plain Layout
40667 \begin_inset ERT
40668 status collapsed
40669
40670 \begin_layout Plain Layout
40671
40672
40673 \backslash
40674 fcolorbox{black}{
40675 \end_layout
40676
40677 \end_inset
40678
40679 white
40680 \begin_inset ERT
40681 status collapsed
40682
40683 \begin_layout Plain Layout
40684
40685 }{
40686 \end_layout
40687
40688 \end_inset
40689
40690 Color
40691 \begin_inset ERT
40692 status collapsed
40693
40694 \begin_layout Plain Layout
40695
40696 }
40697 \end_layout
40698
40699 \end_inset
40700
40701  Nombre
40702 \end_layout
40703
40704 \end_inset
40705 </cell>
40706 <cell alignment="left" valignment="top" usebox="none">
40707 \begin_inset Text
40708
40709 \begin_layout Plain Layout
40710 \begin_inset ERT
40711 status collapsed
40712
40713 \begin_layout Plain Layout
40714
40715
40716 \backslash
40717 fcolorbox{black}{
40718 \end_layout
40719
40720 \end_inset
40721
40722 white
40723 \begin_inset ERT
40724 status collapsed
40725
40726 \begin_layout Plain Layout
40727
40728 }{
40729 \end_layout
40730
40731 \end_inset
40732
40733 Color
40734 \begin_inset ERT
40735 status collapsed
40736
40737 \begin_layout Plain Layout
40738
40739 }
40740 \end_layout
40741
40742 \end_inset
40743
40744  Nombre
40745 \end_layout
40746
40747 \end_inset
40748 </cell>
40749 <cell alignment="left" valignment="top" usebox="none">
40750 \begin_inset Text
40751
40752 \begin_layout Plain Layout
40753 \begin_inset ERT
40754 status collapsed
40755
40756 \begin_layout Plain Layout
40757
40758
40759 \backslash
40760 fcolorbox{black}{
40761 \end_layout
40762
40763 \end_inset
40764
40765 white
40766 \begin_inset ERT
40767 status collapsed
40768
40769 \begin_layout Plain Layout
40770
40771 }{
40772 \end_layout
40773
40774 \end_inset
40775
40776 Color
40777 \begin_inset ERT
40778 status collapsed
40779
40780 \begin_layout Plain Layout
40781
40782 }
40783 \end_layout
40784
40785 \end_inset
40786
40787  Nombre
40788 \end_layout
40789
40790 \end_inset
40791 </cell>
40792 <cell alignment="left" valignment="top" usebox="none">
40793 \begin_inset Text
40794
40795 \begin_layout Plain Layout
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801
40802 \backslash
40803 fcolorbox{black}{
40804 \end_layout
40805
40806 \end_inset
40807
40808 white
40809 \begin_inset ERT
40810 status collapsed
40811
40812 \begin_layout Plain Layout
40813
40814 }{
40815 \end_layout
40816
40817 \end_inset
40818
40819 Color
40820 \begin_inset ERT
40821 status collapsed
40822
40823 \begin_layout Plain Layout
40824
40825 }
40826 \end_layout
40827
40828 \end_inset
40829
40830  Nombre
40831 \end_layout
40832
40833 \end_inset
40834 </cell>
40835 </row>
40836 <row>
40837 <cell alignment="center" valignment="top" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841 \begin_inset ERT
40842 status collapsed
40843
40844 \begin_layout Plain Layout
40845
40846
40847 \backslash
40848 fcolorbox{black}{
40849 \end_layout
40850
40851 \end_inset
40852
40853 Apricot
40854 \begin_inset ERT
40855 status collapsed
40856
40857 \begin_layout Plain Layout
40858
40859 }{
40860 \end_layout
40861
40862 \end_inset
40863
40864
40865 \begin_inset Phantom Phantom
40866 status open
40867
40868 \begin_layout Plain Layout
40869 W
40870 \end_layout
40871
40872 \end_inset
40873
40874
40875 \begin_inset ERT
40876 status collapsed
40877
40878 \begin_layout Plain Layout
40879
40880 }
40881 \end_layout
40882
40883 \end_inset
40884
40885  Apricot
40886 \end_layout
40887
40888 \end_inset
40889 </cell>
40890 <cell alignment="center" valignment="top" usebox="none">
40891 \begin_inset Text
40892
40893 \begin_layout Plain Layout
40894 \begin_inset ERT
40895 status collapsed
40896
40897 \begin_layout Plain Layout
40898
40899
40900 \backslash
40901 fcolorbox{black}{
40902 \end_layout
40903
40904 \end_inset
40905
40906 Aquamarine
40907 \begin_inset ERT
40908 status collapsed
40909
40910 \begin_layout Plain Layout
40911
40912 }{
40913 \end_layout
40914
40915 \end_inset
40916
40917
40918 \begin_inset Phantom Phantom
40919 status open
40920
40921 \begin_layout Plain Layout
40922 W
40923 \end_layout
40924
40925 \end_inset
40926
40927
40928 \begin_inset ERT
40929 status collapsed
40930
40931 \begin_layout Plain Layout
40932
40933 }
40934 \end_layout
40935
40936 \end_inset
40937
40938  Aquamarine
40939 \end_layout
40940
40941 \end_inset
40942 </cell>
40943 <cell alignment="center" valignment="top" usebox="none">
40944 \begin_inset Text
40945
40946 \begin_layout Plain Layout
40947 \begin_inset ERT
40948 status collapsed
40949
40950 \begin_layout Plain Layout
40951
40952
40953 \backslash
40954 fcolorbox{black}{
40955 \end_layout
40956
40957 \end_inset
40958
40959 Bittersweet
40960 \begin_inset ERT
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964
40965 }{
40966 \end_layout
40967
40968 \end_inset
40969
40970
40971 \begin_inset Phantom Phantom
40972 status open
40973
40974 \begin_layout Plain Layout
40975 W
40976 \end_layout
40977
40978 \end_inset
40979
40980
40981 \begin_inset ERT
40982 status collapsed
40983
40984 \begin_layout Plain Layout
40985
40986 }
40987 \end_layout
40988
40989 \end_inset
40990
40991  Bittersweet
40992 \end_layout
40993
40994 \end_inset
40995 </cell>
40996 <cell alignment="center" valignment="top" usebox="none">
40997 \begin_inset Text
40998
40999 \begin_layout Plain Layout
41000 \begin_inset ERT
41001 status collapsed
41002
41003 \begin_layout Plain Layout
41004
41005
41006 \backslash
41007 fcolorbox{black}{
41008 \end_layout
41009
41010 \end_inset
41011
41012 BlueGreen
41013 \begin_inset ERT
41014 status collapsed
41015
41016 \begin_layout Plain Layout
41017
41018 }{
41019 \end_layout
41020
41021 \end_inset
41022
41023
41024 \begin_inset Phantom Phantom
41025 status open
41026
41027 \begin_layout Plain Layout
41028 W
41029 \end_layout
41030
41031 \end_inset
41032
41033
41034 \begin_inset ERT
41035 status collapsed
41036
41037 \begin_layout Plain Layout
41038
41039 }
41040 \end_layout
41041
41042 \end_inset
41043
41044  BlueGreen
41045 \end_layout
41046
41047 \end_inset
41048 </cell>
41049 </row>
41050 <row>
41051 <cell alignment="left" valignment="top" usebox="none">
41052 \begin_inset Text
41053
41054 \begin_layout Plain Layout
41055 \begin_inset ERT
41056 status collapsed
41057
41058 \begin_layout Plain Layout
41059
41060
41061 \backslash
41062 fcolorbox{black}{
41063 \end_layout
41064
41065 \end_inset
41066
41067 BlueViolet
41068 \begin_inset ERT
41069 status collapsed
41070
41071 \begin_layout Plain Layout
41072
41073 }{
41074 \end_layout
41075
41076 \end_inset
41077
41078
41079 \begin_inset Phantom Phantom
41080 status open
41081
41082 \begin_layout Plain Layout
41083 W
41084 \end_layout
41085
41086 \end_inset
41087
41088
41089 \begin_inset ERT
41090 status collapsed
41091
41092 \begin_layout Plain Layout
41093
41094 }
41095 \end_layout
41096
41097 \end_inset
41098
41099  BlueViolet
41100 \end_layout
41101
41102 \end_inset
41103 </cell>
41104 <cell alignment="left" valignment="top" usebox="none">
41105 \begin_inset Text
41106
41107 \begin_layout Plain Layout
41108 \begin_inset ERT
41109 status collapsed
41110
41111 \begin_layout Plain Layout
41112
41113
41114 \backslash
41115 fcolorbox{black}{
41116 \end_layout
41117
41118 \end_inset
41119
41120 BrickRed
41121 \begin_inset ERT
41122 status collapsed
41123
41124 \begin_layout Plain Layout
41125
41126 }{
41127 \end_layout
41128
41129 \end_inset
41130
41131
41132 \begin_inset Phantom Phantom
41133 status open
41134
41135 \begin_layout Plain Layout
41136 W
41137 \end_layout
41138
41139 \end_inset
41140
41141
41142 \begin_inset ERT
41143 status collapsed
41144
41145 \begin_layout Plain Layout
41146
41147 }
41148 \end_layout
41149
41150 \end_inset
41151
41152  BrickRed
41153 \end_layout
41154
41155 \end_inset
41156 </cell>
41157 <cell alignment="left" valignment="top" usebox="none">
41158 \begin_inset Text
41159
41160 \begin_layout Plain Layout
41161 \begin_inset ERT
41162 status collapsed
41163
41164 \begin_layout Plain Layout
41165
41166
41167 \backslash
41168 fcolorbox{black}{
41169 \end_layout
41170
41171 \end_inset
41172
41173 Brown
41174 \begin_inset ERT
41175 status collapsed
41176
41177 \begin_layout Plain Layout
41178
41179 }{
41180 \end_layout
41181
41182 \end_inset
41183
41184
41185 \begin_inset Phantom Phantom
41186 status open
41187
41188 \begin_layout Plain Layout
41189 W
41190 \end_layout
41191
41192 \end_inset
41193
41194
41195 \begin_inset ERT
41196 status collapsed
41197
41198 \begin_layout Plain Layout
41199
41200 }
41201 \end_layout
41202
41203 \end_inset
41204
41205  Brown
41206 \end_layout
41207
41208 \end_inset
41209 </cell>
41210 <cell alignment="left" valignment="top" usebox="none">
41211 \begin_inset Text
41212
41213 \begin_layout Plain Layout
41214 \begin_inset ERT
41215 status collapsed
41216
41217 \begin_layout Plain Layout
41218
41219
41220 \backslash
41221 fcolorbox{black}{
41222 \end_layout
41223
41224 \end_inset
41225
41226 BurntOrange
41227 \begin_inset ERT
41228 status collapsed
41229
41230 \begin_layout Plain Layout
41231
41232 }{
41233 \end_layout
41234
41235 \end_inset
41236
41237
41238 \begin_inset Phantom Phantom
41239 status open
41240
41241 \begin_layout Plain Layout
41242 W
41243 \end_layout
41244
41245 \end_inset
41246
41247
41248 \begin_inset ERT
41249 status collapsed
41250
41251 \begin_layout Plain Layout
41252
41253 }
41254 \end_layout
41255
41256 \end_inset
41257
41258  BurntOrange
41259 \end_layout
41260
41261 \end_inset
41262 </cell>
41263 </row>
41264 <row>
41265 <cell alignment="left" valignment="top" usebox="none">
41266 \begin_inset Text
41267
41268 \begin_layout Plain Layout
41269 \begin_inset ERT
41270 status collapsed
41271
41272 \begin_layout Plain Layout
41273
41274
41275 \backslash
41276 fcolorbox{black}{
41277 \end_layout
41278
41279 \end_inset
41280
41281 CadetBlue
41282 \begin_inset ERT
41283 status collapsed
41284
41285 \begin_layout Plain Layout
41286
41287 }{
41288 \end_layout
41289
41290 \end_inset
41291
41292
41293 \begin_inset Phantom Phantom
41294 status open
41295
41296 \begin_layout Plain Layout
41297 W
41298 \end_layout
41299
41300 \end_inset
41301
41302
41303 \begin_inset ERT
41304 status collapsed
41305
41306 \begin_layout Plain Layout
41307
41308 }
41309 \end_layout
41310
41311 \end_inset
41312
41313  CadetBlue
41314 \end_layout
41315
41316 \end_inset
41317 </cell>
41318 <cell alignment="left" valignment="top" usebox="none">
41319 \begin_inset Text
41320
41321 \begin_layout Plain Layout
41322 \begin_inset ERT
41323 status collapsed
41324
41325 \begin_layout Plain Layout
41326
41327
41328 \backslash
41329 fcolorbox{black}{
41330 \end_layout
41331
41332 \end_inset
41333
41334 CarnationPink
41335 \begin_inset ERT
41336 status collapsed
41337
41338 \begin_layout Plain Layout
41339
41340 }{
41341 \end_layout
41342
41343 \end_inset
41344
41345
41346 \begin_inset Phantom Phantom
41347 status open
41348
41349 \begin_layout Plain Layout
41350 W
41351 \end_layout
41352
41353 \end_inset
41354
41355
41356 \begin_inset ERT
41357 status collapsed
41358
41359 \begin_layout Plain Layout
41360
41361 }
41362 \end_layout
41363
41364 \end_inset
41365
41366  CarnationPink
41367 \end_layout
41368
41369 \end_inset
41370 </cell>
41371 <cell alignment="left" valignment="top" usebox="none">
41372 \begin_inset Text
41373
41374 \begin_layout Plain Layout
41375 \begin_inset ERT
41376 status collapsed
41377
41378 \begin_layout Plain Layout
41379
41380
41381 \backslash
41382 fcolorbox{black}{
41383 \end_layout
41384
41385 \end_inset
41386
41387 Cerulean
41388 \begin_inset ERT
41389 status collapsed
41390
41391 \begin_layout Plain Layout
41392
41393 }{
41394 \end_layout
41395
41396 \end_inset
41397
41398
41399 \begin_inset Phantom Phantom
41400 status open
41401
41402 \begin_layout Plain Layout
41403 W
41404 \end_layout
41405
41406 \end_inset
41407
41408
41409 \begin_inset ERT
41410 status collapsed
41411
41412 \begin_layout Plain Layout
41413
41414 }
41415 \end_layout
41416
41417 \end_inset
41418
41419  Cerulean
41420 \end_layout
41421
41422 \end_inset
41423 </cell>
41424 <cell alignment="left" valignment="top" usebox="none">
41425 \begin_inset Text
41426
41427 \begin_layout Plain Layout
41428 \begin_inset ERT
41429 status collapsed
41430
41431 \begin_layout Plain Layout
41432
41433
41434 \backslash
41435 fcolorbox{black}{
41436 \end_layout
41437
41438 \end_inset
41439
41440 CornflowerBlue
41441 \begin_inset ERT
41442 status collapsed
41443
41444 \begin_layout Plain Layout
41445
41446 }{
41447 \end_layout
41448
41449 \end_inset
41450
41451
41452 \begin_inset Phantom Phantom
41453 status open
41454
41455 \begin_layout Plain Layout
41456 W
41457 \end_layout
41458
41459 \end_inset
41460
41461
41462 \begin_inset ERT
41463 status collapsed
41464
41465 \begin_layout Plain Layout
41466
41467 }
41468 \end_layout
41469
41470 \end_inset
41471
41472  CornflowerBlue
41473 \end_layout
41474
41475 \end_inset
41476 </cell>
41477 </row>
41478 <row>
41479 <cell alignment="left" valignment="top" usebox="none">
41480 \begin_inset Text
41481
41482 \begin_layout Plain Layout
41483 \begin_inset ERT
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487
41488
41489 \backslash
41490 fcolorbox{black}{
41491 \end_layout
41492
41493 \end_inset
41494
41495 Dandelion
41496 \begin_inset ERT
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500
41501 }{
41502 \end_layout
41503
41504 \end_inset
41505
41506
41507 \begin_inset Phantom Phantom
41508 status open
41509
41510 \begin_layout Plain Layout
41511 W
41512 \end_layout
41513
41514 \end_inset
41515
41516
41517 \begin_inset ERT
41518 status collapsed
41519
41520 \begin_layout Plain Layout
41521
41522 }
41523 \end_layout
41524
41525 \end_inset
41526
41527  Dandelion
41528 \end_layout
41529
41530 \end_inset
41531 </cell>
41532 <cell alignment="left" valignment="top" usebox="none">
41533 \begin_inset Text
41534
41535 \begin_layout Plain Layout
41536 \begin_inset ERT
41537 status collapsed
41538
41539 \begin_layout Plain Layout
41540
41541
41542 \backslash
41543 fcolorbox{black}{
41544 \end_layout
41545
41546 \end_inset
41547
41548 DarkOrchid
41549 \begin_inset ERT
41550 status collapsed
41551
41552 \begin_layout Plain Layout
41553
41554 }{
41555 \end_layout
41556
41557 \end_inset
41558
41559
41560 \begin_inset Phantom Phantom
41561 status open
41562
41563 \begin_layout Plain Layout
41564 W
41565 \end_layout
41566
41567 \end_inset
41568
41569
41570 \begin_inset ERT
41571 status collapsed
41572
41573 \begin_layout Plain Layout
41574
41575 }
41576 \end_layout
41577
41578 \end_inset
41579
41580  DarkOrchid
41581 \end_layout
41582
41583 \end_inset
41584 </cell>
41585 <cell alignment="left" valignment="top" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 \begin_inset ERT
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593
41594
41595 \backslash
41596 fcolorbox{black}{
41597 \end_layout
41598
41599 \end_inset
41600
41601 Emerald
41602 \begin_inset ERT
41603 status collapsed
41604
41605 \begin_layout Plain Layout
41606
41607 }{
41608 \end_layout
41609
41610 \end_inset
41611
41612
41613 \begin_inset Phantom Phantom
41614 status open
41615
41616 \begin_layout Plain Layout
41617 W
41618 \end_layout
41619
41620 \end_inset
41621
41622
41623 \begin_inset ERT
41624 status collapsed
41625
41626 \begin_layout Plain Layout
41627
41628 }
41629 \end_layout
41630
41631 \end_inset
41632
41633  Emerald
41634 \end_layout
41635
41636 \end_inset
41637 </cell>
41638 <cell alignment="left" valignment="top" usebox="none">
41639 \begin_inset Text
41640
41641 \begin_layout Plain Layout
41642 \begin_inset ERT
41643 status collapsed
41644
41645 \begin_layout Plain Layout
41646
41647
41648 \backslash
41649 fcolorbox{black}{
41650 \end_layout
41651
41652 \end_inset
41653
41654 ForestGreen
41655 \begin_inset ERT
41656 status collapsed
41657
41658 \begin_layout Plain Layout
41659
41660 }{
41661 \end_layout
41662
41663 \end_inset
41664
41665
41666 \begin_inset Phantom Phantom
41667 status open
41668
41669 \begin_layout Plain Layout
41670 W
41671 \end_layout
41672
41673 \end_inset
41674
41675
41676 \begin_inset ERT
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681 }
41682 \end_layout
41683
41684 \end_inset
41685
41686  ForestGreen
41687 \end_layout
41688
41689 \end_inset
41690 </cell>
41691 </row>
41692 <row>
41693 <cell alignment="left" valignment="top" usebox="none">
41694 \begin_inset Text
41695
41696 \begin_layout Plain Layout
41697 \begin_inset ERT
41698 status collapsed
41699
41700 \begin_layout Plain Layout
41701
41702
41703 \backslash
41704 fcolorbox{black}{
41705 \end_layout
41706
41707 \end_inset
41708
41709 Fuchsia
41710 \begin_inset ERT
41711 status collapsed
41712
41713 \begin_layout Plain Layout
41714
41715 }{
41716 \end_layout
41717
41718 \end_inset
41719
41720
41721 \begin_inset Phantom Phantom
41722 status open
41723
41724 \begin_layout Plain Layout
41725 W
41726 \end_layout
41727
41728 \end_inset
41729
41730
41731 \begin_inset ERT
41732 status collapsed
41733
41734 \begin_layout Plain Layout
41735
41736 }
41737 \end_layout
41738
41739 \end_inset
41740
41741  Fuchsia
41742 \end_layout
41743
41744 \end_inset
41745 </cell>
41746 <cell alignment="left" valignment="top" usebox="none">
41747 \begin_inset Text
41748
41749 \begin_layout Plain Layout
41750 \begin_inset ERT
41751 status collapsed
41752
41753 \begin_layout Plain Layout
41754
41755
41756 \backslash
41757 fcolorbox{black}{
41758 \end_layout
41759
41760 \end_inset
41761
41762 Goldenrod
41763 \begin_inset ERT
41764 status collapsed
41765
41766 \begin_layout Plain Layout
41767
41768 }{
41769 \end_layout
41770
41771 \end_inset
41772
41773
41774 \begin_inset Phantom Phantom
41775 status open
41776
41777 \begin_layout Plain Layout
41778 W
41779 \end_layout
41780
41781 \end_inset
41782
41783
41784 \begin_inset ERT
41785 status collapsed
41786
41787 \begin_layout Plain Layout
41788
41789 }
41790 \end_layout
41791
41792 \end_inset
41793
41794  Goldenrod
41795 \end_layout
41796
41797 \end_inset
41798 </cell>
41799 <cell alignment="left" valignment="top" usebox="none">
41800 \begin_inset Text
41801
41802 \begin_layout Plain Layout
41803 \begin_inset ERT
41804 status collapsed
41805
41806 \begin_layout Plain Layout
41807
41808
41809 \backslash
41810 fcolorbox{black}{
41811 \end_layout
41812
41813 \end_inset
41814
41815 Gray
41816 \begin_inset ERT
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820
41821 }{
41822 \end_layout
41823
41824 \end_inset
41825
41826
41827 \begin_inset Phantom Phantom
41828 status open
41829
41830 \begin_layout Plain Layout
41831 W
41832 \end_layout
41833
41834 \end_inset
41835
41836
41837 \begin_inset ERT
41838 status collapsed
41839
41840 \begin_layout Plain Layout
41841
41842 }
41843 \end_layout
41844
41845 \end_inset
41846
41847  Gray
41848 \end_layout
41849
41850 \end_inset
41851 </cell>
41852 <cell alignment="left" valignment="top" usebox="none">
41853 \begin_inset Text
41854
41855 \begin_layout Plain Layout
41856 \begin_inset ERT
41857 status collapsed
41858
41859 \begin_layout Plain Layout
41860
41861
41862 \backslash
41863 fcolorbox{black}{
41864 \end_layout
41865
41866 \end_inset
41867
41868 GreenYellow
41869 \begin_inset ERT
41870 status collapsed
41871
41872 \begin_layout Plain Layout
41873
41874 }{
41875 \end_layout
41876
41877 \end_inset
41878
41879
41880 \begin_inset Phantom Phantom
41881 status open
41882
41883 \begin_layout Plain Layout
41884 W
41885 \end_layout
41886
41887 \end_inset
41888
41889
41890 \begin_inset ERT
41891 status collapsed
41892
41893 \begin_layout Plain Layout
41894
41895 }
41896 \end_layout
41897
41898 \end_inset
41899
41900  GreenYellow
41901 \end_layout
41902
41903 \end_inset
41904 </cell>
41905 </row>
41906 <row>
41907 <cell alignment="center" valignment="top" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911 \begin_inset ERT
41912 status collapsed
41913
41914 \begin_layout Plain Layout
41915
41916
41917 \backslash
41918 fcolorbox{black}{
41919 \end_layout
41920
41921 \end_inset
41922
41923 JungleGreen
41924 \begin_inset ERT
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928
41929 }{
41930 \end_layout
41931
41932 \end_inset
41933
41934
41935 \begin_inset Phantom Phantom
41936 status open
41937
41938 \begin_layout Plain Layout
41939 W
41940 \end_layout
41941
41942 \end_inset
41943
41944
41945 \begin_inset ERT
41946 status collapsed
41947
41948 \begin_layout Plain Layout
41949
41950 }
41951 \end_layout
41952
41953 \end_inset
41954
41955  JungleGreen
41956 \end_layout
41957
41958 \end_inset
41959 </cell>
41960 <cell alignment="center" valignment="top" usebox="none">
41961 \begin_inset Text
41962
41963 \begin_layout Plain Layout
41964 \begin_inset ERT
41965 status collapsed
41966
41967 \begin_layout Plain Layout
41968
41969
41970 \backslash
41971 fcolorbox{black}{
41972 \end_layout
41973
41974 \end_inset
41975
41976 Lavender
41977 \begin_inset ERT
41978 status collapsed
41979
41980 \begin_layout Plain Layout
41981
41982 }{
41983 \end_layout
41984
41985 \end_inset
41986
41987
41988 \begin_inset Phantom Phantom
41989 status open
41990
41991 \begin_layout Plain Layout
41992 W
41993 \end_layout
41994
41995 \end_inset
41996
41997
41998 \begin_inset ERT
41999 status collapsed
42000
42001 \begin_layout Plain Layout
42002
42003 }
42004 \end_layout
42005
42006 \end_inset
42007
42008  Lavender
42009 \end_layout
42010
42011 \end_inset
42012 </cell>
42013 <cell alignment="center" valignment="top" usebox="none">
42014 \begin_inset Text
42015
42016 \begin_layout Plain Layout
42017 \begin_inset ERT
42018 status collapsed
42019
42020 \begin_layout Plain Layout
42021
42022
42023 \backslash
42024 fcolorbox{black}{
42025 \end_layout
42026
42027 \end_inset
42028
42029 LimeGreen
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035 }{
42036 \end_layout
42037
42038 \end_inset
42039
42040
42041 \begin_inset Phantom Phantom
42042 status open
42043
42044 \begin_layout Plain Layout
42045 W
42046 \end_layout
42047
42048 \end_inset
42049
42050
42051 \begin_inset ERT
42052 status collapsed
42053
42054 \begin_layout Plain Layout
42055
42056 }
42057 \end_layout
42058
42059 \end_inset
42060
42061  LimeGreen
42062 \end_layout
42063
42064 \end_inset
42065 </cell>
42066 <cell alignment="center" valignment="top" usebox="none">
42067 \begin_inset Text
42068
42069 \begin_layout Plain Layout
42070 \begin_inset ERT
42071 status collapsed
42072
42073 \begin_layout Plain Layout
42074
42075
42076 \backslash
42077 fcolorbox{black}{
42078 \end_layout
42079
42080 \end_inset
42081
42082 Mahogany
42083 \begin_inset ERT
42084 status collapsed
42085
42086 \begin_layout Plain Layout
42087
42088 }{
42089 \end_layout
42090
42091 \end_inset
42092
42093
42094 \begin_inset Phantom Phantom
42095 status open
42096
42097 \begin_layout Plain Layout
42098 W
42099 \end_layout
42100
42101 \end_inset
42102
42103
42104 \begin_inset ERT
42105 status collapsed
42106
42107 \begin_layout Plain Layout
42108
42109 }
42110 \end_layout
42111
42112 \end_inset
42113
42114  Mahogany
42115 \end_layout
42116
42117 \end_inset
42118 </cell>
42119 </row>
42120 <row>
42121 <cell alignment="left" valignment="top" usebox="none">
42122 \begin_inset Text
42123
42124 \begin_layout Plain Layout
42125 \begin_inset ERT
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129
42130
42131 \backslash
42132 fcolorbox{black}{
42133 \end_layout
42134
42135 \end_inset
42136
42137 Mahogany
42138 \begin_inset ERT
42139 status collapsed
42140
42141 \begin_layout Plain Layout
42142
42143 }{
42144 \end_layout
42145
42146 \end_inset
42147
42148
42149 \begin_inset Phantom Phantom
42150 status open
42151
42152 \begin_layout Plain Layout
42153 W
42154 \end_layout
42155
42156 \end_inset
42157
42158
42159 \begin_inset ERT
42160 status collapsed
42161
42162 \begin_layout Plain Layout
42163
42164 }
42165 \end_layout
42166
42167 \end_inset
42168
42169  Mahogany
42170 \end_layout
42171
42172 \end_inset
42173 </cell>
42174 <cell alignment="left" valignment="top" usebox="none">
42175 \begin_inset Text
42176
42177 \begin_layout Plain Layout
42178 \begin_inset ERT
42179 status collapsed
42180
42181 \begin_layout Plain Layout
42182
42183
42184 \backslash
42185 fcolorbox{black}{
42186 \end_layout
42187
42188 \end_inset
42189
42190 Maroon
42191 \begin_inset ERT
42192 status collapsed
42193
42194 \begin_layout Plain Layout
42195
42196 }{
42197 \end_layout
42198
42199 \end_inset
42200
42201
42202 \begin_inset Phantom Phantom
42203 status open
42204
42205 \begin_layout Plain Layout
42206 W
42207 \end_layout
42208
42209 \end_inset
42210
42211
42212 \begin_inset ERT
42213 status collapsed
42214
42215 \begin_layout Plain Layout
42216
42217 }
42218 \end_layout
42219
42220 \end_inset
42221
42222  Maroon
42223 \end_layout
42224
42225 \end_inset
42226 </cell>
42227 <cell alignment="left" valignment="top" usebox="none">
42228 \begin_inset Text
42229
42230 \begin_layout Plain Layout
42231 \begin_inset ERT
42232 status collapsed
42233
42234 \begin_layout Plain Layout
42235
42236
42237 \backslash
42238 fcolorbox{black}{
42239 \end_layout
42240
42241 \end_inset
42242
42243 Melon
42244 \begin_inset ERT
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248
42249 }{
42250 \end_layout
42251
42252 \end_inset
42253
42254
42255 \begin_inset Phantom Phantom
42256 status open
42257
42258 \begin_layout Plain Layout
42259 W
42260 \end_layout
42261
42262 \end_inset
42263
42264
42265 \begin_inset ERT
42266 status collapsed
42267
42268 \begin_layout Plain Layout
42269
42270 }
42271 \end_layout
42272
42273 \end_inset
42274
42275  Melon
42276 \end_layout
42277
42278 \end_inset
42279 </cell>
42280 <cell alignment="left" valignment="top" usebox="none">
42281 \begin_inset Text
42282
42283 \begin_layout Plain Layout
42284 \begin_inset ERT
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288
42289
42290 \backslash
42291 fcolorbox{black}{
42292 \end_layout
42293
42294 \end_inset
42295
42296 MidnightBlue
42297 \begin_inset ERT
42298 status collapsed
42299
42300 \begin_layout Plain Layout
42301
42302 }{
42303 \end_layout
42304
42305 \end_inset
42306
42307
42308 \begin_inset Phantom Phantom
42309 status open
42310
42311 \begin_layout Plain Layout
42312 W
42313 \end_layout
42314
42315 \end_inset
42316
42317
42318 \begin_inset ERT
42319 status collapsed
42320
42321 \begin_layout Plain Layout
42322
42323 }
42324 \end_layout
42325
42326 \end_inset
42327
42328  MidnightBlue
42329 \end_layout
42330
42331 \end_inset
42332 </cell>
42333 </row>
42334 <row>
42335 <cell alignment="left" valignment="top" usebox="none">
42336 \begin_inset Text
42337
42338 \begin_layout Plain Layout
42339 \begin_inset ERT
42340 status collapsed
42341
42342 \begin_layout Plain Layout
42343
42344
42345 \backslash
42346 fcolorbox{black}{
42347 \end_layout
42348
42349 \end_inset
42350
42351 Mulberry
42352 \begin_inset ERT
42353 status collapsed
42354
42355 \begin_layout Plain Layout
42356
42357 }{
42358 \end_layout
42359
42360 \end_inset
42361
42362
42363 \begin_inset Phantom Phantom
42364 status open
42365
42366 \begin_layout Plain Layout
42367 W
42368 \end_layout
42369
42370 \end_inset
42371
42372
42373 \begin_inset ERT
42374 status collapsed
42375
42376 \begin_layout Plain Layout
42377
42378 }
42379 \end_layout
42380
42381 \end_inset
42382
42383  Mulberry
42384 \end_layout
42385
42386 \end_inset
42387 </cell>
42388 <cell alignment="left" valignment="top" usebox="none">
42389 \begin_inset Text
42390
42391 \begin_layout Plain Layout
42392 \begin_inset ERT
42393 status collapsed
42394
42395 \begin_layout Plain Layout
42396
42397
42398 \backslash
42399 fcolorbox{black}{
42400 \end_layout
42401
42402 \end_inset
42403
42404 NavyBlue
42405 \begin_inset ERT
42406 status collapsed
42407
42408 \begin_layout Plain Layout
42409
42410 }{
42411 \end_layout
42412
42413 \end_inset
42414
42415
42416 \begin_inset Phantom Phantom
42417 status open
42418
42419 \begin_layout Plain Layout
42420 W
42421 \end_layout
42422
42423 \end_inset
42424
42425
42426 \begin_inset ERT
42427 status collapsed
42428
42429 \begin_layout Plain Layout
42430
42431 }
42432 \end_layout
42433
42434 \end_inset
42435
42436  NavyBlue
42437 \end_layout
42438
42439 \end_inset
42440 </cell>
42441 <cell alignment="left" valignment="top" usebox="none">
42442 \begin_inset Text
42443
42444 \begin_layout Plain Layout
42445 \begin_inset ERT
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449
42450
42451 \backslash
42452 fcolorbox{black}{
42453 \end_layout
42454
42455 \end_inset
42456
42457 OliveGreen
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463 }{
42464 \end_layout
42465
42466 \end_inset
42467
42468
42469 \begin_inset Phantom Phantom
42470 status open
42471
42472 \begin_layout Plain Layout
42473 W
42474 \end_layout
42475
42476 \end_inset
42477
42478
42479 \begin_inset ERT
42480 status collapsed
42481
42482 \begin_layout Plain Layout
42483
42484 }
42485 \end_layout
42486
42487 \end_inset
42488
42489  OliveGreen
42490 \end_layout
42491
42492 \end_inset
42493 </cell>
42494 <cell alignment="left" valignment="top" usebox="none">
42495 \begin_inset Text
42496
42497 \begin_layout Plain Layout
42498 \begin_inset ERT
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502
42503
42504 \backslash
42505 fcolorbox{black}{
42506 \end_layout
42507
42508 \end_inset
42509
42510 Orange
42511 \begin_inset ERT
42512 status collapsed
42513
42514 \begin_layout Plain Layout
42515
42516 }{
42517 \end_layout
42518
42519 \end_inset
42520
42521
42522 \begin_inset Phantom Phantom
42523 status open
42524
42525 \begin_layout Plain Layout
42526 W
42527 \end_layout
42528
42529 \end_inset
42530
42531
42532 \begin_inset ERT
42533 status collapsed
42534
42535 \begin_layout Plain Layout
42536
42537 }
42538 \end_layout
42539
42540 \end_inset
42541
42542  Orange
42543 \end_layout
42544
42545 \end_inset
42546 </cell>
42547 </row>
42548 <row>
42549 <cell alignment="left" valignment="top" usebox="none">
42550 \begin_inset Text
42551
42552 \begin_layout Plain Layout
42553 \begin_inset ERT
42554 status collapsed
42555
42556 \begin_layout Plain Layout
42557
42558
42559 \backslash
42560 fcolorbox{black}{
42561 \end_layout
42562
42563 \end_inset
42564
42565 OrangeRed
42566 \begin_inset ERT
42567 status collapsed
42568
42569 \begin_layout Plain Layout
42570
42571 }{
42572 \end_layout
42573
42574 \end_inset
42575
42576
42577 \begin_inset Phantom Phantom
42578 status open
42579
42580 \begin_layout Plain Layout
42581 W
42582 \end_layout
42583
42584 \end_inset
42585
42586
42587 \begin_inset ERT
42588 status collapsed
42589
42590 \begin_layout Plain Layout
42591
42592 }
42593 \end_layout
42594
42595 \end_inset
42596
42597  OrangeRed
42598 \end_layout
42599
42600 \end_inset
42601 </cell>
42602 <cell alignment="left" valignment="top" usebox="none">
42603 \begin_inset Text
42604
42605 \begin_layout Plain Layout
42606 \begin_inset ERT
42607 status collapsed
42608
42609 \begin_layout Plain Layout
42610
42611
42612 \backslash
42613 fcolorbox{black}{
42614 \end_layout
42615
42616 \end_inset
42617
42618 Orchid
42619 \begin_inset ERT
42620 status collapsed
42621
42622 \begin_layout Plain Layout
42623
42624 }{
42625 \end_layout
42626
42627 \end_inset
42628
42629
42630 \begin_inset Phantom Phantom
42631 status open
42632
42633 \begin_layout Plain Layout
42634 W
42635 \end_layout
42636
42637 \end_inset
42638
42639
42640 \begin_inset ERT
42641 status collapsed
42642
42643 \begin_layout Plain Layout
42644
42645 }
42646 \end_layout
42647
42648 \end_inset
42649
42650  Orchid
42651 \end_layout
42652
42653 \end_inset
42654 </cell>
42655 <cell alignment="left" valignment="top" usebox="none">
42656 \begin_inset Text
42657
42658 \begin_layout Plain Layout
42659 \begin_inset ERT
42660 status collapsed
42661
42662 \begin_layout Plain Layout
42663
42664
42665 \backslash
42666 fcolorbox{black}{
42667 \end_layout
42668
42669 \end_inset
42670
42671 Peach
42672 \begin_inset ERT
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677 }{
42678 \end_layout
42679
42680 \end_inset
42681
42682
42683 \begin_inset Phantom Phantom
42684 status open
42685
42686 \begin_layout Plain Layout
42687 W
42688 \end_layout
42689
42690 \end_inset
42691
42692
42693 \begin_inset ERT
42694 status collapsed
42695
42696 \begin_layout Plain Layout
42697
42698 }
42699 \end_layout
42700
42701 \end_inset
42702
42703  Peach
42704 \end_layout
42705
42706 \end_inset
42707 </cell>
42708 <cell alignment="left" valignment="top" usebox="none">
42709 \begin_inset Text
42710
42711 \begin_layout Plain Layout
42712 \begin_inset ERT
42713 status collapsed
42714
42715 \begin_layout Plain Layout
42716
42717
42718 \backslash
42719 fcolorbox{black}{
42720 \end_layout
42721
42722 \end_inset
42723
42724 Periwinkle
42725 \begin_inset ERT
42726 status collapsed
42727
42728 \begin_layout Plain Layout
42729
42730 }{
42731 \end_layout
42732
42733 \end_inset
42734
42735
42736 \begin_inset Phantom Phantom
42737 status open
42738
42739 \begin_layout Plain Layout
42740 W
42741 \end_layout
42742
42743 \end_inset
42744
42745
42746 \begin_inset ERT
42747 status collapsed
42748
42749 \begin_layout Plain Layout
42750
42751 }
42752 \end_layout
42753
42754 \end_inset
42755
42756  Periwinkle
42757 \end_layout
42758
42759 \end_inset
42760 </cell>
42761 </row>
42762 <row>
42763 <cell alignment="left" valignment="top" usebox="none">
42764 \begin_inset Text
42765
42766 \begin_layout Plain Layout
42767 \begin_inset ERT
42768 status collapsed
42769
42770 \begin_layout Plain Layout
42771
42772
42773 \backslash
42774 fcolorbox{black}{
42775 \end_layout
42776
42777 \end_inset
42778
42779 PineGreen
42780 \begin_inset ERT
42781 status collapsed
42782
42783 \begin_layout Plain Layout
42784
42785 }{
42786 \end_layout
42787
42788 \end_inset
42789
42790
42791 \begin_inset Phantom Phantom
42792 status open
42793
42794 \begin_layout Plain Layout
42795 W
42796 \end_layout
42797
42798 \end_inset
42799
42800
42801 \begin_inset ERT
42802 status collapsed
42803
42804 \begin_layout Plain Layout
42805
42806 }
42807 \end_layout
42808
42809 \end_inset
42810
42811  PineGreen
42812 \end_layout
42813
42814 \end_inset
42815 </cell>
42816 <cell alignment="left" valignment="top" usebox="none">
42817 \begin_inset Text
42818
42819 \begin_layout Plain Layout
42820 \begin_inset ERT
42821 status collapsed
42822
42823 \begin_layout Plain Layout
42824
42825
42826 \backslash
42827 fcolorbox{black}{
42828 \end_layout
42829
42830 \end_inset
42831
42832 Plum
42833 \begin_inset ERT
42834 status collapsed
42835
42836 \begin_layout Plain Layout
42837
42838 }{
42839 \end_layout
42840
42841 \end_inset
42842
42843
42844 \begin_inset Phantom Phantom
42845 status open
42846
42847 \begin_layout Plain Layout
42848 W
42849 \end_layout
42850
42851 \end_inset
42852
42853
42854 \begin_inset ERT
42855 status collapsed
42856
42857 \begin_layout Plain Layout
42858
42859 }
42860 \end_layout
42861
42862 \end_inset
42863
42864  Plum
42865 \end_layout
42866
42867 \end_inset
42868 </cell>
42869 <cell alignment="left" valignment="top" usebox="none">
42870 \begin_inset Text
42871
42872 \begin_layout Plain Layout
42873 \begin_inset ERT
42874 status collapsed
42875
42876 \begin_layout Plain Layout
42877
42878
42879 \backslash
42880 fcolorbox{black}{
42881 \end_layout
42882
42883 \end_inset
42884
42885 ProcessBlue
42886 \begin_inset ERT
42887 status collapsed
42888
42889 \begin_layout Plain Layout
42890
42891 }{
42892 \end_layout
42893
42894 \end_inset
42895
42896
42897 \begin_inset Phantom Phantom
42898 status open
42899
42900 \begin_layout Plain Layout
42901 W
42902 \end_layout
42903
42904 \end_inset
42905
42906
42907 \begin_inset ERT
42908 status collapsed
42909
42910 \begin_layout Plain Layout
42911
42912 }
42913 \end_layout
42914
42915 \end_inset
42916
42917  ProcessBlue
42918 \end_layout
42919
42920 \end_inset
42921 </cell>
42922 <cell alignment="left" valignment="top" usebox="none">
42923 \begin_inset Text
42924
42925 \begin_layout Plain Layout
42926 \begin_inset ERT
42927 status collapsed
42928
42929 \begin_layout Plain Layout
42930
42931
42932 \backslash
42933 fcolorbox{black}{
42934 \end_layout
42935
42936 \end_inset
42937
42938 Purple
42939 \begin_inset ERT
42940 status collapsed
42941
42942 \begin_layout Plain Layout
42943
42944 }{
42945 \end_layout
42946
42947 \end_inset
42948
42949
42950 \begin_inset Phantom Phantom
42951 status open
42952
42953 \begin_layout Plain Layout
42954 W
42955 \end_layout
42956
42957 \end_inset
42958
42959
42960 \begin_inset ERT
42961 status collapsed
42962
42963 \begin_layout Plain Layout
42964
42965 }
42966 \end_layout
42967
42968 \end_inset
42969
42970  Purple
42971 \end_layout
42972
42973 \end_inset
42974 </cell>
42975 </row>
42976 <row>
42977 <cell alignment="left" valignment="top" usebox="none">
42978 \begin_inset Text
42979
42980 \begin_layout Plain Layout
42981 \begin_inset ERT
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985
42986
42987 \backslash
42988 fcolorbox{black}{
42989 \end_layout
42990
42991 \end_inset
42992
42993 RawSienna
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999 }{
43000 \end_layout
43001
43002 \end_inset
43003
43004
43005 \begin_inset Phantom Phantom
43006 status open
43007
43008 \begin_layout Plain Layout
43009 W
43010 \end_layout
43011
43012 \end_inset
43013
43014
43015 \begin_inset ERT
43016 status collapsed
43017
43018 \begin_layout Plain Layout
43019
43020 }
43021 \end_layout
43022
43023 \end_inset
43024
43025  RawSienna
43026 \end_layout
43027
43028 \end_inset
43029 </cell>
43030 <cell alignment="left" valignment="top" usebox="none">
43031 \begin_inset Text
43032
43033 \begin_layout Plain Layout
43034 \begin_inset ERT
43035 status collapsed
43036
43037 \begin_layout Plain Layout
43038
43039
43040 \backslash
43041 fcolorbox{black}{
43042 \end_layout
43043
43044 \end_inset
43045
43046 RedOrange
43047 \begin_inset ERT
43048 status collapsed
43049
43050 \begin_layout Plain Layout
43051
43052 }{
43053 \end_layout
43054
43055 \end_inset
43056
43057
43058 \begin_inset Phantom Phantom
43059 status open
43060
43061 \begin_layout Plain Layout
43062 W
43063 \end_layout
43064
43065 \end_inset
43066
43067
43068 \begin_inset ERT
43069 status collapsed
43070
43071 \begin_layout Plain Layout
43072
43073 }
43074 \end_layout
43075
43076 \end_inset
43077
43078  RedOrange
43079 \end_layout
43080
43081 \end_inset
43082 </cell>
43083 <cell alignment="left" valignment="top" usebox="none">
43084 \begin_inset Text
43085
43086 \begin_layout Plain Layout
43087 \begin_inset ERT
43088 status collapsed
43089
43090 \begin_layout Plain Layout
43091
43092
43093 \backslash
43094 fcolorbox{black}{
43095 \end_layout
43096
43097 \end_inset
43098
43099 RedViolet
43100 \begin_inset ERT
43101 status collapsed
43102
43103 \begin_layout Plain Layout
43104
43105 }{
43106 \end_layout
43107
43108 \end_inset
43109
43110
43111 \begin_inset Phantom Phantom
43112 status open
43113
43114 \begin_layout Plain Layout
43115 W
43116 \end_layout
43117
43118 \end_inset
43119
43120
43121 \begin_inset ERT
43122 status collapsed
43123
43124 \begin_layout Plain Layout
43125
43126 }
43127 \end_layout
43128
43129 \end_inset
43130
43131  RedViolet
43132 \end_layout
43133
43134 \end_inset
43135 </cell>
43136 <cell alignment="left" valignment="top" usebox="none">
43137 \begin_inset Text
43138
43139 \begin_layout Plain Layout
43140 \begin_inset ERT
43141 status collapsed
43142
43143 \begin_layout Plain Layout
43144
43145
43146 \backslash
43147 fcolorbox{black}{
43148 \end_layout
43149
43150 \end_inset
43151
43152 Rhodamine
43153 \begin_inset ERT
43154 status collapsed
43155
43156 \begin_layout Plain Layout
43157
43158 }{
43159 \end_layout
43160
43161 \end_inset
43162
43163
43164 \begin_inset Phantom Phantom
43165 status open
43166
43167 \begin_layout Plain Layout
43168 W
43169 \end_layout
43170
43171 \end_inset
43172
43173
43174 \begin_inset ERT
43175 status collapsed
43176
43177 \begin_layout Plain Layout
43178
43179 }
43180 \end_layout
43181
43182 \end_inset
43183
43184  Rhodamine
43185 \end_layout
43186
43187 \end_inset
43188 </cell>
43189 </row>
43190 <row>
43191 <cell alignment="left" valignment="top" usebox="none">
43192 \begin_inset Text
43193
43194 \begin_layout Plain Layout
43195 \begin_inset ERT
43196 status collapsed
43197
43198 \begin_layout Plain Layout
43199
43200
43201 \backslash
43202 fcolorbox{black}{
43203 \end_layout
43204
43205 \end_inset
43206
43207 RoyalBlue
43208 \begin_inset ERT
43209 status collapsed
43210
43211 \begin_layout Plain Layout
43212
43213 }{
43214 \end_layout
43215
43216 \end_inset
43217
43218
43219 \begin_inset Phantom Phantom
43220 status open
43221
43222 \begin_layout Plain Layout
43223 W
43224 \end_layout
43225
43226 \end_inset
43227
43228
43229 \begin_inset ERT
43230 status collapsed
43231
43232 \begin_layout Plain Layout
43233
43234 }
43235 \end_layout
43236
43237 \end_inset
43238
43239  RoyalBlue
43240 \end_layout
43241
43242 \end_inset
43243 </cell>
43244 <cell alignment="left" valignment="top" usebox="none">
43245 \begin_inset Text
43246
43247 \begin_layout Plain Layout
43248 \begin_inset ERT
43249 status collapsed
43250
43251 \begin_layout Plain Layout
43252
43253
43254 \backslash
43255 fcolorbox{black}{
43256 \end_layout
43257
43258 \end_inset
43259
43260 RoyalPurple
43261 \begin_inset ERT
43262 status collapsed
43263
43264 \begin_layout Plain Layout
43265
43266 }{
43267 \end_layout
43268
43269 \end_inset
43270
43271
43272 \begin_inset Phantom Phantom
43273 status open
43274
43275 \begin_layout Plain Layout
43276 W
43277 \end_layout
43278
43279 \end_inset
43280
43281
43282 \begin_inset ERT
43283 status collapsed
43284
43285 \begin_layout Plain Layout
43286
43287 }
43288 \end_layout
43289
43290 \end_inset
43291
43292  RoyalPurple
43293 \end_layout
43294
43295 \end_inset
43296 </cell>
43297 <cell alignment="left" valignment="top" usebox="none">
43298 \begin_inset Text
43299
43300 \begin_layout Plain Layout
43301 \begin_inset ERT
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305
43306
43307 \backslash
43308 fcolorbox{black}{
43309 \end_layout
43310
43311 \end_inset
43312
43313 RubineRed
43314 \begin_inset ERT
43315 status collapsed
43316
43317 \begin_layout Plain Layout
43318
43319 }{
43320 \end_layout
43321
43322 \end_inset
43323
43324
43325 \begin_inset Phantom Phantom
43326 status open
43327
43328 \begin_layout Plain Layout
43329 W
43330 \end_layout
43331
43332 \end_inset
43333
43334
43335 \begin_inset ERT
43336 status collapsed
43337
43338 \begin_layout Plain Layout
43339
43340 }
43341 \end_layout
43342
43343 \end_inset
43344
43345  RubineRed
43346 \end_layout
43347
43348 \end_inset
43349 </cell>
43350 <cell alignment="left" valignment="top" usebox="none">
43351 \begin_inset Text
43352
43353 \begin_layout Plain Layout
43354 \begin_inset ERT
43355 status collapsed
43356
43357 \begin_layout Plain Layout
43358
43359
43360 \backslash
43361 fcolorbox{black}{
43362 \end_layout
43363
43364 \end_inset
43365
43366 Salmon
43367 \begin_inset ERT
43368 status collapsed
43369
43370 \begin_layout Plain Layout
43371
43372 }{
43373 \end_layout
43374
43375 \end_inset
43376
43377
43378 \begin_inset Phantom Phantom
43379 status open
43380
43381 \begin_layout Plain Layout
43382 W
43383 \end_layout
43384
43385 \end_inset
43386
43387
43388 \begin_inset ERT
43389 status collapsed
43390
43391 \begin_layout Plain Layout
43392
43393 }
43394 \end_layout
43395
43396 \end_inset
43397
43398  Salmon
43399 \end_layout
43400
43401 \end_inset
43402 </cell>
43403 </row>
43404 <row>
43405 <cell alignment="left" valignment="top" usebox="none">
43406 \begin_inset Text
43407
43408 \begin_layout Plain Layout
43409 \begin_inset ERT
43410 status collapsed
43411
43412 \begin_layout Plain Layout
43413
43414
43415 \backslash
43416 fcolorbox{black}{
43417 \end_layout
43418
43419 \end_inset
43420
43421 SeaGreen
43422 \begin_inset ERT
43423 status collapsed
43424
43425 \begin_layout Plain Layout
43426
43427 }{
43428 \end_layout
43429
43430 \end_inset
43431
43432
43433 \begin_inset Phantom Phantom
43434 status open
43435
43436 \begin_layout Plain Layout
43437 W
43438 \end_layout
43439
43440 \end_inset
43441
43442
43443 \begin_inset ERT
43444 status collapsed
43445
43446 \begin_layout Plain Layout
43447
43448 }
43449 \end_layout
43450
43451 \end_inset
43452
43453  SeaGreen
43454 \end_layout
43455
43456 \end_inset
43457 </cell>
43458 <cell alignment="left" valignment="top" usebox="none">
43459 \begin_inset Text
43460
43461 \begin_layout Plain Layout
43462 \begin_inset ERT
43463 status collapsed
43464
43465 \begin_layout Plain Layout
43466
43467
43468 \backslash
43469 fcolorbox{black}{
43470 \end_layout
43471
43472 \end_inset
43473
43474 Sepia
43475 \begin_inset ERT
43476 status collapsed
43477
43478 \begin_layout Plain Layout
43479
43480 }{
43481 \end_layout
43482
43483 \end_inset
43484
43485
43486 \begin_inset Phantom Phantom
43487 status open
43488
43489 \begin_layout Plain Layout
43490 W
43491 \end_layout
43492
43493 \end_inset
43494
43495
43496 \begin_inset ERT
43497 status collapsed
43498
43499 \begin_layout Plain Layout
43500
43501 }
43502 \end_layout
43503
43504 \end_inset
43505
43506  Sepia
43507 \end_layout
43508
43509 \end_inset
43510 </cell>
43511 <cell alignment="left" valignment="top" usebox="none">
43512 \begin_inset Text
43513
43514 \begin_layout Plain Layout
43515 \begin_inset ERT
43516 status collapsed
43517
43518 \begin_layout Plain Layout
43519
43520
43521 \backslash
43522 fcolorbox{black}{
43523 \end_layout
43524
43525 \end_inset
43526
43527 SkyBlue
43528 \begin_inset ERT
43529 status collapsed
43530
43531 \begin_layout Plain Layout
43532
43533 }{
43534 \end_layout
43535
43536 \end_inset
43537
43538
43539 \begin_inset Phantom Phantom
43540 status open
43541
43542 \begin_layout Plain Layout
43543 W
43544 \end_layout
43545
43546 \end_inset
43547
43548
43549 \begin_inset ERT
43550 status collapsed
43551
43552 \begin_layout Plain Layout
43553
43554 }
43555 \end_layout
43556
43557 \end_inset
43558
43559  SkyBlue
43560 \end_layout
43561
43562 \end_inset
43563 </cell>
43564 <cell alignment="left" valignment="top" usebox="none">
43565 \begin_inset Text
43566
43567 \begin_layout Plain Layout
43568 \begin_inset ERT
43569 status collapsed
43570
43571 \begin_layout Plain Layout
43572
43573
43574 \backslash
43575 fcolorbox{black}{
43576 \end_layout
43577
43578 \end_inset
43579
43580 SpringGreen
43581 \begin_inset ERT
43582 status collapsed
43583
43584 \begin_layout Plain Layout
43585
43586 }{
43587 \end_layout
43588
43589 \end_inset
43590
43591
43592 \begin_inset Phantom Phantom
43593 status open
43594
43595 \begin_layout Plain Layout
43596 W
43597 \end_layout
43598
43599 \end_inset
43600
43601
43602 \begin_inset ERT
43603 status collapsed
43604
43605 \begin_layout Plain Layout
43606
43607 }
43608 \end_layout
43609
43610 \end_inset
43611
43612  SpringGreen
43613 \end_layout
43614
43615 \end_inset
43616 </cell>
43617 </row>
43618 <row>
43619 <cell alignment="left" valignment="top" usebox="none">
43620 \begin_inset Text
43621
43622 \begin_layout Plain Layout
43623 \begin_inset ERT
43624 status collapsed
43625
43626 \begin_layout Plain Layout
43627
43628
43629 \backslash
43630 fcolorbox{black}{
43631 \end_layout
43632
43633 \end_inset
43634
43635 Tan
43636 \begin_inset ERT
43637 status collapsed
43638
43639 \begin_layout Plain Layout
43640
43641 }{
43642 \end_layout
43643
43644 \end_inset
43645
43646
43647 \begin_inset Phantom Phantom
43648 status open
43649
43650 \begin_layout Plain Layout
43651 W
43652 \end_layout
43653
43654 \end_inset
43655
43656
43657 \begin_inset ERT
43658 status collapsed
43659
43660 \begin_layout Plain Layout
43661
43662 }
43663 \end_layout
43664
43665 \end_inset
43666
43667  Tan
43668 \end_layout
43669
43670 \end_inset
43671 </cell>
43672 <cell alignment="left" valignment="top" usebox="none">
43673 \begin_inset Text
43674
43675 \begin_layout Plain Layout
43676 \begin_inset ERT
43677 status collapsed
43678
43679 \begin_layout Plain Layout
43680
43681
43682 \backslash
43683 fcolorbox{black}{
43684 \end_layout
43685
43686 \end_inset
43687
43688 TealBlue
43689 \begin_inset ERT
43690 status collapsed
43691
43692 \begin_layout Plain Layout
43693
43694 }{
43695 \end_layout
43696
43697 \end_inset
43698
43699
43700 \begin_inset Phantom Phantom
43701 status open
43702
43703 \begin_layout Plain Layout
43704 W
43705 \end_layout
43706
43707 \end_inset
43708
43709
43710 \begin_inset ERT
43711 status collapsed
43712
43713 \begin_layout Plain Layout
43714
43715 }
43716 \end_layout
43717
43718 \end_inset
43719
43720  TealBlue
43721 \end_layout
43722
43723 \end_inset
43724 </cell>
43725 <cell alignment="left" valignment="top" usebox="none">
43726 \begin_inset Text
43727
43728 \begin_layout Plain Layout
43729 \begin_inset ERT
43730 status collapsed
43731
43732 \begin_layout Plain Layout
43733
43734
43735 \backslash
43736 fcolorbox{black}{
43737 \end_layout
43738
43739 \end_inset
43740
43741 Thistle
43742 \begin_inset ERT
43743 status collapsed
43744
43745 \begin_layout Plain Layout
43746
43747 }{
43748 \end_layout
43749
43750 \end_inset
43751
43752
43753 \begin_inset Phantom Phantom
43754 status open
43755
43756 \begin_layout Plain Layout
43757 W
43758 \end_layout
43759
43760 \end_inset
43761
43762
43763 \begin_inset ERT
43764 status collapsed
43765
43766 \begin_layout Plain Layout
43767
43768 }
43769 \end_layout
43770
43771 \end_inset
43772
43773  Thistle
43774 \end_layout
43775
43776 \end_inset
43777 </cell>
43778 <cell alignment="left" valignment="top" usebox="none">
43779 \begin_inset Text
43780
43781 \begin_layout Plain Layout
43782 \begin_inset ERT
43783 status collapsed
43784
43785 \begin_layout Plain Layout
43786
43787
43788 \backslash
43789 fcolorbox{black}{
43790 \end_layout
43791
43792 \end_inset
43793
43794 Turquoise
43795 \begin_inset ERT
43796 status collapsed
43797
43798 \begin_layout Plain Layout
43799
43800 }{
43801 \end_layout
43802
43803 \end_inset
43804
43805
43806 \begin_inset Phantom Phantom
43807 status open
43808
43809 \begin_layout Plain Layout
43810 W
43811 \end_layout
43812
43813 \end_inset
43814
43815
43816 \begin_inset ERT
43817 status collapsed
43818
43819 \begin_layout Plain Layout
43820
43821 }
43822 \end_layout
43823
43824 \end_inset
43825
43826  Turquoise
43827 \end_layout
43828
43829 \end_inset
43830 </cell>
43831 </row>
43832 <row>
43833 <cell alignment="left" valignment="top" usebox="none">
43834 \begin_inset Text
43835
43836 \begin_layout Plain Layout
43837 \begin_inset ERT
43838 status collapsed
43839
43840 \begin_layout Plain Layout
43841
43842
43843 \backslash
43844 fcolorbox{black}{
43845 \end_layout
43846
43847 \end_inset
43848
43849 Violet
43850 \begin_inset ERT
43851 status collapsed
43852
43853 \begin_layout Plain Layout
43854
43855 }{
43856 \end_layout
43857
43858 \end_inset
43859
43860
43861 \begin_inset Phantom Phantom
43862 status open
43863
43864 \begin_layout Plain Layout
43865 W
43866 \end_layout
43867
43868 \end_inset
43869
43870
43871 \begin_inset ERT
43872 status collapsed
43873
43874 \begin_layout Plain Layout
43875
43876 }
43877 \end_layout
43878
43879 \end_inset
43880
43881  Violet
43882 \end_layout
43883
43884 \end_inset
43885 </cell>
43886 <cell alignment="left" valignment="top" usebox="none">
43887 \begin_inset Text
43888
43889 \begin_layout Plain Layout
43890 \begin_inset ERT
43891 status collapsed
43892
43893 \begin_layout Plain Layout
43894
43895
43896 \backslash
43897 fcolorbox{black}{
43898 \end_layout
43899
43900 \end_inset
43901
43902 VioletRed
43903 \begin_inset ERT
43904 status collapsed
43905
43906 \begin_layout Plain Layout
43907
43908 }{
43909 \end_layout
43910
43911 \end_inset
43912
43913
43914 \begin_inset Phantom Phantom
43915 status open
43916
43917 \begin_layout Plain Layout
43918 W
43919 \end_layout
43920
43921 \end_inset
43922
43923
43924 \begin_inset ERT
43925 status collapsed
43926
43927 \begin_layout Plain Layout
43928
43929 }
43930 \end_layout
43931
43932 \end_inset
43933
43934  VioletRed
43935 \end_layout
43936
43937 \end_inset
43938 </cell>
43939 <cell alignment="left" valignment="top" usebox="none">
43940 \begin_inset Text
43941
43942 \begin_layout Plain Layout
43943 \begin_inset ERT
43944 status collapsed
43945
43946 \begin_layout Plain Layout
43947
43948
43949 \backslash
43950 fcolorbox{black}{
43951 \end_layout
43952
43953 \end_inset
43954
43955 WildStrawberry
43956 \begin_inset ERT
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961 }{
43962 \end_layout
43963
43964 \end_inset
43965
43966
43967 \begin_inset Phantom Phantom
43968 status open
43969
43970 \begin_layout Plain Layout
43971 W
43972 \end_layout
43973
43974 \end_inset
43975
43976
43977 \begin_inset ERT
43978 status collapsed
43979
43980 \begin_layout Plain Layout
43981
43982 }
43983 \end_layout
43984
43985 \end_inset
43986
43987  WildStrawberry
43988 \end_layout
43989
43990 \end_inset
43991 </cell>
43992 <cell alignment="left" valignment="top" usebox="none">
43993 \begin_inset Text
43994
43995 \begin_layout Plain Layout
43996 \begin_inset ERT
43997 status collapsed
43998
43999 \begin_layout Plain Layout
44000
44001
44002 \backslash
44003 fcolorbox{black}{
44004 \end_layout
44005
44006 \end_inset
44007
44008 YellowGreen
44009 \begin_inset ERT
44010 status collapsed
44011
44012 \begin_layout Plain Layout
44013
44014 }{
44015 \end_layout
44016
44017 \end_inset
44018
44019
44020 \begin_inset Phantom Phantom
44021 status open
44022
44023 \begin_layout Plain Layout
44024 W
44025 \end_layout
44026
44027 \end_inset
44028
44029
44030 \begin_inset ERT
44031 status collapsed
44032
44033 \begin_layout Plain Layout
44034
44035 }
44036 \end_layout
44037
44038 \end_inset
44039
44040  YellowGreen
44041 \end_layout
44042
44043 \end_inset
44044 </cell>
44045 </row>
44046 <row>
44047 <cell alignment="left" valignment="top" usebox="none">
44048 \begin_inset Text
44049
44050 \begin_layout Plain Layout
44051 \begin_inset ERT
44052 status collapsed
44053
44054 \begin_layout Plain Layout
44055
44056
44057 \backslash
44058 fcolorbox{black}{
44059 \end_layout
44060
44061 \end_inset
44062
44063 YellowOrange
44064 \begin_inset ERT
44065 status collapsed
44066
44067 \begin_layout Plain Layout
44068
44069 }{
44070 \end_layout
44071
44072 \end_inset
44073
44074
44075 \begin_inset Phantom Phantom
44076 status open
44077
44078 \begin_layout Plain Layout
44079 W
44080 \end_layout
44081
44082 \end_inset
44083
44084
44085 \begin_inset ERT
44086 status collapsed
44087
44088 \begin_layout Plain Layout
44089
44090 }
44091 \end_layout
44092
44093 \end_inset
44094
44095  YellowOrange
44096 \end_layout
44097
44098 \end_inset
44099 </cell>
44100 <cell alignment="left" valignment="top" usebox="none">
44101 \begin_inset Text
44102
44103 \begin_layout Plain Layout
44104
44105 \end_layout
44106
44107 \end_inset
44108 </cell>
44109 <cell alignment="left" valignment="top" usebox="none">
44110 \begin_inset Text
44111
44112 \begin_layout Plain Layout
44113
44114 \end_layout
44115
44116 \end_inset
44117 </cell>
44118 <cell alignment="left" valignment="top" usebox="none">
44119 \begin_inset Text
44120
44121 \begin_layout Plain Layout
44122
44123 \end_layout
44124
44125 \end_inset
44126 </cell>
44127 </row>
44128 </lyxtabular>
44129
44130 \end_inset
44131
44132
44133 \end_layout
44134
44135 \begin_layout Chapter
44136 Explicación de la ecuación
44137 \begin_inset space ~
44138 \end_inset
44139
44140 (
44141 \begin_inset CommandInset ref
44142 LatexCommand ref
44143 reference "eq:Wgn"
44144
44145 \end_inset
44146
44147 )
44148 \begin_inset CommandInset label
44149 LatexCommand label
44150 name "cap:Explicación-de-la-Ecuación"
44151
44152 \end_inset
44153
44154
44155 \end_layout
44156
44157 \begin_layout Standard
44158 La anchura total de 
44159 \emph on
44160 n
44161 \emph default
44162  celdas de un cuadro 
44163 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44164 \end_inset
44165
44166  puede calcularse con
44167 \begin_inset Formula 
44168 \begin{equation}
44169 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44170 \end{equation}
44171
44172 \end_inset
44173
44174
44175 \end_layout
44176
44177 \begin_layout Standard
44178 donde 
44179 \begin_inset Formula $W_{g\,n}$
44180 \end_inset
44181
44182  es el ancho dado de todas las celdas.
44183  
44184 \series bold
44185
44186 \backslash
44187 tabcolsep
44188 \series default
44189  es la longitud \SpecialChar LaTeX
44190  entre el texto y el borde de la celda, 6
44191 \begin_inset space \thinspace{}
44192 \end_inset
44193
44194 pt por omisión.
44195  
44196 \series bold
44197
44198 \backslash
44199 arrayrulewidth
44200 \series default
44201  es el grosor de línea del borde, 0.4
44202 \begin_inset space \thinspace{}
44203 \end_inset
44204
44205 pt por omisión.
44206 \end_layout
44207
44208 \begin_layout Standard
44209 Procediendo como en la ecuación
44210 \begin_inset space ~
44211 \end_inset
44212
44213
44214 \begin_inset CommandInset ref
44215 LatexCommand eqref
44216 reference "eq:Wtot_n"
44217
44218 \end_inset
44219
44220 , el ancho total de una multicolumna, 
44221 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44222 \end_inset
44223
44224  es
44225 \begin_inset Formula 
44226 \begin{equation}
44227 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44228 \end{equation}
44229
44230 \end_inset
44231
44232
44233 \end_layout
44234
44235 \begin_layout Standard
44236 Igualando las ecuaciones
44237 \begin_inset space ~
44238 \end_inset
44239
44240
44241 \begin_inset CommandInset ref
44242 LatexCommand eqref
44243 reference "eq:Wtot_n"
44244
44245 \end_inset
44246
44247  y 
44248 \begin_inset CommandInset ref
44249 LatexCommand eqref
44250 reference "eq:Wtot_mult"
44251
44252 \end_inset
44253
44254  podemos calcular el ancho dado necesario 
44255 \begin_inset Formula $W_{g\,n}$
44256 \end_inset
44257
44258  cuando se expanden 
44259 \emph on
44260 n
44261 \emph default
44262  columnas, de forma que cada una de ellas tiene una anchura total 
44263 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44264 \end_inset
44265
44266 :
44267 \begin_inset Formula 
44268 \begin{equation}
44269 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44270 \end{equation}
44271
44272 \end_inset
44273
44274
44275 \end_layout
44276
44277 \begin_layout Bibliography
44278 \begin_inset CommandInset bibitem
44279 LatexCommand bibitem
44280 key "latexcompanion"
44281
44282 \end_inset
44283
44284 Frank Mittelbach and Michel Goossens: 
44285 \emph on
44286 The \SpecialChar LaTeX
44287  Companion Second Edition.
44288
44289 \emph default
44290  Addison-Wesley, 2004
44291 \end_layout
44292
44293 \begin_layout Bibliography
44294 \begin_inset CommandInset bibitem
44295 LatexCommand bibitem
44296 key "latexguide"
44297
44298 \end_inset
44299
44300 Helmut Kopka and Patrick W.
44301  Daly: 
44302 \emph on
44303 A Guide to \SpecialChar LaTeX
44304  Fourth Edition.
44305
44306 \emph default
44307  Addison-Wesley, 2003
44308 \end_layout
44309
44310 \begin_layout Bibliography
44311 \begin_inset CommandInset bibitem
44312 LatexCommand bibitem
44313 key "latexbook"
44314
44315 \end_inset
44316
44317 Leslie Lamport: 
44318 \emph on
44319 \SpecialChar LaTeX
44320 : A Document Preparation System.
44321
44322 \emph default
44323  Addison-Wesley, second edition, 1994
44324 \end_layout
44325
44326 \begin_layout Bibliography
44327 \begin_inset CommandInset bibitem
44328 LatexCommand bibitem
44329 key "arydshln"
44330
44331 \end_inset
44332
44333 Documentación del paquete \SpecialChar LaTeX
44334  
44335 \series bold
44336
44337 \begin_inset CommandInset href
44338 LatexCommand href
44339 name "arydshln"
44340 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44341
44342 \end_inset
44343
44344
44345 \series default
44346
44347 \begin_inset Index idx
44348 status collapsed
44349
44350 \begin_layout Plain Layout
44351 \SpecialChar LaTeX
44352 -paquetes ! arydshln
44353 \end_layout
44354
44355 \end_inset
44356
44357
44358 \end_layout
44359
44360 \begin_layout Bibliography
44361 \begin_inset CommandInset bibitem
44362 LatexCommand bibitem
44363 key "booktabs"
44364
44365 \end_inset
44366
44367 Documentación del paquete \SpecialChar LaTeX
44368  
44369 \series bold
44370
44371 \begin_inset CommandInset href
44372 LatexCommand href
44373 name "booktabs"
44374 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44375
44376 \end_inset
44377
44378
44379 \series default
44380
44381 \begin_inset Index idx
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385 \SpecialChar LaTeX
44386 -paquetes ! booktabs
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \end_layout
44393
44394 \begin_layout Bibliography
44395 \begin_inset CommandInset bibitem
44396 LatexCommand bibitem
44397 key "caption"
44398
44399 \end_inset
44400
44401 Documentación del paquete \SpecialChar LaTeX
44402  
44403 \series bold
44404
44405 \begin_inset CommandInset href
44406 LatexCommand href
44407 name "caption"
44408 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44409
44410 \end_inset
44411
44412
44413 \series default
44414
44415 \begin_inset Index idx
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419 \SpecialChar LaTeX
44420 -paquetes ! caption
44421 \end_layout
44422
44423 \end_inset
44424
44425
44426 \end_layout
44427
44428 \begin_layout Bibliography
44429 \begin_inset CommandInset bibitem
44430 LatexCommand bibitem
44431 key "diagbox"
44432
44433 \end_inset
44434
44435 Documentación del paquete \SpecialChar LaTeX
44436  
44437 \series bold
44438
44439 \begin_inset CommandInset href
44440 LatexCommand href
44441 name "diagbox"
44442 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44443
44444 \end_inset
44445
44446
44447 \series default
44448
44449 \begin_inset Index idx
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453 \SpecialChar LaTeX
44454 -paquetes ! diagbox
44455 \end_layout
44456
44457 \end_inset
44458
44459
44460 \end_layout
44461
44462 \begin_layout Bibliography
44463 \begin_inset CommandInset bibitem
44464 LatexCommand bibitem
44465 key "endfloat"
44466
44467 \end_inset
44468
44469 Documentación del paquete \SpecialChar LaTeX
44470  
44471 \series bold
44472
44473 \begin_inset CommandInset href
44474 LatexCommand href
44475 name "endfloat"
44476 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44477
44478 \end_inset
44479
44480
44481 \series default
44482
44483 \begin_inset Index idx
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487 \SpecialChar LaTeX
44488 -paquetes ! endfloat
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \end_layout
44495
44496 \begin_layout Bibliography
44497 \begin_inset CommandInset bibitem
44498 LatexCommand bibitem
44499 key "footmisc"
44500
44501 \end_inset
44502
44503 Documentación del paquete \SpecialChar LaTeX
44504  
44505 \series bold
44506
44507 \begin_inset CommandInset href
44508 LatexCommand href
44509 name "footmisc"
44510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44511
44512 \end_inset
44513
44514
44515 \series default
44516
44517 \begin_inset Index idx
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521 \SpecialChar LaTeX
44522 -paquetes ! footmisc
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \end_layout
44529
44530 \begin_layout Bibliography
44531 \begin_inset CommandInset bibitem
44532 LatexCommand bibitem
44533 key "hypcap"
44534
44535 \end_inset
44536
44537 Documentación del paquete \SpecialChar LaTeX
44538  
44539 \series bold
44540
44541 \begin_inset CommandInset href
44542 LatexCommand href
44543 name "hypcap"
44544 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44545
44546 \end_inset
44547
44548
44549 \series default
44550
44551 \begin_inset Index idx
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555 \SpecialChar LaTeX
44556 -paquetes ! hyperref
44557 \end_layout
44558
44559 \end_inset
44560
44561
44562 \end_layout
44563
44564 \begin_layout Bibliography
44565 \begin_inset CommandInset bibitem
44566 LatexCommand bibitem
44567 key "hyperref"
44568
44569 \end_inset
44570
44571 Documentación del paquete \SpecialChar LaTeX
44572  
44573 \series bold
44574
44575 \begin_inset CommandInset href
44576 LatexCommand href
44577 name "hyperref"
44578 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44579
44580 \end_inset
44581
44582
44583 \series default
44584
44585 \begin_inset Index idx
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589 \SpecialChar LaTeX
44590 -paquetes ! hyperref
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \end_layout
44597
44598 \begin_layout Bibliography
44599 \begin_inset CommandInset bibitem
44600 LatexCommand bibitem
44601 key "KOMA-Script"
44602
44603 \end_inset
44604
44605 Documentación del paquete \SpecialChar LaTeX
44606  
44607 \series bold
44608
44609 \begin_inset CommandInset href
44610 LatexCommand href
44611 name "KOMA-Script"
44612 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44613
44614 \end_inset
44615
44616
44617 \series default
44618
44619 \begin_inset Index idx
44620 status collapsed
44621
44622 \begin_layout Plain Layout
44623 \SpecialChar LaTeX
44624 -paquetes ! KOMA-Script
44625 \end_layout
44626
44627 \end_inset
44628
44629
44630 \end_layout
44631
44632 \begin_layout Bibliography
44633 \begin_inset CommandInset bibitem
44634 LatexCommand bibitem
44635 key "lettrine"
44636
44637 \end_inset
44638
44639 Documentación del paquete \SpecialChar LaTeX
44640  
44641 \series bold
44642
44643 \begin_inset CommandInset href
44644 LatexCommand href
44645 name "lettrine"
44646 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44647
44648 \end_inset
44649
44650
44651 \series default
44652  y un 
44653 \begin_inset CommandInset href
44654 LatexCommand href
44655 name "ejemplo"
44656 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44657
44658 \end_inset
44659
44660
44661 \begin_inset Index idx
44662 status collapsed
44663
44664 \begin_layout Plain Layout
44665 \SpecialChar LaTeX
44666 -paquetes ! lettrine
44667 \end_layout
44668
44669 \end_inset
44670
44671
44672 \end_layout
44673
44674 \begin_layout Bibliography
44675 \begin_inset CommandInset bibitem
44676 LatexCommand bibitem
44677 key "listings"
44678
44679 \end_inset
44680
44681 Documentación del paquete \SpecialChar LaTeX
44682  
44683 \series bold
44684
44685 \begin_inset CommandInset href
44686 LatexCommand href
44687 name "listings"
44688 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44689
44690 \end_inset
44691
44692
44693 \series default
44694
44695 \begin_inset Index idx
44696 status collapsed
44697
44698 \begin_layout Plain Layout
44699 \SpecialChar LaTeX
44700 -paquetes ! listings
44701 \end_layout
44702
44703 \end_inset
44704
44705
44706 \end_layout
44707
44708 \begin_layout Bibliography
44709 \begin_inset CommandInset bibitem
44710 LatexCommand bibitem
44711 key "marginnote"
44712
44713 \end_inset
44714
44715 Documentación del paquete \SpecialChar LaTeX
44716  
44717 \series bold
44718
44719 \begin_inset CommandInset href
44720 LatexCommand href
44721 name "marginnote"
44722 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44723
44724 \end_inset
44725
44726
44727 \series default
44728
44729 \begin_inset Index idx
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733 \SpecialChar LaTeX
44734 -paquetes ! marginnote
44735 \end_layout
44736
44737 \end_inset
44738
44739
44740 \end_layout
44741
44742 \begin_layout Bibliography
44743 \begin_inset CommandInset bibitem
44744 LatexCommand bibitem
44745 key "pdfpages"
44746
44747 \end_inset
44748
44749 Documentación del paquete \SpecialChar LaTeX
44750  
44751 \series bold
44752
44753 \begin_inset CommandInset href
44754 LatexCommand href
44755 name "pdfpages"
44756 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44757
44758 \end_inset
44759
44760
44761 \series default
44762
44763 \begin_inset Index idx
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767 \SpecialChar LaTeX
44768 -paquetes ! pdfpages
44769 \end_layout
44770
44771 \end_inset
44772
44773
44774 \end_layout
44775
44776 \begin_layout Bibliography
44777 \begin_inset CommandInset bibitem
44778 LatexCommand bibitem
44779 key "prettyref"
44780
44781 \end_inset
44782
44783 Documentación del paquete \SpecialChar LaTeX
44784  
44785 \series bold
44786
44787 \begin_inset CommandInset href
44788 LatexCommand href
44789 name "prettyref"
44790 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44791
44792 \end_inset
44793
44794
44795 \series default
44796
44797 \begin_inset Index idx
44798 status collapsed
44799
44800 \begin_layout Plain Layout
44801 \SpecialChar LaTeX
44802 -paquetes ! prettyref
44803 \end_layout
44804
44805 \end_inset
44806
44807
44808 \end_layout
44809
44810 \begin_layout Bibliography
44811 \begin_inset CommandInset bibitem
44812 LatexCommand bibitem
44813 key "pstricks"
44814
44815 \end_inset
44816
44817 Página web del paquete \SpecialChar LaTeX
44818  
44819 \series bold
44820
44821 \begin_inset CommandInset href
44822 LatexCommand href
44823 name "PSTricks"
44824 target "http://tug.org/PSTricks/"
44825
44826 \end_inset
44827
44828
44829 \series default
44830
44831 \begin_inset Index idx
44832 status collapsed
44833
44834 \begin_layout Plain Layout
44835 \SpecialChar LaTeX
44836 -paquetes ! PSTricks
44837 \end_layout
44838
44839 \end_inset
44840
44841
44842 \end_layout
44843
44844 \begin_layout Bibliography
44845 \begin_inset CommandInset bibitem
44846 LatexCommand bibitem
44847 key "refstyle"
44848
44849 \end_inset
44850
44851 Documentación del paquete \SpecialChar LaTeX
44852  
44853 \series bold
44854
44855 \begin_inset CommandInset href
44856 LatexCommand href
44857 name "refstyle"
44858 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44859
44860 \end_inset
44861
44862
44863 \series default
44864
44865 \begin_inset Index idx
44866 status collapsed
44867
44868 \begin_layout Plain Layout
44869 \SpecialChar LaTeX
44870 -paquetes ! refstyle
44871 \end_layout
44872
44873 \end_inset
44874
44875
44876 \end_layout
44877
44878 \begin_layout Bibliography
44879 \begin_inset CommandInset bibitem
44880 LatexCommand bibitem
44881 key "sidecap"
44882
44883 \end_inset
44884
44885 Documentación del paquete \SpecialChar LaTeX
44886  
44887 \series bold
44888
44889 \begin_inset CommandInset href
44890 LatexCommand href
44891 name "sidecap"
44892 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44893
44894 \end_inset
44895
44896
44897 \series default
44898
44899 \begin_inset Index idx
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903 \SpecialChar LaTeX
44904 -paquetes ! sidecap
44905 \end_layout
44906
44907 \end_inset
44908
44909
44910 \end_layout
44911
44912 \begin_layout Bibliography
44913 \begin_inset CommandInset bibitem
44914 LatexCommand bibitem
44915 key "NewInLyX20"
44916
44917 \end_inset
44918
44919
44920 \begin_inset CommandInset href
44921 LatexCommand href
44922 name "Página wiki"
44923 target "http://wiki.lyx.org/LyX/NewInLyX20"
44924
44925 \end_inset
44926
44927  sobre características nuevas para la versión 
44928 \family sans
44929 \SpecialChar LyX
44930
44931 \begin_inset space ~
44932 \end_inset
44933
44934 2.0
44935 \family default
44936 .
44937 \end_layout
44938
44939 \begin_layout Standard
44940 \begin_inset CommandInset index_print
44941 LatexCommand printindex
44942 type "idx"
44943
44944 \end_inset
44945
44946
44947 \end_layout
44948
44949 \end_body
44950 \end_document