]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Math.lyx: replace tables by formal ones - part 3
[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 /systemlyxdir/doc/es/
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 collapsed
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 Standard
24870 \begin_inset Note Greyedout
24871 status open
24872
24873 \begin_layout Plain Layout
24874
24875 \series bold
24876 Nota:
24877 \series default
24878  Debido a un fallo en el paquete \SpecialChar LaTeX
24879  
24880 \series bold
24881 varioref
24882 \series default
24883  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
24884  de \SpecialChar LaTeX
24885  en documentos cuyo idioma haga activo el carácter punto (como el francés).
24886  Para una solución provisional, véase 
24887 \begin_inset Newline newline
24888 \end_inset
24889
24890
24891 \begin_inset CommandInset href
24892 LatexCommand href
24893 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24894
24895 \end_inset
24896
24897 .
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Subsection
24906 Designación automática de referencias
24907 \begin_inset Index idx
24908 status collapsed
24909
24910 \begin_layout Plain Layout
24911 Referencias ! Designación automática
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Standard
24920 El paquete \SpecialChar LaTeX
24921  
24922 \series bold
24923 hyperref
24924 \series default
24925
24926 \begin_inset Index idx
24927 status collapsed
24928
24929 \begin_layout Plain Layout
24930 \SpecialChar LaTeX
24931 -paquetes ! hyperref
24932 \end_layout
24933
24934 \end_inset
24935
24936 , que se habilita en 
24937 \family sans
24938 Propiedades PDF
24939 \family default
24940  del diálogo 
24941 \family sans
24942 Documento\SpecialChar menuseparator
24943 Configuración
24944 \family default
24945 , dispone de una característica muy útil que permite incluir automáticamente
24946  en las referencias cruzadas el nombre de los flotantes referidos (o partes
24947  de texto como 
24948 \emph on
24949 sección
24950 \emph default
24951 ).
24952  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
24953  cada referencia a una figura.
24954  Para usar esta característica habilita el soporte para 
24955 \series bold
24956 hyperref
24957 \series default
24958  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
24959 :
24960 \end_layout
24961
24962 \begin_layout Standard
24963
24964 \series bold
24965
24966 \backslash
24967 AtBeginDocument{
24968 \backslash
24969 renewcommand{
24970 \backslash
24971 ref}[1]{
24972 \backslash
24973 mbox{
24974 \backslash
24975 autoref{#1}}}}
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Si prefieres otros nombres para las referencias distintos de los predeterminados
24980 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
24981  lo siguiente en el preámbulo:
24982 \end_layout
24983
24984 \begin_layout Standard
24985
24986 \series bold
24987
24988 \backslash
24989 addto
24990 \backslash
24991 extrasspanish{
24992 \backslash
24993 renewcommand{
24994 \backslash
24995 sectionautorefname}
24996 \begin_inset Newline newline
24997 \end_inset
24998
24999
25000 \begin_inset Phantom HPhantom
25001 status open
25002
25003 \begin_layout Plain Layout
25004
25005 \series bold
25006 \begin_inset space ~
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013
25014 {sec.
25015 \backslash
25016 negthinspace}}
25017 \end_layout
25018
25019 \begin_layout Standard
25020 Si estás usando un idioma de documento distinto del español, reemplaza
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024  
25025 \series bold
25026
25027 \backslash
25028 extrasspanish
25029 \series default
25030  por
25031 \series bold
25032  
25033 \backslash
25034 extras***
25035 \series default
25036 , donde *** es el nombre del idioma utilizado.
25037 \end_layout
25038
25039 \begin_layout Standard
25040 Para obtener nombres automáticos pero no para determinados tipos de referencias,
25041  por ejemplo no para ecuaciones, usa este código de preámbulo:
25042 \end_layout
25043
25044 \begin_layout Standard
25045
25046 \series bold
25047
25048 \backslash
25049 addto
25050 \backslash
25051 extrasspanish{
25052 \backslash
25053 renewcommand*{
25054 \backslash
25055 equationautorefname}[1]{}}
25056 \end_layout
25057
25058 \begin_layout Standard
25059 En la documentación de 
25060 \series bold
25061 hyperref
25062 \series default
25063  
25064 \begin_inset CommandInset citation
25065 LatexCommand cite
25066 key "hyperref"
25067
25068 \end_inset
25069
25070  puedes encontrar más información.
25071
25072 \series bold
25073  
25074 \end_layout
25075
25076 \begin_layout Standard
25077 \begin_inset Note Greyedout
25078 status open
25079
25080 \begin_layout Plain Layout
25081
25082 \series bold
25083 Nota:
25084 \series default
25085  La designación automática de referencias no puede usarse en el estilo 
25086 \family sans
25087 Referencia
25088 \begin_inset space ~
25089 \end_inset
25090
25091 con
25092 \begin_inset space ~
25093 \end_inset
25094
25095 formato
25096 \family default
25097 , descrita en la sección
25098 \begin_inset space ~
25099 \end_inset
25100
25101
25102 \begin_inset CommandInset ref
25103 LatexCommand ref
25104 reference "subsec:Formatos-referencia-cruzada"
25105
25106 \end_inset
25107
25108 .
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117 El manual 
25118 \emph on
25119 Ecuaciones
25120 \emph default
25121  es un ejemplo de documento en el que se ha utilizado designación automática
25122  de referencias.
25123 \end_layout
25124
25125 \begin_layout Subsection
25126 Colocación de referencias
25127 \begin_inset CommandInset label
25128 LatexCommand label
25129 name "subsec:Colocación-de-Referencias"
25130
25131 \end_inset
25132
25133
25134 \begin_inset Index idx
25135 status collapsed
25136
25137 \begin_layout Plain Layout
25138 Referencias ! Colocación
25139 \end_layout
25140
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Si usas 
25148 \series bold
25149 hyperref
25150 \series default
25151
25152 \begin_inset Index idx
25153 status collapsed
25154
25155 \begin_layout Plain Layout
25156 \SpecialChar LaTeX
25157 -paquetes ! hyperref
25158 \end_layout
25159
25160 \end_inset
25161
25162 , en las 
25163 \family sans
25164 Preferencias PDF 
25165 \family default
25166 del diálogo 
25167 \family sans
25168 Documento\SpecialChar menuseparator
25169 Configuración
25170 \family default
25171 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
25172  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
25173  La leyenda será la primera parte del texto en pantalla, de forma que para
25174  ver la imagen debes deslizar.
25175  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
25176  Usando el paquete 
25177 \series bold
25178 hypcap
25179 \series default
25180
25181 \begin_inset Index idx
25182 status collapsed
25183
25184 \begin_layout Plain Layout
25185 \SpecialChar LaTeX
25186 -paquetes ! hypcap
25187 \end_layout
25188
25189 \end_inset
25190
25191 , que forma parte del paquete \SpecialChar LaTeX
25192  
25193 \series bold
25194 oberdiek
25195 \series default
25196
25197 \begin_inset Index idx
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201 \SpecialChar LaTeX
25202 -paquetes ! oberdiek
25203 \end_layout
25204
25205 \end_inset
25206
25207 , el ancla de enlace se sitúa al comienzo de un flotante.
25208  Para usar esta característica para figuras flotantes carga 
25209 \series bold
25210 hypcap
25211 \series default
25212  en el preámbulo con
25213 \end_layout
25214
25215 \begin_layout Standard
25216
25217 \series bold
25218
25219 \backslash
25220 usepackage[figure]{hypcap}
25221 \end_layout
25222
25223 \begin_layout Standard
25224 Puedes usar 
25225 \series bold
25226 hypcap
25227 \series default
25228  para todos los flotantes aunque no se recomienda por razones de estabilidad.
25229  Más información en el manual de 
25230 \series bold
25231 hypcap
25232 \series default
25233  
25234 \begin_inset CommandInset citation
25235 LatexCommand cite
25236 key "hypcap"
25237
25238 \end_inset
25239
25240 .
25241 \end_layout
25242
25243 \begin_layout Standard
25244 \begin_inset Note Greyedout
25245 status open
25246
25247 \begin_layout Plain Layout
25248
25249 \series bold
25250 Nota:
25251 \series default
25252  
25253 \series bold
25254 hypcap
25255 \series default
25256  no funciona para las referencias a subfiguras.
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Section
25265 Colocación de flotantes
25266 \begin_inset CommandInset label
25267 LatexCommand label
25268 name "sec:Colocación-de-Flotantes"
25269
25270 \end_inset
25271
25272
25273 \begin_inset Index idx
25274 status collapsed
25275
25276 \begin_layout Plain Layout
25277 Flotantes ! Colocación
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Standard
25286 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
25287  
25288 \family sans
25289 Configuración
25290 \family default
25291 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
25292  para situar
25293  los flotantes.
25294 \begin_inset Newline newline
25295 \end_inset
25296
25297 La opción 
25298 \family sans
25299 Extender
25300 \begin_inset space ~
25301 \end_inset
25302
25303 columnas
25304 \family default
25305  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
25306  abarcará ambas columnas en lugar de una sola.
25307 \begin_inset Newline newline
25308 \end_inset
25309
25310 La opción 
25311 \family sans
25312 Girar
25313 \begin_inset space ~
25314 \end_inset
25315
25316 a
25317 \begin_inset space ~
25318 \end_inset
25319
25320 un
25321 \begin_inset space ~
25322 \end_inset
25323
25324 lado
25325 \family default
25326  sirve para girar flotantes, véase sección
25327 \begin_inset space ~
25328 \end_inset
25329
25330
25331 \begin_inset CommandInset ref
25332 LatexCommand ref
25333 reference "sec:Rotación-de-Flotantes"
25334
25335 \end_inset
25336
25337 .
25338  
25339 \end_layout
25340
25341 \begin_layout Standard
25342 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
25343  la posición de un flotante si desmarcas la opción 
25344 \family sans
25345 Usar
25346 \begin_inset space ~
25347 \end_inset
25348
25349 ubicación
25350 \begin_inset space ~
25351 \end_inset
25352
25353 predeterminada
25354 \family default
25355 :
25356 \end_layout
25357
25358 \begin_layout Description
25359
25360 \family sans
25361 \series bold
25362 Aquí
25363 \begin_inset space ~
25364 \end_inset
25365
25366 si
25367 \begin_inset space ~
25368 \end_inset
25369
25370 es
25371 \begin_inset space ~
25372 \end_inset
25373
25374 posible
25375 \family default
25376 \series default
25377  intenta situar el flotante en la posición en la que se inserta
25378 \end_layout
25379
25380 \begin_layout Description
25381
25382 \family sans
25383 \series bold
25384 Principio
25385 \begin_inset space ~
25386 \end_inset
25387
25388 de
25389 \begin_inset space ~
25390 \end_inset
25391
25392 página
25393 \family default
25394 \series default
25395  intenta situar el flotante al principio de la página actual
25396 \end_layout
25397
25398 \begin_layout Description
25399
25400 \family sans
25401 \series bold
25402 Fin
25403 \begin_inset space ~
25404 \end_inset
25405
25406 de
25407 \begin_inset space ~
25408 \end_inset
25409
25410 página
25411 \family default
25412 \series default
25413  intenta situar el flotante al final de la página actual
25414 \end_layout
25415
25416 \begin_layout Description
25417
25418 \family sans
25419 \series bold
25420 Página
25421 \begin_inset space ~
25422 \end_inset
25423
25424 de
25425 \begin_inset space ~
25426 \end_inset
25427
25428 flotantes
25429 \family default
25430 \series default
25431  intenta situar el flotante en una página propia 
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \SpecialChar LaTeX
25436  usa 
25437 \emph on
25438 siempre
25439 \emph default
25440  ese orden de opciones.
25441  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
25442  probará en primer
25443  lugar 
25444 \family sans
25445 Aquí
25446 \begin_inset space ~
25447 \end_inset
25448
25449 si
25450 \begin_inset space ~
25451 \end_inset
25452
25453 es
25454 \begin_inset space ~
25455 \end_inset
25456
25457 posible
25458 \family default
25459 , luego 
25460 \family sans
25461 Principio
25462 \begin_inset space ~
25463 \end_inset
25464
25465 de
25466 \begin_inset space ~
25467 \end_inset
25468
25469 página
25470 \family default
25471 , y después las otras.
25472  Si no usas la predeterminada, \SpecialChar LaTeX
25473  sólo probará las opciones marcadas pero
25474  en dicho orden.
25475  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
25476  pero intenta poner el flotante en la página siguiente.
25477 \end_layout
25478
25479 \begin_layout Standard
25480 De forma predeterminada cada una de las opciones tiene sus propias reglas:
25481 \end_layout
25482
25483 \begin_layout Labeling
25484 \labelwidthstring 00.00.0000
25485
25486 \family sans
25487 Principio
25488 \begin_inset space ~
25489 \end_inset
25490
25491 de
25492 \begin_inset space ~
25493 \end_inset
25494
25495 página:
25496 \family default
25497  sólo si el flotante ocupa menos del 70
25498 \begin_inset space \thinspace{}
25499 \end_inset
25500
25501 % de la página puede ubicarse al principio de página (
25502 \series bold
25503
25504 \backslash
25505 topfraction
25506 \series default
25507 )
25508 \end_layout
25509
25510 \begin_layout Labeling
25511 \labelwidthstring 00.00.0000
25512
25513 \family sans
25514 Fin
25515 \begin_inset space ~
25516 \end_inset
25517
25518 de
25519 \begin_inset space ~
25520 \end_inset
25521
25522 página:
25523 \family default
25524  sólo si el flotante ocupa menos del 30
25525 \begin_inset space \thinspace{}
25526 \end_inset
25527
25528 % de la página puede ubicarse al fin de página.
25529  (
25530 \series bold
25531
25532 \backslash
25533 bottomfraction
25534 \series default
25535 )
25536 \end_layout
25537
25538 \begin_layout Labeling
25539 \labelwidthstring 00.00.0000
25540
25541 \family sans
25542 Página
25543 \begin_inset space ~
25544 \end_inset
25545
25546 de
25547 \begin_inset space ~
25548 \end_inset
25549
25550 flotantes:
25551 \family default
25552  sólo si más del 50
25553 \begin_inset space \thinspace{}
25554 \end_inset
25555
25556 % de la página se ocupa por flotantes puede haber varios juntos en la misma
25557  página.
25558  (
25559 \series bold
25560
25561 \backslash
25562 floatpagefraction
25563 \series default
25564 )
25565 \end_layout
25566
25567 \begin_layout Standard
25568 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
25569  
25570 \family sans
25571 Ignorar
25572 \begin_inset space ~
25573 \end_inset
25574
25575 reglas
25576 \begin_inset space ~
25577 \end_inset
25578
25579 de
25580 \begin_inset space ~
25581 \end_inset
25582
25583 \SpecialChar LaTeX
25584
25585 \family default
25586 .
25587 \begin_inset Newline newline
25588 \end_inset
25589
25590 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
25591  que van entre paréntesis
25592  tras la descripción de las reglas anteriores.
25593  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
25594  la regla 
25595 \family sans
25596 Fin
25597 \family default
25598
25599 \begin_inset space ~
25600 \end_inset
25601
25602
25603 \family sans
25604 de
25605 \family default
25606
25607 \begin_inset space ~
25608 \end_inset
25609
25610
25611 \family sans
25612 página
25613 \family default
25614  al 50
25615 \begin_inset space \thinspace{}
25616 \end_inset
25617
25618 %, añade esta línea en el preámbulo:
25619 \end_layout
25620
25621 \begin_layout Standard
25622
25623 \series bold
25624
25625 \backslash
25626 renewcommand{
25627 \backslash
25628 bottomfraction}{0.5}
25629 \end_layout
25630
25631 \begin_layout Standard
25632 En determinados casos podrías necesitar ubicar un flotante exactamente en
25633  la posición en la que se inserta.
25634  Para esto puedes usar la opción 
25635 \family sans
25636 Aquí
25637 \begin_inset space ~
25638 \end_inset
25639
25640 definitivamente
25641 \family default
25642 .
25643  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
25644  porque el flotante ya no podrá «flotar» y si haces cambios al documento
25645  se podría estropear el diseño de la página.
25646 \end_layout
25647
25648 \begin_layout Standard
25649 No hay opciones de ubicación para envoltorios flotantes porque siempre están
25650  rodeados por texto de un párrafo determinado.
25651 \begin_inset VSpace bigskip
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 A veces surge el problema de que un flotante se sitúa al principio de la
25659  página mientras que su sección correspondiente empieza en mitad de la página,
25660  así que el lector podría creer que el flotante forma parte de la sección
25661  anterior.
25662  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
25663  
25664 \series bold
25665
25666 \backslash
25667 suppressfloats
25668 \series default
25669 , que suprime la ubicación de un flotante dado en la página donde se inserta
25670  y además puede servir para evitar que el flotante se coloque antes del
25671  inicio de sección.
25672  Para ello, añade estos comandos al preámbulo:
25673 \end_layout
25674
25675 \begin_layout Standard
25676
25677 \series bold
25678
25679 \backslash
25680 let
25681 \backslash
25682 mySection
25683 \backslash
25684 section
25685 \begin_inset Newline newline
25686 \end_inset
25687
25688
25689 \backslash
25690 renewcommand{
25691 \backslash
25692 section}{
25693 \backslash
25694 suppressfloats[t]
25695 \backslash
25696 mySection}
25697 \end_layout
25698
25699 \begin_layout Standard
25700 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
25701  subsecciones.
25702  No es recomendable para partes pequeñas de texto como subsubsecciones porque
25703  \SpecialChar LaTeX
25704  podría tener problemas para encontrar una ubicación adecuada.
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset VSpace bigskip
25709 \end_inset
25710
25711 En ciertos casos se quieren tener todas las figuras/cuadros al final del
25712  documento.
25713  Para estos casos está el paquete \SpecialChar LaTeX
25714  
25715 \series bold
25716 endfloat
25717 \series default
25718
25719 \begin_inset Index idx
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723 \SpecialChar LaTeX
25724 -paquetes ! endfloat
25725 \end_layout
25726
25727 \end_inset
25728
25729 .
25730  Pone todas las figuras y cuadros flotantes al final del documento en secciones
25731  propias.
25732  En la posición original del flotante se inserta una indicación como «
25733 \family sans
25734 [Figure
25735 \begin_inset space ~
25736 \end_inset
25737
25738 3.2 about here.]
25739 \family default
25740 ».
25741  El paquete 
25742 \series bold
25743 endfloat
25744 \series default
25745  se carga en el preámbulo con la línea
25746 \end_layout
25747
25748 \begin_layout Standard
25749
25750 \series bold
25751
25752 \backslash
25753 usepackage[options]{endfloat}
25754 \end_layout
25755
25756 \begin_layout Standard
25757 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
25758  Para más información véase la documentación 
25759 \begin_inset CommandInset citation
25760 LatexCommand cite
25761 key "endfloat"
25762
25763 \end_inset
25764
25765 .
25766 \begin_inset Newline newline
25767 \end_inset
25768
25769
25770 \begin_inset Note Greyedout
25771 status open
25772
25773 \begin_layout Plain Layout
25774
25775 \series bold
25776 Nota: endfloat
25777 \series default
25778  no traduce automáticamente la indicación, hay que hacerlo manualmente,
25779  véase sección
25780 \begin_inset space ~
25781 \end_inset
25782
25783 4 en 
25784 \begin_inset CommandInset citation
25785 LatexCommand cite
25786 key "endfloat"
25787
25788 \end_inset
25789
25790 .
25791 \end_layout
25792
25793 \end_inset
25794
25795
25796 \begin_inset Newline newline
25797 \end_inset
25798
25799
25800 \begin_inset Note Greyedout
25801 status open
25802
25803 \begin_layout Plain Layout
25804
25805 \series bold
25806 Nota:
25807 \series default
25808  Actualmente hay un error en 
25809 \series bold
25810 endfloat
25811 \series default
25812  cuando la leyenda contiene el carácter alemán «ß».
25813  Usa en ese caso el comando «
25814 \series bold
25815
25816 \backslash
25817 ss
25818 \series default
25819 » en código \SpecialChar TeX
25820  en vez de «ß».
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset VSpace bigskip
25830 \end_inset
25831
25832 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
25833  como 
25834 \begin_inset CommandInset citation
25835 LatexCommand cite
25836 key "latexcompanion,latexguide,latexbook"
25837
25838 \end_inset
25839
25840 .
25841 \end_layout
25842
25843 \begin_layout Section
25844 Rotación de flotantes
25845 \begin_inset CommandInset label
25846 LatexCommand label
25847 name "sec:Rotación-de-Flotantes"
25848
25849 \end_inset
25850
25851
25852 \begin_inset Index idx
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856 Flotantes ! Rotación
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \begin_layout Standard
25865 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
25866  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
25867  la opción 
25868 \family sans
25869 Girar
25870 \begin_inset space ~
25871 \end_inset
25872
25873 a
25874 \begin_inset space ~
25875 \end_inset
25876
25877 un
25878 \begin_inset space ~
25879 \end_inset
25880
25881 lado
25882 \family default
25883 .
25884 \end_layout
25885
25886 \begin_layout Standard
25887 Los flotantes girados son puestos siempre en su propia página (o columna
25888  si el documento es de dos columnas).
25889  Se les puede permitir abarcar varias columnas con la opción de configuración
25890  
25891 \family sans
25892 Extender
25893 \begin_inset space ~
25894 \end_inset
25895
25896 columnas
25897 \family default
25898 .
25899  Se rotan de forma que puedes leerlos desde el margen externo.
25900  Para forzar determinada dirección de rotación para todas las páginas, puedes
25901  añadir una de las opciones 
25902 \series bold
25903 figuresleft
25904 \series default
25905  o 
25906 \series bold
25907 figuresright
25908 \series default
25909  a las opciones de clase del documento.
25910 \end_layout
25911
25912 \begin_layout Standard
25913 Los flotantes girados se refieren igual que los normales, y el formato de
25914  la leyenda también es el mismo: un ejemplo es el cuadro
25915 \begin_inset space ~
25916 \end_inset
25917
25918
25919 \begin_inset CommandInset ref
25920 LatexCommand ref
25921 reference "tab:Cuadro-girado"
25922
25923 \end_inset
25924
25925 .
25926 \end_layout
25927
25928 \begin_layout Standard
25929 \begin_inset Note Greyedout
25930 status open
25931
25932 \begin_layout Plain Layout
25933
25934 \series bold
25935 Nota:
25936 \series default
25937  No todos los visores DVI pueden mostrar cuadros girados.
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \begin_layout Standard
25946 \begin_inset Float table
25947 wide false
25948 sideways true
25949 status open
25950
25951 \begin_layout Plain Layout
25952 \begin_inset Caption Standard
25953
25954 \begin_layout Plain Layout
25955 \begin_inset CommandInset label
25956 LatexCommand label
25957 name "tab:Cuadro-girado"
25958
25959 \end_inset
25960
25961 Cuadro girado
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \begin_layout Plain Layout
25970 \align center
25971 \begin_inset Tabular
25972 <lyxtabular version="3" rows="1" columns="5">
25973 <features tabularvalignment="middle">
25974 <column alignment="center" valignment="top">
25975 <column alignment="center" valignment="top">
25976 <column alignment="center" valignment="top">
25977 <column alignment="center" valignment="top">
25978 <column alignment="center" valignment="top">
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 test
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 b
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Plain Layout
26002 c
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 d
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020 e
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 </lyxtabular>
26027
26028 \end_inset
26029
26030
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Section
26039 Subflotantes
26040 \begin_inset Index idx
26041 status collapsed
26042
26043 \begin_layout Plain Layout
26044 Flotantes ! Subflotantes
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \begin_layout Standard
26053 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
26054  imágenes.
26055  Se crean insertando un flotante dentro de otro.
26056  La colocación de los subflotantes puede controlarse como si fueran párrafos,
26057  como se muestra en los cuadros
26058 \begin_inset space ~
26059 \end_inset
26060
26061
26062 \begin_inset CommandInset ref
26063 LatexCommand ref
26064 reference "tab:Dos-subcuadros-adosados"
26065
26066 \end_inset
26067
26068  y
26069 \begin_inset space ~
26070 \end_inset
26071
26072
26073 \begin_inset CommandInset ref
26074 LatexCommand ref
26075 reference "tab:Dos-subcuadros-uno-sobre"
26076
26077 \end_inset
26078
26079 .
26080 \end_layout
26081
26082 \begin_layout Standard
26083 Las referencias a subflotantes funcionan como en los flotantes normales:
26084  el cuadro
26085 \begin_inset space ~
26086 \end_inset
26087
26088
26089 \begin_inset CommandInset ref
26090 LatexCommand ref
26091 reference "tab:Este-es-el-subcuadro-a"
26092
26093 \end_inset
26094
26095  y el cuadro
26096 \begin_inset space ~
26097 \end_inset
26098
26099
26100 \begin_inset CommandInset ref
26101 LatexCommand ref
26102 reference "tab:Este-es-el-subcuadro-b"
26103
26104 \end_inset
26105
26106  son subcuadros del cuadro
26107 \begin_inset space ~
26108 \end_inset
26109
26110
26111 \begin_inset CommandInset ref
26112 LatexCommand ref
26113 reference "tab:Dos-subcuadros-adosados"
26114
26115 \end_inset
26116
26117 .
26118 \end_layout
26119
26120 \begin_layout Standard
26121 \begin_inset Float table
26122 wide false
26123 sideways false
26124 status open
26125
26126 \begin_layout Plain Layout
26127 \begin_inset Caption Standard
26128
26129 \begin_layout Plain Layout
26130 \begin_inset CommandInset label
26131 LatexCommand label
26132 name "tab:Dos-subcuadros-adosados"
26133
26134 \end_inset
26135
26136 Dos subcuadros adosados
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \begin_layout Plain Layout
26145 \begin_inset space \hfill{}
26146 \end_inset
26147
26148
26149 \begin_inset Float table
26150 wide false
26151 sideways false
26152 status open
26153
26154 \begin_layout Plain Layout
26155 \begin_inset Caption Standard
26156
26157 \begin_layout Plain Layout
26158 \begin_inset CommandInset label
26159 LatexCommand label
26160 name "tab:Este-es-el-subcuadro-a"
26161
26162 \end_inset
26163
26164 Este es el subcuadro a
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Plain Layout
26173 \align center
26174 \begin_inset Tabular
26175 <lyxtabular version="3" rows="1" columns="5">
26176 <features tabularvalignment="middle">
26177 <column alignment="center" valignment="top">
26178 <column alignment="center" valignment="top">
26179 <column alignment="center" valignment="top">
26180 <column alignment="center" valignment="top">
26181 <column alignment="center" valignment="top">
26182 <row>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 test 
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 b
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 c
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214 d
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 e
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 </lyxtabular>
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \begin_inset space \hfill{}
26240 \end_inset
26241
26242
26243 \begin_inset Float table
26244 wide false
26245 sideways false
26246 status open
26247
26248 \begin_layout Plain Layout
26249 \begin_inset Caption Standard
26250
26251 \begin_layout Plain Layout
26252 \begin_inset CommandInset label
26253 LatexCommand label
26254 name "tab:Este-es-el-subcuadro-b"
26255
26256 \end_inset
26257
26258 Esta es la subtabla b
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \begin_layout Plain Layout
26267 \align center
26268 \begin_inset Tabular
26269 <lyxtabular version="3" rows="1" columns="5">
26270 <features tabularvalignment="middle">
26271 <column alignment="center" valignment="top">
26272 <column alignment="center" valignment="top">
26273 <column alignment="center" valignment="top">
26274 <column alignment="center" valignment="top">
26275 <column alignment="center" valignment="top">
26276 <row>
26277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 e
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290 d
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 c
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 b
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 test
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 </lyxtabular>
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331
26332
26333 \begin_inset space \hfill{}
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Standard
26345 \begin_inset Float table
26346 wide false
26347 sideways false
26348 status open
26349
26350 \begin_layout Plain Layout
26351 \begin_inset Caption Standard
26352
26353 \begin_layout Plain Layout
26354 \begin_inset CommandInset label
26355 LatexCommand label
26356 name "tab:Dos-subcuadros-uno-sobre"
26357
26358 \end_inset
26359
26360 Dos subcuadros colocados uno sobre otro.
26361  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Plain Layout
26370 \noindent
26371 \align center
26372 \begin_inset Float table
26373 wide false
26374 sideways false
26375 status open
26376
26377 \begin_layout Plain Layout
26378 \begin_inset Caption Standard
26379
26380 \begin_layout Plain Layout
26381
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Plain Layout
26390 \align center
26391 \begin_inset Tabular
26392 <lyxtabular version="3" rows="1" columns="4">
26393 <features tabularvalignment="middle">
26394 <column alignment="center" valignment="top">
26395 <column alignment="center" valignment="top">
26396 <column alignment="center" valignment="top">
26397 <column alignment="center" valignment="top">
26398 <row>
26399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 test
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 test
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 test
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 test
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 </lyxtabular>
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Plain Layout
26449 \align center
26450 \begin_inset Float table
26451 wide false
26452 sideways false
26453 status open
26454
26455 \begin_layout Plain Layout
26456 \begin_inset Caption Standard
26457
26458 \begin_layout Plain Layout
26459
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \begin_layout Plain Layout
26468 \align center
26469 \begin_inset Tabular
26470 <lyxtabular version="3" rows="1" columns="5">
26471 <features tabularvalignment="middle">
26472 <column alignment="center" valignment="top">
26473 <column alignment="center" valignment="top">
26474 <column alignment="center" valignment="top">
26475 <column alignment="center" valignment="top">
26476 <column alignment="center" valignment="top">
26477 <row>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 a
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491 b
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 c
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 d
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518 e
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 </row>
26524 </lyxtabular>
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \begin_layout Section
26542 Flotantes adosados
26543 \begin_inset Index idx
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547 Flotantes ! Adosados
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Standard
26556 Para colocar flotantes unos junto a otros, como en la figura
26557 \begin_inset space ~
26558 \end_inset
26559
26560
26561 \begin_inset CommandInset ref
26562 LatexCommand ref
26563 reference "fig:Flotante-izquierda"
26564
26565 \end_inset
26566
26567  y 
26568 \begin_inset CommandInset ref
26569 LatexCommand ref
26570 reference "fig:Flotante-derecha"
26571
26572 \end_inset
26573
26574 , se pone 
26575 \emph on
26576 un
26577 \emph default
26578  solo flotante.
26579  En él se insertan dos cuadros tipo minipágina.
26580 \begin_inset Foot
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 Las minipáginas se explican en la sección
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \begin_inset CommandInset ref
26590 LatexCommand ref
26591 reference "sec:Minipáginas"
26592
26593 \end_inset
26594
26595 .
26596 \end_layout
26597
26598 \end_inset
26599
26600  La anchura de la columna se establece en 45-50
26601 \begin_inset space \thinspace{}
26602 \end_inset
26603
26604 % y la alineación en 
26605 \family sans
26606 Inferior
26607 \family default
26608  para cada minipágina.
26609  Las minipáginas contienen la imagen y su título, de igual forma que en
26610  los flotantes.
26611  La única diferencia es que el 
26612 \family sans
26613 Ancho
26614 \begin_inset space ~
26615 \end_inset
26616
26617 de
26618 \begin_inset space ~
26619 \end_inset
26620
26621 columna
26622 \begin_inset space ~
26623 \end_inset
26624
26625 %
26626 \family default
26627  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
26628 \end_layout
26629
26630 \begin_layout Standard
26631 \begin_inset Float figure
26632 placement h
26633 wide false
26634 sideways false
26635 status open
26636
26637 \begin_layout Plain Layout
26638 \begin_inset Box Frameless
26639 position "b"
26640 hor_pos "c"
26641 has_inner_box 1
26642 inner_pos "t"
26643 use_parbox 0
26644 use_makebox 0
26645 width "45col%"
26646 special "none"
26647 height "1in"
26648 height_special "totalheight"
26649 thickness "0.4pt"
26650 separation "3pt"
26651 shadowsize "4pt"
26652 framecolor "black"
26653 backgroundcolor "none"
26654 status open
26655
26656 \begin_layout Plain Layout
26657 \align center
26658 \begin_inset Graphics
26659         filename ../clipart/mobius.eps
26660         lyxscale 50
26661         width 100col%
26662         scaleBeforeRotation
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Plain Layout
26670 \begin_inset Caption Standard
26671
26672 \begin_layout Plain Layout
26673 \begin_inset CommandInset label
26674 LatexCommand label
26675 name "fig:Flotante-izquierda"
26676
26677 \end_inset
26678
26679 Flotante en el lado izquierdo.
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \begin_inset space \hfill{}
26691 \end_inset
26692
26693
26694 \begin_inset Box Frameless
26695 position "b"
26696 hor_pos "c"
26697 has_inner_box 1
26698 inner_pos "t"
26699 use_parbox 0
26700 use_makebox 0
26701 width "45col%"
26702 special "none"
26703 height "1in"
26704 height_special "totalheight"
26705 thickness "0.4pt"
26706 separation "3pt"
26707 shadowsize "4pt"
26708 framecolor "black"
26709 backgroundcolor "none"
26710 status open
26711
26712 \begin_layout Plain Layout
26713 \align center
26714 \begin_inset Graphics
26715         filename ../clipart/platypus.eps
26716         lyxscale 50
26717         width 100col%
26718         scaleBeforeRotation
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Plain Layout
26726 \begin_inset Caption Standard
26727
26728 \begin_layout Plain Layout
26729 \begin_inset CommandInset label
26730 LatexCommand label
26731 name "fig:Flotante-derecha"
26732
26733 \end_inset
26734
26735 Flotante en el lado derecho.
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Section
26754 Formato de las leyendas
26755 \begin_inset Index idx
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759 Leyendas ! Formato
26760 \end_layout
26761
26762 \end_inset
26763
26764
26765 \begin_inset Index idx
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769 Flotantes ! Formato de las leyendas
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \begin_inset CommandInset label
26776 LatexCommand label
26777 name "sec:Formato-de-leyendas"
26778
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \begin_layout Standard
26785 El entorno 
26786 \family sans
26787 Leyenda
26788 \family default
26789  es el predeterminado para los 
26790 \family sans
26791 Flotantes
26792 \family default
26793 .
26794  En \SpecialChar LyX
26795  las leyendas se muestran como etiqueta, p.
26796 \begin_inset space \thinspace{}
26797 \end_inset
26798
26799 e.
26800 \begin_inset space ~
26801 \end_inset
26802
26803 «
26804 \family sans
26805 Figura #
26806 \family default
26807 :» seguida por el texto.
26808  «#» es el número real de referencia.
26809  Por omisión la etiqueta y el número usan la misma tipografía que el texto
26810  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
26811  del texto.
26812  El entorno leyenda no es apropiado para todos los tipos de documento.
26813  
26814 \end_layout
26815
26816 \begin_layout Standard
26817 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
26818  
26819 \series bold
26820 caption
26821 \series default
26822
26823 \begin_inset Index idx
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 \SpecialChar LaTeX
26828 -paquetes ! caption
26829 \end_layout
26830
26831 \end_inset
26832
26833  en el preámbulo del documento con la línea:
26834 \end_layout
26835
26836 \begin_layout Standard
26837
26838 \series bold
26839
26840 \backslash
26841 usepackage[definición de formato]{caption}
26842 \end_layout
26843
26844 \begin_layout Standard
26845 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
26846  las leyendas de cuadro siempre sobre él como en este documento, usa el
26847  comando:
26848 \end_layout
26849
26850 \begin_layout Standard
26851
26852 \series bold
26853
26854 \backslash
26855 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26856 \end_layout
26857
26858 \begin_layout Standard
26859 También puedes definir distintos formatos de leyenda para los distintos
26860  tipos de flotantes.
26861  En ese caso carga el paquete 
26862 \series bold
26863 caption
26864 \series default
26865  sin opciones específicas y define los distintos formatos con ayuda del
26866  comando
26867 \end_layout
26868
26869 \begin_layout Standard
26870
26871 \series bold
26872
26873 \backslash
26874 captionsetup[tipo de flotante]{definición de formato}
26875 \end_layout
26876
26877 \begin_layout Standard
26878 en el preámbulo del documento.
26879  Por ejemplo las leyendas de la Figura
26880 \begin_inset space ~
26881 \end_inset
26882
26883
26884 \begin_inset CommandInset ref
26885 LatexCommand ref
26886 reference "fig:Esto-es-una-fig"
26887
26888 \end_inset
26889
26890  y el cuadro
26891 \begin_inset space ~
26892 \end_inset
26893
26894
26895 \begin_inset CommandInset ref
26896 LatexCommand ref
26897 reference "tab:Esto-es-un-cuadro"
26898
26899 \end_inset
26900
26901  pueden crearse usando los siguientes comandos en el preámbulo:
26902 \end_layout
26903
26904 \begin_layout Standard
26905
26906 \series bold
26907
26908 \backslash
26909 usepackage[tableposition=top]{caption}
26910 \series default
26911
26912 \begin_inset Newline newline
26913 \end_inset
26914
26915
26916 \series bold
26917
26918 \backslash
26919 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26920 \begin_inset Newline newline
26921 \end_inset
26922
26923
26924 \begin_inset Phantom HPhantom
26925 status open
26926
26927 \begin_layout Plain Layout
26928
26929 \series bold
26930
26931 \backslash
26932 captionsetup[figure]{
26933 \end_layout
26934
26935 \end_inset
26936
26937 labelsep=period}
26938 \begin_inset Newline newline
26939 \end_inset
26940
26941
26942 \backslash
26943 captionsetup[table]{labelfont={bf,sf}}
26944 \end_layout
26945
26946 \begin_layout Standard
26947 \begin_inset Note Greyedout
26948 status open
26949
26950 \begin_layout Plain Layout
26951
26952 \series bold
26953 Nota: 
26954 \series default
26955 La opción 
26956 \series bold
26957 tableposition=top
26958 \series default
26959  no tiene efecto si se usa una clase de documento 
26960 \series bold
26961 KOMA-Script
26962 \series default
26963 .
26964  En este caso debe utilizarse la opción de clase de documento 
26965 \series bold
26966 captions=tableheading
26967 \series default
26968 .
26969  
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Standard
26978 Para más información sobre el paquete 
26979 \series bold
26980 caption
26981 \series default
26982  acude a su documentación 
26983 \begin_inset CommandInset citation
26984 LatexCommand cite
26985 key "caption"
26986
26987 \end_inset
26988
26989 .
26990 \end_layout
26991
26992 \begin_layout Standard
26993 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
26994 \begin_inset space \thinspace{}
26995 \end_inset
26996
26997 e., usa el siguiente comando de preámbulo:
26998 \end_layout
26999
27000 \begin_layout Standard
27001
27002 \series bold
27003
27004 \backslash
27005 renewcommand{
27006 \backslash
27007 fnum@figure}{Imagen~
27008 \backslash
27009 thefigure}
27010 \end_layout
27011
27012 \begin_layout Standard
27013 donde 
27014 \series bold
27015
27016 \backslash
27017 thefigure
27018 \series default
27019  inserta el número de figura y «~» genera un espacio protegido.
27020
27021 \series bold
27022  
27023 \end_layout
27024
27025 \begin_layout Standard
27026 \begin_inset VSpace bigskip
27027 \end_inset
27028
27029 Si estás usando una clase de documento 
27030 \series bold
27031 KOMA-Script
27032 \series default
27033
27034 \begin_inset Index idx
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038 \SpecialChar LaTeX
27039 -paquetes ! KOMA-Script
27040 \end_layout
27041
27042 \end_inset
27043
27044  (
27045 \family sans
27046 article (KOMA-Script)
27047 \family default
27048
27049 \family sans
27050 book (KOMA-Script)
27051 \family default
27052
27053 \family sans
27054 letter (KOMA-Script)
27055 \family default
27056 , o 
27057 \family sans
27058 report (KOMA-Script)
27059 \family default
27060
27061 \begin_inset space \thinspace{}
27062 \end_inset
27063
27064 ), puedes emplear en vez del paquete 
27065 \series bold
27066 caption
27067 \series default
27068  el comando 
27069 \series bold
27070
27071 \backslash
27072 setkomafont
27073 \series default
27074  incluido en 
27075 \series bold
27076 KOMA-Script
27077 \series default
27078 .
27079  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
27080  comando en el preámbulo del documento:
27081 \end_layout
27082
27083 \begin_layout Standard
27084
27085 \series bold
27086
27087 \backslash
27088 setkomafont{captionlabel}{
27089 \backslash
27090 bfseries}
27091 \end_layout
27092
27093 \begin_layout Standard
27094 Más información sobre 
27095 \series bold
27096
27097 \backslash
27098 setkomafont
27099 \series default
27100  en la documentación de 
27101 \series bold
27102 KOMA-Script
27103 \series default
27104  
27105 \begin_inset CommandInset citation
27106 LatexCommand cite
27107 key "KOMA-Script"
27108
27109 \end_inset
27110
27111 .
27112 \end_layout
27113
27114 \begin_layout Standard
27115 \begin_inset ERT
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120
27121 \backslash
27122 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27123 }
27124 \end_layout
27125
27126 \end_inset
27127
27128
27129 \begin_inset Note Note
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133 El formato de la leyenda se ha cambiado sólo para este ejemplo.
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 \begin_inset Float figure
27143 placement !p
27144 wide false
27145 sideways false
27146 status open
27147
27148 \begin_layout Plain Layout
27149 \align center
27150 \begin_inset Graphics
27151         filename ../clipart/mobius.eps
27152         lyxscale 50
27153         scale 50
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Plain Layout
27161 \begin_inset Caption Standard
27162
27163 \begin_layout Plain Layout
27164 \begin_inset CommandInset label
27165 LatexCommand label
27166 name "fig:Esto-es-una-fig"
27167
27168 \end_inset
27169
27170
27171 \begin_inset Argument 1
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 Figura con leyenda muy larga
27176 \end_layout
27177
27178 \end_inset
27179
27180 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
27181  el formato diferente.
27182  Aquí se usa una leyenda personalizada.
27183 \end_layout
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 \begin_inset ERT
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200
27201
27202 \backslash
27203 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27204 on}
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset Float table
27214 placement !p
27215 wide false
27216 sideways false
27217 status open
27218
27219 \begin_layout Plain Layout
27220 \begin_inset Caption Standard
27221
27222 \begin_layout Plain Layout
27223 \begin_inset CommandInset label
27224 LatexCommand label
27225 name "tab:Esto-es-un-cuadro"
27226
27227 \end_inset
27228
27229
27230 \begin_inset Argument 1
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234 Cuadro con leyenda muy larga
27235 \end_layout
27236
27237 \end_inset
27238
27239 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
27240  el formato diferente.
27241  Aquí se usa el formato de leyenda estándar para los cuadros.
27242 \end_layout
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Plain Layout
27250 \align center
27251 \begin_inset Tabular
27252 <lyxtabular version="3" rows="1" columns="5">
27253 <features tabularvalignment="middle">
27254 <column alignment="center" valignment="top">
27255 <column alignment="center" valignment="top">
27256 <column alignment="center" valignment="top">
27257 <column alignment="center" valignment="top">
27258 <column alignment="center" valignment="top">
27259 <row>
27260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 a
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273 b
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282 c
27283 \end_layout
27284
27285 \end_inset
27286 </cell>
27287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27288 \begin_inset Text
27289
27290 \begin_layout Plain Layout
27291 d
27292 \end_layout
27293
27294 \end_inset
27295 </cell>
27296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300 e
27301 \end_layout
27302
27303 \end_inset
27304 </cell>
27305 </row>
27306 </lyxtabular>
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Section
27319 Colocación de leyendas
27320 \begin_inset Index idx
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 Leyendas ! Colocación
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \begin_inset Index idx
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334 Flotantes ! Colocación de leyendas
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \begin_inset CommandInset label
27341 LatexCommand label
27342 name "sec:Colocación-de-leyendas"
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 La norma habitual para colocar las leyendas es:
27351 \end_layout
27352
27353 \begin_layout Description
27354 Figura: La leyenda al pie de las figuras
27355 \end_layout
27356
27357 \begin_layout Description
27358 Cuadro: La leyenda sobre los cuadros
27359 \end_layout
27360
27361 \begin_layout Standard
27362 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
27363  no soportan leyendas sobre un
27364  cuadro.
27365  Esto implica que si usas las clases de documento 
27366 \family sans
27367 article
27368 \family default
27369
27370 \family sans
27371 book
27372 \family default
27373
27374 \family sans
27375 letter
27376 \family default
27377 , o 
27378 \family sans
27379 report
27380 \family default
27381  no habrá espacio entre la leyenda y el cuadro.
27382  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
27383  
27384 \series bold
27385 caption
27386 \series default
27387
27388 \begin_inset Index idx
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392 \SpecialChar LaTeX
27393 -paquetes ! caption
27394 \end_layout
27395
27396 \end_inset
27397
27398  en el preámbulo del documento con la
27399 \lang english
27400  
27401 \lang spanish
27402 opción
27403 \begin_inset Foot
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 Véase la sección
27408 \begin_inset space ~
27409 \end_inset
27410
27411
27412 \begin_inset CommandInset ref
27413 LatexCommand ref
27414 reference "sec:Formato-de-leyendas"
27415
27416 \end_inset
27417
27418  para más información sobre el paquete 
27419 \series bold
27420 caption
27421 \series default
27422 .
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \begin_layout Standard
27431
27432 \series bold
27433 tableposition=top
27434 \end_layout
27435
27436 \begin_layout Standard
27437 Si estás usando la clase 
27438 \series bold
27439 KOMA-Script
27440 \series default
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 \SpecialChar LaTeX
27447 -paquetes ! KOMA-Script
27448 \end_layout
27449
27450 \end_inset
27451
27452  (
27453 \family sans
27454 article (KOMA-Script)
27455 \family default
27456
27457 \family sans
27458 book (KOMA-Script)
27459 \family default
27460
27461 \family sans
27462 letter (KOMA-Script)
27463 \family default
27464 , o 
27465 \family sans
27466 report (KOMA-Script)
27467 \family default
27468
27469 \begin_inset space \thinspace{}
27470 \end_inset
27471
27472 ), en vez de 
27473 \series bold
27474 caption
27475 \series default
27476  puedes poner
27477 \end_layout
27478
27479 \begin_layout Standard
27480
27481 \series bold
27482 captions=tableheading
27483 \end_layout
27484
27485 \begin_layout Standard
27486 en las opciones de clase del documento.
27487 \begin_inset Foot
27488 status open
27489
27490 \begin_layout Plain Layout
27491 Esta opción se usa en este documento.
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
27501  una leyenda y marcar en el menú contextual si la quieres encima o debajo
27502  del cuadro o la figura.
27503  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
27504 inada por el documento.
27505  El cuadro
27506 \begin_inset space ~
27507 \end_inset
27508
27509
27510 \begin_inset CommandInset ref
27511 LatexCommand ref
27512 reference "tab:Una-leyenda-marcada"
27513
27514 \end_inset
27515
27516  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
27517  aunque esté encima.
27518  Se puede comparar con la leyenda sin marcar del cuadro
27519 \begin_inset space ~
27520 \end_inset
27521
27522
27523 \begin_inset CommandInset ref
27524 LatexCommand ref
27525 reference "tab:Leyenda-estándar"
27526
27527 \end_inset
27528
27529 .
27530 \end_layout
27531
27532 \begin_layout Standard
27533 \begin_inset Float table
27534 wide false
27535 sideways false
27536 status open
27537
27538 \begin_layout Plain Layout
27539 \begin_inset Caption Below
27540
27541 \begin_layout Plain Layout
27542 \begin_inset CommandInset label
27543 LatexCommand label
27544 name "tab:Una-leyenda-marcada"
27545
27546 \end_inset
27547
27548 Leyenda marcada para colocar bajo el cuadro.
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557 \align center
27558 \begin_inset Tabular
27559 <lyxtabular version="3" rows="3" columns="3">
27560 <features tabularvalignment="middle">
27561 <column alignment="center" valignment="top" width="0pt">
27562 <column alignment="center" valignment="top" width="0pt">
27563 <column alignment="center" valignment="top" width="0pt">
27564 <row>
27565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569 1
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27575 \begin_inset Text
27576
27577 \begin_layout Plain Layout
27578 2
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587 3
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 </row>
27593 <row>
27594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 Joe
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 Mary
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 Ted
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 </row>
27622 <row>
27623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27624 \begin_inset Text
27625
27626 \begin_layout Plain Layout
27627 \begin_inset Formula $\int x^{2}dx$
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \end_inset
27634 </cell>
27635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27636 \begin_inset Text
27637
27638 \begin_layout Plain Layout
27639 \begin_inset Formula $\left[\begin{array}{cc}
27640 a & b\\
27641 c & d
27642 \end{array}\right]$
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Plain Layout
27654 \begin_inset Formula $1+1=2$
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \end_inset
27661 </cell>
27662 </row>
27663 </lyxtabular>
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Standard
27676 \begin_inset Float table
27677 wide false
27678 sideways false
27679 status open
27680
27681 \begin_layout Plain Layout
27682 \begin_inset Caption Standard
27683
27684 \begin_layout Plain Layout
27685 \begin_inset CommandInset label
27686 LatexCommand label
27687 name "tab:Leyenda-estándar"
27688
27689 \end_inset
27690
27691 Leyenda de cuadro estándar.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Plain Layout
27700 \align center
27701 \begin_inset Tabular
27702 <lyxtabular version="3" rows="3" columns="3">
27703 <features tabularvalignment="middle">
27704 <column alignment="center" valignment="top" width="0pt">
27705 <column alignment="center" valignment="top" width="0pt">
27706 <column alignment="center" valignment="top" width="0pt">
27707 <row>
27708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Plain Layout
27712 1
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721 2
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730 3
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 </row>
27736 <row>
27737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Plain Layout
27741 Joe
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27747 \begin_inset Text
27748
27749 \begin_layout Plain Layout
27750 Mary
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27756 \begin_inset Text
27757
27758 \begin_layout Plain Layout
27759 Ted
27760 \end_layout
27761
27762 \end_inset
27763 </cell>
27764 </row>
27765 <row>
27766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Plain Layout
27770 \begin_inset Formula $\int x^{2}dx$
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 \begin_inset Formula $\left[\begin{array}{cc}
27783 a & b\\
27784 c & d
27785 \end{array}\right]$
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \end_inset
27792 </cell>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 \begin_inset Formula $1+1=2$
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 </row>
27806 </lyxtabular>
27807
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 \begin_inset VSpace bigskip
27820 \end_inset
27821
27822 También es posible poner la leyenda junto a una figura o cuadro.
27823  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
27824  
27825 \series bold
27826 sidecap
27827 \series default
27828
27829 \begin_inset Index idx
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 \SpecialChar LaTeX
27834 -paquetes ! sidecap
27835 \end_layout
27836
27837 \end_inset
27838
27839  añadiendo en el preámbulo del documento la línea
27840 \end_layout
27841
27842 \begin_layout Standard
27843
27844 \series bold
27845
27846 \backslash
27847 usepackage[option]{sidecap}
27848 \end_layout
27849
27850 \begin_layout Standard
27851 Si no se especifica opción, la leyenda se ubica del lado del margen externo
27852  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
27853  Puedes cambiar la colocación al margen interno con la opción 
27854 \series bold
27855 innercaption
27856 \series default
27857 .
27858  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
27859  opciones 
27860 \series bold
27861 rightcaption
27862 \series default
27863  o 
27864 \series bold
27865 leftcaption
27866 \series default
27867 , respectivamente.
27868 \end_layout
27869
27870 \begin_layout Standard
27871 \begin_inset ERT
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876
27877 \backslash
27878 ifsidecap
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset Note Note
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
27889  \SpecialChar LaTeX
27890  
27891 \series bold
27892 sidecap
27893 \series default
27894 .
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 Para situar en \SpecialChar LyX
27904  la leyenda de un flotante al lado, es necesario añadir estos
27905  comandos al preámbulo del documento:
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \noindent
27910 \begin_inset CommandInset line
27911 LatexCommand rule
27912 offset "0.5ex"
27913 width "100line%"
27914 height "1pt"
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Standard
27922
27923 \series bold
27924
27925 \backslash
27926 newcommand{
27927 \backslash
27928 TabBesBeg}[1][1.0]{%
27929 \begin_inset Newline newline
27930 \end_inset
27931
27932
27933 \begin_inset Phantom HPhantom
27934 status open
27935
27936 \begin_layout Plain Layout
27937 \begin_inset space ~
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \backslash
27947 let
27948 \backslash
27949 MyTable
27950 \backslash
27951 table
27952 \begin_inset Newline newline
27953 \end_inset
27954
27955
27956 \begin_inset Phantom HPhantom
27957 status open
27958
27959 \begin_layout Plain Layout
27960
27961 \series medium
27962 \begin_inset space ~
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \backslash
27972 let
27973 \backslash
27974 MyEndtable
27975 \backslash
27976 endtable
27977 \begin_inset Newline newline
27978 \end_inset
27979
27980
27981 \begin_inset Phantom HPhantom
27982 status open
27983
27984 \begin_layout Plain Layout
27985
27986 \series medium
27987 \begin_inset space ~
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \backslash
27997 renewenvironment{table}[1]{
27998 \backslash
27999 begin{SCtable}[#1]##1}{
28000 \backslash
28001 end{SCtable}}}
28002 \end_layout
28003
28004 \begin_layout Standard
28005
28006 \series bold
28007
28008 \backslash
28009 newcommand{
28010 \backslash
28011 TabBesEnd}{%
28012 \begin_inset Newline newline
28013 \end_inset
28014
28015
28016 \begin_inset Phantom HPhantom
28017 status open
28018
28019 \begin_layout Plain Layout
28020 \begin_inset space ~
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \backslash
28030 let
28031 \backslash
28032 table
28033 \backslash
28034 MyTable
28035 \begin_inset Newline newline
28036 \end_inset
28037
28038
28039 \begin_inset Phantom HPhantom
28040 status open
28041
28042 \begin_layout Plain Layout
28043 \begin_inset space ~
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \backslash
28053 let
28054 \backslash
28055 endtable
28056 \backslash
28057 MyEndtable
28058 \end_layout
28059
28060 \begin_layout Standard
28061
28062 \series bold
28063
28064 \backslash
28065 newcommand{
28066 \backslash
28067 FigBesBeg}[1][1.0]{%
28068 \begin_inset Newline newline
28069 \end_inset
28070
28071
28072 \begin_inset Phantom HPhantom
28073 status open
28074
28075 \begin_layout Plain Layout
28076 \begin_inset space ~
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \backslash
28086 let
28087 \backslash
28088 MyFigure
28089 \backslash
28090 figure
28091 \begin_inset Newline newline
28092 \end_inset
28093
28094
28095 \begin_inset Phantom HPhantom
28096 status open
28097
28098 \begin_layout Plain Layout
28099 \begin_inset space ~
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \backslash
28109 let
28110 \backslash
28111 MyEndfigure
28112 \backslash
28113 endfigure
28114 \begin_inset Newline newline
28115 \end_inset
28116
28117
28118 \begin_inset Phantom HPhantom
28119 status open
28120
28121 \begin_layout Plain Layout
28122 \begin_inset space ~
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \backslash
28132 renewenvironment{figure}[1]{
28133 \backslash
28134 begin{SCfigure}[#1]##1}{
28135 \backslash
28136 end{SCfigure}}}
28137 \end_layout
28138
28139 \begin_layout Standard
28140
28141 \series bold
28142
28143 \backslash
28144 newcommand{
28145 \backslash
28146 FigBesEnd}{%
28147 \begin_inset Newline newline
28148 \end_inset
28149
28150
28151 \begin_inset Phantom HPhantom
28152 status open
28153
28154 \begin_layout Plain Layout
28155 \begin_inset space ~
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \backslash
28165 let
28166 \backslash
28167 figure
28168 \backslash
28169 MyFigure
28170 \begin_inset Newline newline
28171 \end_inset
28172
28173
28174 \begin_inset Phantom HPhantom
28175 status open
28176
28177 \begin_layout Plain Layout
28178 \begin_inset space ~
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \backslash
28188 let
28189 \backslash
28190 endfigure
28191 \backslash
28192 MyEndfigure}
28193 \end_layout
28194
28195 \begin_layout Standard
28196 \noindent
28197 \begin_inset CommandInset line
28198 LatexCommand rule
28199 offset "0.5ex"
28200 width "100line%"
28201 height "1pt"
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Standard
28209 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
28210  en un lado.
28211  Para figuras flotantes usa el comando
28212 \end_layout
28213
28214 \begin_layout Standard
28215
28216 \series bold
28217
28218 \backslash
28219 FigBesBeg
28220 \end_layout
28221
28222 \begin_layout Standard
28223 en código \SpecialChar TeX
28224  antes del flotante.
28225  Y inserta
28226 \end_layout
28227
28228 \begin_layout Standard
28229
28230 \series bold
28231
28232 \backslash
28233 FigBesEnd
28234 \end_layout
28235
28236 \begin_layout Standard
28237 en código \SpecialChar TeX
28238  en el punto en que quieras volver a la definición original de
28239  flotantes.
28240 \end_layout
28241
28242 \begin_layout Standard
28243 Para cuadros flotantes usa los comandos correspondientes
28244 \end_layout
28245
28246 \begin_layout Standard
28247
28248 \series bold
28249
28250 \backslash
28251 TabBesBeg
28252 \series default
28253  y 
28254 \series bold
28255
28256 \backslash
28257 TabBesEnd
28258 \end_layout
28259
28260 \begin_layout Standard
28261 La figura
28262 \begin_inset space ~
28263 \end_inset
28264
28265
28266 \begin_inset CommandInset ref
28267 LatexCommand ref
28268 reference "fig:encab-al-lado"
28269
28270 \end_inset
28271
28272  y el cuadro
28273 \begin_inset space ~
28274 \end_inset
28275
28276
28277 \begin_inset CommandInset ref
28278 LatexCommand ref
28279 reference "tab:encab-al-lado"
28280
28281 \end_inset
28282
28283  son ejemplos en los que el título se sitúa al lado.
28284 \end_layout
28285
28286 \begin_layout Standard
28287 En los ejemplos puedes ver que el texto del título aparece encima del flotante
28288  en cuadros flotantes y debajo en las figuras flotantes.
28289  Para cambiarlo, puedes usar el comando
28290 \end_layout
28291
28292 \begin_layout Standard
28293
28294 \series bold
28295
28296 \backslash
28297 sidecaptionvpos{tipo de flotante}{colocación}
28298 \end_layout
28299
28300 \begin_layout Standard
28301 en el preámbulo o en código \SpecialChar TeX
28302  antes del flotante.
28303  El 
28304 \emph on
28305 tipo de flotante
28306 \emph default
28307  es 
28308 \family sans
28309 figure
28310 \family default
28311  o 
28312 \family sans
28313 table
28314 \family default
28315 , la 
28316 \emph on
28317 colocación
28318 \emph default
28319  puede ser «
28320 \family sans
28321 t
28322 \family default
28323 » por «top» (arriba), «
28324 \family sans
28325 c
28326 \family default
28327 » por «center» (centro), o «
28328 \family sans
28329 b
28330 \family default
28331 » por «bottom» (abajo).
28332  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
28333  usa el comando
28334 \end_layout
28335
28336 \begin_layout Standard
28337
28338 \series bold
28339
28340 \backslash
28341 sidecaptionvpos{figure}{c}
28342 \end_layout
28343
28344 \begin_layout Standard
28345 Esto se ha hecho en la figura
28346 \begin_inset space ~
28347 \end_inset
28348
28349
28350 \begin_inset CommandInset ref
28351 LatexCommand ref
28352 reference "fig:encab-al-lado-de-fig"
28353
28354 \end_inset
28355
28356 .
28357 \end_layout
28358
28359 \begin_layout Standard
28360 \begin_inset VSpace medskip
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 La anchura predeterminada de la leyenda es la del cuadro/figura.
28368  Para cuadros o figuras estrechas, como en el  cuadro
28369 \begin_inset space ~
28370 \end_inset
28371
28372
28373 \begin_inset CommandInset ref
28374 LatexCommand ref
28375 reference "tab:encab-al-lado"
28376
28377 \end_inset
28378
28379 , esto genera leyendas demasiado estrechas.
28380  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
28381  del cuadro/figura.
28382  La anchura de la leyenda se recalculará automáticamente en el caso de que
28383  sobrepase los márgenes de la página o de la columna.
28384  El 
28385 \emph on
28386 factor
28387 \emph default
28388  puede darse como argumento opcional para 
28389 \series bold
28390
28391 \backslash
28392 FigBesBeg
28393 \series default
28394 :
28395 \end_layout
28396
28397 \begin_layout Standard
28398
28399 \series bold
28400
28401 \backslash
28402 FigBesBeg[factor]
28403 \end_layout
28404
28405 \begin_layout Standard
28406 o en la definición de 
28407 \series bold
28408
28409 \backslash
28410 FigBesBeg
28411 \series default
28412  reemplazando 
28413 \series bold
28414 1.0
28415 \series default
28416  con otro valor.
28417  En este segundo caso, el factor será el predeterminado si 
28418 \series bold
28419
28420 \backslash
28421 FigBesBeg
28422 \series default
28423  se usa sin argumento.
28424  Para el cuadro
28425 \begin_inset space ~
28426 \end_inset
28427
28428
28429 \begin_inset CommandInset ref
28430 LatexCommand ref
28431 reference "tab:leyenda-más-ancha"
28432
28433 \end_inset
28434
28435  se ha usado el factor 5.
28436 \end_layout
28437
28438 \begin_layout Standard
28439 \begin_inset Note Greyedout
28440 status open
28441
28442 \begin_layout Plain Layout
28443
28444 \series bold
28445 Nota:
28446 \series default
28447  Para flotantes con la leyenda adosada, no se puede usar la opción 
28448 \family sans
28449 Aquí
28450 \begin_inset space ~
28451 \end_inset
28452
28453 definitivamente
28454 \family default
28455  para la colocación porque no es soportado por 
28456 \series bold
28457 sidecap
28458 \series default
28459 .
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Standard
28468 \begin_inset VSpace medskip
28469 \end_inset
28470
28471 Más información sobre el paquete 
28472 \series bold
28473 sidecap
28474 \series default
28475  en su documentación 
28476 \begin_inset CommandInset citation
28477 LatexCommand cite
28478 key "sidecap"
28479
28480 \end_inset
28481
28482 .
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \begin_inset Note Greyedout
28487 status open
28488
28489 \begin_layout Plain Layout
28490
28491 \series bold
28492 Nota:
28493 \series default
28494  El paquete \SpecialChar LaTeX
28495  
28496 \series bold
28497 hypcap
28498 \series default
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 \SpecialChar LaTeX
28505 -paquetes ! hypcap
28506 \end_layout
28507
28508 \end_inset
28509
28510 , descrito en la sección
28511 \begin_inset space ~
28512 \end_inset
28513
28514
28515 \begin_inset CommandInset ref
28516 LatexCommand ref
28517 reference "subsec:Colocación-de-Referencias"
28518
28519 \end_inset
28520
28521 , no afecta a flotantes con la leyenda al lado.
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Standard
28530 \begin_inset ERT
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534
28535
28536 \backslash
28537 FigBesBeg 
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \begin_layout Standard
28546 \begin_inset Float figure
28547 wide false
28548 sideways false
28549 status open
28550
28551 \begin_layout Plain Layout
28552 \begin_inset Graphics
28553         filename ../clipart/escher-lsd.eps
28554         scale 75
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Plain Layout
28562 \begin_inset Caption Standard
28563
28564 \begin_layout Plain Layout
28565 \begin_inset CommandInset label
28566 LatexCommand label
28567 name "fig:encab-al-lado"
28568
28569 \end_inset
28570
28571 Leyenda al lado de una figura.
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Standard
28585 \begin_inset ERT
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589
28590
28591 \backslash
28592 FigBesEnd
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \begin_layout Standard
28601 \begin_inset ERT
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605
28606
28607 \backslash
28608 TabBesBeg 
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \begin_inset Float table
28618 wide false
28619 sideways false
28620 status open
28621
28622 \begin_layout Plain Layout
28623 \begin_inset Caption Standard
28624
28625 \begin_layout Plain Layout
28626 \begin_inset CommandInset label
28627 LatexCommand label
28628 name "tab:encab-al-lado"
28629
28630 \end_inset
28631
28632 Leyenda al lado de un cuadro.
28633 \end_layout
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \begin_layout Plain Layout
28641 \begin_inset Tabular
28642 <lyxtabular version="3" rows="4" columns="5">
28643 <features tabularvalignment="middle">
28644 <column alignment="center" valignment="top">
28645 <column alignment="center" valignment="top">
28646 <column alignment="center" valignment="top">
28647 <column alignment="center" valignment="top">
28648 <column alignment="center" valignment="top">
28649 <row>
28650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28651 \begin_inset Text
28652
28653 \begin_layout Plain Layout
28654 a
28655 \end_layout
28656
28657 \end_inset
28658 </cell>
28659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28660 \begin_inset Text
28661
28662 \begin_layout Plain Layout
28663
28664 \end_layout
28665
28666 \end_inset
28667 </cell>
28668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28669 \begin_inset Text
28670
28671 \begin_layout Plain Layout
28672 b
28673 \end_layout
28674
28675 \end_inset
28676 </cell>
28677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28678 \begin_inset Text
28679
28680 \begin_layout Plain Layout
28681
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28687 \begin_inset Text
28688
28689 \begin_layout Plain Layout
28690 c
28691 \end_layout
28692
28693 \end_inset
28694 </cell>
28695 </row>
28696 <row>
28697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28698 \begin_inset Text
28699
28700 \begin_layout Plain Layout
28701
28702 \end_layout
28703
28704 \end_inset
28705 </cell>
28706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28707 \begin_inset Text
28708
28709 \begin_layout Plain Layout
28710 d
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28725 \begin_inset Text
28726
28727 \begin_layout Plain Layout
28728 e
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28734 \begin_inset Text
28735
28736 \begin_layout Plain Layout
28737
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 </row>
28743 <row>
28744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28745 \begin_inset Text
28746
28747 \begin_layout Plain Layout
28748 f
28749 \end_layout
28750
28751 \end_inset
28752 </cell>
28753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28754 \begin_inset Text
28755
28756 \begin_layout Plain Layout
28757
28758 \end_layout
28759
28760 \end_inset
28761 </cell>
28762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28763 \begin_inset Text
28764
28765 \begin_layout Plain Layout
28766 g
28767 \end_layout
28768
28769 \end_inset
28770 </cell>
28771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28772 \begin_inset Text
28773
28774 \begin_layout Plain Layout
28775
28776 \end_layout
28777
28778 \end_inset
28779 </cell>
28780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28781 \begin_inset Text
28782
28783 \begin_layout Plain Layout
28784 h
28785 \end_layout
28786
28787 \end_inset
28788 </cell>
28789 </row>
28790 <row>
28791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28792 \begin_inset Text
28793
28794 \begin_layout Plain Layout
28795
28796 \end_layout
28797
28798 \end_inset
28799 </cell>
28800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28801 \begin_inset Text
28802
28803 \begin_layout Plain Layout
28804 i
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Plain Layout
28813
28814 \end_layout
28815
28816 \end_inset
28817 </cell>
28818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28819 \begin_inset Text
28820
28821 \begin_layout Plain Layout
28822 j
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 </row>
28837 </lyxtabular>
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855
28856 \backslash
28857 TabBesEnd
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 \begin_inset ERT
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870
28871
28872 \backslash
28873 FigBesBeg 
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Standard
28882 \begin_inset ERT
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886
28887
28888 \backslash
28889 sidecaptionvpos{figure}{c}
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \begin_inset Float figure
28896 wide false
28897 sideways false
28898 status open
28899
28900 \begin_layout Plain Layout
28901 \begin_inset Graphics
28902         filename ../clipart/escher-lsd.eps
28903         scale 75
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Plain Layout
28911 \begin_inset Caption Standard
28912
28913 \begin_layout Plain Layout
28914 \begin_inset CommandInset label
28915 LatexCommand label
28916 name "fig:encab-al-lado-de-fig"
28917
28918 \end_inset
28919
28920 Leyenda centrada verticalmente junto a una figura.
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Standard
28934 \begin_inset ERT
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938
28939
28940 \backslash
28941 FigBesEnd
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950 \begin_inset ERT
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954
28955
28956 \backslash
28957 TabBesBeg[5]
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \begin_inset Float table
28967 wide false
28968 sideways false
28969 status open
28970
28971 \begin_layout Plain Layout
28972 \begin_inset Caption Standard
28973
28974 \begin_layout Plain Layout
28975 \begin_inset CommandInset label
28976 LatexCommand label
28977 name "tab:leyenda-más-ancha"
28978
28979 \end_inset
28980
28981 Una leyenda más ancha que la del cuadro
28982 \begin_inset space ~
28983 \end_inset
28984
28985
28986 \begin_inset CommandInset ref
28987 LatexCommand ref
28988 reference "tab:encab-al-lado"
28989
28990 \end_inset
28991
28992 .
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Plain Layout
29001 \begin_inset Tabular
29002 <lyxtabular version="3" rows="4" columns="5">
29003 <features tabularvalignment="middle">
29004 <column alignment="center" valignment="top">
29005 <column alignment="center" valignment="top">
29006 <column alignment="center" valignment="top">
29007 <column alignment="center" valignment="top">
29008 <column alignment="center" valignment="top">
29009 <row>
29010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29011 \begin_inset Text
29012
29013 \begin_layout Plain Layout
29014 a
29015 \end_layout
29016
29017 \end_inset
29018 </cell>
29019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29020 \begin_inset Text
29021
29022 \begin_layout Plain Layout
29023
29024 \end_layout
29025
29026 \end_inset
29027 </cell>
29028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29029 \begin_inset Text
29030
29031 \begin_layout Plain Layout
29032 b
29033 \end_layout
29034
29035 \end_inset
29036 </cell>
29037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Plain Layout
29041
29042 \end_layout
29043
29044 \end_inset
29045 </cell>
29046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29047 \begin_inset Text
29048
29049 \begin_layout Plain Layout
29050 c
29051 \end_layout
29052
29053 \end_inset
29054 </cell>
29055 </row>
29056 <row>
29057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29058 \begin_inset Text
29059
29060 \begin_layout Plain Layout
29061
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 d
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 e
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29094 \begin_inset Text
29095
29096 \begin_layout Plain Layout
29097
29098 \end_layout
29099
29100 \end_inset
29101 </cell>
29102 </row>
29103 <row>
29104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29105 \begin_inset Text
29106
29107 \begin_layout Plain Layout
29108 f
29109 \end_layout
29110
29111 \end_inset
29112 </cell>
29113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29114 \begin_inset Text
29115
29116 \begin_layout Plain Layout
29117
29118 \end_layout
29119
29120 \end_inset
29121 </cell>
29122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Plain Layout
29126 g
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29132 \begin_inset Text
29133
29134 \begin_layout Plain Layout
29135
29136 \end_layout
29137
29138 \end_inset
29139 </cell>
29140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Plain Layout
29144 h
29145 \end_layout
29146
29147 \end_inset
29148 </cell>
29149 </row>
29150 <row>
29151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Plain Layout
29155
29156 \end_layout
29157
29158 \end_inset
29159 </cell>
29160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29161 \begin_inset Text
29162
29163 \begin_layout Plain Layout
29164 i
29165 \end_layout
29166
29167 \end_inset
29168 </cell>
29169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173
29174 \end_layout
29175
29176 \end_inset
29177 </cell>
29178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29179 \begin_inset Text
29180
29181 \begin_layout Plain Layout
29182 j
29183 \end_layout
29184
29185 \end_inset
29186 </cell>
29187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 </row>
29197 </lyxtabular>
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Standard
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215
29216 \backslash
29217 TabBesEnd
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \begin_inset ERT
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230
29231
29232 \backslash
29233 else
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \begin_inset Note Note
29240 status open
29241
29242 \begin_layout Plain Layout
29243 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
29244  
29245 \series bold
29246 sidecap
29247 \series default
29248 .
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Standard
29257 Debes instalar el paquete \SpecialChar LaTeX
29258  
29259 \series bold
29260 sidecap
29261 \series default
29262  para ver la parte siguiente en la salida.
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 fi
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Section
29282 Índice de flotantes
29283 \begin_inset Index idx
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287 Flotantes ! Índice de
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296 Igual que en el índice general se listan las secciones del documento, hay
29297  índices para todos los tipos de flotantes, como las figuras.
29298  Se pueden insertar mediante los submenús 
29299 \family sans
29300 Insertar\SpecialChar menuseparator
29301 Índice
29302 \family default
29303 s.
29304 \end_layout
29305
29306 \begin_layout Standard
29307 Las entradas de los índices son las leyendas del flotante o su título breve,
29308  el número de flotante y el número de la página del documento en la que
29309  aparecen.
29310 \end_layout
29311
29312 \begin_layout Standard
29313 Puedes encontrar los índices de figuras y cuadros al final de este documento.
29314 \end_layout
29315
29316 \begin_layout Chapter
29317 Notas
29318 \end_layout
29319
29320 \begin_layout Section
29321 Notas en \SpecialChar LyX
29322
29323 \begin_inset Index idx
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327 Notas ! en \SpecialChar LyX
29328
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Standard
29337 Las notas se insertan con el botón 
29338 \begin_inset Info
29339 type  "icon"
29340 arg   "note-insert"
29341 \end_inset
29342
29343  o con el menú 
29344 \family sans
29345 Insertar\SpecialChar menuseparator
29346 Nota
29347 \family default
29348 .
29349  Hay cinco tipos de notas:
29350 \end_layout
29351
29352 \begin_layout Description
29353 Nota
29354 \begin_inset space ~
29355 \end_inset
29356
29357 \SpecialChar LyX
29358  Este tipo es para notas internas que no han de aparecer en la salida.
29359  Su cuadro se muestra como este:
29360 \begin_inset Newline newline
29361 \end_inset
29362
29363
29364 \begin_inset Newline newline
29365 \end_inset
29366
29367
29368 \begin_inset Graphics
29369         filename clipart/NotaLyXImagenQt4.png
29370         display false
29371         scale 75
29372
29373 \end_inset
29374
29375  
29376 \begin_inset Note Note
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 Este es un texto en un recuadro que no se muestra en la salida.
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Description
29389 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
29390  comentario de \SpecialChar LaTeX
29391 , cuando exportas el documento a \SpecialChar LaTeX
29392  vía menú 
29393 \family sans
29394 Archivo\SpecialChar menuseparator
29395 Exportar\SpecialChar menuseparator
29396 \SpecialChar LaTeX
29397  (pdflatex) / (plain)
29398 \family default
29399 .
29400  Su recuadro se ve así:
29401 \begin_inset Newline newline
29402 \end_inset
29403
29404
29405 \begin_inset Newline newline
29406 \end_inset
29407
29408
29409 \begin_inset Graphics
29410         filename clipart/ComentNotaImagenQt4.png
29411         display false
29412         scale 75
29413
29414 \end_inset
29415
29416  
29417 \begin_inset Note Comment
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
29422 .
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Description
29431 Resaltado
29432 \begin_inset space ~
29433 \end_inset
29434
29435 en
29436 \begin_inset space ~
29437 \end_inset
29438
29439 gris Esta nota aparece en la salida como texto resaltado en gris.
29440  Su recuadro se parece a este:
29441 \begin_inset Newline newline
29442 \end_inset
29443
29444
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448
29449 \begin_inset Graphics
29450         filename clipart/GrisNotaImagenQt4.png
29451         display false
29452         scale 75
29453
29454 \end_inset
29455
29456
29457 \begin_inset Newline newline
29458 \end_inset
29459
29460
29461 \begin_inset ERT
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465
29466
29467 \backslash
29468 renewenvironment{lyxgreyedout}
29469 \end_layout
29470
29471 \begin_layout Plain Layout
29472
29473 {
29474 \backslash
29475 textcolor[gray]{0.8}
29476 \backslash
29477 bgroup}{
29478 \backslash
29479 egroup}
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset Note Greyedout
29486 status open
29487
29488 \begin_layout Plain Layout
29489 Este es el texto
29490 \begin_inset Foot
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
29495 \end_layout
29496
29497 \end_inset
29498
29499  de un comentario que se muestra resaltado en gris.
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510
29511 \backslash
29512 renewenvironment{lyxgreyedout}
29513 \end_layout
29514
29515 \begin_layout Plain Layout
29516
29517 {
29518 \backslash
29519 textcolor{blue}
29520 \backslash
29521 bgroup}{
29522 \backslash
29523 egroup}
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Note Note
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
29534  original de \SpecialChar LyX
29535 , ya que en el preámbulo de este documento se han redefinido
29536  estas notas para que salgan en azul, como se indica más adelante.
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \begin_inset Newline newline
29543 \end_inset
29544
29545
29546 \begin_inset Newline newline
29547 \end_inset
29548
29549 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
29550  está un poco sangrada, y por otra parte pueden tener notas al pie.
29551 \end_layout
29552
29553 \begin_layout Standard
29554 \begin_inset VSpace bigskip
29555 \end_inset
29556
29557 Si usas el botón de la barra de herramientas 
29558 \begin_inset Info
29559 type  "icon"
29560 arg   "note-insert"
29561 \end_inset
29562
29563  para insertar notas, se inserta una 
29564 \family sans
29565 Nota
29566 \begin_inset space ~
29567 \end_inset
29568
29569 \SpecialChar LyX
29570
29571 \family default
29572 .
29573  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
29574  
29575 \family roman
29576 \series medium
29577 \bar no
29578 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
29579  botón de herramienta 
29580 \family sans
29581 \series default
29582 \bar default
29583 Nota
29584 \family default
29585 .
29586  Para cambiar una nota a texto, pulsa la tecla 
29587 \family sans
29588 Retroceso
29589 \family default
29590  cuando el cursor está en la primera posición de una nota, o la tecla 
29591 \family sans
29592 Supr
29593 \family default
29594  cuando el cursor está en la última posición de la nota, respectivamente.
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset VSpace bigskip
29599 \end_inset
29600
29601 El color de las notas resaltadas en gris puede cambiarse en el menú 
29602 \family sans
29603 Documento\SpecialChar menuseparator
29604 Configuración\SpecialChar menuseparator
29605 Colores
29606 \family default
29607 .
29608 \end_layout
29609
29610 \begin_layout Section
29611 Notas al pie
29612 \begin_inset CommandInset label
29613 LatexCommand label
29614 name "sec:Notas-al-pie"
29615
29616 \end_inset
29617
29618
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 Notas ! al pie
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 Las notas al pie se insertan con el botón 
29633 \begin_inset Info
29634 type  "icon"
29635 arg   "footnote-insert"
29636 \end_inset
29637
29638  o el menú 
29639 \family sans
29640 Insertar\SpecialChar menuseparator
29641 Nota
29642 \begin_inset space ~
29643 \end_inset
29644
29645 al
29646 \begin_inset space ~
29647 \end_inset
29648
29649 pie
29650 \family default
29651 .
29652  
29653 \family roman
29654 \series medium
29655 \bar no
29656 Aparece un recuadro como este:
29657 \family default
29658 \series default
29659 \bar default
29660  
29661 \begin_inset Graphics
29662         filename clipart/notapieQt4.png
29663         scale 80
29664
29665 \end_inset
29666
29667  
29668 \family roman
29669 \series medium
29670 \bar no
29671 donde puedes introducir el texto.
29672  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
29673  sobre el
29674 \family default
29675 \series default
29676 \bar default
29677  
29678 \family roman
29679 \series medium
29680 \bar no
29681 botón
29682 \family default
29683 \series default
29684 \bar default
29685 .
29686  Para cambiar una nota al pie a texto, pulsa la tecla 
29687 \family sans
29688 Retroceso
29689 \family default
29690  cuando el cursor está en la primera posición de la nota al pie, o la tecla
29691  
29692 \family sans
29693 Supr
29694 \family default
29695  cuando el cursor está en la última posición de la nota, respectivamente.
29696 \end_layout
29697
29698 \begin_layout Standard
29699 Aquí hay un ejemplo de nota al pie:
29700 \family roman
29701 \series medium
29702 \bar no
29703
29704 \begin_inset Foot
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 \begin_inset CommandInset label
29709 LatexCommand label
29710 name "pie:Esto-es-una"
29711
29712 \end_inset
29713
29714 Ejemplo de nota al pie.
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \family default
29721 \series default
29722 \bar default
29723
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729
29730 \backslash
29731 newcounter{MyRepeatFoot}
29732 \end_layout
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 setcounter{MyRepeatFoot}{
29739 \backslash
29740 thefootnote}
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \begin_layout Standard
29749 En la salida, el pie se muestra como número voladito en el lugar del texto
29750  donde se coloca el recuadro.
29751  El texto se coloca al final de la página actual.
29752  Los números de las notas son calculados por \SpecialChar LaTeX
29753 , y son consecutivos.
29754  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
29755 \end_layout
29756
29757 \begin_layout Standard
29758 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
29759  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
29760  se describe en la sección
29761 \begin_inset space ~
29762 \end_inset
29763
29764
29765 \begin_inset CommandInset ref
29766 LatexCommand ref
29767 reference "sec:Referencias-a-Flotantes"
29768
29769 \end_inset
29770
29771 .
29772 \begin_inset Newline newline
29773 \end_inset
29774
29775 Esto es una referencia cruzada a la Nota al pie
29776 \begin_inset space ~
29777 \end_inset
29778
29779
29780 \begin_inset CommandInset ref
29781 LatexCommand ref
29782 reference "pie:Esto-es-una"
29783
29784 \end_inset
29785
29786 .
29787 \end_layout
29788
29789 \begin_layout Standard
29790 \begin_inset VSpace defskip
29791 \end_inset
29792
29793
29794 \lang english
29795 Footnotes in title environments are usually not numbered with symbols and
29796  they cannot contain several paragraphs.
29797  See for example the footnote in the titling of this document.
29798 \end_layout
29799
29800 \begin_layout Standard
29801 \begin_inset VSpace defskip
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 Debido a razones técnicas, \SpecialChar LaTeX
29809  no imprime las notas al pie en cuadros.
29810  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
29811  se inserta el comando 
29812 \series bold
29813
29814 \backslash
29815 footnotemark{}
29816 \series default
29817  en código \SpecialChar TeX
29818 .
29819  El texto de la nota se introduce como argumento del comando
29820 \series bold
29821  
29822 \backslash
29823 footnotetext
29824 \series default
29825  después del cuadro.
29826 \begin_inset Newline newline
29827 \end_inset
29828
29829 Esto es lo que se ha hecho para el siguiente cuadro con el comando
29830 \end_layout
29831
29832 \begin_layout Standard
29833
29834 \series bold
29835
29836 \backslash
29837 footnotetext{
29838 \series default
29839 Texto de la nota del cuadro.
29840 \series bold
29841 }
29842 \end_layout
29843
29844 \begin_layout Standard
29845 \begin_inset Tabular
29846 <lyxtabular version="3" rows="2" columns="1">
29847 <features tabularvalignment="middle">
29848 <column alignment="center" valignment="top">
29849 <row>
29850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29851 \begin_inset Text
29852
29853 \begin_layout Plain Layout
29854 Texto de ejemplo.
29855 \begin_inset Foot
29856 status open
29857
29858 \begin_layout Plain Layout
29859 ¡Esta nota no se imprimirá!
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \end_inset
29868 </cell>
29869 </row>
29870 <row>
29871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29872 \begin_inset Text
29873
29874 \begin_layout Plain Layout
29875 Texto de ejemplo.
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881
29882 \backslash
29883 footnotemark{}
29884 \end_layout
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \end_inset
29892 </cell>
29893 </row>
29894 </lyxtabular>
29895
29896 \end_inset
29897
29898
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904
29905 \backslash
29906 footnotetext{
29907 \end_layout
29908
29909 \end_inset
29910
29911 Texto de la nota del cuadro.
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917 }
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \end_layout
29924
29925 \begin_layout Standard
29926 Las notas al pie en cuadros largos se describen en la sección
29927 \begin_inset space ~
29928 \end_inset
29929
29930
29931 \begin_inset CommandInset ref
29932 LatexCommand ref
29933 reference "subsec:Notas-al-pie-en-Cuadros-Largos"
29934
29935 \end_inset
29936
29937 .
29938 \end_layout
29939
29940 \begin_layout Standard
29941 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
29942  y con numeración diferente debido a que una minipágina es como una página
29943  dentro de otra.
29944  (Más información sobre minipáginas en la sección
29945 \begin_inset space ~
29946 \end_inset
29947
29948
29949 \begin_inset CommandInset ref
29950 LatexCommand ref
29951 reference "sec:Minipáginas"
29952
29953 \end_inset
29954
29955 ).
29956  Para poner notas en una minipágina que se impriman a pie de página como
29957  las notas al pie normales, se puede usar también el método de 
29958 \series bold
29959
29960 \backslash
29961 footnotemark{}
29962 \series default
29963  y 
29964 \series bold
29965
29966 \backslash
29967 footnotetext
29968 \series default
29969 .
29970 \end_layout
29971
29972 \begin_layout Standard
29973 \begin_inset Box Frameless
29974 position "t"
29975 hor_pos "c"
29976 has_inner_box 1
29977 inner_pos "t"
29978 use_parbox 0
29979 use_makebox 0
29980 width "100col%"
29981 special "none"
29982 height "1in"
29983 height_special "totalheight"
29984 thickness "0.4pt"
29985 separation "3pt"
29986 shadowsize "4pt"
29987 framecolor "black"
29988 backgroundcolor "none"
29989 status open
29990
29991 \begin_layout Plain Layout
29992 Muestra de texto en una minipágina.
29993 \begin_inset Foot
29994 status open
29995
29996 \begin_layout Plain Layout
29997 Nota en la minipágina.
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Plain Layout
30006 Muestra de texto en una minipágina.
30007 \begin_inset ERT
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011
30012
30013 \backslash
30014 footnotemark{}
30015 \end_layout
30016
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033
30034 \backslash
30035 footnotetext{
30036 \end_layout
30037
30038 \end_inset
30039
30040 Nota fuera de la minipágina.
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 }
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 \begin_inset VSpace defskip
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 Para hacer referencia a la misma nota varias veces sin imprimir su texto
30063  cada vez, usa el comando 
30064 \series bold
30065
30066 \backslash
30067 footnotemark[number]
30068 \series default
30069  en código \SpecialChar TeX
30070 .
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074 Como el número de la nota repetida no se conoce mientras se escribe el texto,
30075  hay que guardarlo.
30076  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
30077  comandos en código \SpecialChar TeX
30078  después de la nota al pie
30079 \begin_inset space ~
30080 \end_inset
30081
30082
30083 \begin_inset CommandInset ref
30084 LatexCommand ref
30085 reference "pie:Esto-es-una"
30086
30087 \end_inset
30088
30089  para guardar el número de la nota: 
30090 \end_layout
30091
30092 \begin_layout Standard
30093
30094 \series bold
30095
30096 \backslash
30097 newcounter{MyRepeatFoot}
30098 \begin_inset Newline newline
30099 \end_inset
30100
30101
30102 \backslash
30103 setcounter{MyRepeatFoot}{
30104 \backslash
30105 thefootnote}
30106 \end_layout
30107
30108 \begin_layout Standard
30109 La marca de la nota se ha creado después con el comando:
30110 \end_layout
30111
30112 \begin_layout Standard
30113
30114 \series bold
30115
30116 \backslash
30117 footnotemark[
30118 \backslash
30119 theMyRepeatFoot]
30120 \end_layout
30121
30122 \begin_layout Standard
30123 Aquí hay una nota repetida:
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 footnotemark[
30132 \backslash
30133 theMyRepeatFoot]
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Standard
30142 Para repetir la nota al pie previa, se puede omitir el guardado del número
30143  de la nota y usar en su lugar el comando:
30144 \end_layout
30145
30146 \begin_layout Standard
30147
30148 \series bold
30149
30150 \backslash
30151 footnotemark[
30152 \backslash
30153 thefootnote]
30154 \end_layout
30155
30156 \begin_layout Standard
30157 Aquí hay otra nota repetida:
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 footnotemark[
30166 \backslash
30167 thefootnote]
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \begin_layout Subsection
30176 Numeración de notas al pie
30177 \begin_inset CommandInset label
30178 LatexCommand label
30179 name "subsec:Numeración-de-Notas-al-Pie"
30180
30181 \end_inset
30182
30183
30184 \begin_inset Index idx
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188 Notas ! al pie ! numeración
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \begin_layout Standard
30197 Para reiniciar el número de pie a 1 en cada sección añade
30198 \family roman
30199  en el preámbulo el comando:
30200 \end_layout
30201
30202 \begin_layout Standard
30203
30204 \series bold
30205
30206 \backslash
30207 @addtoreset{footnote}{section}
30208 \end_layout
30209
30210 \begin_layout Standard
30211 \begin_inset VSpace bigskip
30212 \end_inset
30213
30214 El siguiente comando en el preámbulo cambia el estilo de numeración del
30215  pie a números romanos en minúsculas:
30216 \end_layout
30217
30218 \begin_layout Standard
30219
30220 \series bold
30221
30222 \backslash
30223 renewcommand{
30224 \backslash
30225 thefootnote}{
30226 \backslash
30227 roman{footnote}}
30228 \end_layout
30229
30230 \begin_layout Standard
30231 \begin_inset ERT
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235
30236
30237 \backslash
30238 renewcommand{
30239 \backslash
30240 thefootnote}{
30241 \backslash
30242 roman{footnote}}
30243 \end_layout
30244
30245 \end_inset
30246
30247  Nota al pie en números romanos:
30248 \begin_inset Foot
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252 Ejemplo de nota al pie en números romanos.
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263
30264 \backslash
30265 renewcommand{
30266 \backslash
30267 thefootnote}{
30268 \backslash
30269 arabic{footnote}}
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \end_layout
30276
30277 \begin_layout Standard
30278 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
30279  
30280 \series bold
30281
30282 \backslash
30283 roman
30284 \series default
30285  por 
30286 \series bold
30287
30288 \backslash
30289 Roman
30290 \series default
30291 .
30292  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
30293 \series bold
30294
30295 \backslash
30296 Alph
30297 \series default
30298  o 
30299 \series bold
30300
30301 \backslash
30302 alph
30303 \series default
30304 , respectivamente.
30305  Para ordenar las notas al pie con símbolos usa 
30306 \series bold
30307
30308 \backslash
30309 fnsymbol
30310 \series default
30311 .
30312 \end_layout
30313
30314 \begin_layout Standard
30315 \begin_inset Note Greyedout
30316 status open
30317
30318 \begin_layout Plain Layout
30319
30320 \series bold
30321 Nota:
30322 \series default
30323  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
30324  simples.
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \begin_inset Newline newline
30331 \end_inset
30332
30333
30334 \begin_inset Note Greyedout
30335 status open
30336
30337 \begin_layout Plain Layout
30338
30339 \series bold
30340 Nota:
30341 \series default
30342  sólo puedes ordenar hasta 9 pies con símbolos.
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Standard
30351 Para volver al estilo de numeración predeterminado cuando has cambiado a
30352  otro estilo, usa 
30353 \series bold
30354
30355 \backslash
30356 arabic
30357 \series default
30358  en vez de 
30359 \series bold
30360
30361 \backslash
30362 roman
30363 \series default
30364  en el comando anterior.
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370
30371 \backslash
30372 renewcommand{
30373 \backslash
30374 thefootnote}{
30375 \backslash
30376 arabic{footnote}}
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 \begin_inset VSpace bigskip
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \begin_layout Standard
30392 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
30393  comando al preámbulo del documento:
30394 \end_layout
30395
30396 \begin_layout Standard
30397
30398 \series bold
30399
30400 \backslash
30401 numberwithin{footnote}{chapter}
30402 \end_layout
30403
30404 \begin_layout Standard
30405 Para poder usar el comando 
30406 \series bold
30407
30408 \backslash
30409 numberwithin
30410 \series default
30411 , marca la opción 
30412 \family sans
30413 Usar
30414 \family default
30415
30416 \begin_inset space ~
30417 \end_inset
30418
30419
30420 \family sans
30421 el
30422 \family default
30423
30424 \begin_inset space ~
30425 \end_inset
30426
30427
30428 \family sans
30429 paquete
30430 \family default
30431
30432 \begin_inset space ~
30433 \end_inset
30434
30435
30436 \family sans
30437 AMS
30438 \family default
30439  en la sección 
30440 \family sans
30441 Opciones para ecuaciones
30442 \family default
30443  de la configuración del documento.
30444 \end_layout
30445
30446 \begin_layout Standard
30447 \begin_inset ERT
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451
30452
30453 \backslash
30454 numberwithin{footnote}{chapter}
30455 \end_layout
30456
30457 \end_inset
30458
30459 Esto es otro ejemplo de nota al pie:
30460 \series bold
30461
30462 \begin_inset Foot
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466 Nota al pie numerada en el esquema 
30467 \begin_inset Quotes eld
30468 \end_inset
30469
30470 capítulo.nota
30471 \begin_inset Quotes erd
30472 \end_inset
30473
30474 .
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \series default
30481
30482 \begin_inset ERT
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487
30488 \backslash
30489 renewcommand{
30490 \backslash
30491 thefootnote}{
30492 \backslash
30493 arabic{footnote}}
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 \begin_inset Note Greyedout
30503 status open
30504
30505 \begin_layout Plain Layout
30506
30507 \series bold
30508 Nota: 
30509 \backslash
30510 numberwithin 
30511 \series default
30512 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
30513  previas para obtener números no arábigos se sobreescriben.
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 Así, para obtener por ejemplo el esquema «capítulo.
30523 \backslash
30524 Roman{footnote}», usa este comando en vez de 
30525 \series bold
30526
30527 \backslash
30528 numberwithin
30529 \series default
30530 :
30531 \end_layout
30532
30533 \begin_layout Standard
30534
30535 \series bold
30536
30537 \backslash
30538 renewcommand{
30539 \backslash
30540 thefootnote}{
30541 \backslash
30542 thechapter.
30543 \backslash
30544 Roman{footnote}}
30545 \end_layout
30546
30547 \begin_layout Subsection
30548 Colocación de notas al pie
30549 \begin_inset Index idx
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Notas ! al pie ! colocación
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
30563  entre ellas al final de la página.
30564  Para hacerlas más legibles puedes añadir 1.5
30565 \begin_inset space \thinspace{}
30566 \end_inset
30567
30568 mm, p.
30569 \begin_inset space \thinspace{}
30570 \end_inset
30571
30572 ej., con el comando siguiente en el preámbulo:
30573 \end_layout
30574
30575 \begin_layout Standard
30576
30577 \series bold
30578
30579 \backslash
30580 let
30581 \backslash
30582 myFoot
30583 \backslash
30584 footnote
30585 \begin_inset Newline newline
30586 \end_inset
30587
30588
30589 \backslash
30590 renewcommand{
30591 \backslash
30592 footnote}[1]{
30593 \backslash
30594 myFoot{#1
30595 \backslash
30596 vspace{1.5mm}}}
30597 \end_layout
30598
30599 \begin_layout Standard
30600 \begin_inset VSpace bigskip
30601 \end_inset
30602
30603 En documentos a dos columnas la nota al pie aparece al final de cada columna,
30604  véase la figura
30605 \begin_inset space ~
30606 \end_inset
30607
30608
30609 \begin_inset CommandInset ref
30610 LatexCommand ref
30611 reference "fig:Colocación-standard-del-pie"
30612
30613 \end_inset
30614
30615 .
30616  Si las notas debieran mostrarse sólo al final de la columna derecha, como
30617  en la figura
30618 \begin_inset space ~
30619 \end_inset
30620
30621
30622 \begin_inset CommandInset ref
30623 LatexCommand ref
30624 reference "fig:Colocación-del-pie-en"
30625
30626 \end_inset
30627
30628 , usa el paquete \SpecialChar LaTeX
30629  
30630 \series bold
30631 ftnright
30632 \series default
30633
30634 \begin_inset Index idx
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 \SpecialChar LaTeX
30639 -paquetes ! ftnright
30640 \end_layout
30641
30642 \end_inset
30643
30644  con este comando en el preámbulo:
30645 \end_layout
30646
30647 \begin_layout Standard
30648
30649 \series bold
30650
30651 \backslash
30652 usepackage{ftnright}
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset Float figure
30657 placement !h
30658 wide false
30659 sideways false
30660 status open
30661
30662 \begin_layout Plain Layout
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668
30669 \backslash
30670 framebox{
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \begin_inset Graphics
30677         filename ../clipart/without_fntright.pdf
30678         width 100col%
30679
30680 \end_inset
30681
30682
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688 }
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \end_layout
30695
30696 \begin_layout Plain Layout
30697 \begin_inset Caption Standard
30698
30699 \begin_layout Plain Layout
30700 \begin_inset CommandInset label
30701 LatexCommand label
30702 name "fig:Colocación-standard-del-pie"
30703
30704 \end_inset
30705
30706 Colocación estándar de notas al pie en documentos a dos columnas.
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \end_layout
30718
30719 \begin_layout Standard
30720 \begin_inset Float figure
30721 placement !h
30722 wide false
30723 sideways false
30724 status open
30725
30726 \begin_layout Plain Layout
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732
30733 \backslash
30734 framebox{
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset Graphics
30741         filename ../clipart/with_fntright.pdf
30742         width 100col%
30743
30744 \end_inset
30745
30746
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752 }
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Plain Layout
30761 \begin_inset Caption Standard
30762
30763 \begin_layout Plain Layout
30764 \begin_inset CommandInset label
30765 LatexCommand label
30766 name "fig:Colocación-del-pie-en"
30767
30768 \end_inset
30769
30770 Colocación de la nota al pie en documentos a dos columnas cuando se usa
30771  el paquete \SpecialChar LaTeX
30772  
30773 \series bold
30774 ftnright
30775 \series default
30776 .
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \begin_inset VSpace bigskip
30791 \end_inset
30792
30793 En alguna literatura científica es habitual reunir las notas para imprimirlas
30794  en un párrafo separado al final de la sección, como en la figura
30795 \begin_inset space ~
30796 \end_inset
30797
30798
30799 \begin_inset CommandInset ref
30800 LatexCommand ref
30801 reference "fig:Notas-al-pie-al-final"
30802
30803 \end_inset
30804
30805 .
30806  Para reunir las notas al final
30807 \begin_inset Index idx
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811 Notas ! al final
30812 \end_layout
30813
30814 \end_inset
30815
30816  en vez de a pie de página, carga en el menú 
30817 \family sans
30818 Documento\SpecialChar menuseparator
30819 Configuratión\SpecialChar menuseparator
30820 Módulos
30821 \family default
30822  el módulo 
30823 \family sans
30824 Pie
30825 \begin_inset space ~
30826 \end_inset
30827
30828 al
30829 \begin_inset space ~
30830 \end_inset
30831
30832 final
30833 \family default
30834 .
30835  Para insertar la colección de notas, escribe el comando
30836 \end_layout
30837
30838 \begin_layout Standard
30839
30840 \series bold
30841
30842 \backslash
30843 theendnotes
30844 \end_layout
30845
30846 \begin_layout Standard
30847 en código \SpecialChar TeX
30848  al final de una sección o capítulo.
30849 \end_layout
30850
30851 \begin_layout Standard
30852 \begin_inset Float figure
30853 wide false
30854 sideways false
30855 status open
30856
30857 \begin_layout Plain Layout
30858 \align center
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 framebox{
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \begin_inset Graphics
30873         filename ../clipart/endnotes.pdf
30874
30875 \end_inset
30876
30877
30878 \begin_inset ERT
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882
30883 }
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Plain Layout
30892 \begin_inset Caption Standard
30893
30894 \begin_layout Plain Layout
30895 \begin_inset CommandInset label
30896 LatexCommand label
30897 name "fig:Notas-al-pie-al-final"
30898
30899 \end_inset
30900
30901 Notas al final: notas impresas en párrafo separado al final de la sección
30902  o del capítulo.
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Standard
30916 \begin_inset VSpace medskip
30917 \end_inset
30918
30919 La cabecera de párrafo para las notas finales no se traduce automáticamente
30920  al lenguaje del documento, hay que hacerlo manualmente.
30921  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
30922  español «Notas»:
30923 \end_layout
30924
30925 \begin_layout Standard
30926
30927 \series bold
30928
30929 \backslash
30930 renewcommand{
30931 \backslash
30932 notesname}{Notas}
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset VSpace medskip
30937 \end_inset
30938
30939 La numeración de notas finales puede cambiarse como la de las notas al pie,
30940  como se describe en la sección
30941 \begin_inset space ~
30942 \end_inset
30943
30944
30945 \begin_inset CommandInset ref
30946 LatexCommand ref
30947 reference "subsec:Numeración-de-Notas-al-Pie"
30948
30949 \end_inset
30950
30951 ; sólo hay que reemplazar el comando 
30952 \series bold
30953
30954 \backslash
30955 thefootnote
30956 \series default
30957  por 
30958 \series bold
30959
30960 \backslash
30961 theendnote
30962 \series default
30963 .
30964  Para restablecer la numeración usa el comando 
30965 \series bold
30966
30967 \backslash
30968 @addtoreset
30969 \series default
30970  como se describe en la sección
30971 \begin_inset space ~
30972 \end_inset
30973
30974
30975 \begin_inset CommandInset ref
30976 LatexCommand ref
30977 reference "subsec:Numeración-de-Notas-al-Pie"
30978
30979 \end_inset
30980
30981  y sustituye el parámetro de comando 
30982 \series bold
30983 footnote
30984 \series default
30985  por 
30986 \series bold
30987 endnote
30988 \series default
30989 .
30990 \end_layout
30991
30992 \begin_layout Standard
30993 Para notas al final hay el comando el comando 
30994 \series bold
30995
30996 \backslash
30997 endnotemark[número]
30998 \series default
30999  similar al comando 
31000 \series bold
31001
31002 \backslash
31003 footnotemark
31004 \series default
31005 , descrito en la sección
31006 \begin_inset space ~
31007 \end_inset
31008
31009
31010 \begin_inset CommandInset ref
31011 LatexCommand ref
31012 reference "sec:Notas-al-pie"
31013
31014 \end_inset
31015
31016 .
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \begin_inset VSpace bigskip
31021 \end_inset
31022
31023 Las notas al pie también pueden colocarse al margen de la página y la alineación
31024  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
31025  
31026 \series bold
31027 footmisc
31028 \series default
31029
31030 \begin_inset Index idx
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034 \SpecialChar LaTeX
31035 -paquetes ! footmisc
31036 \end_layout
31037
31038 \end_inset
31039
31040  
31041 \begin_inset CommandInset citation
31042 LatexCommand cite
31043 key "footmisc"
31044
31045 \end_inset
31046
31047  para más información.
31048 \end_layout
31049
31050 \begin_layout Standard
31051 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
31052
31053 \begin_inset CommandInset citation
31054 LatexCommand cite
31055 key "latexcompanion,latexguide,latexbook"
31056
31057 \end_inset
31058
31059 .
31060  Si estás usando una clase de documento 
31061 \series bold
31062 KOMA-Script
31063 \series default
31064
31065 \begin_inset Index idx
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 \SpecialChar LaTeX
31070 -paquetes ! KOMA-Script
31071 \end_layout
31072
31073 \end_inset
31074
31075 , puedes ajustar las características de las notas al pie mediante comandos
31076  específicos de la clase, véase 
31077 \begin_inset CommandInset citation
31078 LatexCommand cite
31079 key "KOMA-Script"
31080
31081 \end_inset
31082
31083 .
31084 \end_layout
31085
31086 \begin_layout Section
31087 Notas al margen
31088 \begin_inset Index idx
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 Notas ! al margen
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \begin_layout Standard
31101 Las notas al margen se ven y se comportan en \SpecialChar LyX
31102  como notas al pie.
31103  Se insertan con el menú 
31104 \family sans
31105 Insertar\SpecialChar menuseparator
31106 Nota
31107 \begin_inset space ~
31108 \end_inset
31109
31110 al
31111 \begin_inset space ~
31112 \end_inset
31113
31114 margen
31115 \family default
31116  o con el botón 
31117 \begin_inset Info
31118 type  "icon"
31119 arg   "marginalnote-insert"
31120 \end_inset
31121
31122 .
31123  Aparece un cuadro gris con la etiqueta 
31124 \family roman
31125 \series medium
31126 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
31127 \end_layout
31128
31129 \begin_layout Standard
31130 Al lado hay un ejemplo de nota al margen.
31131
31132 \family roman
31133 \series medium
31134  
31135 \begin_inset Marginal
31136 status open
31137
31138 \begin_layout Plain Layout
31139 Esto es una nota al margen.
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Standard
31148 Estas notas salen en el margen derecho en documentos a una cara.
31149  En documentos a doble cara se muestran en el margen externo —margen izquierdo
31150  en páginas pares, derecho en páginas impares—.
31151  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
31152  a la derecha si la nota aparece en el margen izquierdo—.
31153  La primera línea de la nota se sitúa en la posición de la línea del texto
31154  en la que se inserta en el documento.
31155 \end_layout
31156
31157 \begin_layout Standard
31158 \begin_inset VSpace bigskip
31159 \end_inset
31160
31161 Para colocar la nota en el margen interno añade el comando
31162 \end_layout
31163
31164 \begin_layout Standard
31165
31166 \series bold
31167
31168 \backslash
31169 reversemarginpar
31170 \end_layout
31171
31172 \begin_layout Standard
31173 en código \SpecialChar TeX
31174  antes de la nota.
31175  La nueva colocación es válida para todas las siguientes notas al margen.
31176  
31177 \begin_inset ERT
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181
31182
31183 \backslash
31184 reversemarginpar 
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset Marginal
31191 status open
31192
31193 \begin_layout Plain Layout
31194 Esto es una nota en el margen interno.
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \series bold
31201
31202 \begin_inset Newline newline
31203 \end_inset
31204
31205
31206 \series default
31207
31208 \begin_inset Note Greyedout
31209 status open
31210
31211 \begin_layout Plain Layout
31212
31213 \series bold
31214 Nota:
31215 \series default
31216  A veces no hay espacio suficiente en el margen interno, por lo que la nota
31217  no se mostrará correctamente en la salida.
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Standard
31226 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
31227  el comando
31228 \begin_inset ERT
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232
31233
31234 \backslash
31235 normalmarginpar 
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Standard
31244
31245 \series bold
31246
31247 \backslash
31248 normalmarginpar
31249 \end_layout
31250
31251 \begin_layout Standard
31252 \begin_inset Note Greyedout
31253 status open
31254
31255 \begin_layout Plain Layout
31256
31257 \series bold
31258 Nota:
31259 \series default
31260  El comando se ignora si en el mismo párrafo está también presente el comando
31261  
31262 \series bold
31263
31264 \backslash
31265 reversemarginpar
31266 \series default
31267 .
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 \begin_inset VSpace bigskip
31277 \end_inset
31278
31279
31280 \family roman
31281 \series medium
31282
31283 \begin_inset Marginal
31284 status open
31285
31286 \begin_layout Plain Layout
31287 PalabraMuyLargaAlMargen no partida con guión.
31288 \end_layout
31289
31290 \end_inset
31291
31292
31293 \family default
31294 \series default
31295  Como en el caso descrito en la sección
31296 \begin_inset space ~
31297 \end_inset
31298
31299
31300 \begin_inset CommandInset ref
31301 LatexCommand ref
31302 reference "subsec:Líneas-Múltiples-en"
31303
31304 \end_inset
31305
31306 , una palabra larga no puede partirse con guión cuando es la primera en
31307  la nota al margen.
31308  Para evitar esto, inserta un espacio horizontal de 0
31309 \begin_inset space \thinspace{}
31310 \end_inset
31311
31312 pt antes de la palabra
31313 \family roman
31314 \series medium
31315 .
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \family roman
31321 \series medium
31322 \begin_inset Marginal
31323 status open
31324
31325 \begin_layout Plain Layout
31326 \begin_inset ERT
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331
31332 \backslash
31333 hspace{0pt}
31334 \end_layout
31335
31336 \end_inset
31337
31338 PalabraMuyLargaAlMargen partida con guión.
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 \begin_inset VSpace bigskip
31348 \end_inset
31349
31350
31351 \end_layout
31352
31353 \begin_layout Standard
31354 \begin_inset Note Greyedout
31355 status open
31356
31357 \begin_layout Plain Layout
31358
31359 \series bold
31360 Nota:
31361 \series default
31362  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
31363  y notas al pie.
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \begin_layout Standard
31372 \begin_inset VSpace bigskip
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 \begin_inset ERT
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384
31385 \backslash
31386 ifmarginnote
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \begin_inset Note Note
31393 status open
31394
31395 \begin_layout Plain Layout
31396 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
31397  \SpecialChar LaTeX
31398  
31399 \series bold
31400 marginnote
31401 \series default
31402 .
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \begin_layout Standard
31411 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
31412  
31413 \series bold
31414 marginnote
31415 \series default
31416
31417 \begin_inset Index idx
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 \SpecialChar LaTeX
31422 -paquetes ! marginnote
31423 \end_layout
31424
31425 \end_inset
31426
31427 .
31428  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
31429  para notas
31430  al margen es redefinido para usar el comando proporcionado por el paquete
31431  
31432 \series bold
31433 marginnote
31434 \series default
31435 :
31436 \end_layout
31437
31438 \begin_layout Standard
31439
31440 \series bold
31441
31442 \backslash
31443 usepackage{marginnote}
31444 \begin_inset Newline newline
31445 \end_inset
31446
31447
31448 \backslash
31449 let
31450 \backslash
31451 marginpar
31452 \backslash
31453 marginnote
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Esto se ha utilizado en el presente documento porque 
31458 \series bold
31459 marginnote
31460 \series default
31461  tiene una característica adicional útil: Puedes establecer un desplazamiento
31462  vertical a la nota.
31463  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
31464  diseño de la página.
31465  En \SpecialChar LyX
31466 , el desplazamiento se escribe directamente tras la nota al margen,
31467  en código \SpecialChar TeX
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472
31473 \series bold
31474 [desplazamiento]
31475 \end_layout
31476
31477 \begin_layout Standard
31478 donde desplazamiento es una longitud en una de las unidades del cuadro
31479 \begin_inset space ~
31480 \end_inset
31481
31482
31483 \begin_inset CommandInset ref
31484 LatexCommand ref
31485 reference "tab:Unidades"
31486
31487 \end_inset
31488
31489 .
31490  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
31491  abajo.
31492  
31493 \family roman
31494 \series medium
31495 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
31496 \begin_inset space \thinspace{}
31497 \end_inset
31498
31499 cm arriba con el comando en código \SpecialChar TeX
31500  
31501 \begin_inset Quotes eld
31502 \end_inset
31503
31504
31505 \family default
31506 \series bold
31507 [-1.5cm]
31508 \family roman
31509 \series medium
31510
31511 \begin_inset Quotes erd
31512 \end_inset
31513
31514
31515 \begin_inset Marginal
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519 Esta nota está 1.5
31520 \begin_inset space \thinspace{}
31521 \end_inset
31522
31523 cm por encima de su posición original.
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \family default
31530 \series default
31531
31532 \begin_inset ERT
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536
31537 [-1.5cm]
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \begin_inset VSpace medskip
31547 \end_inset
31548
31549 Con 
31550 \series bold
31551 marginnote
31552 \series default
31553  también puedes cambiar la alineación del texto en el margen.
31554  Por ejemplo los comandos
31555 \end_layout
31556
31557 \begin_layout Standard
31558
31559 \series bold
31560
31561 \backslash
31562 renewcommand*{
31563 \backslash
31564 raggedleftmarginnote}{
31565 \backslash
31566 centering}
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \backslash
31572 renewcommand*{
31573 \backslash
31574 raggedrightmarginnote}{
31575 \backslash
31576 centering}
31577 \end_layout
31578
31579 \begin_layout Standard
31580 producen alineación centrada.
31581  
31582 \series bold
31583
31584 \backslash
31585 raggedleftmarginnote
31586 \series default
31587  identifica las notas que aparecen al lado izquierdo.
31588 \family roman
31589 \series medium
31590
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596
31597 \backslash
31598 renewcommand*{
31599 \backslash
31600 raggedleftmarginnote}{
31601 \backslash
31602 centering}
31603 \end_layout
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 renewcommand*{
31610 \backslash
31611 raggedrightmarginnote}{
31612 \backslash
31613 centering}
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \begin_inset Marginal
31620 status open
31621
31622 \begin_layout Plain Layout
31623 El texto de esta nota está centrado.
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \family default
31630 \series default
31631  El valor predeterminado es 
31632 \end_layout
31633
31634 \begin_layout Standard
31635
31636 \series bold
31637
31638 \backslash
31639 renewcommand*{
31640 \backslash
31641 raggedleftmarginnote}{
31642 \backslash
31643 raggedleft}
31644 \begin_inset Newline newline
31645 \end_inset
31646
31647
31648 \backslash
31649 renewcommand*{
31650 \backslash
31651 raggedrightmarginnote}{
31652 \backslash
31653 raggedright}
31654 \family roman
31655 \series medium
31656
31657 \begin_inset ERT
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661
31662
31663 \backslash
31664 renewcommand*{
31665 \backslash
31666 raggedleftmarginnote}{
31667 \backslash
31668 raggedleft}
31669 \end_layout
31670
31671 \begin_layout Plain Layout
31672
31673
31674 \backslash
31675 renewcommand*{
31676 \backslash
31677 raggedrightmarginnote}{
31678 \backslash
31679 raggedright}
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \begin_layout Standard
31688 \begin_inset VSpace medskip
31689 \end_inset
31690
31691 Para otras características de 
31692 \series bold
31693 marginnote
31694 \series default
31695  mira en su documentación 
31696 \begin_inset CommandInset citation
31697 LatexCommand cite
31698 key "marginnote"
31699
31700 \end_inset
31701
31702 .
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset VSpace bigskip
31707 \end_inset
31708
31709 El diseño de las notas al margen puede ser redefinido.
31710  Por ejemplo, para crear una cabecera para todas las notas con el texto
31711  
31712 \begin_inset Quotes eld
31713 \end_inset
31714
31715
31716 \series bold
31717 \bar under
31718 ¡
31719 \family sans
31720 Atención
31721 \family default
31722 !
31723 \series default
31724 \bar default
31725
31726 \begin_inset Quotes erd
31727 \end_inset
31728
31729 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
31730 \end_layout
31731
31732 \begin_layout Standard
31733
31734 \series bold
31735
31736 \backslash
31737 let
31738 \backslash
31739 myMarginpar
31740 \backslash
31741 marginpar
31742 \begin_inset Newline newline
31743 \end_inset
31744
31745
31746 \backslash
31747 renewcommand{
31748 \backslash
31749 marginpar}[1]{
31750 \backslash
31751 myMarginpar{%
31752 \begin_inset Newline newline
31753 \end_inset
31754
31755
31756 \begin_inset Phantom HPhantom
31757 status open
31758
31759 \begin_layout Plain Layout
31760
31761 \series bold
31762 \begin_inset space ~
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \backslash
31772 hspace{0pt}
31773 \backslash
31774 textsf{
31775 \backslash
31776 textbf{
31777 \backslash
31778 underbar{¡Atención!}}}%
31779 \begin_inset Newline newline
31780 \end_inset
31781
31782
31783 \begin_inset Phantom HPhantom
31784 status open
31785
31786 \begin_layout Plain Layout
31787
31788 \series bold
31789 \begin_inset space ~
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \end_inset
31796
31797
31798 \backslash
31799 vspace{1.5mm}
31800 \backslash
31801
31802 \backslash
31803 #1}}
31804 \end_layout
31805
31806 \begin_layout Standard
31807
31808 \family roman
31809 \series medium
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 let
31818 \backslash
31819 myMarginpar
31820 \backslash
31821 marginpar
31822 \end_layout
31823
31824 \begin_layout Plain Layout
31825
31826
31827 \backslash
31828 renewcommand{
31829 \backslash
31830 marginpar}[1]{
31831 \backslash
31832 myMarginpar{%
31833 \end_layout
31834
31835 \begin_layout Plain Layout
31836
31837    
31838 \backslash
31839 textsf{
31840 \backslash
31841 textbf{
31842 \backslash
31843 underbar{¡Atención!}}}%
31844 \end_layout
31845
31846 \begin_layout Plain Layout
31847
31848    
31849 \backslash
31850 vspace{1.5mm}
31851 \backslash
31852
31853 \backslash
31854 #1}}
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \begin_inset Marginal
31861 status open
31862
31863 \begin_layout Plain Layout
31864 Esta es una nota con una cabecera definida.
31865 \end_layout
31866
31867 \end_inset
31868
31869
31870 \family default
31871 \series default
31872
31873 \begin_inset ERT
31874 status collapsed
31875
31876 \begin_layout Plain Layout
31877
31878 [-1.5cm]
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \family roman
31885 \series medium
31886
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892
31893 \backslash
31894 renewcommand{
31895 \backslash
31896 marginpar}[1]{
31897 \backslash
31898 myMarginpar{#1}}
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \family default
31905 \series default
31906
31907 \begin_inset Note Note
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Standard
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925
31926 \backslash
31927 else
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \begin_inset Note Note
31934 status open
31935
31936 \begin_layout Plain Layout
31937 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
31938  
31939 \series bold
31940 marginnote
31941 \series default
31942 .
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \begin_layout Standard
31951 Debes instalar el paquete \SpecialChar LaTeX
31952  
31953 \series bold
31954 marginnote
31955 \series default
31956  para ver la parte siguiente en la salida.
31957 \end_layout
31958
31959 \begin_layout Standard
31960 \begin_inset ERT
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964
31965
31966 \backslash
31967 fi
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \end_layout
31974
31975 \begin_layout Chapter
31976 Marcos
31977 \end_layout
31978
31979 \begin_layout Section
31980 Introducción
31981 \begin_inset Index idx
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 Marcos ! Introducción
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Standard
31994 Los marcos se emplean para dar formato a bloques de texto.
31995  Se pueden usar para escribir documentos con varios idiomas, véase sección
31996 \begin_inset space ~
31997 \end_inset
31998
31999
32000 \begin_inset CommandInset ref
32001 LatexCommand ref
32002 reference "sec:Minipáginas"
32003
32004 \end_inset
32005
32006 , enmarcar textos, véase sección
32007 \begin_inset space ~
32008 \end_inset
32009
32010
32011 \begin_inset CommandInset ref
32012 LatexCommand ref
32013 reference "sec:Decoración"
32014
32015 \end_inset
32016
32017 , evitar la división de palabras, véase sección
32018 \begin_inset space ~
32019 \end_inset
32020
32021
32022 \begin_inset CommandInset ref
32023 LatexCommand ref
32024 reference "sec:Evitar-la-Partición"
32025
32026 \end_inset
32027
32028 , alinear texto, véase sección
32029 \begin_inset space ~
32030 \end_inset
32031
32032
32033 \begin_inset CommandInset ref
32034 LatexCommand ref
32035 reference "subsec:Alineación-Vertical"
32036
32037 \end_inset
32038
32039 , o para poner color de fondo a un texto, véase sección
32040 \begin_inset space ~
32041 \end_inset
32042
32043
32044 \begin_inset CommandInset ref
32045 LatexCommand ref
32046 reference "sec:Marcos-Coloreados"
32047
32048 \end_inset
32049
32050 .
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Se insertan con el menú 
32055 \family sans
32056 Insertar\SpecialChar menuseparator
32057 Marco
32058 \family default
32059  o con el botón 
32060 \begin_inset Info
32061 type  "icon"
32062 arg   "box-insert Frameless"
32063 \end_inset
32064
32065 .
32066  Surge un recuadro gris con la etiqueta 
32067 \family sans
32068 Marco (Minipágina)
32069 \family default
32070
32071 \begin_inset Graphics
32072         filename clipart/CuadroMinipagQt4.png
32073         scale 75
32074         keepAspectRatio
32075
32076 \end_inset
32077
32078 .
32079  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
32080  
32081 \family sans
32082 Configuración
32083 \family default
32084 .
32085  Sale un diálogo en el que 
32086 \family sans
32087 Marco
32088 \family default
32089
32090 \begin_inset space ~
32091 \end_inset
32092
32093
32094 \family sans
32095 interior
32096 \family default
32097  permite escoger los tipos
32098 \family sans
32099  Minipágina
32100 \family default
32101
32102 \family sans
32103 Marco de párrafo
32104 \family default
32105  y 
32106 \family sans
32107 Marco de 
32108 \family default
32109 línea.
32110  
32111 \family sans
32112 Minipágina
32113 \family default
32114  es el predeterminado para nuevos marcos y se explica en la sección
32115 \begin_inset space ~
32116 \end_inset
32117
32118
32119 \begin_inset CommandInset ref
32120 LatexCommand ref
32121 reference "sec:Minipáginas"
32122
32123 \end_inset
32124
32125 ; el tipo 
32126 \family sans
32127 Marco de párrafo
32128 \family default
32129  se describe en la sección
32130 \begin_inset space ~
32131 \end_inset
32132
32133
32134 \begin_inset CommandInset ref
32135 LatexCommand ref
32136 reference "sec:Marcos-de-Párrafo"
32137
32138 \end_inset
32139
32140  y el tipo 
32141 \family sans
32142 Marco de línea
32143 \family default
32144  se describe en la sección
32145 \begin_inset space ~
32146 \end_inset
32147
32148
32149 \begin_inset CommandInset ref
32150 LatexCommand ref
32151 reference "sec:Evitar-la-Partición"
32152
32153 \end_inset
32154
32155 .
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
32160  o las notas al pie.
32161 \end_layout
32162
32163 \begin_layout Standard
32164 \begin_inset Note Greyedout
32165 status open
32166
32167 \begin_layout Plain Layout
32168
32169 \series bold
32170 Nota:
32171 \series default
32172  Los marcos no deben ser el ítem en un entorno 
32173 \family sans
32174 Enumeración*
32175 \family default
32176  o 
32177 \family sans
32178 Descripción
32179 \family default
32180 .
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset Note Greyedout
32190 status open
32191
32192 \begin_layout Plain Layout
32193
32194 \series bold
32195 Nota:
32196 \series default
32197  Por razones desconocidas sólo se puede poner el tipo 
32198 \family sans
32199 Marco
32200 \begin_inset space ~
32201 \end_inset
32202
32203 interior
32204 \family default
32205  en 
32206 \family sans
32207 Ninguno
32208 \family default
32209  cuando se emplea un marco enmarcado.
32210  Los marcos sin ningún tipo de 
32211 \family sans
32212 Marco
32213 \begin_inset space ~
32214 \end_inset
32215
32216 interior
32217 \family default
32218  y sin bordes se explican en la sección
32219 \begin_inset space ~
32220 \end_inset
32221
32222
32223 \begin_inset CommandInset ref
32224 LatexCommand ref
32225 reference "sec:Evitar-la-Partición"
32226
32227 \end_inset
32228
32229 .
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Section
32238 Diálogo de marcos
32239 \begin_inset CommandInset label
32240 LatexCommand label
32241 name "sec:Diálogo-Marcos"
32242
32243 \end_inset
32244
32245
32246 \begin_inset Index idx
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250 Marcos ! Configuración
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \begin_layout Subsection
32259 Tamaño
32260 \begin_inset Index idx
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264 Marcos ! Tamaño
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 En el diálogo puedes ajustar la geometría del marco en los campos 
32274 \family sans
32275 Ancho
32276 \family default
32277  y 
32278 \family sans
32279 Alto
32280 \family default
32281 .
32282  Las unidades disponibles para la geometría se describen en el cuadro
32283 \begin_inset space ~
32284 \end_inset
32285
32286
32287 \begin_inset CommandInset ref
32288 LatexCommand ref
32289 reference "tab:Unidades"
32290
32291 \end_inset
32292
32293 .
32294  El campo 
32295 \family sans
32296 Alto
32297 \family default
32298  ofrece los siguientes tamaños adicionales:
32299 \end_layout
32300
32301 \begin_layout Description
32302 Profundidad Es la 
32303 \begin_inset Quotes fld
32304 \end_inset
32305
32306 altura
32307 \begin_inset Quotes frd
32308 \end_inset
32309
32310  del texto plano.
32311  Ignora la profundidad total cuando hay múltiples líneas de texto en el
32312  marco:
32313 \begin_inset Newline newline
32314 \end_inset
32315
32316
32317 \begin_inset Newline newline
32318 \end_inset
32319
32320
32321 \begin_inset Newline newline
32322 \end_inset
32323
32324
32325 \begin_inset Newline newline
32326 \end_inset
32327
32328
32329 \begin_inset Box Boxed
32330 position "c"
32331 hor_pos "c"
32332 has_inner_box 1
32333 inner_pos "c"
32334 use_parbox 0
32335 use_makebox 0
32336 width "12col%"
32337 special "none"
32338 height "1in"
32339 height_special "depth"
32340 thickness "0.4pt"
32341 separation "3pt"
32342 shadowsize "4pt"
32343 framecolor "black"
32344 backgroundcolor "none"
32345 status open
32346
32347 \begin_layout Plain Layout
32348 \align center
32349 Marco con altura establecida en 1
32350 \begin_inset space \thinspace{}
32351 \end_inset
32352
32353 Profundidad
32354 \end_layout
32355
32356 \end_inset
32357
32358
32359 \begin_inset Newline newline
32360 \end_inset
32361
32362
32363 \begin_inset Newline newline
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Description
32370 Alto Es la altura del texto que está dentro del marco.
32371  Un valor de, p.
32372 \begin_inset space \thinspace{}
32373 \end_inset
32374
32375 ej.
32376 \begin_inset space ~
32377 \end_inset
32378
32379 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
32380  
32381 \begin_inset Box Boxed
32382 position "c"
32383 hor_pos "c"
32384 has_inner_box 1
32385 inner_pos "c"
32386 use_parbox 0
32387 use_makebox 0
32388 width "20col%"
32389 special "none"
32390 height "2in"
32391 height_special "height"
32392 thickness "0.4pt"
32393 separation "3pt"
32394 shadowsize "4pt"
32395 framecolor "black"
32396 backgroundcolor "none"
32397 status open
32398
32399 \begin_layout Plain Layout
32400 \align center
32401 Marco con altura puesta en 2
32402 \begin_inset space \thinspace{}
32403 \end_inset
32404
32405 Alto
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \begin_layout Description
32414 Alto
32415 \begin_inset space ~
32416 \end_inset
32417
32418 total Esto es el Alto
32419 \begin_inset space \thinspace{}
32420 \end_inset
32421
32422 +
32423 \begin_inset space \thinspace{}
32424 \end_inset
32425
32426 Profundidad: 
32427 \begin_inset Box Boxed
32428 position "c"
32429 hor_pos "c"
32430 has_inner_box 1
32431 inner_pos "c"
32432 use_parbox 0
32433 use_makebox 0
32434 width "20col%"
32435 special "none"
32436 height "1in"
32437 height_special "totalheight"
32438 thickness "0.4pt"
32439 separation "3pt"
32440 shadowsize "4pt"
32441 framecolor "black"
32442 backgroundcolor "none"
32443 status open
32444
32445 \begin_layout Plain Layout
32446 \align center
32447 Marco con altura puesta a 1
32448 \begin_inset space \thinspace{}
32449 \end_inset
32450
32451 Alto
32452 \begin_inset space ~
32453 \end_inset
32454
32455 total
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Description
32464 Ancho Esto determina al ancho del marco como altura: 
32465 \begin_inset Box Boxed
32466 position "c"
32467 hor_pos "c"
32468 has_inner_box 1
32469 inner_pos "c"
32470 use_parbox 0
32471 use_makebox 0
32472 width "12col%"
32473 special "none"
32474 height "1in"
32475 height_special "width"
32476 thickness "0.4pt"
32477 separation "3pt"
32478 shadowsize "4pt"
32479 framecolor "black"
32480 backgroundcolor "none"
32481 status open
32482
32483 \begin_layout Plain Layout
32484 \align center
32485 Marco con altura puesta en 1
32486 \begin_inset space \thinspace{}
32487 \end_inset
32488
32489 Ancho
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \begin_layout Subsection
32498 Alineación
32499 \begin_inset Index idx
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503 Marcos ! Alineación
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Standard
32512 Si has elegido un 
32513 \family sans
32514 Marco
32515 \begin_inset space ~
32516 \end_inset
32517
32518 interior
32519 \family default
32520 , la alineación vertical del marco puede ser:
32521 \end_layout
32522
32523 \begin_layout Description
32524 Superior Ejemplo de línea de texto.
32525  
32526 \begin_inset Box Boxed
32527 position "t"
32528 hor_pos "c"
32529 has_inner_box 1
32530 inner_pos "c"
32531 use_parbox 0
32532 use_makebox 0
32533 width "12col%"
32534 special "none"
32535 height "1in"
32536 height_special "totalheight"
32537 thickness "0.4pt"
32538 separation "3pt"
32539 shadowsize "4pt"
32540 framecolor "black"
32541 backgroundcolor "none"
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545 \align center
32546 marco alineado arriba.
32547 \end_layout
32548
32549 \end_inset
32550
32551  Ejemplo de línea de texto.
32552 \end_layout
32553
32554 \begin_layout Description
32555 Medio Ejemplo de línea de texto.
32556  
32557 \begin_inset Box Boxed
32558 position "c"
32559 hor_pos "c"
32560 has_inner_box 1
32561 inner_pos "c"
32562 use_parbox 0
32563 use_makebox 0
32564 width "12col%"
32565 special "none"
32566 height "1in"
32567 height_special "totalheight"
32568 thickness "0.4pt"
32569 separation "3pt"
32570 shadowsize "4pt"
32571 framecolor "black"
32572 backgroundcolor "none"
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 \align center
32577 marco alineado en medio.
32578 \end_layout
32579
32580 \end_inset
32581
32582  Ejemplo de línea de texto.
32583 \end_layout
32584
32585 \begin_layout Description
32586 Inferior Ejemplo de línea de texto.
32587  
32588 \begin_inset Box Boxed
32589 position "b"
32590 hor_pos "c"
32591 has_inner_box 1
32592 inner_pos "c"
32593 use_parbox 0
32594 use_makebox 0
32595 width "12col%"
32596 special "none"
32597 height "1in"
32598 height_special "totalheight"
32599 thickness "0.4pt"
32600 separation "3pt"
32601 shadowsize "4pt"
32602 framecolor "black"
32603 backgroundcolor "none"
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 \align center
32608 marco alineado abajo.
32609 \end_layout
32610
32611 \end_inset
32612
32613  Ejemplo de línea de texto.
32614 \end_layout
32615
32616 \begin_layout Standard
32617 \begin_inset Note Greyedout
32618 status open
32619
32620 \begin_layout Plain Layout
32621
32622 \series bold
32623 Nota:
32624 \series default
32625  La alineación vertical puede desaparecer en la salida si hay dos marcos
32626  en una línea y, p.
32627 \begin_inset space \thinspace{}
32628 \end_inset
32629
32630 ej., uno de ellos tiene sombreado y el otro no.
32631 \end_layout
32632
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \begin_layout Standard
32639 La alineación horizontal del marco puede establecerse en el diálogo de configura
32640 ción de párrafo de \SpecialChar LyX
32641  si colocas el marco en su propio párrafo.
32642 \end_layout
32643
32644 \begin_layout Standard
32645 \begin_inset VSpace bigskip
32646 \end_inset
32647
32648 Si has escogido un 
32649 \family sans
32650 Marco
32651 \begin_inset space ~
32652 \end_inset
32653
32654 interior
32655 \family default
32656 , el contenido puede alinearse verticalmente a:
32657 \end_layout
32658
32659 \begin_layout Description
32660 Superior Ejemplo de línea de texto.
32661  
32662 \begin_inset Box Boxed
32663 position "c"
32664 hor_pos "c"
32665 has_inner_box 1
32666 inner_pos "t"
32667 use_parbox 0
32668 use_makebox 0
32669 width "12col%"
32670 special "none"
32671 height "1.5in"
32672 height_special "totalheight"
32673 thickness "0.4pt"
32674 separation "3pt"
32675 shadowsize "4pt"
32676 framecolor "black"
32677 backgroundcolor "none"
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 \align center
32682 marco con texto alineado arriba.
32683 \end_layout
32684
32685 \end_inset
32686
32687  Ejemplo de línea de texto.
32688 \end_layout
32689
32690 \begin_layout Description
32691 Medio Ejemplo de línea de texto.
32692  
32693 \begin_inset Box Boxed
32694 position "c"
32695 hor_pos "c"
32696 has_inner_box 1
32697 inner_pos "c"
32698 use_parbox 0
32699 use_makebox 0
32700 width "12col%"
32701 special "none"
32702 height "1.5in"
32703 height_special "totalheight"
32704 thickness "0.4pt"
32705 separation "3pt"
32706 shadowsize "4pt"
32707 framecolor "black"
32708 backgroundcolor "none"
32709 status collapsed
32710
32711 \begin_layout Plain Layout
32712 \align center
32713 marco con texto alineado en medio.
32714 \end_layout
32715
32716 \end_inset
32717
32718  Ejemplo de línea de texto.
32719 \end_layout
32720
32721 \begin_layout Description
32722 Inferior Ejemplo de línea de texto.
32723  
32724 \begin_inset Box Boxed
32725 position "c"
32726 hor_pos "c"
32727 has_inner_box 1
32728 inner_pos "b"
32729 use_parbox 0
32730 use_makebox 0
32731 width "12col%"
32732 special "none"
32733 height "1.5in"
32734 height_special "totalheight"
32735 thickness "0.4pt"
32736 separation "3pt"
32737 shadowsize "4pt"
32738 framecolor "black"
32739 backgroundcolor "none"
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743 \align center
32744 marco con texto alineado abajo.
32745 \end_layout
32746
32747 \end_inset
32748
32749  Ejemplo de línea de texto.
32750 \end_layout
32751
32752 \begin_layout Description
32753 Estirado Ejemplo de línea de texto.
32754  
32755 \begin_inset Box Boxed
32756 position "c"
32757 hor_pos "c"
32758 has_inner_box 1
32759 inner_pos "s"
32760 use_parbox 0
32761 use_makebox 0
32762 width "12col%"
32763 special "none"
32764 height "1.5in"
32765 height_special "totalheight"
32766 thickness "0.4pt"
32767 separation "3pt"
32768 shadowsize "4pt"
32769 framecolor "black"
32770 backgroundcolor "none"
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 \align center
32775 Este texto
32776 \end_layout
32777
32778 \begin_layout Plain Layout
32779 \align center
32780 está
32781 \end_layout
32782
32783 \begin_layout Plain Layout
32784 \align center
32785 estirado.
32786 \end_layout
32787
32788 \end_inset
32789
32790  Ejemplo de línea de texto.
32791 \end_layout
32792
32793 \begin_layout Standard
32794 Para estirar el contenido debe tener más de un párrafo.
32795  En el ejemplo anterior cada línea de texto está en un párrafo propio.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \begin_inset VSpace bigskip
32800 \end_inset
32801
32802 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
32803  \SpecialChar LyX
32804  cuando hayas escogido un 
32805 \family sans
32806 Marco
32807 \begin_inset space ~
32808 \end_inset
32809
32810 interior
32811 \family default
32812 .
32813 \end_layout
32814
32815 \begin_layout Standard
32816 \align center
32817 \begin_inset Box Boxed
32818 position "c"
32819 hor_pos "c"
32820 has_inner_box 1
32821 inner_pos "s"
32822 use_parbox 0
32823 use_makebox 0
32824 width "15col%"
32825 special "none"
32826 height "1.25in"
32827 height_special "totalheight"
32828 thickness "0.4pt"
32829 separation "3pt"
32830 shadowsize "4pt"
32831 framecolor "black"
32832 backgroundcolor "none"
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836 \align left
32837 marco
32838 \end_layout
32839
32840 \begin_layout Plain Layout
32841 \align center
32842 con texto
32843 \end_layout
32844
32845 \begin_layout Plain Layout
32846 \align right
32847 estirado
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Standard
32856 Si no has establecido un 
32857 \family sans
32858 Marco
32859 \begin_inset space ~
32860 \end_inset
32861
32862 interior
32863 \family default
32864 , puedes alinear horizontalmente el contenido del marco en el diálogo de
32865  marcos.
32866 \begin_inset Separator parbreak
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 \align center
32874 \begin_inset Box Boxed
32875 position "c"
32876 hor_pos "s"
32877 has_inner_box 0
32878 inner_pos "s"
32879 use_parbox 0
32880 use_makebox 0
32881 width "90col%"
32882 special "none"
32883 height "1.25in"
32884 height_special "totalheight"
32885 thickness "0.4pt"
32886 separation "3pt"
32887 shadowsize "4pt"
32888 framecolor "black"
32889 backgroundcolor "none"
32890 status open
32891
32892 \begin_layout Plain Layout
32893 Texto estirado horizontalmente.
32894 \end_layout
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \begin_layout Subsection
32902 Decoración
32903 \begin_inset CommandInset label
32904 LatexCommand label
32905 name "sec:Decoración"
32906
32907 \end_inset
32908
32909
32910 \begin_inset Index idx
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 Marcos ! Decoración
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 El estilo de borde del marco se puede determinar en la lista desplegable
32924  
32925 \family sans
32926 Tipo
32927 \family default
32928  del diálogo de marcos.
32929  Son posibles los siguientes bordes:
32930 \end_layout
32931
32932 \begin_layout Description
32933 Sin
32934 \begin_inset space ~
32935 \end_inset
32936
32937 borde No se dibuja ninguno.
32938 \end_layout
32939
32940 \begin_layout Description
32941 Borde
32942 \begin_inset space ~
32943 \end_inset
32944
32945 rectangular
32946 \begin_inset space ~
32947 \end_inset
32948
32949 sencillo Dibuja un borde rectangular alrededor del marco.
32950  El grosor del borde
32951 \lang english
32952  can be specified
32953 \lang spanish
32954 .
32955  
32956 \begin_inset Box Boxed
32957 position "c"
32958 hor_pos "c"
32959 has_inner_box 1
32960 inner_pos "c"
32961 use_parbox 0
32962 use_makebox 0
32963 width "25col%"
32964 special "none"
32965 height "1in"
32966 height_special "totalheight"
32967 thickness "0.4pt"
32968 separation "3pt"
32969 shadowsize "4pt"
32970 framecolor "black"
32971 backgroundcolor "none"
32972 status open
32973
32974 \begin_layout Plain Layout
32975 \align center
32976 Marco rectangular
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Description
32985 Borde
32986 \begin_inset space ~
32987 \end_inset
32988
32989 ovalado,
32990 \begin_inset space ~
32991 \end_inset
32992
32993 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
32994 \begin_inset space \thinspace{}
32995 \end_inset
32996
32997 pt.
32998  
32999 \begin_inset Box ovalbox
33000 position "c"
33001 hor_pos "c"
33002 has_inner_box 1
33003 inner_pos "c"
33004 use_parbox 0
33005 use_makebox 0
33006 width "25col%"
33007 special "none"
33008 height "1in"
33009 height_special "totalheight"
33010 thickness "0.4pt"
33011 separation "3pt"
33012 shadowsize "4pt"
33013 framecolor "black"
33014 backgroundcolor "none"
33015 status open
33016
33017 \begin_layout Plain Layout
33018 \align center
33019 Borde ovalado, fino
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \begin_layout Description
33028 Borde
33029 \begin_inset space ~
33030 \end_inset
33031
33032 ovalado,
33033 \begin_inset space ~
33034 \end_inset
33035
33036 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
33037 \begin_inset space \thinspace{}
33038 \end_inset
33039
33040 pt.
33041  
33042 \begin_inset Box Ovalbox
33043 position "c"
33044 hor_pos "c"
33045 has_inner_box 1
33046 inner_pos "c"
33047 use_parbox 0
33048 use_makebox 0
33049 width "30col%"
33050 special "none"
33051 height "1in"
33052 height_special "totalheight"
33053 thickness "0.4pt"
33054 separation "3pt"
33055 shadowsize "4pt"
33056 framecolor "black"
33057 backgroundcolor "none"
33058 status open
33059
33060 \begin_layout Plain Layout
33061 \align center
33062 Borde ovalado, grueso
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Description
33071 Borde
33072 \begin_inset space ~
33073 \end_inset
33074
33075 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
33076  El grosor de la línea y la sombra 
33077 \lang english
33078 can be specified
33079 \lang spanish
33080 .
33081  
33082 \begin_inset Box Shadowbox
33083 position "c"
33084 hor_pos "c"
33085 has_inner_box 1
33086 inner_pos "c"
33087 use_parbox 0
33088 use_makebox 0
33089 width "20col%"
33090 special "none"
33091 height "1in"
33092 height_special "totalheight"
33093 thickness "0.4pt"
33094 separation "3pt"
33095 shadowsize "4pt"
33096 framecolor "black"
33097 backgroundcolor "none"
33098 status open
33099
33100 \begin_layout Plain Layout
33101 \align center
33102 Borde sombrado
33103 \end_layout
33104
33105 \end_inset
33106
33107
33108 \end_layout
33109
33110 \begin_layout Description
33111 Fondo
33112 \begin_inset space ~
33113 \end_inset
33114
33115 coloreado Dibuja un cuadro con fondo de color rojo.
33116  A diferencia de los cuadros coloreados,
33117 \begin_inset Foot
33118 status collapsed
33119
33120 \begin_layout Plain Layout
33121 véase sec.
33122  
33123 \begin_inset CommandInset ref
33124 LatexCommand ref
33125 reference "sec:Marcos-Coloreados"
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \end_inset
33133
33134  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
33135 \begin_inset Box Shaded
33136 position "t"
33137 hor_pos "c"
33138 has_inner_box 0
33139 inner_pos "t"
33140 use_parbox 0
33141 use_makebox 0
33142 width "50col%"
33143 special "none"
33144 height "1in"
33145 height_special "totalheight"
33146 thickness "0.4pt"
33147 separation "3pt"
33148 shadowsize "4pt"
33149 framecolor "black"
33150 backgroundcolor "none"
33151 status open
33152
33153 \begin_layout Plain Layout
33154 Cuadro con fondo sombreado
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Description
33163 Borde
33164 \begin_inset space ~
33165 \end_inset
33166
33167 rectangular
33168 \begin_inset space ~
33169 \end_inset
33170
33171 doble Dibuja un rectángulo de línea doble alrededor.
33172  El grosor de la línea interior es 0.75
33173 \begin_inset space \thinspace{}
33174 \end_inset
33175
33176 grosor
33177 \begin_inset space ~
33178 \end_inset
33179
33180 del
33181 \begin_inset space ~
33182 \end_inset
33183
33184 borde, el de la línea exterior es 1.5
33185 \begin_inset space \thinspace{}
33186 \end_inset
33187
33188 grosor
33189 \begin_inset space ~
33190 \end_inset
33191
33192 del
33193 \begin_inset space ~
33194 \end_inset
33195
33196 borde.
33197  La distancia entre líneas es 1.5
33198 \begin_inset space \thinspace{}
33199 \end_inset
33200
33201 grosor
33202 \begin_inset space ~
33203 \end_inset
33204
33205 del
33206 \begin_inset space ~
33207 \end_inset
33208
33209 borde
33210 \begin_inset space \thinspace{}
33211 \end_inset
33212
33213 +
33214 \begin_inset space \thinspace{}
33215 \end_inset
33216
33217 0.5
33218 \begin_inset space \thinspace{}
33219 \end_inset
33220
33221 pt.
33222  
33223 \begin_inset Box Doublebox
33224 position "c"
33225 hor_pos "c"
33226 has_inner_box 1
33227 inner_pos "c"
33228 use_parbox 0
33229 use_makebox 0
33230 width "20col%"
33231 special "none"
33232 height "1in"
33233 height_special "totalheight"
33234 thickness "0.4pt"
33235 separation "3pt"
33236 shadowsize "4pt"
33237 framecolor "black"
33238 backgroundcolor "none"
33239 status open
33240
33241 \begin_layout Plain Layout
33242 \align center
33243 Borde doble
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 La etiqueta del marco en \SpecialChar LyX
33253  reflejará el estilo de borde elegido.
33254  Para poder utilizar los distintos bordes, debe estar instalado el paquete
33255  \SpecialChar LaTeX
33256  
33257 \series bold
33258 fancybox
33259 \series default
33260
33261 \begin_inset Index idx
33262 status collapsed
33263
33264 \begin_layout Plain Layout
33265 \SpecialChar LaTeX
33266 -paquetes ! fancybox
33267 \end_layout
33268
33269 \end_inset
33270
33271 .
33272 \end_layout
33273
33274 \begin_layout Standard
33275 \begin_inset VSpace bigskip
33276 \end_inset
33277
33278 Si usas la decoración 
33279 \family sans
33280 borde rectangular sencillo
33281 \family default
33282  sin marco interior, puedes permitir saltos de página dentro del marco.
33283  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
33284  el borde usa siempre todo el ancho de columna y el marco se establece como
33285  su párrafo propio: 
33286 \begin_inset Box Framed
33287 position "t"
33288 hor_pos "c"
33289 has_inner_box 0
33290 inner_pos "t"
33291 use_parbox 0
33292 use_makebox 0
33293 width "100col%"
33294 special "none"
33295 height "1in"
33296 height_special "totalheight"
33297 thickness "0.4pt"
33298 separation "3pt"
33299 shadowsize "4pt"
33300 framecolor "black"
33301 backgroundcolor "none"
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 Cuadro que permite saltos de página
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Section
33314 Personalización de marcos
33315 \begin_inset Index idx
33316 status collapsed
33317
33318 \begin_layout Plain Layout
33319 Marcos ! Personalizar
33320 \end_layout
33321
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \begin_layout Standard
33328 El diámetro de las esquinas de los bordes ovalados se puede modificar con
33329  el comando 
33330 \series bold
33331
33332 \backslash
33333 cornersize
33334 \series default
33335 .
33336  El comando
33337 \end_layout
33338
33339 \begin_layout Standard
33340
33341 \series bold
33342
33343 \backslash
33344 cornersize*{1cm}
33345 \end_layout
33346
33347 \begin_layout Standard
33348 establece un diámetro de 1
33349 \begin_inset space \thinspace{}
33350 \end_inset
33351
33352 cm.
33353  El comando
33354 \end_layout
33355
33356 \begin_layout Standard
33357
33358 \series bold
33359
33360 \backslash
33361 cornersize{num}
33362 \end_layout
33363
33364 \begin_layout Standard
33365 fija el diámetro en 
33366 \family sans
33367 num
33368 \begin_inset space \thinspace{}
33369 \end_inset
33370
33371 ×
33372 \begin_inset space \thinspace{}
33373 \end_inset
33374
33375 mínimo
33376 \family default
33377  
33378 \family sans
33379 (ancho y alto del marco)
33380 \family default
33381 .
33382  Por omisión es 
33383 \series bold
33384
33385 \backslash
33386 cornersize{0.5}
33387 \series default
33388 .
33389 \end_layout
33390
33391 \begin_layout Standard
33392 \begin_inset ERT
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396
33397
33398 \backslash
33399 cornersize*{1.5cm}
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \begin_inset Box Ovalbox
33406 position "c"
33407 hor_pos "c"
33408 has_inner_box 1
33409 inner_pos "c"
33410 use_parbox 0
33411 use_makebox 0
33412 width "28col%"
33413 special "none"
33414 height "1in"
33415 height_special "totalheight"
33416 thickness "0.4pt"
33417 separation "3pt"
33418 shadowsize "4pt"
33419 framecolor "black"
33420 backgroundcolor "none"
33421 status open
33422
33423 \begin_layout Plain Layout
33424 \align center
33425 Marco ovalado con 
33426 \series bold
33427
33428 \backslash
33429 cornersize
33430 \series default
33431
33432 \begin_inset space \thinspace{}
33433 \end_inset
33434
33435 =
33436 \begin_inset space \thinspace{}
33437 \end_inset
33438
33439 1.5
33440 \begin_inset space \thinspace{}
33441 \end_inset
33442
33443 cm
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \begin_inset ERT
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453
33454
33455 \backslash
33456 cornersize{0.5}
33457 \end_layout
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Standard
33465 \begin_inset VSpace bigskip
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 El color rojo predeterminado de los marcos con 
33473 \family sans
33474 fondo
33475 \begin_inset space ~
33476 \end_inset
33477
33478 coloreado
33479 \family default
33480  se puede cambiar en el sitio con el comando 
33481 \series bold
33482
33483 \backslash
33484 definecolor{shadecolor}
33485 \series default
33486  o globalmente con el menú 
33487 \family sans
33488 Herramientas
33489 \family default
33490 \SpecialChar menuseparator
33491
33492 \family sans
33493 Preferencias
33494 \family default
33495 \SpecialChar menuseparator
33496
33497 \family sans
33498 Colores
33499 \family default
33500 \SpecialChar menuseparator
33501
33502 \family sans
33503 marco
33504 \begin_inset space ~
33505 \end_inset
33506
33507 coloreado
33508 \family default
33509 .
33510  El esquema del comando 
33511 \series bold
33512
33513 \backslash
33514 definecolor
33515 \series default
33516  se explica en la sección
33517 \begin_inset space ~
33518 \end_inset
33519
33520
33521 \begin_inset CommandInset ref
33522 LatexCommand ref
33523 reference "sec:Cuadros-Coloreados"
33524
33525 \end_inset
33526
33527 .
33528 \begin_inset Foot
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 El comando 
33533 \series bold
33534
33535 \backslash
33536 definecolor
33537 \series default
33538  requiere el paquete \SpecialChar LaTeX
33539  
33540 \series bold
33541 color
33542 \series default
33543  en el preámbulo, véase la sección
33544 \begin_inset space ~
33545 \end_inset
33546
33547
33548 \begin_inset CommandInset ref
33549 LatexCommand ref
33550 reference "sec:Marcos-Coloreados"
33551
33552 \end_inset
33553
33554 .
33555 \end_layout
33556
33557 \end_inset
33558
33559  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
33560
33561 \end_layout
33562
33563 \begin_layout Standard
33564
33565 \series bold
33566
33567 \backslash
33568 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33569 \end_layout
33570
33571 \begin_layout Standard
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \begin_inset Box Shaded
33586 position "t"
33587 hor_pos "c"
33588 has_inner_box 0
33589 inner_pos "t"
33590 use_parbox 0
33591 use_makebox 0
33592 width "100col%"
33593 special "none"
33594 height "1in"
33595 height_special "totalheight"
33596 thickness "0.4pt"
33597 separation "3pt"
33598 shadowsize "4pt"
33599 framecolor "black"
33600 backgroundcolor "none"
33601 status open
33602
33603 \begin_layout Plain Layout
33604
33605 \color yellow
33606 Texto amarillo en un marco con fondo coloreado en verde oscuro.
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \begin_inset ERT
33613 status collapsed
33614
33615 \begin_layout Plain Layout
33616
33617
33618 \backslash
33619 definecolor{shadecolor}{rgb}{1,0,0}
33620 \end_layout
33621
33622 \end_inset
33623
33624
33625 \end_layout
33626
33627 \begin_layout Standard
33628 \begin_inset VSpace bigskip
33629 \end_inset
33630
33631 Los cambios en las dimensiones y de los colores son válidos para todos los
33632  marcos que siguen a los comandos.
33633 \end_layout
33634
33635 \begin_layout Section
33636 Minipáginas
33637 \begin_inset CommandInset label
33638 LatexCommand label
33639 name "sec:Minipáginas"
33640
33641 \end_inset
33642
33643
33644 \begin_inset Index idx
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648 Marcos ! Minipáginas
33649 \end_layout
33650
33651 \end_inset
33652
33653
33654 \end_layout
33655
33656 \begin_layout Standard
33657 Las minipáginas son tratadas por \SpecialChar LaTeX
33658  como páginas dentro de páginas y por tanto
33659  pueden tener, por ejemplo, sus propias notas al pie.
33660 \end_layout
33661
33662 \begin_layout Standard
33663 Las minipáginas son útiles para escribir documentos en distintas lenguas.
33664 \end_layout
33665
33666 \begin_layout Standard
33667 A continuación hay dos ejemplos de minipáginas adosadas.
33668  Su anchura está puesta en 45
33669 \begin_inset space \thinspace{}
33670 \end_inset
33671
33672 % y separadas por un relleno horizontal, insertado mediante el menú 
33673 \family sans
33674 Insertar\SpecialChar menuseparator
33675 Formato\SpecialChar menuseparator
33676 Relleno
33677 \begin_inset space ~
33678 \end_inset
33679
33680 horizontal
33681 \family default
33682 .
33683 \end_layout
33684
33685 \begin_layout Standard
33686 \begin_inset Box Frameless
33687 position "t"
33688 hor_pos "c"
33689 has_inner_box 1
33690 inner_pos "c"
33691 use_parbox 0
33692 use_makebox 0
33693 width "45col%"
33694 special "none"
33695 height "1in"
33696 height_special "totalheight"
33697 thickness "0.4pt"
33698 separation "3pt"
33699 shadowsize "4pt"
33700 framecolor "black"
33701 backgroundcolor "none"
33702 status open
33703
33704 \begin_layout Plain Layout
33705
33706 \lang ngerman
33707 Dies ist ein deutscher Text.
33708  Dies ist ein deutscher Text.
33709  Dies ist ein deutscher Text.
33710  Dies ist ein deutscher Text.
33711  Dies ist ein deutscher Text.
33712  Dies ist ein deutscher Text.
33713  Dies ist ein deutscher Text.
33714  Dies ist ein deutscher Text.
33715  Dies ist ein deutscher Text.
33716  Dies ist ein deutscher Text.
33717  Dies ist ein deutscher Text.
33718  Dies ist ein deutscher Text.
33719  Dies ist ein deutscher Text
33720 \begin_inset Foot
33721 status collapsed
33722
33723 \begin_layout Plain Layout
33724
33725 \lang ngerman
33726 Dies ist eine deutsche Fußnote.
33727 \end_layout
33728
33729 \end_inset
33730
33731 .
33732  Dies ist ein deutscher Text.
33733  Dies ist ein deutscher Text.
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \begin_inset space \hfill{}
33740 \end_inset
33741
33742
33743 \begin_inset Box Frameless
33744 position "t"
33745 hor_pos "c"
33746 has_inner_box 1
33747 inner_pos "c"
33748 use_parbox 0
33749 use_makebox 0
33750 width "45col%"
33751 special "none"
33752 height "1in"
33753 height_special "totalheight"
33754 thickness "0.4pt"
33755 separation "3pt"
33756 shadowsize "4pt"
33757 framecolor "black"
33758 backgroundcolor "none"
33759 status open
33760
33761 \begin_layout Plain Layout
33762
33763 \lang english
33764 This is an English Text.
33765  This is an English Text.
33766  This is an English Text.
33767  This is an English Text.
33768  This is an English Text.
33769  This is an English Text.
33770  This is an English Text.
33771  This is an English Text.
33772  This is an English Text.
33773  This is an English Text.
33774  This is an English Text.
33775  This is an English Text.
33776  This is an English Text.
33777  This is an English Text.
33778  This is an English Text.
33779  This is an English Text.
33780 \begin_inset Foot
33781 status collapsed
33782
33783 \begin_layout Plain Layout
33784
33785 \lang english
33786 This is an English footnote.
33787 \end_layout
33788
33789 \end_inset
33790
33791  This is an English Text.
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 \begin_inset VSpace bigskip
33801 \end_inset
33802
33803 La configuración global de párrafos se ignora en las minipáginas.
33804  Esto significa que en las mismas no habrá espacio entre párrafos aunque
33805  pongas p.
33806 \begin_inset space \thinspace{}
33807 \end_inset
33808
33809 ej.
33810 \begin_inset space ~
33811 \end_inset
33812
33813
33814 \family sans
33815 Salto
33816 \begin_inset space ~
33817 \end_inset
33818
33819 medio
33820 \family default
33821  en la configuración del documento.
33822 \end_layout
33823
33824 \begin_layout Standard
33825 Las minipáginas también sirven para poner un color de fondo para partes
33826  de texto, véase sección
33827 \begin_inset space ~
33828 \end_inset
33829
33830
33831 \begin_inset CommandInset ref
33832 LatexCommand ref
33833 reference "sec:Marcos-Coloreados"
33834
33835 \end_inset
33836
33837 .
33838 \end_layout
33839
33840 \begin_layout Standard
33841 \begin_inset Note Greyedout
33842 status open
33843
33844 \begin_layout Plain Layout
33845
33846 \series bold
33847 Nota:
33848 \series default
33849  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
33850  tener minipáginas en cuadros, en flotantes, y en otros marcos.
33851 \end_layout
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \begin_layout Section
33859 Marcos de párrafo
33860 \begin_inset CommandInset label
33861 LatexCommand label
33862 name "sec:Marcos-de-Párrafo"
33863
33864 \end_inset
33865
33866
33867 \begin_inset Index idx
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871 Marcos ! de párrafo
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \end_layout
33878
33879 \begin_layout Standard
33880 Los marcos de párrafo son similares a las minipáginas con la diferencia
33881  de que no pueden contener notas al pie.
33882 \begin_inset Separator parbreak
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \align center
33890 \begin_inset Box Frameless
33891 position "t"
33892 hor_pos "c"
33893 has_inner_box 1
33894 inner_pos "t"
33895 use_parbox 1
33896 use_makebox 0
33897 width "33col%"
33898 special "none"
33899 height "1in"
33900 height_special "totalheight"
33901 thickness "0.4pt"
33902 separation "3pt"
33903 shadowsize "4pt"
33904 framecolor "black"
33905 backgroundcolor "none"
33906 status open
33907
33908 \begin_layout Plain Layout
33909 Texto en un marco de párrafo.
33910  Texto en un marco de párrafo.
33911  Esta nota no aparece:
33912 \begin_inset Foot
33913 status open
33914
33915 \begin_layout Plain Layout
33916 Esta es una nota en un marco de párrafo y por eso no aparecerá.
33917 \end_layout
33918
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \end_inset
33925
33926
33927 \end_layout
33928
33929 \begin_layout Section
33930 Marcos para palabras y caracteres
33931 \begin_inset Index idx
33932 status collapsed
33933
33934 \begin_layout Plain Layout
33935 Marcos ! para palabras y caracteres
33936 \end_layout
33937
33938 \end_inset
33939
33940
33941 \end_layout
33942
33943 \begin_layout Subsection
33944 Evitar la partición de palabras
33945 \begin_inset CommandInset label
33946 LatexCommand label
33947 name "sec:Evitar-la-Partición"
33948
33949 \end_inset
33950
33951
33952 \begin_inset Index idx
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956 Marcos ! para evitar partición de palabras
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 El marco tipo 
33966 \family sans
33967 Marco de línea
33968 \family default
33969  sirve para evitar que una palabra sea partida con guión.
33970 \begin_inset Newline newline
33971 \end_inset
33972
33973 He aquí un ejemplo:
33974 \end_layout
33975
33976 \begin_layout Standard
33977 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
33978 palabra».
33979 \end_layout
33980
33981 \begin_layout Standard
33982 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
33983  un marco, establece el 
33984 \family sans
33985 Marco interior
33986 \family default
33987  en 
33988 \family sans
33989 Marco de línea
33990 \family default
33991  y no pongas ancho explícito.
33992 \end_layout
33993
33994 \begin_layout Standard
33995 Este es el resultado:
33996 \end_layout
33997
33998 \begin_layout Standard
33999 Esta línea es un ejemplo para mostrar cómo evitar la división de 
34000 \begin_inset Box Frameless
34001 position "t"
34002 hor_pos "c"
34003 has_inner_box 1
34004 inner_pos "t"
34005 use_parbox 0
34006 use_makebox 1
34007 width ""
34008 special "none"
34009 height "1in"
34010 height_special "totalheight"
34011 thickness "0.4pt"
34012 separation "3pt"
34013 shadowsize "4pt"
34014 framecolor "black"
34015 backgroundcolor "none"
34016 status open
34017
34018 \begin_layout Plain Layout
34019 «estalarguísimapalabra»
34020 \end_layout
34021
34022 \end_inset
34023
34024 .
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Como alternativa puedes poner el comando «
34029 \series bold
34030
34031 \backslash
34032 -
34033 \series default
34034 » en código \SpecialChar TeX
34035  directamente antes de la palabra:
34036 \end_layout
34037
34038 \begin_layout Standard
34039 Esta línea es un ejemplo para mostrar cómo evitar la división de «
34040 \begin_inset ERT
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044
34045
34046 \backslash
34047 -
34048 \end_layout
34049
34050 \end_inset
34051
34052 estalarguísimapalabra».
34053 \end_layout
34054
34055 \begin_layout Standard
34056 Por supuesto, la palabra sobresale del margen.
34057  Para evitarlo añade, con el menú 
34058 \family sans
34059 Insertar\SpecialChar menuseparator
34060 Formato\SpecialChar menuseparator
34061 Salto
34062 \begin_inset space ~
34063 \end_inset
34064
34065 de
34066 \begin_inset space ~
34067 \end_inset
34068
34069 línea
34070 \begin_inset space ~
34071 \end_inset
34072
34073 cortada
34074 \family default
34075  (atajo 
34076 \family sans
34077 Ctrl+Entrar
34078 \family default
34079 ), un salto de línea antes de la palabra:
34080 \end_layout
34081
34082 \begin_layout Standard
34083 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
34084 \begin_inset Newline newline
34085 \end_inset
34086
34087
34088 \begin_inset Box Frameless
34089 position "t"
34090 hor_pos "c"
34091 has_inner_box 1
34092 inner_pos "t"
34093 use_parbox 0
34094 use_makebox 1
34095 width ""
34096 special "none"
34097 height "1in"
34098 height_special "totalheight"
34099 thickness "0.4pt"
34100 separation "3pt"
34101 shadowsize "4pt"
34102 framecolor "black"
34103 backgroundcolor "none"
34104 status open
34105
34106 \begin_layout Plain Layout
34107 «estalarguísimapalabra»
34108 \end_layout
34109
34110 \end_inset
34111
34112 .
34113 \end_layout
34114
34115 \begin_layout Subsection
34116 Alineación vertical
34117 \begin_inset CommandInset label
34118 LatexCommand label
34119 name "subsec:Alineación-Vertical"
34120
34121 \end_inset
34122
34123
34124 \begin_inset Index idx
34125 status collapsed
34126
34127 \begin_layout Plain Layout
34128 Marcos ! para alineación vertical
34129 \end_layout
34130
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \begin_layout Standard
34137 Con ayuda del comando 
34138 \series bold
34139
34140 \backslash
34141 raisebox
34142 \series default
34143  puedes alinear verticalmente con el texto circundante palabras o caracteres.
34144  
34145 \series bold
34146
34147 \backslash
34148 raisebox
34149 \series default
34150  se utiliza según el esquema:
34151 \end_layout
34152
34153 \begin_layout Standard
34154
34155 \series bold
34156
34157 \backslash
34158 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
34159 \end_layout
34160
34161 \begin_layout Standard
34162 La elevación puede ser un valor positivo para subir el marco o negativo
34163  para bajarlo.
34164 \end_layout
34165
34166 \begin_layout Standard
34167 Para alinear una palabra, p.
34168 \begin_inset space \thinspace{}
34169 \end_inset
34170
34171 e
34172 \begin_inset space ~
34173 \end_inset
34174
34175 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
34176  en la línea de base, inserta el comando
34177 \end_layout
34178
34179 \begin_layout Standard
34180
34181 \series bold
34182
34183 \backslash
34184 raisebox{
34185 \backslash
34186 depth}{
34187 \end_layout
34188
34189 \begin_layout Standard
34190 en código \SpecialChar TeX
34191  antes de la palabra.
34192  Detrás de la palabra inserta una llave de cierre «
34193 \series bold
34194 }
34195 \series default
34196 » en código \SpecialChar TeX
34197 .
34198 \begin_inset Newline newline
34199 \end_inset
34200
34201 Este es el resultado:
34202 \end_layout
34203
34204 \begin_layout Standard
34205 Esto es una línea de texto con la palabra 
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211
34212 \backslash
34213 raisebox{
34214 \backslash
34215 depth}{
34216 \end_layout
34217
34218 \end_inset
34219
34220 «prevención»
34221 \begin_inset ERT
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225
34226 }
34227 \end_layout
34228
34229 \end_inset
34230
34231  elevada.
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset VSpace bigskip
34236 \end_inset
34237
34238 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
34239 \end_layout
34240
34241 \begin_layout Standard
34242 Esto es una línea de texto con la palabra 
34243 \begin_inset ERT
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247
34248
34249 \backslash
34250 raisebox{-
34251 \backslash
34252 depth}{
34253 \end_layout
34254
34255 \end_inset
34256
34257 «prevención»
34258 \begin_inset ERT
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262
34263 }
34264 \end_layout
34265
34266 \end_inset
34267
34268  bajada.
34269 \begin_inset Newline newline
34270 \end_inset
34271
34272 Esto es una línea de texto con la palabra 
34273 \begin_inset ERT
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277
34278
34279 \backslash
34280 raisebox{0.5cm}{
34281 \end_layout
34282
34283 \end_inset
34284
34285 «testigo»
34286 \begin_inset ERT
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290
34291 }
34292 \end_layout
34293
34294 \end_inset
34295
34296  elevada.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
34301  Por ejemplo
34302 \end_layout
34303
34304 \begin_layout Standard
34305
34306 \series bold
34307
34308 \backslash
34309 raisebox{-
34310 \backslash
34311 depth}[0pt]{
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Esto es una línea de texto con la palabra 
34316 \begin_inset ERT
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320
34321
34322 \backslash
34323 raisebox{-
34324 \backslash
34325 depth}[0pt]{
34326 \end_layout
34327
34328 \end_inset
34329
34330 «prevención»
34331 \begin_inset ERT
34332 status collapsed
34333
34334 \begin_layout Plain Layout
34335
34336 }
34337 \end_layout
34338
34339 \end_inset
34340
34341  bajada.
34342 \begin_inset Newline newline
34343 \end_inset
34344
34345
34346 \begin_inset Newline newline
34347 \end_inset
34348
34349 Esto es una línea de texto con la palabra 
34350 \begin_inset ERT
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354
34355
34356 \backslash
34357 raisebox{0.5cm}[0pt]{
34358 \end_layout
34359
34360 \end_inset
34361
34362 «testigo»
34363 \begin_inset ERT
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367
34368 }
34369 \end_layout
34370
34371 \end_inset
34372
34373  elevada.
34374 \end_layout
34375
34376 \begin_layout Section
34377 Marcos coloreados
34378 \begin_inset CommandInset label
34379 LatexCommand label
34380 name "sec:Marcos-Coloreados"
34381
34382 \end_inset
34383
34384
34385 \begin_inset Index idx
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Marcos ! Colorear
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Standard
34398
34399 \lang english
34400 To color the background of a box just select the color you like in the box
34401  dialog.
34402  This is for example a box with orange background: 
34403 \begin_inset Box Frameless
34404 position "t"
34405 hor_pos "c"
34406 has_inner_box 1
34407 inner_pos "t"
34408 use_parbox 0
34409 use_makebox 1
34410 width ""
34411 special "none"
34412 height "1in"
34413 height_special "totalheight"
34414 thickness "0.4pt"
34415 separation "3pt"
34416 shadowsize "4pt"
34417 framecolor "black"
34418 backgroundcolor "orange"
34419 status open
34420
34421 \begin_layout Plain Layout
34422
34423 \lang english
34424 Box with orange background
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Standard
34433
34434 \lang english
34435 If you use the decoration 
34436 \family sans
34437 \lang spanish
34438 Borde
34439 \begin_inset space ~
34440 \end_inset
34441
34442 rectangular
34443 \begin_inset space ~
34444 \end_inset
34445
34446 sencillo
34447 \family default
34448 \lang english
34449  you can set a frame color.
34450  In this case you must also specify a background color (LyX sets white as
34451  default).
34452  Here is an example: 
34453 \begin_inset Box Boxed
34454 position "t"
34455 hor_pos "c"
34456 has_inner_box 0
34457 inner_pos "t"
34458 use_parbox 0
34459 use_makebox 0
34460 width ""
34461 special "none"
34462 height "1in"
34463 height_special "totalheight"
34464 thickness "0.4pt"
34465 separation "3pt"
34466 shadowsize "4pt"
34467 framecolor "teal"
34468 backgroundcolor "yellow"
34469 status open
34470
34471 \begin_layout Plain Layout
34472
34473 \lang english
34474 Box with teal frame color and yellow background color
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \begin_layout Standard
34483 \begin_inset VSpace bigskip
34484 \end_inset
34485
34486
34487 \lang english
34488 Of course you can also have colored text inside a colored box:
34489 \lang spanish
34490
34491 \begin_inset Newline newline
34492 \end_inset
34493
34494
34495 \begin_inset Box Boxed
34496 position "t"
34497 hor_pos "c"
34498 has_inner_box 0
34499 inner_pos "t"
34500 use_parbox 0
34501 use_makebox 0
34502 width ""
34503 special "none"
34504 height "1in"
34505 height_special "totalheight"
34506 thickness "0.4pt"
34507 separation "3pt"
34508 shadowsize "4pt"
34509 framecolor "cyan"
34510 backgroundcolor "magenta"
34511 status open
34512
34513 \begin_layout Plain Layout
34514
34515 \color yellow
34516 Marco con texto, fondo y borde en distintos colores.
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 \begin_inset VSpace bigskip
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Standard
34532
34533 \lang english
34534 If you need another color than the predefined ones,
34535 \lang spanish
34536  puedes definir tus propios colores según se explica en la sección
34537 \begin_inset space ~
34538 \end_inset
34539
34540
34541 \begin_inset CommandInset ref
34542 LatexCommand ref
34543 reference "sec:Cuadros-Coloreados"
34544
34545 \end_inset
34546
34547 .
34548  
34549 \lang english
34550 To use your own color you must typeset the box by using TeX code:
34551 \end_layout
34552
34553 \begin_layout Standard
34554
34555 \lang english
34556 Colored boxes without frame 
34557 \lang spanish
34558 se crean con el comando 
34559 \series bold
34560
34561 \backslash
34562 colorbox
34563 \series default
34564 , de acuerdo con el siguiente esquema:
34565 \end_layout
34566
34567 \begin_layout Standard
34568
34569 \series bold
34570
34571 \backslash
34572 colorbox{color}{contenido del marco}
34573 \end_layout
34574
34575 \begin_layout Standard
34576 El contenido también puede ser un marco y los marcos coloreados también
34577  pueden estar en otros marcos.
34578  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
34579 \end_layout
34580
34581 \begin_layout Standard
34582
34583 \series bold
34584
34585 \backslash
34586 colorbox{verdeoscuro}{
34587 \end_layout
34588
34589 \begin_layout Standard
34590 en código \SpecialChar TeX
34591  antes de la palabra.
34592  Tras la palabra inserta una llave de cierre «
34593 \series bold
34594 }
34595 \series default
34596 » en código \SpecialChar TeX
34597 .
34598 \begin_inset Newline newline
34599 \end_inset
34600
34601 Este es el resultado:
34602 \end_layout
34603
34604 \begin_layout Standard
34605 Línea en la que la palabra 
34606 \begin_inset ERT
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610
34611
34612 \backslash
34613 colorbox{verdeoscuro}{
34614 \end_layout
34615
34616 \end_inset
34617
34618 «¡Atención!»
34619 \begin_inset ERT
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623
34624 }
34625 \end_layout
34626
34627 \end_inset
34628
34629  tiene fondo verdeoscuro.
34630 \end_layout
34631
34632 \begin_layout Standard
34633
34634 \lang english
34635 Framed, colored boxes are created
34636 \lang spanish
34637  con el comando 
34638 \series bold
34639
34640 \backslash
34641 fcolorbox
34642 \series default
34643  con el esquema siguiente:
34644 \end_layout
34645
34646 \begin_layout Standard
34647
34648 \series bold
34649
34650 \backslash
34651 fcolorbox{color del borde}{color del fondo}{contenido del marco}
34652 \end_layout
34653
34654 \begin_layout Section
34655 Marcos girados y a escala
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Para poder usar los comandos descritos en esta sección hay que cargar el
34660  paquete \SpecialChar LaTeX
34661  
34662 \series bold
34663 graphicx
34664 \series default
34665
34666 \begin_inset Index idx
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670 \SpecialChar LaTeX
34671 -paquetes ! graphicx
34672 \end_layout
34673
34674 \end_inset
34675
34676  en el preámbulo del documento, con el comando
34677 \end_layout
34678
34679 \begin_layout Standard
34680
34681 \series bold
34682
34683 \backslash
34684 @ifundefined{rotatebox}
34685 \begin_inset Newline newline
34686 \end_inset
34687
34688
34689 \begin_inset Phantom HPhantom
34690 status open
34691
34692 \begin_layout Plain Layout
34693
34694 \series bold
34695 \begin_inset space ~
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \end_inset
34702
34703 {
34704 \backslash
34705 usepackage{graphicx}}{}
34706 \end_layout
34707
34708 \begin_layout Standard
34709 \begin_inset Note Greyedout
34710 status open
34711
34712 \begin_layout Plain Layout
34713
34714 \series bold
34715 Nota:
34716 \series default
34717  no todos los visores DVI pueden mostrar rotaciones o escalas.
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \begin_layout Standard
34726 \begin_inset Note Greyedout
34727 status open
34728
34729 \begin_layout Plain Layout
34730
34731 \series bold
34732 Nota:
34733 \series default
34734  Los marcos girados o a escala no pueden contener flotantes.
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Subsection
34743 Marcos girados
34744 \begin_inset Index idx
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748 Marcos ! Girar
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \begin_inset Index idx
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 Material rotado
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Standard
34767 Para girar material debes ponerlo en un marco girado.
34768  Los marcos girados se crean con el comando 
34769 \series bold
34770
34771 \backslash
34772 rotatebox
34773 \series default
34774  en código \SpecialChar TeX
34775 , según el esquema:
34776 \end_layout
34777
34778 \begin_layout Standard
34779
34780 \series bold
34781
34782 \backslash
34783 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34784 \end_layout
34785
34786 \begin_layout Standard
34787 El origen de rotación se especifica en la forma 
34788 \series bold
34789 origin=position
34790 \series default
34791 .
34792  Son posibles las posiciones siguientes: 
34793 \emph on
34794 c
34795 \emph default
34796  (center), 
34797 \emph on
34798 l
34799 \emph default
34800  (left), 
34801 \emph on
34802 r
34803 \emph default
34804  (right), 
34805 \emph on
34806 b
34807 \emph default
34808  (bottom), 
34809 \emph on
34810 t
34811 \emph default
34812  (top), así como combinaciones adecuadas de las posiciones básicas.
34813  Por ejemplo, 
34814 \emph on
34815 lt
34816 \emph default
34817  significa que el origen de rotación es la esquina superior izquierda del
34818  marco.
34819  Si no se especifica origen de rotación se usará la posición 
34820 \emph on
34821 l
34822 \emph default
34823 .
34824  El ángulo de rotación es un número de grados, y puede ser negativo.
34825  El sentido de giro es contrario al de las agujas del reloj.
34826 \end_layout
34827
34828 \begin_layout Standard
34829 En el siguiente ejemplo se ha insertado el comando 
34830 \series bold
34831
34832 \backslash
34833 rotatebox[origin=c]{60}{ 
34834 \series default
34835 como código \SpecialChar TeX
34836  delante del texto «con rotación»; después del texto, el marco
34837  se ha cerrado con llave en código \SpecialChar TeX
34838 .
34839 \end_layout
34840
34841 \begin_layout Standard
34842 Esta línea contiene texto 
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 rotatebox[origin=c]{60}{
34851 \end_layout
34852
34853 \end_inset
34854
34855 con rotación
34856 \begin_inset ERT
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860
34861 }
34862 \end_layout
34863
34864 \end_inset
34865
34866 .
34867 \end_layout
34868
34869 \begin_layout Standard
34870 El contenido del marco puede ser también otro marco o una ecuación en línea:
34871 \end_layout
34872
34873 \begin_layout Standard
34874 En esta línea hay texto enmarcado 
34875 \begin_inset ERT
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879
34880
34881 \backslash
34882 rotatebox[origin=r]{-60}{
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \begin_inset Box Doublebox
34889 position "c"
34890 hor_pos "c"
34891 has_inner_box 0
34892 inner_pos "c"
34893 use_parbox 0
34894 use_makebox 0
34895 width "1in"
34896 special "width"
34897 height "1in"
34898 height_special "totalheight"
34899 thickness "0.4pt"
34900 separation "3pt"
34901 shadowsize "4pt"
34902 framecolor "black"
34903 backgroundcolor "none"
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907 con rotación
34908 \end_layout
34909
34910 \end_inset
34911
34912
34913 \begin_inset ERT
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917
34918 }
34919 \end_layout
34920
34921 \end_inset
34922
34923  y 
34924 \begin_inset ERT
34925 status collapsed
34926
34927 \begin_layout Plain Layout
34928
34929
34930 \backslash
34931 rotatebox[origin=lb]{60}{
34932 \end_layout
34933
34934 \end_inset
34935
34936
34937 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34938 \end_inset
34939
34940
34941 \begin_inset ERT
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945
34946 }
34947 \end_layout
34948
34949 \end_inset
34950
34951  una ecuación.
34952 \end_layout
34953
34954 \begin_layout Standard
34955 O una imagen o un cuadro:
34956 \end_layout
34957
34958 \begin_layout Standard
34959 Aquí hay una imagen girada 
34960 \begin_inset ERT
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964
34965
34966 \backslash
34967 rotatebox[origin=lb]{90}{
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \begin_inset Graphics
34974         filename ../clipart/platypus.eps
34975         lyxscale 50
34976         width 25col%
34977
34978 \end_inset
34979
34980
34981 \begin_inset ERT
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985
34986 }
34987 \end_layout
34988
34989 \end_inset
34990
34991  y un cuadro girado 
34992 \begin_inset ERT
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996
34997
34998 \backslash
34999 rotatebox[origin=l]{-90}{
35000 \end_layout
35001
35002 \end_inset
35003
35004
35005 \begin_inset Tabular
35006 <lyxtabular version="3" rows="2" columns="2">
35007 <features tabularvalignment="middle">
35008 <column alignment="center" valignment="top">
35009 <column alignment="center" valignment="top">
35010 <row>
35011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015 q
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 w
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 <row>
35031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035 e
35036 \end_layout
35037
35038 \end_inset
35039 </cell>
35040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35041 \begin_inset Text
35042
35043 \begin_layout Plain Layout
35044 r
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 </row>
35050 </lyxtabular>
35051
35052 \end_inset
35053
35054
35055 \begin_inset ERT
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059
35060 }
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \begin_inset Index idx
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070 Figuras ! Rotar
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \begin_inset Index idx
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080 Cuadros ! Girar
35081 \end_layout
35082
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \begin_layout Subsection
35089 Marcos para variar la escala
35090 \begin_inset Index idx
35091 status collapsed
35092
35093 \begin_layout Plain Layout
35094 Marcos ! para variar la escala
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \begin_inset Index idx
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104 Material a escala
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113 Para modificar las proporciones de un material se pueden usar los comandos
35114  
35115 \series bold
35116
35117 \backslash
35118 scalebox
35119 \series default
35120  y 
35121 \series bold
35122
35123 \backslash
35124 resizebox 
35125 \series default
35126 en código \SpecialChar TeX
35127 .
35128 \end_layout
35129
35130 \begin_layout Standard
35131
35132 \series bold
35133
35134 \backslash
35135 scalebox
35136 \series default
35137  se usa con el esquema siguiente:
35138 \end_layout
35139
35140 \begin_layout Standard
35141
35142 \series bold
35143
35144 \backslash
35145 scalebox{horizontal}[vertical]{contenido del marco}
35146 \end_layout
35147
35148 \begin_layout Standard
35149
35150 \emph on
35151 horizontal
35152 \emph default
35153  y 
35154 \emph on
35155 vertical
35156 \emph default
35157  son los factores de escala correspondientes.
35158  Si no se especifica factor vertical, su valor será el mismo que el factor
35159  de escala horizontal.
35160  
35161 \end_layout
35162
35163 \begin_layout Standard
35164 Por ejemplo, el comando 
35165 \series bold
35166
35167 \backslash
35168 scalebox{2}{Hola} 
35169 \series default
35170 crea un 
35171 \begin_inset ERT
35172 status collapsed
35173
35174 \begin_layout Plain Layout
35175
35176
35177 \backslash
35178 scalebox{2}{
35179 \end_layout
35180
35181 \end_inset
35182
35183 Hola
35184 \begin_inset ERT
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189 }
35190 \end_layout
35191
35192 \end_inset
35193
35194  de doble tamaño que el texto normal del documento.
35195 \end_layout
35196
35197 \begin_layout Standard
35198 El comando 
35199 \series bold
35200
35201 \backslash
35202 scalebox{2}[1]{Hola} 
35203 \series default
35204 distorsiona el 
35205 \begin_inset ERT
35206 status collapsed
35207
35208 \begin_layout Plain Layout
35209
35210
35211 \backslash
35212 scalebox{2}[1]{
35213 \end_layout
35214
35215 \end_inset
35216
35217 Hola
35218 \begin_inset ERT
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222
35223 }
35224 \end_layout
35225
35226 \end_inset
35227
35228 .
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Si un factor de escala es negativo el contenido del marco es reflejado.
35233  Por eso el comando 
35234 \series bold
35235
35236 \backslash
35237 scalebox{-1}[1]{Hola} 
35238 \series default
35239 puede usarse para reflejar un texto: 
35240 \begin_inset ERT
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245
35246 \backslash
35247 scalebox{-1}[1]{
35248 \end_layout
35249
35250 \end_inset
35251
35252 Hola
35253 \begin_inset ERT
35254 status collapsed
35255
35256 \begin_layout Plain Layout
35257
35258 }
35259 \end_layout
35260
35261 \end_inset
35262
35263 .
35264 \end_layout
35265
35266 \begin_layout Standard
35267
35268 \series bold
35269
35270 \backslash
35271 scalebox{1}[-1]{Hola} 
35272 \series default
35273 refleja el 
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279
35280 \backslash
35281 scalebox{1}[-1]{
35282 \end_layout
35283
35284 \end_inset
35285
35286 Hola
35287 \begin_inset ERT
35288 status collapsed
35289
35290 \begin_layout Plain Layout
35291
35292 }
35293 \end_layout
35294
35295 \end_inset
35296
35297  sobre la base.
35298 \end_layout
35299
35300 \begin_layout Standard
35301 El comando 
35302 \series bold
35303
35304 \backslash
35305 scalebox{-1}[1]{contenido del cuadro} 
35306 \series default
35307 puede sustituirse por 
35308 \series bold
35309
35310 \begin_inset Newline newline
35311 \end_inset
35312
35313
35314 \backslash
35315 reflectbox{contenido del cuadro}
35316 \begin_inset VSpace defskip
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \begin_layout Standard
35323 El comando 
35324 \series bold
35325
35326 \backslash
35327 resizebox
35328 \series default
35329  sirve para redimensionar el marco a una altura y anchura definidas, según
35330  el esquema:
35331 \end_layout
35332
35333 \begin_layout Standard
35334
35335 \series bold
35336
35337 \backslash
35338 resizebox{anchura}{altura}{contenido del marco}
35339 \end_layout
35340
35341 \begin_layout Standard
35342 Si uno de los argumentos del comando es un signo de exclamación, 
35343 \series bold
35344 !
35345 \series default
35346 , la escala se hace de forma que se mantiene la relación de las dimensiones
35347  originales del contenido del marco.
35348  
35349 \end_layout
35350
35351 \begin_layout Standard
35352 El comando 
35353 \series bold
35354
35355 \backslash
35356 resizebox{2cm}{1cm}{Hola}
35357 \series default
35358  genera: 
35359 \begin_inset ERT
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363
35364
35365 \backslash
35366 resizebox{2cm}{1cm}{
35367 \end_layout
35368
35369 \end_inset
35370
35371 Hola
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377 }
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \begin_inset Newline newline
35384 \end_inset
35385
35386 El comando 
35387 \series bold
35388
35389 \backslash
35390 resizebox{2cm}{!}{Hola}
35391 \series default
35392  genera: 
35393 \begin_inset ERT
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397
35398
35399 \backslash
35400 resizebox{2cm}{!}{
35401 \end_layout
35402
35403 \end_inset
35404
35405 Hola
35406 \begin_inset ERT
35407 status collapsed
35408
35409 \begin_layout Plain Layout
35410
35411 }
35412 \end_layout
35413
35414 \end_inset
35415
35416
35417 \end_layout
35418
35419 \begin_layout Standard
35420 \begin_inset VSpace defskip
35421 \end_inset
35422
35423
35424 \end_layout
35425
35426 \begin_layout Standard
35427 \begin_inset Note Greyedout
35428 status open
35429
35430 \begin_layout Plain Layout
35431
35432 \series bold
35433 Nota: 
35434 \series default
35435 Si los argumentos de 
35436 \series bold
35437
35438 \backslash
35439 scalebox
35440 \series default
35441  o 
35442 \series bold
35443
35444 \backslash
35445 resizebox
35446 \series default
35447  son cero, no se generan errores de \SpecialChar LaTeX
35448  al exportar el documento, pero puede
35449  suceder que la salida no se muestre o que sea incompleta.
35450  
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \begin_inset VSpace defskip
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 Los marcos se pueden combinar en cualquier orden.
35464  Por ejemplo, el comando
35465 \series bold
35466
35467 \begin_inset Newline newline
35468 \end_inset
35469
35470
35471 \backslash
35472 rotatebox[origin=c]{-45}{
35473 \backslash
35474 resizebox{2cm}{!}{
35475 \backslash
35476 reflectbox{Hola}}}
35477 \begin_inset Newline newline
35478 \end_inset
35479
35480
35481 \series default
35482 genera:
35483 \begin_inset Separator parbreak
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \noindent
35491 \align center
35492 \begin_inset ERT
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496
35497
35498 \backslash
35499 rotatebox[origin=c]{-45}{
35500 \backslash
35501 resizebox{2cm}{!}{
35502 \backslash
35503 reflectbox{
35504 \end_layout
35505
35506 \end_inset
35507
35508 Hola
35509 \begin_inset ERT
35510 status collapsed
35511
35512 \begin_layout Plain Layout
35513
35514 }}}
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \end_layout
35521
35522 \begin_layout Standard
35523 \noindent
35524 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35525 \begin_inset Separator parbreak
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \align center
35533 \begin_inset ERT
35534 status collapsed
35535
35536 \begin_layout Plain Layout
35537
35538
35539 \backslash
35540 rotatebox[origin=c]{-30}{
35541 \backslash
35542 resizebox{2cm}{!}{
35543 \backslash
35544 reflectbox{
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \begin_inset Graphics
35551         filename ../clipart/platypus.eps
35552         lyxscale 50
35553         width 25col%
35554
35555 \end_inset
35556
35557
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563 }}}
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \begin_inset ERT
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573
35574
35575 \backslash
35576 rotatebox[origin=c]{-45}{
35577 \backslash
35578 resizebox{2cm}{!}{
35579 \backslash
35580 reflectbox{
35581 \end_layout
35582
35583 \end_inset
35584
35585
35586 \begin_inset Tabular
35587 <lyxtabular version="3" rows="2" columns="2">
35588 <features tabularvalignment="middle">
35589 <column alignment="center" valignment="top">
35590 <column alignment="center" valignment="top">
35591 <row>
35592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 q
35597 \end_layout
35598
35599 \end_inset
35600 </cell>
35601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605 w
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 </row>
35611 <row>
35612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35613 \begin_inset Text
35614
35615 \begin_layout Plain Layout
35616 e
35617 \end_layout
35618
35619 \end_inset
35620 </cell>
35621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35622 \begin_inset Text
35623
35624 \begin_layout Plain Layout
35625 r
35626 \end_layout
35627
35628 \end_inset
35629 </cell>
35630 </row>
35631 </lyxtabular>
35632
35633 \end_inset
35634
35635
35636 \begin_inset ERT
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640
35641 }}}
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \begin_inset ERT
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652
35653 \backslash
35654 rotatebox[origin=c]{-45}{
35655 \backslash
35656 resizebox{2cm}{!}{
35657 \backslash
35658 reflectbox{
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35665 \end_inset
35666
35667
35668 \begin_inset ERT
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672
35673 }}}
35674 \end_layout
35675
35676 \end_inset
35677
35678
35679 \begin_inset Index idx
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683 Figuras ! a escala
35684 \end_layout
35685
35686 \end_inset
35687
35688
35689 \begin_inset Index idx
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693 Cuadros ! a escala
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Standard
35702 Si se usa el estilo global 
35703 \series bold
35704 fleqn
35705 \series default
35706  para las ecuaciones del documento,
35707 \begin_inset Foot
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711 Si «fleqn» se añade a las opciones de clase del documento.
35712 \end_layout
35713
35714 \end_inset
35715
35716  también se puede variar la escala de las ecuaciones en estilo presentación.
35717 \end_layout
35718
35719 \begin_layout Chapter
35720 Objetos envueltos en texto
35721 \begin_inset Index idx
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 Envueltos en texto
35726 \end_layout
35727
35728 \end_inset
35729
35730
35731 \end_layout
35732
35733 \begin_layout Section
35734 Flotantes envueltos
35735 \begin_inset CommandInset label
35736 LatexCommand label
35737 name "sec:Flotantes-envueltos"
35738
35739 \end_inset
35740
35741
35742 \begin_inset Index idx
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 Flotantes ! Envueltos
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \begin_inset Index idx
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756 Envueltos en texto ! Flotantes
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Standard
35765 \begin_inset Wrap figure
35766 lines 0
35767 placement l
35768 overhang 1cm
35769 width "40col%"
35770 status open
35771
35772 \begin_layout Plain Layout
35773 \begin_inset Graphics
35774         filename ../clipart/mobius.eps
35775         width 40col%
35776         rotateOrigin center
35777
35778 \end_inset
35779
35780
35781 \end_layout
35782
35783 \begin_layout Plain Layout
35784 \begin_inset Caption Standard
35785
35786 \begin_layout Plain Layout
35787 \begin_inset CommandInset label
35788 LatexCommand label
35789 name "fig:Envoltorio-de-figura"
35790
35791 \end_inset
35792
35793 Figura envuelta en el texto
35794 \end_layout
35795
35796 \end_inset
35797
35798
35799 \end_layout
35800
35801 \end_inset
35802
35803  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35804  de modo que ocupe sólo una parte del ancho de columna.
35805  Se inserta con el menú 
35806 \family sans
35807 Insertar\SpecialChar menuseparator
35808 Flotante\SpecialChar menuseparator
35809 Figura
35810 \begin_inset space ~
35811 \end_inset
35812
35813 envuelta
35814 \family default
35815
35816 \begin_inset space \thinspace{}
35817 \end_inset
35818
35819 /
35820 \begin_inset space \thinspace{}
35821 \end_inset
35822
35823
35824 \family sans
35825 Cuadro
35826 \begin_inset space ~
35827 \end_inset
35828
35829 envuelto
35830 \family default
35831  si está instalado el paquete \SpecialChar LaTeX
35832  
35833 \series bold
35834 wrapfig
35835 \series default
35836
35837 \begin_inset Index idx
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841 \SpecialChar LaTeX
35842 -paquetes ! wrapfig
35843 \end_layout
35844
35845 \end_inset
35846
35847 .
35848 \begin_inset Foot
35849 status collapsed
35850
35851 \begin_layout Plain Layout
35852 La instalación de paquetes \SpecialChar LaTeX
35853  se explica en el manual 
35854 \emph on
35855 Configuración de \SpecialChar LaTeX
35856
35857 \emph default
35858 .
35859 \end_layout
35860
35861 \end_inset
35862
35863  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35864  con clic derecho sobre el cuadro del flotante.
35865  Son obligatorias la 
35866 \family sans
35867 Ubicación
35868 \family default
35869  y la 
35870 \family sans
35871 Anchura
35872 \family default
35873 .
35874  Son opcionales 
35875 \family sans
35876 Extensión al margen
35877 \family default
35878 , que especifica la anchura de invasión del margen, y 
35879 \family sans
35880 Extender
35881 \begin_inset space ~
35882 \end_inset
35883
35884 a
35885 \begin_inset space ~
35886 \end_inset
35887
35888 líneas
35889 \family default
35890 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
35891  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
35892  opción sólo si encuentras problemas en la colocación del flotante.
35893  Además puedes decidir si permitir que \SpecialChar LaTeX
35894  deje flotar el flotante dentro del
35895  párrafo o en los párrafos adyacentes.
35896  La figura
35897 \begin_inset space ~
35898 \end_inset
35899
35900
35901 \begin_inset CommandInset ref
35902 LatexCommand ref
35903 reference "fig:Envoltorio-de-figura"
35904
35905 \end_inset
35906
35907  es un ejemplo de envoltorio con una anchura de columna del 40
35908 \begin_inset space \thinspace{}
35909 \end_inset
35910
35911 %, ubicado a la izquierda y 1
35912 \begin_inset space \thinspace{}
35913 \end_inset
35914
35915 cm de invasión de margen.
35916 \end_layout
35917
35918 \begin_layout Standard
35919 \begin_inset Note Greyedout
35920 status open
35921
35922 \begin_layout Plain Layout
35923
35924 \series bold
35925 Nota:
35926 \series default
35927  ¡Los flotantes envueltos son frágiles! P.
35928 \begin_inset space \thinspace{}
35929 \end_inset
35930
35931 ej.
35932 \begin_inset space ~
35933 \end_inset
35934
35935 si una figura está demasiado cerca de la parte inferior de la página se
35936  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
35937  o situarse junto a otro texto.
35938 \end_layout
35939
35940 \end_inset
35941
35942
35943 \end_layout
35944
35945 \begin_layout Standard
35946 En general:
35947 \end_layout
35948
35949 \begin_layout Itemize
35950 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
35951  salto de página.
35952  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
35953  esté casi listo y puedas prever los saltos de página.
35954 \end_layout
35955
35956 \begin_layout Itemize
35957 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
35958  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
35959 \end_layout
35960
35961 \begin_layout Itemize
35962 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
35963  que procura que haya un párrafo de texto entre ellos.
35964 \end_layout
35965
35966 \begin_layout Itemize
35967 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
35968 \end_layout
35969
35970 \begin_layout Itemize
35971 Su numeración y referencias funciona como se explica en el cap.
35972 \begin_inset space \thinspace{}
35973 \end_inset
35974
35975
35976 \begin_inset CommandInset ref
35977 LatexCommand ref
35978 reference "chap:Flotantes"
35979
35980 \end_inset
35981
35982 .
35983 \end_layout
35984
35985 \begin_layout Section
35986 Objetos fijos envueltos
35987 \begin_inset Index idx
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991 Envueltos en texto ! Objetos fijos
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 Los flotantes envueltos, descritos en la sec.
36001 \begin_inset space \thinspace{}
36002 \end_inset
36003
36004
36005 \begin_inset CommandInset ref
36006 LatexCommand ref
36007 reference "sec:Flotantes-envueltos"
36008
36009 \end_inset
36010
36011  , tienen estas posiciones en el párrafo:
36012 \begin_inset Separator parbreak
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \begin_layout Standard
36019 \noindent
36020 \align center
36021 \begin_inset Tabular
36022 <lyxtabular version="3" rows="2" columns="2">
36023 <features tabularvalignment="middle">
36024 <column alignment="center" valignment="top">
36025 <column alignment="center" valignment="top">
36026 <row>
36027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031 \begin_inset Graphics
36032         filename ../../images/dialog-show-new-inset_graphics.png
36033         scale 70
36034         scaleBeforeRotation
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \end_inset
36042 </cell>
36043 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36044 \begin_inset Text
36045
36046 \begin_layout Plain Layout
36047 texto
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 </row>
36053 <row>
36054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36055 \begin_inset Text
36056
36057 \begin_layout Plain Layout
36058 texto
36059 \end_layout
36060
36061 \end_inset
36062 </cell>
36063 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36064 \begin_inset Text
36065
36066 \begin_layout Plain Layout
36067 texto
36068 \end_layout
36069
36070 \end_inset
36071 </cell>
36072 </row>
36073 </lyxtabular>
36074
36075 \end_inset
36076
36077  y 
36078 \begin_inset Tabular
36079 <lyxtabular version="3" rows="2" columns="2">
36080 <features tabularvalignment="middle">
36081 <column alignment="center" valignment="top">
36082 <column alignment="center" valignment="top">
36083 <row>
36084 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097 \begin_inset Graphics
36098         filename ../../images/dialog-show-new-inset_graphics.png
36099         scale 70
36100         scaleBeforeRotation
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \end_inset
36108 </cell>
36109 </row>
36110 <row>
36111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 texto
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36121 \begin_inset Text
36122
36123 \begin_layout Plain Layout
36124 texto
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 </row>
36130 </lyxtabular>
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \begin_layout Standard
36138 Para colocar un objeto exactamente en la posición en la que se inserta,
36139  por ejemplo una de estas:
36140 \begin_inset VSpace defskip
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Standard
36147 \noindent
36148 \align center
36149 \begin_inset Tabular
36150 <lyxtabular version="3" rows="2" columns="2">
36151 <features tabularvalignment="middle">
36152 <column alignment="center" valignment="top">
36153 <column alignment="center" valignment="top">
36154 <row>
36155 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168 texto
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 <row>
36175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179 \begin_inset Graphics
36180         filename ../../images/dialog-show-new-inset_graphics.png
36181         scale 70
36182         scaleBeforeRotation
36183
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36192 \begin_inset Text
36193
36194 \begin_layout Plain Layout
36195 texto
36196 \end_layout
36197
36198 \end_inset
36199 </cell>
36200 </row>
36201 </lyxtabular>
36202
36203 \end_inset
36204
36205  
36206 \begin_inset Tabular
36207 <lyxtabular version="3" rows="2" columns="2">
36208 <features tabularvalignment="middle">
36209 <column alignment="center" valignment="top">
36210 <column alignment="center" valignment="top">
36211 <row>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216 texto
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Plain Layout
36225 texto
36226 \end_layout
36227
36228 \end_inset
36229 </cell>
36230 </row>
36231 <row>
36232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36233 \begin_inset Text
36234
36235 \begin_layout Plain Layout
36236 texto
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245 \begin_inset Graphics
36246         filename ../../images/dialog-show-new-inset_graphics.png
36247         scale 70
36248         scaleBeforeRotation
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 </lyxtabular>
36259
36260 \end_inset
36261
36262  
36263 \begin_inset Tabular
36264 <lyxtabular version="3" rows="2" columns="3">
36265 <features tabularvalignment="middle">
36266 <column alignment="center" valignment="top">
36267 <column alignment="center" valignment="top">
36268 <column alignment="center" valignment="top">
36269 <row>
36270 <cell alignment="center" valignment="top" topline="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" topline="true" usebox="none">
36280 \begin_inset Text
36281
36282 \begin_layout Plain Layout
36283 \begin_inset Graphics
36284         filename ../../images/dialog-show-new-inset_graphics.png
36285         scale 70
36286         scaleBeforeRotation
36287
36288 \end_inset
36289
36290
36291 \end_layout
36292
36293 \end_inset
36294 </cell>
36295 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299 texto
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 </row>
36305 <row>
36306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310 texto
36311 \end_layout
36312
36313 \end_inset
36314 </cell>
36315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36316 \begin_inset Text
36317
36318 \begin_layout Plain Layout
36319 texto
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36325 \begin_inset Text
36326
36327 \begin_layout Plain Layout
36328 texto
36329 \end_layout
36330
36331 \end_inset
36332 </cell>
36333 </row>
36334 </lyxtabular>
36335
36336 \end_inset
36337
36338  
36339 \begin_inset Tabular
36340 <lyxtabular version="3" rows="2" columns="3">
36341 <features tabularvalignment="middle">
36342 <column alignment="center" valignment="top">
36343 <column alignment="center" valignment="top">
36344 <column alignment="center" valignment="top">
36345 <row>
36346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36347 \begin_inset Text
36348
36349 \begin_layout Plain Layout
36350 texto
36351 \end_layout
36352
36353 \end_inset
36354 </cell>
36355 <cell alignment="center" valignment="top" topline="true" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359 texto
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 <cell alignment="center" valignment="top" topline="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 <row>
36375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379 texto
36380 \end_layout
36381
36382 \end_inset
36383 </cell>
36384 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36385 \begin_inset Text
36386
36387 \begin_layout Plain Layout
36388 \begin_inset Graphics
36389         filename ../../images/dialog-show-new-inset_graphics.png
36390         scale 70
36391         scaleBeforeRotation
36392
36393 \end_inset
36394
36395
36396 \end_layout
36397
36398 \end_inset
36399 </cell>
36400 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36401 \begin_inset Text
36402
36403 \begin_layout Plain Layout
36404 texto
36405 \end_layout
36406
36407 \end_inset
36408 </cell>
36409 </row>
36410 </lyxtabular>
36411
36412 \end_inset
36413
36414
36415 \end_layout
36416
36417 \begin_layout Standard
36418 \noindent
36419 \align center
36420 \begin_inset Tabular
36421 <lyxtabular version="3" rows="3" columns="2">
36422 <features tabularvalignment="middle">
36423 <column alignment="center" valignment="top">
36424 <column alignment="center" valignment="top">
36425 <row>
36426 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36436 \begin_inset Text
36437
36438 \begin_layout Plain Layout
36439 texto
36440 \end_layout
36441
36442 \end_inset
36443 </cell>
36444 </row>
36445 <row>
36446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36447 \begin_inset Text
36448
36449 \begin_layout Plain Layout
36450 \begin_inset Graphics
36451         filename ../../images/dialog-show-new-inset_graphics.png
36452         scale 70
36453         scaleBeforeRotation
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \end_inset
36461 </cell>
36462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36463 \begin_inset Text
36464
36465 \begin_layout Plain Layout
36466 texto
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 </row>
36472 <row>
36473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477 texto
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36483 \begin_inset Text
36484
36485 \begin_layout Plain Layout
36486 texto
36487 \end_layout
36488
36489 \end_inset
36490 </cell>
36491 </row>
36492 </lyxtabular>
36493
36494 \end_inset
36495
36496  
36497 \begin_inset Tabular
36498 <lyxtabular version="3" rows="3" columns="3">
36499 <features tabularvalignment="middle">
36500 <column alignment="center" valignment="top">
36501 <column alignment="center" valignment="top">
36502 <column alignment="center" valignment="top">
36503 <row>
36504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36505 \begin_inset Text
36506
36507 \begin_layout Plain Layout
36508 texto
36509 \end_layout
36510
36511 \end_inset
36512 </cell>
36513 <cell alignment="center" valignment="top" topline="true" usebox="none">
36514 \begin_inset Text
36515
36516 \begin_layout Plain Layout
36517 texto
36518 \end_layout
36519
36520 \end_inset
36521 </cell>
36522 <cell alignment="center" valignment="top" topline="true" 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" 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" usebox="none">
36543 \begin_inset Text
36544
36545 \begin_layout Plain Layout
36546 \begin_inset Graphics
36547         filename ../../images/dialog-show-new-inset_graphics.png
36548         scale 70
36549         scaleBeforeRotation
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \end_inset
36557 </cell>
36558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36559 \begin_inset Text
36560
36561 \begin_layout Plain Layout
36562 texto
36563 \end_layout
36564
36565 \end_inset
36566 </cell>
36567 </row>
36568 <row>
36569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36570 \begin_inset Text
36571
36572 \begin_layout Plain Layout
36573 texto
36574 \end_layout
36575
36576 \end_inset
36577 </cell>
36578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582 texto
36583 \end_layout
36584
36585 \end_inset
36586 </cell>
36587 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36588 \begin_inset Text
36589
36590 \begin_layout Plain Layout
36591 texto
36592 \end_layout
36593
36594 \end_inset
36595 </cell>
36596 </row>
36597 </lyxtabular>
36598
36599 \end_inset
36600
36601  
36602 \begin_inset Tabular
36603 <lyxtabular version="3" rows="3" columns="2">
36604 <features tabularvalignment="middle">
36605 <column alignment="center" valignment="top">
36606 <column alignment="center" valignment="top">
36607 <row>
36608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36609 \begin_inset Text
36610
36611 \begin_layout Plain Layout
36612 texto
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Plain Layout
36621 texto
36622 \end_layout
36623
36624 \end_inset
36625 </cell>
36626 </row>
36627 <row>
36628 <cell alignment="center" valignment="top" leftline="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 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641 \begin_inset Graphics
36642         filename ../../images/dialog-show-new-inset_graphics.png
36643         scale 70
36644         scaleBeforeRotation
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 </row>
36654 <row>
36655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 texto
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668 texto
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 </row>
36674 </lyxtabular>
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \begin_layout Standard
36682 \noindent
36683 puedes usar el paquete \SpecialChar LaTeX
36684  
36685 \series bold
36686 picinpar
36687 \series default
36688
36689 \begin_inset Index idx
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 \SpecialChar LaTeX
36694 -paquetes ! picinpar
36695 \end_layout
36696
36697 \end_inset
36698
36699 .
36700  Aquí hay un ejemplo:
36701 \end_layout
36702
36703 \begin_layout Standard
36704 \begin_inset ERT
36705 status collapsed
36706
36707 \begin_layout Plain Layout
36708
36709
36710 \backslash
36711 ifpicinpar
36712 \end_layout
36713
36714 \end_inset
36715
36716
36717 \begin_inset Note Note
36718 status open
36719
36720 \begin_layout Plain Layout
36721 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36722  \SpecialChar LaTeX
36723  
36724 \series bold
36725 picinpar
36726 \series default
36727 .
36728 \end_layout
36729
36730 \end_inset
36731
36732
36733 \end_layout
36734
36735 \begin_layout Standard
36736 \begin_inset ERT
36737 status collapsed
36738
36739 \begin_layout Plain Layout
36740
36741
36742 \backslash
36743 begin{window}[2,c,{
36744 \end_layout
36745
36746 \end_inset
36747
36748
36749 \begin_inset Graphics
36750         filename ../clipart/mobius.eps
36751         lyxscale 60
36752         width 40col%
36753         scaleBeforeRotation
36754         rotateOrigin center
36755
36756 \end_inset
36757
36758
36759 \begin_inset ERT
36760 status collapsed
36761
36762 \begin_layout Plain Layout
36763
36764 },]
36765 \end_layout
36766
36767 \begin_layout Plain Layout
36768
36769 {}
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \size small
36776 \lang english
36777 It was in the spring of the year 1894 that all London was interested, and
36778  the fashionable world dismayed, by the murder of the Honourable Ronald
36779  Adair under most unusual and inexplicable circumstances.
36780  The public has already learned those particulars of the crime which
36781 \size default
36782
36783 \begin_inset ERT
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787
36788
36789 \backslash
36790 footnotemark{}
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \size small
36797  came out in the police investigation, but a good deal was suppressed upon
36798  that occasion, since the case for the prosecution was so overwhelmingly
36799  strong that it was not necessary to bring forward all the facts.
36800  Only now, at the end of nearly ten years, am I allowed to supply those
36801  missing links which make up the whole of that remarkable chain
36802 \lang spanish
36803 .
36804 \size default
36805
36806 \begin_inset ERT
36807 status collapsed
36808
36809 \begin_layout Plain Layout
36810
36811
36812 \backslash
36813 end{window}
36814 \end_layout
36815
36816 \end_inset
36817
36818
36819 \end_layout
36820
36821 \begin_layout Standard
36822 \begin_inset ERT
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826
36827
36828 \backslash
36829 footnotetext{
36830 \end_layout
36831
36832 \end_inset
36833
36834 Nota al pie del párrafo con el objeto fijo
36835 \begin_inset ERT
36836 status collapsed
36837
36838 \begin_layout Plain Layout
36839
36840 }
36841 \end_layout
36842
36843 \end_inset
36844
36845
36846 \end_layout
36847
36848 \begin_layout Standard
36849 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36850  donde la posición del objeto en el párrafo se puede determinar por el número
36851  de líneas sobre él.
36852  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36853 \end_layout
36854
36855 \begin_layout Standard
36856 Un objeto fijo se inserta añadiendo el comando
36857 \end_layout
36858
36859 \begin_layout Standard
36860
36861 \series bold
36862
36863 \backslash
36864 begin{window}[2,c,{
36865 \end_layout
36866
36867 \begin_layout Standard
36868 en código \SpecialChar TeX
36869  al principio del párrafo.
36870  El primer parámetro en el corchete, aquí '2', define el número de líneas
36871  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
36872  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
36873  Tras el comando se inserta el objeto.
36874  En este ejemplo se ha insertado una imagen con una anchura del 40
36875 \begin_inset space \thinspace{}
36876 \end_inset
36877
36878 % de la anchura de la columna de texto.
36879  El objeto también puede ser un cuadro, un marco o una ecuación.
36880  Detrás del objeto se inserta el comando
36881 \end_layout
36882
36883 \begin_layout Standard
36884
36885 \series bold
36886 },texto de la descripción]
36887 \begin_inset Newline newline
36888 \end_inset
36889
36890 {}
36891 \end_layout
36892
36893 \begin_layout Standard
36894 Ten en cuenta que 
36895 \begin_inset Quotes eld
36896 \end_inset
36897
36898
36899 \series bold
36900 {}
36901 \series default
36902
36903 \begin_inset Quotes erd
36904 \end_inset
36905
36906  está en la segunda línea.
36907  El texto de la descripción es opcional.
36908  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
36909  debe empezar inmediatamente después de 
36910 \series bold
36911 {}
36912 \series default
36913 .
36914  Al final del párrafo inserta el comando:
36915 \end_layout
36916
36917 \begin_layout Standard
36918
36919 \series bold
36920
36921 \backslash
36922 end{window}
36923 \end_layout
36924
36925 \begin_layout Standard
36926 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
36927  de la manera habitual.
36928  Hay que usar el comando 
36929 \series bold
36930
36931 \backslash
36932 footnotemark
36933 \series default
36934  dentro del párrafo y fuera del comando 
36935 \series bold
36936
36937 \backslash
36938 footnotetext
36939 \series default
36940 , como se describe en la sec.
36941 \begin_inset space \thinspace{}
36942 \end_inset
36943
36944
36945 \begin_inset CommandInset ref
36946 LatexCommand ref
36947 reference "sec:Notas-al-pie"
36948
36949 \end_inset
36950
36951 .
36952 \end_layout
36953
36954 \begin_layout Standard
36955 \begin_inset ERT
36956 status collapsed
36957
36958 \begin_layout Plain Layout
36959
36960
36961 \backslash
36962 else
36963 \end_layout
36964
36965 \end_inset
36966
36967
36968 \begin_inset Note Note
36969 status open
36970
36971 \begin_layout Plain Layout
36972 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
36973  
36974 \series bold
36975 picinpar
36976 \series default
36977 .
36978 \end_layout
36979
36980 \end_inset
36981
36982
36983 \end_layout
36984
36985 \begin_layout Standard
36986 Debes instalar el paquete \SpecialChar LaTeX
36987  
36988 \series bold
36989 picinpar
36990 \series default
36991  para ver la parte siguiente en la salida.
36992 \end_layout
36993
36994 \begin_layout Standard
36995 \begin_inset ERT
36996 status collapsed
36997
36998 \begin_layout Plain Layout
36999
37000
37001 \backslash
37002 fi
37003 \end_layout
37004
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \begin_layout Section
37011 Letras capitales
37012 \begin_inset Index idx
37013 status collapsed
37014
37015 \begin_layout Plain Layout
37016 Letras capitales
37017 \end_layout
37018
37019 \end_inset
37020
37021
37022 \begin_inset Index idx
37023 status collapsed
37024
37025 \begin_layout Plain Layout
37026 Envueltos en texto ! Letras capitales
37027 \end_layout
37028
37029 \end_inset
37030
37031
37032 \end_layout
37033
37034 \begin_layout Standard
37035 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
37036
37037 \series bold
37038  lettrine
37039 \series default
37040
37041 \begin_inset Index idx
37042 status collapsed
37043
37044 \begin_layout Plain Layout
37045 \SpecialChar LaTeX
37046 -paquetes ! lettrine
37047 \end_layout
37048
37049 \end_inset
37050
37051  y habilitar el uso del módulo 
37052 \family sans
37053 Capitales
37054 \family default
37055  en el documento (menú 
37056 \family sans
37057 Documento\SpecialChar menuseparator
37058 Configuración\SpecialChar menuseparator
37059 Módulos
37060 \family default
37061 ).
37062  Para insertar una letra capital, usa el estilo 
37063 \family sans
37064 Capital
37065 \family default
37066 .
37067  Este estilo tiene un argumento obligatorio y dos opcionales.
37068  Los argumentos se insertan mediante el menú 
37069 \family sans
37070 Insertar
37071 \family default
37072 .
37073  El argumento obligatorio 
37074 \family sans
37075 \lang english
37076 Initial
37077 \family default
37078 \lang spanish
37079  contiene 
37080 \lang english
37081 the letter(s) that is the initial, the argument 
37082 \family sans
37083 Rest
37084 \begin_inset space ~
37085 \end_inset
37086
37087 of
37088 \begin_inset space ~
37089 \end_inset
37090
37091 Initial
37092 \family default
37093  contains the rest of the word or text of the initial letter(s)
37094 \lang spanish
37095 .
37096  El argumento 
37097 \family sans
37098 \lang english
37099 Options
37100 \family default
37101 \lang spanish
37102  contiene parámetros para modificar la letra capital.
37103  Véase la documentación de 
37104 \series bold
37105 lettrine
37106 \series default
37107
37108 \begin_inset CommandInset citation
37109 LatexCommand cite
37110 key "lettrine"
37111
37112 \end_inset
37113
37114 , para más información sobre los parámetros disponibles.
37115  El estilo contiene el texto que rodeará a la capital.
37116  De esta forma, el estilo habitual es que la palabra cuya primera letra
37117  es la capital se imprima en 
37118 \noun on
37119 versalitas
37120 \noun default
37121 .
37122 \end_layout
37123
37124 \begin_layout Standard
37125 Aquí hay algumos ejemplos:
37126 \end_layout
37127
37128 \begin_layout Standard
37129 \begin_inset ERT
37130 status collapsed
37131
37132 \begin_layout Plain Layout
37133
37134
37135 \backslash
37136 iflettrine
37137 \end_layout
37138
37139 \end_inset
37140
37141
37142 \begin_inset Note Note
37143 status open
37144
37145 \begin_layout Plain Layout
37146 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
37147  \SpecialChar LaTeX
37148  
37149 \series bold
37150 lettrine
37151 \series default
37152 .
37153 \end_layout
37154
37155 \end_inset
37156
37157
37158 \end_layout
37159
37160 \begin_layout Enumerate
37161 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
37162  
37163 \begin_inset Formula $\mathfrak{Fraktur}$
37164 \end_inset
37165
37166 :
37167 \begin_inset Separator parbreak
37168 \end_inset
37169
37170
37171 \end_layout
37172
37173 \begin_deeper
37174 \begin_layout Initial
37175 \begin_inset Argument 2
37176 status open
37177
37178 \begin_layout Plain Layout
37179 \begin_inset Formula $\mathfrak{I}$
37180 \end_inset
37181
37182
37183 \end_layout
37184
37185 \end_inset
37186
37187
37188 \begin_inset Argument 3
37189 status open
37190
37191 \begin_layout Plain Layout
37192 t
37193 \end_layout
37194
37195 \end_inset
37196
37197  
37198 \lang english
37199 was in the spring of the year 1894 that all London was interested, and the
37200  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37201  under most unusual and inexplicable circumstances.
37202  The public has already learned those particulars of the crime which came
37203  out in the police investigation, but a good deal was suppressed upon that
37204  occasion, since the case for the prosecution was so overwhelmingly strong
37205  that it was not necessary to bring forward all the facts.
37206 \lang spanish
37207
37208 \begin_inset Newpage newpage
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \end_deeper
37215 \begin_layout Enumerate
37216 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
37217  y no se imprime nada en versalitas:
37218 \begin_inset Separator parbreak
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \begin_deeper
37225 \begin_layout Initial
37226 \begin_inset Argument 1
37227 status open
37228
37229 \begin_layout Plain Layout
37230 lines=1
37231 \end_layout
37232
37233 \end_inset
37234
37235
37236 \begin_inset Argument 2
37237 status open
37238
37239 \begin_layout Plain Layout
37240 It
37241 \end_layout
37242
37243 \end_inset
37244
37245  
37246 \lang english
37247 was in the spring of the year 1894 that all London was interested, and the
37248  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37249  under most unusual and inexplicable circumstances.
37250  The public has already learned those particulars of the crime which came
37251  out in the police investigation, but a good deal was suppressed upon that
37252  occasion, since the case for the prosecution was so overwhelmingly strong
37253  that it was not necessary to bring forward all the facts.
37254 \end_layout
37255
37256 \end_deeper
37257 \begin_layout Enumerate
37258 Magenta, capital colgada sobre tres líneas en tipografía matemática
37259 \begin_inset Newline newline
37260 \end_inset
37261
37262
37263 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37264 \end_inset
37265
37266 , el texto 
37267 \begin_inset Quotes eld
37268 \end_inset
37269
37270 t was in the spring
37271 \begin_inset Quotes erd
37272 \end_inset
37273
37274  en 
37275 \noun on
37276 versalitas
37277 \noun default
37278 ; para colorear la capital, debes insertar este comando delante de ella:
37279 \begin_inset Newline newline
37280 \end_inset
37281
37282
37283 \series bold
37284
37285 \backslash
37286 renewcommand{
37287 \backslash
37288 LettrineFontHook}{
37289 \backslash
37290 color{color}}
37291 \series default
37292
37293 \begin_inset Newline newline
37294 \end_inset
37295
37296 donde el segundo 
37297 \emph on
37298 color
37299 \emph default
37300  puede ser 
37301 \begin_inset Quotes eld
37302 \end_inset
37303
37304 red
37305 \begin_inset Quotes erd
37306 \end_inset
37307
37308
37309 \begin_inset Quotes eld
37310 \end_inset
37311
37312 blue
37313 \begin_inset Quotes erd
37314 \end_inset
37315
37316
37317 \begin_inset Quotes eld
37318 \end_inset
37319
37320 green
37321 \begin_inset Quotes erd
37322 \end_inset
37323
37324
37325 \begin_inset Quotes eld
37326 \end_inset
37327
37328 yellow
37329 \begin_inset Quotes erd
37330 \end_inset
37331
37332
37333 \begin_inset Quotes eld
37334 \end_inset
37335
37336 cyan
37337 \begin_inset Quotes erd
37338 \end_inset
37339
37340
37341 \begin_inset Quotes eld
37342 \end_inset
37343
37344 magenta
37345 \begin_inset Quotes erd
37346 \end_inset
37347
37348
37349 \begin_inset Quotes eld
37350 \end_inset
37351
37352 black
37353 \begin_inset Quotes erd
37354 \end_inset
37355
37356  o 
37357 \begin_inset Quotes eld
37358 \end_inset
37359
37360 white
37361 \begin_inset Quotes erd
37362 \end_inset
37363
37364 , y añade este comando al preámbulo del documento:
37365 \begin_inset Newline newline
37366 \end_inset
37367
37368
37369 \series bold
37370
37371 \backslash
37372 @ifundefined{textcolor}
37373 \begin_inset Newline newline
37374 \end_inset
37375
37376
37377 \begin_inset space ~
37378 \end_inset
37379
37380 {
37381 \backslash
37382 usepackage{color}}{}
37383 \series default
37384
37385 \begin_inset Separator parbreak
37386 \end_inset
37387
37388
37389 \end_layout
37390
37391 \begin_deeper
37392 \begin_layout Standard
37393 \begin_inset ERT
37394 status collapsed
37395
37396 \begin_layout Plain Layout
37397
37398
37399 \backslash
37400 renewcommand{
37401 \backslash
37402 LettrineFontHook}{
37403 \backslash
37404 color{magenta}}
37405 \end_layout
37406
37407 \end_inset
37408
37409
37410 \begin_inset Note Note
37411 status open
37412
37413 \begin_layout Plain Layout
37414 pone la capital en magenta
37415 \end_layout
37416
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \begin_layout Initial
37423 \begin_inset Argument 1
37424 status open
37425
37426 \begin_layout Plain Layout
37427 lines=3, lhang=0.33, loversize=0.25
37428 \end_layout
37429
37430 \end_inset
37431
37432
37433 \begin_inset Argument 2
37434 status open
37435
37436 \begin_layout Plain Layout
37437 \begin_inset Formula $\mathcal{I}$
37438 \end_inset
37439
37440
37441 \end_layout
37442
37443 \end_inset
37444
37445
37446 \begin_inset Argument 3
37447 status open
37448
37449 \begin_layout Plain Layout
37450
37451 \lang english
37452 t was in the spring
37453 \end_layout
37454
37455 \end_inset
37456
37457  
37458 \lang english
37459 of the year 1894 that all London was interested, and the fashionable world
37460  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37461  and inexplicable circumstances.
37462  The public has already learned those particulars of the crime which came
37463  out in the police investigation, but a good deal was suppressed upon that
37464  occasion, since the case for the prosecution was so overwhelmingly strong
37465  that it was not necessary to bring forward all the facts.
37466 \end_layout
37467
37468 \end_deeper
37469 \begin_layout Standard
37470 \begin_inset ERT
37471 status collapsed
37472
37473 \begin_layout Plain Layout
37474
37475
37476 \backslash
37477 else
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \begin_inset Note Note
37484 status open
37485
37486 \begin_layout Plain Layout
37487 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
37488  
37489 \series bold
37490 lettrine
37491 \series default
37492 .
37493 \end_layout
37494
37495 \end_inset
37496
37497
37498 \end_layout
37499
37500 \begin_layout Standard
37501 Debes instalar el paquete \SpecialChar LaTeX
37502  
37503 \series bold
37504 lettrine
37505 \series default
37506  para ver la parte siguiente en la salida.
37507 \end_layout
37508
37509 \begin_layout Standard
37510 \begin_inset ERT
37511 status collapsed
37512
37513 \begin_layout Plain Layout
37514
37515
37516 \backslash
37517 fi
37518 \end_layout
37519
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Chapter
37526 Archivos externos
37527 \begin_inset Index idx
37528 status collapsed
37529
37530 \begin_layout Plain Layout
37531 Archivos externos
37532 \end_layout
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Standard
37540 Con el menú 
37541 \family sans
37542 Insertar\SpecialChar menuseparator
37543 Archivo 
37544 \family default
37545 se pueden insertar archivos externos en un documento.
37546  Estos pueden ser:
37547 \end_layout
37548
37549 \begin_layout Description
37550 Documento
37551 \begin_inset space ~
37552 \end_inset
37553
37554 \SpecialChar LyX
37555  Otro documento \SpecialChar LyX
37556 ; su contenido se inserta directamente en tu documento.
37557 \end_layout
37558
37559 \begin_layout Description
37560 Texto
37561 \begin_inset space ~
37562 \end_inset
37563
37564 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37565  como párrafo propio.
37566 \end_layout
37567
37568 \begin_layout Description
37569 Texto
37570 \begin_inset space ~
37571 \end_inset
37572
37573 simple,
37574 \begin_inset space ~
37575 \end_inset
37576
37577 unir
37578 \begin_inset space ~
37579 \end_inset
37580
37581 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37582  Las líneas vacías generan un nuevo párrafo en tu documento.
37583 \end_layout
37584
37585 \begin_layout Description
37586 Material
37587 \begin_inset space ~
37588 \end_inset
37589
37590 externo Archivos en diversos formatos.
37591 \end_layout
37592
37593 \begin_layout Description
37594 Documento
37595 \begin_inset space ~
37596 \end_inset
37597
37598 hijo Documentos \SpecialChar LyX
37599 , \SpecialChar LaTeX
37600  o texto simple.
37601 \end_layout
37602
37603 \begin_layout Section
37604 Material externo
37605 \begin_inset Index idx
37606 status collapsed
37607
37608 \begin_layout Plain Layout
37609 Material externo
37610 \end_layout
37611
37612 \end_inset
37613
37614
37615 \end_layout
37616
37617 \begin_layout Standard
37618 Esta característica te permite insertar archivos en tu documento sin convertirlo
37619 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
37620  se ocupa de las
37621  necesarias conversiones.
37622  Esto es parecido a la inserción de imágenes en diversos formatos en los
37623  documentos \SpecialChar LyX
37624 .
37625  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
37626 ,
37627  en 
37628 \family sans
37629 Apariencia
37630 \family default
37631 \SpecialChar menuseparator
37632 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37633  en \SpecialChar LyX
37634 .
37635 \end_layout
37636
37637 \begin_layout Standard
37638 El material externo se puede insertar mediante el diálogo que surge a partir
37639  del menú 
37640 \family sans
37641 Insertar\SpecialChar menuseparator
37642 Archivo\SpecialChar menuseparator
37643 Material
37644 \begin_inset space ~
37645 \end_inset
37646
37647 externo
37648 \family default
37649 .
37650  Actualmente se permiten los siguientes tipos de archivo (
37651 \family sans
37652 Plantillas
37653 \family default
37654 ):
37655 \end_layout
37656
37657 \begin_layout Description
37658 Diagrama
37659 \begin_inset space ~
37660 \end_inset
37661
37662 de
37663 \begin_inset space ~
37664 \end_inset
37665
37666 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37667  con el programa 
37668 \series bold
37669
37670 \begin_inset CommandInset href
37671 LatexCommand href
37672 name "XBoard"
37673 target "http://es.wikipedia.org/wiki/XBoard"
37674
37675 \end_inset
37676
37677
37678 \series default
37679 .
37680 \end_layout
37681
37682 \begin_layout Description
37683 Dia Esta plantilla soporta diagramas creados con el programa 
37684 \series bold
37685
37686 \begin_inset CommandInset href
37687 LatexCommand href
37688 name "Dia"
37689 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37690
37691 \end_inset
37692
37693
37694 \series default
37695 .
37696 \end_layout
37697
37698 \begin_layout Description
37699 Hoja
37700 \begin_inset space ~
37701 \end_inset
37702
37703 de
37704 \begin_inset space ~
37705 \end_inset
37706
37707 cálculo
37708 \begin_inset space ~
37709 \end_inset
37710
37711 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37712  formatos 
37713 \series bold
37714
37715 \begin_inset CommandInset href
37716 LatexCommand href
37717 name "Gnumeric"
37718 target "http://es.wikipedia.org/wiki/Gnumeric"
37719
37720 \end_inset
37721
37722
37723 \series default
37724
37725 \begin_inset CommandInset href
37726 LatexCommand href
37727 name "OpenDocument"
37728 target "http://es.wikipedia.org/wiki/OpenDocument"
37729
37730 \end_inset
37731
37732
37733 \begin_inset CommandInset href
37734 LatexCommand href
37735 name "Microsoft Office XML"
37736 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37737
37738 \end_inset
37739
37740  y 
37741 \begin_inset CommandInset href
37742 LatexCommand href
37743 name "Office Open XML"
37744 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37745
37746 \end_inset
37747
37748 .
37749  Para que esto funcione \SpecialChar LyX
37750  debe haber encontrado el programa 
37751 \family typewriter
37752 ssconvert
37753 \family default
37754  durante su configuración.
37755  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37756  las tablas no estén en el formato de Gnumeric.
37757  Echa un vistazo al archivo de ejemplo 
37758 \emph on
37759 spreadsheet.lyx
37760 \emph default
37761  para ver ejemplos de uso y posibles limitaciones.
37762 \end_layout
37763
37764 \begin_layout Description
37765 Fecha Esta inserta la fecha en el formato 
37766 \emph on
37767 Día-Mes-Año.
37768
37769 \emph default
37770  A continuación hay una fecha insertada como material externo: 
37771 \begin_inset External
37772         template Date
37773         filename es
37774
37775 \end_inset
37776
37777
37778 \begin_inset space ~
37779 \end_inset
37780
37781
37782 \begin_inset Note Note
37783 status collapsed
37784
37785 \begin_layout Plain Layout
37786 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \begin_inset Newline newline
37793 \end_inset
37794
37795 La fecha no se muestra en \SpecialChar LyX
37796 , sólo en la salida.
37797  Hay otros dos métodos de insertar una fecha, con el menú 
37798 \family sans
37799 Insertar\SpecialChar menuseparator
37800 Fecha
37801 \family default
37802  y con el comando \SpecialChar LaTeX
37803  
37804 \series bold
37805
37806 \backslash
37807 today
37808 \series default
37809  en código \SpecialChar TeX
37810 .
37811  Los distintos métodos se comparan en el cuadro
37812 \begin_inset space ~
37813 \end_inset
37814
37815
37816 \begin_inset CommandInset ref
37817 LatexCommand ref
37818 reference "tab:Comparación-de"
37819
37820 \end_inset
37821
37822 .
37823 \end_layout
37824
37825 \begin_layout Description
37826 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37827 \begin_inset Newline linebreak
37828 \end_inset
37829
37830
37831 \series bold
37832
37833 \begin_inset CommandInset href
37834 LatexCommand href
37835 name "LilyPond"
37836 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37837
37838 \end_inset
37839
37840
37841 \series default
37842 .
37843  Echa un vistazo al archivo de ejemplo
37844 \emph on
37845  lilypond.lyx
37846 \emph default
37847  para más información sobre el soporte de \SpecialChar LyX
37848  a LilyPond.
37849 \end_layout
37850
37851 \begin_layout Description
37852 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37853  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37854  la opción 
37855 \series bold
37856 pages
37857 \series default
37858  en el campo 
37859 \family sans
37860 Opción
37861 \family default
37862  de la pestaña 
37863 \family sans
37864 Opciones de \SpecialChar LaTeX
37865  y \SpecialChar LyX
37866
37867 \family default
37868 .
37869  El argumento de esta opción es una lista separada con comas que contiene
37870  números de páginas (opción 
37871 \series bold
37872 pages={3,5,6,8}
37873 \series default
37874 ), rangos de números de páginas (
37875 \series bold
37876 pages={4-9}
37877 \series default
37878 ) o cualquier combinación.
37879  Para insertar páginas vacías usa {}.
37880  Por ej.,
37881 \begin_inset space ~
37882 \end_inset
37883
37884
37885 \series bold
37886 pages={3,{},8-11,15}
37887 \series default
37888  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
37889  Los rangos de páginas se especifican según el esquema 
37890 \emph on
37891 inicial
37892 \emph default
37893 -
37894 \emph on
37895 final.
37896
37897 \emph default
37898  Así se seleccionan todas las páginas desde 
37899 \emph on
37900 inicial
37901 \emph default
37902  a 
37903 \emph on
37904 final
37905 \emph default
37906 .
37907  Si se omite 
37908 \emph on
37909 inicial
37910 \emph default
37911  comienza en la primera página; si se omite 
37912 \emph on
37913 final
37914 \emph default
37915  termina en la última.
37916  La última página también se puede seleccionar con la clave 
37917 \series bold
37918 last
37919 \series default
37920 .
37921  (Solo está permitido en rangos de páginas).
37922  Así, 
37923 \series bold
37924 pages=-
37925 \series default
37926  insertará todas las páginas del documento y 
37927 \series bold
37928 pages=last-1
37929 \series default
37930  insertará todas las páginas en orden inverso.
37931  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
37932 \begin_inset Newline newline
37933 \end_inset
37934
37935 La opción 
37936 \series bold
37937 noautoscale
37938 \series default
37939  inserta las páginas a tamaño original; si esta opción no se especifica,
37940  el tamaño de las páginas se adaptará a la anchura de página del documento.
37941  En la pestaña 
37942 \family sans
37943 Tamaño y rotación
37944 \family default
37945  se puede especificar la anchura, la altura y la rotación de las páginas
37946  introducidas.
37947  Si se usa una anchura distinta de 100
37948 \begin_inset space \thinspace{}
37949 \end_inset
37950
37951 % Escala, la opción 
37952 \series bold
37953 noautoscale
37954 \series default
37955  será ignorada.
37956  Para más información y otras opciones posibles, consulta la documentación
37957  del paquete \SpecialChar LaTeX
37958  
37959 \series bold
37960 pdfpages
37961 \series default
37962  
37963 \begin_inset CommandInset citation
37964 LatexCommand cite
37965 key "pdfpages"
37966
37967 \end_inset
37968
37969 .
37970 \begin_inset Index idx
37971 status collapsed
37972
37973 \begin_layout Plain Layout
37974 \SpecialChar LaTeX
37975 -paquetes ! pdfpages
37976 \end_layout
37977
37978 \end_inset
37979
37980
37981 \begin_inset Newline newline
37982 \end_inset
37983
37984 Para usar esta plantilla en una presentación 
37985 \family sans
37986 Beamer
37987 \family default
37988 , hay que insertar primero un entorno 
37989 \family sans
37990 Fin de fotograma
37991 \family default
37992  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
37993  con el comando 
37994 \series bold
37995
37996 \backslash
37997 setbeamertemplate{background canvas}{}
37998 \series default
37999 .
38000  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
38001  como quieras.
38002  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
38003  comenzando una nueva diapositiva o una nueva sección.
38004  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
38005  usar alineación 
38006 \family sans
38007 Predeterminada
38008 \family default
38009  para el párrafo que contiene la plantilla.
38010 \begin_inset Newline newline
38011 \end_inset
38012
38013 Un PDF incluido girado -5°: 
38014 \begin_inset External
38015         template PDFPages
38016         filename ../clipart/Abstract.pdf
38017         extra LaTeX "noautoscale, pages=-"
38018         rotateAngle -5
38019         rotateOrigin bottomleft
38020
38021 \end_inset
38022
38023
38024 \end_layout
38025
38026 \begin_layout Description
38027 RasterImage Sirve para insertar imágenes bitmap.
38028  Las imágenes se pueden tratar en el diálogo 
38029 \family sans
38030 Material Externo
38031 \family default
38032  como las que habitualmente se incluyen mediante el diálogo 
38033 \family sans
38034 Gráficos
38035 \family default
38036 , tal como se explica en la sección
38037 \begin_inset space ~
38038 \end_inset
38039
38040
38041 \begin_inset CommandInset ref
38042 LatexCommand ref
38043 reference "sec:Diálogo-Gráficos"
38044
38045 \end_inset
38046
38047 .
38048  La diferencia con la inserción normal es que sólo se permiten imágenes
38049  bitmap, por tanto las imágenes PDF y EPS no están soportadas.
38050  Aquí se ha insertado una imagen 
38051 \emph on
38052 raster
38053 \emph default
38054
38055 \begin_inset External
38056         template RasterImage
38057         filename ../clipart/ToolbarEnvBox.png
38058
38059 \end_inset
38060
38061
38062 \end_layout
38063
38064 \begin_layout Description
38065 XFig Esta plantilla soporta imágenes creadas con el programa 
38066 \series bold
38067
38068 \begin_inset CommandInset href
38069 LatexCommand href
38070 name "Xfig"
38071 target "http://en.wikipedia.org/wiki/Xfig"
38072
38073 \end_inset
38074
38075
38076 \series default
38077 .
38078 \end_layout
38079
38080 \begin_layout Standard
38081 \begin_inset Float table
38082 placement !h
38083 wide false
38084 sideways false
38085 status open
38086
38087 \begin_layout Plain Layout
38088 \begin_inset Caption Standard
38089
38090 \begin_layout Plain Layout
38091 \begin_inset CommandInset label
38092 LatexCommand label
38093 name "tab:Comparación-de"
38094
38095 \end_inset
38096
38097 Comparación de los métodos de inserción de fecha.
38098 \end_layout
38099
38100 \end_inset
38101
38102
38103 \end_layout
38104
38105 \begin_layout Plain Layout
38106 \align center
38107 \begin_inset Tabular
38108 <lyxtabular version="3" rows="4" columns="4">
38109 <features tabularvalignment="middle">
38110 <column alignment="center" valignment="top">
38111 <column alignment="center" valignment="top">
38112 <column alignment="center" valignment="top">
38113 <column alignment="center" valignment="top">
38114 <row>
38115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38116 \begin_inset Text
38117
38118 \begin_layout Plain Layout
38119 Documento
38120 \end_layout
38121
38122 \end_inset
38123 </cell>
38124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38125 \begin_inset Text
38126
38127 \begin_layout Plain Layout
38128
38129 \family sans
38130 Material externo\SpecialChar menuseparator
38131 Fecha
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38137 \begin_inset Text
38138
38139 \begin_layout Plain Layout
38140
38141 \family sans
38142 Insertar\SpecialChar menuseparator
38143 Fecha
38144 \end_layout
38145
38146 \end_inset
38147 </cell>
38148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 comando 
38153 \series bold
38154
38155 \backslash
38156 today
38157 \end_layout
38158
38159 \end_inset
38160 </cell>
38161 </row>
38162 <row>
38163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38164 \begin_inset Text
38165
38166 \begin_layout Plain Layout
38167 \SpecialChar LyX
38168
38169 \end_layout
38170
38171 \end_inset
38172 </cell>
38173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38174 \begin_inset Text
38175
38176 \begin_layout Plain Layout
38177 como recuadro
38178 \end_layout
38179
38180 \end_inset
38181 </cell>
38182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186 como fecha
38187 \end_layout
38188
38189 \end_inset
38190 </cell>
38191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38192 \begin_inset Text
38193
38194 \begin_layout Plain Layout
38195 como cuadro código \SpecialChar TeX
38196
38197 \end_layout
38198
38199 \end_inset
38200 </cell>
38201 </row>
38202 <row>
38203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 \SpecialChar LaTeX
38208
38209 \end_layout
38210
38211 \end_inset
38212 </cell>
38213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38214 \begin_inset Text
38215
38216 \begin_layout Plain Layout
38217 como fecha
38218 \end_layout
38219
38220 \end_inset
38221 </cell>
38222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38223 \begin_inset Text
38224
38225 \begin_layout Plain Layout
38226 como fecha
38227 \end_layout
38228
38229 \end_inset
38230 </cell>
38231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38232 \begin_inset Text
38233
38234 \begin_layout Plain Layout
38235 como comando
38236 \end_layout
38237
38238 \end_inset
38239 </cell>
38240 </row>
38241 <row>
38242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38243 \begin_inset Text
38244
38245 \begin_layout Plain Layout
38246 DVI, PDF, PS
38247 \end_layout
38248
38249 \end_inset
38250 </cell>
38251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38252 \begin_inset Text
38253
38254 \begin_layout Plain Layout
38255 como fecha
38256 \end_layout
38257
38258 \end_inset
38259 </cell>
38260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout Plain Layout
38264 como fecha
38265 \end_layout
38266
38267 \end_inset
38268 </cell>
38269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273 como fecha
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 </row>
38279 </lyxtabular>
38280
38281 \end_inset
38282
38283
38284 \end_layout
38285
38286 \end_inset
38287
38288
38289 \end_layout
38290
38291 \begin_layout Standard
38292 Si utilizas la opción 
38293 \family sans
38294 Borrador
38295 \family default
38296  en la solapa 
38297 \family sans
38298 Archivo
38299 \family default
38300  del diálogo 
38301 \family sans
38302 Material Externo
38303 \family default
38304 , en el documento de salida sólo se muestra la ruta al archivo insertado.
38305 \family sans
38306
38307 \begin_inset Newline newline
38308 \end_inset
38309
38310
38311 \family default
38312 El material externo se muestra en \SpecialChar LyX
38313  como un recuadro del tipo:
38314 \family sans
38315  
38316 \family default
38317
38318 \begin_inset Graphics
38319         filename clipart/MaterialExternoQt4.png
38320         scale 80
38321
38322 \end_inset
38323
38324  o como imagen, dependiendo de si se marca la opción 
38325 \family sans
38326 Mostrar en \SpecialChar LyX
38327  
38328 \family default
38329 de la pestaña 
38330 \family sans
38331 Opciones de \SpecialChar LaTeX
38332  y \SpecialChar LyX
38333
38334 \family default
38335  del diálogo
38336 \family sans
38337 .
38338 \end_layout
38339
38340 \begin_layout Standard
38341 En el manual 
38342 \emph on
38343 Personalización
38344 \emph default
38345  se explica cómo definir tus propias plantillas.
38346 \end_layout
38347
38348 \begin_layout Section
38349 Documento hijo
38350 \begin_inset CommandInset label
38351 LatexCommand label
38352 name "sec:Documento-Hijo"
38353
38354 \end_inset
38355
38356
38357 \begin_inset Index idx
38358 status collapsed
38359
38360 \begin_layout Plain Layout
38361 Documento hijo
38362 \end_layout
38363
38364 \end_inset
38365
38366
38367 \end_layout
38368
38369 \begin_layout Standard
38370 Los documentos hijos se emplean en el caso de tener un documento extenso
38371  compuesto por varias partes o secciones más grandes.
38372  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
38373  en varios archivos que pueden ser revisados por separado.
38374  Estos archivos se conocen como documentos hijos, y el llamado documento
38375  maestro los conecta con el fin de imprimirlos como un todo o por partes.
38376  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
38377  \SpecialChar LaTeX
38378 , la bibliografía y las etiquetas de las referencias cruzadas.
38379 \end_layout
38380
38381 \begin_layout Standard
38382 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
38383  en el menú 
38384 \family sans
38385 Documento\SpecialChar menuseparator
38386 Configuración\SpecialChar menuseparator
38387 Clase del documento
38388 \family default
38389  del documento hijo especifica el documento maestro predeterminado.
38390  Este maestro será usado entonces por \SpecialChar LyX
38391  en un segundo plano cuando edites
38392  el documento hijo.
38393 \end_layout
38394
38395 \begin_layout Standard
38396 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
38397  como
38398  recuadros del tipo: 
38399 \begin_inset Graphics
38400         filename clipart/DocumentoHijoQt4.png
38401         scale 80
38402
38403 \end_inset
38404
38405 .
38406  Para incluir documentos hijos en un documento maestro utiliza el menú 
38407 \family sans
38408 Insertar
38409 \family default
38410 \SpecialChar menuseparator
38411
38412 \family sans
38413 Archivo
38414 \family default
38415 \SpecialChar menuseparator
38416
38417 \family sans
38418 Documento
38419 \begin_inset space ~
38420 \end_inset
38421
38422 hijo
38423 \family default
38424 .
38425  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
38426 \end_layout
38427
38428 \begin_layout Description
38429 Anexar Puedes incluir documentos \SpecialChar LyX
38430  y documentos \SpecialChar LaTeX
38431 .
38432  Al pulsar el botón 
38433 \family sans
38434 Editar
38435 \family default
38436  en el diálogo 
38437 \family sans
38438 Documento hijo
38439 \family default
38440 , los documentos incluidos se abrirán en una nueva solapa de archivo en
38441  la ventana de \SpecialChar LyX
38442  y así puedes modificarlos si quieres.
38443 \end_layout
38444
38445 \begin_layout Standard
38446 Aquí hay un archivo insertado con el método 
38447 \family sans
38448 Anexar
38449 \family default
38450
38451 \begin_inset CommandInset include
38452 LatexCommand include
38453 filename "DocumentoPostizo1.lyx"
38454
38455 \end_inset
38456
38457
38458 \end_layout
38459
38460 \begin_layout Standard
38461 La numeración de secciones tiene en cuenta las secciones de los archivos
38462  incluidos en el orden en que están insertados en el documento maestro.
38463  El documento incluido de ejemplo tiene una subsección que se numera como
38464  subsección de la presente sección.
38465  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
38466 \begin_inset space ~
38467 \end_inset
38468
38469
38470 \begin_inset CommandInset ref
38471 LatexCommand ref
38472 reference "subsec:Subsección-Externa-1"
38473
38474 \end_inset
38475
38476 .
38477 \end_layout
38478
38479 \begin_layout Standard
38480 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
38481  del documento maestro.
38482  Las ramas en los documentos hijos serán ignoradas por el documento maestro
38483  si éste no tiene una rama con el mismo nombre.
38484  Los documentos anexados se insertan comenzando una página nueva y acabando
38485  con un salto de página.
38486 \end_layout
38487
38488 \begin_layout Standard
38489 \begin_inset Note Greyedout
38490 status open
38491
38492 \begin_layout Plain Layout
38493
38494 \series bold
38495 Nota:
38496 \series default
38497  Si has incluido un archivo \SpecialChar LyX
38498  o \SpecialChar LaTeX
38499  cuya clase de documento es distinta a la
38500  del documento maestro, recibirás una advertencia al exportar/ver el documento,
38501  ya que esto podría dar resultados inesperados.
38502 \end_layout
38503
38504 \end_inset
38505
38506
38507 \end_layout
38508
38509 \begin_layout Description
38510 Incorporar Este método es muy parecido al método 
38511 \family sans
38512 Anexar
38513 \family default
38514 .
38515  Las diferencias son:
38516 \begin_inset Separator parbreak
38517 \end_inset
38518
38519
38520 \end_layout
38521
38522 \begin_deeper
38523 \begin_layout Itemize
38524 Los archivos incorporados no comienzan en página nueva ni acaban con un
38525  salto de página.
38526 \end_layout
38527
38528 \begin_layout Itemize
38529 Los archivos incorporados pueden visualizar en \SpecialChar LyX
38530  si la 
38531 \family sans
38532 Vista
38533 \begin_inset space ~
38534 \end_inset
38535
38536 preliminar
38537 \begin_inset space ~
38538 \end_inset
38539
38540 inmediata 
38541 \family default
38542 está activada en el diálogo 
38543 \family sans
38544 Herramientas\SpecialChar menuseparator
38545 Preferencias
38546 \family default
38547 , apartado 
38548 \family sans
38549 Apariencia\SpecialChar menuseparator
38550 Visualización
38551 \family default
38552 .
38553 \end_layout
38554
38555 \begin_layout Itemize
38556 Los archivos incorporados no se pueden excluir mediante el menú 
38557 \family sans
38558 Documento\SpecialChar menuseparator
38559 Configuración\SpecialChar menuseparator
38560 Documentos hijo
38561 \family default
38562 .
38563 \end_layout
38564
38565 \end_deeper
38566 \begin_layout Standard
38567 Aquí hay un documento hijo insertado con el método 
38568 \family sans
38569 Incorporar
38570 \family default
38571 :
38572 \end_layout
38573
38574 \begin_layout Standard
38575 \begin_inset CommandInset include
38576 LatexCommand input
38577 filename "DocumentoPostizo2.lyx"
38578
38579 \end_inset
38580
38581
38582 \end_layout
38583
38584 \begin_layout Standard
38585 Aquí se inserta un documento hijo en modo 
38586 \emph on
38587 input
38588 \emph default
38589  como fuente de \SpecialChar LaTeX
38590 :
38591 \end_layout
38592
38593 \begin_layout Quote
38594 \begin_inset CommandInset include
38595 LatexCommand input
38596 filename "DocumentoTextoPostizo.txt"
38597
38598 \end_inset
38599
38600
38601 \end_layout
38602
38603 \begin_layout Description
38604 Literal Con este método se puede incluir cualquier archivo de texto.
38605  El archivo aparece en la salida con su código fuente, y si contiene comandos
38606  no se ejecutan.
38607  Con la opción 
38608 \family sans
38609 Marcar espacios en la salida
38610 \family default
38611  cada espacio en el código fuente se muestra en la salida con el carácter
38612  «
38613 \begin_inset ERT
38614 status collapsed
38615
38616 \begin_layout Plain Layout
38617
38618
38619 \backslash
38620 textvisiblespace
38621 \end_layout
38622
38623 \end_inset
38624
38625 ».
38626  La diferencia con el método de inserción mediante el menú 
38627 \family sans
38628 Insertar
38629 \family default
38630 \SpecialChar menuseparator
38631
38632 \family sans
38633 Archivo
38634 \family default
38635 \SpecialChar menuseparator
38636
38637 \family sans
38638 Texto
38639 \begin_inset space ~
38640 \end_inset
38641
38642 simple
38643 \family default
38644  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
38645 , mientras que en
38646  modo 
38647 \family sans
38648 Literal 
38649 \family default
38650 no se muestra el contenido, sino un recuadro con el nombre.
38651
38652 \family sans
38653  
38654 \end_layout
38655
38656 \begin_layout Standard
38657 Aquí se inserta un documento hijo en modo Literal:
38658 \begin_inset CommandInset include
38659 LatexCommand verbatiminput
38660 filename "DocumentoTextoPostizo.txt"
38661
38662 \end_inset
38663
38664
38665 \begin_inset VSpace bigskip
38666 \end_inset
38667
38668
38669 \end_layout
38670
38671 \begin_layout Standard
38672 Aquí se inserta un documento hijo en modo Literal con la opción 
38673 \family sans
38674 Marcar espacios en la salida
38675 \family default
38676 :
38677 \begin_inset CommandInset include
38678 LatexCommand verbatiminput*
38679 filename "DocumentoTextoPostizo.txt"
38680
38681 \end_inset
38682
38683
38684 \begin_inset VSpace bigskip
38685 \end_inset
38686
38687
38688 \end_layout
38689
38690 \begin_layout Standard
38691 \begin_inset Note Greyedout
38692 status open
38693
38694 \begin_layout Plain Layout
38695
38696 \series bold
38697 Nota:
38698 \series default
38699  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38700  incluidos en modo 
38701 \family sans
38702 literal
38703 \family default
38704  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38705  archivo de texto.
38706 \end_layout
38707
38708 \end_inset
38709
38710
38711 \end_layout
38712
38713 \begin_layout Description
38714 Listado
38715 \begin_inset space ~
38716 \end_inset
38717
38718 de
38719 \begin_inset space ~
38720 \end_inset
38721
38722 programa Este tipo se describe en el capítulo
38723 \begin_inset space ~
38724 \end_inset
38725
38726
38727 \begin_inset CommandInset ref
38728 LatexCommand ref
38729 reference "cap:Listado-de-código"
38730
38731 \end_inset
38732
38733 .
38734 \end_layout
38735
38736 \begin_layout Standard
38737 \begin_inset Note Greyedout
38738 status open
38739
38740 \begin_layout Plain Layout
38741
38742 \series bold
38743 Nota:
38744 \series default
38745  Incluir el mismo documento dos veces con métodos diferentes podría causar
38746  problemas en \SpecialChar LaTeX
38747 .
38748 \end_layout
38749
38750 \end_inset
38751
38752
38753 \end_layout
38754
38755 \begin_layout Standard
38756 Si quieres ver o exportar solo determinados hijos del documento maestro,
38757  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38758  individuales del libro, puedes excluir hijos en la salida.
38759  Esto se consigue mediante el menú 
38760 \family sans
38761 Documento\SpecialChar menuseparator
38762 Configuración\SpecialChar menuseparator
38763 Documento hijo
38764 \family default
38765 .
38766  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38767  (esto solo funciona para documentos insertados mediante 
38768 \begin_inset Quotes fld
38769 \end_inset
38770
38771 Anexar
38772 \begin_inset Quotes frd
38773 \end_inset
38774
38775 , no con 
38776 \begin_inset Quotes fld
38777 \end_inset
38778
38779 Incorporar
38780 \begin_inset Quotes frd
38781 \end_inset
38782
38783 ).
38784  Si se marca la opción 
38785 \family sans
38786 Mantener contadores y referencias
38787 \family default
38788  \SpecialChar LyX
38789  garantiza que todos los números de página, referencias, etc., se respetan
38790  como si se procesara el documento completo.
38791  No obstante, \SpecialChar LyX
38792  tiene que procesar el documento entero en segundo plano para
38793  que esta característica funcione.
38794  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38795  los contadores y referencias, desmarca esta casilla.
38796 \end_layout
38797
38798 \begin_layout Standard
38799 Alternativamente, se puede poner cada archivo incluido en una rama.
38800 \begin_inset Foot
38801 status collapsed
38802
38803 \begin_layout Plain Layout
38804 Las ramas se describen en la sección
38805 \emph on
38806  Ramas
38807 \emph default
38808  de la 
38809 \emph on
38810 Guía del usuario
38811 \emph default
38812  de \SpecialChar LyX
38813 .
38814 \end_layout
38815
38816 \end_inset
38817
38818  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38819  aparecerán en la salida.
38820  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38821 \begin_inset Quotes fld
38822 \end_inset
38823
38824 Incorporar
38825 \begin_inset Quotes frd
38826 \end_inset
38827
38828 .
38829  Sin embargo, los contadores y las referencias no se mantendrán usando este
38830  método.
38831 \end_layout
38832
38833 \begin_layout Chapter
38834 Listado de código
38835 \begin_inset CommandInset label
38836 LatexCommand label
38837 name "cap:Listado-de-código"
38838
38839 \end_inset
38840
38841
38842 \begin_inset Index idx
38843 status open
38844
38845 \begin_layout Plain Layout
38846 Listado de código
38847 \end_layout
38848
38849 \end_inset
38850
38851
38852 \begin_inset Index idx
38853 status open
38854
38855 \begin_layout Plain Layout
38856 Código de programa
38857 \end_layout
38858
38859 \end_inset
38860
38861
38862 \begin_inset Index idx
38863 status open
38864
38865 \begin_layout Plain Layout
38866 Flotantes ! Listado de código
38867 \end_layout
38868
38869 \end_inset
38870
38871
38872 \end_layout
38873
38874 \begin_layout Standard
38875 Para incluir y tipografiar código de programación puedes usar la opción
38876  de menú disponible en 
38877 \family sans
38878 Insertar\SpecialChar menuseparator
38879 Listado
38880 \begin_inset space ~
38881 \end_inset
38882
38883 de
38884 \begin_inset space ~
38885 \end_inset
38886
38887 código.
38888  
38889 \family default
38890 El paquete \SpecialChar LaTeX
38891  
38892 \series bold
38893 listings
38894 \series default
38895
38896 \begin_inset Index idx
38897 status collapsed
38898
38899 \begin_layout Plain Layout
38900 \SpecialChar LaTeX
38901 -paquetes ! listings
38902 \end_layout
38903
38904 \end_inset
38905
38906  provee un mecanismo potente y flexible para insertar código fuente en tu
38907  documento.
38908 \end_layout
38909
38910 \begin_layout Standard
38911 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
38912  incorporado en el que puedes configurar su formato.
38913 \end_layout
38914
38915 \begin_layout Standard
38916 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
38917  La opción de ubicación 
38918 \family sans
38919 Listado
38920 \begin_inset space ~
38921 \end_inset
38922
38923 en
38924 \begin_inset space ~
38925 \end_inset
38926
38927 línea
38928 \family default
38929  lo imprime en la línea, como este ejemplo: 
38930 \begin_inset listings
38931 lstparams "language={C++}"
38932 inline true
38933 status open
38934
38935 \begin_layout Plain Layout
38936
38937 int a=5;
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \family sans
38944
38945 \begin_inset Newline newline
38946 \end_inset
38947
38948
38949 \family default
38950 La opción 
38951 \family sans
38952 Flotante
38953 \family default
38954  crea un listado flotante cuya colocación se puede especificar mediante
38955  las opciones «
38956 \family sans
38957 h
38958 \family default
38959 », «
38960 \family sans
38961 t
38962 \family default
38963 », «
38964 \family sans
38965 b
38966 \family default
38967 » y «
38968 \family sans
38969 p
38970 \family default
38971 », correspondientes a las opciones de colocación de flotantes descritas
38972  en la sección
38973 \family sans
38974
38975 \begin_inset space ~
38976 \end_inset
38977
38978
38979 \begin_inset CommandInset ref
38980 LatexCommand ref
38981 reference "sec:Colocación-de-Flotantes"
38982
38983 \end_inset
38984
38985
38986 \family default
38987 .
38988  Las opciones de colocación se pueden mezclar y se escriben sin separación,
38989  p.
38990 \family sans
38991
38992 \begin_inset space \thinspace{}
38993 \end_inset
38994
38995
38996 \family default
38997 ej.
38998 \begin_inset space ~
38999 \end_inset
39000
39001 «
39002 \family sans
39003 htbp
39004 \family default
39005 ».
39006  La opción «
39007 \family sans
39008 h
39009 \family default
39010 » a veces no tiene efecto, pero no necesitas usar la opción 
39011 \family sans
39012 Flotante
39013 \family default
39014  en ese caso puesto que los listados de código no flotantes también pueden
39015  tener leyendas y ser referenciadas.
39016 \end_layout
39017
39018 \begin_layout Standard
39019 Se puede añadir una leyenda a un listado de código con el menú 
39020 \family sans
39021 Insertar\SpecialChar menuseparator
39022 Leyenda
39023 \family default
39024 .
39025  Los listados de código se pueden referenciar como los flotantes: Listado
39026 \begin_inset space ~
39027 \end_inset
39028
39029
39030 \begin_inset CommandInset ref
39031 LatexCommand ref
39032 reference "lst:Ejemplo-de-listado-de-código"
39033
39034 \end_inset
39035
39036  Con el menú 
39037 \family sans
39038 Insertar\SpecialChar menuseparator
39039 Índices\SpecialChar menuseparator
39040 Listados
39041 \begin_inset space ~
39042 \end_inset
39043
39044 de
39045 \begin_inset space ~
39046 \end_inset
39047
39048 código
39049 \family default
39050  se crea un índice de todos los listados de código con leyenda insertados.
39051  Las entradas del índice son la leyenda y el número de cada listado de código.
39052 \end_layout
39053
39054 \begin_layout Standard
39055 \begin_inset listings
39056 lstparams "language=Python"
39057 inline false
39058 status open
39059
39060 \begin_layout Plain Layout
39061
39062 \begin_inset Caption Standard
39063
39064 \begin_layout Plain Layout
39065 \begin_inset CommandInset label
39066 LatexCommand label
39067 name "lst:Ejemplo-de-listado-de-código"
39068
39069 \end_inset
39070
39071 Ejemplo de listado de código flotante
39072 \end_layout
39073
39074 \end_inset
39075
39076 # Ejemplo de listado flotante
39077 \end_layout
39078
39079 \begin_layout Plain Layout
39080
39081 def func(param):
39082 \end_layout
39083
39084 \begin_layout Plain Layout
39085
39086     'this is a python function'
39087 \end_layout
39088
39089 \begin_layout Plain Layout
39090
39091     pass
39092 \end_layout
39093
39094 \end_inset
39095
39096
39097 \end_layout
39098
39099 \begin_layout Standard
39100 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
39101  de listado de código, las palabras clave de ese lenguaje serán reconocidas
39102  y tipografiadas de manera especial en la salida.
39103  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
39104  negrita.
39105 \end_layout
39106
39107 \begin_layout Standard
39108 \begin_inset Note Greyedout
39109 status open
39110
39111 \begin_layout Plain Layout
39112
39113 \series bold
39114 Nota:
39115 \series default
39116  Si no consigues caracteres en negrita cuando usas tipografías de ancho
39117  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
39118  En este caso selecciona una tipografía distinta en el menú 
39119 \family sans
39120 Documento
39121 \family default
39122 \SpecialChar menuseparator
39123
39124 \family sans
39125 Configuración
39126 \family default
39127 \SpecialChar menuseparator
39128
39129 \family sans
39130 Tipografías.
39131  
39132 \family default
39133 (Las tipografías 
39134 \emph on
39135 LuxiMono, BeraMono
39136 \emph default
39137  y 
39138 \emph on
39139 Courier 
39140 \emph default
39141 suministran negritas.)
39142 \end_layout
39143
39144 \end_inset
39145
39146
39147 \end_layout
39148
39149 \begin_layout Standard
39150 En la sección 
39151 \family sans
39152 Numeración
39153 \begin_inset space ~
39154 \end_inset
39155
39156 de
39157 \begin_inset space ~
39158 \end_inset
39159
39160 líneas
39161 \family default
39162  del diálogo puedes elegir el estilo de numeración de las líneas.
39163  En el campo 
39164 \family sans
39165 Paso 
39166 \family default
39167 puedes insertar un número para determinar qué líneas se numeran.
39168  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
39169  
39170 \end_layout
39171
39172 \begin_layout Standard
39173 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
39174  en la salida.
39175  La opción 
39176 \family sans
39177 Mapa
39178 \begin_inset space ~
39179 \end_inset
39180
39181 de
39182 \begin_inset space ~
39183 \end_inset
39184
39185 caracteres
39186 \begin_inset space ~
39187 \end_inset
39188
39189 tradicional
39190 \begin_inset space ~
39191 \end_inset
39192
39193 mejorado
39194 \family default
39195  debería emplearse si se usan en el código caracteres nacionales como la
39196  diéresis alemana.
39197 \begin_inset Newline newline
39198 \end_inset
39199
39200 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
39201  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
39202  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
39203 \begin_inset listings
39204 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39205 inline false
39206 status open
39207
39208 \begin_layout Plain Layout
39209
39210 def func(param):
39211 \end_layout
39212
39213 \begin_layout Plain Layout
39214
39215     'this is a python function'
39216 \end_layout
39217
39218 \begin_layout Plain Layout
39219
39220     pass
39221 \end_layout
39222
39223 \begin_layout Plain Layout
39224
39225 def func(param):
39226 \end_layout
39227
39228 \begin_layout Plain Layout
39229
39230 'This is a German word: Tschüß'
39231 \end_layout
39232
39233 \begin_layout Plain Layout
39234
39235 pass
39236 \end_layout
39237
39238 \begin_layout Plain Layout
39239
39240 def func(param):
39241 \end_layout
39242
39243 \begin_layout Plain Layout
39244
39245 'this is a python function'
39246 \end_layout
39247
39248 \begin_layout Plain Layout
39249
39250 pass
39251 \end_layout
39252
39253 \end_inset
39254
39255
39256 \end_layout
39257
39258 \begin_layout Standard
39259 \begin_inset Note Greyedout
39260 status open
39261
39262 \begin_layout Plain Layout
39263
39264 \series bold
39265 Nota:
39266 \series default
39267  Debido a un error en el paquete 
39268 \series bold
39269 listings
39270 \series default
39271  la numeración de líneas cambia en una línea por cada listado previo.
39272  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
39273  3 y 6.
39274 \end_layout
39275
39276 \end_inset
39277
39278
39279 \end_layout
39280
39281 \begin_layout Standard
39282 \begin_inset VSpace bigskip
39283 \end_inset
39284
39285
39286 \end_layout
39287
39288 \begin_layout Standard
39289 También es posible imprimir como listado de código líneas de un archivo.
39290  Para hacer esto, usa el menú 
39291 \family sans
39292 Insertar\SpecialChar menuseparator
39293 Archivo\SpecialChar menuseparator
39294 Documento
39295 \begin_inset space ~
39296 \end_inset
39297
39298 hijo 
39299 \family default
39300 y elige el tipo 
39301 \family sans
39302 Listado de código
39303 \family default
39304 .
39305 \begin_inset Foot
39306 status collapsed
39307
39308 \begin_layout Plain Layout
39309 Los restantes tipos de documento hijo se describen en la sección
39310 \begin_inset space ~
39311 \end_inset
39312
39313
39314 \begin_inset CommandInset ref
39315 LatexCommand ref
39316 reference "sec:Documento-Hijo"
39317
39318 \end_inset
39319
39320 .
39321 \end_layout
39322
39323 \end_inset
39324
39325  En el diálogo de documento hijo puedes especificar los parámetros del listado
39326  en el cuadro de texto.
39327  Para ver una lista de los parámetros disponibles teclea una interrogación
39328  «?» en el cuadro.
39329 \end_layout
39330
39331 \begin_layout Standard
39332 Para referenciar un documento hijo tipo listado, escribe el texto de la
39333  etiqueta en el campo correspondiente del diálogo de documento hijo.
39334  Después se puede referenciar la etiqueta con el menú 
39335 \family sans
39336 Insertar\SpecialChar menuseparator
39337 Referencia cruzada.
39338 \end_layout
39339
39340 \begin_layout Standard
39341 A continuación hay un ejemplo, Listado
39342 \begin_inset space ~
39343 \end_inset
39344
39345
39346 \begin_inset CommandInset ref
39347 LatexCommand ref
39348 reference "lst:archivo-listado"
39349
39350 \end_inset
39351
39352 , de inserción de líneas de un archivo; en él se incluye el rango de las
39353  líneas 10
39354 \begin_inset space \thinspace{}
39355 \end_inset
39356
39357 -
39358 \begin_inset space \thinspace{}
39359 \end_inset
39360
39361 15 de este archivo \SpecialChar LyX
39362 .
39363 \end_layout
39364
39365 \begin_layout Standard
39366 \begin_inset CommandInset include
39367 LatexCommand lstinputlisting
39368 filename "EmbeddedObjects.lyx"
39369 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
39370
39371 \end_inset
39372
39373
39374 \end_layout
39375
39376 \begin_layout Standard
39377 \begin_inset VSpace bigskip
39378 \end_inset
39379
39380
39381 \end_layout
39382
39383 \begin_layout Standard
39384 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
39385 \end_layout
39386
39387 \begin_layout Enumerate
39388 Abre el diálogo de listado y añade
39389 \begin_inset Newline newline
39390 \end_inset
39391
39392
39393 \family sans
39394 mathescape=true
39395 \begin_inset Newline newline
39396 \end_inset
39397
39398
39399 \family default
39400 en el campo de texto de la solapa 
39401 \family sans
39402 Avanzado
39403 \end_layout
39404
39405 \begin_layout Enumerate
39406 Crea una ecuación fuera del listado
39407 \end_layout
39408
39409 \begin_layout Enumerate
39410 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
39411  (teclas 
39412 \family sans
39413 Ctrl+C
39414 \family default
39415 )
39416 \end_layout
39417
39418 \begin_layout Enumerate
39419 En el listado escribe 
39420 \begin_inset Quotes eld
39421 \end_inset
39422
39423
39424 \family sans
39425 $$
39426 \family default
39427
39428 \begin_inset Quotes erd
39429 \end_inset
39430
39431  y pega desde el portapapeles entre los símbolos dólar (teclas 
39432 \family sans
39433 Ctrl+V
39434 \family default
39435 )
39436 \end_layout
39437
39438 \begin_layout Standard
39439 \begin_inset listings
39440 lstparams "language=Python,mathescape=true"
39441 inline false
39442 status open
39443
39444 \begin_layout Plain Layout
39445
39446 \begin_inset Caption Standard
39447
39448 \begin_layout Plain Layout
39449 Ejemplo de listado flotante con una ecuación
39450 \end_layout
39451
39452 \end_inset
39453
39454 # Ejemplo de listado flotante
39455 \end_layout
39456
39457 \begin_layout Plain Layout
39458
39459 def func(param):
39460 \end_layout
39461
39462 \begin_layout Plain Layout
39463
39464     # $
39465 \backslash
39466 prod_{n=1}^{
39467 \backslash
39468 infty}
39469 \backslash
39470 ,
39471 \backslash
39472 frac{1}{x^{2}}$
39473 \end_layout
39474
39475 \begin_layout Plain Layout
39476
39477     pass
39478 \end_layout
39479
39480 \end_inset
39481
39482
39483 \end_layout
39484
39485 \begin_layout Standard
39486 \begin_inset VSpace bigskip
39487 \end_inset
39488
39489
39490 \end_layout
39491
39492 \begin_layout Standard
39493 Los parámetros globales para listados de programa se pueden establecer en
39494  el diálogo 
39495 \family sans
39496 Documento\SpecialChar menuseparator
39497 Configuración\SpecialChar menuseparator
39498 Listado
39499 \begin_inset space ~
39500 \end_inset
39501
39502 de
39503 \begin_inset space ~
39504 \end_inset
39505
39506 código.
39507  
39508 \family default
39509 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
39510  «?» en el campo de texto.
39511 \end_layout
39512
39513 \begin_layout Standard
39514 Para más información sobre el paquete 
39515 \series bold
39516 listings
39517 \series default
39518 , consulta su documentación
39519 \begin_inset space ~
39520 \end_inset
39521
39522
39523 \begin_inset CommandInset citation
39524 LatexCommand cite
39525 key "listings"
39526
39527 \end_inset
39528
39529 .
39530 \end_layout
39531
39532 \begin_layout Standard
39533 \begin_inset Newpage newpage
39534 \end_inset
39535
39536
39537 \end_layout
39538
39539 \begin_layout Chapter
39540 \start_of_appendix
39541 Unidades disponibles en \SpecialChar LyX
39542
39543 \begin_inset Index idx
39544 status collapsed
39545
39546 \begin_layout Plain Layout
39547 Unidades
39548 \end_layout
39549
39550 \end_inset
39551
39552
39553 \begin_inset CommandInset label
39554 LatexCommand label
39555 name "cap:Unidades-disponibles-en"
39556
39557 \end_inset
39558
39559
39560 \end_layout
39561
39562 \begin_layout Standard
39563 Para comprender las unidades utilizadas en este manual, el cuadro
39564 \begin_inset space ~
39565 \end_inset
39566
39567
39568 \begin_inset CommandInset ref
39569 LatexCommand ref
39570 reference "tab:Unidades"
39571
39572 \end_inset
39573
39574  describe todas las unidades disponibles en \SpecialChar LyX
39575 .
39576 \end_layout
39577
39578 \begin_layout Standard
39579 \begin_inset Float table
39580 placement h
39581 wide false
39582 sideways false
39583 status open
39584
39585 \begin_layout Plain Layout
39586 \begin_inset Caption Standard
39587
39588 \begin_layout Plain Layout
39589 \begin_inset CommandInset label
39590 LatexCommand label
39591 name "tab:Unidades"
39592
39593 \end_inset
39594
39595 Unidades
39596 \end_layout
39597
39598 \end_inset
39599
39600
39601 \end_layout
39602
39603 \begin_layout Plain Layout
39604 \begin_inset VSpace medskip
39605 \end_inset
39606
39607
39608 \end_layout
39609
39610 \begin_layout Plain Layout
39611 \align center
39612 \begin_inset Tabular
39613 <lyxtabular version="3" rows="20" columns="3">
39614 <features tabularvalignment="middle">
39615 <column alignment="center" valignment="top">
39616 <column alignment="center" valignment="top">
39617 <column alignment="center" valignment="top">
39618 <row>
39619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39620 \begin_inset Text
39621
39622 \begin_layout Plain Layout
39623 unidad
39624 \end_layout
39625
39626 \end_inset
39627 </cell>
39628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39629 \begin_inset Text
39630
39631 \begin_layout Plain Layout
39632 nombre/descripción
39633 \end_layout
39634
39635 \end_inset
39636 </cell>
39637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39638 \begin_inset Text
39639
39640 \begin_layout Plain Layout
39641 comando \SpecialChar LaTeX
39642
39643 \end_layout
39644
39645 \end_inset
39646 </cell>
39647 </row>
39648 <row>
39649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39650 \begin_inset Text
39651
39652 \begin_layout Plain Layout
39653 mm
39654 \end_layout
39655
39656 \end_inset
39657 </cell>
39658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39659 \begin_inset Text
39660
39661 \begin_layout Plain Layout
39662 milímetro
39663 \end_layout
39664
39665 \end_inset
39666 </cell>
39667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39668 \begin_inset Text
39669
39670 \begin_layout Plain Layout
39671 -
39672 \end_layout
39673
39674 \end_inset
39675 </cell>
39676 </row>
39677 <row>
39678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39679 \begin_inset Text
39680
39681 \begin_layout Plain Layout
39682 cm
39683 \end_layout
39684
39685 \end_inset
39686 </cell>
39687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39688 \begin_inset Text
39689
39690 \begin_layout Plain Layout
39691 centímetro
39692 \end_layout
39693
39694 \end_inset
39695 </cell>
39696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39697 \begin_inset Text
39698
39699 \begin_layout Plain Layout
39700 -
39701 \end_layout
39702
39703 \end_inset
39704 </cell>
39705 </row>
39706 <row>
39707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39708 \begin_inset Text
39709
39710 \begin_layout Plain Layout
39711 in
39712 \end_layout
39713
39714 \end_inset
39715 </cell>
39716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39717 \begin_inset Text
39718
39719 \begin_layout Plain Layout
39720 pulgada
39721 \end_layout
39722
39723 \end_inset
39724 </cell>
39725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39726 \begin_inset Text
39727
39728 \begin_layout Plain Layout
39729 -
39730 \end_layout
39731
39732 \end_inset
39733 </cell>
39734 </row>
39735 <row>
39736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39737 \begin_inset Text
39738
39739 \begin_layout Plain Layout
39740 pt
39741 \end_layout
39742
39743 \end_inset
39744 </cell>
39745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39746 \begin_inset Text
39747
39748 \begin_layout Plain Layout
39749 punto (72.27
39750 \begin_inset space \thinspace{}
39751 \end_inset
39752
39753 pt = 1
39754 \begin_inset space \thinspace{}
39755 \end_inset
39756
39757 in)
39758 \end_layout
39759
39760 \end_inset
39761 </cell>
39762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39763 \begin_inset Text
39764
39765 \begin_layout Plain Layout
39766 -
39767 \end_layout
39768
39769 \end_inset
39770 </cell>
39771 </row>
39772 <row>
39773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39774 \begin_inset Text
39775
39776 \begin_layout Plain Layout
39777 pc
39778 \end_layout
39779
39780 \end_inset
39781 </cell>
39782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39783 \begin_inset Text
39784
39785 \begin_layout Plain Layout
39786 pica (1
39787 \begin_inset space \thinspace{}
39788 \end_inset
39789
39790 pc = 12
39791 \begin_inset space \thinspace{}
39792 \end_inset
39793
39794 pt)
39795 \end_layout
39796
39797 \end_inset
39798 </cell>
39799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39800 \begin_inset Text
39801
39802 \begin_layout Plain Layout
39803 -
39804 \end_layout
39805
39806 \end_inset
39807 </cell>
39808 </row>
39809 <row>
39810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39811 \begin_inset Text
39812
39813 \begin_layout Plain Layout
39814 sp
39815 \end_layout
39816
39817 \end_inset
39818 </cell>
39819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39820 \begin_inset Text
39821
39822 \begin_layout Plain Layout
39823 punto a escala (65536
39824 \begin_inset space \thinspace{}
39825 \end_inset
39826
39827 sp = 1
39828 \begin_inset space \thinspace{}
39829 \end_inset
39830
39831 pt)
39832 \end_layout
39833
39834 \end_inset
39835 </cell>
39836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39837 \begin_inset Text
39838
39839 \begin_layout Plain Layout
39840 -
39841 \end_layout
39842
39843 \end_inset
39844 </cell>
39845 </row>
39846 <row>
39847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39848 \begin_inset Text
39849
39850 \begin_layout Plain Layout
39851 bp
39852 \end_layout
39853
39854 \end_inset
39855 </cell>
39856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39857 \begin_inset Text
39858
39859 \begin_layout Plain Layout
39860 punto grande (72
39861 \begin_inset space \thinspace{}
39862 \end_inset
39863
39864 bp = 1
39865 \begin_inset space \thinspace{}
39866 \end_inset
39867
39868 in)
39869 \end_layout
39870
39871 \end_inset
39872 </cell>
39873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39874 \begin_inset Text
39875
39876 \begin_layout Plain Layout
39877 -
39878 \end_layout
39879
39880 \end_inset
39881 </cell>
39882 </row>
39883 <row>
39884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39885 \begin_inset Text
39886
39887 \begin_layout Plain Layout
39888 dd
39889 \end_layout
39890
39891 \end_inset
39892 </cell>
39893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39894 \begin_inset Text
39895
39896 \begin_layout Plain Layout
39897 didot (1
39898 \begin_inset space \thinspace{}
39899 \end_inset
39900
39901 dd 
39902 \begin_inset Formula $\approx$
39903 \end_inset
39904
39905  0.376
39906 \begin_inset space \thinspace{}
39907 \end_inset
39908
39909 mm)
39910 \end_layout
39911
39912 \end_inset
39913 </cell>
39914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39915 \begin_inset Text
39916
39917 \begin_layout Plain Layout
39918 -
39919 \end_layout
39920
39921 \end_inset
39922 </cell>
39923 </row>
39924 <row>
39925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39926 \begin_inset Text
39927
39928 \begin_layout Plain Layout
39929 cc
39930 \end_layout
39931
39932 \end_inset
39933 </cell>
39934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39935 \begin_inset Text
39936
39937 \begin_layout Plain Layout
39938 cicero (1
39939 \begin_inset space \thinspace{}
39940 \end_inset
39941
39942 cc = 12
39943 \begin_inset space \thinspace{}
39944 \end_inset
39945
39946 dd)
39947 \end_layout
39948
39949 \end_inset
39950 </cell>
39951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39952 \begin_inset Text
39953
39954 \begin_layout Plain Layout
39955 -
39956 \end_layout
39957
39958 \end_inset
39959 </cell>
39960 </row>
39961 <row>
39962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39963 \begin_inset Text
39964
39965 \begin_layout Plain Layout
39966
39967 \lang english
39968 Scale Graphics %
39969 \end_layout
39970
39971 \end_inset
39972 </cell>
39973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39974 \begin_inset Text
39975
39976 \begin_layout Plain Layout
39977 % del tamaño original de la imagen
39978 \end_layout
39979
39980 \end_inset
39981 </cell>
39982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39983 \begin_inset Text
39984
39985 \begin_layout Plain Layout
39986
39987 \end_layout
39988
39989 \end_inset
39990 </cell>
39991 </row>
39992 <row>
39993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39994 \begin_inset Text
39995
39996 \begin_layout Plain Layout
39997
39998 \lang english
39999 Text Width %
40000 \end_layout
40001
40002 \end_inset
40003 </cell>
40004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40005 \begin_inset Text
40006
40007 \begin_layout Plain Layout
40008 % de anchura de texto
40009 \end_layout
40010
40011 \end_inset
40012 </cell>
40013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40014 \begin_inset Text
40015
40016 \begin_layout Plain Layout
40017
40018 \backslash
40019 textwidth
40020 \end_layout
40021
40022 \end_inset
40023 </cell>
40024 </row>
40025 <row>
40026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40027 \begin_inset Text
40028
40029 \begin_layout Plain Layout
40030
40031 \lang english
40032 Column Width %
40033 \end_layout
40034
40035 \end_inset
40036 </cell>
40037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40038 \begin_inset Text
40039
40040 \begin_layout Plain Layout
40041 % de anchura de columna
40042 \end_layout
40043
40044 \end_inset
40045 </cell>
40046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40047 \begin_inset Text
40048
40049 \begin_layout Plain Layout
40050
40051 \backslash
40052 columnwidth
40053 \end_layout
40054
40055 \end_inset
40056 </cell>
40057 </row>
40058 <row>
40059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40060 \begin_inset Text
40061
40062 \begin_layout Plain Layout
40063
40064 \lang english
40065 Page Width %
40066 \end_layout
40067
40068 \end_inset
40069 </cell>
40070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40071 \begin_inset Text
40072
40073 \begin_layout Plain Layout
40074 % de anchura de página
40075 \end_layout
40076
40077 \end_inset
40078 </cell>
40079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40080 \begin_inset Text
40081
40082 \begin_layout Plain Layout
40083
40084 \backslash
40085 paperwidth
40086 \end_layout
40087
40088 \end_inset
40089 </cell>
40090 </row>
40091 <row>
40092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40093 \begin_inset Text
40094
40095 \begin_layout Plain Layout
40096
40097 \lang english
40098 Line Width %
40099 \end_layout
40100
40101 \end_inset
40102 </cell>
40103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40104 \begin_inset Text
40105
40106 \begin_layout Plain Layout
40107 % de anchura de línea
40108 \end_layout
40109
40110 \end_inset
40111 </cell>
40112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40113 \begin_inset Text
40114
40115 \begin_layout Plain Layout
40116
40117 \backslash
40118 linewidth
40119 \end_layout
40120
40121 \end_inset
40122 </cell>
40123 </row>
40124 <row>
40125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40126 \begin_inset Text
40127
40128 \begin_layout Plain Layout
40129
40130 \lang english
40131 Text Height %
40132 \end_layout
40133
40134 \end_inset
40135 </cell>
40136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40137 \begin_inset Text
40138
40139 \begin_layout Plain Layout
40140 % de altura de texto
40141 \end_layout
40142
40143 \end_inset
40144 </cell>
40145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40146 \begin_inset Text
40147
40148 \begin_layout Plain Layout
40149
40150 \backslash
40151 textheight
40152 \end_layout
40153
40154 \end_inset
40155 </cell>
40156 </row>
40157 <row>
40158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40159 \begin_inset Text
40160
40161 \begin_layout Plain Layout
40162
40163 \lang english
40164 Page Height %
40165 \end_layout
40166
40167 \end_inset
40168 </cell>
40169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40170 \begin_inset Text
40171
40172 \begin_layout Plain Layout
40173 % de altura de página
40174 \end_layout
40175
40176 \end_inset
40177 </cell>
40178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40179 \begin_inset Text
40180
40181 \begin_layout Plain Layout
40182
40183 \backslash
40184 paperheight
40185 \end_layout
40186
40187 \end_inset
40188 </cell>
40189 </row>
40190 <row>
40191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40192 \begin_inset Text
40193
40194 \begin_layout Plain Layout
40195 ex
40196 \end_layout
40197
40198 \end_inset
40199 </cell>
40200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40201 \begin_inset Text
40202
40203 \begin_layout Plain Layout
40204 altura de letra 
40205 \emph on
40206 x
40207 \emph default
40208  en tipografía actual
40209 \end_layout
40210
40211 \end_inset
40212 </cell>
40213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40214 \begin_inset Text
40215
40216 \begin_layout Plain Layout
40217 -
40218 \end_layout
40219
40220 \end_inset
40221 </cell>
40222 </row>
40223 <row>
40224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40225 \begin_inset Text
40226
40227 \begin_layout Plain Layout
40228 em
40229 \end_layout
40230
40231 \end_inset
40232 </cell>
40233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40234 \begin_inset Text
40235
40236 \begin_layout Plain Layout
40237 anchura de letra 
40238 \emph on
40239 M
40240 \emph default
40241  en tipografía actual
40242 \end_layout
40243
40244 \end_inset
40245 </cell>
40246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40247 \begin_inset Text
40248
40249 \begin_layout Plain Layout
40250 -
40251 \end_layout
40252
40253 \end_inset
40254 </cell>
40255 </row>
40256 <row>
40257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40258 \begin_inset Text
40259
40260 \begin_layout Plain Layout
40261 mu
40262 \end_layout
40263
40264 \end_inset
40265 </cell>
40266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270 unidad matemática (1
40271 \begin_inset space \thinspace{}
40272 \end_inset
40273
40274 mu = 1/18
40275 \begin_inset space \thinspace{}
40276 \end_inset
40277
40278 em)
40279 \end_layout
40280
40281 \end_inset
40282 </cell>
40283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40284 \begin_inset Text
40285
40286 \begin_layout Plain Layout
40287 -
40288 \end_layout
40289
40290 \end_inset
40291 </cell>
40292 </row>
40293 </lyxtabular>
40294
40295 \end_inset
40296
40297
40298 \end_layout
40299
40300 \end_inset
40301
40302
40303 \end_layout
40304
40305 \begin_layout Chapter
40306 Formatos de archivos de salida con gráficos
40307 \begin_inset CommandInset label
40308 LatexCommand label
40309 name "cap:Formatos-de-Archivos-de-Salida"
40310
40311 \end_inset
40312
40313
40314 \end_layout
40315
40316 \begin_layout Section
40317 DVI
40318 \begin_inset Index idx
40319 status collapsed
40320
40321 \begin_layout Plain Layout
40322 Formatos de archivo ! DVI
40323 \end_layout
40324
40325 \end_inset
40326
40327
40328 \begin_inset Index idx
40329 status collapsed
40330
40331 \begin_layout Plain Layout
40332 DVI|see
40333 \begin_inset ERT
40334 status collapsed
40335
40336 \begin_layout Plain Layout
40337
40338 {
40339 \end_layout
40340
40341 \end_inset
40342
40343 Formatos de archivo
40344 \begin_inset ERT
40345 status collapsed
40346
40347 \begin_layout Plain Layout
40348
40349 }
40350 \end_layout
40351
40352 \end_inset
40353
40354
40355 \end_layout
40356
40357 \end_inset
40358
40359
40360 \end_layout
40361
40362 \begin_layout Standard
40363 Este tipo de archivo tiene la extensión «
40364 \family typewriter
40365 .dvi
40366 \family default
40367 ».
40368  Se denomina «device-independent» (DVI), porque es completamente portable;
40369  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
40370  En la época en que se desarrolló este formato, esto no era un asunto baladí.
40371  Los DVI se usan para vistas preliminares rápidas y como preparación para
40372  otros formatos de salida como PostScript.
40373 \end_layout
40374
40375 \begin_layout Standard
40376 \begin_inset Note Greyedout
40377 status open
40378
40379 \begin_layout Plain Layout
40380
40381 \series bold
40382 Nota:
40383 \series default
40384  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
40385 \end_layout
40386
40387 \end_inset
40388
40389  Por tanto no debes olvidar esto si mueves archivos 
40390 \family typewriter
40391 .dvi
40392 \family default
40393  a otro ordenador.
40394  Esta característica también puede retardar la visualización del archivo,
40395  porque el visor DVI tiene que convertir la imagen en segundo plano para
40396  hacerla visible al deslizar el visor.
40397  Así pues recomendamos usar PDF para archivos con muchas imágenes.
40398 \end_layout
40399
40400 \begin_layout Standard
40401 Un documento se exporta a DVI con el menú 
40402 \family sans
40403 Archivo\SpecialChar menuseparator
40404 Exportar\SpecialChar menuseparator
40405 DVI
40406 \family default
40407 .
40408  Puedes ver la salida del documento en DVI con el menú 
40409 \family sans
40410 Ver\SpecialChar menuseparator
40411 DVI
40412 \family default
40413 .
40414 \end_layout
40415
40416 \begin_layout Section
40417 PostScript
40418 \begin_inset Index idx
40419 status collapsed
40420
40421 \begin_layout Plain Layout
40422 Formatos de archivo ! PostScript
40423 \end_layout
40424
40425 \end_inset
40426
40427
40428 \begin_inset Index idx
40429 status collapsed
40430
40431 \begin_layout Plain Layout
40432 PostScript|see
40433 \begin_inset ERT
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437
40438 {
40439 \end_layout
40440
40441 \end_inset
40442
40443 Formatos de archivo
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449 }
40450 \end_layout
40451
40452 \end_inset
40453
40454
40455 \end_layout
40456
40457 \end_inset
40458
40459
40460 \end_layout
40461
40462 \begin_layout Standard
40463 Este tipo de archivo tiene la extensión «
40464 \family typewriter
40465 .ps
40466 \family default
40467 ».
40468  PostScript fue desarrollado por la compañía 
40469 \family typewriter
40470 Adobe
40471 \family default
40472  como lenguaje para impresoras.
40473  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
40474  PostScript puede considerarse como un «lenguaje de programación»; con él
40475  puedes calcular y dibujar imágenes y diagramas.
40476 \begin_inset Foot
40477 status collapsed
40478
40479 \begin_layout Plain Layout
40480 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
40481  
40482 \series bold
40483 PSTricks
40484 \series default
40485  
40486 \begin_inset CommandInset citation
40487 LatexCommand cite
40488 key "pstricks"
40489
40490 \end_inset
40491
40492 .
40493 \end_layout
40494
40495 \end_inset
40496
40497  Por esto los archivos suelen ser más grandes que los PDF.
40498 \end_layout
40499
40500 \begin_layout Standard
40501 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
40502 d PostScript» (EPS, extensión «
40503 \family typewriter
40504 .eps
40505 \family default
40506 »).
40507  Como \SpecialChar LyX
40508  permite usar cualquier formato de imagen conocido, tiene que trabajar
40509  en segundo plano para convertir las imágenes a EPS.
40510  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
40511  ha de hacer 50 conversiones
40512  cada vez que veas o exportes el documento.
40513  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
40514  puedes evitar el problema insertando las imágenes directamente en EPS.
40515 \end_layout
40516
40517 \begin_layout Standard
40518 El documento se puede exportar a PostScript con el menú 
40519 \family sans
40520 Archivo\SpecialChar menuseparator
40521 Exportar\SpecialChar menuseparator
40522 Postscript
40523 \family default
40524 .
40525  Se puede ver la salida en PostScript con el menú 
40526 \family sans
40527 Ver\SpecialChar menuseparator
40528 Postscript
40529 \family default
40530 .
40531 \end_layout
40532
40533 \begin_layout Section
40534 PDF
40535 \begin_inset Index idx
40536 status collapsed
40537
40538 \begin_layout Plain Layout
40539 Formatos de archivo ! PDF
40540 \end_layout
40541
40542 \end_inset
40543
40544
40545 \begin_inset Index idx
40546 status collapsed
40547
40548 \begin_layout Plain Layout
40549 PDF
40550 \end_layout
40551
40552 \end_inset
40553
40554
40555 \end_layout
40556
40557 \begin_layout Standard
40558 Este tipo de archivo tiene la extensión «
40559 \family typewriter
40560 .pdf
40561 \family default
40562 ».
40563  El formato «Portable Document Format» (PDF) fue desarrollado por 
40564 \family typewriter
40565 Adobe
40566 \family default
40567  como derivado de PostScript.
40568  Es más comprimido y utiliza muchos menos comandos que PostScript.
40569  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
40570  operativo y la salida impresa se muestra exactamente igual.
40571 \end_layout
40572
40573 \begin_layout Standard
40574 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
40575  Photographic Experts Group» (JPG, extensión «
40576 \family typewriter
40577 .jpg
40578 \family default
40579 » o «
40580 \family typewriter
40581 .jpeg
40582 \family default
40583 »), y en el formato «Portable Network Graphics» (PNG, extensión «
40584 \family typewriter
40585 .png
40586 \family default
40587 »).
40588  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
40589  los convierte
40590  en segundo plano a alguno de los anteriores.
40591  Pero como se ha comentado en la sección sobre PostScript, la conversión
40592  de gráficos ralentiza el trabajo.
40593  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
40594  mencionados.
40595 \end_layout
40596
40597 \begin_layout Standard
40598 Un documento se puede exportar a PDF con el menú 
40599 \family sans
40600 Archivo\SpecialChar menuseparator
40601 Exportar
40602 \family default
40603  en tres modos diferentes:
40604 \end_layout
40605
40606 \begin_layout Description
40607 PDF
40608 \begin_inset space ~
40609 \end_inset
40610
40611 (ps2pdf) Este utiliza el programa 
40612 \family typewriter
40613 ps2pdf
40614 \family default
40615  que crea un PDF a partir de una versión PostScript del archivo.
40616  La versión PostScript es producida por el programa 
40617 \family typewriter
40618 dvips
40619 \family default
40620  que usa una versión DVI como paso intermedio.
40621  Así que este modo de exportación consta de tres conversiones.
40622 \end_layout
40623
40624 \begin_layout Description
40625 PDF
40626 \begin_inset space ~
40627 \end_inset
40628
40629 (dvipdfm) Este utiliza el programa 
40630 \family typewriter
40631 dvipdfm
40632 \family default
40633  que convierte el archivo a DVI en segundo plano y en un segundo paso a
40634  PDF.
40635 \end_layout
40636
40637 \begin_layout Description
40638 PDF
40639 \begin_inset space ~
40640 \end_inset
40641
40642 (pdflatex) Este utiliza el programa 
40643 \family typewriter
40644 pdftex
40645 \family default
40646  que convierte directamente el archivo a PDF.
40647 \end_layout
40648
40649 \begin_layout Standard
40650 Se recomienda usar 
40651 \family sans
40652 PDF
40653 \begin_inset space ~
40654 \end_inset
40655
40656 (pdflatex)
40657 \family default
40658  porque 
40659 \family typewriter
40660 pdftex
40661 \family default
40662  soporta todas las características de las versiones actuales de PDF, es
40663  rápido y estable.
40664  El programa 
40665 \family typewriter
40666 dvipdfm
40667 \family default
40668  ya no se desarrolla y está un poco obsoleto.
40669 \end_layout
40670
40671 \begin_layout Standard
40672 La salida en formato PDF se puede ver con el menú 
40673 \family sans
40674 Ver 
40675 \family default
40676 o con un botón.
40677 \end_layout
40678
40679 \begin_layout Chapter
40680 Lista de colores dvips
40681 \begin_inset CommandInset label
40682 LatexCommand label
40683 name "chap:Lista-de-colores-dvips"
40684
40685 \end_inset
40686
40687
40688 \end_layout
40689
40690 \begin_layout Standard
40691 \begin_inset Tabular
40692 <lyxtabular version="3" rows="17" columns="4">
40693 <features tabularvalignment="middle">
40694 <column alignment="left" valignment="top" width="0pt">
40695 <column alignment="left" valignment="top" width="0pt">
40696 <column alignment="left" valignment="top" width="0pt">
40697 <column alignment="left" valignment="top" width="0pt">
40698 <row>
40699 <cell alignment="left" valignment="top" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 \begin_inset ERT
40704 status collapsed
40705
40706 \begin_layout Plain Layout
40707
40708
40709 \backslash
40710 fcolorbox{black}{
40711 \end_layout
40712
40713 \end_inset
40714
40715 white
40716 \begin_inset ERT
40717 status collapsed
40718
40719 \begin_layout Plain Layout
40720
40721 }{
40722 \end_layout
40723
40724 \end_inset
40725
40726 Color
40727 \begin_inset ERT
40728 status collapsed
40729
40730 \begin_layout Plain Layout
40731
40732 }
40733 \end_layout
40734
40735 \end_inset
40736
40737  Nombre
40738 \end_layout
40739
40740 \end_inset
40741 </cell>
40742 <cell alignment="left" valignment="top" usebox="none">
40743 \begin_inset Text
40744
40745 \begin_layout Plain Layout
40746 \begin_inset ERT
40747 status collapsed
40748
40749 \begin_layout Plain Layout
40750
40751
40752 \backslash
40753 fcolorbox{black}{
40754 \end_layout
40755
40756 \end_inset
40757
40758 white
40759 \begin_inset ERT
40760 status collapsed
40761
40762 \begin_layout Plain Layout
40763
40764 }{
40765 \end_layout
40766
40767 \end_inset
40768
40769 Color
40770 \begin_inset ERT
40771 status collapsed
40772
40773 \begin_layout Plain Layout
40774
40775 }
40776 \end_layout
40777
40778 \end_inset
40779
40780  Nombre
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="left" valignment="top" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 \begin_inset ERT
40790 status collapsed
40791
40792 \begin_layout Plain Layout
40793
40794
40795 \backslash
40796 fcolorbox{black}{
40797 \end_layout
40798
40799 \end_inset
40800
40801 white
40802 \begin_inset ERT
40803 status collapsed
40804
40805 \begin_layout Plain Layout
40806
40807 }{
40808 \end_layout
40809
40810 \end_inset
40811
40812 Color
40813 \begin_inset ERT
40814 status collapsed
40815
40816 \begin_layout Plain Layout
40817
40818 }
40819 \end_layout
40820
40821 \end_inset
40822
40823  Nombre
40824 \end_layout
40825
40826 \end_inset
40827 </cell>
40828 <cell alignment="left" valignment="top" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 \begin_inset ERT
40833 status collapsed
40834
40835 \begin_layout Plain Layout
40836
40837
40838 \backslash
40839 fcolorbox{black}{
40840 \end_layout
40841
40842 \end_inset
40843
40844 white
40845 \begin_inset ERT
40846 status collapsed
40847
40848 \begin_layout Plain Layout
40849
40850 }{
40851 \end_layout
40852
40853 \end_inset
40854
40855 Color
40856 \begin_inset ERT
40857 status collapsed
40858
40859 \begin_layout Plain Layout
40860
40861 }
40862 \end_layout
40863
40864 \end_inset
40865
40866  Nombre
40867 \end_layout
40868
40869 \end_inset
40870 </cell>
40871 </row>
40872 <row>
40873 <cell alignment="center" valignment="top" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 \begin_inset ERT
40878 status collapsed
40879
40880 \begin_layout Plain Layout
40881
40882
40883 \backslash
40884 fcolorbox{black}{
40885 \end_layout
40886
40887 \end_inset
40888
40889 Apricot
40890 \begin_inset ERT
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894
40895 }{
40896 \end_layout
40897
40898 \end_inset
40899
40900
40901 \begin_inset Phantom Phantom
40902 status open
40903
40904 \begin_layout Plain Layout
40905 W
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \begin_inset ERT
40912 status collapsed
40913
40914 \begin_layout Plain Layout
40915
40916 }
40917 \end_layout
40918
40919 \end_inset
40920
40921  Apricot
40922 \end_layout
40923
40924 \end_inset
40925 </cell>
40926 <cell alignment="center" valignment="top" usebox="none">
40927 \begin_inset Text
40928
40929 \begin_layout Plain Layout
40930 \begin_inset ERT
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934
40935
40936 \backslash
40937 fcolorbox{black}{
40938 \end_layout
40939
40940 \end_inset
40941
40942 Aquamarine
40943 \begin_inset ERT
40944 status collapsed
40945
40946 \begin_layout Plain Layout
40947
40948 }{
40949 \end_layout
40950
40951 \end_inset
40952
40953
40954 \begin_inset Phantom Phantom
40955 status open
40956
40957 \begin_layout Plain Layout
40958 W
40959 \end_layout
40960
40961 \end_inset
40962
40963
40964 \begin_inset ERT
40965 status collapsed
40966
40967 \begin_layout Plain Layout
40968
40969 }
40970 \end_layout
40971
40972 \end_inset
40973
40974  Aquamarine
40975 \end_layout
40976
40977 \end_inset
40978 </cell>
40979 <cell alignment="center" valignment="top" usebox="none">
40980 \begin_inset Text
40981
40982 \begin_layout Plain Layout
40983 \begin_inset ERT
40984 status collapsed
40985
40986 \begin_layout Plain Layout
40987
40988
40989 \backslash
40990 fcolorbox{black}{
40991 \end_layout
40992
40993 \end_inset
40994
40995 Bittersweet
40996 \begin_inset ERT
40997 status collapsed
40998
40999 \begin_layout Plain Layout
41000
41001 }{
41002 \end_layout
41003
41004 \end_inset
41005
41006
41007 \begin_inset Phantom Phantom
41008 status open
41009
41010 \begin_layout Plain Layout
41011 W
41012 \end_layout
41013
41014 \end_inset
41015
41016
41017 \begin_inset ERT
41018 status collapsed
41019
41020 \begin_layout Plain Layout
41021
41022 }
41023 \end_layout
41024
41025 \end_inset
41026
41027  Bittersweet
41028 \end_layout
41029
41030 \end_inset
41031 </cell>
41032 <cell alignment="center" valignment="top" usebox="none">
41033 \begin_inset Text
41034
41035 \begin_layout Plain Layout
41036 \begin_inset ERT
41037 status collapsed
41038
41039 \begin_layout Plain Layout
41040
41041
41042 \backslash
41043 fcolorbox{black}{
41044 \end_layout
41045
41046 \end_inset
41047
41048 BlueGreen
41049 \begin_inset ERT
41050 status collapsed
41051
41052 \begin_layout Plain Layout
41053
41054 }{
41055 \end_layout
41056
41057 \end_inset
41058
41059
41060 \begin_inset Phantom Phantom
41061 status open
41062
41063 \begin_layout Plain Layout
41064 W
41065 \end_layout
41066
41067 \end_inset
41068
41069
41070 \begin_inset ERT
41071 status collapsed
41072
41073 \begin_layout Plain Layout
41074
41075 }
41076 \end_layout
41077
41078 \end_inset
41079
41080  BlueGreen
41081 \end_layout
41082
41083 \end_inset
41084 </cell>
41085 </row>
41086 <row>
41087 <cell alignment="left" valignment="top" usebox="none">
41088 \begin_inset Text
41089
41090 \begin_layout Plain Layout
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096
41097 \backslash
41098 fcolorbox{black}{
41099 \end_layout
41100
41101 \end_inset
41102
41103 BlueViolet
41104 \begin_inset ERT
41105 status collapsed
41106
41107 \begin_layout Plain Layout
41108
41109 }{
41110 \end_layout
41111
41112 \end_inset
41113
41114
41115 \begin_inset Phantom Phantom
41116 status open
41117
41118 \begin_layout Plain Layout
41119 W
41120 \end_layout
41121
41122 \end_inset
41123
41124
41125 \begin_inset ERT
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129
41130 }
41131 \end_layout
41132
41133 \end_inset
41134
41135  BlueViolet
41136 \end_layout
41137
41138 \end_inset
41139 </cell>
41140 <cell alignment="left" valignment="top" usebox="none">
41141 \begin_inset Text
41142
41143 \begin_layout Plain Layout
41144 \begin_inset ERT
41145 status collapsed
41146
41147 \begin_layout Plain Layout
41148
41149
41150 \backslash
41151 fcolorbox{black}{
41152 \end_layout
41153
41154 \end_inset
41155
41156 BrickRed
41157 \begin_inset ERT
41158 status collapsed
41159
41160 \begin_layout Plain Layout
41161
41162 }{
41163 \end_layout
41164
41165 \end_inset
41166
41167
41168 \begin_inset Phantom Phantom
41169 status open
41170
41171 \begin_layout Plain Layout
41172 W
41173 \end_layout
41174
41175 \end_inset
41176
41177
41178 \begin_inset ERT
41179 status collapsed
41180
41181 \begin_layout Plain Layout
41182
41183 }
41184 \end_layout
41185
41186 \end_inset
41187
41188  BrickRed
41189 \end_layout
41190
41191 \end_inset
41192 </cell>
41193 <cell alignment="left" valignment="top" usebox="none">
41194 \begin_inset Text
41195
41196 \begin_layout Plain Layout
41197 \begin_inset ERT
41198 status collapsed
41199
41200 \begin_layout Plain Layout
41201
41202
41203 \backslash
41204 fcolorbox{black}{
41205 \end_layout
41206
41207 \end_inset
41208
41209 Brown
41210 \begin_inset ERT
41211 status collapsed
41212
41213 \begin_layout Plain Layout
41214
41215 }{
41216 \end_layout
41217
41218 \end_inset
41219
41220
41221 \begin_inset Phantom Phantom
41222 status open
41223
41224 \begin_layout Plain Layout
41225 W
41226 \end_layout
41227
41228 \end_inset
41229
41230
41231 \begin_inset ERT
41232 status collapsed
41233
41234 \begin_layout Plain Layout
41235
41236 }
41237 \end_layout
41238
41239 \end_inset
41240
41241  Brown
41242 \end_layout
41243
41244 \end_inset
41245 </cell>
41246 <cell alignment="left" valignment="top" usebox="none">
41247 \begin_inset Text
41248
41249 \begin_layout Plain Layout
41250 \begin_inset ERT
41251 status collapsed
41252
41253 \begin_layout Plain Layout
41254
41255
41256 \backslash
41257 fcolorbox{black}{
41258 \end_layout
41259
41260 \end_inset
41261
41262 BurntOrange
41263 \begin_inset ERT
41264 status collapsed
41265
41266 \begin_layout Plain Layout
41267
41268 }{
41269 \end_layout
41270
41271 \end_inset
41272
41273
41274 \begin_inset Phantom Phantom
41275 status open
41276
41277 \begin_layout Plain Layout
41278 W
41279 \end_layout
41280
41281 \end_inset
41282
41283
41284 \begin_inset ERT
41285 status collapsed
41286
41287 \begin_layout Plain Layout
41288
41289 }
41290 \end_layout
41291
41292 \end_inset
41293
41294  BurntOrange
41295 \end_layout
41296
41297 \end_inset
41298 </cell>
41299 </row>
41300 <row>
41301 <cell alignment="left" valignment="top" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310
41311 \backslash
41312 fcolorbox{black}{
41313 \end_layout
41314
41315 \end_inset
41316
41317 CadetBlue
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323 }{
41324 \end_layout
41325
41326 \end_inset
41327
41328
41329 \begin_inset Phantom Phantom
41330 status open
41331
41332 \begin_layout Plain Layout
41333 W
41334 \end_layout
41335
41336 \end_inset
41337
41338
41339 \begin_inset ERT
41340 status collapsed
41341
41342 \begin_layout Plain Layout
41343
41344 }
41345 \end_layout
41346
41347 \end_inset
41348
41349  CadetBlue
41350 \end_layout
41351
41352 \end_inset
41353 </cell>
41354 <cell alignment="left" valignment="top" usebox="none">
41355 \begin_inset Text
41356
41357 \begin_layout Plain Layout
41358 \begin_inset ERT
41359 status collapsed
41360
41361 \begin_layout Plain Layout
41362
41363
41364 \backslash
41365 fcolorbox{black}{
41366 \end_layout
41367
41368 \end_inset
41369
41370 CarnationPink
41371 \begin_inset ERT
41372 status collapsed
41373
41374 \begin_layout Plain Layout
41375
41376 }{
41377 \end_layout
41378
41379 \end_inset
41380
41381
41382 \begin_inset Phantom Phantom
41383 status open
41384
41385 \begin_layout Plain Layout
41386 W
41387 \end_layout
41388
41389 \end_inset
41390
41391
41392 \begin_inset ERT
41393 status collapsed
41394
41395 \begin_layout Plain Layout
41396
41397 }
41398 \end_layout
41399
41400 \end_inset
41401
41402  CarnationPink
41403 \end_layout
41404
41405 \end_inset
41406 </cell>
41407 <cell alignment="left" valignment="top" usebox="none">
41408 \begin_inset Text
41409
41410 \begin_layout Plain Layout
41411 \begin_inset ERT
41412 status collapsed
41413
41414 \begin_layout Plain Layout
41415
41416
41417 \backslash
41418 fcolorbox{black}{
41419 \end_layout
41420
41421 \end_inset
41422
41423 Cerulean
41424 \begin_inset ERT
41425 status collapsed
41426
41427 \begin_layout Plain Layout
41428
41429 }{
41430 \end_layout
41431
41432 \end_inset
41433
41434
41435 \begin_inset Phantom Phantom
41436 status open
41437
41438 \begin_layout Plain Layout
41439 W
41440 \end_layout
41441
41442 \end_inset
41443
41444
41445 \begin_inset ERT
41446 status collapsed
41447
41448 \begin_layout Plain Layout
41449
41450 }
41451 \end_layout
41452
41453 \end_inset
41454
41455  Cerulean
41456 \end_layout
41457
41458 \end_inset
41459 </cell>
41460 <cell alignment="left" valignment="top" usebox="none">
41461 \begin_inset Text
41462
41463 \begin_layout Plain Layout
41464 \begin_inset ERT
41465 status collapsed
41466
41467 \begin_layout Plain Layout
41468
41469
41470 \backslash
41471 fcolorbox{black}{
41472 \end_layout
41473
41474 \end_inset
41475
41476 CornflowerBlue
41477 \begin_inset ERT
41478 status collapsed
41479
41480 \begin_layout Plain Layout
41481
41482 }{
41483 \end_layout
41484
41485 \end_inset
41486
41487
41488 \begin_inset Phantom Phantom
41489 status open
41490
41491 \begin_layout Plain Layout
41492 W
41493 \end_layout
41494
41495 \end_inset
41496
41497
41498 \begin_inset ERT
41499 status collapsed
41500
41501 \begin_layout Plain Layout
41502
41503 }
41504 \end_layout
41505
41506 \end_inset
41507
41508  CornflowerBlue
41509 \end_layout
41510
41511 \end_inset
41512 </cell>
41513 </row>
41514 <row>
41515 <cell alignment="left" valignment="top" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524
41525 \backslash
41526 fcolorbox{black}{
41527 \end_layout
41528
41529 \end_inset
41530
41531 Dandelion
41532 \begin_inset ERT
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536
41537 }{
41538 \end_layout
41539
41540 \end_inset
41541
41542
41543 \begin_inset Phantom Phantom
41544 status open
41545
41546 \begin_layout Plain Layout
41547 W
41548 \end_layout
41549
41550 \end_inset
41551
41552
41553 \begin_inset ERT
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557
41558 }
41559 \end_layout
41560
41561 \end_inset
41562
41563  Dandelion
41564 \end_layout
41565
41566 \end_inset
41567 </cell>
41568 <cell alignment="left" valignment="top" usebox="none">
41569 \begin_inset Text
41570
41571 \begin_layout Plain Layout
41572 \begin_inset ERT
41573 status collapsed
41574
41575 \begin_layout Plain Layout
41576
41577
41578 \backslash
41579 fcolorbox{black}{
41580 \end_layout
41581
41582 \end_inset
41583
41584 DarkOrchid
41585 \begin_inset ERT
41586 status collapsed
41587
41588 \begin_layout Plain Layout
41589
41590 }{
41591 \end_layout
41592
41593 \end_inset
41594
41595
41596 \begin_inset Phantom Phantom
41597 status open
41598
41599 \begin_layout Plain Layout
41600 W
41601 \end_layout
41602
41603 \end_inset
41604
41605
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611 }
41612 \end_layout
41613
41614 \end_inset
41615
41616  DarkOrchid
41617 \end_layout
41618
41619 \end_inset
41620 </cell>
41621 <cell alignment="left" valignment="top" usebox="none">
41622 \begin_inset Text
41623
41624 \begin_layout Plain Layout
41625 \begin_inset ERT
41626 status collapsed
41627
41628 \begin_layout Plain Layout
41629
41630
41631 \backslash
41632 fcolorbox{black}{
41633 \end_layout
41634
41635 \end_inset
41636
41637 Emerald
41638 \begin_inset ERT
41639 status collapsed
41640
41641 \begin_layout Plain Layout
41642
41643 }{
41644 \end_layout
41645
41646 \end_inset
41647
41648
41649 \begin_inset Phantom Phantom
41650 status open
41651
41652 \begin_layout Plain Layout
41653 W
41654 \end_layout
41655
41656 \end_inset
41657
41658
41659 \begin_inset ERT
41660 status collapsed
41661
41662 \begin_layout Plain Layout
41663
41664 }
41665 \end_layout
41666
41667 \end_inset
41668
41669  Emerald
41670 \end_layout
41671
41672 \end_inset
41673 </cell>
41674 <cell alignment="left" valignment="top" usebox="none">
41675 \begin_inset Text
41676
41677 \begin_layout Plain Layout
41678 \begin_inset ERT
41679 status collapsed
41680
41681 \begin_layout Plain Layout
41682
41683
41684 \backslash
41685 fcolorbox{black}{
41686 \end_layout
41687
41688 \end_inset
41689
41690 ForestGreen
41691 \begin_inset ERT
41692 status collapsed
41693
41694 \begin_layout Plain Layout
41695
41696 }{
41697 \end_layout
41698
41699 \end_inset
41700
41701
41702 \begin_inset Phantom Phantom
41703 status open
41704
41705 \begin_layout Plain Layout
41706 W
41707 \end_layout
41708
41709 \end_inset
41710
41711
41712 \begin_inset ERT
41713 status collapsed
41714
41715 \begin_layout Plain Layout
41716
41717 }
41718 \end_layout
41719
41720 \end_inset
41721
41722  ForestGreen
41723 \end_layout
41724
41725 \end_inset
41726 </cell>
41727 </row>
41728 <row>
41729 <cell alignment="left" valignment="top" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738
41739 \backslash
41740 fcolorbox{black}{
41741 \end_layout
41742
41743 \end_inset
41744
41745 Fuchsia
41746 \begin_inset ERT
41747 status collapsed
41748
41749 \begin_layout Plain Layout
41750
41751 }{
41752 \end_layout
41753
41754 \end_inset
41755
41756
41757 \begin_inset Phantom Phantom
41758 status open
41759
41760 \begin_layout Plain Layout
41761 W
41762 \end_layout
41763
41764 \end_inset
41765
41766
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772 }
41773 \end_layout
41774
41775 \end_inset
41776
41777  Fuchsia
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 <cell alignment="left" valignment="top" usebox="none">
41783 \begin_inset Text
41784
41785 \begin_layout Plain Layout
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791
41792 \backslash
41793 fcolorbox{black}{
41794 \end_layout
41795
41796 \end_inset
41797
41798 Goldenrod
41799 \begin_inset ERT
41800 status collapsed
41801
41802 \begin_layout Plain Layout
41803
41804 }{
41805 \end_layout
41806
41807 \end_inset
41808
41809
41810 \begin_inset Phantom Phantom
41811 status open
41812
41813 \begin_layout Plain Layout
41814 W
41815 \end_layout
41816
41817 \end_inset
41818
41819
41820 \begin_inset ERT
41821 status collapsed
41822
41823 \begin_layout Plain Layout
41824
41825 }
41826 \end_layout
41827
41828 \end_inset
41829
41830  Goldenrod
41831 \end_layout
41832
41833 \end_inset
41834 </cell>
41835 <cell alignment="left" valignment="top" usebox="none">
41836 \begin_inset Text
41837
41838 \begin_layout Plain Layout
41839 \begin_inset ERT
41840 status collapsed
41841
41842 \begin_layout Plain Layout
41843
41844
41845 \backslash
41846 fcolorbox{black}{
41847 \end_layout
41848
41849 \end_inset
41850
41851 Gray
41852 \begin_inset ERT
41853 status collapsed
41854
41855 \begin_layout Plain Layout
41856
41857 }{
41858 \end_layout
41859
41860 \end_inset
41861
41862
41863 \begin_inset Phantom Phantom
41864 status open
41865
41866 \begin_layout Plain Layout
41867 W
41868 \end_layout
41869
41870 \end_inset
41871
41872
41873 \begin_inset ERT
41874 status collapsed
41875
41876 \begin_layout Plain Layout
41877
41878 }
41879 \end_layout
41880
41881 \end_inset
41882
41883  Gray
41884 \end_layout
41885
41886 \end_inset
41887 </cell>
41888 <cell alignment="left" valignment="top" usebox="none">
41889 \begin_inset Text
41890
41891 \begin_layout Plain Layout
41892 \begin_inset ERT
41893 status collapsed
41894
41895 \begin_layout Plain Layout
41896
41897
41898 \backslash
41899 fcolorbox{black}{
41900 \end_layout
41901
41902 \end_inset
41903
41904 GreenYellow
41905 \begin_inset ERT
41906 status collapsed
41907
41908 \begin_layout Plain Layout
41909
41910 }{
41911 \end_layout
41912
41913 \end_inset
41914
41915
41916 \begin_inset Phantom Phantom
41917 status open
41918
41919 \begin_layout Plain Layout
41920 W
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \begin_inset ERT
41927 status collapsed
41928
41929 \begin_layout Plain Layout
41930
41931 }
41932 \end_layout
41933
41934 \end_inset
41935
41936  GreenYellow
41937 \end_layout
41938
41939 \end_inset
41940 </cell>
41941 </row>
41942 <row>
41943 <cell alignment="center" valignment="top" usebox="none">
41944 \begin_inset Text
41945
41946 \begin_layout Plain Layout
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952
41953 \backslash
41954 fcolorbox{black}{
41955 \end_layout
41956
41957 \end_inset
41958
41959 JungleGreen
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 }{
41966 \end_layout
41967
41968 \end_inset
41969
41970
41971 \begin_inset Phantom Phantom
41972 status open
41973
41974 \begin_layout Plain Layout
41975 W
41976 \end_layout
41977
41978 \end_inset
41979
41980
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986 }
41987 \end_layout
41988
41989 \end_inset
41990
41991  JungleGreen
41992 \end_layout
41993
41994 \end_inset
41995 </cell>
41996 <cell alignment="center" valignment="top" usebox="none">
41997 \begin_inset Text
41998
41999 \begin_layout Plain Layout
42000 \begin_inset ERT
42001 status collapsed
42002
42003 \begin_layout Plain Layout
42004
42005
42006 \backslash
42007 fcolorbox{black}{
42008 \end_layout
42009
42010 \end_inset
42011
42012 Lavender
42013 \begin_inset ERT
42014 status collapsed
42015
42016 \begin_layout Plain Layout
42017
42018 }{
42019 \end_layout
42020
42021 \end_inset
42022
42023
42024 \begin_inset Phantom Phantom
42025 status open
42026
42027 \begin_layout Plain Layout
42028 W
42029 \end_layout
42030
42031 \end_inset
42032
42033
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039 }
42040 \end_layout
42041
42042 \end_inset
42043
42044  Lavender
42045 \end_layout
42046
42047 \end_inset
42048 </cell>
42049 <cell alignment="center" valignment="top" usebox="none">
42050 \begin_inset Text
42051
42052 \begin_layout Plain Layout
42053 \begin_inset ERT
42054 status collapsed
42055
42056 \begin_layout Plain Layout
42057
42058
42059 \backslash
42060 fcolorbox{black}{
42061 \end_layout
42062
42063 \end_inset
42064
42065 LimeGreen
42066 \begin_inset ERT
42067 status collapsed
42068
42069 \begin_layout Plain Layout
42070
42071 }{
42072 \end_layout
42073
42074 \end_inset
42075
42076
42077 \begin_inset Phantom Phantom
42078 status open
42079
42080 \begin_layout Plain Layout
42081 W
42082 \end_layout
42083
42084 \end_inset
42085
42086
42087 \begin_inset ERT
42088 status collapsed
42089
42090 \begin_layout Plain Layout
42091
42092 }
42093 \end_layout
42094
42095 \end_inset
42096
42097  LimeGreen
42098 \end_layout
42099
42100 \end_inset
42101 </cell>
42102 <cell alignment="center" valignment="top" usebox="none">
42103 \begin_inset Text
42104
42105 \begin_layout Plain Layout
42106 \begin_inset ERT
42107 status collapsed
42108
42109 \begin_layout Plain Layout
42110
42111
42112 \backslash
42113 fcolorbox{black}{
42114 \end_layout
42115
42116 \end_inset
42117
42118 Mahogany
42119 \begin_inset ERT
42120 status collapsed
42121
42122 \begin_layout Plain Layout
42123
42124 }{
42125 \end_layout
42126
42127 \end_inset
42128
42129
42130 \begin_inset Phantom Phantom
42131 status open
42132
42133 \begin_layout Plain Layout
42134 W
42135 \end_layout
42136
42137 \end_inset
42138
42139
42140 \begin_inset ERT
42141 status collapsed
42142
42143 \begin_layout Plain Layout
42144
42145 }
42146 \end_layout
42147
42148 \end_inset
42149
42150  Mahogany
42151 \end_layout
42152
42153 \end_inset
42154 </cell>
42155 </row>
42156 <row>
42157 <cell alignment="left" valignment="top" usebox="none">
42158 \begin_inset Text
42159
42160 \begin_layout Plain Layout
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166
42167 \backslash
42168 fcolorbox{black}{
42169 \end_layout
42170
42171 \end_inset
42172
42173 Mahogany
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179 }{
42180 \end_layout
42181
42182 \end_inset
42183
42184
42185 \begin_inset Phantom Phantom
42186 status open
42187
42188 \begin_layout Plain Layout
42189 W
42190 \end_layout
42191
42192 \end_inset
42193
42194
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200 }
42201 \end_layout
42202
42203 \end_inset
42204
42205  Mahogany
42206 \end_layout
42207
42208 \end_inset
42209 </cell>
42210 <cell alignment="left" valignment="top" usebox="none">
42211 \begin_inset Text
42212
42213 \begin_layout Plain Layout
42214 \begin_inset ERT
42215 status collapsed
42216
42217 \begin_layout Plain Layout
42218
42219
42220 \backslash
42221 fcolorbox{black}{
42222 \end_layout
42223
42224 \end_inset
42225
42226 Maroon
42227 \begin_inset ERT
42228 status collapsed
42229
42230 \begin_layout Plain Layout
42231
42232 }{
42233 \end_layout
42234
42235 \end_inset
42236
42237
42238 \begin_inset Phantom Phantom
42239 status open
42240
42241 \begin_layout Plain Layout
42242 W
42243 \end_layout
42244
42245 \end_inset
42246
42247
42248 \begin_inset ERT
42249 status collapsed
42250
42251 \begin_layout Plain Layout
42252
42253 }
42254 \end_layout
42255
42256 \end_inset
42257
42258  Maroon
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 <cell alignment="left" valignment="top" usebox="none">
42264 \begin_inset Text
42265
42266 \begin_layout Plain Layout
42267 \begin_inset ERT
42268 status collapsed
42269
42270 \begin_layout Plain Layout
42271
42272
42273 \backslash
42274 fcolorbox{black}{
42275 \end_layout
42276
42277 \end_inset
42278
42279 Melon
42280 \begin_inset ERT
42281 status collapsed
42282
42283 \begin_layout Plain Layout
42284
42285 }{
42286 \end_layout
42287
42288 \end_inset
42289
42290
42291 \begin_inset Phantom Phantom
42292 status open
42293
42294 \begin_layout Plain Layout
42295 W
42296 \end_layout
42297
42298 \end_inset
42299
42300
42301 \begin_inset ERT
42302 status collapsed
42303
42304 \begin_layout Plain Layout
42305
42306 }
42307 \end_layout
42308
42309 \end_inset
42310
42311  Melon
42312 \end_layout
42313
42314 \end_inset
42315 </cell>
42316 <cell alignment="left" valignment="top" usebox="none">
42317 \begin_inset Text
42318
42319 \begin_layout Plain Layout
42320 \begin_inset ERT
42321 status collapsed
42322
42323 \begin_layout Plain Layout
42324
42325
42326 \backslash
42327 fcolorbox{black}{
42328 \end_layout
42329
42330 \end_inset
42331
42332 MidnightBlue
42333 \begin_inset ERT
42334 status collapsed
42335
42336 \begin_layout Plain Layout
42337
42338 }{
42339 \end_layout
42340
42341 \end_inset
42342
42343
42344 \begin_inset Phantom Phantom
42345 status open
42346
42347 \begin_layout Plain Layout
42348 W
42349 \end_layout
42350
42351 \end_inset
42352
42353
42354 \begin_inset ERT
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358
42359 }
42360 \end_layout
42361
42362 \end_inset
42363
42364  MidnightBlue
42365 \end_layout
42366
42367 \end_inset
42368 </cell>
42369 </row>
42370 <row>
42371 <cell alignment="left" valignment="top" usebox="none">
42372 \begin_inset Text
42373
42374 \begin_layout Plain Layout
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380
42381 \backslash
42382 fcolorbox{black}{
42383 \end_layout
42384
42385 \end_inset
42386
42387 Mulberry
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393 }{
42394 \end_layout
42395
42396 \end_inset
42397
42398
42399 \begin_inset Phantom Phantom
42400 status open
42401
42402 \begin_layout Plain Layout
42403 W
42404 \end_layout
42405
42406 \end_inset
42407
42408
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }
42415 \end_layout
42416
42417 \end_inset
42418
42419  Mulberry
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 <cell alignment="left" valignment="top" usebox="none">
42425 \begin_inset Text
42426
42427 \begin_layout Plain Layout
42428 \begin_inset ERT
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432
42433
42434 \backslash
42435 fcolorbox{black}{
42436 \end_layout
42437
42438 \end_inset
42439
42440 NavyBlue
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446 }{
42447 \end_layout
42448
42449 \end_inset
42450
42451
42452 \begin_inset Phantom Phantom
42453 status open
42454
42455 \begin_layout Plain Layout
42456 W
42457 \end_layout
42458
42459 \end_inset
42460
42461
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467 }
42468 \end_layout
42469
42470 \end_inset
42471
42472  NavyBlue
42473 \end_layout
42474
42475 \end_inset
42476 </cell>
42477 <cell alignment="left" valignment="top" usebox="none">
42478 \begin_inset Text
42479
42480 \begin_layout Plain Layout
42481 \begin_inset ERT
42482 status collapsed
42483
42484 \begin_layout Plain Layout
42485
42486
42487 \backslash
42488 fcolorbox{black}{
42489 \end_layout
42490
42491 \end_inset
42492
42493 OliveGreen
42494 \begin_inset ERT
42495 status collapsed
42496
42497 \begin_layout Plain Layout
42498
42499 }{
42500 \end_layout
42501
42502 \end_inset
42503
42504
42505 \begin_inset Phantom Phantom
42506 status open
42507
42508 \begin_layout Plain Layout
42509 W
42510 \end_layout
42511
42512 \end_inset
42513
42514
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520 }
42521 \end_layout
42522
42523 \end_inset
42524
42525  OliveGreen
42526 \end_layout
42527
42528 \end_inset
42529 </cell>
42530 <cell alignment="left" valignment="top" usebox="none">
42531 \begin_inset Text
42532
42533 \begin_layout Plain Layout
42534 \begin_inset ERT
42535 status collapsed
42536
42537 \begin_layout Plain Layout
42538
42539
42540 \backslash
42541 fcolorbox{black}{
42542 \end_layout
42543
42544 \end_inset
42545
42546 Orange
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }{
42553 \end_layout
42554
42555 \end_inset
42556
42557
42558 \begin_inset Phantom Phantom
42559 status open
42560
42561 \begin_layout Plain Layout
42562 W
42563 \end_layout
42564
42565 \end_inset
42566
42567
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573 }
42574 \end_layout
42575
42576 \end_inset
42577
42578  Orange
42579 \end_layout
42580
42581 \end_inset
42582 </cell>
42583 </row>
42584 <row>
42585 <cell alignment="left" valignment="top" usebox="none">
42586 \begin_inset Text
42587
42588 \begin_layout Plain Layout
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594
42595 \backslash
42596 fcolorbox{black}{
42597 \end_layout
42598
42599 \end_inset
42600
42601 OrangeRed
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }{
42608 \end_layout
42609
42610 \end_inset
42611
42612
42613 \begin_inset Phantom Phantom
42614 status open
42615
42616 \begin_layout Plain Layout
42617 W
42618 \end_layout
42619
42620 \end_inset
42621
42622
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }
42629 \end_layout
42630
42631 \end_inset
42632
42633  OrangeRed
42634 \end_layout
42635
42636 \end_inset
42637 </cell>
42638 <cell alignment="left" valignment="top" usebox="none">
42639 \begin_inset Text
42640
42641 \begin_layout Plain Layout
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647
42648 \backslash
42649 fcolorbox{black}{
42650 \end_layout
42651
42652 \end_inset
42653
42654 Orchid
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }{
42661 \end_layout
42662
42663 \end_inset
42664
42665
42666 \begin_inset Phantom Phantom
42667 status open
42668
42669 \begin_layout Plain Layout
42670 W
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }
42682 \end_layout
42683
42684 \end_inset
42685
42686  Orchid
42687 \end_layout
42688
42689 \end_inset
42690 </cell>
42691 <cell alignment="left" valignment="top" usebox="none">
42692 \begin_inset Text
42693
42694 \begin_layout Plain Layout
42695 \begin_inset ERT
42696 status collapsed
42697
42698 \begin_layout Plain Layout
42699
42700
42701 \backslash
42702 fcolorbox{black}{
42703 \end_layout
42704
42705 \end_inset
42706
42707 Peach
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }{
42714 \end_layout
42715
42716 \end_inset
42717
42718
42719 \begin_inset Phantom Phantom
42720 status open
42721
42722 \begin_layout Plain Layout
42723 W
42724 \end_layout
42725
42726 \end_inset
42727
42728
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734 }
42735 \end_layout
42736
42737 \end_inset
42738
42739  Peach
42740 \end_layout
42741
42742 \end_inset
42743 </cell>
42744 <cell alignment="left" valignment="top" usebox="none">
42745 \begin_inset Text
42746
42747 \begin_layout Plain Layout
42748 \begin_inset ERT
42749 status collapsed
42750
42751 \begin_layout Plain Layout
42752
42753
42754 \backslash
42755 fcolorbox{black}{
42756 \end_layout
42757
42758 \end_inset
42759
42760 Periwinkle
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766 }{
42767 \end_layout
42768
42769 \end_inset
42770
42771
42772 \begin_inset Phantom Phantom
42773 status open
42774
42775 \begin_layout Plain Layout
42776 W
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787 }
42788 \end_layout
42789
42790 \end_inset
42791
42792  Periwinkle
42793 \end_layout
42794
42795 \end_inset
42796 </cell>
42797 </row>
42798 <row>
42799 <cell alignment="left" valignment="top" usebox="none">
42800 \begin_inset Text
42801
42802 \begin_layout Plain Layout
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808
42809 \backslash
42810 fcolorbox{black}{
42811 \end_layout
42812
42813 \end_inset
42814
42815 PineGreen
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }{
42822 \end_layout
42823
42824 \end_inset
42825
42826
42827 \begin_inset Phantom Phantom
42828 status open
42829
42830 \begin_layout Plain Layout
42831 W
42832 \end_layout
42833
42834 \end_inset
42835
42836
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }
42843 \end_layout
42844
42845 \end_inset
42846
42847  PineGreen
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 <cell alignment="left" valignment="top" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861
42862 \backslash
42863 fcolorbox{black}{
42864 \end_layout
42865
42866 \end_inset
42867
42868 Plum
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }{
42875 \end_layout
42876
42877 \end_inset
42878
42879
42880 \begin_inset Phantom Phantom
42881 status open
42882
42883 \begin_layout Plain Layout
42884 W
42885 \end_layout
42886
42887 \end_inset
42888
42889
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }
42896 \end_layout
42897
42898 \end_inset
42899
42900  Plum
42901 \end_layout
42902
42903 \end_inset
42904 </cell>
42905 <cell alignment="left" valignment="top" usebox="none">
42906 \begin_inset Text
42907
42908 \begin_layout Plain Layout
42909 \begin_inset ERT
42910 status collapsed
42911
42912 \begin_layout Plain Layout
42913
42914
42915 \backslash
42916 fcolorbox{black}{
42917 \end_layout
42918
42919 \end_inset
42920
42921 ProcessBlue
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }{
42928 \end_layout
42929
42930 \end_inset
42931
42932
42933 \begin_inset Phantom Phantom
42934 status open
42935
42936 \begin_layout Plain Layout
42937 W
42938 \end_layout
42939
42940 \end_inset
42941
42942
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948 }
42949 \end_layout
42950
42951 \end_inset
42952
42953  ProcessBlue
42954 \end_layout
42955
42956 \end_inset
42957 </cell>
42958 <cell alignment="left" valignment="top" usebox="none">
42959 \begin_inset Text
42960
42961 \begin_layout Plain Layout
42962 \begin_inset ERT
42963 status collapsed
42964
42965 \begin_layout Plain Layout
42966
42967
42968 \backslash
42969 fcolorbox{black}{
42970 \end_layout
42971
42972 \end_inset
42973
42974 Purple
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }{
42981 \end_layout
42982
42983 \end_inset
42984
42985
42986 \begin_inset Phantom Phantom
42987 status open
42988
42989 \begin_layout Plain Layout
42990 W
42991 \end_layout
42992
42993 \end_inset
42994
42995
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001 }
43002 \end_layout
43003
43004 \end_inset
43005
43006  Purple
43007 \end_layout
43008
43009 \end_inset
43010 </cell>
43011 </row>
43012 <row>
43013 <cell alignment="left" valignment="top" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022
43023 \backslash
43024 fcolorbox{black}{
43025 \end_layout
43026
43027 \end_inset
43028
43029 RawSienna
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }{
43036 \end_layout
43037
43038 \end_inset
43039
43040
43041 \begin_inset Phantom Phantom
43042 status open
43043
43044 \begin_layout Plain Layout
43045 W
43046 \end_layout
43047
43048 \end_inset
43049
43050
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }
43057 \end_layout
43058
43059 \end_inset
43060
43061  RawSienna
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 <cell alignment="left" valignment="top" usebox="none">
43067 \begin_inset Text
43068
43069 \begin_layout Plain Layout
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075
43076 \backslash
43077 fcolorbox{black}{
43078 \end_layout
43079
43080 \end_inset
43081
43082 RedOrange
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }{
43089 \end_layout
43090
43091 \end_inset
43092
43093
43094 \begin_inset Phantom Phantom
43095 status open
43096
43097 \begin_layout Plain Layout
43098 W
43099 \end_layout
43100
43101 \end_inset
43102
43103
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }
43110 \end_layout
43111
43112 \end_inset
43113
43114  RedOrange
43115 \end_layout
43116
43117 \end_inset
43118 </cell>
43119 <cell alignment="left" valignment="top" usebox="none">
43120 \begin_inset Text
43121
43122 \begin_layout Plain Layout
43123 \begin_inset ERT
43124 status collapsed
43125
43126 \begin_layout Plain Layout
43127
43128
43129 \backslash
43130 fcolorbox{black}{
43131 \end_layout
43132
43133 \end_inset
43134
43135 RedViolet
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }{
43142 \end_layout
43143
43144 \end_inset
43145
43146
43147 \begin_inset Phantom Phantom
43148 status open
43149
43150 \begin_layout Plain Layout
43151 W
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }
43163 \end_layout
43164
43165 \end_inset
43166
43167  RedViolet
43168 \end_layout
43169
43170 \end_inset
43171 </cell>
43172 <cell alignment="left" valignment="top" usebox="none">
43173 \begin_inset Text
43174
43175 \begin_layout Plain Layout
43176 \begin_inset ERT
43177 status collapsed
43178
43179 \begin_layout Plain Layout
43180
43181
43182 \backslash
43183 fcolorbox{black}{
43184 \end_layout
43185
43186 \end_inset
43187
43188 Rhodamine
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }{
43195 \end_layout
43196
43197 \end_inset
43198
43199
43200 \begin_inset Phantom Phantom
43201 status open
43202
43203 \begin_layout Plain Layout
43204 W
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215 }
43216 \end_layout
43217
43218 \end_inset
43219
43220  Rhodamine
43221 \end_layout
43222
43223 \end_inset
43224 </cell>
43225 </row>
43226 <row>
43227 <cell alignment="left" valignment="top" usebox="none">
43228 \begin_inset Text
43229
43230 \begin_layout Plain Layout
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236
43237 \backslash
43238 fcolorbox{black}{
43239 \end_layout
43240
43241 \end_inset
43242
43243 RoyalBlue
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }{
43250 \end_layout
43251
43252 \end_inset
43253
43254
43255 \begin_inset Phantom Phantom
43256 status open
43257
43258 \begin_layout Plain Layout
43259 W
43260 \end_layout
43261
43262 \end_inset
43263
43264
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }
43271 \end_layout
43272
43273 \end_inset
43274
43275  RoyalBlue
43276 \end_layout
43277
43278 \end_inset
43279 </cell>
43280 <cell alignment="left" valignment="top" usebox="none">
43281 \begin_inset Text
43282
43283 \begin_layout Plain Layout
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289
43290 \backslash
43291 fcolorbox{black}{
43292 \end_layout
43293
43294 \end_inset
43295
43296 RoyalPurple
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }{
43303 \end_layout
43304
43305 \end_inset
43306
43307
43308 \begin_inset Phantom Phantom
43309 status open
43310
43311 \begin_layout Plain Layout
43312 W
43313 \end_layout
43314
43315 \end_inset
43316
43317
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }
43324 \end_layout
43325
43326 \end_inset
43327
43328  RoyalPurple
43329 \end_layout
43330
43331 \end_inset
43332 </cell>
43333 <cell alignment="left" valignment="top" usebox="none">
43334 \begin_inset Text
43335
43336 \begin_layout Plain Layout
43337 \begin_inset ERT
43338 status collapsed
43339
43340 \begin_layout Plain Layout
43341
43342
43343 \backslash
43344 fcolorbox{black}{
43345 \end_layout
43346
43347 \end_inset
43348
43349 RubineRed
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }{
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \begin_inset Phantom Phantom
43362 status open
43363
43364 \begin_layout Plain Layout
43365 W
43366 \end_layout
43367
43368 \end_inset
43369
43370
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }
43377 \end_layout
43378
43379 \end_inset
43380
43381  RubineRed
43382 \end_layout
43383
43384 \end_inset
43385 </cell>
43386 <cell alignment="left" valignment="top" usebox="none">
43387 \begin_inset Text
43388
43389 \begin_layout Plain Layout
43390 \begin_inset ERT
43391 status collapsed
43392
43393 \begin_layout Plain Layout
43394
43395
43396 \backslash
43397 fcolorbox{black}{
43398 \end_layout
43399
43400 \end_inset
43401
43402 Salmon
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }{
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \begin_inset Phantom Phantom
43415 status open
43416
43417 \begin_layout Plain Layout
43418 W
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429 }
43430 \end_layout
43431
43432 \end_inset
43433
43434  Salmon
43435 \end_layout
43436
43437 \end_inset
43438 </cell>
43439 </row>
43440 <row>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450
43451 \backslash
43452 fcolorbox{black}{
43453 \end_layout
43454
43455 \end_inset
43456
43457 SeaGreen
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }{
43464 \end_layout
43465
43466 \end_inset
43467
43468
43469 \begin_inset Phantom Phantom
43470 status open
43471
43472 \begin_layout Plain Layout
43473 W
43474 \end_layout
43475
43476 \end_inset
43477
43478
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }
43485 \end_layout
43486
43487 \end_inset
43488
43489  SeaGreen
43490 \end_layout
43491
43492 \end_inset
43493 </cell>
43494 <cell alignment="left" valignment="top" usebox="none">
43495 \begin_inset Text
43496
43497 \begin_layout Plain Layout
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503
43504 \backslash
43505 fcolorbox{black}{
43506 \end_layout
43507
43508 \end_inset
43509
43510 Sepia
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }{
43517 \end_layout
43518
43519 \end_inset
43520
43521
43522 \begin_inset Phantom Phantom
43523 status open
43524
43525 \begin_layout Plain Layout
43526 W
43527 \end_layout
43528
43529 \end_inset
43530
43531
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }
43538 \end_layout
43539
43540 \end_inset
43541
43542  Sepia
43543 \end_layout
43544
43545 \end_inset
43546 </cell>
43547 <cell alignment="left" valignment="top" usebox="none">
43548 \begin_inset Text
43549
43550 \begin_layout Plain Layout
43551 \begin_inset ERT
43552 status collapsed
43553
43554 \begin_layout Plain Layout
43555
43556
43557 \backslash
43558 fcolorbox{black}{
43559 \end_layout
43560
43561 \end_inset
43562
43563 SkyBlue
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }{
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \begin_inset Phantom Phantom
43576 status open
43577
43578 \begin_layout Plain Layout
43579 W
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590 }
43591 \end_layout
43592
43593 \end_inset
43594
43595  SkyBlue
43596 \end_layout
43597
43598 \end_inset
43599 </cell>
43600 <cell alignment="left" valignment="top" usebox="none">
43601 \begin_inset Text
43602
43603 \begin_layout Plain Layout
43604 \begin_inset ERT
43605 status collapsed
43606
43607 \begin_layout Plain Layout
43608
43609
43610 \backslash
43611 fcolorbox{black}{
43612 \end_layout
43613
43614 \end_inset
43615
43616 SpringGreen
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }{
43623 \end_layout
43624
43625 \end_inset
43626
43627
43628 \begin_inset Phantom Phantom
43629 status open
43630
43631 \begin_layout Plain Layout
43632 W
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643 }
43644 \end_layout
43645
43646 \end_inset
43647
43648  SpringGreen
43649 \end_layout
43650
43651 \end_inset
43652 </cell>
43653 </row>
43654 <row>
43655 <cell alignment="left" valignment="top" usebox="none">
43656 \begin_inset Text
43657
43658 \begin_layout Plain Layout
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664
43665 \backslash
43666 fcolorbox{black}{
43667 \end_layout
43668
43669 \end_inset
43670
43671 Tan
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }{
43678 \end_layout
43679
43680 \end_inset
43681
43682
43683 \begin_inset Phantom Phantom
43684 status open
43685
43686 \begin_layout Plain Layout
43687 W
43688 \end_layout
43689
43690 \end_inset
43691
43692
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }
43699 \end_layout
43700
43701 \end_inset
43702
43703  Tan
43704 \end_layout
43705
43706 \end_inset
43707 </cell>
43708 <cell alignment="left" valignment="top" usebox="none">
43709 \begin_inset Text
43710
43711 \begin_layout Plain Layout
43712 \begin_inset ERT
43713 status collapsed
43714
43715 \begin_layout Plain Layout
43716
43717
43718 \backslash
43719 fcolorbox{black}{
43720 \end_layout
43721
43722 \end_inset
43723
43724 TealBlue
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }{
43731 \end_layout
43732
43733 \end_inset
43734
43735
43736 \begin_inset Phantom Phantom
43737 status open
43738
43739 \begin_layout Plain Layout
43740 W
43741 \end_layout
43742
43743 \end_inset
43744
43745
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751 }
43752 \end_layout
43753
43754 \end_inset
43755
43756  TealBlue
43757 \end_layout
43758
43759 \end_inset
43760 </cell>
43761 <cell alignment="left" valignment="top" usebox="none">
43762 \begin_inset Text
43763
43764 \begin_layout Plain Layout
43765 \begin_inset ERT
43766 status collapsed
43767
43768 \begin_layout Plain Layout
43769
43770
43771 \backslash
43772 fcolorbox{black}{
43773 \end_layout
43774
43775 \end_inset
43776
43777 Thistle
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }{
43784 \end_layout
43785
43786 \end_inset
43787
43788
43789 \begin_inset Phantom Phantom
43790 status open
43791
43792 \begin_layout Plain Layout
43793 W
43794 \end_layout
43795
43796 \end_inset
43797
43798
43799 \begin_inset ERT
43800 status collapsed
43801
43802 \begin_layout Plain Layout
43803
43804 }
43805 \end_layout
43806
43807 \end_inset
43808
43809  Thistle
43810 \end_layout
43811
43812 \end_inset
43813 </cell>
43814 <cell alignment="left" valignment="top" usebox="none">
43815 \begin_inset Text
43816
43817 \begin_layout Plain Layout
43818 \begin_inset ERT
43819 status collapsed
43820
43821 \begin_layout Plain Layout
43822
43823
43824 \backslash
43825 fcolorbox{black}{
43826 \end_layout
43827
43828 \end_inset
43829
43830 Turquoise
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }{
43837 \end_layout
43838
43839 \end_inset
43840
43841
43842 \begin_inset Phantom Phantom
43843 status open
43844
43845 \begin_layout Plain Layout
43846 W
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857 }
43858 \end_layout
43859
43860 \end_inset
43861
43862  Turquoise
43863 \end_layout
43864
43865 \end_inset
43866 </cell>
43867 </row>
43868 <row>
43869 <cell alignment="left" valignment="top" usebox="none">
43870 \begin_inset Text
43871
43872 \begin_layout Plain Layout
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878
43879 \backslash
43880 fcolorbox{black}{
43881 \end_layout
43882
43883 \end_inset
43884
43885 Violet
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }{
43892 \end_layout
43893
43894 \end_inset
43895
43896
43897 \begin_inset Phantom Phantom
43898 status open
43899
43900 \begin_layout Plain Layout
43901 W
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912 }
43913 \end_layout
43914
43915 \end_inset
43916
43917  Violet
43918 \end_layout
43919
43920 \end_inset
43921 </cell>
43922 <cell alignment="left" valignment="top" usebox="none">
43923 \begin_inset Text
43924
43925 \begin_layout Plain Layout
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931
43932 \backslash
43933 fcolorbox{black}{
43934 \end_layout
43935
43936 \end_inset
43937
43938 VioletRed
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }{
43945 \end_layout
43946
43947 \end_inset
43948
43949
43950 \begin_inset Phantom Phantom
43951 status open
43952
43953 \begin_layout Plain Layout
43954 W
43955 \end_layout
43956
43957 \end_inset
43958
43959
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965 }
43966 \end_layout
43967
43968 \end_inset
43969
43970  VioletRed
43971 \end_layout
43972
43973 \end_inset
43974 </cell>
43975 <cell alignment="left" valignment="top" usebox="none">
43976 \begin_inset Text
43977
43978 \begin_layout Plain Layout
43979 \begin_inset ERT
43980 status collapsed
43981
43982 \begin_layout Plain Layout
43983
43984
43985 \backslash
43986 fcolorbox{black}{
43987 \end_layout
43988
43989 \end_inset
43990
43991 WildStrawberry
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }{
43998 \end_layout
43999
44000 \end_inset
44001
44002
44003 \begin_inset Phantom Phantom
44004 status open
44005
44006 \begin_layout Plain Layout
44007 W
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset ERT
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017
44018 }
44019 \end_layout
44020
44021 \end_inset
44022
44023  WildStrawberry
44024 \end_layout
44025
44026 \end_inset
44027 </cell>
44028 <cell alignment="left" valignment="top" usebox="none">
44029 \begin_inset Text
44030
44031 \begin_layout Plain Layout
44032 \begin_inset ERT
44033 status collapsed
44034
44035 \begin_layout Plain Layout
44036
44037
44038 \backslash
44039 fcolorbox{black}{
44040 \end_layout
44041
44042 \end_inset
44043
44044 YellowGreen
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }{
44051 \end_layout
44052
44053 \end_inset
44054
44055
44056 \begin_inset Phantom Phantom
44057 status open
44058
44059 \begin_layout Plain Layout
44060 W
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071 }
44072 \end_layout
44073
44074 \end_inset
44075
44076  YellowGreen
44077 \end_layout
44078
44079 \end_inset
44080 </cell>
44081 </row>
44082 <row>
44083 <cell alignment="left" valignment="top" usebox="none">
44084 \begin_inset Text
44085
44086 \begin_layout Plain Layout
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092
44093 \backslash
44094 fcolorbox{black}{
44095 \end_layout
44096
44097 \end_inset
44098
44099 YellowOrange
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }{
44106 \end_layout
44107
44108 \end_inset
44109
44110
44111 \begin_inset Phantom Phantom
44112 status open
44113
44114 \begin_layout Plain Layout
44115 W
44116 \end_layout
44117
44118 \end_inset
44119
44120
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126 }
44127 \end_layout
44128
44129 \end_inset
44130
44131  YellowOrange
44132 \end_layout
44133
44134 \end_inset
44135 </cell>
44136 <cell alignment="left" valignment="top" usebox="none">
44137 \begin_inset Text
44138
44139 \begin_layout Plain Layout
44140
44141 \end_layout
44142
44143 \end_inset
44144 </cell>
44145 <cell alignment="left" valignment="top" usebox="none">
44146 \begin_inset Text
44147
44148 \begin_layout Plain Layout
44149
44150 \end_layout
44151
44152 \end_inset
44153 </cell>
44154 <cell alignment="left" valignment="top" usebox="none">
44155 \begin_inset Text
44156
44157 \begin_layout Plain Layout
44158
44159 \end_layout
44160
44161 \end_inset
44162 </cell>
44163 </row>
44164 </lyxtabular>
44165
44166 \end_inset
44167
44168
44169 \end_layout
44170
44171 \begin_layout Chapter
44172 Explicación de la ecuación
44173 \begin_inset space ~
44174 \end_inset
44175
44176 (
44177 \begin_inset CommandInset ref
44178 LatexCommand ref
44179 reference "eq:Wgn"
44180
44181 \end_inset
44182
44183 )
44184 \begin_inset CommandInset label
44185 LatexCommand label
44186 name "cap:Explicación-de-la-Ecuación"
44187
44188 \end_inset
44189
44190
44191 \end_layout
44192
44193 \begin_layout Standard
44194 La anchura total de 
44195 \emph on
44196 n
44197 \emph default
44198  celdas de un cuadro 
44199 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44200 \end_inset
44201
44202  puede calcularse con
44203 \begin_inset Formula 
44204 \begin{equation}
44205 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44206 \end{equation}
44207
44208 \end_inset
44209
44210
44211 \end_layout
44212
44213 \begin_layout Standard
44214 donde 
44215 \begin_inset Formula $W_{g\,n}$
44216 \end_inset
44217
44218  es el ancho dado de todas las celdas.
44219  
44220 \series bold
44221
44222 \backslash
44223 tabcolsep
44224 \series default
44225  es la longitud \SpecialChar LaTeX
44226  entre el texto y el borde de la celda, 6
44227 \begin_inset space \thinspace{}
44228 \end_inset
44229
44230 pt por omisión.
44231  
44232 \series bold
44233
44234 \backslash
44235 arrayrulewidth
44236 \series default
44237  es el grosor de línea del borde, 0.4
44238 \begin_inset space \thinspace{}
44239 \end_inset
44240
44241 pt por omisión.
44242 \end_layout
44243
44244 \begin_layout Standard
44245 Procediendo como en la ecuación
44246 \begin_inset space ~
44247 \end_inset
44248
44249
44250 \begin_inset CommandInset ref
44251 LatexCommand eqref
44252 reference "eq:Wtot_n"
44253
44254 \end_inset
44255
44256 , el ancho total de una multicolumna, 
44257 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44258 \end_inset
44259
44260  es
44261 \begin_inset Formula 
44262 \begin{equation}
44263 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44264 \end{equation}
44265
44266 \end_inset
44267
44268
44269 \end_layout
44270
44271 \begin_layout Standard
44272 Igualando las ecuaciones
44273 \begin_inset space ~
44274 \end_inset
44275
44276
44277 \begin_inset CommandInset ref
44278 LatexCommand eqref
44279 reference "eq:Wtot_n"
44280
44281 \end_inset
44282
44283  y 
44284 \begin_inset CommandInset ref
44285 LatexCommand eqref
44286 reference "eq:Wtot_mult"
44287
44288 \end_inset
44289
44290  podemos calcular el ancho dado necesario 
44291 \begin_inset Formula $W_{g\,n}$
44292 \end_inset
44293
44294  cuando se expanden 
44295 \emph on
44296 n
44297 \emph default
44298  columnas, de forma que cada una de ellas tiene una anchura total 
44299 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44300 \end_inset
44301
44302 :
44303 \begin_inset Formula 
44304 \begin{equation}
44305 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44306 \end{equation}
44307
44308 \end_inset
44309
44310
44311 \end_layout
44312
44313 \begin_layout Bibliography
44314 \begin_inset CommandInset bibitem
44315 LatexCommand bibitem
44316 key "latexcompanion"
44317
44318 \end_inset
44319
44320 Frank Mittelbach and Michel Goossens: 
44321 \emph on
44322 The \SpecialChar LaTeX
44323  Companion Second Edition.
44324
44325 \emph default
44326  Addison-Wesley, 2004
44327 \end_layout
44328
44329 \begin_layout Bibliography
44330 \begin_inset CommandInset bibitem
44331 LatexCommand bibitem
44332 key "latexguide"
44333
44334 \end_inset
44335
44336 Helmut Kopka and Patrick W.
44337  Daly: 
44338 \emph on
44339 A Guide to \SpecialChar LaTeX
44340  Fourth Edition.
44341
44342 \emph default
44343  Addison-Wesley, 2003
44344 \end_layout
44345
44346 \begin_layout Bibliography
44347 \begin_inset CommandInset bibitem
44348 LatexCommand bibitem
44349 key "latexbook"
44350
44351 \end_inset
44352
44353 Leslie Lamport: 
44354 \emph on
44355 \SpecialChar LaTeX
44356 : A Document Preparation System.
44357
44358 \emph default
44359  Addison-Wesley, second edition, 1994
44360 \end_layout
44361
44362 \begin_layout Bibliography
44363 \begin_inset CommandInset bibitem
44364 LatexCommand bibitem
44365 key "arydshln"
44366
44367 \end_inset
44368
44369 Documentación del paquete \SpecialChar LaTeX
44370  
44371 \series bold
44372
44373 \begin_inset CommandInset href
44374 LatexCommand href
44375 name "arydshln"
44376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44377
44378 \end_inset
44379
44380
44381 \series default
44382
44383 \begin_inset Index idx
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387 \SpecialChar LaTeX
44388 -paquetes ! arydshln
44389 \end_layout
44390
44391 \end_inset
44392
44393
44394 \end_layout
44395
44396 \begin_layout Bibliography
44397 \begin_inset CommandInset bibitem
44398 LatexCommand bibitem
44399 key "booktabs"
44400
44401 \end_inset
44402
44403 Documentación del paquete \SpecialChar LaTeX
44404  
44405 \series bold
44406
44407 \begin_inset CommandInset href
44408 LatexCommand href
44409 name "booktabs"
44410 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44411
44412 \end_inset
44413
44414
44415 \series default
44416
44417 \begin_inset Index idx
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421 \SpecialChar LaTeX
44422 -paquetes ! booktabs
44423 \end_layout
44424
44425 \end_inset
44426
44427
44428 \end_layout
44429
44430 \begin_layout Bibliography
44431 \begin_inset CommandInset bibitem
44432 LatexCommand bibitem
44433 key "caption"
44434
44435 \end_inset
44436
44437 Documentación del paquete \SpecialChar LaTeX
44438  
44439 \series bold
44440
44441 \begin_inset CommandInset href
44442 LatexCommand href
44443 name "caption"
44444 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44445
44446 \end_inset
44447
44448
44449 \series default
44450
44451 \begin_inset Index idx
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455 \SpecialChar LaTeX
44456 -paquetes ! caption
44457 \end_layout
44458
44459 \end_inset
44460
44461
44462 \end_layout
44463
44464 \begin_layout Bibliography
44465 \begin_inset CommandInset bibitem
44466 LatexCommand bibitem
44467 key "diagbox"
44468
44469 \end_inset
44470
44471 Documentación del paquete \SpecialChar LaTeX
44472  
44473 \series bold
44474
44475 \begin_inset CommandInset href
44476 LatexCommand href
44477 name "diagbox"
44478 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44479
44480 \end_inset
44481
44482
44483 \series default
44484
44485 \begin_inset Index idx
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489 \SpecialChar LaTeX
44490 -paquetes ! diagbox
44491 \end_layout
44492
44493 \end_inset
44494
44495
44496 \end_layout
44497
44498 \begin_layout Bibliography
44499 \begin_inset CommandInset bibitem
44500 LatexCommand bibitem
44501 key "endfloat"
44502
44503 \end_inset
44504
44505 Documentación del paquete \SpecialChar LaTeX
44506  
44507 \series bold
44508
44509 \begin_inset CommandInset href
44510 LatexCommand href
44511 name "endfloat"
44512 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44513
44514 \end_inset
44515
44516
44517 \series default
44518
44519 \begin_inset Index idx
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523 \SpecialChar LaTeX
44524 -paquetes ! endfloat
44525 \end_layout
44526
44527 \end_inset
44528
44529
44530 \end_layout
44531
44532 \begin_layout Bibliography
44533 \begin_inset CommandInset bibitem
44534 LatexCommand bibitem
44535 key "footmisc"
44536
44537 \end_inset
44538
44539 Documentación del paquete \SpecialChar LaTeX
44540  
44541 \series bold
44542
44543 \begin_inset CommandInset href
44544 LatexCommand href
44545 name "footmisc"
44546 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44547
44548 \end_inset
44549
44550
44551 \series default
44552
44553 \begin_inset Index idx
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557 \SpecialChar LaTeX
44558 -paquetes ! footmisc
44559 \end_layout
44560
44561 \end_inset
44562
44563
44564 \end_layout
44565
44566 \begin_layout Bibliography
44567 \begin_inset CommandInset bibitem
44568 LatexCommand bibitem
44569 key "hypcap"
44570
44571 \end_inset
44572
44573 Documentación del paquete \SpecialChar LaTeX
44574  
44575 \series bold
44576
44577 \begin_inset CommandInset href
44578 LatexCommand href
44579 name "hypcap"
44580 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44581
44582 \end_inset
44583
44584
44585 \series default
44586
44587 \begin_inset Index idx
44588 status collapsed
44589
44590 \begin_layout Plain Layout
44591 \SpecialChar LaTeX
44592 -paquetes ! hyperref
44593 \end_layout
44594
44595 \end_inset
44596
44597
44598 \end_layout
44599
44600 \begin_layout Bibliography
44601 \begin_inset CommandInset bibitem
44602 LatexCommand bibitem
44603 key "hyperref"
44604
44605 \end_inset
44606
44607 Documentación del paquete \SpecialChar LaTeX
44608  
44609 \series bold
44610
44611 \begin_inset CommandInset href
44612 LatexCommand href
44613 name "hyperref"
44614 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44615
44616 \end_inset
44617
44618
44619 \series default
44620
44621 \begin_inset Index idx
44622 status collapsed
44623
44624 \begin_layout Plain Layout
44625 \SpecialChar LaTeX
44626 -paquetes ! hyperref
44627 \end_layout
44628
44629 \end_inset
44630
44631
44632 \end_layout
44633
44634 \begin_layout Bibliography
44635 \begin_inset CommandInset bibitem
44636 LatexCommand bibitem
44637 key "KOMA-Script"
44638
44639 \end_inset
44640
44641 Documentación del paquete \SpecialChar LaTeX
44642  
44643 \series bold
44644
44645 \begin_inset CommandInset href
44646 LatexCommand href
44647 name "KOMA-Script"
44648 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44649
44650 \end_inset
44651
44652
44653 \series default
44654
44655 \begin_inset Index idx
44656 status collapsed
44657
44658 \begin_layout Plain Layout
44659 \SpecialChar LaTeX
44660 -paquetes ! KOMA-Script
44661 \end_layout
44662
44663 \end_inset
44664
44665
44666 \end_layout
44667
44668 \begin_layout Bibliography
44669 \begin_inset CommandInset bibitem
44670 LatexCommand bibitem
44671 key "lettrine"
44672
44673 \end_inset
44674
44675 Documentación del paquete \SpecialChar LaTeX
44676  
44677 \series bold
44678
44679 \begin_inset CommandInset href
44680 LatexCommand href
44681 name "lettrine"
44682 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44683
44684 \end_inset
44685
44686
44687 \series default
44688  y un 
44689 \begin_inset CommandInset href
44690 LatexCommand href
44691 name "ejemplo"
44692 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44693
44694 \end_inset
44695
44696
44697 \begin_inset Index idx
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701 \SpecialChar LaTeX
44702 -paquetes ! lettrine
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \end_layout
44709
44710 \begin_layout Bibliography
44711 \begin_inset CommandInset bibitem
44712 LatexCommand bibitem
44713 key "listings"
44714
44715 \end_inset
44716
44717 Documentación del paquete \SpecialChar LaTeX
44718  
44719 \series bold
44720
44721 \begin_inset CommandInset href
44722 LatexCommand href
44723 name "listings"
44724 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44725
44726 \end_inset
44727
44728
44729 \series default
44730
44731 \begin_inset Index idx
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735 \SpecialChar LaTeX
44736 -paquetes ! listings
44737 \end_layout
44738
44739 \end_inset
44740
44741
44742 \end_layout
44743
44744 \begin_layout Bibliography
44745 \begin_inset CommandInset bibitem
44746 LatexCommand bibitem
44747 key "marginnote"
44748
44749 \end_inset
44750
44751 Documentación del paquete \SpecialChar LaTeX
44752  
44753 \series bold
44754
44755 \begin_inset CommandInset href
44756 LatexCommand href
44757 name "marginnote"
44758 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44759
44760 \end_inset
44761
44762
44763 \series default
44764
44765 \begin_inset Index idx
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769 \SpecialChar LaTeX
44770 -paquetes ! marginnote
44771 \end_layout
44772
44773 \end_inset
44774
44775
44776 \end_layout
44777
44778 \begin_layout Bibliography
44779 \begin_inset CommandInset bibitem
44780 LatexCommand bibitem
44781 key "pdfpages"
44782
44783 \end_inset
44784
44785 Documentación del paquete \SpecialChar LaTeX
44786  
44787 \series bold
44788
44789 \begin_inset CommandInset href
44790 LatexCommand href
44791 name "pdfpages"
44792 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44793
44794 \end_inset
44795
44796
44797 \series default
44798
44799 \begin_inset Index idx
44800 status collapsed
44801
44802 \begin_layout Plain Layout
44803 \SpecialChar LaTeX
44804 -paquetes ! pdfpages
44805 \end_layout
44806
44807 \end_inset
44808
44809
44810 \end_layout
44811
44812 \begin_layout Bibliography
44813 \begin_inset CommandInset bibitem
44814 LatexCommand bibitem
44815 key "prettyref"
44816
44817 \end_inset
44818
44819 Documentación del paquete \SpecialChar LaTeX
44820  
44821 \series bold
44822
44823 \begin_inset CommandInset href
44824 LatexCommand href
44825 name "prettyref"
44826 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44827
44828 \end_inset
44829
44830
44831 \series default
44832
44833 \begin_inset Index idx
44834 status collapsed
44835
44836 \begin_layout Plain Layout
44837 \SpecialChar LaTeX
44838 -paquetes ! prettyref
44839 \end_layout
44840
44841 \end_inset
44842
44843
44844 \end_layout
44845
44846 \begin_layout Bibliography
44847 \begin_inset CommandInset bibitem
44848 LatexCommand bibitem
44849 key "pstricks"
44850
44851 \end_inset
44852
44853 Página web del paquete \SpecialChar LaTeX
44854  
44855 \series bold
44856
44857 \begin_inset CommandInset href
44858 LatexCommand href
44859 name "PSTricks"
44860 target "http://tug.org/PSTricks/"
44861
44862 \end_inset
44863
44864
44865 \series default
44866
44867 \begin_inset Index idx
44868 status collapsed
44869
44870 \begin_layout Plain Layout
44871 \SpecialChar LaTeX
44872 -paquetes ! PSTricks
44873 \end_layout
44874
44875 \end_inset
44876
44877
44878 \end_layout
44879
44880 \begin_layout Bibliography
44881 \begin_inset CommandInset bibitem
44882 LatexCommand bibitem
44883 key "refstyle"
44884
44885 \end_inset
44886
44887 Documentación del paquete \SpecialChar LaTeX
44888  
44889 \series bold
44890
44891 \begin_inset CommandInset href
44892 LatexCommand href
44893 name "refstyle"
44894 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44895
44896 \end_inset
44897
44898
44899 \series default
44900
44901 \begin_inset Index idx
44902 status collapsed
44903
44904 \begin_layout Plain Layout
44905 \SpecialChar LaTeX
44906 -paquetes ! refstyle
44907 \end_layout
44908
44909 \end_inset
44910
44911
44912 \end_layout
44913
44914 \begin_layout Bibliography
44915 \begin_inset CommandInset bibitem
44916 LatexCommand bibitem
44917 key "sidecap"
44918
44919 \end_inset
44920
44921 Documentación del paquete \SpecialChar LaTeX
44922  
44923 \series bold
44924
44925 \begin_inset CommandInset href
44926 LatexCommand href
44927 name "sidecap"
44928 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44929
44930 \end_inset
44931
44932
44933 \series default
44934
44935 \begin_inset Index idx
44936 status collapsed
44937
44938 \begin_layout Plain Layout
44939 \SpecialChar LaTeX
44940 -paquetes ! sidecap
44941 \end_layout
44942
44943 \end_inset
44944
44945
44946 \end_layout
44947
44948 \begin_layout Bibliography
44949 \begin_inset CommandInset bibitem
44950 LatexCommand bibitem
44951 key "NewInLyX20"
44952
44953 \end_inset
44954
44955
44956 \begin_inset CommandInset href
44957 LatexCommand href
44958 name "Página wiki"
44959 target "http://wiki.lyx.org/LyX/NewInLyX20"
44960
44961 \end_inset
44962
44963  sobre características nuevas para la versión 
44964 \family sans
44965 \SpecialChar LyX
44966
44967 \begin_inset space ~
44968 \end_inset
44969
44970 2.0
44971 \family default
44972 .
44973 \end_layout
44974
44975 \begin_layout Standard
44976 \begin_inset CommandInset index_print
44977 LatexCommand printindex
44978 type "idx"
44979
44980 \end_inset
44981
44982
44983 \end_layout
44984
44985 \end_body
44986 \end_document