]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Update docs to 2.3.0alpha1 format
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 541
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/es/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{grisclaro}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94
95 % insert additional vertical space of
96 % 1.5 mm between footnotes
97 \let\myFoot\footnote
98 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
99
100 % number algorithm floats within chapters
101 \numberwithin{algorithm}{chapter}
102 % en español
103 \floatname{algorithm}{Algoritmo}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % check for package arydshln
111 % used for tables with dashed lines
112 \newboolean{arydshln}
113 \IfFileExists{arydshln.sty}
114  {\usepackage{arydshln}
115   \setboolean{arydshln}{true}}
116  {\setboolean{arydshln}{false}}
117
118 % check for package marginnote
119 % used for margin notes
120 \newboolean{marginnote}
121 \IfFileExists{marginnote.sty}
122  {\usepackage{marginnote}
123   \let\marginpar\marginnote
124   \setboolean{marginnote}{true}}
125  {\setboolean{marginnote}{false}}
126
127 % check for package sidecap
128 % used for captions on the side
129 \newboolean{sidecap}
130 \IfFileExists{sidecap.sty}
131  {\usepackage{sidecap}
132   \setboolean{sidecap}{true}}
133  {\setboolean{sidecap}{false}}
134
135 % check for picinpar
136 % used for surrounded fixed objects
137 \newboolean{picinpar}
138 \IfFileExists{picinpar.sty}
139  {\usepackage{picinpar}
140   \setboolean{picinpar}{true}}
141  {\setboolean{picinpar}{false}}
142
143 % check for lettrine
144 \newboolean{lettrine}
145 \IfFileExists{lettrine.sty}
146  {\usepackage{lettrine}
147   \setboolean{lettrine}{true}}
148  {\setboolean{lettrine}{false}}
149
150 % check for diagbox
151 \newboolean{diagbox}
152 \IfFileExists{diagbox.sty}
153  {\usepackage{diagbox}
154   \setboolean{diagbox}{true}}
155  {\setboolean{diagbox}{false}}
156 \end_preamble
157 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
158 \use_default_options false
159 \begin_modules
160 initials
161 graphicboxes
162 \end_modules
163 \maintain_unincluded_children false
164 \language spanish
165 \language_package babel
166 \inputencoding auto
167 \fontencoding global
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100 100
177 \font_tt_scale 100 100
178 \use_microtype false
179 \use_dash_ligatures false
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_package amsmath 2
205 \use_package amssymb 2
206 \use_package cancel 0
207 \use_package esint 0
208 \use_package mathdots 1
209 \use_package mathtools 0
210 \use_package mhchem 1
211 \use_package stackrel 0
212 \use_package stmaryrd 0
213 \use_package undertilde 0
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index Índice
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \is_math_indent 0
233 \quotes_style swiss
234 \papercolumns 1
235 \papersides 2
236 \paperpagestyle default
237 \tracking_changes false
238 \output_changes false
239 \html_math_output 0
240 \html_css_as_file 0
241 \html_be_strict false
242 \end_header
243
244 \begin_body
245
246 \begin_layout Title
247 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
248  en \SpecialChar LyX
249
250 \end_layout
251
252 \begin_layout Author
253 por el Equipo \SpecialChar LyX
254
255 \begin_inset Foot
256 status collapsed
257
258 \begin_layout Plain Layout
259 \noindent
260 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
261  de Documentación de \SpecialChar LyX
262
263 \begin_inset CommandInset href
264 LatexCommand href
265 name "lyx-docs@lists.lyx.org"
266 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
267 type "mailto:"
268 literal "false"
269
270 \end_inset
271
272
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status collapsed
280
281 \begin_layout Plain Layout
282 Autor: Uwe Stöhr
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Note Note
289 status collapsed
290
291 \begin_layout Plain Layout
292 Traducción de: Ignacio García
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Newline newline
299 \end_inset
300
301
302 \begin_inset Newline newline
303 \end_inset
304
305
306 \family sans
307 Versión 2.2.x
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset CommandInset toc
312 LatexCommand tableofcontents
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset Note Note
321 status open
322
323 \begin_layout Plain Layout
324 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
325  estar instalados los paquetes \SpecialChar LaTeX
326  
327 \series bold
328 arydshln
329 \series default
330
331 \series bold
332 colortbl
333 \series default
334
335 \series bold
336 diagbox, lettrine, marginnote, picinpar
337 \series default
338  y 
339 \series bold
340 sidecap
341 \series default
342 .
343  Si no están instalados, también podrás exportar el documento, pero las
344  secciones en que dichos paquetes son necesarios no aparecen en la salida.
345 \end_layout
346
347 \begin_layout Plain Layout
348 La última versión en PDF de este documento puede encontrarse aquí:
349 \series bold
350
351 \begin_inset Newline newline
352 \end_inset
353
354 http://wiki.lyx.org/\SpecialChar LyX
355 /Manuals#EmbeddedObjects
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Chapter
364 Figuras
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Figuras
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Gráficos|see
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 {
386 \end_layout
387
388 \end_inset
389
390 Figuras
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396 }
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Section
410 Diálogo de gráficos
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Diálogo-Gráficos"
414
415 \end_inset
416
417
418 \begin_inset Index idx
419 status collapsed
420
421 \begin_layout Plain Layout
422 Figuras ! Diálogo de gráficos
423 \end_layout
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Standard
431 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
432  texto que desees y haz clic en el botón 
433 \begin_inset Info
434 type  "icon"
435 arg   "dialog-show-new-inset graphics"
436 \end_inset
437
438  o en el menú 
439 \family sans
440 Insertar\SpecialChar menuseparator
441 Imagen
442 \family default
443 .
444  Aparecerá un diálogo para escoger el archivo a cargar.
445  La imagen aparecerá en el archivo de salida exactamente en la misma posición
446  en la que la has colocado.
447 \end_layout
448
449 \begin_layout Standard
450 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
451  una imagen.
452  Este diálogo tiene tres pestañas:
453 \end_layout
454
455 \begin_layout Description
456 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
457  presentación en \SpecialChar LyX
458  y en la salida.
459  En el apéndice
460 \begin_inset space ~
461 \end_inset
462
463
464 \begin_inset CommandInset ref
465 LatexCommand ref
466 reference "cap:Unidades-disponibles-en"
467
468 \end_inset
469
470  se detallan las unidades disponibles para el tamaño del gráfico.
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Figuras ! Rotar
480 \end_layout
481
482 \end_inset
483
484 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
485  un ángulo y un origen de rotación.
486  La imagen también gira en \SpecialChar LyX
487 .
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Figuras ! Redimensionar
497 \end_layout
498
499 \end_inset
500
501 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
502 ente la altura y la anchura.
503  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
504  automáticamente.
505  Si fijas ambas dimensiones
506 \family sans
507 ,
508 \family default
509  la imagen se adaptará a ellas, posiblemente distorsionada.
510  Para evitar distorsión en la imagen marca la opción 
511 \family sans
512 Mantener
513 \begin_inset space ~
514 \end_inset
515
516 proporción
517 \family default
518 .
519  En ese caso la imagen será modificada de forma que su anchura y su altura
520  no excedan de las dimensiones especificadas.
521 \begin_inset Newline newline
522 \end_inset
523
524 Las imágenes se pueden abrir en el programa de tu elección con la entrada
525 \family sans
526  Editar
527 \begin_inset space ~
528 \end_inset
529
530  externamente
531 \family default
532  del menú contextual que aparece al hacer clic derecho sobre la imagen.
533  Los programas visor y editor para cada formato de imagen se pueden establecer
534  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
535 .
536 \end_layout
537
538 \begin_layout Description
539 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
540  coordenadas de la imagen para ajustar su altura y anchura en la salida.
541  Además, las coordenadas se pueden calcular automáticamente pinchando el
542  botón 
543 \family sans
544 Obtener
545 \begin_inset space ~
546 \end_inset
547
548 de
549 \begin_inset space ~
550 \end_inset
551
552 archivo
553 \family default
554 .
555  El botón 
556 \family sans
557 Recortar
558 \begin_inset space ~
559 \end_inset
560
561 al
562 \begin_inset space ~
563 \end_inset
564
565 cuadro
566 \begin_inset space ~
567 \end_inset
568
569 delimitador
570 \family default
571  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
572 as.
573  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
574 \end_layout
575
576 \begin_layout Description
577 Opciones
578 \begin_inset space ~
579 \end_inset
580
581 de
582 \begin_inset space ~
583 \end_inset
584
585 \SpecialChar LaTeX
586
587 \begin_inset space ~
588 \end_inset
589
590 y
591 \begin_inset space ~
592 \end_inset
593
594 \SpecialChar LyX
595  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
596  y, si eres
597  experto en \SpecialChar LaTeX
598 , especificar opciones \SpecialChar LaTeX
599  adicionales.
600 \begin_inset Newline newline
601 \end_inset
602
603 La opción 
604 \family sans
605 Modo
606 \begin_inset space ~
607 \end_inset
608
609 borrador
610 \family default
611  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
612 \begin_inset Newline newline
613 \end_inset
614
615 En la sección 
616 \family sans
617 Grupo
618 \begin_inset space ~
619 \end_inset
620
621 de
622 \begin_inset space ~
623 \end_inset
624
625 gráficos
626 \family default
627  puedes definir un conjunto de ajustes de imagen.
628 \begin_inset Index idx
629 status collapsed
630
631 \begin_layout Plain Layout
632 Figuras ! Agrupación de ajustes
633 \end_layout
634
635 \end_inset
636
637  Las imágenes incluidas en un grupo comparten sus características, de modo
638  que al modificar las de una imagen del grupo se modifican igualmente las
639  de las demás imágenes del grupo.
640  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
641  necesidad de hacerlo individualmente para cada una de ellas.
642  Además se puede integrar una imagen en un grupo existente marcando el nombre
643  del mismo en el menú contextual de la imagen.
644  
645 \end_layout
646
647 \begin_layout Standard
648 \begin_inset VSpace bigskip
649 \end_inset
650
651
652 \end_layout
653
654 \begin_layout Standard
655 Esto es un ejemplo de imagen en formato EPS
656 \begin_inset Foot
657 status collapsed
658
659 \begin_layout Plain Layout
660 Los formatos de imagen se explican en el sección
661 \begin_inset space ~
662 \end_inset
663
664
665 \begin_inset CommandInset ref
666 LatexCommand ref
667 reference "sec:Formatos-de-imagen"
668
669 \end_inset
670
671 .
672 \end_layout
673
674 \end_inset
675
676  en un párrafo separado centrado horizontalmente:
677 \end_layout
678
679 \begin_layout Standard
680 \align center
681 \begin_inset Graphics
682         filename ../clipart/mobius.eps
683         scale 70
684         clip
685         rotateOrigin center
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 Esta es la misma imagen pero en modo borrador:
694 \end_layout
695
696 \begin_layout Standard
697 \align center
698 \begin_inset Graphics
699         filename ../clipart/mobius.eps
700         scale 70
701         draft
702         rotateOrigin center
703
704 \end_inset
705
706
707 \begin_inset Newpage newpage
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Section
714 Figuras flotantes
715 \begin_inset CommandInset label
716 LatexCommand label
717 name "sec:Figuras-Flotantes"
718
719 \end_inset
720
721
722 \begin_inset Index idx
723 status collapsed
724
725 \begin_layout Plain Layout
726 Flotantes ! Figuras
727 \end_layout
728
729 \end_inset
730
731
732 \begin_inset Index idx
733 status collapsed
734
735 \begin_layout Plain Layout
736 Figuras ! Flotantes
737 \end_layout
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 Para información general sobre flotantes, echa una ojeada a la sección
746 \begin_inset space ~
747 \end_inset
748
749
750 \begin_inset CommandInset ref
751 LatexCommand ref
752 reference "sec:Introducción-Flotantes"
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \begin_layout Standard
760 El botón 
761 \begin_inset Info
762 type  "icon"
763 arg   "float-insert figure"
764 \end_inset
765
766  y el menú 
767 \family sans
768 Insertar\SpecialChar menuseparator
769 Flotante\SpecialChar menuseparator
770 Figura
771 \family default
772  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
773  La imagen se puede insertar sobre la leyenda, como en la figura
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "fig:kill-plat"
781
782 \end_inset
783
784 , o bajo ella, como en la figura
785 \begin_inset space ~
786 \end_inset
787
788
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "fig:escher"
792
793 \end_inset
794
795 .
796  Más información sobre ubicación de leyendas en la sección
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sec:Colocación-de-leyendas"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Float figure
812 wide false
813 sideways false
814 status open
815
816 \begin_layout Plain Layout
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/platypus.eps
820         width 50col%
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:kill-plat"
835
836 \end_inset
837
838 Un ornitorrinco muy distorsionado en un flotante.
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Plain Layout
858 \begin_inset Caption Standard
859
860 \begin_layout Plain Layout
861 \begin_inset CommandInset label
862 LatexCommand label
863 name "fig:escher"
864
865 \end_inset
866
867 M.C.
868  Escher en ácido.
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Plain Layout
877 \align center
878 \begin_inset Graphics
879         filename ../clipart/escher-lsd.eps
880         scale 80
881         rotateOrigin center
882
883 \end_inset
884
885
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \begin_layout Standard
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 Referencias ! a figuras
899 \end_layout
900
901 \end_inset
902
903 Las figuras
904 \begin_inset space ~
905 \end_inset
906
907
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:kill-plat"
911
912 \end_inset
913
914  y 
915 \begin_inset CommandInset ref
916 LatexCommand ref
917 reference "fig:escher"
918
919 \end_inset
920
921  son ejemplos de figuras con referencias cruzadas.
922  Las figuras pueden tener referencias cruzadas en el documento mediante
923  referencia a su etiqueta.
924  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
925 \family sans
926 Insertar\SpecialChar menuseparator
927 Etiqueta
928 \family default
929  o el botón 
930 \begin_inset Info
931 type  "icon"
932 arg   "label-insert"
933 \end_inset
934
935 .
936  Ahora puedes referirte a la etiqueta usando el menú 
937 \family sans
938 Insertar\SpecialChar menuseparator
939 Referencia
940 \begin_inset space ~
941 \end_inset
942
943 cruzada
944 \family default
945  o el botón 
946 \begin_inset Info
947 type  "icon"
948 arg   "dialog-show-new-inset ref"
949 \end_inset
950
951 .
952  Es importante emplear referencias a flotantes, mejor que alusiones vagas
953  como «la figura de arriba», porque como \SpecialChar LaTeX
954  recolocará los flotantes en el
955  documento final, podría no quedar «arriba» precisamente.
956 \begin_inset Newline newline
957 \end_inset
958
959 Las referencias se explican con detalle en la sección
960 \begin_inset space ~
961 \end_inset
962
963
964 \begin_inset CommandInset ref
965 LatexCommand ref
966 reference "sec:Referencias-a-Flotantes"
967
968 \end_inset
969
970 .
971 \end_layout
972
973 \begin_layout Standard
974 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
975  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
976  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
977  existente.
978  La figura
979 \begin_inset space ~
980 \end_inset
981
982
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:Dos-imágenes-distorsionadas"
986
987 \end_inset
988
989  es un ejemplo de figura flotante con dos imágenes adosadas.
990  También se pueden poner una sobre otra.
991  Las subfiguras son
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Estructura-indefinible"
999
1000 \end_inset
1001
1002  y
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "fig:Ornitorrinco"
1010
1011 \end_inset
1012
1013 .
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \begin_inset Float figure
1018 wide false
1019 sideways false
1020 status open
1021
1022 \begin_layout Plain Layout
1023 \begin_inset space \hfill{}
1024 \end_inset
1025
1026
1027 \begin_inset Float figure
1028 wide false
1029 sideways false
1030 status open
1031
1032 \begin_layout Plain Layout
1033 \begin_inset Caption Standard
1034
1035 \begin_layout Plain Layout
1036 \begin_inset CommandInset label
1037 LatexCommand label
1038 name "fig:Estructura-indefinible"
1039
1040 \end_inset
1041
1042 Estructura indefinible
1043 \end_layout
1044
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \begin_layout Plain Layout
1051 \begin_inset Graphics
1052         filename ../clipart/escher-lsd.eps
1053         width 45col%
1054         groupId distorsionadas
1055
1056 \end_inset
1057
1058
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \begin_inset space \hfill{}
1065 \end_inset
1066
1067
1068 \begin_inset Float figure
1069 wide false
1070 sideways false
1071 status open
1072
1073 \begin_layout Plain Layout
1074 \begin_inset Caption Standard
1075
1076 \begin_layout Plain Layout
1077 \begin_inset CommandInset label
1078 LatexCommand label
1079 name "fig:Ornitorrinco"
1080
1081 \end_inset
1082
1083 Ornitorrinco
1084 \end_layout
1085
1086 \end_inset
1087
1088
1089 \end_layout
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Graphics
1093         filename ../clipart/platypus.eps
1094         width 45col%
1095         groupId distorsionadas
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \begin_inset space \hfill{}
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \begin_layout Plain Layout
1112 \begin_inset Caption Standard
1113
1114 \begin_layout Plain Layout
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "fig:Dos-imágenes-distorsionadas"
1118
1119 \end_inset
1120
1121 Dos imágenes distorsionadas.
1122  Ambas están en el grupo llamado «distorsionadas».
1123 \end_layout
1124
1125 \end_inset
1126
1127
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \begin_inset Newpage newpage
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \begin_layout Section
1140 Formatos de imagen
1141 \begin_inset CommandInset label
1142 LatexCommand label
1143 name "sec:Formatos-de-imagen"
1144
1145 \end_inset
1146
1147
1148 \begin_inset Index idx
1149 status collapsed
1150
1151 \begin_layout Plain Layout
1152 Formatos de imagen
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset Index idx
1159 status collapsed
1160
1161 \begin_layout Plain Layout
1162 Figuras ! Formatos de imagen
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Standard
1171 Puedes insertar imágenes en cualquier formato.
1172  Pero como se explica en el apéndice
1173 \begin_inset space ~
1174 \end_inset
1175
1176
1177 \begin_inset CommandInset ref
1178 LatexCommand ref
1179 reference "cap:Formatos-de-Archivos-de-Salida"
1180
1181 \end_inset
1182
1183 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1184  de archivo de imagen.
1185  Por eso \SpecialChar LyX
1186  usa el programa 
1187 \family typewriter
1188 ImageMagick
1189 \family default
1190  en segundo plano para convertir imágenes al formato adecuado.
1191  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1192  los formatos de imagen admitidos en el formato de archivo de salida.
1193  Los formatos de salida se explican en el apéndice
1194 \begin_inset space ~
1195 \end_inset
1196
1197
1198 \begin_inset CommandInset ref
1199 LatexCommand ref
1200 reference "cap:Formatos-de-Archivos-de-Salida"
1201
1202 \end_inset
1203
1204 .
1205 \end_layout
1206
1207 \begin_layout Standard
1208 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1209 \end_layout
1210
1211 \begin_layout Description
1212 Imágenes
1213 \begin_inset space ~
1214 \end_inset
1215
1216 mapa
1217 \begin_inset space ~
1218 \end_inset
1219
1220 de
1221 \begin_inset space ~
1222 \end_inset
1223
1224 bits
1225 \begin_inset space ~
1226 \end_inset
1227
1228 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1229  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1230  de zoom.
1231  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1232  Format» (GIF, extensión «
1233 \family typewriter
1234 .gif
1235 \family default
1236 »)
1237 \begin_inset Index idx
1238 status collapsed
1239
1240 \begin_layout Plain Layout
1241 GIF|see
1242 \begin_inset ERT
1243 status collapsed
1244
1245 \begin_layout Plain Layout
1246
1247 {
1248 \end_layout
1249
1250 \end_inset
1251
1252 Formatos de imagen
1253 \begin_inset ERT
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257
1258 }
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \end_layout
1265
1266 \end_inset
1267
1268 , «Portable Network Graphics» (PNG, extensión «
1269 \family typewriter
1270 .png
1271 \family default
1272 »)
1273 \begin_inset Index idx
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277 PNG|see
1278 \begin_inset ERT
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282
1283 {
1284 \end_layout
1285
1286 \end_inset
1287
1288 Formatos de imagen
1289 \begin_inset ERT
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293
1294 }
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \end_layout
1301
1302 \end_inset
1303
1304 , y «Joint Photographic Experts Group» (JPG, extensión «
1305 \family typewriter
1306 .jpg
1307 \family default
1308 » o «
1309 \family typewriter
1310 .jpeg
1311 \family default
1312 »)
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 JPG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Formatos de imagen
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 .
1345 \end_layout
1346
1347 \begin_layout Description
1348 Imágenes
1349 \begin_inset space ~
1350 \end_inset
1351
1352 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1353 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1354  La posibilidad de variar la escala hace falta para crear presentaciones,
1355  porque éstas siempre son redimensionadas por el proyector.
1356  La modificación de la escala también es útil en los documentos en línea
1357  para permitir el zoom en diagramas.
1358 \begin_inset Newline newline
1359 \end_inset
1360
1361 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1362  (SVG, extensión «
1363 \family typewriter
1364 .svg
1365 \family default
1366 »)
1367 \begin_inset Index idx
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 SVG|see
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 {
1378 \end_layout
1379
1380 \end_inset
1381
1382 Formatos de imagen
1383 \begin_inset ERT
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387
1388 }
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397
1398 , «Encapsulated PostScript» (EPS, extensión «
1399 \family typewriter
1400 .eps
1401 \family default
1402 »)
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 EPS|see
1408 \begin_inset ERT
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412
1413 {
1414 \end_layout
1415
1416 \end_inset
1417
1418 Formatos de imagen
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 }
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434 , «Portable Document Format» (PDF, extensión «
1435 \family typewriter
1436 .pdf
1437 \family default
1438 »)
1439 \begin_inset Index idx
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 PDF|see
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 {
1450 \end_layout
1451
1452 \end_inset
1453
1454 Formatos de imagen
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 }
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \end_layout
1467
1468 \end_inset
1469
1470 , y «Windows Metafile» (WMF, extensión «
1471 \family typewriter
1472 .wmf
1473 \family default
1474 »)
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 WMF|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Formatos de imagen
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506 .
1507  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1508  a PDF o EPS y el resultado será todavía una imagen bitmap.
1509  En estos casos sólo se añade a la imagen original una cabecera con las
1510  propiedades de la imagen.
1511 \begin_inset Foot
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515 En el caso de PDF, además se comprime la imagen original.
1516 \end_layout
1517
1518 \end_inset
1519
1520  Por ejemplo, los archivos PDF generados por 
1521 \family typewriter
1522 Adobe Photoshop
1523 \family default
1524  son imágenes bitmap.
1525 \end_layout
1526
1527 \begin_layout Standard
1528 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1529  escala pero sí al contrario.
1530  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1531  archivos de salida PDF y PostScript, respectivamente.
1532  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1533  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1534 \begin_inset Formula $\to$
1535 \end_inset
1536
1537  PDF/EPS.
1538 \end_layout
1539
1540 \begin_layout Chapter
1541 Cuadros y tablas
1542 \begin_inset Index idx
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 Cuadros
1547 \end_layout
1548
1549 \end_inset
1550
1551
1552 \begin_inset Index idx
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 Tablas|see 
1557 \begin_inset ERT
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561
1562 {
1563 \end_layout
1564
1565 \end_inset
1566
1567 Cuadros
1568 \begin_inset ERT
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572
1573 }
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \begin_layout Section
1587 Introducción
1588 \begin_inset Index idx
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 Cuadros ! Introducción
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \begin_layout Standard
1601 Puede insertarse un cuadro mediante el botón 
1602 \begin_inset Info
1603 type  "icon"
1604 arg   "tabular-insert"
1605 \end_inset
1606
1607  o el menú 
1608 \family sans
1609 Insertar\SpecialChar menuseparator
1610 Cuadro/Tabla
1611 \family default
1612 .
1613  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1614  el número de filas y de columnas del cuadro.
1615  Si usas el menú aparece un diálogo en el que se pide el número de filas
1616  y columnas.
1617  
1618 \begin_inset Newline newline
1619 \end_inset
1620
1621 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1622  fila aparece separada por una línea doble: el borde inferior de la primera
1623  fila y el borde superior de la segunda fila.
1624  Ejemplo de cuadro:
1625 \end_layout
1626
1627 \begin_layout Standard
1628 \align center
1629 \begin_inset Tabular
1630 <lyxtabular version="3" rows="4" columns="4">
1631 <features tabularvalignment="middle">
1632 <column alignment="center" valignment="top">
1633 <column alignment="center" valignment="top" width="0pt">
1634 <column alignment="center" valignment="top" width="0in">
1635 <column alignment="center" valignment="top" width="0pt">
1636 <row>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \family roman
1652 \series medium
1653 \shape up
1654 \size normal
1655 \emph off
1656 \bar no
1657 \noun off
1658 \color none
1659 1
1660 \end_layout
1661
1662 \end_inset
1663 </cell>
1664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1665 \begin_inset Text
1666
1667 \begin_layout Plain Layout
1668 2
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677 3
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 </row>
1683 <row>
1684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688
1689 \family roman
1690 \series medium
1691 \shape up
1692 \size normal
1693 \emph off
1694 \bar no
1695 \noun off
1696 \color none
1697 A
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1703 \begin_inset Text
1704
1705 \begin_layout Plain Layout
1706
1707 \end_layout
1708
1709 \end_inset
1710 </cell>
1711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 </row>
1730 <row>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \family roman
1737 \series medium
1738 \shape up
1739 \size normal
1740 \emph off
1741 \bar no
1742 \noun off
1743 \color none
1744 B
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \size normal
1764 \noun off
1765 \color none
1766  
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 </row>
1781 <row>
1782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \family roman
1788 \series medium
1789 \shape up
1790 \size normal
1791 \emph off
1792 \bar no
1793 \noun off
1794 \color none
1795 C
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 </row>
1828 </lyxtabular>
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \begin_layout Section
1836 Diálogo de cuadros
1837 \begin_inset Index idx
1838 status collapsed
1839
1840 \begin_layout Plain Layout
1841 Cuadros ! Configuración
1842 \end_layout
1843
1844 \end_inset
1845
1846
1847 \end_layout
1848
1849 \begin_layout Standard
1850 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1851  un clic del botón derecho del ratón.
1852  En la opción 
1853 \family sans
1854 Más...
1855
1856 \family default
1857  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1858  encuentra el cursor.
1859  La entrada del menú contextual 
1860 \family sans
1861 Más...\SpecialChar menuseparator
1862 Configuración...
1863
1864 \family default
1865  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1866  cuadro.
1867  La mayoría de opciones también trabajan sobre una selección de celdas,
1868  de filas o de columnas.
1869  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1870  su 
1871 \emph on
1872 contenido
1873 \emph default
1874 .
1875 \begin_inset Newline newline
1876 \end_inset
1877
1878 Con la opción del diálogo 
1879 \family sans
1880 Aplicar inmediatamente
1881 \family default
1882  cada cambio que hagas se aplica directamente.
1883  Si mueves el cursor a otra celda el diálogo también se actualizará con
1884  los parámetros de la nueva celda.
1885  Si cambias valores de longitud debes pulsar la tecla 
1886 \family sans
1887 Entrar
1888 \family default
1889  para aplicar los cambios.
1890 \begin_inset Newline newline
1891 \end_inset
1892
1893 En el cuadro de diálogo aparecen las siguientes solapas:
1894 \end_layout
1895
1896 \begin_layout Description
1897 Configuración
1898 \begin_inset space ~
1899 \end_inset
1900
1901 del
1902 \begin_inset space ~
1903 \end_inset
1904
1905 cuadro Aquí puedes establecer la alineación horizontal y la anchura de la
1906  columna actual o del cuadro completo.
1907 \begin_inset Index idx
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911 Cuadros ! Anchura
1912 \end_layout
1913
1914 \end_inset
1915
1916  La alineación 
1917 \family sans
1918 Al separador decimal
1919 \family default
1920  se describe en la sección
1921 \begin_inset space ~
1922 \end_inset
1923
1924
1925 \begin_inset CommandInset ref
1926 LatexCommand ref
1927 reference "subsec:Alineación-especial-de"
1928
1929 \end_inset
1930
1931 .
1932  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1933  Una anchura determinada permite tener saltos de línea y distintos párrafos
1934  de texto, véase sección
1935 \begin_inset space ~
1936 \end_inset
1937
1938
1939 \begin_inset CommandInset ref
1940 LatexCommand ref
1941 reference "subsec:Líneas-Múltiples-en"
1942
1943 \end_inset
1944
1945 .
1946  Si no estableces anchura, la columna será tan ancha como el contenido de
1947  la celda más ancha.
1948 \begin_inset Newline newline
1949 \end_inset
1950
1951 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1952  véase sección
1953 \begin_inset space ~
1954 \end_inset
1955
1956
1957 \begin_inset CommandInset ref
1958 LatexCommand ref
1959 reference "subsec:Multicolumnas"
1960
1961 \end_inset
1962
1963 , o las celdas de una columna como celda multifila, véase sección
1964 \begin_inset space ~
1965 \end_inset
1966
1967
1968 \begin_inset CommandInset ref
1969 LatexCommand ref
1970 reference "subsec:Multifilas"
1971
1972 \end_inset
1973
1974 .
1975 \begin_inset Newline newline
1976 \end_inset
1977
1978 Las casillas de giro rotan la celda actual, una selección o todo el cuadro
1979  90º en sentido antihorario.
1980  La rotación no se ve en \SpecialChar LyX
1981 , sí en la salida.
1982  Para más información véase sección
1983 \begin_inset space ~
1984 \end_inset
1985
1986
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sec:Celdas de cuadro giradas"
1990
1991 \end_inset
1992
1993 .
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997
1998 \begin_inset Note Greyedout
1999 status open
2000
2001 \begin_layout Plain Layout
2002
2003 \series bold
2004 Nota:
2005 \series default
2006  no todos los visores DVI pueden mostrar rotaciones.
2007 \end_layout
2008
2009 \end_inset
2010
2011
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 La alineación vertical del cuadro completo se usa para cuadros en líneas
2016  de texto:
2017 \begin_inset Newline newline
2018 \end_inset
2019
2020 Línea con cuadros con diferentes alineaciones: 
2021 \begin_inset Tabular
2022 <lyxtabular version="3" rows="2" columns="2">
2023 <features tabularvalignment="top">
2024 <column alignment="center" valignment="top" width="0pt">
2025 <column alignment="center" valignment="top">
2026 <row>
2027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2028 \begin_inset Text
2029
2030 \begin_layout Plain Layout
2031
2032 \end_layout
2033
2034 \end_inset
2035 </cell>
2036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2037 \begin_inset Text
2038
2039 \begin_layout Plain Layout
2040 1
2041 \end_layout
2042
2043 \end_inset
2044 </cell>
2045 </row>
2046 <row>
2047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2048 \begin_inset Text
2049
2050 \begin_layout Plain Layout
2051 A
2052 \end_layout
2053
2054 \end_inset
2055 </cell>
2056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2057 \begin_inset Text
2058
2059 \begin_layout Plain Layout
2060
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 </row>
2066 </lyxtabular>
2067
2068 \end_inset
2069
2070  
2071 \begin_inset Tabular
2072 <lyxtabular version="3" rows="2" columns="2">
2073 <features tabularvalignment="middle">
2074 <column alignment="center" valignment="top">
2075 <column alignment="center" valignment="top">
2076 <row>
2077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2078 \begin_inset Text
2079
2080 \begin_layout Plain Layout
2081
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090 1
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 </row>
2096 <row>
2097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2098 \begin_inset Text
2099
2100 \begin_layout Plain Layout
2101 A
2102 \end_layout
2103
2104 \end_inset
2105 </cell>
2106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Plain Layout
2110
2111 \end_layout
2112
2113 \end_inset
2114 </cell>
2115 </row>
2116 </lyxtabular>
2117
2118 \end_inset
2119
2120  
2121 \begin_inset Tabular
2122 <lyxtabular version="3" rows="2" columns="2">
2123 <features tabularvalignment="bottom">
2124 <column alignment="center" valignment="top" width="0pt">
2125 <column alignment="center" valignment="top">
2126 <row>
2127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Plain Layout
2131
2132 \end_layout
2133
2134 \end_inset
2135 </cell>
2136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140 1
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 </row>
2146 <row>
2147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2148 \begin_inset Text
2149
2150 \begin_layout Plain Layout
2151 A
2152 \end_layout
2153
2154 \end_inset
2155 </cell>
2156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2157 \begin_inset Text
2158
2159 \begin_layout Plain Layout
2160
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 </row>
2166 </lyxtabular>
2167
2168 \end_inset
2169
2170
2171 \begin_inset Newline newline
2172 \end_inset
2173
2174 También es posible introducir argumentos \SpecialChar LaTeX
2175  necesarios para formatos especiales,
2176  véanse las secciones
2177 \begin_inset space ~
2178 \end_inset
2179
2180
2181 \begin_inset CommandInset ref
2182 LatexCommand ref
2183 reference "subsec:Cálculos-en-Multicolumnas"
2184
2185 \end_inset
2186
2187  y
2188 \begin_inset space ~
2189 \end_inset
2190
2191
2192 \begin_inset CommandInset ref
2193 LatexCommand ref
2194 reference "sec:Cuadros-Coloreados"
2195
2196 \end_inset
2197
2198 .
2199 \end_layout
2200
2201 \begin_layout Description
2202 Bordes En esta solapa puedes añadir y quitar bordes para la fila/columna
2203  actual.
2204  Puedes elegir para el cuadro un estilo 
2205 \family sans
2206 Formal
2207 \family default
2208 , como se describe en la sección
2209 \begin_inset space ~
2210 \end_inset
2211
2212
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "sec:Cuadros-Formales"
2216
2217 \end_inset
2218
2219 .
2220 \begin_inset Newline newline
2221 \end_inset
2222
2223 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2224  se describe en la sección
2225 \begin_inset space ~
2226 \end_inset
2227
2228
2229 \begin_inset CommandInset ref
2230 LatexCommand ref
2231 reference "subsec:Espacio-adicional"
2232
2233 \end_inset
2234
2235
2236 \end_layout
2237
2238 \begin_layout Description
2239 Cuadro
2240 \begin_inset space ~
2241 \end_inset
2242
2243 multipágina Para hacer 
2244 \emph on
2245 cuadros multipágina
2246 \emph default
2247  que pueden extenderse por varias páginas.
2248  Las secciones
2249 \begin_inset space ~
2250 \end_inset
2251
2252
2253 \begin_inset CommandInset ref
2254 LatexCommand ref
2255 reference "sec:Cuadros-multipágina"
2256
2257 \end_inset
2258
2259  y 
2260 \begin_inset CommandInset ref
2261 LatexCommand ref
2262 reference "sec:Particularidades-cuadros-multipágina"
2263
2264 \end_inset
2265
2266  describen sus características en detalle.
2267 \end_layout
2268
2269 \begin_layout Section
2270 Barra de herramientas de cuadros
2271 \begin_inset Index idx
2272 status collapsed
2273
2274 \begin_layout Plain Layout
2275 Cuadros ! Barra de herramientas
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \end_layout
2282
2283 \begin_layout Standard
2284 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2285  para cambiar los cuadros de manera más rápida.
2286  Normalmente debería aparecer en la parte inferior de la ventana principal
2287  de \SpecialChar LyX
2288  cuando el cursor está dentro de un cuadro.
2289  En cualquier momento se puede presentar esta barra pulsando con el botón
2290  derecho del ratón en cualquier punto de la barra principal de menú.
2291 \end_layout
2292
2293 \begin_layout Standard
2294 La barra de herramientas tiene los siguientes iconos:
2295 \end_layout
2296
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299 \begin_inset Info
2300 type  "icon"
2301 arg   "tabular-feature append-row"
2302 \end_inset
2303
2304  añade una fila bajo la celda actual o selección
2305 \end_layout
2306
2307 \begin_layout Labeling
2308 \labelwidthstring 00.00.0000
2309 \begin_inset Info
2310 type  "icon"
2311 arg   "tabular-feature append-column"
2312 \end_inset
2313
2314  añade una columna a la derecha de la celda actual o selección
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "tabular-feature delete-row"
2322 \end_inset
2323
2324  borra la fila actual o selección
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "tabular-feature delete-column"
2332 \end_inset
2333
2334  borra la columna 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   "tabular-feature move-row-up"
2342 \end_inset
2343
2344  desplaza la fila arriba
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Info
2350 type  "icon"
2351 arg   "tabular-feature move-column-left"
2352 \end_inset
2353
2354  desplaza la columna a la izquierda
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "tabular-feature move-row-down"
2362 \end_inset
2363
2364  desplaza la fila abajo
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Info
2370 type  "icon"
2371 arg   "tabular-feature move-column-right"
2372 \end_inset
2373
2374  desplaza la columna a la derecha
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379 \begin_inset Info
2380 type  "icon"
2381 arg   "tabular-feature toggle-line-top"
2382 \end_inset
2383
2384  añade un borde superior en la celda/fila actual o la selección
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Info
2390 type  "icon"
2391 arg   "tabular-feature toggle-line-bottom"
2392 \end_inset
2393
2394  añade un borde inferior en la celda/fila actual o la selección
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Info
2400 type  "icon"
2401 arg   "tabular-feature toggle-line-left"
2402 \end_inset
2403
2404  añade un borde a la izquierda en la celda/fila actual o la selección
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Info
2410 type  "icon"
2411 arg   "tabular-feature toggle-line-right"
2412 \end_inset
2413
2414  añade un borde a la derecha en la celda/fila actual o la selección
2415 \end_layout
2416
2417 \begin_layout Labeling
2418 \labelwidthstring 00.00.0000
2419 \begin_inset Info
2420 type  "icon"
2421 arg   "tabular-feature set-all-lines"
2422 \end_inset
2423
2424  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2425  no es multicolumna esto afecta también a la fila y a la columna)
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430 \begin_inset Info
2431 type  "icon"
2432 arg   "tabular-feature unset-all-lines"
2433 \end_inset
2434
2435  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2436  actual no es multicolumna esto afecta también a la fila y a la columna)
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "tabular-feature m-align-left"
2444 \end_inset
2445
2446  alinea a la izquierda el contenido de la celda/columna
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Info
2452 type  "icon"
2453 arg   "tabular-feature m-align-center"
2454 \end_inset
2455
2456  centra el contenido de la celda/columna horizontalmente
2457 \end_layout
2458
2459 \begin_layout Labeling
2460 \labelwidthstring 00.00.0000
2461 \begin_inset Info
2462 type  "icon"
2463 arg   "tabular-feature m-align-right"
2464 \end_inset
2465
2466  alinea a la derecha el contenido de la celda/columna
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Info
2472 type  "icon"
2473 arg   "tabular-feature align-decimal"
2474 \end_inset
2475
2476  alinea el contenido de la celda/columna a un carácter
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Info
2482 type  "icon"
2483 arg   "tabular-feature m-valign-top"
2484 \end_inset
2485
2486  alinea arriba el contenido de la celda
2487 \end_layout
2488
2489 \begin_layout Labeling
2490 \labelwidthstring 00.00.0000
2491 \begin_inset Info
2492 type  "icon"
2493 arg   "tabular-feature m-valign-middle"
2494 \end_inset
2495
2496  centra verticalmente el contenido de la celda
2497 \end_layout
2498
2499 \begin_layout Labeling
2500 \labelwidthstring 00.00.0000
2501 \begin_inset Info
2502 type  "icon"
2503 arg   "tabular-feature m-valign-bottom"
2504 \end_inset
2505
2506  alinea abajo el contenido de la celda
2507 \end_layout
2508
2509 \begin_layout Labeling
2510 \labelwidthstring 00.00.0000
2511 \begin_inset Info
2512 type  "icon"
2513 arg   "tabular-feature set-rotate-cell"
2514 \end_inset
2515
2516  gira la celda o selección 90° como las agujas de reloj
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "tabular-feature set-rotate-tabular"
2524 \end_inset
2525
2526  gira todo el cuadro 90° como agujas del reloj
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "tabular-feature multicolumn"
2534 \end_inset
2535
2536  establece la celda actual o selección como multicolumna
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541 \begin_inset Info
2542 type  "icon"
2543 arg   "tabular-feature multirow"
2544 \end_inset
2545
2546  establece la celda actual o selección como multifila
2547 \end_layout
2548
2549 \begin_layout Standard
2550 \begin_inset Note Greyedout
2551 status open
2552
2553 \begin_layout Plain Layout
2554
2555 \series bold
2556 Nota:
2557 \series default
2558  En la salida se emplea la alineación vertical de la primera celda de una
2559  fila para todas las celdas restantes de la fila.
2560 \end_layout
2561
2562 \end_inset
2563
2564
2565 \end_layout
2566
2567 \begin_layout Section
2568 Menú Editar cuadro
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 Cuadros ! Editar
2574 \end_layout
2575
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Standard
2582 Además del diálogo y la barra de herramientas, el menú 
2583 \family sans
2584 Editar\SpecialChar menuseparator
2585 Cuadro/Tabla
2586 \family default
2587  permite añadir y borrar bordes para la fila/columna actual y establecer
2588  la selección como multicolumna.
2589  El menú sólo está disponible si el cursor está en el cuadro.
2590 \end_layout
2591
2592 \begin_layout Section
2593 Cuadros flotantes
2594 \begin_inset CommandInset label
2595 LatexCommand label
2596 name "sec:Cuadros-Flotantes"
2597
2598 \end_inset
2599
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Flotantes ! Cuadros
2606 \end_layout
2607
2608 \end_inset
2609
2610
2611 \begin_inset Index idx
2612 status collapsed
2613
2614 \begin_layout Plain Layout
2615 Cuadros ! Flotantes
2616 \end_layout
2617
2618 \end_inset
2619
2620
2621 \end_layout
2622
2623 \begin_layout Standard
2624 Para una explicación general sobre flotantes, echa un vistazo a la sección
2625 \begin_inset space ~
2626 \end_inset
2627
2628
2629 \begin_inset CommandInset ref
2630 LatexCommand ref
2631 reference "sec:Introducción-Flotantes"
2632
2633 \end_inset
2634
2635 .
2636 \end_layout
2637
2638 \begin_layout Standard
2639 \begin_inset Float table
2640 placement h
2641 wide false
2642 sideways false
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 \begin_inset Caption Standard
2647
2648 \begin_layout Plain Layout
2649 \begin_inset CommandInset label
2650 LatexCommand label
2651 name "tab:un cuadro flotante"
2652
2653 \end_inset
2654
2655 Un cuadro flotante.
2656 \end_layout
2657
2658 \end_inset
2659
2660
2661 \end_layout
2662
2663 \begin_layout Plain Layout
2664 \align center
2665 \begin_inset Tabular
2666 <lyxtabular version="3" rows="3" columns="3">
2667 <features tabularvalignment="middle">
2668 <column alignment="center" valignment="top" width="0pt">
2669 <column alignment="center" valignment="top" width="0pt">
2670 <column alignment="center" valignment="top" width="0pt">
2671 <row>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676
2677 \family roman
2678 \series medium
2679 \shape up
2680 \size normal
2681 \emph off
2682 \bar no
2683 \noun off
2684 \color none
2685 1
2686 \end_layout
2687
2688 \end_inset
2689 </cell>
2690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2691 \begin_inset Text
2692
2693 \begin_layout Plain Layout
2694
2695 \family roman
2696 \series medium
2697 \shape up
2698 \size normal
2699 \emph off
2700 \bar no
2701 \noun off
2702 \color none
2703 2
2704 \end_layout
2705
2706 \end_inset
2707 </cell>
2708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2709 \begin_inset Text
2710
2711 \begin_layout Plain Layout
2712
2713 \family roman
2714 \series medium
2715 \shape up
2716 \size normal
2717 \emph off
2718 \bar no
2719 \noun off
2720 \color none
2721 3
2722 \end_layout
2723
2724 \end_inset
2725 </cell>
2726 </row>
2727 <row>
2728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732
2733 \family roman
2734 \series medium
2735 \shape up
2736 \size normal
2737 \emph off
2738 \bar no
2739 \noun off
2740 \color none
2741 Pepe
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750
2751 \family roman
2752 \series medium
2753 \shape up
2754 \size normal
2755 \emph off
2756 \bar no
2757 \noun off
2758 \color none
2759 Mari
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768
2769 \family roman
2770 \series medium
2771 \shape up
2772 \size normal
2773 \emph off
2774 \bar no
2775 \noun off
2776 \color none
2777 Teo
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \family roman
2790 \series medium
2791 \shape up
2792 \size normal
2793 \emph off
2794 \bar no
2795 \noun off
2796 \color none
2797 \begin_inset Formula $\int x^{2}dx$
2798 \end_inset
2799
2800
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809
2810 \family roman
2811 \series medium
2812 \shape up
2813 \size normal
2814 \emph off
2815 \bar no
2816 \noun off
2817 \color none
2818 \begin_inset Formula $\left[\begin{array}{cc}
2819 a & b\\
2820 c & d
2821 \end{array}\right]$
2822 \end_inset
2823
2824
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \family roman
2835 \series medium
2836 \shape up
2837 \size normal
2838 \emph off
2839 \bar no
2840 \noun off
2841 \color none
2842 \begin_inset Formula $1+1=2$
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 </row>
2851 </lyxtabular>
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859
2860
2861 \end_layout
2862
2863 \begin_layout Standard
2864 Los cuadros flotantes pueden insertarse con el menú 
2865 \family sans
2866 Insertar\SpecialChar menuseparator
2867 Flotante\SpecialChar menuseparator
2868 Cuadro
2869 \family default
2870  o con el botón 
2871 \begin_inset Info
2872 type  "icon"
2873 arg   "float-insert table"
2874 \end_inset
2875
2876 .
2877 \end_layout
2878
2879 \begin_layout Standard
2880 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2881 \begin_inset space ~
2882 \end_inset
2883
2884 #:» (# es el número actual).
2885  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2886  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2887  texto del encabezado y se pulsa 
2888 \family sans
2889 Entrar
2890 \family default
2891 .
2892  La leyenda se imprime encima del cuadro.
2893 \end_layout
2894
2895 \begin_layout Standard
2896 El cuadro
2897 \begin_inset space ~
2898 \end_inset
2899
2900
2901 \begin_inset CommandInset ref
2902 LatexCommand ref
2903 reference "tab:un cuadro flotante"
2904
2905 \end_inset
2906
2907  es un ejemplo de cuadro flotante.
2908 \end_layout
2909
2910 \begin_layout Standard
2911 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2912  no es soportado en las clases estándar de \SpecialChar LaTeX
2913 .
2914  Esto significa que si estás usando las clases de documento 
2915 \family sans
2916 article
2917 \family default
2918
2919 \family sans
2920 book
2921 \family default
2922
2923 \family sans
2924 letter
2925 \family default
2926  o 
2927 \family sans
2928 report
2929 \family default
2930  no habrá espacio entre la leyenda y el cuadro.
2931  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2932  del documento
2933  la siguiente opción al comando del paquete \SpecialChar LaTeX
2934  
2935 \series bold
2936 caption
2937 \series default
2938
2939 \begin_inset Index idx
2940 status collapsed
2941
2942 \begin_layout Plain Layout
2943 \SpecialChar LaTeX
2944 -paquetes ! caption
2945 \end_layout
2946
2947 \end_inset
2948
2949 :
2950 \begin_inset Foot
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954 Para más información ve a la sección
2955 \begin_inset space ~
2956 \end_inset
2957
2958
2959 \begin_inset CommandInset ref
2960 LatexCommand ref
2961 reference "sec:Colocación-de-leyendas"
2962
2963 \end_inset
2964
2965 .
2966 \end_layout
2967
2968 \end_inset
2969
2970
2971 \end_layout
2972
2973 \begin_layout Standard
2974
2975 \series bold
2976 tableposition=top
2977 \end_layout
2978
2979 \begin_layout Standard
2980 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
2981  
2982 \series bold
2983 caption
2984 \series default
2985  como se describe en la sección
2986 \begin_inset space ~
2987 \end_inset
2988
2989
2990 \begin_inset CommandInset ref
2991 LatexCommand ref
2992 reference "sec:Formato-de-leyendas"
2993
2994 \end_inset
2995
2996 .
2997  
2998 \end_layout
2999
3000 \begin_layout Standard
3001 \begin_inset Index idx
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005 Referencias ! a cuadros
3006 \end_layout
3007
3008 \end_inset
3009
3010 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3011  su etiqueta.
3012  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3013 \family sans
3014 Insertar\SpecialChar menuseparator
3015 Etiqueta
3016 \family default
3017  o con el botón 
3018 \begin_inset Info
3019 type  "icon"
3020 arg   "label-insert"
3021 \end_inset
3022
3023 .
3024  Ahora puedes referenciar la etiqueta con el menú 
3025 \family sans
3026 Insertar\SpecialChar menuseparator
3027 Referencia
3028 \begin_inset space ~
3029 \end_inset
3030
3031 cruzada
3032 \family default
3033  o con el botón 
3034 \begin_inset Info
3035 type  "icon"
3036 arg   "dialog-show-new-inset ref"
3037 \end_inset
3038
3039 .
3040 \begin_inset Newline newline
3041 \end_inset
3042
3043 Las referencias se explican con detalle en la sección
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \begin_inset CommandInset ref
3049 LatexCommand ref
3050 reference "sec:Referencias-a-Flotantes"
3051
3052 \end_inset
3053
3054 .
3055 \end_layout
3056
3057 \begin_layout Section
3058 Cuadros multipágina
3059 \begin_inset CommandInset label
3060 LatexCommand label
3061 name "sec:Cuadros-multipágina"
3062
3063 \end_inset
3064
3065
3066 \begin_inset Index idx
3067 status collapsed
3068
3069 \begin_layout Plain Layout
3070 Cuadros ! Multipágina
3071 \end_layout
3072
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \begin_layout Standard
3079 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3080 \family sans
3081 Usar
3082 \begin_inset space ~
3083 \end_inset
3084
3085 cuadro
3086 \begin_inset space ~
3087 \end_inset
3088
3089 multipágina
3090 \family default
3091  en la solapa 
3092 \family sans
3093 Cuadro
3094 \begin_inset space ~
3095 \end_inset
3096
3097 multipágina
3098 \family default
3099  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3100  páginas.
3101  Al hacerlo se habilitan las siguientes opciones:
3102 \end_layout
3103
3104 \begin_layout Description
3105 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3106  las páginas del cuadro, excepto para la primera página si 
3107 \family sans
3108 Primer
3109 \begin_inset space ~
3110 \end_inset
3111
3112 encabezado
3113 \family default
3114  está definido.
3115  Este se denomina encabezado principal.
3116 \end_layout
3117
3118 \begin_layout Description
3119 Primer
3120 \begin_inset space ~
3121 \end_inset
3122
3123 encabezado: La fila actual se define como encabezado de la primera página
3124  del cuadro.
3125 \end_layout
3126
3127 \begin_layout Description
3128 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3129  del cuadro/tabla, excepto para la última página si se define 
3130 \family sans
3131 Último
3132 \begin_inset space ~
3133 \end_inset
3134
3135 pie.
3136 \end_layout
3137
3138 \begin_layout Description
3139 Último
3140 \begin_inset space ~
3141 \end_inset
3142
3143 pie:
3144 \family sans
3145  
3146 \family default
3147 La fila actual se define como pie de la última página del cuadro.
3148 \end_layout
3149
3150 \begin_layout Description
3151 Leyenda: La fila actual contiene la leyenda del cuadro.
3152  La primera fila se reajusta como columna única y se inserta una leyenda.
3153  Más detalles sobre leyendas en cuadros multipágina en la sec.
3154 \begin_inset space \thinspace{}
3155 \end_inset
3156
3157
3158 \begin_inset CommandInset ref
3159 LatexCommand ref
3160 reference "subsec:Leyendas-en-Cuadros"
3161
3162 \end_inset
3163
3164 .
3165 \end_layout
3166
3167 \begin_layout Standard
3168 También se puede especificar en el diálogo en qué fila se ha de cortar el
3169  cuadro.
3170  El siguiente cuadro muestra cómo funciona:
3171 \end_layout
3172
3173 \begin_layout Standard
3174 \align center
3175 \begin_inset Tabular
3176 <lyxtabular version="3" rows="69" columns="3">
3177 <features islongtable="true" longtabularalignment="center">
3178 <column alignment="left" valignment="top" width="0cm">
3179 <column alignment="left" valignment="top" width="0pt">
3180 <column alignment="right" valignment="top" width="0pt">
3181 <row endfirsthead="true">
3182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 Ejemplo de lista telefónica (ignore los nombres)
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row endfirsthead="true">
3213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 NOMBRE
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \series bold
3239 TEL.
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row endhead="true">
3246 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \series bold
3252 Ejemplo de lista telefónica
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 <row endhead="true">
3277 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \series bold
3283 NOMBRE
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 TEL.
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row endfoot="true">
3310 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314  continúa en la página siguiente
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 Annovi
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Silvia
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 111
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row>
3370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \series bold
3376 Bertoli
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 Stefano
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 111
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \series bold
3407 Bozzi
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 Walter
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 111
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row>
3432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 Cachia
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 Maria
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 111
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \series bold
3469 Cachia
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Maurizio
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 111
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 Cinquemani
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Giusi
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 111
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \series bold
3531 Colin
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Bernard
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 111
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \series bold
3562 Concli
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Gianfranco
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 111
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \series bold
3593 Dal Bosco
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 Carolina
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 111
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \series bold
3624 Dalpiaz
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Annamaria
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 111
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \series bold
3655 Feliciello
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Domenico
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686 Focarelli
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Paola
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717 Galletti
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 Oreste
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 111
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746
3747 \series bold
3748 Gasparini
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 Franca
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777
3778 \series bold
3779 Rizzardi
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Paola
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \series bold
3810 Lassini
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 Giancarlo
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 111
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841 Malfatti
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 Luciano
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 Malfatti
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 Valeriano
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 111
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903 Meneguzzo
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 Roberto
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 111
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932
3933 \series bold
3934 Mezzadra
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 Roberto
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 111
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 </row>
3958 <row>
3959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963
3964 \series bold
3965 Pirpamer
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 Erich
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 111
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \series bold
3996 Pochiesa
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 Paolo
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 111, 222
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025
4026 \series bold
4027 Radina
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 Claudio
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 111
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 </row>
4051 <row>
4052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \series bold
4058 Stuffer
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 Oskar
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 111
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 </row>
4082 <row>
4083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087
4088 \series bold
4089 Tacchelli
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 Ugo
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 111
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118
4119 \series bold
4120 Tezzele
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 Margit
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 111
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 </row>
4144 <row>
4145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149
4150 \series bold
4151 Unterkalmsteiner
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 Frieda
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 111
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 </row>
4175 <row>
4176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180
4181 \series bold
4182 Vieider
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 Hilde
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 111
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 </row>
4206 <row>
4207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \series bold
4213 Vigna
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 Jürgen
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 111
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \series bold
4244 Weber
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Maurizio
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 111
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 </row>
4268 <row>
4269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \series bold
4275 Winkler
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 Franz
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 111
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 </row>
4299 <row>
4300 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304  
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Annovi
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Silvia
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 555
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Bertoli
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Stefano
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 555
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Bozzi
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Walter
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 555
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Cachia
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Maria
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 555
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Cachia
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Maurizio
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 555
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Cinquemani
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Giusi
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 555
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Colin
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Bernard
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 555
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Concli
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Gianfranco
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 555
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Dal Bosco
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Carolina
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 555
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Dalpiaz
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Annamaria
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 555
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \series bold
4645 Feliciello
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 Domenico
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674
4675 \series bold
4676 Focarelli
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 Paola
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \series bold
4707 Galletti
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 Oreste
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 555
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736
4737 \series bold
4738 Gasparini
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 Franca
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767
4768 \series bold
4769 Rizzardi
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 Paola
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 555
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \series bold
4800 Lassini
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 Giancarlo
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 555
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \series bold
4831 Malfatti
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 Luciano
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 555
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \series bold
4862 Malfatti
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 Valeriano
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 555
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 <row>
4887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \series bold
4893 Meneguzzo
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 Roberto
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 555
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 </row>
4917 <row>
4918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922
4923 \series bold
4924 Mezzadra
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 Roberto
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 555
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 </row>
4948 <row>
4949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953
4954 \series bold
4955 Pirpamer
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 Erich
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 555
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 </row>
4979 <row>
4980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984
4985 \series bold
4986 Pochiesa
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 Paolo
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 555, 222
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 <row>
5011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015
5016 \series bold
5017 Radina
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Claudio
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 555
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 </row>
5041 <row>
5042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \series bold
5048 Stuffer
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Oskar
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 555
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 </row>
5072 <row>
5073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077
5078 \series bold
5079 Tacchelli
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 Ugo
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 555
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row>
5104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \series bold
5110 Tezzele
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 Margit
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 555
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 </row>
5134 <row>
5135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139
5140 \series bold
5141 Unterkalmsteiner
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 Frieda
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 555
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 </row>
5165 <row>
5166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170
5171 \series bold
5172 Vieider
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 Hilde
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 555
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 </row>
5196 <row>
5197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201
5202 \series bold
5203 Vigna
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 Jürgen
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 999
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 <row>
5228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \series bold
5234 Weber
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 Maurizio
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 555
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 </row>
5258 <row>
5259 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \series bold
5265 Winkler
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 Franz
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 555
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row endlastfoot="true">
5290 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 fin
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 </lyxtabular>
5319
5320 \end_inset
5321
5322
5323 \begin_inset ERT
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327
5328
5329 \backslash
5330 addtocounter{table}{-1}
5331 \end_layout
5332
5333 \end_inset
5334
5335
5336 \begin_inset Note Note
5337 status collapsed
5338
5339 \begin_layout Plain Layout
5340 Para comprender el uso de este comando, lee al final de la sección
5341 \begin_inset space ~
5342 \end_inset
5343
5344
5345 \begin_inset CommandInset ref
5346 LatexCommand ref
5347 reference "subsec:Leyendas-en-Cuadros"
5348
5349 \end_inset
5350
5351  la primera nota resaltada en gris.
5352  
5353 \end_layout
5354
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \begin_layout Subsection
5361 Notas al pie en cuadros multipágina
5362 \begin_inset CommandInset label
5363 LatexCommand label
5364 name "subsec:Notas-al-pie-en-Cuadros-Multipágina"
5365
5366 \end_inset
5367
5368
5369 \begin_inset Index idx
5370 status open
5371
5372 \begin_layout Plain Layout
5373 Cuadros ! Multipágina ! Notas al pie
5374 \end_layout
5375
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \begin_layout Standard
5382 Se pueden insertar notas al pie en cada celda de un cuadro multipágina.
5383  Las notas se muestran en la parte inferior de la página en la que esté
5384  la celda con la nota.
5385  El cuadro
5386 \begin_inset space ~
5387 \end_inset
5388
5389
5390 \begin_inset CommandInset ref
5391 LatexCommand ref
5392 reference "tab:DifLeyendas"
5393
5394 \end_inset
5395
5396  tiene un ejemplo de nota al pie.
5397 \end_layout
5398
5399 \begin_layout Subsection
5400 Alineación de cuadros multipágina
5401 \begin_inset Index idx
5402 status open
5403
5404 \begin_layout Plain Layout
5405 Cuadros ! Multipágina ! Alineación
5406 \end_layout
5407
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \begin_layout Standard
5414 La alineación horizontal de cuadros multipágina se puede establecer en el
5415  diálogo de configuración de cuadros.
5416  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5417  página.
5418  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5419  al centro y cambiar el valor de las longitudes 
5420 \series bold
5421
5422 \backslash
5423 LTleft
5424 \series default
5425  y 
5426 \series bold
5427
5428 \backslash
5429 LTright 
5430 \series default
5431 insertando la línea siguiente en código \SpecialChar TeX
5432  antes del correspondiente cuadro
5433  multipágina:
5434 \end_layout
5435
5436 \begin_layout Standard
5437
5438 \series bold
5439
5440 \backslash
5441 setlength{
5442 \backslash
5443 LTleft}{valor}
5444 \end_layout
5445
5446 \begin_layout Standard
5447 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5448 \begin_inset space ~
5449 \end_inset
5450
5451
5452 \begin_inset CommandInset ref
5453 LatexCommand ref
5454 reference "tab:Unidades"
5455
5456 \end_inset
5457
5458 .
5459  
5460 \series bold
5461
5462 \backslash
5463 LTlent 
5464 \series default
5465 controla la distancia entre el borde izquierdo de la página y el cuadro.
5466  
5467 \series bold
5468
5469 \backslash
5470 LTright 
5471 \series default
5472 la distancia desde el lado derecho.
5473  El valor predeterminado para ambas longitudes es 
5474 \series bold
5475
5476 \backslash
5477 fill
5478 \series default
5479 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5480 .
5481 \end_layout
5482
5483 \begin_layout Standard
5484 El siguiente cuadro multipágina se ha alineado centrado y 
5485 \series bold
5486
5487 \backslash
5488 LTleft
5489 \series default
5490  establecido en 
5491 \family sans
5492 0.1
5493 \backslash
5494 columnwidth
5495 \family default
5496 :
5497 \begin_inset ERT
5498 status collapsed
5499
5500 \begin_layout Plain Layout
5501
5502
5503 \backslash
5504 setlength{
5505 \backslash
5506 LTleft}{0.1
5507 \backslash
5508 columnwidth}
5509 \end_layout
5510
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \begin_layout Standard
5517 \begin_inset Tabular
5518 <lyxtabular version="3" rows="5" columns="5">
5519 <features islongtable="true" longtabularalignment="center">
5520 <column alignment="center" valignment="top">
5521 <column alignment="center" valignment="top">
5522 <column alignment="center" valignment="top">
5523 <column alignment="center" valignment="top">
5524 <column alignment="center" valignment="top">
5525 <row>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 1
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 2
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 3
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 4
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 5
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 </row>
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 asd
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 s
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 s
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 s
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 asd
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 </row>
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 asd
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 s
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 s
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 s
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 asd
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 </row>
5666 <row>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 asd
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 s
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 s
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 asd
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 asd
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 asd
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 asd
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 </lyxtabular>
5761
5762 \end_inset
5763
5764
5765 \begin_inset ERT
5766 status collapsed
5767
5768 \begin_layout Plain Layout
5769
5770
5771 \backslash
5772 setlength{
5773 \backslash
5774 LTleft}{
5775 \backslash
5776 fill}
5777 \end_layout
5778
5779 \end_inset
5780
5781
5782 \begin_inset ERT
5783 status collapsed
5784
5785 \begin_layout Plain Layout
5786
5787
5788 \backslash
5789 addtocounter{table}{-1}
5790 \end_layout
5791
5792 \end_inset
5793
5794
5795 \begin_inset Note Note
5796 status collapsed
5797
5798 \begin_layout Plain Layout
5799 Para comprender el uso de este comando, lee al final de la sección
5800 \begin_inset space ~
5801 \end_inset
5802
5803
5804 \begin_inset CommandInset ref
5805 LatexCommand ref
5806 reference "subsec:Leyendas-en-Cuadros"
5807
5808 \end_inset
5809
5810  la primera nota resaltada en gris.
5811  
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \begin_layout Subsection
5820 Leyendas en cuadros multipágina
5821 \begin_inset Index idx
5822 status open
5823
5824 \begin_layout Plain Layout
5825 Cuadros ! Multipágina ! Leyendas
5826 \end_layout
5827
5828 \end_inset
5829
5830
5831 \begin_inset CommandInset label
5832 LatexCommand label
5833 name "subsec:Leyendas-en-Cuadros"
5834
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \begin_layout Standard
5841 Un cuadro multipágina no se puede poner flotante porque los flotantes sólo
5842  pueden estar en una página.
5843  Pero el entorno leyenda de flotantes sí puede usarse para cuadros multipágina
5844  utilizando para una fila de un cuadro multipágina la opción 
5845 \family sans
5846 Leyenda
5847 \family default
5848 , como se explica en la sec.
5849 \begin_inset space \thinspace{}
5850 \end_inset
5851
5852
5853 \begin_inset CommandInset ref
5854 LatexCommand ref
5855 reference "sec:Cuadros-multipágina"
5856
5857 \end_inset
5858
5859 .
5860  Sólo una fila puede contener la leyenda.
5861 \end_layout
5862
5863 \begin_layout Standard
5864 He aquí un pequeño cuadro multipágina para mostrar cómo funciona:
5865 \end_layout
5866
5867 \begin_layout Standard
5868 \begin_inset Tabular
5869 <lyxtabular version="3" rows="6" columns="5">
5870 <features islongtable="true" longtabularalignment="center">
5871 <column alignment="center" valignment="top">
5872 <column alignment="center" valignment="top">
5873 <column alignment="center" valignment="top">
5874 <column alignment="center" valignment="top">
5875 <column alignment="center" valignment="top">
5876 <row endfirsthead="true" caption="true">
5877 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 \begin_inset Caption Standard
5882
5883 \begin_layout Plain Layout
5884 Cuadro multipágina con leyenda
5885 \begin_inset Argument 1
5886 status open
5887
5888 \begin_layout Plain Layout
5889 Cuadro multipágina
5890 \end_layout
5891
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 1
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 2
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 3
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 4
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 5
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 s
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 s
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 s
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 s
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 asd
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 <row>
6130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 asd
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 asd
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 </row>
6176 </lyxtabular>
6177
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \begin_layout Standard
6184 \begin_inset VSpace medskip
6185 \end_inset
6186
6187
6188 \begin_inset Note Greyedout
6189 status open
6190
6191 \begin_layout Plain Layout
6192
6193 \series bold
6194 Nota
6195 \begin_inset space ~
6196 \end_inset
6197
6198 1:
6199 \series default
6200  El número del cuadro se incrementa para cada cuadro multipágina, aunque
6201  no pongas leyenda en alguna de ellas.
6202  Por esto podría suceder que, p.
6203 \begin_inset space \thinspace{}
6204 \end_inset
6205
6206 ej., el cuadro
6207 \begin_inset space ~
6208 \end_inset
6209
6210 2.4 siga al cuadro
6211 \begin_inset space ~
6212 \end_inset
6213
6214 2.1 en el índice de cuadros debido a que hay dos cuadros multipágina sin
6215  leyenda.
6216  Para evitarlo, añade detrás de cada cuadro multipágina sin leyenda este
6217  comando en código \SpecialChar TeX
6218 :
6219 \end_layout
6220
6221 \begin_layout Plain Layout
6222
6223 \series bold
6224
6225 \backslash
6226 addtocounter{table}{-1}
6227 \end_layout
6228
6229 \begin_layout Plain Layout
6230 Esto no es necesario si ninguna de los cuadros multipágina tiene leyenda
6231  y añades el siguiente código en el preámbulo del documento:
6232 \end_layout
6233
6234 \begin_layout Plain Layout
6235
6236 \series bold
6237
6238 \backslash
6239 let
6240 \backslash
6241 myEnd
6242 \backslash
6243 endlongtable
6244 \begin_inset Newline newline
6245 \end_inset
6246
6247
6248 \backslash
6249 renewcommand{
6250 \backslash
6251 endlongtable}{
6252 \backslash
6253 myEnd
6254 \backslash
6255 addtocounter{table}{-1}}
6256 \end_layout
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Standard
6264 \begin_inset Note Greyedout
6265 status open
6266
6267 \begin_layout Plain Layout
6268
6269 \series bold
6270 Nota
6271 \begin_inset space ~
6272 \end_inset
6273
6274 2:
6275 \series default
6276  Si utilizas 
6277 \series bold
6278 hyperref
6279 \series default
6280
6281 \begin_inset Index idx
6282 status collapsed
6283
6284 \begin_layout Plain Layout
6285 \SpecialChar LaTeX
6286 -paquetes ! hyperref
6287 \end_layout
6288
6289 \end_inset
6290
6291  en las 
6292 \family sans
6293 Propiedades PDF 
6294 \family default
6295 del diálogo 
6296 \family sans
6297 Configuración del documento 
6298 \family default
6299 para enlazar referencias cruzadas en la salida, los enlaces a cuadros multipágin
6300 a llevan siempre al principio del documento.
6301 \end_layout
6302
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \begin_layout Subsubsection
6309 Referencias a cuadros multipágina
6310 \begin_inset Index idx
6311 status open
6312
6313 \begin_layout Plain Layout
6314 Cuadros ! Multipágina ! Referencias a
6315 \end_layout
6316
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Standard
6323 \begin_inset Tabular
6324 <lyxtabular version="3" rows="6" columns="5">
6325 <features islongtable="true" longtabularalignment="center">
6326 <column alignment="center" valignment="top">
6327 <column alignment="center" valignment="top">
6328 <column alignment="center" valignment="top">
6329 <column alignment="center" valignment="top">
6330 <column alignment="center" valignment="top">
6331 <row endfirsthead="true" caption="true">
6332 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 \begin_inset Caption Standard
6337
6338 \begin_layout Plain Layout
6339 Cuadro multipágina con referencia
6340 \begin_inset CommandInset label
6341 LatexCommand label
6342 name "tab:RefEjemplo"
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 1
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 2
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 3
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 4
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 5
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 s
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 s
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 asd
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 asd
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 s
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 asd
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 asd
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 s
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 s
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 asd
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row>
6582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 asd
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 sad
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 asd
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 asd
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 </lyxtabular>
6629
6630 \end_inset
6631
6632
6633 \end_layout
6634
6635 \begin_layout Standard
6636 Para referenciar un cuadro multipágina, inserta una etiqueta en la leyenda.
6637  
6638 \end_layout
6639
6640 \begin_layout Standard
6641 Esto es una referencia al cuadro
6642 \begin_inset space ~
6643 \end_inset
6644
6645
6646 \begin_inset CommandInset ref
6647 LatexCommand ref
6648 reference "tab:RefEjemplo"
6649
6650 \end_inset
6651
6652 .
6653 \end_layout
6654
6655 \begin_layout Standard
6656 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6657  del documento mediante el paquete \SpecialChar LaTeX
6658  
6659 \series bold
6660 caption
6661 \series default
6662
6663 \begin_inset Index idx
6664 status collapsed
6665
6666 \begin_layout Plain Layout
6667 \SpecialChar LaTeX
6668 -paquetes ! caption
6669 \end_layout
6670
6671 \end_inset
6672
6673 , véase sección
6674 \begin_inset space ~
6675 \end_inset
6676
6677
6678 \begin_inset CommandInset ref
6679 LatexCommand ref
6680 reference "sec:Formato-de-leyendas"
6681
6682 \end_inset
6683
6684 .
6685 \end_layout
6686
6687 \begin_layout Subsubsection
6688 Anchura de la leyenda
6689 \begin_inset Index idx
6690 status collapsed
6691
6692 \begin_layout Plain Layout
6693 Cuadros ! Multipágina ! Anchura de la leyenda
6694 \end_layout
6695
6696 \end_inset
6697
6698
6699 \end_layout
6700
6701 \begin_layout Standard
6702 La anchura máxima de la leyenda se define por la longitud 
6703 \series bold
6704
6705 \backslash
6706 LTcapwidth
6707 \series default
6708 .
6709  Por omisión, su valor es 4
6710 \begin_inset space \thinspace{}
6711 \end_inset
6712
6713 in (4
6714 \begin_inset space ~
6715 \end_inset
6716
6717 pulgadas).
6718  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6719
6720  en el propio documento antes del cuadro multipágina al que deba afectar
6721 \end_layout
6722
6723 \begin_layout Standard
6724
6725 \series bold
6726
6727 \backslash
6728 setlength{
6729 \backslash
6730 LTcapwidth}{anchura}
6731 \end_layout
6732
6733 \begin_layout Standard
6734 donde la 
6735 \family sans
6736 anchura
6737 \family default
6738  puede ser una de las unidades listadas en el apéndice
6739 \begin_inset space ~
6740 \end_inset
6741
6742
6743 \begin_inset CommandInset ref
6744 LatexCommand ref
6745 reference "cap:Unidades-disponibles-en"
6746
6747 \end_inset
6748
6749 .
6750 \end_layout
6751
6752 \begin_layout Standard
6753 Los cuadros siguientes muestran la diferencia:
6754 \end_layout
6755
6756 \begin_layout Standard
6757 \begin_inset Tabular
6758 <lyxtabular version="3" rows="6" columns="5">
6759 <features islongtable="true" longtabularalignment="center">
6760 <column alignment="center" valignment="top">
6761 <column alignment="center" valignment="top">
6762 <column alignment="center" valignment="top">
6763 <column alignment="center" valignment="top">
6764 <column alignment="center" valignment="top">
6765 <row endfirsthead="true" caption="true">
6766 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 \begin_inset Caption Standard
6771
6772 \begin_layout Plain Layout
6773 Leyenda larga completa con anchura predeterminada leyenda larga completa
6774  con anchura predeterminada
6775 \begin_inset Argument 1
6776 status collapsed
6777
6778 \begin_layout Plain Layout
6779 Leyenda con anchura predeterminada
6780 \end_layout
6781
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \end_inset
6788
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 </row>
6831 <row>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 1
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 2
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 3
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 4
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 5
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 asd
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 s
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 s
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 s
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 asd
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 asd
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 s
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 s
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 asd
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 </row>
6972 <row>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 asd
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 s
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 s
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 asd
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 sad
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 asd
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 asd
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 </lyxtabular>
7067
7068 \end_inset
7069
7070
7071 \end_layout
7072
7073 \begin_layout Standard
7074 \begin_inset ERT
7075 status collapsed
7076
7077 \begin_layout Plain Layout
7078
7079
7080 \backslash
7081 setlength{
7082 \backslash
7083 LTcapwidth}{5cm}
7084 \end_layout
7085
7086 \end_inset
7087
7088
7089 \begin_inset Tabular
7090 <lyxtabular version="3" rows="6" columns="5">
7091 <features islongtable="true" longtabularalignment="center">
7092 <column alignment="center" valignment="top">
7093 <column alignment="center" valignment="top">
7094 <column alignment="center" valignment="top">
7095 <column alignment="center" valignment="top">
7096 <column alignment="center" valignment="top">
7097 <row endfirsthead="true" caption="true">
7098 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 \begin_inset Caption Standard
7103
7104 \begin_layout Plain Layout
7105 Leyenda larga completa con una anchura de 5
7106 \begin_inset space \thinspace{}
7107 \end_inset
7108
7109 cm leyenda larga completa con una anchura de 5
7110 \begin_inset space \thinspace{}
7111 \end_inset
7112
7113 cm 
7114 \begin_inset Argument 1
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118 Leyenda con anchura
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 =
7123 \begin_inset space \thinspace{}
7124 \end_inset
7125
7126 5
7127 \begin_inset space \thinspace{}
7128 \end_inset
7129
7130 cm
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 </row>
7182 <row>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 1
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 2
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 3
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 4
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 5
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 </row>
7229 <row>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 s
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 asd
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 s
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 s
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 s
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 asd
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 </row>
7323 <row>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 asd
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 s
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 s
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 s
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 asd
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 </row>
7370 <row>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 sad
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 asd
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 asd
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 </row>
7417 </lyxtabular>
7418
7419 \end_inset
7420
7421
7422 \begin_inset ERT
7423 status collapsed
7424
7425 \begin_layout Plain Layout
7426
7427
7428 \backslash
7429 setlength{
7430 \backslash
7431 LTcapwidth}{4in}
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \begin_layout Standard
7440 \begin_inset Note Greyedout
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444
7445 \series bold
7446 Nota: 
7447 \series default
7448 Si se usa el paquete \SpecialChar LaTeX
7449  
7450 \series bold
7451 caption
7452 \series default
7453
7454 \begin_inset Index idx
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 \SpecialChar LaTeX
7459 -paquetes ! caption
7460 \end_layout
7461
7462 \end_inset
7463
7464 , como en este documento, para la leyenda se utiliza toda la anchura de
7465  la página cuando se deja el valor por omisión de 4
7466 \begin_inset space \thinspace{}
7467 \end_inset
7468
7469 in para 
7470 \series bold
7471
7472 \backslash
7473 LTcapwidth
7474 \series default
7475 .
7476  En este caso, para conseguir una leyenda de 4
7477 \begin_inset space \thinspace{}
7478 \end_inset
7479
7480 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7481 \begin_inset space \thinspace{}
7482 \end_inset
7483
7484 in, p.
7485 \begin_inset space \thinspace{}
7486 \end_inset
7487
7488 ej.
7489  3.99
7490 \begin_inset space \thinspace{}
7491 \end_inset
7492
7493 in, o bien emplear el comando \SpecialChar LaTeX
7494  
7495 \series bold
7496
7497 \backslash
7498 captionsetup{width=valor}
7499 \series default
7500 , suministrado por el paquete 
7501 \series bold
7502 caption
7503 \series default
7504 .
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \end_layout
7511
7512 \begin_layout Subsubsection
7513 Leyendas distintas para cada página
7514 \begin_inset Index idx
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518 Cuadros ! Multipágina ! Leyendas ! distintas para cada página
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \end_layout
7525
7526 \begin_layout Standard
7527 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7528  de la leyenda de la primera página del cuadro, marca una fila vacía como
7529  cabecera que contiene una leyenda.
7530  Después, clic derecho sobre la leyenda y selecciona 
7531 \family sans
7532 Leyenda
7533 \begin_inset space ~
7534 \end_inset
7535
7536 (Sin
7537 \begin_inset space ~
7538 \end_inset
7539
7540 numerar)
7541 \family default
7542  en el menú contextual.
7543  El cuadro
7544 \begin_inset space ~
7545 \end_inset
7546
7547
7548 \begin_inset CommandInset ref
7549 LatexCommand ref
7550 reference "tab:DifLeyendas"
7551
7552 \end_inset
7553
7554  es un ejemplo de cuadro multipágina con encabezados distintos donde el
7555  segundo no incluye número de cuadro.
7556 \end_layout
7557
7558 \begin_layout Standard
7559 \align center
7560 \begin_inset Tabular
7561 <lyxtabular version="3" rows="59" columns="3">
7562 <features islongtable="true" longtabularalignment="center">
7563 <column alignment="left" valignment="top" width="0pt">
7564 <column alignment="left" valignment="top" width="0pt">
7565 <column alignment="right" valignment="top" width="0pt">
7566 <row endfirsthead="true" caption="true">
7567 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 \begin_inset Caption Standard
7572
7573 \begin_layout Plain Layout
7574 Ejemplo de lista telefónica
7575 \begin_inset CommandInset label
7576 LatexCommand label
7577 name "tab:DifLeyendas"
7578
7579 \end_inset
7580
7581
7582 \begin_inset Argument 1
7583 status collapsed
7584
7585 \begin_layout Plain Layout
7586 Ejemplo de lista telefónica
7587 \end_layout
7588
7589 \end_inset
7590
7591
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row endfirsthead="true">
7621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \series bold
7627 Ejemplo de lista telefónica (ignore los nombres)
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row endfirsthead="true">
7652 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 NOMBRE
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 TEL.
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row endhead="true" caption="true">
7685 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset Caption Unnumbered
7690
7691 \begin_layout Plain Layout
7692 Continúa ejemplo de lista telefónica
7693 \end_layout
7694
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 </row>
7721 <row endhead="true">
7722 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726
7727 \series bold
7728 Ejemplo de lista telefónica
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 <row endhead="true">
7753 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \series bold
7759 NOMBRE
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \series bold
7779 TEL.
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row endfoot="true">
7786 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 continúa en página siguiente
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 <row>
7815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \series bold
7821 Annovi
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 Silvia
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 111
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Bertoli
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 Stefano
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 111
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 Bozzi
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 Walter
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 111
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \series bold
7914 Cachia
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Maria
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 111
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 Cachia
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 Maurizio
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 111
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \series bold
7976 Cinquemani
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Giusi
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 111
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \series bold
8007 Colin
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Bernard
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 111
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \series bold
8038 Concli
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 Gianfranco
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 111
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \series bold
8069 Dal Bosco
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Carolina
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 111
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Dalpiaz
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Annamaria
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Feliciello
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Domenico
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Focarelli
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Paola
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Galletti
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Oreste
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Gasparini
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Franca
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Rizzardi
8256 \series default
8257
8258 \begin_inset Foot
8259 status collapsed
8260
8261 \begin_layout Plain Layout
8262 Ejemplo de nota a pie de página
8263 \end_layout
8264
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Paola
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 111
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \series bold
8298 Lassini
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Giancarlo
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Malfatti
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Luciano
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Malfatti
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Valeriano
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Meneguzzo
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Roberto
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Mezzadra
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Roberto
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Pirpamer
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Erich
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Pochiesa
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Paolo
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111, 222
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Radina
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Claudio
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 111
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Stuffer
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Oskar
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Tacchelli
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Ugo
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Tezzele
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Margit
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Unterkalmsteiner
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Frieda
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Vieider
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Hilde
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Vigna
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Jürgen
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Weber
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Maurizio
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Winkler
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Franz
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792  
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Annovi
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Silvia
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 555
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Bertoli
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Stefano
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 555
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Bozzi
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Walter
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 555
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Cachia
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Maria
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 555
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Cachia
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Maurizio
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 555
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Cinquemani
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Giusi
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 555
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Colin
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Bernard
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 555
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Concli
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Gianfranco
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 555
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \series bold
9071 Dal Bosco
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Carolina
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 555
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Dalpiaz
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Annamaria
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 555
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Feliciello
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Domenico
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Focarelli
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Paola
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Galletti
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Oreste
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Gasparini
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Franca
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Rizzardi
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Paola
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Lassini
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Giancarlo
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Malfatti
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Luciano
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 555
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Malfatti
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Valeriano
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 555
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Meneguzzo
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 Roberto
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 555
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Mezzadra
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 Roberto
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 555
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 </lyxtabular>
9437
9438 \end_inset
9439
9440
9441 \end_layout
9442
9443 \begin_layout Section
9444 Particularidades de los cuadros multipágina
9445 \begin_inset CommandInset label
9446 LatexCommand label
9447 name "sec:Particularidades-cuadros-multipágina"
9448
9449 \end_inset
9450
9451
9452 \end_layout
9453
9454 \begin_layout Subsection
9455 Cálculos
9456 \begin_inset Index idx
9457 status collapsed
9458
9459 \begin_layout Plain Layout
9460 Cuadros ! Multipágina ! Cálculos
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \begin_layout Standard
9469 \SpecialChar LaTeX
9470  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9471  los denominados «trozos», que son partes del cuadro presentes en la memoria
9472  de \SpecialChar LaTeX
9473 .
9474  El valor predeterminado está establecido a sólo 20
9475 \begin_inset space ~
9476 \end_inset
9477
9478 filas.
9479  Si estás usando cuadros multipágina con muchas páginas, la generación del
9480  documento puede hacerse muy lenta.
9481  No hay problema en aumentar el tamaño de los trozos hasta 100
9482 \begin_inset space \thinspace{}
9483 \end_inset
9484
9485 --
9486 \begin_inset space \thinspace{}
9487 \end_inset
9488
9489 1000 añadiendo el siguiente comando en el preámbulo del documento:
9490 \end_layout
9491
9492 \begin_layout Standard
9493
9494 \series bold
9495
9496 \backslash
9497 setcounter{LTchunksize}{100}
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 Flotantes y cuadros multipágina
9502 \begin_inset Index idx
9503 status collapsed
9504
9505 \begin_layout Plain Layout
9506 Cuadros ! Multipágina ! Flotantes
9507 \end_layout
9508
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \begin_layout Standard
9515 Podría haber problemas si un flotante aparece en la misma página donde comienza
9516  un cuadro multipágina.
9517  Para evitarlo, añade un 
9518 \begin_inset Quotes cld
9519 \end_inset
9520
9521 salto de página limpia
9522 \begin_inset Quotes crd
9523 \end_inset
9524
9525  (menú 
9526 \family sans
9527 Insertar\SpecialChar menuseparator
9528 Formato\SpecialChar menuseparator
9529 Limpiar
9530 \begin_inset space ~
9531 \end_inset
9532
9533 página
9534 \family default
9535 ) antes del cuadro.
9536 \end_layout
9537
9538 \begin_layout Subsection
9539 Saltos de página forzados
9540 \begin_inset Index idx
9541 status collapsed
9542
9543 \begin_layout Plain Layout
9544 Cuadros ! Multipágina ! Saltos de página forzados
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 Por omisión, los cuadros sólo se cortan entre filas.
9554  Si tienes una celda con líneas múltiples y necesitas un salto de página
9555  dentro de la celda, inserta el comando de nueva línea «
9556 \series bold
9557
9558 \backslash
9559
9560 \backslash
9561
9562 \series default
9563 » en código \SpecialChar TeX
9564  en el punto en que quieras cortar.
9565  Antes del comando «
9566 \series bold
9567
9568 \backslash
9569
9570 \backslash
9571
9572 \series default
9573 » debes insertar en código \SpecialChar TeX
9574  tantos caracteres «
9575 \series bold
9576 &
9577 \series default
9578 » como columnas siguientes del cuadro.
9579  
9580 \series bold
9581 &
9582 \series default
9583  es el carácter para separar celdas.
9584  Escribe en código \SpecialChar TeX
9585  después de cada 
9586 \series bold
9587 &
9588 \series default
9589  el contenido de la celda siguiente correspondiente y borra el contenido
9590  de esas celdas.
9591 \begin_inset Newline newline
9592 \end_inset
9593
9594 Detrás del comando 
9595 \series bold
9596
9597 \backslash
9598
9599 \backslash
9600
9601 \series default
9602 , inserta tantos 
9603 \series bold
9604 &
9605 \series default
9606  como columnas haya delante de la actual.
9607  Enl cuadro
9608 \begin_inset space ~
9609 \end_inset
9610
9611
9612 \begin_inset CommandInset ref
9613 LatexCommand ref
9614 reference "tab:Saltos de Página Forzados"
9615
9616 \end_inset
9617
9618  la celda que debería cortarse está en la segunda columna seguida de otra
9619  columna.
9620  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9621  detrás
9622  de «
9623 \emph on
9624 Castelchiodato,
9625 \emph default
9626 »:
9627 \end_layout
9628
9629 \begin_layout Standard
9630
9631 \series bold
9632 & 111
9633 \backslash
9634
9635 \backslash
9636  
9637 \backslash
9638 newpage
9639 \begin_inset Newline newline
9640 \end_inset
9641
9642 &
9643 \end_layout
9644
9645 \begin_layout Standard
9646 El «111» en la tercera columna de la fila se ha borrado.
9647
9648 \series bold
9649  
9650 \backslash
9651 newpage 
9652 \series default
9653 es necesario solo si en esta posición debiera ir definitivamente un salto
9654  de página, de otro modo es sólamente una posibilidad de salto.
9655  Si la fila más baja de la cuadro multipágina no tiene, por alguna razón,
9656  línea superior pero quisieras una línea horizontal donde se corta la celda,
9657  usa este comando alternativo:
9658 \end_layout
9659
9660 \begin_layout Standard
9661
9662 \series bold
9663 & 111
9664 \backslash
9665
9666 \backslash
9667
9668 \begin_inset Newline newline
9669 \end_inset
9670
9671
9672 \backslash
9673 hline &
9674 \end_layout
9675
9676 \begin_layout Standard
9677 Cuando la celda a cortar está en la última columna, el comando
9678 \end_layout
9679
9680 \begin_layout Standard
9681
9682 \series bold
9683
9684 \backslash
9685 setlength{
9686 \backslash
9687 parfillskip}{0pt}
9688 \end_layout
9689
9690 \begin_layout Standard
9691 debe insertarse en código \SpecialChar TeX
9692  al principio de la celda.
9693  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9694  aparecerá con toda su anchura.
9695 \end_layout
9696
9697 \begin_layout Standard
9698 \align center
9699 \begin_inset Tabular
9700 <lyxtabular version="3" rows="38" columns="3">
9701 <features islongtable="true" longtabularalignment="center">
9702 <column alignment="left" valignment="top" width="0pt">
9703 <column alignment="left" valignment="top" width="3cm">
9704 <column alignment="right" valignment="top" width="0pt">
9705 <row endfirsthead="true" caption="true">
9706 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 \begin_inset Caption Standard
9711
9712 \begin_layout Plain Layout
9713 Cuadro con salto de página forzado en celda
9714 \begin_inset CommandInset label
9715 LatexCommand label
9716 name "tab:Saltos de Página Forzados"
9717
9718 \end_inset
9719
9720
9721 \begin_inset Argument 1
9722 status open
9723
9724 \begin_layout Plain Layout
9725 Cuadro con salto de página forzado
9726 \end_layout
9727
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row endfirsthead="true">
9760 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \series bold
9766 Ejemplo de lista telefónica (ignore los nombres)
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row endfirsthead="true">
9791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \series bold
9797 NOMBRE
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \series bold
9817 TEL.
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 </row>
9823 <row endhead="true" caption="true">
9824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 \begin_inset Caption Unnumbered
9829
9830 \begin_layout Plain Layout
9831 continúa Ejemplo de lista telefónica
9832 \end_layout
9833
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row endhead="true">
9861 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865  
9866 \series bold
9867 Ejemplo de lista telefónica
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row endhead="true">
9892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \series bold
9898 NOMBRE
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 TEL.
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row endfoot="true">
9925 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 continúa en página siguiente
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Annovi
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Silvia
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 111
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Bertoli
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Stefano
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Bozzi
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Walter
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Cachia
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Maria
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Cachia
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Maurizio
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Cinquemani
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Giusi
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Colin
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Bernard
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Concli
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Gianfranco
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Dal Bosco
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Carolina
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Dalpiaz
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Annamaria
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Feliciello
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Domenico
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Focarelli
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Paola
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Galletti
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Oreste
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Gasparini
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Franca
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Lassini
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Giancarlo
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Malfatti
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Luciano
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Malfatti
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Valeriano
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Meneguzzo
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Roberto
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Mezzadra
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Roberto
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Pirpamer
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Erich
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Pochiesa
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Paolo
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111, 222
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611 Radina
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Claudio
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 111
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \series bold
10642 Rizzardi
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Paolo, 11.
10652  Fürst von Montecompatri, 11.
10653  Fürst von Sulmona und Vivaro, 10.
10654  Fürst von Rossano, 5.
10655  Herzog von Canemorte, 11.
10656  Herzog von Palombara, 5.
10657  Herzog von Castelchiodato,
10658 \begin_inset ERT
10659 status open
10660
10661 \begin_layout Plain Layout
10662
10663 & 111
10664 \backslash
10665
10666 \backslash
10667  
10668 \backslash
10669 newpage
10670 \end_layout
10671
10672 \begin_layout Plain Layout
10673
10674 &
10675 \end_layout
10676
10677 \end_inset
10678
10679  11.
10680  Herzog von Poggionativo, 11.
10681  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10682  Graf von Valinfreda, 11.
10683  Baron von Cropalati, 11.
10684  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Stuffer
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Oskar
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Tacchelli
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Ugo
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Tezzele
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Margit
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Unterkalmsteiner
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Frieda
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Vieider
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Hilde
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 111
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Vigna
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Jürgen
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Weber
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Maurizio
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \series bold
10923 Winkler
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Franz
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 111
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 </lyxtabular>
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \begin_layout Section
10955 Líneas, columnas y filas múltiples
10956 \end_layout
10957
10958 \begin_layout Subsection
10959 Líneas múltiples en celdas
10960 \begin_inset CommandInset label
10961 LatexCommand label
10962 name "subsec:Líneas-Múltiples-en"
10963
10964 \end_inset
10965
10966
10967 \begin_inset Index idx
10968 status collapsed
10969
10970 \begin_layout Plain Layout
10971 Lineas@Líneas múltiples en celdas
10972 \end_layout
10973
10974 \end_inset
10975
10976
10977 \begin_inset Index idx
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981 Cuadros ! Saltos de línea
10982 \end_layout
10983
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \begin_layout Standard
10990 \noindent
10991 \begin_inset Float table
10992 placement H
10993 wide false
10994 sideways false
10995 status open
10996
10997 \begin_layout Plain Layout
10998 \begin_inset Caption Standard
10999
11000 \begin_layout Plain Layout
11001 \begin_inset CommandInset label
11002 LatexCommand label
11003 name "tab:Cuadro-con-múltiples"
11004
11005 \end_inset
11006
11007 Cuadro con líneas múltiples en celda
11008 \end_layout
11009
11010 \end_inset
11011
11012
11013 \end_layout
11014
11015 \begin_layout Plain Layout
11016 \align center
11017 \begin_inset Tabular
11018 <lyxtabular version="3" rows="3" columns="3">
11019 <features tabularvalignment="middle">
11020 <column alignment="center" valignment="middle" width="2.5cm">
11021 <column alignment="center" valignment="middle">
11022 <column alignment="center" valignment="middle">
11023 <row>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 líneas
11029 \begin_inset Newline linebreak
11030 \end_inset
11031
11032 múltiples
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 b
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 c
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 d
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 e
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 f
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 g
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 h
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 i
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 </lyxtabular>
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Standard
11127 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11128  párrafos con varias líneas y guionado.
11129 \end_layout
11130
11131 \begin_layout Standard
11132 Para generar el cuadro
11133 \begin_inset space ~
11134 \end_inset
11135
11136
11137 \begin_inset CommandInset ref
11138 LatexCommand ref
11139 reference "tab:Cuadro-con-múltiples"
11140
11141 \end_inset
11142
11143 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11144  En el diálogo que surge establece una anchura de 2.5
11145 \begin_inset space \thinspace{}
11146 \end_inset
11147
11148 cm y escoge centro en alineación vertical y horizontal.
11149  La alineación vertical se utiliza para todas las celdas de la fila.
11150  Como nuestro texto es menor de 2.5
11151 \begin_inset space \thinspace{}
11152 \end_inset
11153
11154 cm, sólo aparece una línea.
11155  Para poner dos añadimos un salto de línea justificado, (atajo 
11156 \family sans
11157 Ctrl+Mayúsculas+Entrar
11158 \family default
11159 ).
11160  Si el texto es más ancho que la celda será automáticamente dividido en
11161  líneas.
11162 \end_layout
11163
11164 \begin_layout Standard
11165 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11166  no puede cortarla
11167  con guión si es la primera entrada.
11168  Por eso hay que insertar algo para que dicha palabra no sea la primera
11169  entrada: añade un espacio horizontal de 0
11170 \begin_inset space \thinspace{}
11171 \end_inset
11172
11173 pt delante de la palabra.
11174  Como el espacio es 0 la salida no cambia.
11175  El cuadro
11176 \begin_inset space ~
11177 \end_inset
11178
11179
11180 \begin_inset CommandInset ref
11181 LatexCommand ref
11182 reference "tab:Cuadro-con-y"
11183
11184 \end_inset
11185
11186  muestra el efecto.
11187 \end_layout
11188
11189 \begin_layout Standard
11190 \begin_inset Float table
11191 placement b
11192 wide false
11193 sideways false
11194 status open
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Caption Standard
11198
11199 \begin_layout Plain Layout
11200 \begin_inset CommandInset label
11201 LatexCommand label
11202 name "tab:Cuadro-con-y"
11203
11204 \end_inset
11205
11206 Cuadros con y sin guión
11207 \end_layout
11208
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \begin_layout Plain Layout
11215 \begin_inset space \hfill{}
11216 \end_inset
11217
11218
11219 \begin_inset Tabular
11220 <lyxtabular version="3" rows="3" columns="3">
11221 <features tabularvalignment="middle">
11222 <column alignment="center" valignment="middle" width="2.5cm">
11223 <column alignment="center" valignment="middle">
11224 <column alignment="center" valignment="middle">
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 celdaconpalabramuylarga
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 b
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 c
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 d
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 e
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 f
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 <row>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 g
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 h
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 i
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 </lyxtabular>
11313
11314 \end_inset
11315
11316
11317 \begin_inset space \hfill{}
11318 \end_inset
11319
11320
11321 \begin_inset Tabular
11322 <lyxtabular version="3" rows="3" columns="3">
11323 <features tabularvalignment="middle">
11324 <column alignment="center" valignment="middle" width="2.5cm">
11325 <column alignment="center" valignment="middle">
11326 <column alignment="center" valignment="middle">
11327 <row>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 \begin_inset space \hspace{}
11333 \length 0pt
11334 \end_inset
11335
11336 celdaconpalabramuylarga
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 b
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 c
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 d
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 e
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 f
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 g
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 h
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 i
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 </lyxtabular>
11419
11420 \end_inset
11421
11422
11423 \begin_inset space \hfill{}
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \begin_layout Subsection
11435 Multicolumnas
11436 \begin_inset CommandInset label
11437 LatexCommand label
11438 name "subsec:Multicolumnas"
11439
11440 \end_inset
11441
11442
11443 \begin_inset Index idx
11444 status collapsed
11445
11446 \begin_layout Plain Layout
11447 Multicolumnas
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \begin_inset Index idx
11454 status collapsed
11455
11456 \begin_layout Plain Layout
11457 Cuadros ! Multicolumnas
11458 \end_layout
11459
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \begin_layout Subsubsection
11466 Fundamentos de multicolumnas
11467 \end_layout
11468
11469 \begin_layout Standard
11470 Para extender una celda sobre varias columnas, se marcan las celdas que
11471  se desee combinar y se usa el botón 
11472 \begin_inset Info
11473 type  "icon"
11474 arg   "tabular-feature multicolumn"
11475 \end_inset
11476
11477 , el menú 
11478 \family sans
11479 Editar\SpecialChar menuseparator
11480 Cuadro\SpecialChar menuseparator
11481 Multicolumna
11482 \family default
11483 , o clic derecho sobre las celdas marcadas y elige 
11484 \family sans
11485 Multicolumna 
11486 \family default
11487 en el menú contextual.
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Las multicolumnas tienen su propia configuración de celdas.
11492  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11493  multicolumna.
11494  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11495  última fila sin borde superior:
11496 \end_layout
11497
11498 \begin_layout Standard
11499 \align center
11500 \begin_inset Tabular
11501 <lyxtabular version="3" rows="3" columns="4">
11502 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11503 <column alignment="center" valignment="top" width="0pt">
11504 <column alignment="center" valignment="middle">
11505 <column alignment="center" valignment="top" width="0in">
11506 <column alignment="center" valignment="top" width="0pt">
11507 <row>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 abc
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 def ghi
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 jkl
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550
11551 \family roman
11552 \series medium
11553 \shape up
11554 \size normal
11555 \emph off
11556 \bar no
11557 \noun off
11558 \color none
11559 A
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 B
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 C
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 D
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 1
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 2
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 3
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 4
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 </lyxtabular>
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Subsubsection
11638 Cálculos en multicolumnas
11639 \begin_inset CommandInset label
11640 LatexCommand label
11641 name "subsec:Cálculos-en-Multicolumnas"
11642
11643 \end_inset
11644
11645
11646 \begin_inset Index idx
11647 status collapsed
11648
11649 \begin_layout Plain Layout
11650 Cuadros ! Multicolumnas ! Cálculos
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \end_layout
11657
11658 \begin_layout Standard
11659 \SpecialChar LyX
11660  soporta multicolumnas directamente, pero hay que prestar atención a la
11661  anchura de celda de las columnas combinadas en la celda multicolumna.
11662 \end_layout
11663
11664 \begin_layout Standard
11665 \begin_inset Float table
11666 placement h
11667 wide false
11668 sideways false
11669 status open
11670
11671 \begin_layout Plain Layout
11672 \begin_inset Caption Standard
11673
11674 \begin_layout Plain Layout
11675 \begin_inset CommandInset label
11676 LatexCommand label
11677 name "tab:Cuadro-con-centrado"
11678
11679 \end_inset
11680
11681 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11682  exactamente la mitad de anchura que la celda multicolumna
11683 \begin_inset Argument 1
11684 status open
11685
11686 \begin_layout Plain Layout
11687 Cuadro multicolumna perfecta
11688 \end_layout
11689
11690 \end_inset
11691
11692
11693 \end_layout
11694
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \begin_layout Plain Layout
11701 \align center
11702 \begin_inset Tabular
11703 <lyxtabular version="3" rows="3" columns="3">
11704 <features tabularvalignment="middle">
11705 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11706 <column alignment="center" valignment="middle">
11707 <column alignment="center" valignment="top">
11708 <row>
11709 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 multicolumna línea múltiple
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 c
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 <row>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 d
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 e
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 f
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 g
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 h
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 i
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 </lyxtabular>
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Standard
11808 Por ejemplo, para crear el cuadro
11809 \begin_inset space ~
11810 \end_inset
11811
11812
11813 \begin_inset CommandInset ref
11814 LatexCommand ref
11815 reference "tab:Cuadro-con-centrado"
11816
11817 \end_inset
11818
11819 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11820  clic derecho.
11821  En el diálogo marca 
11822 \emph on
11823 multicolumna
11824 \emph default
11825
11826 \emph on
11827 alineación centro
11828 \emph default
11829  y una anchura de 2.5
11830 \begin_inset space \thinspace{}
11831 \end_inset
11832
11833 cm.
11834  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11835  de la celda multicolumna, así que deberías ajustar 1.25
11836 \begin_inset space \thinspace{}
11837 \end_inset
11838
11839 cm para la primera columna.
11840  La segunda columna tendrá entonces automáticamente 1.25
11841 \begin_inset space \thinspace{}
11842 \end_inset
11843
11844 cm de anchura.
11845  Para el cuadro
11846 \begin_inset space ~
11847 \end_inset
11848
11849
11850 \begin_inset CommandInset ref
11851 LatexCommand ref
11852 reference "tab:Cuadro-sin-mitad"
11853
11854 \end_inset
11855
11856  se ha procedido de la siguiente manera:
11857 \end_layout
11858
11859 \begin_layout Standard
11860 \begin_inset Float table
11861 wide false
11862 sideways false
11863 status open
11864
11865 \begin_layout Plain Layout
11866 \begin_inset Caption Standard
11867
11868 \begin_layout Plain Layout
11869 \begin_inset CommandInset label
11870 LatexCommand label
11871 name "tab:Cuadro-sin-mitad"
11872
11873 \end_inset
11874
11875 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11876  de anchura que la celda multicolumna
11877 \begin_inset Argument 1
11878 status open
11879
11880 \begin_layout Plain Layout
11881 Cuadro multicolumna imperfecta
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \begin_layout Plain Layout
11895 \align center
11896 \begin_inset Tabular
11897 <lyxtabular version="3" rows="3" columns="3">
11898 <features tabularvalignment="middle">
11899 <column alignment="center" valignment="top" width="1.25cm">
11900 <column alignment="center" valignment="top">
11901 <column alignment="center" valignment="top">
11902 <row>
11903 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 multicolumna línea múltiple
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 c
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 <row>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 d
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 e
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 f
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 </row>
11960 <row>
11961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 g
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 h
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 i
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 </row>
11989 </lyxtabular>
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \begin_layout Standard
12002 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12003 a, es un poco mayor.
12004  La razón es que la anchura dada para una celda 
12005 \begin_inset Formula $W_{g}$
12006 \end_inset
12007
12008  no es su anchura total 
12009 \begin_inset Formula $W_{\mathrm{tot}}$
12010 \end_inset
12011
12012  porque una celda es siempre algo mayor que la anchura dada.
12013  El apéndice
12014 \begin_inset space ~
12015 \end_inset
12016
12017
12018 \begin_inset CommandInset ref
12019 LatexCommand ref
12020 reference "cap:Explicación-de-la-Ecuación"
12021
12022 \end_inset
12023
12024  lo explica con detalle.
12025 \end_layout
12026
12027 \begin_layout Standard
12028 La anchura dada 
12029 \begin_inset Formula $W_{g\,n}$
12030 \end_inset
12031
12032  necesaria para combinar 
12033 \emph on
12034 n
12035 \emph default
12036  columnas puede calcularse de manera que cada columna tenga una anchura
12037  total de 
12038 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12039 \end_inset
12040
12041 :
12042 \begin_inset Formula 
12043 \begin{equation}
12044 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12045 \end{equation}
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \begin_layout Standard
12053 En nuestro caso tenemos 
12054 \begin_inset Formula $n=2$
12055 \end_inset
12056
12057
12058 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12059 \end_inset
12060
12061
12062 \begin_inset space \thinspace{}
12063 \end_inset
12064
12065 cm y los valores predeterminados para longitudes, así la ecuación
12066 \begin_inset space ~
12067 \end_inset
12068
12069
12070 \begin_inset CommandInset ref
12071 LatexCommand ref
12072 reference "eq:Wgn"
12073
12074 \end_inset
12075
12076  queda
12077 \begin_inset Formula 
12078 \begin{equation}
12079 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12080 \end{equation}
12081
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \begin_layout Standard
12088 Para habilitar cálculos en \SpecialChar LaTeX
12089 , debe cargarse en el preámbulo el paquete 
12090 \series bold
12091 calc
12092 \series default
12093  con la línea
12094 \begin_inset Index idx
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 \SpecialChar LaTeX
12099 -paquetes ! calc
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Standard
12108
12109 \series bold
12110
12111 \backslash
12112 usepackage{calc}
12113 \end_layout
12114
12115 \begin_layout Standard
12116 \SpecialChar LyX
12117  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12118  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12119  en el diálogo.
12120  He aquí un repaso de los argumentos:
12121 \end_layout
12122
12123 \begin_layout Itemize
12124
12125 \series bold
12126 p{ancho}
12127 \series default
12128  crea celdas con anchura fija, el texto alineado arriba
12129 \end_layout
12130
12131 \begin_layout Itemize
12132
12133 \series bold
12134 m{ancho}
12135 \series default
12136  crea celdas con anchura fija, el texto con alineación vertical centrada
12137  
12138 \end_layout
12139
12140 \begin_layout Itemize
12141
12142 \series bold
12143 b{ancho}
12144 \series default
12145  crea celdas con anchura fija, el texto alineado abajo
12146 \end_layout
12147
12148 \begin_layout Standard
12149 Al introducir un argumento \SpecialChar LaTeX
12150 , todas las propiedades de celda puestas en el
12151  diálogo se ignoran.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 \begin_inset Note Greyedout
12156 status open
12157
12158 \begin_layout Plain Layout
12159
12160 \series bold
12161 Nota:
12162 \series default
12163  Debido a un error, \SpecialChar LyX
12164  muestra de todas formas estas propiedades.
12165 \end_layout
12166
12167 \end_inset
12168
12169  
12170 \end_layout
12171
12172 \begin_layout Standard
12173 El comando 
12174 \series bold
12175
12176 \backslash
12177 centering
12178 \series default
12179  centra horizontalmente el texto.
12180  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12181  para la primera columna
12182  extendida:
12183 \end_layout
12184
12185 \begin_layout Standard
12186
12187 \series bold
12188 >{
12189 \backslash
12190 centering}m{1.25cm-6.2pt}
12191 \end_layout
12192
12193 \begin_layout Standard
12194 El comando 
12195 \series bold
12196 >{ }
12197 \series default
12198  significa que los comandos entre llaves se aplican antes de crear la celda.
12199 \end_layout
12200
12201 \begin_layout Standard
12202 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12203 , aún está alineado a la izquierda.
12204  Esto se debe a que \SpecialChar LyX
12205  sólo aplica alineado a columnas simples.
12206  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12207
12208 \end_layout
12209
12210 \begin_layout Standard
12211
12212 \series bold
12213 >{
12214 \backslash
12215 centering}m{2.5cm}
12216 \end_layout
12217
12218 \begin_layout Subsection
12219 Multifilas
12220 \begin_inset CommandInset label
12221 LatexCommand label
12222 name "subsec:Multifilas"
12223
12224 \end_inset
12225
12226
12227 \begin_inset Index idx
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 Multifilas
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \begin_inset Index idx
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Cuadros ! Multifilas
12242 \end_layout
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 Para extender una celda sobre varias filas, se marcan las celdas que se
12251  desee combinar y se usa el botón 
12252 \begin_inset Info
12253 type  "icon"
12254 arg   "tabular-feature multirow"
12255 \end_inset
12256
12257 , el menú 
12258 \family sans
12259 Editar\SpecialChar menuseparator
12260 Cuadro\SpecialChar menuseparator
12261 Multifila
12262 \family default
12263 , o haz clic derecho sobre las celdas marcadas y elige 
12264 \family sans
12265 Multifila 
12266 \family default
12267 en el menú contextual.
12268 \end_layout
12269
12270 \begin_layout Standard
12271 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12272 \end_layout
12273
12274 \begin_layout Standard
12275 \align center
12276 \begin_inset Tabular
12277 <lyxtabular version="3" rows="3" columns="3">
12278 <features tabularvalignment="middle">
12279 <column alignment="center" valignment="top" width="0pt">
12280 <column alignment="center" valignment="top">
12281 <column alignment="center" valignment="top">
12282 <row>
12283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 entrada en una celda larga
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 b
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 c
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 <row>
12312 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Plain Layout
12316 multifila
12317 \end_layout
12318
12319 \end_inset
12320 </cell>
12321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Plain Layout
12325 e
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 f
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 </row>
12340 <row>
12341 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Plain Layout
12345
12346 \end_layout
12347
12348 \end_inset
12349 </cell>
12350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12351 \begin_inset Text
12352
12353 \begin_layout Plain Layout
12354 h
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 i
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 </row>
12369 </lyxtabular>
12370
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \begin_layout Standard
12377 La anchura de las celdas multifila se establece poniendo la anchura y la
12378  alineación para toda la columna.
12379  El 
12380 \family sans
12381 Desplazamiento vertical
12382 \family default
12383  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12384 gativo.
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Si la columna de una celda multifila no tiene anchura explícita, la celda
12389  multifila hereda el alineamiento de la columna.
12390  Por otra parte, se alinea a la izquierda por omisión.
12391  Para cambiar esto renombra el comando 
12392 \series bold
12393
12394 \backslash
12395 multirowsetup
12396 \series default
12397  con el comando
12398 \end_layout
12399
12400 \begin_layout Standard
12401
12402 \series bold
12403
12404 \backslash
12405 renewcommand{
12406 \backslash
12407 multirowsetup}{
12408 \backslash
12409 centering}
12410 \end_layout
12411
12412 \begin_layout Standard
12413 en el preámbulo del documento.
12414  Entonces se centran todas las entradas de celdas multifila en el documento.
12415  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12416  en código \SpecialChar TeX
12417  justo antes del cuadro en lugar de en el preámbulo.
12418  Si el texto debe estar alineado a la derecha, reemplaza 
12419 \series bold
12420
12421 \backslash
12422 centering
12423 \series default
12424  por 
12425 \series bold
12426
12427 \backslash
12428 raggedleft
12429 \series default
12430 .
12431  Para volver a alineado a la izquierda usa 
12432 \series bold
12433
12434 \backslash
12435 raggedright
12436 \series default
12437 .
12438 \end_layout
12439
12440 \begin_layout Standard
12441 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12442  que tiene un desplazamiento vertical de -4
12443 \begin_inset space \thinspace{}
12444 \end_inset
12445
12446 mm y está en una columna de 3
12447 \begin_inset space \thinspace{}
12448 \end_inset
12449
12450 cm de ancho:
12451 \end_layout
12452
12453 \begin_layout Standard
12454 \noindent
12455 \align center
12456 \begin_inset ERT
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460
12461
12462 \backslash
12463 renewcommand{
12464 \backslash
12465 multirowsetup}{
12466 \backslash
12467 raggedleft}
12468 \end_layout
12469
12470 \end_inset
12471
12472
12473 \begin_inset Tabular
12474 <lyxtabular version="3" rows="4" columns="3">
12475 <features tabularvalignment="middle">
12476 <column alignment="center" valignment="top" width="3cm">
12477 <column alignment="center" valignment="top">
12478 <column alignment="center" valignment="top">
12479 <row>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 entrada en una celda larga
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 b
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 c
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 </row>
12508 <row>
12509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 t
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 n
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 m
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 <row>
12538 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 multifila
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 e
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 f
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 <row>
12567 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 h
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 i
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 </lyxtabular>
12596
12597 \end_inset
12598
12599
12600 \begin_inset ERT
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604
12605
12606 \backslash
12607 renewcommand{
12608 \backslash
12609 multirowsetup}{
12610 \backslash
12611 raggedright}
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \end_layout
12618
12619 \begin_layout Standard
12620 Para iniciar una nueva línea en una multifila se puede usar un salto de
12621  página forzado (
12622 \family sans
12623 Ctrl+Retorno
12624 \family default
12625 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12626 \end_layout
12627
12628 \begin_layout Standard
12629 \noindent
12630 \align center
12631 \begin_inset Tabular
12632 <lyxtabular version="3" rows="3" columns="2">
12633 <features tabularvalignment="middle">
12634 <column alignment="left" valignment="middle" width="2cm">
12635 <column alignment="center" valignment="top">
12636 <row>
12637 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 aaa
12642 \begin_inset Newline newline
12643 \end_inset
12644
12645 aaa
12646 \begin_inset Newline newline
12647 \end_inset
12648
12649 celda errónea
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 ccc
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 </row>
12664 <row>
12665 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678 ddd
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 </row>
12684 <row>
12685 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 bbb
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 eee
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 </lyxtabular>
12705
12706 \end_inset
12707
12708
12709 \end_layout
12710
12711 \begin_layout Standard
12712 Por tanto, hay que usar con cuidado los saltos forzados.
12713 \end_layout
12714
12715 \begin_layout Subsection
12716 Celdas con línea(s) diagonal(es)
12717 \end_layout
12718
12719 \begin_layout Standard
12720 Para que el lector distinga los encabezados de filas y columnas, es útil
12721  dividir la primera celda del cuadro con una o dos líneas diagonales.
12722  Esto es posible cargando el paquete \SpecialChar LaTeX
12723  
12724 \series bold
12725 diagbox
12726 \series default
12727
12728 \begin_inset Index idx
12729 status collapsed
12730
12731 \begin_layout Plain Layout
12732 \SpecialChar LaTeX
12733 -paquetes ! diagbox
12734 \end_layout
12735
12736 \end_inset
12737
12738  en el preámbulo del documento.
12739  El paquete suministra el comando 
12740 \series bold
12741
12742 \backslash
12743 diagbox
12744 \series default
12745 , que se inserta en código \SpecialChar TeX
12746  con dos o tres argumentos:
12747 \end_layout
12748
12749 \begin_layout Standard
12750
12751 \series bold
12752
12753 \backslash
12754 diagbox[options]{izquierda abajo}{derecha arriba}
12755 \end_layout
12756
12757 \begin_layout Standard
12758
12759 \series bold
12760
12761 \backslash
12762 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12763 \end_layout
12764
12765 \begin_layout Standard
12766 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12767  se colocan debajo y encima de dicha línea.
12768  En el segundo la celda se divide con dos líneas.
12769 \end_layout
12770
12771 \begin_layout Standard
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 ifdiagbox
12780 \end_layout
12781
12782 \end_inset
12783
12784
12785 \begin_inset Note Note
12786 status open
12787
12788 \begin_layout Plain Layout
12789 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12790  \SpecialChar LaTeX
12791  
12792 \series bold
12793 diagbox
12794 \series default
12795 .
12796 \end_layout
12797
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \begin_layout Standard
12804 Aquí hay un ejemplo de cuadro con 
12805 \series bold
12806
12807 \backslash
12808 diagbox
12809 \series default
12810  y dos argumentos:
12811 \end_layout
12812
12813 \begin_layout Standard
12814 \begin_inset VSpace medskip
12815 \end_inset
12816
12817
12818 \end_layout
12819
12820 \begin_layout Standard
12821 \noindent
12822 \begin_inset Tabular
12823 <lyxtabular version="3" rows="4" columns="4">
12824 <features tabularvalignment="middle">
12825 <column alignment="center" valignment="top">
12826 <column alignment="center" valignment="top">
12827 <column alignment="center" valignment="top">
12828 <column alignment="center" valignment="top">
12829 <row>
12830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 \begin_inset ERT
12835 status collapsed
12836
12837 \begin_layout Plain Layout
12838
12839
12840 \backslash
12841 diagbox{
12842 \end_layout
12843
12844 \end_inset
12845
12846 Nombre
12847 \begin_inset ERT
12848 status collapsed
12849
12850 \begin_layout Plain Layout
12851
12852 }{
12853 \end_layout
12854
12855 \end_inset
12856
12857 Parámetro
12858 \begin_inset ERT
12859 status collapsed
12860
12861 \begin_layout Plain Layout
12862
12863 }
12864 \end_layout
12865
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 Thickness in nm
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 Transparency in %
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 Hardness in MPa
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 </row>
12901 <row>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 Perfect Green
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 45
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 80
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 504
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 </row>
12939 <row>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 Dark Multi-P
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 60
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 72
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 982
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 </row>
12977 <row>
12978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 Crystal Clear Pro
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 18
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 86
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 374
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 </lyxtabular>
13016
13017 \end_inset
13018
13019
13020 \begin_inset VSpace medskip
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13028  de ligas deportivas o distancias:
13029 \end_layout
13030
13031 \begin_layout Standard
13032 \noindent
13033 \align center
13034 \begin_inset Tabular
13035 <lyxtabular version="3" rows="4" columns="4">
13036 <features tabularvalignment="middle">
13037 <column alignment="center" valignment="top" width="0pt">
13038 <column alignment="center" valignment="top">
13039 <column alignment="center" valignment="top">
13040 <column alignment="center" valignment="top">
13041 <row>
13042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 \begin_inset ERT
13047 status collapsed
13048
13049 \begin_layout Plain Layout
13050
13051
13052 \backslash
13053 diagbox{
13054 \end_layout
13055
13056 \end_inset
13057
13058 Equipo local
13059 \begin_inset ERT
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063
13064 }{
13065 \end_layout
13066
13067 \end_inset
13068
13069 Resultado
13070 \begin_inset ERT
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074
13075 }{
13076 \end_layout
13077
13078 \end_inset
13079
13080 Equipo visitante
13081 \begin_inset ERT
13082 status collapsed
13083
13084 \begin_layout Plain Layout
13085
13086 }
13087 \end_layout
13088
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 Tigers
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Panthers
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Falcons
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 <row>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 Tigers
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 1:3
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 0:1
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 <row>
13163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 Panthers
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 3:1
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 0:0
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 </row>
13200 <row>
13201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 Falcons
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 1:0
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 0:0
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 </row>
13238 </lyxtabular>
13239
13240 \end_inset
13241
13242
13243 \end_layout
13244
13245 \begin_layout Standard
13246 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13247  en cada esquina del cuadro, como en el siguiente ejemplo:
13248 \end_layout
13249
13250 \begin_layout Standard
13251 \noindent
13252 \align center
13253 \begin_inset Tabular
13254 <lyxtabular version="3" rows="5" columns="5">
13255 <features tabularvalignment="middle">
13256 <column alignment="center" valignment="top" width="0pt">
13257 <column alignment="center" valignment="top">
13258 <column alignment="center" valignment="top">
13259 <column alignment="center" valignment="top">
13260 <column alignment="center" valignment="top">
13261 <row>
13262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 \begin_inset ERT
13267 status open
13268
13269 \begin_layout Plain Layout
13270
13271
13272 \backslash
13273 diagbox{
13274 \end_layout
13275
13276 \end_inset
13277
13278 Equipo local
13279 \begin_inset ERT
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283
13284 }{
13285 \end_layout
13286
13287 \end_inset
13288
13289 Resultado
13290 \begin_inset ERT
13291 status collapsed
13292
13293 \begin_layout Plain Layout
13294
13295 }{
13296 \end_layout
13297
13298 \end_inset
13299
13300 Equipo visitante
13301 \begin_inset ERT
13302 status collapsed
13303
13304 \begin_layout Plain Layout
13305
13306 }
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 Tigers
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Panthers
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Falcons
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 \begin_inset ERT
13348 status open
13349
13350 \begin_layout Plain Layout
13351
13352
13353 \backslash
13354 diagbox[dir=NE]{
13355 \end_layout
13356
13357 \end_inset
13358
13359 Equipo local
13360 \begin_inset ERT
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364
13365 }{
13366 \end_layout
13367
13368 \end_inset
13369
13370 Resultado
13371 \begin_inset ERT
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375
13376 }{
13377 \end_layout
13378
13379 \end_inset
13380
13381 Equipo visitante
13382 \begin_inset ERT
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386
13387 }
13388 \end_layout
13389
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 </row>
13398 <row>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 Tigers
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 1:3
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 0:1
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 Tigers
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Panthers
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 3:1
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 0:0
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 Panthers
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 <row>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Falcons
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 1:0
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 0:0
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 Falcons
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 </row>
13539 <row>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 \begin_inset ERT
13545 status open
13546
13547 \begin_layout Plain Layout
13548
13549
13550 \backslash
13551 diagbox[dir=SW]{
13552 \end_layout
13553
13554 \end_inset
13555
13556 Equipo local
13557 \begin_inset ERT
13558 status collapsed
13559
13560 \begin_layout Plain Layout
13561
13562 }{
13563 \end_layout
13564
13565 \end_inset
13566
13567 Resultado
13568 \begin_inset ERT
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572
13573 }{
13574 \end_layout
13575
13576 \end_inset
13577
13578 Equipo visitante
13579 \begin_inset ERT
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583
13584 }
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 Tigers
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 Panthers
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Falcons
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 \begin_inset ERT
13626 status open
13627
13628 \begin_layout Plain Layout
13629
13630
13631 \backslash
13632 diagbox[dir=SE]{
13633 \end_layout
13634
13635 \end_inset
13636
13637 Equipo local
13638 \begin_inset ERT
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642
13643 }{
13644 \end_layout
13645
13646 \end_inset
13647
13648 Resultado
13649 \begin_inset ERT
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653
13654 }{
13655 \end_layout
13656
13657 \end_inset
13658
13659 Equipo visitante
13660 \begin_inset ERT
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664
13665 }
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 </row>
13676 </lyxtabular>
13677
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \begin_layout Standard
13684 Para rotar las líneas diagonales se usa la opción 
13685 \series bold
13686 dir=direction
13687 \series default
13688 .
13689  
13690 \emph on
13691 direction
13692 \emph default
13693  es 
13694 \series bold
13695 NE
13696 \series default
13697
13698 \series bold
13699 SE
13700 \series default
13701
13702 \series bold
13703 SW
13704 \series default
13705  o 
13706 \series bold
13707 NW
13708 \series default
13709 , que representan puntos en una brújula.
13710  Por ejemplo, 
13711 \series bold
13712 SW
13713 \series default
13714  es la orientación suroeste.
13715  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13716  el comando
13717 \end_layout
13718
13719 \begin_layout Standard
13720
13721 \series bold
13722
13723 \backslash
13724 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13725 \end_layout
13726
13727 \begin_layout Standard
13728 Si no se indica dirección se usa NW.
13729 \end_layout
13730
13731 \begin_layout Standard
13732 La anchura adecuada para las celdas divididas se calcula automáticamente.
13733  Si estableces una anchura fija de columna menor que la calculada, el contenido
13734  sobrepasará los bordes de la celda:
13735 \end_layout
13736
13737 \begin_layout Standard
13738 \noindent
13739 \align center
13740 \begin_inset Tabular
13741 <lyxtabular version="3" rows="2" columns="2">
13742 <features tabularvalignment="middle">
13743 <column alignment="center" valignment="top" width="3cm">
13744 <column alignment="center" valignment="top">
13745 <row>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755
13756 \backslash
13757 diagbox{
13758 \end_layout
13759
13760 \end_inset
13761
13762 Nombre
13763 \begin_inset ERT
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767
13768 }{
13769 \end_layout
13770
13771 \end_inset
13772
13773 Parámetro
13774 \begin_inset ERT
13775 status collapsed
13776
13777 \begin_layout Plain Layout
13778
13779 }
13780 \end_layout
13781
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Thickness in nm
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 </row>
13799 <row>
13800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Perfect Green
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 45
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 </row>
13819 </lyxtabular>
13820
13821 \end_inset
13822
13823
13824 \end_layout
13825
13826 \begin_layout Standard
13827 Si hace falta una determinada anchura para columnas con celdas divididas,
13828  se usa la opción 
13829 \series bold
13830 width=3cm
13831 \series default
13832  (donde '3cm' puede cambiarse por la cantidad deseada).
13833  En el cuadro siguiente se ha puesto 4
13834 \begin_inset space \thinspace{}
13835 \end_inset
13836
13837 cm de anchura para la primera columna.
13838  Para 
13839 \series bold
13840
13841 \backslash
13842 diagbox
13843 \series default
13844  se necesita una anchura de 4
13845 \begin_inset space \thinspace{}
13846 \end_inset
13847
13848 cm + 2
13849 \begin_inset space \thinspace{}
13850 \end_inset
13851
13852
13853 \backslash
13854 tabcolsep, ya que la anchura total es la del texto (4
13855 \begin_inset space \thinspace{}
13856 \end_inset
13857
13858 cm en este caso) más dos veces la separación del texto y el borde.
13859  El cálculo de la anchura no puede hacerse en la opciones del comando 
13860 \series bold
13861
13862 \backslash
13863 diagbox
13864 \series default
13865 , hay que crear una nueva longitud que se puede usar después.
13866  Esto se hace con los comandos en código \SpecialChar TeX
13867
13868 \end_layout
13869
13870 \begin_layout Standard
13871
13872 \series bold
13873
13874 \backslash
13875 newlength{
13876 \backslash
13877 diagtest}
13878 \begin_inset Newline newline
13879 \end_inset
13880
13881
13882 \backslash
13883 setlength{
13884 \backslash
13885 diagtest}{4cm+2
13886 \backslash
13887 tabcolsep}
13888 \end_layout
13889
13890 \begin_layout Standard
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896
13897 \backslash
13898 newlength{
13899 \backslash
13900 diagtest}
13901 \end_layout
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 setlength{
13908 \backslash
13909 diagtest}{4cm+2
13910 \backslash
13911 tabcolsep}
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \begin_layout Standard
13920 Para habilitar cálculos en \SpecialChar LaTeX
13921  hay que cargar el paquete 
13922 \series bold
13923 calc
13924 \series default
13925
13926 \begin_inset Index idx
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930 \SpecialChar LaTeX
13931 -paquetes ! calc
13932 \end_layout
13933
13934 \end_inset
13935
13936  en el preámbulo del documento.
13937 \end_layout
13938
13939 \begin_layout Standard
13940 En este cuadro se puede usar ahora el comando
13941 \end_layout
13942
13943 \begin_layout Standard
13944
13945 \series bold
13946
13947 \backslash
13948 diagbox[width=
13949 \backslash
13950 diagtest]{A}{B}
13951 \end_layout
13952
13953 \begin_layout Standard
13954 en la primera celda:
13955 \end_layout
13956
13957 \begin_layout Standard
13958 \noindent
13959 \align center
13960 \begin_inset Tabular
13961 <lyxtabular version="3" rows="2" columns="2">
13962 <features tabularvalignment="middle">
13963 <column alignment="center" valignment="top" width="4cm">
13964 <column alignment="center" valignment="top">
13965 <row>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 \begin_inset ERT
13971 status open
13972
13973 \begin_layout Plain Layout
13974
13975
13976 \backslash
13977 diagbox[width=
13978 \backslash
13979 diagtest]{
13980 \end_layout
13981
13982 \end_inset
13983
13984 A
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990 }{
13991 \end_layout
13992
13993 \end_inset
13994
13995 B
13996 \begin_inset ERT
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000
14001 }
14002 \end_layout
14003
14004 \end_inset
14005
14006
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 Thickness in nm
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 </row>
14021 <row>
14022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 Perfect Green
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 45
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 </row>
14041 </lyxtabular>
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14050  la columna.
14051  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14052  como en este caso:
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \noindent
14057 \align center
14058 \begin_inset Tabular
14059 <lyxtabular version="3" rows="2" columns="2">
14060 <features tabularvalignment="middle">
14061 <column alignment="center" valignment="top" width="0pt">
14062 <column alignment="center" valignment="top">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 diagbox{
14076 \end_layout
14077
14078 \end_inset
14079
14080 A
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086 }{
14087 \end_layout
14088
14089 \end_inset
14090
14091 B
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 Thickness in nm
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Perfect Green
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 45
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 </lyxtabular>
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145 En este caso se usa la opción 
14146 \series bold
14147 width
14148 \series default
14149  del comando 
14150 \series bold
14151
14152 \backslash
14153 diagbox
14154 \series default
14155 .
14156  Ahora no es necesario añadir 2
14157 \backslash
14158 tabcolsep porque la anchura de la celda es la anchura de la columna.
14159  En este cuadro se usa una anchura de 3
14160 \begin_inset space \thinspace{}
14161 \end_inset
14162
14163 cm:
14164 \end_layout
14165
14166 \begin_layout Standard
14167 \noindent
14168 \align center
14169 \begin_inset Tabular
14170 <lyxtabular version="3" rows="2" columns="2">
14171 <features tabularvalignment="middle">
14172 <column alignment="center" valignment="top" width="0pt">
14173 <column alignment="center" valignment="top">
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 \begin_inset ERT
14180 status open
14181
14182 \begin_layout Plain Layout
14183
14184
14185 \backslash
14186 diagbox[width=3cm]{
14187 \end_layout
14188
14189 \end_inset
14190
14191 A
14192 \begin_inset ERT
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196
14197 }{
14198 \end_layout
14199
14200 \end_inset
14201
14202 B
14203 \begin_inset ERT
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207
14208 }
14209 \end_layout
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 Thickness in nm
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 Perfect Green
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 45
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 </row>
14248 </lyxtabular>
14249
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \begin_layout Standard
14256 Para múltiples líneas de texto en celdas divididas se necesita una altura
14257  adicional para adaptar el texto a la celda.
14258  Esto se consigue con la opción 
14259 \series bold
14260 height=3cm
14261 \series default
14262  (se puede cambiar por el valor deseado).
14263  En el cuadro siguiente se usa el comando
14264 \end_layout
14265
14266 \begin_layout Standard
14267
14268 \series bold
14269
14270 \backslash
14271 diagbox[width=3cm,height=1.4cm]{A
14272 \backslash
14273
14274 \backslash
14275 B}{C
14276 \backslash
14277
14278 \backslash
14279 D}
14280 \end_layout
14281
14282 \begin_layout Standard
14283 en la primera celda.
14284  El comando 
14285 \series bold
14286
14287 \backslash
14288
14289 \backslash
14290
14291 \series default
14292  crea el salto de línea.
14293 \begin_inset Foot
14294 status open
14295
14296 \begin_layout Plain Layout
14297 Saltos de línea con 
14298 \family sans
14299 Ctrl+Retorno
14300 \family default
14301  solo es posible si la columna tiene anchura fija.
14302 \end_layout
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \begin_layout Standard
14310 \noindent
14311 \align center
14312 \begin_inset Tabular
14313 <lyxtabular version="3" rows="2" columns="2">
14314 <features tabularvalignment="middle">
14315 <column alignment="center" valignment="top">
14316 <column alignment="center" valignment="top">
14317 <row>
14318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 \begin_inset ERT
14323 status open
14324
14325 \begin_layout Plain Layout
14326
14327
14328 \backslash
14329 diagbox[width=3cm,height=1.4cm]{
14330 \end_layout
14331
14332 \end_inset
14333
14334 A
14335 \begin_inset ERT
14336 status collapsed
14337
14338 \begin_layout Plain Layout
14339
14340
14341 \backslash
14342
14343 \backslash
14344
14345 \end_layout
14346
14347 \end_inset
14348
14349 B
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354
14355 }{
14356 \end_layout
14357
14358 \end_inset
14359
14360 C
14361 \begin_inset ERT
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366
14367 \backslash
14368
14369 \backslash
14370
14371 \end_layout
14372
14373 \end_inset
14374
14375 D
14376 \begin_inset ERT
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380
14381 }
14382 \end_layout
14383
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 Thickness in nm
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 </row>
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 Perfect Green
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 45
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 </lyxtabular>
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \begin_layout Standard
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434
14435 \backslash
14436 else
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \begin_inset Note Note
14443 status open
14444
14445 \begin_layout Plain Layout
14446 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14447  
14448 \series bold
14449 diagbox
14450 \series default
14451 .
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Standard
14460 Hay que instalar el paquete \SpecialChar LaTeX
14461  
14462 \series bold
14463 diagbox
14464 \series default
14465  para ver la parte siguiente en la salida.
14466 \end_layout
14467
14468 \begin_layout Standard
14469 \begin_inset ERT
14470 status collapsed
14471
14472 \begin_layout Plain Layout
14473
14474
14475 \backslash
14476 fi
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \end_layout
14483
14484 \begin_layout Standard
14485 Para más información sobre el paquete \SpecialChar LaTeX
14486  
14487 \series bold
14488 diagbox
14489 \series default
14490  consulta su documentación,
14491 \begin_inset space ~
14492 \end_inset
14493
14494
14495 \begin_inset CommandInset citation
14496 LatexCommand cite
14497 key "diagbox"
14498 literal "true"
14499
14500 \end_inset
14501
14502 .
14503 \end_layout
14504
14505 \begin_layout Section
14506 Cuadros formales
14507 \begin_inset CommandInset label
14508 LatexCommand label
14509 name "sec:Cuadros-Formales"
14510
14511 \end_inset
14512
14513
14514 \begin_inset Index idx
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518 Cuadros ! Formales
14519 \end_layout
14520
14521 \end_inset
14522
14523  
14524 \end_layout
14525
14526 \begin_layout Standard
14527 En los libros, los cuadros se suelen presentar en un formato como el del
14528  cuadro 
14529 \begin_inset space ~
14530 \end_inset
14531
14532
14533 \begin_inset CommandInset ref
14534 LatexCommand ref
14535 reference "tab:Ejemplo-cuadro-formal"
14536
14537 \end_inset
14538
14539 .
14540  Se denominan cuadros 
14541 \emph on
14542 formales
14543 \emph default
14544 .
14545  Para hacer cuadros con este diseño, elige 
14546 \family sans
14547 Estilo
14548 \family default
14549
14550 \begin_inset space ~
14551 \end_inset
14552
14553
14554 \family sans
14555 Formal
14556 \family default
14557  en la solapa 
14558 \family sans
14559 Bordes
14560 \family default
14561  del diálogo de cuadros.
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset Float table
14566 placement h
14567 wide false
14568 sideways false
14569 status open
14570
14571 \begin_layout Plain Layout
14572 \begin_inset Caption Standard
14573
14574 \begin_layout Plain Layout
14575 \begin_inset CommandInset label
14576 LatexCommand label
14577 name "tab:Ejemplo-cuadro-formal"
14578
14579 \end_inset
14580
14581 Ejemplo de cuadro formal
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Plain Layout
14590 \align center
14591 \begin_inset Tabular
14592 <lyxtabular version="3" rows="8" columns="4">
14593 <features booktabs="true" tabularvalignment="middle">
14594 <column alignment="center" valignment="top">
14595 <column alignment="center" valignment="top">
14596 <column alignment="center" valignment="top">
14597 <column alignment="center" valignment="top">
14598 <row>
14599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 System
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 <cell alignment="center" valignment="top" topline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 Chip
14613 \begin_inset space \thinspace{}
14614 \end_inset
14615
14616 1
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 Chip
14626 \begin_inset space \thinspace{}
14627 \end_inset
14628
14629 2
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 </row>
14644 <row>
14645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656 cmidrule(r){2-2}
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669 cmidrule(l){3-4}
14670 \end_layout
14671
14672 \end_inset
14673
14674 Detector thickness in µm
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 <cell alignment="center" valignment="top" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 300
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 300
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 700
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 </row>
14707 <row>
14708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712 Edge angle in °
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 <cell alignment="center" valignment="top" topline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 3.55
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 2.71
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 7.99
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 </row>
14745 <row topspace="default">
14746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 Spatial resolution in µm
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 4.26
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 10.17
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 10.56
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row topspace="default">
14784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 MTF at 
14789 \begin_inset Formula $f_{\mathrm{max}}$
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 <cell alignment="center" valignment="top" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801 0.53
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 0.37
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 0.39
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 <row topspace="default">
14826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 \begin_inset ERT
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834
14835
14836 \backslash
14837 cmidrule[2pt](l{10pt}){1-1}
14838 \end_layout
14839
14840 \end_inset
14841
14842 LSF-spatial resolution
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 <cell alignment="center" valignment="top" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 </row>
14875 <row>
14876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 in µm
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 <cell alignment="center" valignment="top" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 129.7
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 52.75
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 50.78
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row>
14914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 in % of pixel size
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 76.3
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 95.9
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 92.3
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 </lyxtabular>
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \begin_layout Standard
14964 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
14965  correspondientes que se encuentran en la solapa 
14966 \family sans
14967 Bordes 
14968 \family default
14969 del diálogo
14970 \family sans
14971  Configuración
14972 \begin_inset space ~
14973 \end_inset
14974
14975 del
14976 \begin_inset space ~
14977 \end_inset
14978
14979 cuadro
14980 \family default
14981 , como se explica en la sección
14982 \begin_inset space ~
14983 \end_inset
14984
14985
14986 \begin_inset CommandInset ref
14987 LatexCommand ref
14988 reference "subsec:Espacio-adicional"
14989
14990 \end_inset
14991
14992 .
14993 \end_layout
14994
14995 \begin_layout Standard
14996 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
14997  verticales.
14998  Las líneas horizontales se pueden poner o no como en los cuadros normales,
14999  pero en la salida se mostrarán con distinto grosor:
15000 \begin_inset Newline newline
15001 \end_inset
15002
15003 Las líneas primera y última tienen un grosor predeterminado de 0.08
15004 \begin_inset space \thinspace{}
15005 \end_inset
15006
15007 em, las demás tienen un grosor predeterminado de 0.05
15008 \begin_inset space \thinspace{}
15009 \end_inset
15010
15011 em.
15012 \end_layout
15013
15014 \begin_layout Standard
15015 Estos valores predeterminados se pueden cambiar
15016 \series bold
15017  
15018 \series default
15019 con las líneas de preámbulo:
15020 \end_layout
15021
15022 \begin_layout Standard
15023
15024 \series bold
15025
15026 \backslash
15027 let
15028 \backslash
15029 mytoprule
15030 \backslash
15031 toprule
15032 \begin_inset Newline newline
15033 \end_inset
15034
15035
15036 \backslash
15037 renewcommand{
15038 \backslash
15039 toprule}{
15040 \backslash
15041 mytoprule[grosor]}
15042 \end_layout
15043
15044 \begin_layout Standard
15045 Este ejemplo es para la primera línea, la denominada 
15046 \series bold
15047 toprule
15048 \series default
15049 .
15050  Si quieres cambiar el grosor de la última línea, reemplaza 
15051 \series bold
15052 toprule
15053 \series default
15054  por 
15055 \series bold
15056 bottomrule
15057 \series default
15058 .
15059  Y para cambiar el grosor de las demás líneas cambia 
15060 \series bold
15061 toprule
15062 \series default
15063  por 
15064 \series bold
15065 midrule
15066 \series default
15067 .
15068  Puedes usar cualquiera de las unidades listadas en el apéndice
15069 \begin_inset space ~
15070 \end_inset
15071
15072
15073 \begin_inset CommandInset ref
15074 LatexCommand ref
15075 reference "cap:Unidades-disponibles-en"
15076
15077 \end_inset
15078
15079  para establecer el grosor.
15080 \end_layout
15081
15082 \begin_layout Standard
15083 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15084  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15085  \SpecialChar LyX
15086  empleará internamente el comando 
15087 \series bold
15088
15089 \backslash
15090 cmidrule
15091 \series default
15092  para dibujar la línea.
15093  El esquema completo es
15094 \end_layout
15095
15096 \begin_layout Standard
15097
15098 \series bold
15099
15100 \backslash
15101 cmidrule[grosor](recorte){inicol-fincol}
15102 \end_layout
15103
15104 \begin_layout Standard
15105 Por el momento, \SpecialChar LyX
15106  no soporta las opciones de 
15107 \series bold
15108
15109 \backslash
15110 cmidrule
15111 \series default
15112 , así que para usarlas hay que emplear código \SpecialChar TeX
15113 .
15114  Las líneas 
15115 \series bold
15116
15117 \backslash
15118 cmidrule
15119 \series default
15120  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15121  como primera entrada
15122  de la primera celda de una fila.
15123  En la salida se dibujará la línea sobre dicha fila.
15124 \end_layout
15125
15126 \begin_layout Standard
15127 El 
15128 \series bold
15129 grosor
15130 \series default
15131  predeterminado es 0.03
15132 \begin_inset space \thinspace{}
15133 \end_inset
15134
15135 em.
15136  
15137 \series bold
15138 inicol
15139 \series default
15140  es el número de la columna en la que comienza la línea y 
15141 \series bold
15142 fincol
15143 \series default
15144  es el número de la columna en la que acaba la línea.
15145  El valor 
15146 \series bold
15147 fincol
15148 \series default
15149  debe especificarse siempre, aunque la línea se extienda sobre una sola
15150  columna.
15151  El parámetro opcional 
15152 \series bold
15153 recorte
15154 \series default
15155  debe ser 
15156 \emph on
15157 l{recorte}
15158 \emph default
15159  o 
15160 \emph on
15161 r{recorte}
15162 \emph default
15163 , donde 
15164 \emph on
15165 recorte
15166 \emph default
15167  también es opcional.
15168  Por ejemplo, el parámetro 
15169 \emph on
15170 l{2pt}
15171 \emph default
15172  significa que la línea se recorta 2
15173 \begin_inset space \thinspace{}
15174 \end_inset
15175
15176 pt por su izquierda.
15177  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15178 \begin_inset space \thinspace{}
15179 \end_inset
15180
15181 em.
15182
15183 \series bold
15184  
15185 \end_layout
15186
15187 \begin_layout Standard
15188 \begin_inset VSpace bigskip
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \begin_layout Standard
15195 El cuadro
15196 \begin_inset space ~
15197 \end_inset
15198
15199
15200 \begin_inset CommandInset ref
15201 LatexCommand ref
15202 reference "tab:Ejemplo-cuadro-formal"
15203
15204 \end_inset
15205
15206  se ha creado con los comandos
15207 \end_layout
15208
15209 \begin_layout Standard
15210
15211 \series bold
15212
15213 \backslash
15214 cmidrule(r){2-2}
15215 \backslash
15216 cmidrule(l){3-4}
15217 \end_layout
15218
15219 \begin_layout Standard
15220 en la segunda fila, 
15221 \series bold
15222
15223 \backslash
15224 midrule
15225 \series default
15226  en la tercera, y
15227 \end_layout
15228
15229 \begin_layout Standard
15230
15231 \series bold
15232
15233 \backslash
15234 cmidrule[2pt](l{10pt}){1-1}
15235 \end_layout
15236
15237 \begin_layout Standard
15238 en la sexta fila.
15239 \end_layout
15240
15241 \begin_layout Standard
15242 \begin_inset VSpace bigskip
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \begin_layout Standard
15249 Quizá quieras superponer líneas 
15250 \series bold
15251
15252 \backslash
15253 cmidrules
15254 \series default
15255  como enl cuadro
15256 \begin_inset space ~
15257 \end_inset
15258
15259
15260 \begin_inset CommandInset ref
15261 LatexCommand ref
15262 reference "tab:Cuadro-formal-especial"
15263
15264 \end_inset
15265
15266 .
15267  Esto se consigue con el comando en código \SpecialChar TeX
15268
15269 \end_layout
15270
15271 \begin_layout Standard
15272
15273 \series bold
15274
15275 \backslash
15276 morecmidrules
15277 \end_layout
15278
15279 \begin_layout Standard
15280 El comando que se ha utilizado para la segunda fila del cuadro
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "tab:Cuadro-formal-especial"
15288
15289 \end_inset
15290
15291  es
15292 \end_layout
15293
15294 \begin_layout Standard
15295
15296 \series bold
15297
15298 \backslash
15299 cmidrule(r){2-2}
15300 \backslash
15301 cmidrule(l){3-4}
15302 \backslash
15303 morecmidrules
15304 \backslash
15305 cmidrule{2-4}
15306 \end_layout
15307
15308 \begin_layout Standard
15309 El comando para la sexta fila es
15310 \end_layout
15311
15312 \begin_layout Standard
15313
15314 \series bold
15315
15316 \backslash
15317 midrule
15318 \backslash
15319 morecmidrules
15320 \backslash
15321 cmidrule{3-4}
15322 \series default
15323
15324 \begin_inset VSpace bigskip
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \begin_layout Standard
15331 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15332  el siguiente comando para dibujar líneas que se extienden sobre todas las
15333  columnas
15334 \end_layout
15335
15336 \begin_layout Standard
15337
15338 \series bold
15339
15340 \backslash
15341 specialrule{anchura}{espacio superior}{espacio inferior}
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Para más información sobre estas características especiales, acude al manual
15346  del paquete \SpecialChar LaTeX
15347  
15348 \series bold
15349 booktabs
15350 \series default
15351
15352 \begin_inset CommandInset citation
15353 LatexCommand cite
15354 key "booktabs"
15355 literal "true"
15356
15357 \end_inset
15358
15359 .
15360 \begin_inset Index idx
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364 \SpecialChar LaTeX
15365 -paquetes ! booktabs
15366 \end_layout
15367
15368 \end_inset
15369
15370  
15371 \begin_inset VSpace bigskip
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \begin_layout Standard
15378 \begin_inset Float table
15379 placement h
15380 wide false
15381 sideways false
15382 status open
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Caption Standard
15386
15387 \begin_layout Plain Layout
15388 \begin_inset CommandInset label
15389 LatexCommand label
15390 name "tab:Cuadro-formal-especial"
15391
15392 \end_inset
15393
15394 Cuadro formal especial
15395 \end_layout
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Plain Layout
15403 \align center
15404 \begin_inset Tabular
15405 <lyxtabular version="3" rows="8" columns="4">
15406 <features booktabs="true" tabularvalignment="middle">
15407 <column alignment="center" valignment="top">
15408 <column alignment="center" valignment="top">
15409 <column alignment="center" valignment="top">
15410 <column alignment="center" valignment="top">
15411 <row>
15412 <cell alignment="center" valignment="top" topline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 System
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 Chip
15426 \begin_inset space \thinspace{}
15427 \end_inset
15428
15429 1
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 Chip
15439 \begin_inset space \thinspace{}
15440 \end_inset
15441
15442 2
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462 \begin_inset ERT
15463 status collapsed
15464
15465 \begin_layout Plain Layout
15466
15467
15468 \backslash
15469 cmidrule(r){2-2}
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \begin_inset ERT
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479
15480
15481 \backslash
15482 cmidrule(l){3-4}
15483 \end_layout
15484
15485 \end_inset
15486
15487
15488 \begin_inset ERT
15489 status collapsed
15490
15491 \begin_layout Plain Layout
15492
15493
15494 \backslash
15495 morecmidrules 
15496 \end_layout
15497
15498 \end_inset
15499
15500
15501 \begin_inset ERT
15502 status collapsed
15503
15504 \begin_layout Plain Layout
15505
15506
15507 \backslash
15508 cmidrule{2-4}
15509 \end_layout
15510
15511 \end_inset
15512
15513 Detector thickness in µm
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 300
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 300
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 700
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 Edge angle in °
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 3.55
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 2.71
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 7.99
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 </row>
15584 <row topspace="default">
15585 <cell alignment="center" valignment="top" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 Spatial resolution in µm
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598 4.26
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell alignment="center" valignment="top" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607 10.17
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 10.56
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row topspace="default">
15623 <cell alignment="center" valignment="top" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 MTF at 
15628 \begin_inset Formula $f_{\mathrm{max}}$
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 0.53
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 0.37
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 0.39
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 \begin_inset ERT
15670 status collapsed
15671
15672 \begin_layout Plain Layout
15673
15674
15675 \backslash
15676 morecmidrules 
15677 \end_layout
15678
15679 \end_inset
15680
15681
15682 \begin_inset ERT
15683 status collapsed
15684
15685 \begin_layout Plain Layout
15686
15687
15688 \backslash
15689 cmidrule{3-4}
15690 \end_layout
15691
15692 \end_inset
15693
15694 LSF-spatial resolution
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 <row>
15728 <cell alignment="center" valignment="top" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732 in µm
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 129.7
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 52.75
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 50.78
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 in % of pixel size
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 76.3
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 95.9
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 92.3
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 </lyxtabular>
15804
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \begin_layout Section
15816 Alineación vertical de cuadros
15817 \begin_inset Index idx
15818 status collapsed
15819
15820 \begin_layout Plain Layout
15821 Cuadros ! Alineación vertical
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15831  estar en un marco.
15832  Después el marco se puede alinear verticalmente como se describe en la
15833  sección
15834 \begin_inset space ~
15835 \end_inset
15836
15837
15838 \begin_inset CommandInset ref
15839 LatexCommand ref
15840 reference "sec:Diálogo-Marcos"
15841
15842 \end_inset
15843
15844 .
15845  
15846 \end_layout
15847
15848 \begin_layout Standard
15849 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15850 \begin_inset Foot
15851 status collapsed
15852
15853 \begin_layout Plain Layout
15854 Las minipáginas se describen en la sección
15855 \begin_inset space ~
15856 \end_inset
15857
15858
15859 \begin_inset CommandInset ref
15860 LatexCommand ref
15861 reference "sec:Minipáginas"
15862
15863 \end_inset
15864
15865 .
15866 \end_layout
15867
15868 \end_inset
15869
15870  que tiene una anchura del 15
15871 \begin_inset space \thinspace{}
15872 \end_inset
15873
15874 % de columna:
15875 \end_layout
15876
15877 \begin_layout Itemize
15878 test 
15879 \begin_inset Box Frameless
15880 position "t"
15881 hor_pos "c"
15882 has_inner_box 1
15883 inner_pos "c"
15884 use_parbox 0
15885 use_makebox 0
15886 width "15col%"
15887 special "none"
15888 height "1in"
15889 height_special "totalheight"
15890 thickness "0.4pt"
15891 separation "3pt"
15892 shadowsize "4pt"
15893 framecolor "black"
15894 backgroundcolor "none"
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898 \begin_inset Tabular
15899 <lyxtabular version="3" rows="3" columns="3">
15900 <features tabularvalignment="middle">
15901 <column alignment="center" valignment="top">
15902 <column alignment="center" valignment="top">
15903 <column alignment="center" valignment="top">
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 a
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 d
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 g
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 b
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 e
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 h
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 c
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 f
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 i
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 </lyxtabular>
15992
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \end_inset
15999
16000  test 
16001 \begin_inset ERT
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005
16006
16007 \backslash
16008 raisebox{0.85
16009 \backslash
16010 baselineskip}{
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \begin_inset Box Frameless
16017 position "t"
16018 hor_pos "c"
16019 has_inner_box 1
16020 inner_pos "c"
16021 use_parbox 0
16022 use_makebox 0
16023 width "15col%"
16024 special "none"
16025 height "1in"
16026 height_special "totalheight"
16027 thickness "0.4pt"
16028 separation "3pt"
16029 shadowsize "4pt"
16030 framecolor "black"
16031 backgroundcolor "none"
16032 status collapsed
16033
16034 \begin_layout Plain Layout
16035 \begin_inset Tabular
16036 <lyxtabular version="3" rows="3" columns="3">
16037 <features tabularvalignment="middle">
16038 <column alignment="center" valignment="top">
16039 <column alignment="center" valignment="top">
16040 <column alignment="center" valignment="top">
16041 <row>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 a
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 d
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 g
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 </row>
16070 <row>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 b
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 e
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 h
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 c
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 f
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 i
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 </lyxtabular>
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \begin_inset ERT
16139 status collapsed
16140
16141 \begin_layout Plain Layout
16142
16143 }
16144 \end_layout
16145
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \begin_layout Itemize
16152 test 
16153 \begin_inset Box Frameless
16154 position "c"
16155 hor_pos "c"
16156 has_inner_box 1
16157 inner_pos "c"
16158 use_parbox 0
16159 use_makebox 0
16160 width "15col%"
16161 special "none"
16162 height "1in"
16163 height_special "totalheight"
16164 thickness "0.4pt"
16165 separation "3pt"
16166 shadowsize "4pt"
16167 framecolor "black"
16168 backgroundcolor "none"
16169 status collapsed
16170
16171 \begin_layout Plain Layout
16172 \begin_inset Tabular
16173 <lyxtabular version="3" rows="3" columns="3">
16174 <features tabularvalignment="middle">
16175 <column alignment="center" valignment="top">
16176 <column alignment="center" valignment="top">
16177 <column alignment="center" valignment="top">
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 a
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 d
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 g
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 b
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 e
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 h
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 c
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 f
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 i
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 </lyxtabular>
16266
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Itemize
16278 test 
16279 \begin_inset Box Frameless
16280 position "b"
16281 hor_pos "c"
16282 has_inner_box 1
16283 inner_pos "c"
16284 use_parbox 0
16285 use_makebox 0
16286 width "15col%"
16287 special "none"
16288 height "1in"
16289 height_special "totalheight"
16290 thickness "0.4pt"
16291 separation "3pt"
16292 shadowsize "4pt"
16293 framecolor "black"
16294 backgroundcolor "none"
16295 status collapsed
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Tabular
16299 <lyxtabular version="3" rows="3" columns="3">
16300 <features tabularvalignment="middle">
16301 <column alignment="center" valignment="top">
16302 <column alignment="center" valignment="top">
16303 <column alignment="center" valignment="top">
16304 <row>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 a
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 d
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 g
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 b
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 e
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 h
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 c
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 f
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 i
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 </lyxtabular>
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399
16400  test 
16401 \begin_inset ERT
16402 status collapsed
16403
16404 \begin_layout Plain Layout
16405
16406
16407 \backslash
16408 raisebox{-0.32
16409 \backslash
16410 baselineskip}{
16411 \end_layout
16412
16413 \end_inset
16414
16415
16416 \begin_inset Box Frameless
16417 position "b"
16418 hor_pos "c"
16419 has_inner_box 1
16420 inner_pos "c"
16421 use_parbox 0
16422 use_makebox 0
16423 width "15col%"
16424 special "none"
16425 height "1in"
16426 height_special "totalheight"
16427 thickness "0.4pt"
16428 separation "3pt"
16429 shadowsize "4pt"
16430 framecolor "black"
16431 backgroundcolor "none"
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Tabular
16436 <lyxtabular version="3" rows="3" columns="3">
16437 <features tabularvalignment="middle">
16438 <column alignment="center" valignment="top">
16439 <column alignment="center" valignment="top">
16440 <column alignment="center" valignment="top">
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 a
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 d
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 g
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 <row>
16471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 b
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 e
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 h
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 c
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 f
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 i
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 </row>
16528 </lyxtabular>
16529
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \end_inset
16536
16537
16538 \begin_inset ERT
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542
16543 }
16544 \end_layout
16545
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \begin_layout Standard
16552 Como ves, los contenidos de la primera y última filas no se alinean correctament
16553 e con la línea de texto donde está el cuadro.
16554  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16555  un cuadro elevado («raisebox»
16556 \begin_inset Foot
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560 El uso del comando 
16561 \series bold
16562
16563 \backslash
16564 raisebox
16565 \series default
16566  se explica en la sección
16567 \begin_inset space ~
16568 \end_inset
16569
16570
16571 \begin_inset CommandInset ref
16572 LatexCommand ref
16573 reference "subsec:Alineación-Vertical"
16574
16575 \end_inset
16576
16577 .
16578 \end_layout
16579
16580 \end_inset
16581
16582 ).
16583  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16584  usando el comando en código \SpecialChar TeX
16585
16586 \end_layout
16587
16588 \begin_layout Standard
16589
16590 \series bold
16591
16592 \backslash
16593 raisebox{0.85
16594 \backslash
16595 baselineskip}{
16596 \end_layout
16597
16598 \begin_layout Standard
16599 antes del marco.
16600  Tras él, se pone la llave de cierre 
16601 \series bold
16602 }
16603 \series default
16604  también en código \SpecialChar TeX
16605 .
16606  Para el segundo marco en el tercer ítem se usa el comando 
16607 \end_layout
16608
16609 \begin_layout Standard
16610
16611 \series bold
16612
16613 \backslash
16614 raisebox{-0.32
16615 \backslash
16616 baselineskip}{
16617 \end_layout
16618
16619 \begin_layout Standard
16620 \begin_inset Note Greyedout
16621 status open
16622
16623 \begin_layout Plain Layout
16624
16625 \series bold
16626 Not
16627 \series default
16628 a: La alineación del contenido de la fila con la línea del texto adyacente
16629  no es exacta.
16630  El factor necesario del comando 
16631 \series bold
16632
16633 \backslash
16634 raisebox
16635 \series default
16636  para este alineamiento depende de la tipografía del documento, del tamaño
16637  de letra y del grosor de línea del cuadro.
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Section
16646 Cuadros coloreados
16647 \begin_inset CommandInset label
16648 LatexCommand label
16649 name "sec:Cuadros-Coloreados"
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Subsection
16657 Celdas coloreadas
16658 \begin_inset Index idx
16659 status collapsed
16660
16661 \begin_layout Plain Layout
16662 Cuadros ! Color ! en celdas
16663 \end_layout
16664
16665 \end_inset
16666
16667
16668 \begin_inset Index idx
16669 status collapsed
16670
16671 \begin_layout Plain Layout
16672 Color ! en celdas de cuadros
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \begin_layout Standard
16681 \begin_inset Float table
16682 placement h
16683 wide false
16684 sideways false
16685 status open
16686
16687 \begin_layout Plain Layout
16688 \begin_inset Caption Standard
16689
16690 \begin_layout Plain Layout
16691 \begin_inset CommandInset label
16692 LatexCommand label
16693 name "tab:Cuadro-coloreado-sin"
16694
16695 \end_inset
16696
16697 Cuadro coloreado sin usar el paquete 
16698 \series bold
16699 colortbl
16700 \series default
16701
16702 \begin_inset Argument 1
16703 status open
16704
16705 \begin_layout Plain Layout
16706 Cuadro sin colortbl
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Plain Layout
16720 \align center
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="3" columns="3">
16723 <features tabularvalignment="middle">
16724 <column alignment="center" valignment="top">
16725 <column alignment="center" valignment="top">
16726 <column alignment="center" valignment="top">
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \color green
16734 a
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743
16744 \color red
16745 b
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754
16755 \color red
16756 c
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767
16768 \color green
16769 d
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \color blue
16780 e
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \color blue
16791 f
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802
16803 \color green
16804 g
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \color blue
16815 h
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \color blue
16826 i
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 </lyxtabular>
16833
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16846  el menú 
16847 \family sans
16848 Editar\SpecialChar menuseparator
16849 Estilo
16850 \begin_inset space ~
16851 \end_inset
16852
16853 del
16854 \begin_inset space ~
16855 \end_inset
16856
16857 Texto
16858 \family default
16859 .
16860  Esto se ha hecho enl cuadro
16861 \begin_inset space ~
16862 \end_inset
16863
16864
16865 \begin_inset CommandInset ref
16866 LatexCommand ref
16867 reference "tab:Cuadro-coloreado-sin"
16868
16869 \end_inset
16870
16871 .
16872  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16873  
16874 \series bold
16875 colortbl
16876 \series default
16877 .
16878 \begin_inset Index idx
16879 status collapsed
16880
16881 \begin_layout Plain Layout
16882 \SpecialChar LaTeX
16883 -paquetes ! colortbl
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \begin_layout Standard
16892 \begin_inset ERT
16893 status collapsed
16894
16895 \begin_layout Plain Layout
16896
16897
16898 \backslash
16899 ifcolortbl
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \begin_inset Note Note
16906 status open
16907
16908 \begin_layout Plain Layout
16909 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16910  \SpecialChar LaTeX
16911  
16912 \series bold
16913 colortbl
16914 \series default
16915 .
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \begin_layout Standard
16924 Para crear cuadros coloreados, 
16925 \series bold
16926 colortbl
16927 \series default
16928  debe cargarse en el preámbulo con la línea
16929 \end_layout
16930
16931 \begin_layout Standard
16932
16933 \series bold
16934
16935 \backslash
16936 usepackage{colortbl}
16937 \end_layout
16938
16939 \begin_layout Standard
16940 El color de una columna se define con el comando
16941 \end_layout
16942
16943 \begin_layout Standard
16944
16945 \series bold
16946
16947 \backslash
16948 columncolor{nombre del color}
16949 \end_layout
16950
16951 \begin_layout Standard
16952 dentro del comando 
16953 \series bold
16954 >{ }
16955 \series default
16956 .
16957  El comando 
16958 \series bold
16959 >{}
16960 \series default
16961  se explica en la sección
16962 \begin_inset space ~
16963 \end_inset
16964
16965
16966 \begin_inset CommandInset ref
16967 LatexCommand ref
16968 reference "subsec:Cálculos-en-Multicolumnas"
16969
16970 \end_inset
16971
16972 .
16973 \end_layout
16974
16975 \begin_layout Standard
16976 Los siguientes nombres de color están predefinidos:
16977 \end_layout
16978
16979 \begin_layout Standard
16980
16981 \family sans
16982 red
16983 \family default
16984
16985 \family sans
16986 green
16987 \family default
16988
16989 \family sans
16990 yellow, blue
16991 \family default
16992
16993 \family sans
16994 cyan
16995 \family default
16996 \series bold
16997 ,
16998 \series default
16999  
17000 \family sans
17001 magenta, black
17002 \family default
17003
17004 \family sans
17005 white
17006 \end_layout
17007
17008 \begin_layout Standard
17009 \begin_inset VSpace medskip
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Standard
17016 Si añades la opción
17017 \end_layout
17018
17019 \begin_layout Standard
17020
17021 \series bold
17022 dvipsnames
17023 \end_layout
17024
17025 \begin_layout Standard
17026 en las opciones de clase en la configuración del documento, es posible usar
17027  hasta 61 colores más.
17028  Estos colores se listan en el apéndice
17029 \begin_inset space ~
17030 \end_inset
17031
17032
17033 \begin_inset CommandInset ref
17034 LatexCommand ref
17035 reference "chap:Lista-de-colores-dvips"
17036
17037 \end_inset
17038
17039 .
17040  Uno de estos colores, 
17041 \family sans
17042 Maroon
17043 \family default
17044 , se ha usado en el cuadro de ejemplo
17045 \begin_inset CommandInset ref
17046 LatexCommand ref
17047 reference "tab:Cuadro-coloreado-con"
17048
17049 \end_inset
17050
17051 .
17052 \end_layout
17053
17054 \begin_layout Standard
17055 \begin_inset VSpace medskip
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \begin_layout Standard
17062 Puedes definir tus propios colores con el comando
17063 \end_layout
17064
17065 \begin_layout Standard
17066
17067 \series bold
17068
17069 \backslash
17070 definecolor{nombre del color}{modelo de color}{valores de color}
17071 \end_layout
17072
17073 \begin_layout Standard
17074 El 
17075 \emph on
17076 modelo de color
17077 \emph default
17078  puede ser
17079 \end_layout
17080
17081 \begin_layout Labeling
17082 \labelwidthstring 00.00.0000
17083 cmyk: cyan, magenta, yellow, black
17084 \end_layout
17085
17086 \begin_layout Labeling
17087 \labelwidthstring 00.00.0000
17088 rgb: red, green, blue
17089 \end_layout
17090
17091 \begin_layout Labeling
17092 \labelwidthstring 00.00.0000
17093 gray: gray
17094 \end_layout
17095
17096 \begin_layout Standard
17097 y los 
17098 \emph on
17099 valores de color
17100 \emph default
17101  son números separados por comas entre 0 y 1 que describen el factor para
17102  el color correspondiente del modelo de color.
17103 \end_layout
17104
17105 \begin_layout Standard
17106 Por ejemplo, puedes definir el color
17107 \series bold
17108  
17109 \series default
17110 «
17111 \emph on
17112 verde oscuro
17113 \emph default
17114 » en el preámbulo con
17115 \end_layout
17116
17117 \begin_layout Standard
17118
17119 \series bold
17120
17121 \backslash
17122 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17123 \end_layout
17124
17125 \begin_layout Standard
17126 y el color «
17127 \emph on
17128 gris claro
17129 \emph default
17130 » con
17131 \end_layout
17132
17133 \begin_layout Standard
17134
17135 \series bold
17136
17137 \backslash
17138 definecolor{grisclaro}{gray}{0.8}
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset VSpace medskip
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Standard
17149 Las líneas se colorean con el comando
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155
17156 \backslash
17157 rowcolor{nombre del color}
17158 \end_layout
17159
17160 \begin_layout Standard
17161 y las celdas se colorean con el comando
17162 \end_layout
17163
17164 \begin_layout Standard
17165
17166 \series bold
17167
17168 \backslash
17169 cellcolor{nombre del color}
17170 \end_layout
17171
17172 \begin_layout Standard
17173 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17174 .
17175 \end_layout
17176
17177 \begin_layout Standard
17178 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17179 \family sans
17180 Editar\SpecialChar menuseparator
17181 Estilo
17182 \begin_inset space ~
17183 \end_inset
17184
17185 del
17186 \begin_inset space ~
17187 \end_inset
17188
17189 Texto
17190 \family default
17191 .
17192  Si una celda contiene código \SpecialChar TeX
17193  marca sólo los caracteres, si no el código
17194  \SpecialChar TeX
17195  en color puede ocasionar errores de \SpecialChar LaTeX
17196 .
17197 \end_layout
17198
17199 \begin_layout Standard
17200 \begin_inset Note Greyedout
17201 status open
17202
17203 \begin_layout Plain Layout
17204
17205 \series bold
17206 Nota:
17207 \series default
17208  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17209 \end_layout
17210
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \begin_layout Standard
17217 \begin_inset VSpace bigskip
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Para crear el cuadro
17225 \begin_inset space ~
17226 \end_inset
17227
17228
17229 \begin_inset CommandInset ref
17230 LatexCommand ref
17231 reference "tab:Cuadro-coloreado-con"
17232
17233 \end_inset
17234
17235  haz lo siguiente: el color de la primera columna debe ser 
17236 \emph on
17237 verde oscuro
17238 \emph default
17239 , entonces inserta
17240 \end_layout
17241
17242 \begin_layout Standard
17243
17244 \series bold
17245 >{
17246 \backslash
17247 columncolor{verdeoscuro}
17248 \backslash
17249 centering}c
17250 \end_layout
17251
17252 \begin_layout Standard
17253 como argumento \SpecialChar LaTeX
17254  para esta columna.
17255  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17256
17257 \end_layout
17258
17259 \begin_layout Standard
17260
17261 \series bold
17262
17263 \backslash
17264 rowcolor{cyan}
17265 \end_layout
17266
17267 \begin_layout Standard
17268 en la primera celda de esta fila.
17269  Observa que esto sobrescribe el color de la columna para la primera celda.
17270  La última celda de la última fila se colorea granate insertando el comando
17271  en código \SpecialChar TeX
17272
17273 \end_layout
17274
17275 \begin_layout Standard
17276
17277 \series bold
17278
17279 \backslash
17280 cellcolor{Maroon}
17281 \end_layout
17282
17283 \begin_layout Standard
17284 Ahora podrían colorearse los caracteres usando el menú 
17285 \family sans
17286 Editar\SpecialChar menuseparator
17287 Estilo
17288 \begin_inset space ~
17289 \end_inset
17290
17291 del
17292 \begin_inset space ~
17293 \end_inset
17294
17295 Texto
17296 \family default
17297 .
17298 \end_layout
17299
17300 \begin_layout Standard
17301 \begin_inset Float table
17302 placement h
17303 wide false
17304 sideways false
17305 status open
17306
17307 \begin_layout Plain Layout
17308 \begin_inset Caption Standard
17309
17310 \begin_layout Plain Layout
17311 \begin_inset CommandInset label
17312 LatexCommand label
17313 name "tab:Cuadro-coloreado-con"
17314
17315 \end_inset
17316
17317 Cuadro coloreado con el paquete 
17318 \series bold
17319 colortbl
17320 \series default
17321
17322 \begin_inset Argument 1
17323 status collapsed
17324
17325 \begin_layout Plain Layout
17326 Cuadro con 
17327 \series bold
17328 colortbl
17329 \end_layout
17330
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \begin_layout Plain Layout
17342 \align center
17343 \begin_inset Tabular
17344 <lyxtabular version="3" rows="3" columns="3">
17345 <features tabularvalignment="middle">
17346 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17347 <column alignment="center" valignment="top">
17348 <column alignment="center" valignment="top">
17349 <row>
17350 <cell alignment="center" valignment="top" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 \begin_inset ERT
17355 status collapsed
17356
17357 \begin_layout Plain Layout
17358
17359
17360 \backslash
17361 rowcolor{cyan}
17362 \end_layout
17363
17364 \end_inset
17365
17366
17367 \color magenta
17368 a
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \color red
17379 b
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388
17389 \color red
17390 c
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \color yellow
17403 d
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412
17413 \color blue
17414 e
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \color blue
17425 f
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 </row>
17431 <row>
17432 <cell alignment="center" valignment="top" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \color yellow
17438 g
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447
17448 \color blue
17449 h
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset ERT
17459 status collapsed
17460
17461 \begin_layout Plain Layout
17462
17463
17464 \backslash
17465 cellcolor{Maroon}
17466 \end_layout
17467
17468 \end_inset
17469
17470
17471 \color green
17472 i
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 </lyxtabular>
17479
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Standard
17491 \begin_inset ERT
17492 status collapsed
17493
17494 \begin_layout Plain Layout
17495
17496
17497 \backslash
17498 else
17499 \end_layout
17500
17501 \end_inset
17502
17503
17504 \begin_inset Note Note
17505 status open
17506
17507 \begin_layout Plain Layout
17508 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17509  
17510 \series bold
17511 colortbl
17512 \series default
17513 .
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Debes instalar el paquete \SpecialChar LaTeX
17523  
17524 \series bold
17525 colortbl
17526 \series default
17527  para ver la parte siguiente en la salida.
17528 \end_layout
17529
17530 \begin_layout Standard
17531 \begin_inset ERT
17532 status collapsed
17533
17534 \begin_layout Plain Layout
17535
17536
17537 \backslash
17538 fi
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Subsection
17547 Filas coloreadas
17548 \begin_inset Index idx
17549 status collapsed
17550
17551 \begin_layout Plain Layout
17552 Cuadros ! Color ! para filas
17553 \end_layout
17554
17555 \end_inset
17556
17557
17558 \begin_inset Index idx
17559 status collapsed
17560
17561 \begin_layout Plain Layout
17562 Color ! para filas de cuadros
17563 \end_layout
17564
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \begin_layout Standard
17571 En caso de querer colorear una de cada dos filas, hay un método alternativo
17572  al descrito en la sección anterior.
17573  Se carga el paquete 
17574 \series bold
17575 xcolor
17576 \series default
17577
17578 \begin_inset Index idx
17579 status collapsed
17580
17581 \begin_layout Plain Layout
17582 \SpecialChar LaTeX
17583 -paquetes ! xcolor
17584 \begin_inset ERT
17585 status collapsed
17586
17587 \begin_layout Plain Layout
17588
17589
17590 \backslash
17591 vspace{4mm}
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600
17601  en el preámbulo del documento con el comando
17602 \end_layout
17603
17604 \begin_layout Standard
17605
17606 \series bold
17607
17608 \backslash
17609 usepackage[table]{xcolor}
17610 \end_layout
17611
17612 \begin_layout Standard
17613
17614 \series bold
17615 xcolor
17616 \series default
17617  carga automáticamente el paquete 
17618 \series bold
17619 colortbl
17620 \series default
17621
17622 \begin_inset Index idx
17623 status collapsed
17624
17625 \begin_layout Plain Layout
17626 \SpecialChar LaTeX
17627 -paquetes ! colortbl
17628 \end_layout
17629
17630 \end_inset
17631
17632 , por tanto 
17633 \series bold
17634 colortbl
17635 \series default
17636  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17637 .
17638 \end_layout
17639
17640 \begin_layout Standard
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 ifcolortbl
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \begin_inset Note Note
17655 status open
17656
17657 \begin_layout Plain Layout
17658 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17659  \SpecialChar LaTeX
17660  
17661 \series bold
17662 colortbl
17663 \series default
17664 .
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 Las filas del cuadro se colorean con el comando
17674 \end_layout
17675
17676 \begin_layout Standard
17677
17678 \series bold
17679
17680 \backslash
17681 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17682 \end_layout
17683
17684 \begin_layout Standard
17685 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17686  delante del primer
17687  cuadro a colorear.
17688  
17689 \emph on
17690 número_de_fila
17691 \emph default
17692  es el número de la primera fila que debe colorearse con el color de fila
17693  impar, 
17694 \emph on
17695 comandos
17696 \emph default
17697  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17698  cuadro.
17699  Por ejemplo, 
17700 \end_layout
17701
17702 \begin_layout Standard
17703
17704 \series bold
17705
17706 \backslash
17707 rowcolors{1}{white}{lightgray}
17708 \end_layout
17709
17710 \begin_layout Standard
17711 genera el esquema de colores del cuadro
17712 \begin_inset space ~
17713 \end_inset
17714
17715
17716 \begin_inset CommandInset ref
17717 LatexCommand ref
17718 reference "tab:Cuadro-filas_color"
17719
17720 \end_inset
17721
17722 .
17723  El comando
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729
17730 \backslash
17731 rowcolors[
17732 \backslash
17733 hline]{1}{lightgray}{cyan}
17734 \end_layout
17735
17736 \begin_layout Standard
17737 genera el esquema de colores del cuadro
17738 \begin_inset space ~
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "tab:Cuadro-filas_color2"
17745
17746 \end_inset
17747
17748 .
17749  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17750  usará ningún color, de forma que el comando
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756
17757 \backslash
17758 rowcolors{1}{}{}
17759 \end_layout
17760
17761 \begin_layout Standard
17762 deja sin color las filas de todos los cuadros siguientes.
17763 \end_layout
17764
17765 \begin_layout Standard
17766 \begin_inset ERT
17767 status open
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 rowcolors{1}{white}{lightgray}
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 \begin_inset Float table
17783 placement h
17784 wide false
17785 sideways false
17786 status open
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Caption Standard
17790
17791 \begin_layout Plain Layout
17792 \begin_inset CommandInset label
17793 LatexCommand label
17794 name "tab:Cuadro-filas_color"
17795
17796 \end_inset
17797
17798 Cuadro con filas alternas coloreadas en gris claro.
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \begin_layout Plain Layout
17807 \align center
17808 \begin_inset Tabular
17809 <lyxtabular version="3" rows="4" columns="3">
17810 <features tabularvalignment="middle">
17811 <column alignment="center" valignment="top">
17812 <column alignment="center" valignment="top" width="0pt">
17813 <column alignment="center" valignment="top" width="0pt">
17814 <row>
17815 <cell alignment="center" valignment="top" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 X
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 Y
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 Z
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 <row>
17844 <cell alignment="center" valignment="top" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 1
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 2
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 3
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 </row>
17872 <row>
17873 <cell alignment="center" valignment="top" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 4
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 5
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 6
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 7
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 <cell alignment="center" valignment="top" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915 8
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 9
17925 \end_layout
17926
17927 \end_inset
17928 </cell>
17929 </row>
17930 </lyxtabular>
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \begin_layout Standard
17943 \begin_inset ERT
17944 status open
17945
17946 \begin_layout Plain Layout
17947
17948
17949 \backslash
17950 rowcolors[
17951 \backslash
17952 hline]{1}{lightgray}{cyan}
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Standard
17961 \begin_inset Float table
17962 placement h
17963 wide false
17964 sideways false
17965 status open
17966
17967 \begin_layout Plain Layout
17968 \begin_inset Caption Standard
17969
17970 \begin_layout Plain Layout
17971 \begin_inset CommandInset label
17972 LatexCommand label
17973 name "tab:Cuadro-filas_color2"
17974
17975 \end_inset
17976
17977 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \begin_layout Plain Layout
17986 \align center
17987 \begin_inset Tabular
17988 <lyxtabular version="3" rows="4" columns="3">
17989 <features tabularvalignment="middle">
17990 <column alignment="center" valignment="top">
17991 <column alignment="center" valignment="top">
17992 <column alignment="center" valignment="top" width="0pt">
17993 <row>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 X
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 Y
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 Z
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 </row>
18022 <row>
18023 <cell alignment="center" valignment="top" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 1
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 2
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 3
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 </row>
18051 <row>
18052 <cell alignment="center" valignment="top" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 4
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 5
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 6
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 <row>
18081 <cell alignment="center" valignment="top" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 7
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 8
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 9
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 </row>
18109 </lyxtabular>
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \begin_layout Standard
18122 \begin_inset ERT
18123 status collapsed
18124
18125 \begin_layout Plain Layout
18126
18127
18128 \backslash
18129 rowcolors{1}{}{}
18130 \end_layout
18131
18132 \end_inset
18133
18134
18135 \begin_inset Note Note
18136 status collapsed
18137
18138 \begin_layout Plain Layout
18139 Desactiva el coloreado de filas
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 \begin_inset ERT
18149 status collapsed
18150
18151 \begin_layout Plain Layout
18152
18153
18154 \backslash
18155 else
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \begin_inset Note Note
18162 status open
18163
18164 \begin_layout Plain Layout
18165 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18166  
18167 \series bold
18168 colortbl
18169 \series default
18170 .
18171 \end_layout
18172
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \begin_layout Standard
18179 Debes instalar el paquete \SpecialChar LaTeX
18180  
18181 \series bold
18182 colortbl
18183 \series default
18184  para ver la parte siguiente en la salida.
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192
18193
18194 \backslash
18195 fi
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Subsection
18204 Líneas coloreadas
18205 \begin_inset Index idx
18206 status collapsed
18207
18208 \begin_layout Plain Layout
18209 Cuadros ! Color ! en líneas
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \begin_inset Index idx
18216 status collapsed
18217
18218 \begin_layout Plain Layout
18219 Color ! en bordes de cuadros
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Standard
18228 Como se describe en la sección
18229 \begin_inset space ~
18230 \end_inset
18231
18232
18233 \begin_inset CommandInset ref
18234 LatexCommand ref
18235 reference "subsec:Grosor-de-Líneas"
18236
18237 \end_inset
18238
18239 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18240  
18241 \series bold
18242
18243 \backslash
18244 arrayrulewidth
18245 \series default
18246 .
18247  Se ha puesto 1.5
18248 \begin_inset space \thinspace{}
18249 \end_inset
18250
18251 pt para todos los cuadros de esta sección.
18252 \begin_inset ERT
18253 status collapsed
18254
18255 \begin_layout Plain Layout
18256
18257
18258 \backslash
18259 setlength{
18260 \backslash
18261 arrayrulewidth}{1.5pt}
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \begin_layout Standard
18270 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18271  el preámbulo del documento el siguiente formato de columna, de acuerdo
18272  a lo descrito en la sección
18273 \begin_inset space ~
18274 \end_inset
18275
18276
18277 \begin_inset CommandInset ref
18278 LatexCommand ref
18279 reference "subsec:Formato-Personalizado"
18280
18281 \end_inset
18282
18283 :
18284 \end_layout
18285
18286 \begin_layout Standard
18287
18288 \series bold
18289
18290 \backslash
18291 newcolumntype{W}{!{
18292 \backslash
18293 color{green}
18294 \backslash
18295 vline}}
18296 \end_layout
18297
18298 \begin_layout Standard
18299 Para el cuadro
18300 \begin_inset space ~
18301 \end_inset
18302
18303
18304 \begin_inset CommandInset ref
18305 LatexCommand ref
18306 reference "tab:Cuadro-con-verticales-coloreadas"
18307
18308 \end_inset
18309
18310  se usó el argumento \SpecialChar LaTeX
18311
18312 \series bold
18313  WcW
18314 \series default
18315  para la última columna y
18316 \series bold
18317  Wc
18318 \series default
18319  para las demás.
18320 \end_layout
18321
18322 \begin_layout Standard
18323 Si quieres tener varios colores, define más formatos de columna.
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset Float table
18328 placement h
18329 wide false
18330 sideways false
18331 status open
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Caption Standard
18335
18336 \begin_layout Plain Layout
18337 \begin_inset CommandInset label
18338 LatexCommand label
18339 name "tab:Cuadro-con-verticales-coloreadas"
18340
18341 \end_inset
18342
18343 Cuadro con líneas verticales coloreadas
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Plain Layout
18352 \align center
18353 \begin_inset Tabular
18354 <lyxtabular version="3" rows="3" columns="3">
18355 <features tabularvalignment="middle">
18356 <column alignment="center" valignment="top" special="Wc">
18357 <column alignment="center" valignment="top" special="Wc">
18358 <column alignment="center" valignment="top" special="WcW">
18359 <row>
18360 <cell alignment="center" valignment="top" topline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 sd
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" topline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" topline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" topline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 sd
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 </row>
18417 <row>
18418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 sd
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 </row>
18446 </lyxtabular>
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 \begin_inset VSpace bigskip
18460 \end_inset
18461
18462 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18463 \begin_inset space ~
18464 \end_inset
18465
18466
18467 \begin_inset CommandInset ref
18468 LatexCommand ref
18469 reference "tab:Cuadro-con-horizontales-coloreadas"
18470
18471 \end_inset
18472
18473 , inserta estos comandos en código \SpecialChar TeX
18474  antes del cuadro o del flotante:
18475 \end_layout
18476
18477 \begin_layout Standard
18478
18479 \series bold
18480
18481 \backslash
18482 let
18483 \backslash
18484 myHlineC
18485 \backslash
18486 hline
18487 \begin_inset Newline newline
18488 \end_inset
18489
18490
18491 \backslash
18492 renewcommand{
18493 \backslash
18494 hline}
18495 \begin_inset Newline newline
18496 \end_inset
18497
18498
18499 \begin_inset Phantom HPhantom
18500 status open
18501
18502 \begin_layout Plain Layout
18503
18504 \series bold
18505 \begin_inset space ~
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \end_inset
18512
18513 {
18514 \backslash
18515 arrayrulecolor{red}
18516 \backslash
18517 myHlineC
18518 \backslash
18519 arrayrulecolor{black}}
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset ERT
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527
18528
18529 \backslash
18530 let
18531 \backslash
18532 myHlineC
18533 \backslash
18534 hline
18535 \end_layout
18536
18537 \begin_layout Plain Layout
18538
18539
18540 \backslash
18541 renewcommand{
18542 \backslash
18543 hline}
18544 \end_layout
18545
18546 \begin_layout Plain Layout
18547
18548  {
18549 \backslash
18550 arrayrulecolor{red}
18551 \backslash
18552 myHlineC
18553 \backslash
18554 arrayrulecolor{black}}
18555 \end_layout
18556
18557 \end_inset
18558
18559
18560 \begin_inset Float table
18561 placement h
18562 wide false
18563 sideways false
18564 status open
18565
18566 \begin_layout Plain Layout
18567 \begin_inset Caption Standard
18568
18569 \begin_layout Plain Layout
18570 \begin_inset CommandInset label
18571 LatexCommand label
18572 name "tab:Cuadro-con-horizontales-coloreadas"
18573
18574 \end_inset
18575
18576 Cuadro con líneas horizontales coloreadas
18577 \end_layout
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \begin_layout Plain Layout
18585 \align center
18586 \begin_inset Tabular
18587 <lyxtabular version="3" rows="3" columns="3">
18588 <features tabularvalignment="middle">
18589 <column alignment="center" valignment="top">
18590 <column alignment="center" valignment="top">
18591 <column alignment="center" valignment="top">
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 sd
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 sd
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 sd
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 </lyxtabular>
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \begin_layout Standard
18692 Para volver al color de línea negro predeterminado inserta este comando
18693  en código \SpecialChar TeX
18694  detrás del cuadro o el flotante:
18695 \end_layout
18696
18697 \begin_layout Standard
18698
18699 \series bold
18700
18701 \backslash
18702 renewcommand{
18703 \backslash
18704 hline}{
18705 \backslash
18706 myHlineC}
18707 \end_layout
18708
18709 \begin_layout Standard
18710 El cuadro
18711 \begin_inset space ~
18712 \end_inset
18713
18714
18715 \begin_inset CommandInset ref
18716 LatexCommand ref
18717 reference "tab:Cuadro-con-líneas-coloreadas"
18718
18719 \end_inset
18720
18721  es un ejemplo con líneas verticales y horizontales coloreadas.
18722 \end_layout
18723
18724 \begin_layout Standard
18725 \begin_inset Float table
18726 placement h
18727 wide false
18728 sideways false
18729 status open
18730
18731 \begin_layout Plain Layout
18732 \begin_inset Caption Standard
18733
18734 \begin_layout Plain Layout
18735 \begin_inset CommandInset label
18736 LatexCommand label
18737 name "tab:Cuadro-con-líneas-coloreadas"
18738
18739 \end_inset
18740
18741 Cuadro con líneas coloreadas
18742 \end_layout
18743
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \begin_layout Plain Layout
18750 \align center
18751 \begin_inset Tabular
18752 <lyxtabular version="3" rows="3" columns="3">
18753 <features tabularvalignment="middle">
18754 <column alignment="center" valignment="top" special="Wc">
18755 <column alignment="center" valignment="top" special="Wc">
18756 <column alignment="center" valignment="top" special="WcW">
18757 <row>
18758 <cell alignment="center" valignment="top" topline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 sd
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 </row>
18786 <row>
18787 <cell alignment="center" valignment="top" topline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 sd
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 <row>
18816 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838 sd
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 </row>
18844 </lyxtabular>
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \begin_layout Standard
18857 \begin_inset ERT
18858 status collapsed
18859
18860 \begin_layout Plain Layout
18861
18862
18863 \backslash
18864 renewcommand{
18865 \backslash
18866 hline}{
18867 \backslash
18868 myHlineC}
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \begin_layout Standard
18877 \begin_inset ERT
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881
18882
18883 \backslash
18884 setlength{
18885 \backslash
18886 arrayrulewidth}{1.2pt}
18887 \end_layout
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \begin_layout Standard
18895
18896 \lang english
18897 To color only some of the table lines another strategy is necessary.
18898  To color all following horizontal lines, insert this command as \SpecialChar TeX
18899  code as
18900  last thing in the row that should be above the first colored line:
18901 \end_layout
18902
18903 \begin_layout Standard
18904
18905 \series bold
18906
18907 \backslash
18908
18909 \backslash
18910
18911 \backslash
18912 arrayrulecolor{blue}%
18913 \end_layout
18914
18915 \begin_layout Standard
18916
18917 \lang english
18918 To go back to black lines, add this command as first thing in the row that
18919  is above the black lines:
18920 \end_layout
18921
18922 \begin_layout Standard
18923
18924 \series bold
18925
18926 \backslash
18927 arrayrulecolor{black}
18928 \end_layout
18929
18930 \begin_layout Standard
18931
18932 \lang english
18933 With this one can color table lines like in Table
18934 \begin_inset space ~
18935 \end_inset
18936
18937
18938 \begin_inset CommandInset ref
18939 LatexCommand ref
18940 reference "tab:Table-with-different-hor"
18941
18942 \end_inset
18943
18944 .
18945  However, with this method it is not possible to color the line above the
18946  first row of a table.
18947 \end_layout
18948
18949 \begin_layout Standard
18950 \begin_inset Float table
18951 wide false
18952 sideways false
18953 status open
18954
18955 \begin_layout Plain Layout
18956 \begin_inset Caption Standard
18957
18958 \begin_layout Plain Layout
18959
18960 \lang english
18961 \begin_inset CommandInset label
18962 LatexCommand label
18963 name "tab:Table-with-different-hor"
18964
18965 \end_inset
18966
18967 Table with different horizontal line colors.
18968 \end_layout
18969
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \begin_layout Plain Layout
18976 \align center
18977 \begin_inset Tabular
18978 <lyxtabular version="3" rows="6" columns="7">
18979 <features tabularvalignment="middle">
18980 <column alignment="center" valignment="top">
18981 <column alignment="center" valignment="top">
18982 <column alignment="center" valignment="top">
18983 <column alignment="center" valignment="top">
18984 <column alignment="center" valignment="top">
18985 <column alignment="center" valignment="top">
18986 <column alignment="center" valignment="top">
18987 <row>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 \begin_inset ERT
19047 status open
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053
19054 \backslash
19055
19056 \backslash
19057 arrayrulecolor{blue}%
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 </row>
19068 <row>
19069 <cell alignment="center" valignment="top" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 Y
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 Y
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 \begin_inset ERT
19139 status open
19140
19141 \begin_layout Plain Layout
19142
19143
19144 \backslash
19145 arrayrulecolor{black}
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 \begin_inset ERT
19270 status collapsed
19271
19272 \begin_layout Plain Layout
19273
19274
19275 \backslash
19276
19277 \backslash
19278
19279 \backslash
19280 arrayrulecolor{green}%
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 arrayrulecolor{black}
19369 \end_layout
19370
19371 \end_inset
19372
19373 B
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset ERT
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431
19432
19433 \backslash
19434
19435 \backslash
19436
19437 \backslash
19438 arrayrulecolor{blue}%
19439 \end_layout
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 </lyxtabular>
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Standard
19462
19463 \lang english
19464 To change the color of vertical lines within a row, like in Table
19465 \begin_inset space ~
19466 \end_inset
19467
19468
19469 \begin_inset CommandInset ref
19470 LatexCommand ref
19471 reference "tab:Table-with-different-ver"
19472
19473 \end_inset
19474
19475 , one needs to use multicolumns.
19476  At first one needs to remove all vertical lines that don't run along the
19477  whole column.
19478  Now one colors all lines using the command
19479 \end_layout
19480
19481 \begin_layout Standard
19482
19483 \series bold
19484
19485 \backslash
19486
19487 \backslash
19488
19489 \backslash
19490 arrayrulecolor{blue}%
19491 \end_layout
19492
19493 \begin_layout Standard
19494
19495 \lang english
19496 as above.
19497  Finally one inserts this command as \SpecialChar TeX
19498  code to every cell in the row where
19499  one needs a vertical line in a different color:
19500 \end_layout
19501
19502 \begin_layout Standard
19503
19504 \series bold
19505
19506 \backslash
19507 multicolumn{1}{!{
19508 \backslash
19509 color{green}
19510 \backslash
19511 vline}c!{
19512 \backslash
19513 color{red}
19514 \backslash
19515 vline}}{
19516 \end_layout
19517
19518 \begin_layout Standard
19519
19520 \lang english
19521 This adds a vertical line to both sides of the cell.
19522  The left one will be green, the right one red.
19523  If no color change is necessary one can omit the 
19524 \series bold
19525
19526 \backslash
19527 color
19528 \series default
19529  command in the above command.
19530  To get for example a black left line and a blue right line you can write:
19531 \end_layout
19532
19533 \begin_layout Standard
19534
19535 \series bold
19536
19537 \backslash
19538 multicolumn{1}{!{
19539 \backslash
19540 color{black}
19541 \backslash
19542 vline}c|}{
19543 \end_layout
19544
19545 \begin_layout Standard
19546
19547 \lang english
19548 because the color blue was already set for all lines.
19549  The 
19550 \series bold
19551 |
19552 \series default
19553  creates hereby the vertical line while 
19554 \series bold
19555
19556 \backslash
19557 vline
19558 \series default
19559  does this when 
19560 \series bold
19561
19562 \backslash
19563 color
19564 \series default
19565  is used.
19566  To set vertical lines without changing any color use
19567 \end_layout
19568
19569 \begin_layout Standard
19570
19571 \series bold
19572
19573 \backslash
19574 multicolumn{1}{|c|}{
19575 \end_layout
19576
19577 \begin_layout Standard
19578
19579 \lang english
19580 After this command insert the cell content the normal way and end the cell
19581  with a closing brace 
19582 \series bold
19583 }
19584 \series default
19585  in \SpecialChar TeX
19586  code.
19587 \end_layout
19588
19589 \begin_layout Standard
19590 \begin_inset Float table
19591 wide false
19592 sideways false
19593 status open
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Caption Standard
19597
19598 \begin_layout Plain Layout
19599
19600 \lang english
19601 \begin_inset CommandInset label
19602 LatexCommand label
19603 name "tab:Table-with-different-ver"
19604
19605 \end_inset
19606
19607 Table with different vertical line colors in one row.
19608 \end_layout
19609
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \begin_layout Plain Layout
19616 \align center
19617 \begin_inset Tabular
19618 <lyxtabular version="3" rows="5" columns="7">
19619 <features tabularvalignment="middle">
19620 <column alignment="center" valignment="top">
19621 <column alignment="center" valignment="top">
19622 <column alignment="center" valignment="top">
19623 <column alignment="center" valignment="top">
19624 <column alignment="center" valignment="top">
19625 <column alignment="center" valignment="top">
19626 <column alignment="center" valignment="top">
19627 <row>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" topline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset ERT
19687 status open
19688
19689 \begin_layout Plain Layout
19690
19691
19692 \backslash
19693
19694 \backslash
19695
19696 \backslash
19697 arrayrulecolor{red}%
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 \begin_inset ERT
19714 status open
19715
19716 \begin_layout Plain Layout
19717
19718
19719 \backslash
19720 multicolumn{1}{!{
19721 \backslash
19722 color{black}
19723 \backslash
19724 vline}c|}{
19725 \end_layout
19726
19727 \end_inset
19728
19729 Y
19730 \begin_inset ERT
19731 status collapsed
19732
19733 \begin_layout Plain Layout
19734
19735 }
19736 \end_layout
19737
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset ERT
19786 status open
19787
19788 \begin_layout Plain Layout
19789
19790
19791 \backslash
19792 multicolumn{1}{c|}{
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \begin_inset ERT
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802
19803 }
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset ERT
19818 status open
19819
19820 \begin_layout Plain Layout
19821
19822
19823 \backslash
19824 multicolumn{1}{c!{
19825 \backslash
19826 color{black}
19827 \backslash
19828 vline}}{
19829 \end_layout
19830
19831 \end_inset
19832
19833 Y
19834 \begin_inset ERT
19835 status collapsed
19836
19837 \begin_layout Plain Layout
19838
19839 }
19840 \end_layout
19841
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset ERT
19856 status collapsed
19857
19858 \begin_layout Plain Layout
19859
19860
19861 \backslash
19862 arrayrulecolor{black}
19863 \end_layout
19864
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 \begin_inset ERT
19922 status collapsed
19923
19924 \begin_layout Plain Layout
19925
19926
19927 \backslash
19928
19929 \backslash
19930
19931 \backslash
19932 arrayrulecolor{magenta}%
19933 \end_layout
19934
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset ERT
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952
19953
19954 \backslash
19955 multicolumn{1}{|c!{
19956 \backslash
19957 color{red}
19958 \backslash
19959 vline}}{
19960 \end_layout
19961
19962 \end_inset
19963
19964
19965 \begin_inset ERT
19966 status collapsed
19967
19968 \begin_layout Plain Layout
19969
19970 }
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset ERT
19985 status collapsed
19986
19987 \begin_layout Plain Layout
19988
19989
19990 \backslash
19991 multicolumn{1}{c!{
19992 \backslash
19993 color{green}
19994 \backslash
19995 vline}}{
19996 \end_layout
19997
19998 \end_inset
19999
20000
20001 \begin_inset ERT
20002 status collapsed
20003
20004 \begin_layout Plain Layout
20005
20006 }
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset ERT
20021 status collapsed
20022
20023 \begin_layout Plain Layout
20024
20025
20026 \backslash
20027 multicolumn{1}{c!{
20028 \backslash
20029 color{yellow}
20030 \backslash
20031 vline}}{
20032 \end_layout
20033
20034 \end_inset
20035
20036
20037 \begin_inset ERT
20038 status collapsed
20039
20040 \begin_layout Plain Layout
20041
20042 }
20043 \end_layout
20044
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset ERT
20057 status collapsed
20058
20059 \begin_layout Plain Layout
20060
20061
20062 \backslash
20063 multicolumn{1}{c!{
20064 \backslash
20065 color{blue}
20066 \backslash
20067 vline}}{
20068 \end_layout
20069
20070 \end_inset
20071
20072
20073 \begin_inset ERT
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077
20078 }
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset ERT
20093 status collapsed
20094
20095 \begin_layout Plain Layout
20096
20097
20098 \backslash
20099 multicolumn{1}{c!{
20100 \backslash
20101 color{cyan}
20102 \backslash
20103 vline}}{
20104 \end_layout
20105
20106 \end_inset
20107
20108
20109 \begin_inset ERT
20110 status collapsed
20111
20112 \begin_layout Plain Layout
20113
20114 }
20115 \end_layout
20116
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset ERT
20129 status collapsed
20130
20131 \begin_layout Plain Layout
20132
20133
20134 \backslash
20135 multicolumn{1}{c!{
20136 \backslash
20137 color{black}
20138 \backslash
20139 vline}}{
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \begin_inset ERT
20146 status collapsed
20147
20148 \begin_layout Plain Layout
20149
20150 }
20151 \end_layout
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset ERT
20165 status collapsed
20166
20167 \begin_layout Plain Layout
20168
20169
20170 \backslash
20171 multicolumn{1}{c|}{
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \begin_inset ERT
20178 status collapsed
20179
20180 \begin_layout Plain Layout
20181
20182 }
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset ERT
20199 status collapsed
20200
20201 \begin_layout Plain Layout
20202
20203
20204 \backslash
20205 arrayrulecolor{black}
20206 \end_layout
20207
20208 \end_inset
20209
20210 B
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 </lyxtabular>
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \begin_layout Standard
20283 \begin_inset ERT
20284 status collapsed
20285
20286 \begin_layout Plain Layout
20287
20288
20289 \backslash
20290 setlength{
20291 \backslash
20292 arrayrulewidth}{0.4pt}
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Section
20301 Celdas de cuadro rotadas
20302 \begin_inset CommandInset label
20303 LatexCommand label
20304 name "sec:Celdas de cuadro giradas"
20305
20306 \end_inset
20307
20308
20309 \begin_inset Index idx
20310 status collapsed
20311
20312 \begin_layout Plain Layout
20313 Cuadros ! Celdas rotadas
20314 \end_layout
20315
20316 \end_inset
20317
20318
20319 \begin_inset Index idx
20320 status collapsed
20321
20322 \begin_layout Plain Layout
20323 Material rotado
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Standard
20332 \begin_inset Note Greyedout
20333 status open
20334
20335 \begin_layout Plain Layout
20336
20337 \series bold
20338 Nota:
20339 \series default
20340  No todos los visores DVI pueden mostrar rotaciones.
20341 \end_layout
20342
20343 \end_inset
20344
20345 El cuadro
20346 \begin_inset space ~
20347 \end_inset
20348
20349
20350 \begin_inset CommandInset ref
20351 LatexCommand ref
20352 reference "tab:Cuadro-celdas-rotadas"
20353
20354 \end_inset
20355
20356  es un ejemplo con tres celdas rotadas 45
20357 \begin_inset space \thinspace{}
20358 \end_inset
20359
20360 °.
20361 \end_layout
20362
20363 \begin_layout Standard
20364 \begin_inset Float table
20365 wide false
20366 sideways false
20367 status open
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Caption Standard
20371
20372 \begin_layout Plain Layout
20373 \begin_inset CommandInset label
20374 LatexCommand label
20375 name "tab:Cuadro-celdas-rotadas"
20376
20377 \end_inset
20378
20379 Cuadro con celdas rotadas en la primera fila.
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Plain Layout
20388 \noindent
20389 \align center
20390 \begin_inset Tabular
20391 <lyxtabular version="3" rows="2" columns="3">
20392 <features tabularvalignment="middle">
20393 <column alignment="center" valignment="top" width="0pt">
20394 <column alignment="center" valignment="top" width="0pt">
20395 <column alignment="center" valignment="top" width="0pt">
20396 <row>
20397 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 copas
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 platos
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 fuentes
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 45
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 33
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 21
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 </lyxtabular>
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Standard
20467 \begin_inset Note Greyedout
20468 status open
20469
20470 \begin_layout Plain Layout
20471
20472 \series bold
20473 Nota:
20474 \series default
20475  Los saltos de línea (atajo 
20476 \begin_inset Info
20477 type  "shortcut"
20478 arg   "newline-insert newline"
20479 \end_inset
20480
20481 ) no están permitidos en celdas rotadas.
20482 \end_layout
20483
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Standard
20490 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
20491  el contenido de la celda en una minipágina o en un marco de párrafo.
20492 \begin_inset Foot
20493 status collapsed
20494
20495 \begin_layout Plain Layout
20496 Más información acerca de estos cuadros en la sección
20497 \begin_inset space ~
20498 \end_inset
20499
20500
20501 \begin_inset CommandInset ref
20502 LatexCommand ref
20503 reference "sec:Minipáginas"
20504
20505 \end_inset
20506
20507  y 
20508 \begin_inset CommandInset ref
20509 LatexCommand ref
20510 reference "sec:Marcos-de-Párrafo"
20511
20512 \end_inset
20513
20514 .
20515  
20516 \end_layout
20517
20518 \end_inset
20519
20520  Si esta celda se rota 90
20521 \begin_inset space \thinspace{}
20522 \end_inset
20523
20524 °, la anchura del marco es la altura de la celda.
20525  El cuadro
20526 \begin_inset space ~
20527 \end_inset
20528
20529
20530 \begin_inset CommandInset ref
20531 LatexCommand ref
20532 reference "tab:Cuadro-rotación-multilínea"
20533
20534 \end_inset
20535
20536  es un ejemplo de una celda rotada con salto de línea en la que la anchura
20537  del marco se ha establecido en 3
20538 \begin_inset space \thinspace{}
20539 \end_inset
20540
20541 cm.
20542 \end_layout
20543
20544 \begin_layout Standard
20545 \begin_inset Float table
20546 wide false
20547 sideways false
20548 status open
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Caption Standard
20552
20553 \begin_layout Plain Layout
20554 \begin_inset CommandInset label
20555 LatexCommand label
20556 name "tab:Cuadro-rotación-multilínea"
20557
20558 \end_inset
20559
20560 Cuadro con salto de línea en una celda rotada
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \begin_layout Plain Layout
20569 \noindent
20570 \align center
20571 \begin_inset Tabular
20572 <lyxtabular version="3" rows="2" columns="3">
20573 <features tabularvalignment="middle">
20574 <column alignment="center" valignment="top">
20575 <column alignment="center" valignment="top" width="0pt">
20576 <column alignment="center" valignment="top">
20577 <row>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 a
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 \begin_inset Box Frameless
20592 position "t"
20593 hor_pos "c"
20594 has_inner_box 1
20595 inner_pos "t"
20596 use_parbox 0
20597 use_makebox 0
20598 width "3cm"
20599 special "none"
20600 height "1in"
20601 height_special "totalheight"
20602 thickness "0.4pt"
20603 separation "3pt"
20604 shadowsize "4pt"
20605 framecolor "black"
20606 backgroundcolor "none"
20607 status open
20608
20609 \begin_layout Plain Layout
20610 celda rotada
20611 \begin_inset Newline newline
20612 \end_inset
20613
20614 con salto de línea
20615 \end_layout
20616
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 e
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 b
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 c
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 d
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 </lyxtabular>
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Section
20676 Cálculo de la anchura de cuadros
20677 \begin_inset CommandInset label
20678 LatexCommand label
20679 name "sec:Cálculo-anchura-cuadros"
20680
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \begin_layout Standard
20687 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
20688  márgenes de la página.
20689  La solución es establecer una anchura fija para cada columna del cuadro,
20690  pero ¿qué espacio necesita cada columna?
20691 \end_layout
20692
20693 \begin_layout Standard
20694 La anchura del cuadro 
20695 \begin_inset Formula $W_{\mathrm{cuadro}}$
20696 \end_inset
20697
20698  se puede calcular: cada columna tiene la anchura de la columna especificada
20699  
20700 \begin_inset Formula $W_{\mathrm{columna}}$
20701 \end_inset
20702
20703  (contenido de la columna), más dos veces la separación entre el contenido
20704  y el borde (longitud \SpecialChar LaTeX
20705
20706 \series bold
20707  
20708 \backslash
20709 tabcolsep
20710 \series default
20711 , predeterminada 6
20712 \begin_inset space \thinspace{}
20713 \end_inset
20714
20715 pt), más la anchura del borde (longitud \SpecialChar LaTeX
20716  
20717 \series bold
20718
20719 \backslash
20720 arrayrulewidth
20721 \series default
20722 , predeterminada 0.4
20723 \begin_inset space \thinspace{}
20724 \end_inset
20725
20726 pt): así, si las 
20727 \begin_inset Formula $n$
20728 \end_inset
20729
20730  columnas tienen la misma anchura, la anchura del cuadro es
20731 \end_layout
20732
20733 \begin_layout Standard
20734 \begin_inset Formula 
20735 \begin{equation}
20736 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20737 \end{equation}
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \begin_layout Standard
20745 La anchura disponible para un cuadro es el espacio entre los márgenes de
20746  página o la anchura de la columna de texto (en documentos a dos columnas;
20747  longitud \SpecialChar LaTeX
20748  
20749 \series bold
20750
20751 \backslash
20752 columnwidth
20753 \series default
20754 ).
20755  Si todas las columnas del cuadro han de tener la misma anchura y 
20756 \begin_inset Formula $W_{\mathrm{cuadro}}$
20757 \end_inset
20758
20759  debe ser 1
20760 \begin_inset space \thinspace{}
20761 \end_inset
20762
20763
20764 \backslash
20765 columnwidth, 
20766 \begin_inset Formula $W_{\mathrm{columna}}$
20767 \end_inset
20768
20769  puede calcularse fácilmente.
20770 \end_layout
20771
20772 \begin_layout Standard
20773 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
20774  
20775 \series bold
20776 calc
20777 \series default
20778
20779 \begin_inset Index idx
20780 status collapsed
20781
20782 \begin_layout Plain Layout
20783 \SpecialChar LaTeX
20784 -paquetes ! calc
20785 \end_layout
20786
20787 \end_inset
20788
20789  en el preámbulo del documento.
20790  Para establecer la anchura en la ventana de configuración de cuadros hay
20791  que usar el campo 
20792 \family sans
20793 Argumento
20794 \begin_inset space ~
20795 \end_inset
20796
20797 \SpecialChar LaTeX
20798
20799 \family default
20800 .
20801  El esquema del comando es el mismo que se explica en la sección 
20802 \begin_inset space ~
20803 \end_inset
20804
20805
20806 \begin_inset CommandInset ref
20807 LatexCommand ref
20808 reference "subsec:Cálculos-en-Multicolumnas"
20809
20810 \end_inset
20811
20812 .
20813  Para un cuadro con 5
20814 \begin_inset space \thinspace{}
20815 \end_inset
20816
20817 columnas de anchura uniforme y texto centrado, escribe el comando
20818 \end_layout
20819
20820 \begin_layout Standard
20821
20822 \series bold
20823 >{
20824 \backslash
20825 centering}p{(1
20826 \backslash
20827 columnwidth-62.4pt)/5}
20828 \end_layout
20829
20830 \begin_layout Standard
20831 Para un cuadro con 5
20832 \begin_inset space \thinspace{}
20833 \end_inset
20834
20835 columnas en el que dos de ellas tengan 0.75
20836 \begin_inset space ~
20837 \end_inset
20838
20839 veces la anchura de las otras, el cálculo es
20840 \begin_inset Formula 
20841 \begin{align}
20842 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20843  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20844  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20845 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20846 \end{align}
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Standard
20854 En el cuadro, por tanto, el comando
20855 \end_layout
20856
20857 \begin_layout Standard
20858
20859 \series bold
20860 >{
20861 \backslash
20862 centering}p{(1
20863 \backslash
20864 columnwidth-62.4pt)/
20865 \backslash
20866 real{4.5}}
20867 \end_layout
20868
20869 \begin_layout Standard
20870 se usa para las columnas más anchas y
20871 \end_layout
20872
20873 \begin_layout Standard
20874
20875 \series bold
20876 >{
20877 \backslash
20878 centering}p{(1
20879 \backslash
20880 columnwidth-62.4pt)/
20881 \backslash
20882 real{4.5}*
20883 \backslash
20884 real{0.75}}
20885 \end_layout
20886
20887 \begin_layout Standard
20888 para las más estrechas:
20889 \end_layout
20890
20891 \begin_layout Standard
20892 \begin_inset Tabular
20893 <lyxtabular version="3" rows="2" columns="5">
20894 <features tabularvalignment="middle">
20895 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20896 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20897 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20898 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20899 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 1
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 2
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 3
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 4
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 5
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 </row>
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 111111 1111111 111111 111111111 11111 11111 1111
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 2222 22222 222222 222222222 2222222 22 22222
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 333333 333333 333333 33333 3333333 333
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 </lyxtabular>
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Section
21002 Personalización de cuadros
21003 \begin_inset Index idx
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007 Cuadros ! Personalización
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \begin_layout Subsection
21016 Espacio adicional en filas
21017 \begin_inset CommandInset label
21018 LatexCommand label
21019 name "subsec:Espacio-adicional"
21020
21021 \end_inset
21022
21023
21024 \begin_inset Index idx
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028 Cuadros ! Personalización ! Espacio adicional en filas
21029 \end_layout
21030
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \begin_layout Standard
21037 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
21038  
21039 \family sans
21040 Bordes
21041 \family default
21042  del diálogo de configuración de cuadros.
21043  En el marco 
21044 \family sans
21045 Espacio
21046 \begin_inset space ~
21047 \end_inset
21048
21049 adicional
21050 \family default
21051  dispones de tres posibilidades:
21052 \end_layout
21053
21054 \begin_layout Description
21055 Superior
21056 \begin_inset space ~
21057 \end_inset
21058
21059 de
21060 \begin_inset space ~
21061 \end_inset
21062
21063 la
21064 \begin_inset space ~
21065 \end_inset
21066
21067 fila añade espacio sobre los caracteres de la fila.
21068  Si el cuadro es de estilo formal
21069 \begin_inset Foot
21070 status open
21071
21072 \begin_layout Plain Layout
21073 Los cuadros formales se explican en la sección
21074 \begin_inset space ~
21075 \end_inset
21076
21077
21078 \begin_inset CommandInset ref
21079 LatexCommand ref
21080 reference "sec:Cuadros-Formales"
21081
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088
21089  \SpecialChar LyX
21090  insertará 0.5
21091 \begin_inset space \thinspace{}
21092 \end_inset
21093
21094 em por omisión.
21095  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
21096  verticales, como se ve en el cuadro siguiente:
21097 \begin_inset VSpace medskip
21098 \end_inset
21099
21100
21101 \begin_inset Newline newline
21102 \end_inset
21103
21104
21105 \begin_inset space \hspace*{}
21106 \length 0pt
21107 \end_inset
21108
21109
21110 \begin_inset space \hfill{}
21111 \end_inset
21112
21113
21114 \begin_inset Tabular
21115 <lyxtabular version="3" rows="3" columns="1">
21116 <features tabularvalignment="middle">
21117 <column alignment="center" valignment="top">
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 A
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 </row>
21129 <row topspace="3mm">
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 3
21135 \begin_inset space \thinspace{}
21136 \end_inset
21137
21138 mm sobre la fila
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 <row>
21145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 C
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 </row>
21155 </lyxtabular>
21156
21157 \end_inset
21158
21159
21160 \begin_inset space \hfill{}
21161 \end_inset
21162
21163
21164 \begin_inset space \hspace*{}
21165 \length 0pt
21166 \end_inset
21167
21168
21169 \begin_inset VSpace medskip
21170 \end_inset
21171
21172
21173 \begin_inset Newline newline
21174 \end_inset
21175
21176 Así pues, insertar espacio superior en cuadros normales sólo es útil en
21177  cuadros sin líneas verticales.
21178 \end_layout
21179
21180 \begin_layout Description
21181 Inferior
21182 \begin_inset space ~
21183 \end_inset
21184
21185 de
21186 \begin_inset space ~
21187 \end_inset
21188
21189 la
21190 \begin_inset space ~
21191 \end_inset
21192
21193 fila añade espacio bajo los caracteres de la fila.
21194  Si el cuadro es formal \SpecialChar LyX
21195  inserta por omisión 0.5
21196 \begin_inset space \thinspace{}
21197 \end_inset
21198
21199 em; si el cuadro es normal inserta 2
21200 \begin_inset space \thinspace{}
21201 \end_inset
21202
21203 pt.
21204  
21205 \end_layout
21206
21207 \begin_layout Description
21208 Entre
21209 \begin_inset space ~
21210 \end_inset
21211
21212 las
21213 \begin_inset space ~
21214 \end_inset
21215
21216 filas añade espacio entre la fila actual y la siguiente.
21217  Si el cuadro es formal \SpecialChar LyX
21218  inserta 0.5
21219 \begin_inset space \thinspace{}
21220 \end_inset
21221
21222 em por omisión.
21223  En cuadros normales, el espacio adicional destruirá las líneas verticales
21224  del cuadro, como se ve en la siguiente:
21225 \begin_inset VSpace medskip
21226 \end_inset
21227
21228
21229 \begin_inset Newline newline
21230 \end_inset
21231
21232
21233 \begin_inset space \hspace*{}
21234 \length 0pt
21235 \end_inset
21236
21237
21238 \begin_inset space \hfill{}
21239 \end_inset
21240
21241
21242 \begin_inset Tabular
21243 <lyxtabular version="3" rows="3" columns="1">
21244 <features tabularvalignment="middle">
21245 <column alignment="center" valignment="top">
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 A
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row interlinespace="3mm">
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\downarrow$
21263 \end_inset
21264
21265  3
21266 \begin_inset space \thinspace{}
21267 \end_inset
21268
21269 mm entre las filas
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 <row>
21276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Formula $\uparrow$
21281 \end_inset
21282
21283  3
21284 \begin_inset space \thinspace{}
21285 \end_inset
21286
21287 mm entre las filas 
21288 \begin_inset Formula $\uparrow$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 </lyxtabular>
21298
21299 \end_inset
21300
21301
21302 \begin_inset space \hfill{}
21303 \end_inset
21304
21305
21306 \begin_inset space \hspace*{}
21307 \length 0pt
21308 \end_inset
21309
21310
21311 \begin_inset VSpace medskip
21312 \end_inset
21313
21314
21315 \begin_inset Newline newline
21316 \end_inset
21317
21318 Así pues, los espacios adicionales entre filas de cuadros normales sólo
21319  sirven para cuadros sin líneas verticales.
21320 \end_layout
21321
21322 \begin_layout Standard
21323 \begin_inset VSpace bigskip
21324 \end_inset
21325
21326 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
21327  utiliza los siguientes comandos en el preámbulo:
21328 \end_layout
21329
21330 \begin_layout Standard
21331
21332 \series bold
21333
21334 \backslash
21335 @ifundefined{extrarowheight}
21336 \begin_inset Newline newline
21337 \end_inset
21338
21339
21340 \begin_inset Phantom HPhantom
21341 status open
21342
21343 \begin_layout Plain Layout
21344
21345 \series bold
21346 \begin_inset space ~
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353
21354 {
21355 \backslash
21356 usepackage{array}}{}
21357 \begin_inset Newline newline
21358 \end_inset
21359
21360
21361 \backslash
21362 setlength{
21363 \backslash
21364 extrarowheight}{altura}
21365 \series default
21366
21367 \begin_inset Note Note
21368 status collapsed
21369
21370 \begin_layout Plain Layout
21371 \SpecialChar LyX
21372  cargará automáticamente el paquete 
21373 \series bold
21374 array
21375 \series default
21376  cuando uses formatos de cuadro autodefinidos.
21377  Para evitar que sea cargado dos veces se pone al principio el comando 
21378 \series bold
21379
21380 \backslash
21381 @ifundefined
21382 \series default
21383 .
21384 \end_layout
21385
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \begin_layout Standard
21392 donde la 
21393 \family sans
21394 alture
21395 \family default
21396  puede ser una de las unidades listadas en el apéndice
21397 \begin_inset space ~
21398 \end_inset
21399
21400
21401 \begin_inset CommandInset ref
21402 LatexCommand ref
21403 reference "cap:Unidades-disponibles-en"
21404
21405 \end_inset
21406
21407 .
21408  Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
21409  centrado en vertical.
21410 \end_layout
21411
21412 \begin_layout Standard
21413 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
21414  del cuadro están a veces demasiado cerca de las letras.
21415  Esto se puede corregir insertando el comando 
21416 \series bold
21417
21418 \backslash
21419 strut
21420 \series default
21421  en código \SpecialChar TeX
21422  al principio de la fila del cuadro.
21423  El cuadro
21424 \begin_inset space ~
21425 \end_inset
21426
21427
21428 \begin_inset CommandInset ref
21429 LatexCommand ref
21430 reference "tab:Alineación-vertical"
21431
21432 \end_inset
21433
21434  muestra el efecto:
21435 \end_layout
21436
21437 \begin_layout Standard
21438 \noindent
21439 \begin_inset Float table
21440 placement h
21441 wide false
21442 sideways false
21443 status open
21444
21445 \begin_layout Plain Layout
21446 \begin_inset Caption Standard
21447
21448 \begin_layout Plain Layout
21449 \begin_inset CommandInset label
21450 LatexCommand label
21451 name "tab:Alineación-vertical"
21452
21453 \end_inset
21454
21455 Alineación vertical de texto con letras grandes
21456 \end_layout
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Plain Layout
21464 \begin_inset space \hfill{}
21465 \end_inset
21466
21467
21468 \begin_inset Float table
21469 wide false
21470 sideways false
21471 status open
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Caption Standard
21475
21476 \begin_layout Plain Layout
21477 Cuadro normal
21478 \end_layout
21479
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \begin_layout Plain Layout
21486 \noindent
21487 \align center
21488 \begin_inset Tabular
21489 <lyxtabular version="3" rows="6" columns="1">
21490 <features tabularvalignment="middle">
21491 <column alignment="left" valignment="top">
21492 <row>
21493 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 Normal, g
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \size large
21510 Grande
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \size larger
21523 Más grande
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \size largest
21536 Grandísima
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \size huge
21549 Enorme
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \size huge
21562 Gigante
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 </lyxtabular>
21569
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \begin_inset space \hfill{}
21579 \end_inset
21580
21581
21582 \begin_inset Float table
21583 wide false
21584 sideways false
21585 status open
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Caption Standard
21589
21590 \begin_layout Plain Layout
21591 Cuadro con comando 
21592 \series bold
21593
21594 \backslash
21595 strut
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \begin_layout Plain Layout
21604 \noindent
21605 \align center
21606 \begin_inset Tabular
21607 <lyxtabular version="3" rows="6" columns="1">
21608 <features tabularvalignment="middle">
21609 <column alignment="left" valignment="top">
21610 <row>
21611 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 Normal, g
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \size large
21628 \begin_inset ERT
21629 status collapsed
21630
21631 \begin_layout Plain Layout
21632
21633
21634 \backslash
21635 strut 
21636 \end_layout
21637
21638 \end_inset
21639
21640 Grande
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \size larger
21653 \begin_inset ERT
21654 status collapsed
21655
21656 \begin_layout Plain Layout
21657
21658
21659 \backslash
21660 strut 
21661 \end_layout
21662
21663 \end_inset
21664
21665 Más grande
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \size largest
21678 \begin_inset ERT
21679 status collapsed
21680
21681 \begin_layout Plain Layout
21682
21683
21684 \backslash
21685 strut 
21686 \end_layout
21687
21688 \end_inset
21689
21690 Grandísima
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \size huge
21703 \begin_inset ERT
21704 status collapsed
21705
21706 \begin_layout Plain Layout
21707
21708
21709 \backslash
21710 strut 
21711 \end_layout
21712
21713 \end_inset
21714
21715 Enorme
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \size giant
21728 \begin_inset ERT
21729 status collapsed
21730
21731 \begin_layout Plain Layout
21732
21733
21734 \backslash
21735 strut 
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \size huge
21742 Gigante
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 </lyxtabular>
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756
21757
21758 \begin_inset space \hfill{}
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Subsection
21770 Alineación especial de celdas
21771 \begin_inset CommandInset label
21772 LatexCommand label
21773 name "subsec:Alineación-especial-de"
21774
21775 \end_inset
21776
21777
21778 \begin_inset Index idx
21779 status collapsed
21780
21781 \begin_layout Plain Layout
21782 Cuadros ! Personalización ! Alineación especial de celdas
21783 \end_layout
21784
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \begin_layout Standard
21791 A veces mejora la presentación si las entradas en las celdas de una columna
21792  se alinean con un carácter determinado, p.
21793 \begin_inset space \thinspace{}
21794 \end_inset
21795
21796 ej.
21797 \begin_inset space ~
21798 \end_inset
21799
21800 el separador decimal, como en el cuadro
21801 \begin_inset space ~
21802 \end_inset
21803
21804
21805 \begin_inset CommandInset ref
21806 LatexCommand ref
21807 reference "tab:Cuadro-celdas-alineadas"
21808
21809 \end_inset
21810
21811 .
21812  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
21813  el botón 
21814 \begin_inset Info
21815 type  "icon"
21816 arg   "tabular-feature align-decimal"
21817 \end_inset
21818
21819  de la barra de herramientas o eligiendo la alineación 
21820 \family sans
21821 Al separador decimal
21822 \family default
21823  en la configuración del cuadro.
21824  Ahí se puede especificar también el carácter deseado para la alineación.
21825 \end_layout
21826
21827 \begin_layout Standard
21828 \begin_inset Float table
21829 wide false
21830 sideways false
21831 status open
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Caption Standard
21835
21836 \begin_layout Plain Layout
21837 \begin_inset CommandInset label
21838 LatexCommand label
21839 name "tab:Cuadro-celdas-alineadas"
21840
21841 \end_inset
21842
21843 Cuadro con celdas alineadas con el separador decimal.
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \begin_layout Plain Layout
21852 \align center
21853 \begin_inset Tabular
21854 <lyxtabular version="3" rows="4" columns="1">
21855 <features booktabs="true" tabularvalignment="middle">
21856 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21857 <row>
21858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 leyenda
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 12,6
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 0,68
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 -123,0
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 </lyxtabular>
21902
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \begin_layout Standard
21914 \begin_inset Float table
21915 wide false
21916 sideways false
21917 status open
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Caption Standard
21921
21922 \begin_layout Plain Layout
21923 \begin_inset CommandInset label
21924 LatexCommand label
21925 name "tab:Cuadro-con-celdas-de"
21926
21927 \end_inset
21928
21929 Cuadro con celdas alineadas con los operadores.
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Plain Layout
21938 \align center
21939 \begin_inset Tabular
21940 <lyxtabular version="3" rows="4" columns="2">
21941 <features booktabs="true" tabularvalignment="middle">
21942 <column alignment="right" valignment="top" width="0pt">
21943 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21944 <row>
21945 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 leyenda
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 </row>
21964 <row>
21965 <cell alignment="center" valignment="top" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $12\,+$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\,6$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $0\,-$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\,68$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Formula $-123\,/$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Formula $\,0$
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 </lyxtabular>
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 Para alinear con caracteres en ecuaciones este método no funciona porque
22056  el campo para especificar el carácter no permite ecuaciones.
22057  En este caso hay que usar el método del cuadro
22058 \begin_inset space ~
22059 \end_inset
22060
22061
22062 \begin_inset CommandInset ref
22063 LatexCommand ref
22064 reference "tab:Cuadro-con-celdas-de"
22065
22066 \end_inset
22067
22068 .
22069  Es un cuadro 4×2.
22070  La leyenda es una multicolumna centrada.
22071  La primera columna está alineada a la derecha y contiene la primera parte
22072  incluyendo el operador.
22073  La segunda columna está alineada a la izquierda y contiene la parte restante.
22074  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
22075  columna para mantener el espacio habitual alrededor de los operadores.
22076  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
22077  el siguiente argumento \SpecialChar LaTeX
22078  para la segunda columna:
22079 \end_layout
22080
22081 \begin_layout Standard
22082
22083 \series bold
22084 @{}l
22085 \end_layout
22086
22087 \begin_layout Standard
22088 El cuadro
22089 \begin_inset space ~
22090 \end_inset
22091
22092
22093 \begin_inset CommandInset ref
22094 LatexCommand ref
22095 reference "tab:Varias-alineaciones"
22096
22097 \end_inset
22098
22099  muestra varios ejemplos de alineación.
22100  Para alinear al signo de relación se ha añadido un pequeño espacio como
22101  en la segunda columna del cuadro
22102 \begin_inset space ~
22103 \end_inset
22104
22105
22106 \begin_inset CommandInset ref
22107 LatexCommand ref
22108 reference "tab:Cuadro-con-celdas-de"
22109
22110 \end_inset
22111
22112 .
22113 \end_layout
22114
22115 \begin_layout Standard
22116 \begin_inset Float table
22117 placement h
22118 wide false
22119 sideways false
22120 status open
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Caption Standard
22124
22125 \begin_layout Plain Layout
22126 \begin_inset CommandInset label
22127 LatexCommand label
22128 name "tab:Varias-alineaciones"
22129
22130 \end_inset
22131
22132 Cuadro con varias alineaciones.
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Plain Layout
22141 \align center
22142 \begin_inset Tabular
22143 <lyxtabular version="3" rows="4" columns="6">
22144 <features tabularvalignment="middle">
22145 <column alignment="right" valignment="top">
22146 <column alignment="left" valignment="top" special="@{}l">
22147 <column alignment="right" valignment="top">
22148 <column alignment="left" valignment="top" special="@{}l">
22149 <column alignment="right" valignment="top">
22150 <column alignment="left" valignment="top" special="@{}l">
22151 <row>
22152 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156 unidades
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 exponentes
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 relaciones
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 12×
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 24
22222 \begin_inset space \thinspace{}
22223 \end_inset
22224
22225 bottles
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Formula $10\cdot$
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Formula $10^{\mbox{-}17}$
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 \begin_inset Formula $\Gamma(t)\propto$
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Formula $\:\Upsilon(t)$
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 1024×
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 768
22294 \begin_inset space \thinspace{}
22295 \end_inset
22296
22297 Pixels
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Formula $5.78\cdot$
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Formula $10^{7}$
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Formula $A\ne$
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\:B_{\mathrm{red}}$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 32×
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 6
22366 \begin_inset space \thinspace{}
22367 \end_inset
22368
22369 cm
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 -
22379 \begin_inset Formula $33.5\cdot$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $10^{4}$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 \begin_inset Formula $\sen(\alpha)\ge$
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\:\sen(\beta)$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 </row>
22424 </lyxtabular>
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \begin_layout Subsection
22437 Formato personalizado de celda/columna
22438 \begin_inset CommandInset label
22439 LatexCommand label
22440 name "subsec:Formato-Personalizado"
22441
22442 \end_inset
22443
22444
22445 \begin_inset Index idx
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449 Cuadros ! Personalización ! Formato de celda/columna
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Standard
22458 El cálculo de la anchura necesaria para columnas estándar descrito en la
22459  sección
22460 \begin_inset space ~
22461 \end_inset
22462
22463
22464 \begin_inset CommandInset ref
22465 LatexCommand ref
22466 reference "sec:Cálculo-anchura-cuadros"
22467
22468 \end_inset
22469
22470  y para columnas extendidas descrito en la sección
22471 \begin_inset space ~
22472 \end_inset
22473
22474
22475 \begin_inset CommandInset ref
22476 LatexCommand ref
22477 reference "subsec:Cálculos-en-Multicolumnas"
22478
22479 \end_inset
22480
22481  es muy pesado si tienes varios cuadros.
22482  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
22483 mna aplicable a todos los cuadros del documento.
22484  El formato se define con el comando
22485 \end_layout
22486
22487 \begin_layout Standard
22488
22489 \series bold
22490
22491 \backslash
22492 newcolumntype{nombre del formato}[número de argumentos]{comandos}
22493 \end_layout
22494
22495 \begin_layout Standard
22496 El 
22497 \emph on
22498 nombre de formato
22499 \emph default
22500  puede ser una sola letra.
22501  Las letras 
22502 \emph on
22503 b, c, l, m, p
22504 \emph default
22505  y 
22506 \emph on
22507 r
22508 \emph default
22509  están predefinidas y no pueden usarse.
22510  Pero se permiten todas las mayúsculas.
22511 \end_layout
22512
22513 \begin_layout Standard
22514 \begin_inset VSpace medskip
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \begin_layout Standard
22521 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
22522  fija puedes definir el formato de celda
22523 \end_layout
22524
22525 \begin_layout Standard
22526
22527 \series bold
22528
22529 \backslash
22530 newcolumntype{M}[1]{>{
22531 \backslash
22532 centering
22533 \backslash
22534 hspace{0pt}}m{#1}}
22535 \end_layout
22536
22537 \begin_layout Standard
22538 donde 
22539 \series bold
22540
22541 \backslash
22542 hspace{0pt}
22543 \series default
22544  evita el problema de partir con guión la primera palabra, como se describe
22545  en la sección
22546 \begin_inset space ~
22547 \end_inset
22548
22549
22550 \begin_inset CommandInset ref
22551 LatexCommand ref
22552 reference "subsec:Líneas-Múltiples-en"
22553
22554 \end_inset
22555
22556 .
22557  Ahora puedes introducir simplemente
22558 \end_layout
22559
22560 \begin_layout Standard
22561
22562 \series bold
22563 M{ancho}
22564 \end_layout
22565
22566 \begin_layout Standard
22567 como argumento \SpecialChar LaTeX
22568  en el diálogo de cuadros para crear una multicolumna.
22569 \end_layout
22570
22571 \begin_layout Standard
22572 \begin_inset VSpace bigskip
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \begin_layout Standard
22579 Para celdas extendidas en una celda multicolumna, puedes definir el formato
22580 \end_layout
22581
22582 \begin_layout Standard
22583
22584 \series bold
22585
22586 \backslash
22587 newcolumntype{S}[2]{>{
22588 \backslash
22589 centering
22590 \backslash
22591 hspace{0pt}}
22592 \begin_inset Newline newline
22593 \end_inset
22594
22595
22596 \begin_inset Phantom HPhantom
22597 status open
22598
22599 \begin_layout Plain Layout
22600
22601 \series bold
22602
22603 \backslash
22604 newcolumntype
22605 \end_layout
22606
22607 \end_inset
22608
22609 m{(#1+(2
22610 \backslash
22611 tabcolsep+
22612 \backslash
22613 arrayrulewidth)*(1-#2))/#2}}
22614 \end_layout
22615
22616 \begin_layout Standard
22617 Este formato usa la ecuación 
22618 \begin_inset CommandInset ref
22619 LatexCommand eqref
22620 reference "eq:Wgn"
22621
22622 \end_inset
22623
22624  para calcular la anchura necesaria para que cada celda extendida tenga
22625  la misma anchura.
22626 \end_layout
22627
22628 \begin_layout Standard
22629 Ahora puedes introducir
22630 \end_layout
22631
22632 \begin_layout Standard
22633
22634 \series bold
22635 S{ancho de la celda multicolumna}{número de columnas extendidas}
22636 \end_layout
22637
22638 \begin_layout Standard
22639 como argumento \SpecialChar LaTeX
22640  de la columna.
22641 \end_layout
22642
22643 \begin_layout Standard
22644 \begin_inset VSpace bigskip
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \begin_layout Standard
22651 Para columnas coloreadas puedes definir
22652 \end_layout
22653
22654 \begin_layout Standard
22655
22656 \series bold
22657
22658 \backslash
22659 newcolumntype{K}[1]{>{
22660 \backslash
22661 columncolor{#1}
22662 \backslash
22663 hspace{0pt}}c}
22664 \end_layout
22665
22666 \begin_layout Standard
22667 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
22668  horizontalmente.
22669  Ahora puedes introducir
22670 \end_layout
22671
22672 \begin_layout Standard
22673
22674 \series bold
22675 K{nombre del color}
22676 \end_layout
22677
22678 \begin_layout Standard
22679 como argumento \SpecialChar LaTeX
22680 .
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset VSpace bigskip
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Standard
22691 Para crear el cuadro
22692 \begin_inset space ~
22693 \end_inset
22694
22695
22696 \begin_inset CommandInset ref
22697 LatexCommand ref
22698 reference "tab:Cuadro-con-formatos-definidos-por"
22699
22700 \end_inset
22701
22702  usa los argumentos \SpecialChar LaTeX
22703
22704 \end_layout
22705
22706 \begin_layout Standard
22707
22708 \series bold
22709 M{2.5cm}
22710 \end_layout
22711
22712 \begin_layout Standard
22713 para la primera columna y la multicolumna,
22714 \end_layout
22715
22716 \begin_layout Standard
22717
22718 \series bold
22719 K{red}
22720 \end_layout
22721
22722 \begin_layout Standard
22723 para la última columna y
22724 \end_layout
22725
22726 \begin_layout Standard
22727
22728 \series bold
22729 S{2.5cm}{2}
22730 \end_layout
22731
22732 \begin_layout Standard
22733 para las celdas en la segunda columna.
22734 \end_layout
22735
22736 \begin_layout Standard
22737 \begin_inset Float table
22738 placement h
22739 wide false
22740 sideways false
22741 status open
22742
22743 \begin_layout Plain Layout
22744 \begin_inset Caption Standard
22745
22746 \begin_layout Plain Layout
22747 \begin_inset CommandInset label
22748 LatexCommand label
22749 name "tab:Cuadro-con-formatos-definidos-por"
22750
22751 \end_inset
22752
22753 Cuadro con formatos definidos por el usuario
22754 \end_layout
22755
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \begin_layout Plain Layout
22762 \align center
22763 \begin_inset Tabular
22764 <lyxtabular version="3" rows="3" columns="4">
22765 <features tabularvalignment="middle">
22766 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22767 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22768 <column alignment="center" valignment="middle">
22769 <column alignment="center" valignment="middle" special="K{red}">
22770 <row>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 palabramuylargaenceldadecuadro
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 multicolumna línea múltiple
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 c
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 d
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 e
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 f
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 g
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 </row>
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 h
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 i
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 j
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 k
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 </lyxtabular>
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Subsection
22897 Grosor de líneas
22898 \begin_inset CommandInset label
22899 LatexCommand label
22900 name "subsec:Grosor-de-Líneas"
22901
22902 \end_inset
22903
22904
22905 \begin_inset Index idx
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909 Cuadros ! Personalización ! Grosor de línea
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Standard
22918 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
22919  
22920 \series bold
22921
22922 \backslash
22923 arrayrulewidth
22924 \series default
22925 .
22926  Por ejemplo, para poner un grosor de línea de 1.5
22927 \begin_inset space \thinspace{}
22928 \end_inset
22929
22930 pt, como en el cuadro
22931 \begin_inset space ~
22932 \end_inset
22933
22934
22935 \begin_inset CommandInset ref
22936 LatexCommand ref
22937 reference "tab:Cuadro-con-líneas"
22938
22939 \end_inset
22940
22941 , inserta el comando
22942 \end_layout
22943
22944 \begin_layout Standard
22945
22946 \series bold
22947
22948 \backslash
22949 setlength{
22950 \backslash
22951 arrayrulewidth}{1.5pt}
22952 \end_layout
22953
22954 \begin_layout Standard
22955 en código \SpecialChar TeX
22956  antes del cuadro o flotante.
22957  Este cambio es válido para todos los siguientes cuadros.
22958  Para volver al valor predeterminado, define 
22959 \series bold
22960
22961 \backslash
22962 arrayrulewidth
22963 \series default
22964  a 0.4
22965 \begin_inset space \thinspace{}
22966 \end_inset
22967
22968 pt en código \SpecialChar TeX
22969  detrás del cuadro o flotante.
22970 \end_layout
22971
22972 \begin_layout Standard
22973 \begin_inset ERT
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978
22979 \backslash
22980 setlength{
22981 \backslash
22982 arrayrulewidth}{1.5pt}
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \begin_inset Float table
22989 wide false
22990 sideways false
22991 status open
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Caption Standard
22995
22996 \begin_layout Plain Layout
22997 \begin_inset CommandInset label
22998 LatexCommand label
22999 name "tab:Cuadro-con-líneas"
23000
23001 \end_inset
23002
23003 Cuadro con líneas de grosor 1.5
23004 \begin_inset space \thinspace{}
23005 \end_inset
23006
23007 pt
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Plain Layout
23016 \align center
23017 \begin_inset Tabular
23018 <lyxtabular version="3" rows="3" columns="3">
23019 <features tabularvalignment="middle">
23020 <column alignment="center" valignment="top">
23021 <column alignment="center" valignment="top">
23022 <column alignment="center" valignment="top">
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 sd
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 sd
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 sd
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 </lyxtabular>
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \begin_inset ERT
23121 status collapsed
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 setlength{
23128 \backslash
23129 arrayrulewidth}{0.4pt}
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Standard
23138 \begin_inset VSpace bigskip
23139 \end_inset
23140
23141 Para definir un grosor de 1.5
23142 \begin_inset space \thinspace{}
23143 \end_inset
23144
23145 pt sólo para líneas horizontales, como en el cuadro
23146 \begin_inset space ~
23147 \end_inset
23148
23149
23150 \begin_inset CommandInset ref
23151 LatexCommand ref
23152 reference "tab:Cuadro-con-horizontales"
23153
23154 \end_inset
23155
23156 , inserta estos comandos en código \SpecialChar TeX
23157  antes del cuadro o flotante:
23158 \end_layout
23159
23160 \begin_layout Standard
23161
23162 \series bold
23163
23164 \backslash
23165 let
23166 \backslash
23167 myHline
23168 \backslash
23169 hline
23170 \begin_inset Newline newline
23171 \end_inset
23172
23173
23174 \backslash
23175 renewcommand{
23176 \backslash
23177 hline}
23178 \begin_inset Newline newline
23179 \end_inset
23180
23181  {
23182 \backslash
23183 noalign{
23184 \backslash
23185 global
23186 \backslash
23187 arrayrulewidth 1.5pt}
23188 \begin_inset Newline newline
23189 \end_inset
23190
23191  
23192 \backslash
23193 myHline
23194 \backslash
23195 noalign{
23196 \backslash
23197 global
23198 \backslash
23199 arrayrulewidth 0.4pt}}
23200 \end_layout
23201
23202 \begin_layout Standard
23203 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
23204  detrás
23205  del cuadro o flotante:
23206 \end_layout
23207
23208 \begin_layout Standard
23209
23210 \series bold
23211
23212 \backslash
23213 renewcommand{
23214 \backslash
23215 hline}{
23216 \backslash
23217 myHline}
23218 \end_layout
23219
23220 \begin_layout Standard
23221 \begin_inset ERT
23222 status collapsed
23223
23224 \begin_layout Plain Layout
23225
23226
23227 \backslash
23228 let
23229 \backslash
23230 myHline
23231 \backslash
23232 hline
23233 \end_layout
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 renewcommand{
23240 \backslash
23241 hline}
23242 \end_layout
23243
23244 \begin_layout Plain Layout
23245
23246  {
23247 \backslash
23248 noalign{
23249 \backslash
23250 global
23251 \backslash
23252 arrayrulewidth 1.5pt}
23253 \end_layout
23254
23255 \begin_layout Plain Layout
23256
23257   
23258 \backslash
23259 myHline
23260 \backslash
23261 noalign{
23262 \backslash
23263 global
23264 \backslash
23265 arrayrulewidth 0.4pt}}
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \begin_inset Float table
23272 wide false
23273 sideways false
23274 status open
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Caption Standard
23278
23279 \begin_layout Plain Layout
23280 \begin_inset CommandInset label
23281 LatexCommand label
23282 name "tab:Cuadro-con-horizontales"
23283
23284 \end_inset
23285
23286 Cuadro con líneas horizontales de 1.5
23287 \begin_inset space \thinspace{}
23288 \end_inset
23289
23290 pt
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \begin_layout Plain Layout
23299 \align center
23300 \begin_inset Tabular
23301 <lyxtabular version="3" rows="3" columns="3">
23302 <features tabularvalignment="middle">
23303 <column alignment="center" valignment="top">
23304 <column alignment="center" valignment="top">
23305 <column alignment="center" valignment="top">
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 sd
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 </row>
23335 <row>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 sd
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 sd
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 </lyxtabular>
23394
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \begin_inset ERT
23404 status collapsed
23405
23406 \begin_layout Plain Layout
23407
23408
23409 \backslash
23410 renewcommand{
23411 \backslash
23412 hline}{
23413 \backslash
23414 myHline}
23415 \end_layout
23416
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \begin_layout Standard
23423 \begin_inset VSpace bigskip
23424 \end_inset
23425
23426 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
23427  siguiente formato de columna en el preámbulo del documento, de acuerdo
23428  con lo descrito en la sección
23429 \begin_inset space ~
23430 \end_inset
23431
23432
23433 \begin_inset CommandInset ref
23434 LatexCommand ref
23435 reference "subsec:Formato-Personalizado"
23436
23437 \end_inset
23438
23439 :
23440 \end_layout
23441
23442 \begin_layout Standard
23443
23444 \series bold
23445
23446 \backslash
23447 newcolumntype{V}{!{
23448 \backslash
23449 vrule width 1.5pt}}
23450 \end_layout
23451
23452 \begin_layout Standard
23453 Para el cuadro
23454 \begin_inset space ~
23455 \end_inset
23456
23457
23458 \begin_inset CommandInset ref
23459 LatexCommand ref
23460 reference "tab:Cuadro-con-verticales"
23461
23462 \end_inset
23463
23464  se usó el argumento \SpecialChar LaTeX
23465
23466 \end_layout
23467
23468 \begin_layout Standard
23469
23470 \series bold
23471 VcV
23472 \end_layout
23473
23474 \begin_layout Standard
23475 para la última columna y
23476 \end_layout
23477
23478 \begin_layout Standard
23479
23480 \series bold
23481 Vc
23482 \end_layout
23483
23484 \begin_layout Standard
23485 para las otras.
23486 \end_layout
23487
23488 \begin_layout Standard
23489 \begin_inset Float table
23490 wide false
23491 sideways false
23492 status open
23493
23494 \begin_layout Plain Layout
23495 \begin_inset Caption Standard
23496
23497 \begin_layout Plain Layout
23498 \begin_inset CommandInset label
23499 LatexCommand label
23500 name "tab:Cuadro-con-verticales"
23501
23502 \end_inset
23503
23504 Cuadro con líneas verticales de 1.5
23505 \begin_inset space \thinspace{}
23506 \end_inset
23507
23508 pt de grosor
23509 \end_layout
23510
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \begin_layout Plain Layout
23517 \align center
23518 \begin_inset Tabular
23519 <lyxtabular version="3" rows="3" columns="3">
23520 <features tabularvalignment="middle">
23521 <column alignment="center" valignment="top" special="Vc">
23522 <column alignment="center" valignment="top" special="Vc">
23523 <column alignment="center" valignment="top" special="VcV">
23524 <row>
23525 <cell alignment="center" valignment="top" topline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 sd
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 sd
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 sd
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 </lyxtabular>
23612
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \begin_layout Subsection
23624 Líneas de trazos
23625 \begin_inset Index idx
23626 status collapsed
23627
23628 \begin_layout Plain Layout
23629 Cuadros ! Personalización ! Líneas de trazos
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \begin_layout Standard
23638 \begin_inset ERT
23639 status collapsed
23640
23641 \begin_layout Plain Layout
23642
23643
23644 \backslash
23645 ifarydshln
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \begin_inset Note Note
23652 status open
23653
23654 \begin_layout Plain Layout
23655 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23656  \SpecialChar LaTeX
23657  
23658 \series bold
23659 arydshln
23660 \series default
23661 .
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \begin_inset Float table
23671 placement H
23672 wide false
23673 sideways false
23674 status open
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Caption Standard
23678
23679 \begin_layout Plain Layout
23680 \begin_inset CommandInset label
23681 LatexCommand label
23682 name "tab:Cuadro-con-trazos"
23683
23684 \end_inset
23685
23686 Cuadro con líneas de trazos
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Plain Layout
23695 \align center
23696 \begin_inset Tabular
23697 <lyxtabular version="3" rows="5" columns="5">
23698 <features tabularvalignment="middle">
23699 <column alignment="center" valignment="top">
23700 <column alignment="center" valignment="top">
23701 <column alignment="center" valignment="top" special=":c">
23702 <column alignment="center" valignment="top">
23703 <column alignment="center" valignment="top">
23704 <row>
23705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 a
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 b
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 c
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 d
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 e
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 </row>
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 f
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 g
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 h
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 i
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 j
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 </row>
23798 <row>
23799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 \begin_inset ERT
23804 status collapsed
23805
23806 \begin_layout Plain Layout
23807
23808
23809 \backslash
23810 hdashline 
23811 \end_layout
23812
23813 \end_inset
23814
23815 k
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 l
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 m
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 n
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 o
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset ERT
23863 status collapsed
23864
23865 \begin_layout Plain Layout
23866
23867
23868 \backslash
23869 cdashline{4-5}
23870 \end_layout
23871
23872 \end_inset
23873
23874 p
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 q
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 r
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 s
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 t
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 u
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 v
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 w
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 x
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 </lyxtabular>
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \begin_layout Standard
23976 En principio \SpecialChar LyX
23977  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
23978 .
23979  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
23980  
23981 \series bold
23982 arydshln
23983 \series default
23984
23985 \begin_inset Index idx
23986 status collapsed
23987
23988 \begin_layout Plain Layout
23989 \SpecialChar LaTeX
23990 -paquetes ! arydshln
23991 \end_layout
23992
23993 \end_inset
23994
23995  con el comando 
23996 \end_layout
23997
23998 \begin_layout Standard
23999
24000 \series bold
24001
24002 \backslash
24003 usepackage{arydshln}
24004 \end_layout
24005
24006 \begin_layout Standard
24007 Para hacer una línea vertical a trazos, introduce dos puntos «
24008 \series bold
24009 :
24010 \series default
24011 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
24012  en el
24013  diálogo de celdas de cuadros.
24014 \end_layout
24015
24016 \begin_layout Standard
24017 Para una línea de trazos horizontal añade el comando
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \series bold
24023
24024 \backslash
24025 hdashline
24026 \end_layout
24027
24028 \begin_layout Standard
24029 en código \SpecialChar TeX
24030  como primer elemento de la primera celda en la fila.
24031 \end_layout
24032
24033 \begin_layout Standard
24034 Para líneas de trazos en multicolumna usa el comando
24035 \end_layout
24036
24037 \begin_layout Standard
24038
24039 \series bold
24040
24041 \backslash
24042 cdashline{número de líneas}
24043 \end_layout
24044
24045 \begin_layout Standard
24046 en código \SpecialChar TeX
24047  como primer elemento de la primera celda en la fila.
24048  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
24049  4 y quieres una línea de trazos por encima, añade el comando
24050 \end_layout
24051
24052 \begin_layout Standard
24053
24054 \series bold
24055
24056 \backslash
24057 cdashline{2-4}
24058 \end_layout
24059
24060 \begin_layout Standard
24061 como primer elemento de la primera celda en la fila de la multicolumna.
24062 \end_layout
24063
24064 \begin_layout Standard
24065 \begin_inset VSpace bigskip
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \begin_layout Standard
24072 El cuadro
24073 \begin_inset space ~
24074 \end_inset
24075
24076
24077 \begin_inset CommandInset ref
24078 LatexCommand ref
24079 reference "tab:Cuadro-con-trazos"
24080
24081 \end_inset
24082
24083  se ha hecho usando «
24084 \series bold
24085 :c
24086 \series default
24087 » como argumento \SpecialChar LaTeX
24088  de la tercera columna.
24089  El comando en código \SpecialChar TeX
24090  
24091 \series bold
24092
24093 \backslash
24094 hdashline
24095 \series default
24096  se ha insertado en la primera celda de la tercera fila y el comando en
24097  código \SpecialChar TeX
24098
24099 \begin_inset Newline newline
24100 \end_inset
24101
24102
24103 \series bold
24104
24105 \backslash
24106 cdashline{4-5}
24107 \series default
24108  en la primera celda de la cuarta fila.
24109 \end_layout
24110
24111 \begin_layout Standard
24112 \begin_inset VSpace bigskip
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
24120  el cuadro
24121 \begin_inset space ~
24122 \end_inset
24123
24124
24125 \begin_inset CommandInset ref
24126 LatexCommand ref
24127 reference "tab:Cuadro-trazos-color"
24128
24129 \end_inset
24130
24131 .
24132 \end_layout
24133
24134 \begin_layout Standard
24135 \begin_inset ERT
24136 status collapsed
24137
24138 \begin_layout Plain Layout
24139
24140
24141 \backslash
24142 setlength{
24143 \backslash
24144 arrayrulewidth}{1pt}
24145 \end_layout
24146
24147 \end_inset
24148
24149
24150 \begin_inset Note Note
24151 status collapsed
24152
24153 \begin_layout Plain Layout
24154 líneas más gruesas para ver mejor los colores
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \begin_inset ERT
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167
24168
24169 \backslash
24170 dashgapcolor{green}
24171 \end_layout
24172
24173 \end_inset
24174
24175
24176 \begin_inset Note Note
24177 status collapsed
24178
24179 \begin_layout Plain Layout
24180 huecos de color entre trazos verdes
24181 \end_layout
24182
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \begin_layout Standard
24189 \begin_inset ERT
24190 status collapsed
24191
24192 \begin_layout Plain Layout
24193
24194
24195 \backslash
24196 let
24197 \backslash
24198 myHdashline
24199 \backslash
24200 hdashline
24201 \end_layout
24202
24203 \begin_layout Plain Layout
24204
24205
24206 \backslash
24207 renewcommand{
24208 \backslash
24209 hdashline}
24210 \end_layout
24211
24212 \begin_layout Plain Layout
24213
24214  {
24215 \backslash
24216 arrayrulecolor{red}
24217 \backslash
24218 myHdashline
24219 \backslash
24220 arrayrulecolor{black}}
24221 \end_layout
24222
24223 \end_inset
24224
24225
24226 \begin_inset Note Note
24227 status collapsed
24228
24229 \begin_layout Plain Layout
24230 color horizontal, líneas a trazos rojos
24231 \end_layout
24232
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \begin_inset ERT
24240 status collapsed
24241
24242 \begin_layout Plain Layout
24243
24244
24245 \backslash
24246 let
24247 \backslash
24248 myCdashline
24249 \backslash
24250 cdashline
24251 \end_layout
24252
24253 \begin_layout Plain Layout
24254
24255
24256 \backslash
24257 renewcommand{
24258 \backslash
24259 cdashline}[1]
24260 \end_layout
24261
24262 \begin_layout Plain Layout
24263
24264  {
24265 \backslash
24266 arrayrulecolor{yellow}
24267 \backslash
24268 myCdashline{#1}
24269 \backslash
24270 arrayrulecolor{black}}
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \begin_inset Note Note
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280 color parcial horizontal, líneas a trazos amarillos
24281 \end_layout
24282
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \begin_layout Standard
24289 \begin_inset Float table
24290 placement h
24291 wide false
24292 sideways false
24293 status open
24294
24295 \begin_layout Plain Layout
24296 \begin_inset Caption Standard
24297
24298 \begin_layout Plain Layout
24299 \begin_inset CommandInset label
24300 LatexCommand label
24301 name "tab:Cuadro-trazos-color"
24302
24303 \end_inset
24304
24305 Cuadro coloreado con líneas a trazos
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Plain Layout
24314 \align center
24315 \begin_inset Tabular
24316 <lyxtabular version="3" rows="5" columns="5">
24317 <features tabularvalignment="middle">
24318 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
24319 <column alignment="center" valignment="top" width="0pt">
24320 <column alignment="center" valignment="top" width="0pt" special=":c">
24321 <column alignment="center" valignment="top">
24322 <column alignment="center" valignment="top">
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 a
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 b
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 c
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 d
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 e
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 f
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 g
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 h
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402 i
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 j
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 </row>
24417 <row>
24418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 \begin_inset ERT
24423 status collapsed
24424
24425 \begin_layout Plain Layout
24426
24427
24428 \backslash
24429 hdashline 
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 rowcolor{Gray}
24443 \end_layout
24444
24445 \end_inset
24446
24447 k
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 l
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 m
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 n
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 o
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494 \begin_inset ERT
24495 status collapsed
24496
24497 \begin_layout Plain Layout
24498
24499
24500 \backslash
24501 cdashline{4-5}
24502 \end_layout
24503
24504 \end_inset
24505
24506 p
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515 q
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524 r
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 s
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 </row>
24548 <row>
24549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 t
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 u
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 v
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 w
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 \begin_inset ERT
24590 status collapsed
24591
24592 \begin_layout Plain Layout
24593
24594
24595 \backslash
24596 cellcolor{Maroon}
24597 \end_layout
24598
24599 \end_inset
24600
24601 i
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 </row>
24607 </lyxtabular>
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 \begin_inset ERT
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624
24625
24626 \backslash
24627 renewcommand{
24628 \backslash
24629 hdashline}{
24630 \backslash
24631 myHdashline}
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \begin_inset Note Note
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641 volver a predeterminado
24642 \end_layout
24643
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \begin_layout Standard
24650 \begin_inset ERT
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654
24655
24656 \backslash
24657 renewcommand{
24658 \backslash
24659 cdashline}{
24660 \backslash
24661 myCdashline}
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \begin_inset Note Note
24668 status collapsed
24669
24670 \begin_layout Plain Layout
24671 volver a predeterminado
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Standard
24680 \begin_inset ERT
24681 status collapsed
24682
24683 \begin_layout Plain Layout
24684
24685
24686 \backslash
24687 nodashgapcolor
24688 \end_layout
24689
24690 \end_inset
24691
24692
24693 \begin_inset Note Note
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697 volver a predeterminado
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Standard
24706 \begin_inset ERT
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710
24711
24712 \backslash
24713 setlength{
24714 \backslash
24715 arrayrulewidth}{0.4pt}
24716 \end_layout
24717
24718 \end_inset
24719
24720
24721 \begin_inset Note Note
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725 volver a predeterminado
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 La coloración de líneas y columnas funciona como se describe en la sección
24735 \begin_inset space ~
24736 \end_inset
24737
24738
24739 \begin_inset CommandInset ref
24740 LatexCommand ref
24741 reference "sec:Cuadros-Coloreados"
24742
24743 \end_inset
24744
24745 La coloración de líneas horizontales también funciona como se describe ahí,
24746  solo hay que reemplazar en los comandos 
24747 \series bold
24748
24749 \backslash
24750 myHlineC
24751 \series default
24752  por 
24753 \series bold
24754
24755 \backslash
24756 myHdashline
24757 \series default
24758  y 
24759 \backslash
24760
24761 \series bold
24762 hline
24763 \series default
24764  por 
24765 \series bold
24766
24767 \backslash
24768 hdashline
24769 \series default
24770 ; así, los comandos usados son
24771 \end_layout
24772
24773 \begin_layout Standard
24774
24775 \series bold
24776
24777 \backslash
24778 let
24779 \backslash
24780 myHdashline
24781 \backslash
24782 hdashline
24783 \begin_inset Newline newline
24784 \end_inset
24785
24786
24787 \backslash
24788 renewcommand{
24789 \backslash
24790 hdashline}
24791 \begin_inset Newline newline
24792 \end_inset
24793
24794
24795 \begin_inset Phantom HPhantom
24796 status open
24797
24798 \begin_layout Plain Layout
24799 \begin_inset space ~
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806
24807 {
24808 \backslash
24809 arrayrulecolor{red}
24810 \backslash
24811 myHdashline
24812 \backslash
24813 arrayrulecolor{black}}
24814 \end_layout
24815
24816 \begin_layout Standard
24817 Para colorear 
24818 \series bold
24819
24820 \backslash
24821 cdashline
24822 \series default
24823 , el comando es
24824 \end_layout
24825
24826 \begin_layout Standard
24827
24828 \series bold
24829
24830 \backslash
24831 let
24832 \backslash
24833 myCdashline
24834 \backslash
24835 cdashline
24836 \begin_inset Newline newline
24837 \end_inset
24838
24839
24840 \backslash
24841 renewcommand{
24842 \backslash
24843 cdashline}[1]
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \begin_inset Phantom HPhantom
24849 status open
24850
24851 \begin_layout Plain Layout
24852 \begin_inset space ~
24853 \end_inset
24854
24855
24856 \end_layout
24857
24858 \end_inset
24859
24860 {
24861 \backslash
24862 arrayrulecolor{red}
24863 \backslash
24864 myCdashline{#1}
24865 \backslash
24866 arrayrulecolor{black}}
24867 \end_layout
24868
24869 \begin_layout Standard
24870 Para recuperar el color negro de las líneas, hay que insertar detrás del
24871  cuadro los comandos siguientes en código \SpecialChar TeX
24872 :
24873 \end_layout
24874
24875 \begin_layout Standard
24876 Para 
24877 \series bold
24878
24879 \backslash
24880 hdashline
24881 \end_layout
24882
24883 \begin_layout Standard
24884
24885 \series bold
24886
24887 \backslash
24888 renewcommand{
24889 \backslash
24890 hdashline}{
24891 \backslash
24892 myHdashline}
24893 \end_layout
24894
24895 \begin_layout Standard
24896 y para 
24897 \series bold
24898
24899 \backslash
24900 cdashline
24901 \end_layout
24902
24903 \begin_layout Standard
24904
24905 \series bold
24906
24907 \backslash
24908 renewcommand{
24909 \backslash
24910 cdashline}{
24911 \backslash
24912 myCdashline}
24913 \end_layout
24914
24915 \begin_layout Standard
24916 Para colorear los huecos entre los trazos, se puede usar
24917 \end_layout
24918
24919 \begin_layout Standard
24920
24921 \series bold
24922
24923 \backslash
24924 dashgapcolor{color}
24925 \end_layout
24926
24927 \begin_layout Standard
24928 delante del cuadro, en código \SpecialChar TeX
24929 .
24930  color es el nombre de un color definido.
24931  El comando
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \series bold
24937
24938 \backslash
24939 nodashgapcolor
24940 \end_layout
24941
24942 \begin_layout Standard
24943 deshace los cambios hechos por 
24944 \series bold
24945
24946 \backslash
24947 dashgapcolor
24948 \series default
24949 .
24950 \end_layout
24951
24952 \begin_layout Standard
24953 \begin_inset Note Greyedout
24954 status open
24955
24956 \begin_layout Plain Layout
24957
24958 \series bold
24959 Nota
24960 \series default
24961 : Si hay múltiples comandos en una celda, el comando de 
24962 \series bold
24963 arydshln
24964 \series default
24965  debe ser el primero.
24966  Por eso, en la celda 
24967 \emph on
24968 k
24969 \emph default
24970  del cuadro
24971 \begin_inset space ~
24972 \end_inset
24973
24974
24975 \begin_inset CommandInset ref
24976 LatexCommand ref
24977 reference "tab:Cuadro-trazos-color"
24978
24979 \end_inset
24980
24981  el comando 
24982 \series bold
24983
24984 \backslash
24985 hdashline
24986 \series default
24987  está delante de 
24988 \series bold
24989
24990 \backslash
24991 rowcolor
24992 \series default
24993 .
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \begin_layout Standard
25002 \begin_inset Note Greyedout
25003 status open
25004
25005 \begin_layout Plain Layout
25006
25007 \series bold
25008 Nota:
25009 \series default
25010  El paquete \SpecialChar LaTeX
25011  
25012 \series bold
25013 arydshln
25014 \series default
25015  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
25016  
25017 \series bold
25018 colortbl
25019 \series default
25020
25021 \begin_inset Index idx
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025 \SpecialChar LaTeX
25026 -paquetes ! colortbl
25027 \end_layout
25028
25029 \end_inset
25030
25031 .
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \begin_inset ERT
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044
25045
25046 \backslash
25047 else
25048 \end_layout
25049
25050 \end_inset
25051
25052
25053 \begin_inset Note Note
25054 status open
25055
25056 \begin_layout Plain Layout
25057 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
25058  
25059 \series bold
25060 arydshln
25061 \series default
25062 .
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Debes instalar el paquete \SpecialChar LaTeX
25072  
25073 \series bold
25074 arydshln
25075 \series default
25076  para ver la parte siguiente en la salida.
25077 \end_layout
25078
25079 \begin_layout Standard
25080 \begin_inset ERT
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084
25085
25086 \backslash
25087 fi
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \begin_layout Standard
25096 Para más información sobre líneas a trazos, véase la documentación de 
25097 \series bold
25098 arydshln
25099 \series default
25100
25101 \begin_inset CommandInset citation
25102 LatexCommand cite
25103 key "arydshln"
25104 literal "true"
25105
25106 \end_inset
25107
25108 .
25109 \end_layout
25110
25111 \begin_layout Chapter
25112 Flotantes
25113 \begin_inset CommandInset label
25114 LatexCommand label
25115 name "chap:Flotantes"
25116
25117 \end_inset
25118
25119
25120 \begin_inset Index idx
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124 Flotantes
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \begin_layout Section
25133 Introducción
25134 \begin_inset CommandInset label
25135 LatexCommand label
25136 name "sec:Introducción-Flotantes"
25137
25138 \end_inset
25139
25140
25141 \begin_inset Index idx
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 Flotantes ! Introducción
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 Un flotante es un bloque que no tiene posición fija, asociado con algún
25155  tipo de etiqueta.
25156  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
25157  Las 
25158 \family sans
25159 Notas
25160 \begin_inset space ~
25161 \end_inset
25162
25163 al
25164 \begin_inset space ~
25165 \end_inset
25166
25167 pie
25168 \family default
25169  y 
25170 \family sans
25171 Notas
25172 \begin_inset space ~
25173 \end_inset
25174
25175 al
25176 \begin_inset space ~
25177 \end_inset
25178
25179 margen
25180 \family default
25181  también son flotantes, porque pueden flotar a la página siguiente cuando
25182  hay demasiadas notas en la página.
25183 \end_layout
25184
25185 \begin_layout Standard
25186 Los flotantes permiten composiciones de alta calidad.
25187  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
25188  para impedir espacios en blanco y páginas sin texto.
25189  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
25190  cada flotante puede ser referenciado en el texto.
25191  Por lo tanto los flotantes están numerados.
25192  Las referencias se describen en la sección
25193 \begin_inset space ~
25194 \end_inset
25195
25196
25197 \begin_inset CommandInset ref
25198 LatexCommand ref
25199 reference "sec:Referencias-a-Flotantes"
25200
25201 \end_inset
25202
25203 .
25204 \end_layout
25205
25206 \begin_layout Standard
25207 Para insertar un flotante, usa el menú 
25208 \family sans
25209 Insertar\SpecialChar menuseparator
25210 Flotante
25211 \family default
25212  (botón 
25213 \begin_inset Info
25214 type  "icon"
25215 arg   "float-insert figure"
25216 \end_inset
25217
25218  o 
25219 \begin_inset Info
25220 type  "icon"
25221 arg   "float-insert table"
25222 \end_inset
25223
25224 ).
25225  Esto inserta una 
25226 \family sans
25227 Leyenda,
25228 \family default
25229  un cuadro con una etiqueta.
25230  La etiqueta se traducirá automáticamente al idioma del documento.
25231  Tras la etiqueta puedes insertar el texto de la leyenda.
25232  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
25233  separado dentro del flotante.
25234  La colocación de leyendas se describe en la sección
25235 \begin_inset space ~
25236 \end_inset
25237
25238
25239 \begin_inset CommandInset ref
25240 LatexCommand ref
25241 reference "sec:Colocación-de-leyendas"
25242
25243 \end_inset
25244
25245 .
25246  Para mantener legible el documento \SpecialChar LyX
25247 , puedes abrir y cerrar el flotante
25248  con clic izquierdo sobre él.
25249  Un cuadro cerrado se muestra así: 
25250 \begin_inset Graphics
25251         filename clipart/flotante.png
25252         scale 95
25253
25254 \end_inset
25255
25256  —un cuadro gris con etiqueta en rojo—.
25257 \end_layout
25258
25259 \begin_layout Standard
25260 Se recomienda insertar flotantes como párrafos separados para evitar posibles
25261  errores de \SpecialChar LaTeX
25262  si el texto circundante se formatea de modo especial.
25263 \end_layout
25264
25265 \begin_layout Standard
25266 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
25267  y pinchando el botón correspondiente de la barra de herramientas para un
25268  flotante nuevo.
25269 \end_layout
25270
25271 \begin_layout Section
25272 Tipos de flotantes
25273 \end_layout
25274
25275 \begin_layout Standard
25276 Además de los flotantes de imagen y de cuadro que se describen en la sección
25277 \begin_inset space ~
25278 \end_inset
25279
25280
25281 \begin_inset CommandInset ref
25282 LatexCommand ref
25283 reference "sec:Figuras-Flotantes"
25284
25285 \end_inset
25286
25287  y 
25288 \begin_inset CommandInset ref
25289 LatexCommand ref
25290 reference "sec:Cuadros-Flotantes"
25291
25292 \end_inset
25293
25294 , respectivamente, \SpecialChar LyX
25295  ofrece los tipos 
25296 \family sans
25297 Algoritmo
25298 \family default
25299  y 
25300 \family sans
25301 Envoltorio
25302 \family default
25303 .
25304  Lo último se explica en la sec.
25305 \begin_inset space \thinspace{}
25306 \end_inset
25307
25308
25309 \begin_inset CommandInset ref
25310 LatexCommand ref
25311 reference "sec:Flotantes-envueltos"
25312
25313 \end_inset
25314
25315 .
25316 \end_layout
25317
25318 \begin_layout Subsection
25319 Algoritmos flotantes
25320 \begin_inset Index idx
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324 Flotantes ! Algoritmos
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset Float algorithm
25334 placement h
25335 wide false
25336 sideways false
25337 status open
25338
25339 \begin_layout Plain Layout
25340 \begin_inset Caption Standard
25341
25342 \begin_layout Plain Layout
25343 \begin_inset CommandInset label
25344 LatexCommand label
25345 name "alg:Ejemplo-de-Algoritmo-flotante"
25346
25347 \end_inset
25348
25349 Ejemplo de algoritmo flotante
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \begin_layout LyX-Code
25358 for I in 1..N loop
25359 \begin_inset Newline newline
25360 \end_inset
25361
25362  Sum:= Sum + A(I); /*comment*/
25363 \begin_inset Newline newline
25364 \end_inset
25365
25366 end loop
25367 \begin_inset VSpace -4mm
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 Este tipo de flotante se inserta con el menú 
25380 \family sans
25381 Insertar\SpecialChar menuseparator
25382 Flotante\SpecialChar menuseparator
25383 Algoritmo
25384 \family default
25385 .
25386  Se usa para códigos y descripciones de algoritmos y se puede considerar
25387  una alternativa al listado de código de programa, que se explica en el
25388  capítulo
25389 \begin_inset space ~
25390 \end_inset
25391
25392
25393 \begin_inset CommandInset ref
25394 LatexCommand ref
25395 reference "cap:Listado-de-código"
25396
25397 \end_inset
25398
25399 .
25400  Un posible entorno para algoritmos es 
25401 \family sans
25402 Código-\SpecialChar LyX
25403
25404 \family default
25405 , descrito en la 
25406 \emph on
25407 Guía del usuario
25408 \emph default
25409  de \SpecialChar LyX
25410 .
25411  El algoritmo
25412 \begin_inset space ~
25413 \end_inset
25414
25415
25416 \begin_inset CommandInset ref
25417 LatexCommand ref
25418 reference "alg:Ejemplo-de-Algoritmo-flotante"
25419
25420 \end_inset
25421
25422  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
25423  vertical de -4
25424 \begin_inset space \thinspace{}
25425 \end_inset
25426
25427 mm al final para tener la línea inferior exactamente bajo la última línea
25428  de texto.
25429 \end_layout
25430
25431 \begin_layout Standard
25432 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
25433  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \series bold
25439
25440 \backslash
25441 floatname{algorithm}{nombre}
25442 \end_layout
25443
25444 \begin_layout Standard
25445 donde 
25446 \emph on
25447 nombre
25448 \emph default
25449  es la palabra «
25450 \emph on
25451 algoritmo
25452 \emph default
25453 » en el idioma deseado.
25454 \end_layout
25455
25456 \begin_layout Standard
25457 Para insertar el índice de algoritmos puedes usar el menú 
25458 \family sans
25459 Insertar\SpecialChar menuseparator
25460 Índices\SpecialChar menuseparator
25461 Algoritmos
25462 \family default
25463 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
25464 .
25465  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
25466 :
25467 \end_layout
25468
25469 \begin_layout Standard
25470
25471 \series bold
25472
25473 \backslash
25474 listof{algorithm}{nombre}
25475 \end_layout
25476
25477 \begin_layout Standard
25478 donde 
25479 \emph on
25480 nombre
25481 \emph default
25482  es, por ejemplo, «
25483 \emph on
25484 Índice de algoritmos
25485 \emph default
25486 » en el idioma del documento.
25487 \end_layout
25488
25489 \begin_layout Standard
25490 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
25491  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
25492 itmo».
25493  Para numerarlos con ese esquema, añade este comando en el preámbulo del
25494  documento:
25495 \end_layout
25496
25497 \begin_layout Standard
25498
25499 \series bold
25500
25501 \backslash
25502 numberwithin{algorithm}{chapter}
25503 \end_layout
25504
25505 \begin_layout Standard
25506 Para poder usar el comando 
25507 \series bold
25508
25509 \backslash
25510 numberwithin
25511 \series default
25512 , marca la opción 
25513 \family sans
25514 Usar
25515 \begin_inset space ~
25516 \end_inset
25517
25518 el
25519 \begin_inset space ~
25520 \end_inset
25521
25522 paquete
25523 \begin_inset space ~
25524 \end_inset
25525
25526 AMS
25527 \family default
25528  en el menú 
25529 \family sans
25530 Documento\SpecialChar menuseparator
25531 Configuración\SpecialChar menuseparator
25532 Opciones para ecuaciones
25533 \family default
25534 .
25535 \end_layout
25536
25537 \begin_layout Section
25538 Numeración de flotantes
25539 \begin_inset Index idx
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 Flotantes ! Numeración
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 En general, los flotantes se numeran independientemente de las secciones
25553  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
25554  dependiendo de la clase de documento utilizada.
25555 \end_layout
25556
25557 \begin_layout Standard
25558 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
25559  comando en el preámbulo del documento:
25560 \end_layout
25561
25562 \begin_layout Standard
25563
25564 \series bold
25565
25566 \backslash
25567 renewcommand{
25568 \backslash
25569 thetable}{
25570 \backslash
25571 roman{table}}
25572 \end_layout
25573
25574 \begin_layout Standard
25575
25576 \series bold
25577
25578 \backslash
25579 thetable 
25580 \series default
25581 es el comando que imprime el número del cuadro, para figuras flotantes el
25582  comando sería 
25583 \series bold
25584
25585 \backslash
25586 thefigure
25587 \series default
25588 .
25589  El comando 
25590 \series bold
25591
25592 \backslash
25593 roman
25594 \series default
25595  imprime el número de cuadro en números romanos en minúscula.
25596 \end_layout
25597
25598 \begin_layout Standard
25599 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
25600  usa este comando en el preámbulo:
25601 \end_layout
25602
25603 \begin_layout Standard
25604
25605 \series bold
25606
25607 \backslash
25608 numberwithin{table}{subsection}
25609 \end_layout
25610
25611 \begin_layout Standard
25612 Para poder usar el comando 
25613 \series bold
25614
25615 \backslash
25616 numberwithin
25617 \series default
25618 , debes marcar la opción 
25619 \family sans
25620 Usar
25621 \begin_inset space ~
25622 \end_inset
25623
25624 el
25625 \begin_inset space ~
25626 \end_inset
25627
25628 paquete
25629 \begin_inset space ~
25630 \end_inset
25631
25632 AMS 
25633 \family default
25634 en el apartado 
25635 \family sans
25636 Opciones para ecuaciones 
25637 \family default
25638 de las preferencias del documento.
25639 \end_layout
25640
25641 \begin_layout Standard
25642 Puedes ver más detalles y notas importantes sobre comandos de numeración
25643  en la sección
25644 \begin_inset space ~
25645 \end_inset
25646
25647
25648 \begin_inset CommandInset ref
25649 LatexCommand ref
25650 reference "subsec:Numeración-de-Notas-al-Pie"
25651
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Section
25658 Referencias a flotantes
25659 \begin_inset CommandInset label
25660 LatexCommand label
25661 name "sec:Referencias-a-Flotantes"
25662
25663 \end_inset
25664
25665
25666 \begin_inset Index idx
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670 Flotantes ! Referencias
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \begin_inset Index idx
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680 Referencias
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Standard
25689 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
25690  menú 
25691 \family sans
25692 Insertar\SpecialChar menuseparator
25693 Etiqueta
25694 \family default
25695  o el botón 
25696 \begin_inset Info
25697 type  "icon"
25698 arg   "label-insert"
25699 \end_inset
25700
25701 .
25702  Aparece una ventana esperando la introducción del texto de la etiqueta
25703  y se inserta un cuadro gris como este: 
25704 \begin_inset Graphics
25705         filename clipart/etiqueta.png
25706
25707 \end_inset
25708
25709 .
25710  \SpecialChar LyX
25711  ofrece como texto las primeras palabras de la leyenda con un prefijo.
25712  El prefijo depende del tipo de flotante, p.
25713 \begin_inset space \thinspace{}
25714 \end_inset
25715
25716 ej.
25717 \begin_inset space ~
25718 \end_inset
25719
25720 para figuras el prefijo será «
25721 \family sans
25722 fig:
25723 \family default
25724 ».
25725 \end_layout
25726
25727 \begin_layout Standard
25728 La etiqueta se usa como ancla y el nombre para la referencia.
25729  Puedes referenciar la etiqueta usando el menú 
25730 \family sans
25731 Insertar\SpecialChar menuseparator
25732 Referencia
25733 \family default
25734
25735 \begin_inset space ~
25736 \end_inset
25737
25738
25739 \family sans
25740 cruzada
25741 \family default
25742  o el botón 
25743 \begin_inset Info
25744 type  "icon"
25745 arg   "dialog-show-new-inset ref"
25746 \end_inset
25747
25748 .
25749  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
25750  Si tienes abiertos varios documentos \SpecialChar LyX
25751 , escoge aquel con el que estás trabajando
25752  de la lista desplegable de la parte superior del diálogo.
25753  Puedes ordenar las etiquetas alfabéticamente y elegir una.
25754  Se inserta un cuadro gris como este: 
25755 \begin_inset Graphics
25756         filename clipart/referencia.png
25757
25758 \end_inset
25759
25760 .
25761  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
25762 \end_layout
25763
25764 \begin_layout Standard
25765 Se recomienda poner un espacio protegido entre el nombre de la referencia
25766  cruzada y su número para evitar saltos de línea entre ellos.
25767  Si una referencia cruzada corresponde a una etiqueta inexistente verás
25768  dos interrogaciones en la salida.
25769 \end_layout
25770
25771 \begin_layout Standard
25772 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
25773  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
25774  al texto de la etiqueta nueva, no te preocupes por eso.
25775 \end_layout
25776
25777 \begin_layout Standard
25778 El botón 
25779 \family sans
25780 Ir
25781 \begin_inset space ~
25782 \end_inset
25783
25784 a
25785 \begin_inset space ~
25786 \end_inset
25787
25788 la
25789 \begin_inset space ~
25790 \end_inset
25791
25792 etiqueta
25793 \family default
25794  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
25795  y el texto del botón cambia a 
25796 \family sans
25797 Volver
25798 \family default
25799 , con el que se puede retornar a la referencia.
25800 \end_layout
25801
25802 \begin_layout Subsection
25803 Formatos de referencia cruzada
25804 \begin_inset CommandInset label
25805 LatexCommand label
25806 name "subsec:Formatos-referencia-cruzada"
25807
25808 \end_inset
25809
25810
25811 \begin_inset Index idx
25812 status collapsed
25813
25814 \begin_layout Plain Layout
25815 Referencias ! Formatos
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \begin_layout Standard
25824 Hay seis variedades de referencias cruzadas:
25825 \end_layout
25826
25827 \begin_layout Description
25828 <referencia>: imprime el número flotante, esta es la opción predeterminada:
25829  
25830 \begin_inset CommandInset ref
25831 LatexCommand ref
25832 reference "fig:Dos-imágenes-distorsionadas"
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Description
25840 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
25841  habitual para referirse a fórmulas, especialmente si se omite el nombre
25842  «Ecuación»: 
25843 \begin_inset CommandInset ref
25844 LatexCommand eqref
25845 reference "eq:Wgn"
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Description
25853 <página>: imprime el número de página: Página
25854 \begin_inset space ~
25855 \end_inset
25856
25857
25858 \begin_inset CommandInset ref
25859 LatexCommand pageref
25860 reference "fig:Dos-imágenes-distorsionadas"
25861
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \begin_layout Description
25868 en
25869 \begin_inset space ~
25870 \end_inset
25871
25872 página
25873 \begin_inset space ~
25874 \end_inset
25875
25876 <página>: imprime el texto «en la página» y el número de página: 
25877 \begin_inset CommandInset ref
25878 LatexCommand vpageref
25879 reference "fig:Dos-imágenes-distorsionadas"
25880
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Description
25887 <referencia>
25888 \begin_inset space ~
25889 \end_inset
25890
25891 en
25892 \begin_inset space ~
25893 \end_inset
25894
25895 página
25896 \begin_inset space ~
25897 \end_inset
25898
25899 <página>: imprime el número flotante, el texto «en la página» y el número
25900  de página: 
25901 \begin_inset CommandInset ref
25902 LatexCommand vref
25903 reference "fig:Dos-imágenes-distorsionadas"
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \begin_layout Description
25911 Referencia
25912 \begin_inset space ~
25913 \end_inset
25914
25915 con
25916 \begin_inset space ~
25917 \end_inset
25918
25919 formato: imprime un formato personalizado.
25920 \begin_inset Newline newline
25921 \end_inset
25922
25923
25924 \begin_inset Note Greyedout
25925 status open
25926
25927 \begin_layout Plain Layout
25928
25929 \series bold
25930 Nota:
25931 \series default
25932  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
25933
25934  
25935 \series bold
25936 prettyref
25937 \series default
25938  o 
25939 \series bold
25940 refstyle
25941 \series default
25942 .
25943 \begin_inset Index idx
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947 \SpecialChar LaTeX
25948 -paquetes ! prettyref
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \begin_inset Index idx
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958 \SpecialChar LaTeX
25959 -paquetes ! refstyle
25960 \end_layout
25961
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \end_inset
25968
25969
25970 \begin_inset Newline newline
25971 \end_inset
25972
25973 Se puede seleccionar el paquete \SpecialChar LaTeX
25974  a usar con esta característica marcando
25975  la opción 
25976 \family sans
25977 Usar refstyle (no prettyref) para las referencias cruzadas
25978 \family default
25979  en el menú 
25980 \family sans
25981 Documento\SpecialChar menuseparator
25982 Configuración\SpecialChar menuseparator
25983 Clase de documento
25984 \family default
25985 .
25986  El formato se especifica añadiendo el comando 
25987 \series bold
25988
25989 \backslash
25990 newrefformat
25991 \series default
25992  (prettyref) o 
25993 \series bold
25994
25995 \backslash
25996 newref
25997 \series default
25998  (refstyle) en el preámbulo del documento.
25999  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
26000  la etiqueta 
26001 \begin_inset Quotes cld
26002 \end_inset
26003
26004
26005 \family sans
26006 fig
26007 \family default
26008
26009 \begin_inset Quotes crd
26010 \end_inset
26011
26012 ) se usa el comando
26013 \begin_inset Newline newline
26014 \end_inset
26015
26016
26017 \series bold
26018
26019 \backslash
26020 newref{fig}{refcmd={Imagen en la página 
26021 \backslash
26022 pageref{#1}}}
26023 \series default
26024
26025 \begin_inset Newline newline
26026 \end_inset
26027
26028 Para más información sobre este formato echa un vistazo a la documentación
26029  de
26030 \begin_inset space ~
26031 \end_inset
26032
26033
26034 \begin_inset CommandInset citation
26035 LatexCommand cite
26036 key "prettyref,refstyle"
26037 literal "true"
26038
26039 \end_inset
26040
26041 .
26042 \end_layout
26043
26044 \begin_layout Description
26045 Referencia
26046 \begin_inset space ~
26047 \end_inset
26048
26049 textual: imprime la leyenda de la referencia: 
26050 \begin_inset CommandInset ref
26051 LatexCommand nameref
26052 reference "fig:Dos-imágenes-distorsionadas"
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060
26061 \family sans
26062 <página>
26063 \family default
26064
26065 \begin_inset space \thinspace{}
26066 \end_inset
26067
26068  no imprime el número si la etiqueta está en la misma página, en la anterior
26069  o en la siguiente.
26070  En su lugar verás p.
26071 \begin_inset space \thinspace{}
26072 \end_inset
26073
26074 ej.
26075 \begin_inset space ~
26076 \end_inset
26077
26078 el texto «
26079 \family sans
26080 en esta página
26081 \family default
26082 ».
26083  El estilo 
26084 \family sans
26085 <referencia>
26086 \begin_inset space ~
26087 \end_inset
26088
26089 en
26090 \begin_inset space ~
26091 \end_inset
26092
26093 página
26094 \begin_inset space ~
26095 \end_inset
26096
26097 <página> 
26098 \family default
26099 no imprimirá nada sobre la página si la etiqueta está en la misma página.
26100 \end_layout
26101
26102 \begin_layout Standard
26103 El número y página actual de la parte del documento referida es automáticamente
26104  calculado por \SpecialChar LaTeX
26105  en la salida.
26106  Las variedades se ajustan en el campo 
26107 \family sans
26108 Formato
26109 \family default
26110  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
26111 \end_layout
26112
26113 \begin_layout Standard
26114 \begin_inset Note Greyedout
26115 status open
26116
26117 \begin_layout Plain Layout
26118
26119 \series bold
26120 Nota: 
26121 \series default
26122 Se recomienda usar el paquete \SpecialChar LaTeX
26123  
26124 \series bold
26125 refstyle
26126 \series default
26127
26128 \begin_inset Index idx
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132 \SpecialChar LaTeX
26133 -paquetes ! refstyle
26134 \end_layout
26135
26136 \end_inset
26137
26138  porque 
26139 \series bold
26140 prettyref
26141 \series default
26142
26143 \begin_inset Index idx
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147 \SpecialChar LaTeX
26148 -paquetes ! prettyref
26149 \end_layout
26150
26151 \end_inset
26152
26153  no reconoce todas las abreviaturas de etiquetas
26154 \begin_inset Foot
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158 \begin_inset Quotes cld
26159 \end_inset
26160
26161 fig:
26162 \begin_inset Quotes crd
26163 \end_inset
26164
26165 , por ejemplo, es la abreviatura en \SpecialChar LyX
26166  para las etiquetas de leyendas de figuras.
26167 \end_layout
26168
26169 \end_inset
26170
26171  posibles en \SpecialChar LyX
26172  y no está internacionalizado.
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Subsection
26181 Designación automática de referencias
26182 \begin_inset Index idx
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186 Referencias ! Designación automática
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 El paquete \SpecialChar LaTeX
26196  
26197 \series bold
26198 hyperref
26199 \series default
26200
26201 \begin_inset Index idx
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205 \SpecialChar LaTeX
26206 -paquetes ! hyperref
26207 \end_layout
26208
26209 \end_inset
26210
26211 , que se habilita en 
26212 \family sans
26213 Propiedades PDF
26214 \family default
26215  del diálogo 
26216 \family sans
26217 Documento\SpecialChar menuseparator
26218 Configuración
26219 \family default
26220 , dispone de una característica muy útil que permite incluir automáticamente
26221  en las referencias cruzadas el nombre de los flotantes referidos (o partes
26222  de texto como 
26223 \emph on
26224 sección
26225 \emph default
26226 ).
26227  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
26228  cada referencia a una figura.
26229  Para usar esta característica habilita el soporte para 
26230 \series bold
26231 hyperref
26232 \series default
26233  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
26234 :
26235 \end_layout
26236
26237 \begin_layout Standard
26238
26239 \series bold
26240
26241 \backslash
26242 AtBeginDocument{
26243 \backslash
26244 renewcommand{
26245 \backslash
26246 ref}[1]{
26247 \backslash
26248 mbox{
26249 \backslash
26250 autoref{#1}}}}
26251 \end_layout
26252
26253 \begin_layout Standard
26254 Si prefieres otros nombres para las referencias distintos de los predeterminados
26255 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
26256  lo siguiente en el preámbulo:
26257 \end_layout
26258
26259 \begin_layout Standard
26260
26261 \series bold
26262
26263 \backslash
26264 addto
26265 \backslash
26266 extrasspanish{
26267 \backslash
26268 renewcommand{
26269 \backslash
26270 sectionautorefname}
26271 \begin_inset Newline newline
26272 \end_inset
26273
26274
26275 \begin_inset Phantom HPhantom
26276 status open
26277
26278 \begin_layout Plain Layout
26279
26280 \series bold
26281 \begin_inset space ~
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288
26289 {sec.
26290 \backslash
26291 negthinspace}}
26292 \end_layout
26293
26294 \begin_layout Standard
26295 Si estás usando un idioma de documento distinto del español, reemplaza
26296 \begin_inset Newline newline
26297 \end_inset
26298
26299  
26300 \series bold
26301
26302 \backslash
26303 extrasspanish
26304 \series default
26305  por
26306 \series bold
26307  
26308 \backslash
26309 extras***
26310 \series default
26311 , donde *** es el nombre del idioma utilizado.
26312 \end_layout
26313
26314 \begin_layout Standard
26315 Para obtener nombres automáticos pero no para determinados tipos de referencias,
26316  por ejemplo no para ecuaciones, usa este código de preámbulo:
26317 \end_layout
26318
26319 \begin_layout Standard
26320
26321 \series bold
26322
26323 \backslash
26324 addto
26325 \backslash
26326 extrasspanish{
26327 \backslash
26328 renewcommand*{
26329 \backslash
26330 equationautorefname}[1]{}}
26331 \end_layout
26332
26333 \begin_layout Standard
26334 En la documentación de 
26335 \series bold
26336 hyperref
26337 \series default
26338  
26339 \begin_inset CommandInset citation
26340 LatexCommand cite
26341 key "hyperref"
26342 literal "true"
26343
26344 \end_inset
26345
26346  puedes encontrar más información.
26347
26348 \series bold
26349  
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset Note Greyedout
26354 status open
26355
26356 \begin_layout Plain Layout
26357
26358 \series bold
26359 Nota:
26360 \series default
26361  La designación automática de referencias no puede usarse en el estilo 
26362 \family sans
26363 Referencia
26364 \begin_inset space ~
26365 \end_inset
26366
26367 con
26368 \begin_inset space ~
26369 \end_inset
26370
26371 formato
26372 \family default
26373 , descrita en la sección
26374 \begin_inset space ~
26375 \end_inset
26376
26377
26378 \begin_inset CommandInset ref
26379 LatexCommand ref
26380 reference "subsec:Formatos-referencia-cruzada"
26381
26382 \end_inset
26383
26384 .
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Standard
26393 El manual 
26394 \emph on
26395 Ecuaciones
26396 \emph default
26397  es un ejemplo de documento en el que se ha utilizado designación automática
26398  de referencias.
26399 \end_layout
26400
26401 \begin_layout Subsection
26402 Colocación de referencias
26403 \begin_inset CommandInset label
26404 LatexCommand label
26405 name "subsec:Colocación-de-Referencias"
26406
26407 \end_inset
26408
26409
26410 \begin_inset Index idx
26411 status collapsed
26412
26413 \begin_layout Plain Layout
26414 Referencias ! Colocación
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Standard
26423 Si usas 
26424 \series bold
26425 hyperref
26426 \series default
26427
26428 \begin_inset Index idx
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 \SpecialChar LaTeX
26433 -paquetes ! hyperref
26434 \end_layout
26435
26436 \end_inset
26437
26438 , en las 
26439 \family sans
26440 Preferencias PDF 
26441 \family default
26442 del diálogo 
26443 \family sans
26444 Documento\SpecialChar menuseparator
26445 Configuración
26446 \family default
26447 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
26448  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
26449  La leyenda será la primera parte del texto en pantalla, de forma que para
26450  ver la imagen debes deslizar.
26451  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
26452  Usando el paquete 
26453 \series bold
26454 hypcap
26455 \series default
26456
26457 \begin_inset Index idx
26458 status collapsed
26459
26460 \begin_layout Plain Layout
26461 \SpecialChar LaTeX
26462 -paquetes ! hypcap
26463 \end_layout
26464
26465 \end_inset
26466
26467 , que forma parte del paquete \SpecialChar LaTeX
26468  
26469 \series bold
26470 oberdiek
26471 \series default
26472
26473 \begin_inset Index idx
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477 \SpecialChar LaTeX
26478 -paquetes ! oberdiek
26479 \end_layout
26480
26481 \end_inset
26482
26483 , el ancla de enlace se sitúa al comienzo de un flotante.
26484  Para usar esta característica para figuras flotantes carga 
26485 \series bold
26486 hypcap
26487 \series default
26488  en el preámbulo con
26489 \end_layout
26490
26491 \begin_layout Standard
26492
26493 \series bold
26494
26495 \backslash
26496 usepackage[figure]{hypcap}
26497 \end_layout
26498
26499 \begin_layout Standard
26500 Puedes usar 
26501 \series bold
26502 hypcap
26503 \series default
26504  para todos los flotantes aunque no se recomienda por razones de estabilidad.
26505  Más información en el manual de 
26506 \series bold
26507 hypcap
26508 \series default
26509  
26510 \begin_inset CommandInset citation
26511 LatexCommand cite
26512 key "hypcap"
26513 literal "true"
26514
26515 \end_inset
26516
26517 .
26518 \end_layout
26519
26520 \begin_layout Standard
26521 \begin_inset Note Greyedout
26522 status open
26523
26524 \begin_layout Plain Layout
26525
26526 \series bold
26527 Nota:
26528 \series default
26529  
26530 \series bold
26531 hypcap
26532 \series default
26533  no funciona para las referencias a subfiguras.
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \begin_layout Section
26542 Colocación de flotantes
26543 \begin_inset CommandInset label
26544 LatexCommand label
26545 name "sec:Colocación-de-Flotantes"
26546
26547 \end_inset
26548
26549
26550 \begin_inset Index idx
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 Flotantes ! Colocación
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Standard
26563 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
26564  
26565 \family sans
26566 Configuración
26567 \family default
26568 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
26569  para situar
26570  los flotantes.
26571 \begin_inset Newline newline
26572 \end_inset
26573
26574 La opción 
26575 \family sans
26576 Extender
26577 \begin_inset space ~
26578 \end_inset
26579
26580 columnas
26581 \family default
26582  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
26583  abarcará ambas columnas en lugar de una sola.
26584 \begin_inset Newline newline
26585 \end_inset
26586
26587 La opción 
26588 \family sans
26589 Girar
26590 \begin_inset space ~
26591 \end_inset
26592
26593 a
26594 \begin_inset space ~
26595 \end_inset
26596
26597 un
26598 \begin_inset space ~
26599 \end_inset
26600
26601 lado
26602 \family default
26603  sirve para girar flotantes, véase sección
26604 \begin_inset space ~
26605 \end_inset
26606
26607
26608 \begin_inset CommandInset ref
26609 LatexCommand ref
26610 reference "sec:Rotación-de-Flotantes"
26611
26612 \end_inset
26613
26614 .
26615  
26616 \end_layout
26617
26618 \begin_layout Standard
26619 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
26620  la posición de un flotante si desmarcas la opción 
26621 \family sans
26622 Usar
26623 \begin_inset space ~
26624 \end_inset
26625
26626 ubicación
26627 \begin_inset space ~
26628 \end_inset
26629
26630 predeterminada
26631 \family default
26632 :
26633 \end_layout
26634
26635 \begin_layout Description
26636
26637 \family sans
26638 \series bold
26639 Aquí
26640 \begin_inset space ~
26641 \end_inset
26642
26643 si
26644 \begin_inset space ~
26645 \end_inset
26646
26647 es
26648 \begin_inset space ~
26649 \end_inset
26650
26651 posible
26652 \family default
26653 \series default
26654  intenta situar el flotante en la posición en la que se inserta
26655 \end_layout
26656
26657 \begin_layout Description
26658
26659 \family sans
26660 \series bold
26661 Principio
26662 \begin_inset space ~
26663 \end_inset
26664
26665 de
26666 \begin_inset space ~
26667 \end_inset
26668
26669 página
26670 \family default
26671 \series default
26672  intenta situar el flotante al principio de la página actual
26673 \end_layout
26674
26675 \begin_layout Description
26676
26677 \family sans
26678 \series bold
26679 Fin
26680 \begin_inset space ~
26681 \end_inset
26682
26683 de
26684 \begin_inset space ~
26685 \end_inset
26686
26687 página
26688 \family default
26689 \series default
26690  intenta situar el flotante al final de la página actual
26691 \end_layout
26692
26693 \begin_layout Description
26694
26695 \family sans
26696 \series bold
26697 Página
26698 \begin_inset space ~
26699 \end_inset
26700
26701 de
26702 \begin_inset space ~
26703 \end_inset
26704
26705 flotantes
26706 \family default
26707 \series default
26708  intenta situar el flotante en una página propia 
26709 \end_layout
26710
26711 \begin_layout Standard
26712 \SpecialChar LaTeX
26713  usa 
26714 \emph on
26715 siempre
26716 \emph default
26717  ese orden de opciones.
26718  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
26719  probará en primer
26720  lugar 
26721 \family sans
26722 Aquí
26723 \begin_inset space ~
26724 \end_inset
26725
26726 si
26727 \begin_inset space ~
26728 \end_inset
26729
26730 es
26731 \begin_inset space ~
26732 \end_inset
26733
26734 posible
26735 \family default
26736 , luego 
26737 \family sans
26738 Principio
26739 \begin_inset space ~
26740 \end_inset
26741
26742 de
26743 \begin_inset space ~
26744 \end_inset
26745
26746 página
26747 \family default
26748 , y después las otras.
26749  Si no usas la predeterminada, \SpecialChar LaTeX
26750  sólo probará las opciones marcadas pero
26751  en dicho orden.
26752  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
26753  pero intenta poner el flotante en la página siguiente.
26754 \end_layout
26755
26756 \begin_layout Standard
26757 De forma predeterminada cada una de las opciones tiene sus propias reglas:
26758 \end_layout
26759
26760 \begin_layout Labeling
26761 \labelwidthstring 00.00.0000
26762
26763 \family sans
26764 Principio
26765 \begin_inset space ~
26766 \end_inset
26767
26768 de
26769 \begin_inset space ~
26770 \end_inset
26771
26772 página:
26773 \family default
26774  sólo si el flotante ocupa menos del 70
26775 \begin_inset space \thinspace{}
26776 \end_inset
26777
26778 % de la página puede ubicarse al principio de página (
26779 \series bold
26780
26781 \backslash
26782 topfraction
26783 \series default
26784 )
26785 \end_layout
26786
26787 \begin_layout Labeling
26788 \labelwidthstring 00.00.0000
26789
26790 \family sans
26791 Fin
26792 \begin_inset space ~
26793 \end_inset
26794
26795 de
26796 \begin_inset space ~
26797 \end_inset
26798
26799 página:
26800 \family default
26801  sólo si el flotante ocupa menos del 30
26802 \begin_inset space \thinspace{}
26803 \end_inset
26804
26805 % de la página puede ubicarse al fin de página.
26806  (
26807 \series bold
26808
26809 \backslash
26810 bottomfraction
26811 \series default
26812 )
26813 \end_layout
26814
26815 \begin_layout Labeling
26816 \labelwidthstring 00.00.0000
26817
26818 \family sans
26819 Página
26820 \begin_inset space ~
26821 \end_inset
26822
26823 de
26824 \begin_inset space ~
26825 \end_inset
26826
26827 flotantes:
26828 \family default
26829  sólo si más del 50
26830 \begin_inset space \thinspace{}
26831 \end_inset
26832
26833 % de la página se ocupa por flotantes puede haber varios juntos en la misma
26834  página.
26835  (
26836 \series bold
26837
26838 \backslash
26839 floatpagefraction
26840 \series default
26841 )
26842 \end_layout
26843
26844 \begin_layout Standard
26845 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
26846  
26847 \family sans
26848 Ignorar
26849 \begin_inset space ~
26850 \end_inset
26851
26852 reglas
26853 \begin_inset space ~
26854 \end_inset
26855
26856 de
26857 \begin_inset space ~
26858 \end_inset
26859
26860 \SpecialChar LaTeX
26861
26862 \family default
26863 .
26864 \begin_inset Newline newline
26865 \end_inset
26866
26867 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
26868  que van entre paréntesis
26869  tras la descripción de las reglas anteriores.
26870  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
26871  la regla 
26872 \family sans
26873 Fin
26874 \family default
26875
26876 \begin_inset space ~
26877 \end_inset
26878
26879
26880 \family sans
26881 de
26882 \family default
26883
26884 \begin_inset space ~
26885 \end_inset
26886
26887
26888 \family sans
26889 página
26890 \family default
26891  al 50
26892 \begin_inset space \thinspace{}
26893 \end_inset
26894
26895 %, añade esta línea en el preámbulo:
26896 \end_layout
26897
26898 \begin_layout Standard
26899
26900 \series bold
26901
26902 \backslash
26903 renewcommand{
26904 \backslash
26905 bottomfraction}{0.5}
26906 \end_layout
26907
26908 \begin_layout Standard
26909 En determinados casos podrías necesitar ubicar un flotante exactamente en
26910  la posición en la que se inserta.
26911  Para esto puedes usar la opción 
26912 \family sans
26913 Aquí
26914 \begin_inset space ~
26915 \end_inset
26916
26917 definitivamente
26918 \family default
26919 .
26920  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
26921  porque el flotante ya no podrá «flotar» y si haces cambios al documento
26922  se podría estropear el diseño de la página.
26923 \end_layout
26924
26925 \begin_layout Standard
26926 No hay opciones de ubicación para envoltorios flotantes porque siempre están
26927  rodeados por texto de un párrafo determinado.
26928 \begin_inset VSpace bigskip
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935 A veces surge el problema de que un flotante se sitúa al principio de la
26936  página mientras que su sección correspondiente empieza en mitad de la página,
26937  así que el lector podría creer que el flotante forma parte de la sección
26938  anterior.
26939  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
26940  
26941 \series bold
26942
26943 \backslash
26944 suppressfloats
26945 \series default
26946 , que suprime la ubicación de un flotante dado en la página donde se inserta
26947  y además puede servir para evitar que el flotante se coloque antes del
26948  inicio de sección.
26949  Para ello, añade estos comandos al preámbulo:
26950 \end_layout
26951
26952 \begin_layout Standard
26953
26954 \series bold
26955
26956 \backslash
26957 let
26958 \backslash
26959 mySection
26960 \backslash
26961 section
26962 \begin_inset Newline newline
26963 \end_inset
26964
26965
26966 \backslash
26967 renewcommand{
26968 \backslash
26969 section}{
26970 \backslash
26971 suppressfloats[t]
26972 \backslash
26973 mySection}
26974 \end_layout
26975
26976 \begin_layout Standard
26977 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
26978  subsecciones.
26979  No es recomendable para partes pequeñas de texto como subsubsecciones porque
26980  \SpecialChar LaTeX
26981  podría tener problemas para encontrar una ubicación adecuada.
26982 \end_layout
26983
26984 \begin_layout Standard
26985 \begin_inset VSpace bigskip
26986 \end_inset
26987
26988 En ciertos casos se quieren tener todas las figuras/cuadros al final del
26989  documento.
26990  Para estos casos está el paquete \SpecialChar LaTeX
26991  
26992 \series bold
26993 endfloat
26994 \series default
26995
26996 \begin_inset Index idx
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 \SpecialChar LaTeX
27001 -paquetes ! endfloat
27002 \end_layout
27003
27004 \end_inset
27005
27006 .
27007  Pone todas las figuras y cuadros flotantes al final del documento en secciones
27008  propias.
27009  En la posición original del flotante se inserta una indicación como «
27010 \family sans
27011 [Figure
27012 \begin_inset space ~
27013 \end_inset
27014
27015 3.2 about here.]
27016 \family default
27017 ».
27018  El paquete 
27019 \series bold
27020 endfloat
27021 \series default
27022  se carga en el preámbulo con la línea
27023 \end_layout
27024
27025 \begin_layout Standard
27026
27027 \series bold
27028
27029 \backslash
27030 usepackage[options]{endfloat}
27031 \end_layout
27032
27033 \begin_layout Standard
27034 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
27035  Para más información véase la documentación 
27036 \begin_inset CommandInset citation
27037 LatexCommand cite
27038 key "endfloat"
27039 literal "true"
27040
27041 \end_inset
27042
27043 .
27044 \begin_inset Newline newline
27045 \end_inset
27046
27047
27048 \begin_inset Note Greyedout
27049 status open
27050
27051 \begin_layout Plain Layout
27052
27053 \series bold
27054 Nota: endfloat
27055 \series default
27056  no traduce automáticamente la indicación, hay que hacerlo manualmente,
27057  véase sección
27058 \begin_inset space ~
27059 \end_inset
27060
27061 4 en 
27062 \begin_inset CommandInset citation
27063 LatexCommand cite
27064 key "endfloat"
27065 literal "true"
27066
27067 \end_inset
27068
27069 .
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \begin_inset Newline newline
27076 \end_inset
27077
27078
27079 \begin_inset Note Greyedout
27080 status open
27081
27082 \begin_layout Plain Layout
27083
27084 \series bold
27085 Nota:
27086 \series default
27087  Actualmente hay un error en 
27088 \series bold
27089 endfloat
27090 \series default
27091  cuando la leyenda contiene el carácter alemán «ß».
27092  Usa en ese caso el comando «
27093 \series bold
27094
27095 \backslash
27096 ss
27097 \series default
27098 » en código \SpecialChar TeX
27099  en vez de «ß».
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \begin_layout Standard
27108 \begin_inset VSpace bigskip
27109 \end_inset
27110
27111 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
27112  como 
27113 \begin_inset CommandInset citation
27114 LatexCommand cite
27115 key "latexcompanion,latexguide,latexbook"
27116 literal "true"
27117
27118 \end_inset
27119
27120 .
27121 \end_layout
27122
27123 \begin_layout Section
27124 Rotación de flotantes
27125 \begin_inset CommandInset label
27126 LatexCommand label
27127 name "sec:Rotación-de-Flotantes"
27128
27129 \end_inset
27130
27131
27132 \begin_inset Index idx
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136 Flotantes ! Rotación
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \begin_layout Standard
27145 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
27146  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
27147  la opción 
27148 \family sans
27149 Girar
27150 \begin_inset space ~
27151 \end_inset
27152
27153 a
27154 \begin_inset space ~
27155 \end_inset
27156
27157 un
27158 \begin_inset space ~
27159 \end_inset
27160
27161 lado
27162 \family default
27163 .
27164 \end_layout
27165
27166 \begin_layout Standard
27167 Los flotantes girados son puestos siempre en su propia página (o columna
27168  si el documento es de dos columnas).
27169  Se les puede permitir abarcar varias columnas con la opción de configuración
27170  
27171 \family sans
27172 Extender
27173 \begin_inset space ~
27174 \end_inset
27175
27176 columnas
27177 \family default
27178 .
27179  Se rotan de forma que puedes leerlos desde el margen externo.
27180  Para forzar determinada dirección de rotación para todas las páginas, puedes
27181  añadir una de las opciones 
27182 \series bold
27183 figuresleft
27184 \series default
27185  o 
27186 \series bold
27187 figuresright
27188 \series default
27189  a las opciones de clase del documento.
27190 \end_layout
27191
27192 \begin_layout Standard
27193 Los flotantes girados se refieren igual que los normales, y el formato de
27194  la leyenda también es el mismo: un ejemplo es el cuadro
27195 \begin_inset space ~
27196 \end_inset
27197
27198
27199 \begin_inset CommandInset ref
27200 LatexCommand ref
27201 reference "tab:Cuadro-girado"
27202
27203 \end_inset
27204
27205 .
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \begin_inset Note Greyedout
27210 status open
27211
27212 \begin_layout Plain Layout
27213
27214 \series bold
27215 Nota:
27216 \series default
27217  No todos los visores DVI pueden mostrar cuadros girados.
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset Float table
27227 wide false
27228 sideways true
27229 status open
27230
27231 \begin_layout Plain Layout
27232 \begin_inset Caption Standard
27233
27234 \begin_layout Plain Layout
27235 \begin_inset CommandInset label
27236 LatexCommand label
27237 name "tab:Cuadro-girado"
27238
27239 \end_inset
27240
27241 Cuadro girado
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 test
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 Subflotantes
27320 \begin_inset Index idx
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 Flotantes ! Subflotantes
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Standard
27333 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
27334  imágenes.
27335  Se crean insertando un flotante dentro de otro.
27336  La colocación de los subflotantes puede controlarse como si fueran párrafos,
27337  como se muestra en los cuadros
27338 \begin_inset space ~
27339 \end_inset
27340
27341
27342 \begin_inset CommandInset ref
27343 LatexCommand ref
27344 reference "tab:Dos-subcuadros-adosados"
27345
27346 \end_inset
27347
27348  y
27349 \begin_inset space ~
27350 \end_inset
27351
27352
27353 \begin_inset CommandInset ref
27354 LatexCommand ref
27355 reference "tab:Dos-subcuadros-uno-sobre"
27356
27357 \end_inset
27358
27359 .
27360 \end_layout
27361
27362 \begin_layout Standard
27363 Las referencias a subflotantes funcionan como en los flotantes normales:
27364  el cuadro
27365 \begin_inset space ~
27366 \end_inset
27367
27368
27369 \begin_inset CommandInset ref
27370 LatexCommand ref
27371 reference "tab:Este-es-el-subcuadro-a"
27372
27373 \end_inset
27374
27375  y el cuadro
27376 \begin_inset space ~
27377 \end_inset
27378
27379
27380 \begin_inset CommandInset ref
27381 LatexCommand ref
27382 reference "tab:Este-es-el-subcuadro-b"
27383
27384 \end_inset
27385
27386  son subcuadros del cuadro
27387 \begin_inset space ~
27388 \end_inset
27389
27390
27391 \begin_inset CommandInset ref
27392 LatexCommand ref
27393 reference "tab:Dos-subcuadros-adosados"
27394
27395 \end_inset
27396
27397 .
27398 \end_layout
27399
27400 \begin_layout Standard
27401 \begin_inset Float table
27402 wide false
27403 sideways false
27404 status open
27405
27406 \begin_layout Plain Layout
27407 \begin_inset Caption Standard
27408
27409 \begin_layout Plain Layout
27410 \begin_inset CommandInset label
27411 LatexCommand label
27412 name "tab:Dos-subcuadros-adosados"
27413
27414 \end_inset
27415
27416 Dos subcuadros adosados
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \end_layout
27423
27424 \begin_layout Plain Layout
27425 \begin_inset space \hfill{}
27426 \end_inset
27427
27428
27429 \begin_inset Float table
27430 wide false
27431 sideways false
27432 status open
27433
27434 \begin_layout Plain Layout
27435 \begin_inset Caption Standard
27436
27437 \begin_layout Plain Layout
27438 \begin_inset CommandInset label
27439 LatexCommand label
27440 name "tab:Este-es-el-subcuadro-a"
27441
27442 \end_inset
27443
27444 Este es el subcuadro a
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Plain Layout
27453 \align center
27454 \begin_inset Tabular
27455 <lyxtabular version="3" rows="1" columns="5">
27456 <features tabularvalignment="middle">
27457 <column alignment="center" valignment="top">
27458 <column alignment="center" valignment="top">
27459 <column alignment="center" valignment="top">
27460 <column alignment="center" valignment="top">
27461 <column alignment="center" valignment="top">
27462 <row>
27463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467 test 
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476 b
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485 c
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Plain Layout
27494 d
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503 e
27504 \end_layout
27505
27506 \end_inset
27507 </cell>
27508 </row>
27509 </lyxtabular>
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \begin_inset space \hfill{}
27520 \end_inset
27521
27522
27523 \begin_inset Float table
27524 wide false
27525 sideways false
27526 status open
27527
27528 \begin_layout Plain Layout
27529 \begin_inset Caption Standard
27530
27531 \begin_layout Plain Layout
27532 \begin_inset CommandInset label
27533 LatexCommand label
27534 name "tab:Este-es-el-subcuadro-b"
27535
27536 \end_inset
27537
27538 Esta es la subtabla b
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Plain Layout
27547 \align center
27548 \begin_inset Tabular
27549 <lyxtabular version="3" rows="1" columns="5">
27550 <features tabularvalignment="middle">
27551 <column alignment="center" valignment="top">
27552 <column alignment="center" valignment="top">
27553 <column alignment="center" valignment="top">
27554 <column alignment="center" valignment="top">
27555 <column alignment="center" valignment="top">
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 e
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 d
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 c
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 b
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 test
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 </lyxtabular>
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \begin_inset space \hfill{}
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Standard
27625 \begin_inset Float table
27626 wide false
27627 sideways false
27628 status open
27629
27630 \begin_layout Plain Layout
27631 \begin_inset Caption Standard
27632
27633 \begin_layout Plain Layout
27634 \begin_inset CommandInset label
27635 LatexCommand label
27636 name "tab:Dos-subcuadros-uno-sobre"
27637
27638 \end_inset
27639
27640 Dos subcuadros colocados uno sobre otro.
27641  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Plain Layout
27650 \noindent
27651 \align center
27652 \begin_inset Float table
27653 wide false
27654 sideways false
27655 status open
27656
27657 \begin_layout Plain Layout
27658 \begin_inset Caption Standard
27659
27660 \begin_layout Plain Layout
27661
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Plain Layout
27670 \align center
27671 \begin_inset Tabular
27672 <lyxtabular version="3" rows="1" columns="4">
27673 <features tabularvalignment="middle">
27674 <column alignment="center" valignment="top">
27675 <column alignment="center" valignment="top">
27676 <column alignment="center" valignment="top">
27677 <column alignment="center" valignment="top">
27678 <row>
27679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683 test
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 test
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Plain Layout
27701 test
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 test
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 </row>
27716 </lyxtabular>
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \begin_layout Plain Layout
27729 \align center
27730 \begin_inset Float table
27731 wide false
27732 sideways false
27733 status open
27734
27735 \begin_layout Plain Layout
27736 \begin_inset Caption Standard
27737
27738 \begin_layout Plain Layout
27739
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Plain Layout
27748 \align center
27749 \begin_inset Tabular
27750 <lyxtabular version="3" rows="1" columns="5">
27751 <features tabularvalignment="middle">
27752 <column alignment="center" valignment="top">
27753 <column alignment="center" valignment="top">
27754 <column alignment="center" valignment="top">
27755 <column alignment="center" valignment="top">
27756 <column alignment="center" valignment="top">
27757 <row>
27758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27759 \begin_inset Text
27760
27761 \begin_layout Plain Layout
27762 a
27763 \end_layout
27764
27765 \end_inset
27766 </cell>
27767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771 b
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780 c
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 d
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 e
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 </row>
27804 </lyxtabular>
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \end_inset
27817
27818
27819 \end_layout
27820
27821 \begin_layout Section
27822 Flotantes adosados
27823 \begin_inset Index idx
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 Flotantes ! Adosados
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \begin_layout Standard
27836 Para colocar flotantes unos junto a otros, como en la figura
27837 \begin_inset space ~
27838 \end_inset
27839
27840
27841 \begin_inset CommandInset ref
27842 LatexCommand ref
27843 reference "fig:Flotante-izquierda"
27844
27845 \end_inset
27846
27847  y 
27848 \begin_inset CommandInset ref
27849 LatexCommand ref
27850 reference "fig:Flotante-derecha"
27851
27852 \end_inset
27853
27854 , se pone 
27855 \emph on
27856 un
27857 \emph default
27858  solo flotante.
27859  En él se insertan dos cuadros tipo minipágina.
27860 \begin_inset Foot
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 Las minipáginas se explican en la sección
27865 \begin_inset space ~
27866 \end_inset
27867
27868
27869 \begin_inset CommandInset ref
27870 LatexCommand ref
27871 reference "sec:Minipáginas"
27872
27873 \end_inset
27874
27875 .
27876 \end_layout
27877
27878 \end_inset
27879
27880  La anchura de la columna se establece en 45-50
27881 \begin_inset space \thinspace{}
27882 \end_inset
27883
27884 % y la alineación en 
27885 \family sans
27886 Inferior
27887 \family default
27888  para cada minipágina.
27889  Las minipáginas contienen la imagen y su título, de igual forma que en
27890  los flotantes.
27891  La única diferencia es que el 
27892 \family sans
27893 Ancho
27894 \begin_inset space ~
27895 \end_inset
27896
27897 de
27898 \begin_inset space ~
27899 \end_inset
27900
27901 columna
27902 \begin_inset space ~
27903 \end_inset
27904
27905 %
27906 \family default
27907  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
27908 \end_layout
27909
27910 \begin_layout Standard
27911 \begin_inset Float figure
27912 placement h
27913 wide false
27914 sideways false
27915 status open
27916
27917 \begin_layout Plain Layout
27918 \begin_inset Box Frameless
27919 position "b"
27920 hor_pos "c"
27921 has_inner_box 1
27922 inner_pos "t"
27923 use_parbox 0
27924 use_makebox 0
27925 width "45col%"
27926 special "none"
27927 height "1in"
27928 height_special "totalheight"
27929 thickness "0.4pt"
27930 separation "3pt"
27931 shadowsize "4pt"
27932 framecolor "black"
27933 backgroundcolor "none"
27934 status open
27935
27936 \begin_layout Plain Layout
27937 \align center
27938 \begin_inset Graphics
27939         filename ../clipart/mobius.eps
27940         lyxscale 50
27941         width 100col%
27942         scaleBeforeRotation
27943
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \begin_layout Plain Layout
27950 \begin_inset Caption Standard
27951
27952 \begin_layout Plain Layout
27953 \begin_inset CommandInset label
27954 LatexCommand label
27955 name "fig:Flotante-izquierda"
27956
27957 \end_inset
27958
27959 Flotante en el lado izquierdo.
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \begin_inset space \hfill{}
27971 \end_inset
27972
27973
27974 \begin_inset Box Frameless
27975 position "b"
27976 hor_pos "c"
27977 has_inner_box 1
27978 inner_pos "t"
27979 use_parbox 0
27980 use_makebox 0
27981 width "45col%"
27982 special "none"
27983 height "1in"
27984 height_special "totalheight"
27985 thickness "0.4pt"
27986 separation "3pt"
27987 shadowsize "4pt"
27988 framecolor "black"
27989 backgroundcolor "none"
27990 status open
27991
27992 \begin_layout Plain Layout
27993 \align center
27994 \begin_inset Graphics
27995         filename ../clipart/platypus.eps
27996         lyxscale 50
27997         width 100col%
27998         scaleBeforeRotation
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Plain Layout
28006 \begin_inset Caption Standard
28007
28008 \begin_layout Plain Layout
28009 \begin_inset CommandInset label
28010 LatexCommand label
28011 name "fig:Flotante-derecha"
28012
28013 \end_inset
28014
28015 Flotante en el lado derecho.
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Standard
28034 Una solución alternativa más simple es usar el módulo 
28035 \family sans
28036 Minipáginas
28037 \begin_inset space ~
28038 \end_inset
28039
28040 ancho
28041 \begin_inset space ~
28042 \end_inset
28043
28044 variable
28045 \family default
28046 , véase la sección
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050
28051 \begin_inset CommandInset ref
28052 LatexCommand ref
28053 reference "sec:Minipáginas"
28054
28055 \end_inset
28056
28057 .
28058  Las minipáginas de anchura variable se adaptan automáticamente a la anchura
28059  de figuras y cuadros.
28060  No requieren una anchura explícita y mejoran la alineación horizontal del
28061  contenido.
28062  El archivo de ejemplo \SpecialChar LyX
28063  
28064 \emph on
28065 varwidth-floats-side-by-side
28066 \emph default
28067  da ejemplos de cómo hacer esto.
28068 \end_layout
28069
28070 \begin_layout Section
28071 Formato de las leyendas
28072 \begin_inset Index idx
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076 Leyendas ! Formato
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \begin_inset Index idx
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086 Flotantes ! Formato de las leyendas
28087 \end_layout
28088
28089 \end_inset
28090
28091
28092 \begin_inset CommandInset label
28093 LatexCommand label
28094 name "sec:Formato-de-leyendas"
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \begin_layout Standard
28102 El entorno 
28103 \family sans
28104 Leyenda
28105 \family default
28106  es el predeterminado para los 
28107 \family sans
28108 Flotantes
28109 \family default
28110 .
28111  En \SpecialChar LyX
28112  las leyendas se muestran como etiqueta, p.
28113 \begin_inset space \thinspace{}
28114 \end_inset
28115
28116 e.
28117 \begin_inset space ~
28118 \end_inset
28119
28120 «
28121 \family sans
28122 Figura #
28123 \family default
28124 :» seguida por el texto.
28125  «#» es el número real de referencia.
28126  Por omisión la etiqueta y el número usan la misma tipografía que el texto
28127  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
28128  del texto.
28129  El entorno leyenda no es apropiado para todos los tipos de documento.
28130  
28131 \end_layout
28132
28133 \begin_layout Standard
28134 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
28135  
28136 \series bold
28137 caption
28138 \series default
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 \SpecialChar LaTeX
28145 -paquetes ! caption
28146 \end_layout
28147
28148 \end_inset
28149
28150  en el preámbulo del documento con la línea:
28151 \end_layout
28152
28153 \begin_layout Standard
28154
28155 \series bold
28156
28157 \backslash
28158 usepackage[definición de formato]{caption}
28159 \end_layout
28160
28161 \begin_layout Standard
28162 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
28163  las leyendas de cuadro siempre sobre él como en este documento, usa el
28164  comando:
28165 \end_layout
28166
28167 \begin_layout Standard
28168
28169 \series bold
28170
28171 \backslash
28172 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28173 \end_layout
28174
28175 \begin_layout Standard
28176 También puedes definir distintos formatos de leyenda para los distintos
28177  tipos de flotantes.
28178  En ese caso carga el paquete 
28179 \series bold
28180 caption
28181 \series default
28182  sin opciones específicas y define los distintos formatos con ayuda del
28183  comando
28184 \end_layout
28185
28186 \begin_layout Standard
28187
28188 \series bold
28189
28190 \backslash
28191 captionsetup[tipo de flotante]{definición de formato}
28192 \end_layout
28193
28194 \begin_layout Standard
28195 en el preámbulo del documento.
28196  Por ejemplo las leyendas de la Figura
28197 \begin_inset space ~
28198 \end_inset
28199
28200
28201 \begin_inset CommandInset ref
28202 LatexCommand ref
28203 reference "fig:Esto-es-una-fig"
28204
28205 \end_inset
28206
28207  y el cuadro
28208 \begin_inset space ~
28209 \end_inset
28210
28211
28212 \begin_inset CommandInset ref
28213 LatexCommand ref
28214 reference "tab:Esto-es-un-cuadro"
28215
28216 \end_inset
28217
28218  pueden crearse usando los siguientes comandos en el preámbulo:
28219 \end_layout
28220
28221 \begin_layout Standard
28222
28223 \series bold
28224
28225 \backslash
28226 usepackage[tableposition=top]{caption}
28227 \series default
28228
28229 \begin_inset Newline newline
28230 \end_inset
28231
28232
28233 \series bold
28234
28235 \backslash
28236 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28237 \begin_inset Newline newline
28238 \end_inset
28239
28240
28241 \begin_inset Phantom HPhantom
28242 status open
28243
28244 \begin_layout Plain Layout
28245
28246 \series bold
28247
28248 \backslash
28249 captionsetup[figure]{
28250 \end_layout
28251
28252 \end_inset
28253
28254 labelsep=period}
28255 \begin_inset Newline newline
28256 \end_inset
28257
28258
28259 \backslash
28260 captionsetup[table]{labelfont={bf,sf}}
28261 \end_layout
28262
28263 \begin_layout Standard
28264 \begin_inset Note Greyedout
28265 status open
28266
28267 \begin_layout Plain Layout
28268
28269 \series bold
28270 Nota: 
28271 \series default
28272 La opción 
28273 \series bold
28274 tableposition=top
28275 \series default
28276  no tiene efecto si se usa una clase de documento 
28277 \series bold
28278 KOMA-Script
28279 \series default
28280 .
28281  En este caso debe utilizarse la opción de clase de documento 
28282 \series bold
28283 captions=tableheading
28284 \series default
28285 .
28286  
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Para más información sobre el paquete 
28296 \series bold
28297 caption
28298 \series default
28299  acude a su documentación 
28300 \begin_inset CommandInset citation
28301 LatexCommand cite
28302 key "caption"
28303 literal "true"
28304
28305 \end_inset
28306
28307 .
28308 \end_layout
28309
28310 \begin_layout Standard
28311 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
28312 \begin_inset space \thinspace{}
28313 \end_inset
28314
28315 e., usa el siguiente comando de preámbulo:
28316 \end_layout
28317
28318 \begin_layout Standard
28319
28320 \series bold
28321
28322 \backslash
28323 renewcommand{
28324 \backslash
28325 fnum@figure}{Imagen~
28326 \backslash
28327 thefigure}
28328 \end_layout
28329
28330 \begin_layout Standard
28331 donde 
28332 \series bold
28333
28334 \backslash
28335 thefigure
28336 \series default
28337  inserta el número de figura y «~» genera un espacio protegido.
28338
28339 \series bold
28340  
28341 \end_layout
28342
28343 \begin_layout Standard
28344 \begin_inset VSpace bigskip
28345 \end_inset
28346
28347 Si estás usando una clase de documento 
28348 \series bold
28349 KOMA-Script
28350 \series default
28351
28352 \begin_inset Index idx
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 \SpecialChar LaTeX
28357 -paquetes ! KOMA-Script
28358 \end_layout
28359
28360 \end_inset
28361
28362  (
28363 \family sans
28364 article (KOMA-Script)
28365 \family default
28366
28367 \family sans
28368 book (KOMA-Script)
28369 \family default
28370
28371 \family sans
28372 letter (KOMA-Script)
28373 \family default
28374 , o 
28375 \family sans
28376 report (KOMA-Script)
28377 \family default
28378
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 ), puedes emplear en vez del paquete 
28383 \series bold
28384 caption
28385 \series default
28386  el comando 
28387 \series bold
28388
28389 \backslash
28390 setkomafont
28391 \series default
28392  incluido en 
28393 \series bold
28394 KOMA-Script
28395 \series default
28396 .
28397  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
28398  comando en el preámbulo del documento:
28399 \end_layout
28400
28401 \begin_layout Standard
28402
28403 \series bold
28404
28405 \backslash
28406 setkomafont{captionlabel}{
28407 \backslash
28408 bfseries}
28409 \end_layout
28410
28411 \begin_layout Standard
28412 Más información sobre 
28413 \series bold
28414
28415 \backslash
28416 setkomafont
28417 \series default
28418  en la documentación de 
28419 \series bold
28420 KOMA-Script
28421 \series default
28422  
28423 \begin_inset CommandInset citation
28424 LatexCommand cite
28425 key "KOMA-Script"
28426 literal "true"
28427
28428 \end_inset
28429
28430 .
28431 \end_layout
28432
28433 \begin_layout Standard
28434 \begin_inset ERT
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438
28439
28440 \backslash
28441 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28442 }
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \begin_inset Note Note
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 El formato de la leyenda se ha cambiado sólo para este ejemplo.
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 \begin_inset Float figure
28462 placement !p
28463 wide false
28464 sideways false
28465 status open
28466
28467 \begin_layout Plain Layout
28468 \align center
28469 \begin_inset Graphics
28470         filename ../clipart/mobius.eps
28471         lyxscale 50
28472         scale 50
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Plain Layout
28480 \begin_inset Caption Standard
28481
28482 \begin_layout Plain Layout
28483 \begin_inset CommandInset label
28484 LatexCommand label
28485 name "fig:Esto-es-una-fig"
28486
28487 \end_inset
28488
28489
28490 \begin_inset Argument 1
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Figura con leyenda muy larga
28495 \end_layout
28496
28497 \end_inset
28498
28499 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
28500  el formato diferente.
28501  Aquí se usa una leyenda personalizada.
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Standard
28515 \begin_inset ERT
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519
28520
28521 \backslash
28522 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28523 on}
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 \begin_inset Float table
28533 placement !p
28534 wide false
28535 sideways false
28536 status open
28537
28538 \begin_layout Plain Layout
28539 \begin_inset Caption Standard
28540
28541 \begin_layout Plain Layout
28542 \begin_inset CommandInset label
28543 LatexCommand label
28544 name "tab:Esto-es-un-cuadro"
28545
28546 \end_inset
28547
28548
28549 \begin_inset Argument 1
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 Cuadro con leyenda muy larga
28554 \end_layout
28555
28556 \end_inset
28557
28558 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
28559  el formato diferente.
28560  Aquí se usa el formato de leyenda estándar para los cuadros.
28561 \end_layout
28562
28563 \end_inset
28564
28565
28566 \end_layout
28567
28568 \begin_layout Plain Layout
28569 \align center
28570 \begin_inset Tabular
28571 <lyxtabular version="3" rows="1" columns="5">
28572 <features tabularvalignment="middle">
28573 <column alignment="center" valignment="top">
28574 <column alignment="center" valignment="top">
28575 <column alignment="center" valignment="top">
28576 <column alignment="center" valignment="top">
28577 <column alignment="center" valignment="top">
28578 <row>
28579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 a
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592 b
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 c
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610 d
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Plain Layout
28619 e
28620 \end_layout
28621
28622 \end_inset
28623 </cell>
28624 </row>
28625 </lyxtabular>
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \begin_layout Section
28638 Colocación de leyendas
28639 \begin_inset Index idx
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 Leyendas ! Colocación
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \begin_inset Index idx
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 Flotantes ! Colocación de leyendas
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \begin_inset CommandInset label
28660 LatexCommand label
28661 name "sec:Colocación-de-leyendas"
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Standard
28669 La norma habitual para colocar las leyendas es:
28670 \end_layout
28671
28672 \begin_layout Description
28673 Figura: La leyenda al pie de las figuras
28674 \end_layout
28675
28676 \begin_layout Description
28677 Cuadro: La leyenda sobre los cuadros
28678 \end_layout
28679
28680 \begin_layout Standard
28681 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
28682  no soportan leyendas sobre un
28683  cuadro.
28684  Esto implica que si usas las clases de documento 
28685 \family sans
28686 article
28687 \family default
28688
28689 \family sans
28690 book
28691 \family default
28692
28693 \family sans
28694 letter
28695 \family default
28696 , o 
28697 \family sans
28698 report
28699 \family default
28700  no habrá espacio entre la leyenda y el cuadro.
28701  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
28702  
28703 \series bold
28704 caption
28705 \series default
28706
28707 \begin_inset Index idx
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711 \SpecialChar LaTeX
28712 -paquetes ! caption
28713 \end_layout
28714
28715 \end_inset
28716
28717  en el preámbulo del documento con la opción
28718 \begin_inset Foot
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722 Véase la sección
28723 \begin_inset space ~
28724 \end_inset
28725
28726
28727 \begin_inset CommandInset ref
28728 LatexCommand ref
28729 reference "sec:Formato-de-leyendas"
28730
28731 \end_inset
28732
28733  para más información sobre el paquete 
28734 \series bold
28735 caption
28736 \series default
28737 .
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \begin_layout Standard
28746
28747 \series bold
28748 tableposition=top
28749 \end_layout
28750
28751 \begin_layout Standard
28752 Si estás usando la clase 
28753 \series bold
28754 KOMA-Script
28755 \series default
28756
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 \SpecialChar LaTeX
28762 -paquetes ! KOMA-Script
28763 \end_layout
28764
28765 \end_inset
28766
28767  (
28768 \family sans
28769 article (KOMA-Script)
28770 \family default
28771
28772 \family sans
28773 book (KOMA-Script)
28774 \family default
28775
28776 \family sans
28777 letter (KOMA-Script)
28778 \family default
28779 , o 
28780 \family sans
28781 report (KOMA-Script)
28782 \family default
28783
28784 \begin_inset space \thinspace{}
28785 \end_inset
28786
28787 ), en vez de 
28788 \series bold
28789 caption
28790 \series default
28791  puedes poner
28792 \end_layout
28793
28794 \begin_layout Standard
28795
28796 \series bold
28797 captions=tableheading
28798 \end_layout
28799
28800 \begin_layout Standard
28801 en las opciones de clase del documento.
28802 \begin_inset Foot
28803 status open
28804
28805 \begin_layout Plain Layout
28806 Esta opción se usa en este documento.
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Standard
28815 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
28816  una leyenda y marcar en el menú contextual si la quieres encima o debajo
28817  del cuadro o la figura.
28818  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
28819 inada por el documento.
28820  El cuadro
28821 \begin_inset space ~
28822 \end_inset
28823
28824
28825 \begin_inset CommandInset ref
28826 LatexCommand ref
28827 reference "tab:Una-leyenda-marcada"
28828
28829 \end_inset
28830
28831  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
28832  aunque esté encima.
28833  Se puede comparar con la leyenda sin marcar del cuadro
28834 \begin_inset space ~
28835 \end_inset
28836
28837
28838 \begin_inset CommandInset ref
28839 LatexCommand ref
28840 reference "tab:Leyenda-estándar"
28841
28842 \end_inset
28843
28844 .
28845 \end_layout
28846
28847 \begin_layout Standard
28848 \begin_inset Float table
28849 wide false
28850 sideways false
28851 status open
28852
28853 \begin_layout Plain Layout
28854 \begin_inset Caption Below
28855
28856 \begin_layout Plain Layout
28857 \begin_inset CommandInset label
28858 LatexCommand label
28859 name "tab:Una-leyenda-marcada"
28860
28861 \end_inset
28862
28863 Leyenda marcada para colocar bajo el cuadro.
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Plain Layout
28872 \align center
28873 \begin_inset Tabular
28874 <lyxtabular version="3" rows="3" columns="3">
28875 <features tabularvalignment="middle">
28876 <column alignment="center" valignment="top" width="0pt">
28877 <column alignment="center" valignment="top" width="0pt">
28878 <column alignment="center" valignment="top" width="0pt">
28879 <row>
28880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28881 \begin_inset Text
28882
28883 \begin_layout Plain Layout
28884 1
28885 \end_layout
28886
28887 \end_inset
28888 </cell>
28889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28890 \begin_inset Text
28891
28892 \begin_layout Plain Layout
28893 2
28894 \end_layout
28895
28896 \end_inset
28897 </cell>
28898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28899 \begin_inset Text
28900
28901 \begin_layout Plain Layout
28902 3
28903 \end_layout
28904
28905 \end_inset
28906 </cell>
28907 </row>
28908 <row>
28909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28910 \begin_inset Text
28911
28912 \begin_layout Plain Layout
28913 Joe
28914 \end_layout
28915
28916 \end_inset
28917 </cell>
28918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28919 \begin_inset Text
28920
28921 \begin_layout Plain Layout
28922 Mary
28923 \end_layout
28924
28925 \end_inset
28926 </cell>
28927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28928 \begin_inset Text
28929
28930 \begin_layout Plain Layout
28931 Ted
28932 \end_layout
28933
28934 \end_inset
28935 </cell>
28936 </row>
28937 <row>
28938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28939 \begin_inset Text
28940
28941 \begin_layout Plain Layout
28942 \begin_inset Formula $\int x^{2}dx$
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 \begin_inset Formula $\left[\begin{array}{cc}
28955 a & b\\
28956 c & d
28957 \end{array}\right]$
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Plain Layout
28969 \begin_inset Formula $1+1=2$
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 </row>
28978 </lyxtabular>
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 \begin_inset Float table
28992 wide false
28993 sideways false
28994 status open
28995
28996 \begin_layout Plain Layout
28997 \begin_inset Caption Standard
28998
28999 \begin_layout Plain Layout
29000 \begin_inset CommandInset label
29001 LatexCommand label
29002 name "tab:Leyenda-estándar"
29003
29004 \end_inset
29005
29006 Leyenda de cuadro estándar.
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Plain Layout
29015 \align center
29016 \begin_inset Tabular
29017 <lyxtabular version="3" rows="3" columns="3">
29018 <features tabularvalignment="middle">
29019 <column alignment="center" valignment="top" width="0pt">
29020 <column alignment="center" valignment="top" width="0pt">
29021 <column alignment="center" valignment="top" width="0pt">
29022 <row>
29023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29024 \begin_inset Text
29025
29026 \begin_layout Plain Layout
29027 1
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29033 \begin_inset Text
29034
29035 \begin_layout Plain Layout
29036 2
29037 \end_layout
29038
29039 \end_inset
29040 </cell>
29041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29042 \begin_inset Text
29043
29044 \begin_layout Plain Layout
29045 3
29046 \end_layout
29047
29048 \end_inset
29049 </cell>
29050 </row>
29051 <row>
29052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 Joe
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 Mary
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29071 \begin_inset Text
29072
29073 \begin_layout Plain Layout
29074 Ted
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 </row>
29080 <row>
29081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085 \begin_inset Formula $\int x^{2}dx$
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29094 \begin_inset Text
29095
29096 \begin_layout Plain Layout
29097 \begin_inset Formula $\left[\begin{array}{cc}
29098 a & b\\
29099 c & d
29100 \end{array}\right]$
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Plain Layout
29112 \begin_inset Formula $1+1=2$
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 </row>
29121 </lyxtabular>
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 \begin_inset VSpace bigskip
29135 \end_inset
29136
29137 También es posible poner la leyenda junto a una figura o cuadro.
29138  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
29139  
29140 \series bold
29141 sidecap
29142 \series default
29143
29144 \begin_inset Index idx
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148 \SpecialChar LaTeX
29149 -paquetes ! sidecap
29150 \end_layout
29151
29152 \end_inset
29153
29154  añadiendo en el preámbulo del documento la línea
29155 \end_layout
29156
29157 \begin_layout Standard
29158
29159 \series bold
29160
29161 \backslash
29162 usepackage[option]{sidecap}
29163 \end_layout
29164
29165 \begin_layout Standard
29166 Si no se especifica opción, la leyenda se ubica del lado del margen externo
29167  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
29168  Puedes cambiar la colocación al margen interno con la opción 
29169 \series bold
29170 innercaption
29171 \series default
29172 .
29173  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
29174  opciones 
29175 \series bold
29176 rightcaption
29177 \series default
29178  o 
29179 \series bold
29180 leftcaption
29181 \series default
29182 , respectivamente.
29183 \end_layout
29184
29185 \begin_layout Standard
29186 \begin_inset ERT
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190
29191
29192 \backslash
29193 ifsidecap
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \begin_inset Note Note
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
29204  \SpecialChar LaTeX
29205  
29206 \series bold
29207 sidecap
29208 \series default
29209 .
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Standard
29218 Para situar en \SpecialChar LyX
29219  la leyenda de un flotante al lado, es necesario añadir estos
29220  comandos al preámbulo del documento:
29221 \end_layout
29222
29223 \begin_layout Standard
29224 \noindent
29225 \begin_inset CommandInset line
29226 LatexCommand rule
29227 offset "0.5ex"
29228 width "100line%"
29229 height "1pt"
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237
29238 \series bold
29239
29240 \backslash
29241 newcommand{
29242 \backslash
29243 TabBesBeg}[1][1.0]{%
29244 \begin_inset Newline newline
29245 \end_inset
29246
29247
29248 \begin_inset Phantom HPhantom
29249 status open
29250
29251 \begin_layout Plain Layout
29252 \begin_inset space ~
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \backslash
29262 let
29263 \backslash
29264 MyTable
29265 \backslash
29266 table
29267 \begin_inset Newline newline
29268 \end_inset
29269
29270
29271 \begin_inset Phantom HPhantom
29272 status open
29273
29274 \begin_layout Plain Layout
29275
29276 \series medium
29277 \begin_inset space ~
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \backslash
29287 let
29288 \backslash
29289 MyEndtable
29290 \backslash
29291 endtable
29292 \begin_inset Newline newline
29293 \end_inset
29294
29295
29296 \begin_inset Phantom HPhantom
29297 status open
29298
29299 \begin_layout Plain Layout
29300
29301 \series medium
29302 \begin_inset space ~
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \backslash
29312 renewenvironment{table}[1]{
29313 \backslash
29314 begin{SCtable}[#1]##1}{
29315 \backslash
29316 end{SCtable}}}
29317 \end_layout
29318
29319 \begin_layout Standard
29320
29321 \series bold
29322
29323 \backslash
29324 newcommand{
29325 \backslash
29326 TabBesEnd}{%
29327 \begin_inset Newline newline
29328 \end_inset
29329
29330
29331 \begin_inset Phantom HPhantom
29332 status open
29333
29334 \begin_layout Plain Layout
29335 \begin_inset space ~
29336 \end_inset
29337
29338
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \backslash
29345 let
29346 \backslash
29347 table
29348 \backslash
29349 MyTable
29350 \begin_inset Newline newline
29351 \end_inset
29352
29353
29354 \begin_inset Phantom HPhantom
29355 status open
29356
29357 \begin_layout Plain Layout
29358 \begin_inset space ~
29359 \end_inset
29360
29361
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \backslash
29368 let
29369 \backslash
29370 endtable
29371 \backslash
29372 MyEndtable
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \series bold
29378
29379 \backslash
29380 newcommand{
29381 \backslash
29382 FigBesBeg}[1][1.0]{%
29383 \begin_inset Newline newline
29384 \end_inset
29385
29386
29387 \begin_inset Phantom HPhantom
29388 status open
29389
29390 \begin_layout Plain Layout
29391 \begin_inset space ~
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \backslash
29401 let
29402 \backslash
29403 MyFigure
29404 \backslash
29405 figure
29406 \begin_inset Newline newline
29407 \end_inset
29408
29409
29410 \begin_inset Phantom HPhantom
29411 status open
29412
29413 \begin_layout Plain Layout
29414 \begin_inset space ~
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \backslash
29424 let
29425 \backslash
29426 MyEndfigure
29427 \backslash
29428 endfigure
29429 \begin_inset Newline newline
29430 \end_inset
29431
29432
29433 \begin_inset Phantom HPhantom
29434 status open
29435
29436 \begin_layout Plain Layout
29437 \begin_inset space ~
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \backslash
29447 renewenvironment{figure}[1]{
29448 \backslash
29449 begin{SCfigure}[#1]##1}{
29450 \backslash
29451 end{SCfigure}}}
29452 \end_layout
29453
29454 \begin_layout Standard
29455
29456 \series bold
29457
29458 \backslash
29459 newcommand{
29460 \backslash
29461 FigBesEnd}{%
29462 \begin_inset Newline newline
29463 \end_inset
29464
29465
29466 \begin_inset Phantom HPhantom
29467 status open
29468
29469 \begin_layout Plain Layout
29470 \begin_inset space ~
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \backslash
29480 let
29481 \backslash
29482 figure
29483 \backslash
29484 MyFigure
29485 \begin_inset Newline newline
29486 \end_inset
29487
29488
29489 \begin_inset Phantom HPhantom
29490 status open
29491
29492 \begin_layout Plain Layout
29493 \begin_inset space ~
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \backslash
29503 let
29504 \backslash
29505 endfigure
29506 \backslash
29507 MyEndfigure}
29508 \end_layout
29509
29510 \begin_layout Standard
29511 \noindent
29512 \begin_inset CommandInset line
29513 LatexCommand rule
29514 offset "0.5ex"
29515 width "100line%"
29516 height "1pt"
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
29525  en un lado.
29526  Para figuras flotantes usa el comando
29527 \end_layout
29528
29529 \begin_layout Standard
29530
29531 \series bold
29532
29533 \backslash
29534 FigBesBeg
29535 \end_layout
29536
29537 \begin_layout Standard
29538 en código \SpecialChar TeX
29539  antes del flotante.
29540  Y inserta
29541 \end_layout
29542
29543 \begin_layout Standard
29544
29545 \series bold
29546
29547 \backslash
29548 FigBesEnd
29549 \end_layout
29550
29551 \begin_layout Standard
29552 en código \SpecialChar TeX
29553  en el punto en que quieras volver a la definición original de
29554  flotantes.
29555 \end_layout
29556
29557 \begin_layout Standard
29558 Para cuadros flotantes usa los comandos correspondientes
29559 \end_layout
29560
29561 \begin_layout Standard
29562
29563 \series bold
29564
29565 \backslash
29566 TabBesBeg
29567 \series default
29568  y 
29569 \series bold
29570
29571 \backslash
29572 TabBesEnd
29573 \end_layout
29574
29575 \begin_layout Standard
29576 La figura
29577 \begin_inset space ~
29578 \end_inset
29579
29580
29581 \begin_inset CommandInset ref
29582 LatexCommand ref
29583 reference "fig:encab-al-lado"
29584
29585 \end_inset
29586
29587  y el cuadro
29588 \begin_inset space ~
29589 \end_inset
29590
29591
29592 \begin_inset CommandInset ref
29593 LatexCommand ref
29594 reference "tab:encab-al-lado"
29595
29596 \end_inset
29597
29598  son ejemplos en los que el título se sitúa al lado.
29599 \end_layout
29600
29601 \begin_layout Standard
29602 En los ejemplos puedes ver que el texto del título aparece encima del flotante
29603  en cuadros flotantes y debajo en las figuras flotantes.
29604  Para cambiarlo, puedes usar el comando
29605 \end_layout
29606
29607 \begin_layout Standard
29608
29609 \series bold
29610
29611 \backslash
29612 sidecaptionvpos{tipo de flotante}{colocación}
29613 \end_layout
29614
29615 \begin_layout Standard
29616 en el preámbulo o en código \SpecialChar TeX
29617  antes del flotante.
29618  El 
29619 \emph on
29620 tipo de flotante
29621 \emph default
29622  es 
29623 \family sans
29624 figure
29625 \family default
29626  o 
29627 \family sans
29628 table
29629 \family default
29630 , la 
29631 \emph on
29632 colocación
29633 \emph default
29634  puede ser «
29635 \family sans
29636 t
29637 \family default
29638 » por «top» (arriba), «
29639 \family sans
29640 c
29641 \family default
29642 » por «center» (centro), o «
29643 \family sans
29644 b
29645 \family default
29646 » por «bottom» (abajo).
29647  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
29648  usa el comando
29649 \end_layout
29650
29651 \begin_layout Standard
29652
29653 \series bold
29654
29655 \backslash
29656 sidecaptionvpos{figure}{c}
29657 \end_layout
29658
29659 \begin_layout Standard
29660 Esto se ha hecho en la figura
29661 \begin_inset space ~
29662 \end_inset
29663
29664
29665 \begin_inset CommandInset ref
29666 LatexCommand ref
29667 reference "fig:encab-al-lado-de-fig"
29668
29669 \end_inset
29670
29671 .
29672 \end_layout
29673
29674 \begin_layout Standard
29675 \begin_inset VSpace medskip
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \begin_layout Standard
29682 La anchura predeterminada de la leyenda es la del cuadro/figura.
29683  Para cuadros o figuras estrechas, como en el  cuadro
29684 \begin_inset space ~
29685 \end_inset
29686
29687
29688 \begin_inset CommandInset ref
29689 LatexCommand ref
29690 reference "tab:encab-al-lado"
29691
29692 \end_inset
29693
29694 , esto genera leyendas demasiado estrechas.
29695  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
29696  del cuadro/figura.
29697  La anchura de la leyenda se recalculará automáticamente en el caso de que
29698  sobrepase los márgenes de la página o de la columna.
29699  El 
29700 \emph on
29701 factor
29702 \emph default
29703  puede darse como argumento opcional para 
29704 \series bold
29705
29706 \backslash
29707 FigBesBeg
29708 \series default
29709 :
29710 \end_layout
29711
29712 \begin_layout Standard
29713
29714 \series bold
29715
29716 \backslash
29717 FigBesBeg[factor]
29718 \end_layout
29719
29720 \begin_layout Standard
29721 o en la definición de 
29722 \series bold
29723
29724 \backslash
29725 FigBesBeg
29726 \series default
29727  reemplazando 
29728 \series bold
29729 1.0
29730 \series default
29731  con otro valor.
29732  En este segundo caso, el factor será el predeterminado si 
29733 \series bold
29734
29735 \backslash
29736 FigBesBeg
29737 \series default
29738  se usa sin argumento.
29739  Para el cuadro
29740 \begin_inset space ~
29741 \end_inset
29742
29743
29744 \begin_inset CommandInset ref
29745 LatexCommand ref
29746 reference "tab:leyenda-más-ancha"
29747
29748 \end_inset
29749
29750  se ha usado el factor 5.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 \begin_inset Note Greyedout
29755 status open
29756
29757 \begin_layout Plain Layout
29758
29759 \series bold
29760 Nota:
29761 \series default
29762  Para flotantes con la leyenda adosada, no se puede usar la opción 
29763 \family sans
29764 Aquí
29765 \begin_inset space ~
29766 \end_inset
29767
29768 definitivamente
29769 \family default
29770  para la colocación porque no es soportado por 
29771 \series bold
29772 sidecap
29773 \series default
29774 .
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset VSpace medskip
29784 \end_inset
29785
29786 Más información sobre el paquete 
29787 \series bold
29788 sidecap
29789 \series default
29790  en su documentación 
29791 \begin_inset CommandInset citation
29792 LatexCommand cite
29793 key "sidecap"
29794 literal "true"
29795
29796 \end_inset
29797
29798 .
29799 \end_layout
29800
29801 \begin_layout Standard
29802 \begin_inset Note Greyedout
29803 status open
29804
29805 \begin_layout Plain Layout
29806
29807 \series bold
29808 Nota:
29809 \series default
29810  El paquete \SpecialChar LaTeX
29811  
29812 \series bold
29813 hypcap
29814 \series default
29815
29816 \begin_inset Index idx
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820 \SpecialChar LaTeX
29821 -paquetes ! hypcap
29822 \end_layout
29823
29824 \end_inset
29825
29826 , descrito en la sección
29827 \begin_inset space ~
29828 \end_inset
29829
29830
29831 \begin_inset CommandInset ref
29832 LatexCommand ref
29833 reference "subsec:Colocación-de-Referencias"
29834
29835 \end_inset
29836
29837 , no afecta a flotantes con la leyenda al lado.
29838 \end_layout
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Standard
29846 \begin_inset ERT
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850
29851
29852 \backslash
29853 FigBesBeg 
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \begin_layout Standard
29862 \begin_inset Float figure
29863 wide false
29864 sideways false
29865 status open
29866
29867 \begin_layout Plain Layout
29868 \begin_inset Graphics
29869         filename ../clipart/escher-lsd.eps
29870         scale 75
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Plain Layout
29878 \begin_inset Caption Standard
29879
29880 \begin_layout Plain Layout
29881 \begin_inset CommandInset label
29882 LatexCommand label
29883 name "fig:encab-al-lado"
29884
29885 \end_inset
29886
29887 Leyenda al lado de una figura.
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Standard
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906
29907 \backslash
29908 FigBesEnd
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 TabBesBeg 
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \end_layout
29931
29932 \begin_layout Standard
29933 \begin_inset Float table
29934 wide false
29935 sideways false
29936 status open
29937
29938 \begin_layout Plain Layout
29939 \begin_inset Caption Standard
29940
29941 \begin_layout Plain Layout
29942 \begin_inset CommandInset label
29943 LatexCommand label
29944 name "tab:encab-al-lado"
29945
29946 \end_inset
29947
29948 Leyenda al lado de un cuadro.
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Plain Layout
29957 \begin_inset Tabular
29958 <lyxtabular version="3" rows="4" columns="5">
29959 <features tabularvalignment="middle">
29960 <column alignment="center" valignment="top">
29961 <column alignment="center" valignment="top">
29962 <column alignment="center" valignment="top">
29963 <column alignment="center" valignment="top">
29964 <column alignment="center" valignment="top">
29965 <row>
29966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Plain Layout
29970 a
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29976 \begin_inset Text
29977
29978 \begin_layout Plain Layout
29979
29980 \end_layout
29981
29982 \end_inset
29983 </cell>
29984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29985 \begin_inset Text
29986
29987 \begin_layout Plain Layout
29988 b
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Plain Layout
29997
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Plain Layout
30006 c
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 </row>
30012 <row>
30013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30014 \begin_inset Text
30015
30016 \begin_layout Plain Layout
30017
30018 \end_layout
30019
30020 \end_inset
30021 </cell>
30022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Plain Layout
30026 d
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30032 \begin_inset Text
30033
30034 \begin_layout Plain Layout
30035
30036 \end_layout
30037
30038 \end_inset
30039 </cell>
30040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30041 \begin_inset Text
30042
30043 \begin_layout Plain Layout
30044 e
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30050 \begin_inset Text
30051
30052 \begin_layout Plain Layout
30053
30054 \end_layout
30055
30056 \end_inset
30057 </cell>
30058 </row>
30059 <row>
30060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30061 \begin_inset Text
30062
30063 \begin_layout Plain Layout
30064 f
30065 \end_layout
30066
30067 \end_inset
30068 </cell>
30069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30070 \begin_inset Text
30071
30072 \begin_layout Plain Layout
30073
30074 \end_layout
30075
30076 \end_inset
30077 </cell>
30078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30079 \begin_inset Text
30080
30081 \begin_layout Plain Layout
30082 g
30083 \end_layout
30084
30085 \end_inset
30086 </cell>
30087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30088 \begin_inset Text
30089
30090 \begin_layout Plain Layout
30091
30092 \end_layout
30093
30094 \end_inset
30095 </cell>
30096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30097 \begin_inset Text
30098
30099 \begin_layout Plain Layout
30100 h
30101 \end_layout
30102
30103 \end_inset
30104 </cell>
30105 </row>
30106 <row>
30107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30108 \begin_inset Text
30109
30110 \begin_layout Plain Layout
30111
30112 \end_layout
30113
30114 \end_inset
30115 </cell>
30116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30117 \begin_inset Text
30118
30119 \begin_layout Plain Layout
30120 i
30121 \end_layout
30122
30123 \end_inset
30124 </cell>
30125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Plain Layout
30138 j
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 </row>
30153 </lyxtabular>
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171
30172 \backslash
30173 TabBesEnd
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Standard
30182 \begin_inset ERT
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186
30187
30188 \backslash
30189 FigBesBeg 
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \begin_layout Standard
30198 \begin_inset ERT
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202
30203
30204 \backslash
30205 sidecaptionvpos{figure}{c}
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \begin_inset Float figure
30212 wide false
30213 sideways false
30214 status open
30215
30216 \begin_layout Plain Layout
30217 \begin_inset Graphics
30218         filename ../clipart/escher-lsd.eps
30219         scale 75
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \begin_layout Plain Layout
30227 \begin_inset Caption Standard
30228
30229 \begin_layout Plain Layout
30230 \begin_inset CommandInset label
30231 LatexCommand label
30232 name "fig:encab-al-lado-de-fig"
30233
30234 \end_inset
30235
30236 Leyenda centrada verticalmente junto a una figura.
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Standard
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255
30256 \backslash
30257 FigBesEnd
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Standard
30266 \begin_inset ERT
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270
30271
30272 \backslash
30273 TabBesBeg[5]
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 \begin_inset Float table
30283 wide false
30284 sideways false
30285 status open
30286
30287 \begin_layout Plain Layout
30288 \begin_inset Caption Standard
30289
30290 \begin_layout Plain Layout
30291 \begin_inset CommandInset label
30292 LatexCommand label
30293 name "tab:leyenda-más-ancha"
30294
30295 \end_inset
30296
30297 Una leyenda más ancha que la del cuadro
30298 \begin_inset space ~
30299 \end_inset
30300
30301
30302 \begin_inset CommandInset ref
30303 LatexCommand ref
30304 reference "tab:encab-al-lado"
30305
30306 \end_inset
30307
30308 .
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \end_layout
30315
30316 \begin_layout Plain Layout
30317 \begin_inset Tabular
30318 <lyxtabular version="3" rows="4" columns="5">
30319 <features tabularvalignment="middle">
30320 <column alignment="center" valignment="top">
30321 <column alignment="center" valignment="top">
30322 <column alignment="center" valignment="top">
30323 <column alignment="center" valignment="top">
30324 <column alignment="center" valignment="top">
30325 <row>
30326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30327 \begin_inset Text
30328
30329 \begin_layout Plain Layout
30330 a
30331 \end_layout
30332
30333 \end_inset
30334 </cell>
30335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30336 \begin_inset Text
30337
30338 \begin_layout Plain Layout
30339
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30345 \begin_inset Text
30346
30347 \begin_layout Plain Layout
30348 b
30349 \end_layout
30350
30351 \end_inset
30352 </cell>
30353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30354 \begin_inset Text
30355
30356 \begin_layout Plain Layout
30357
30358 \end_layout
30359
30360 \end_inset
30361 </cell>
30362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30363 \begin_inset Text
30364
30365 \begin_layout Plain Layout
30366 c
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 </row>
30372 <row>
30373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386 d
30387 \end_layout
30388
30389 \end_inset
30390 </cell>
30391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30392 \begin_inset Text
30393
30394 \begin_layout Plain Layout
30395
30396 \end_layout
30397
30398 \end_inset
30399 </cell>
30400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404 e
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 </row>
30419 <row>
30420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 f
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442 g
30443 \end_layout
30444
30445 \end_inset
30446 </cell>
30447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30448 \begin_inset Text
30449
30450 \begin_layout Plain Layout
30451
30452 \end_layout
30453
30454 \end_inset
30455 </cell>
30456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30457 \begin_inset Text
30458
30459 \begin_layout Plain Layout
30460 h
30461 \end_layout
30462
30463 \end_inset
30464 </cell>
30465 </row>
30466 <row>
30467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 i
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30486 \begin_inset Text
30487
30488 \begin_layout Plain Layout
30489
30490 \end_layout
30491
30492 \end_inset
30493 </cell>
30494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30495 \begin_inset Text
30496
30497 \begin_layout Plain Layout
30498 j
30499 \end_layout
30500
30501 \end_inset
30502 </cell>
30503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 </row>
30513 </lyxtabular>
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531
30532 \backslash
30533 TabBesEnd
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \end_layout
30540
30541 \begin_layout Standard
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 else
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \begin_inset Note Note
30556 status open
30557
30558 \begin_layout Plain Layout
30559 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
30560  
30561 \series bold
30562 sidecap
30563 \series default
30564 .
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Debes instalar el paquete \SpecialChar LaTeX
30574  
30575 \series bold
30576 sidecap
30577 \series default
30578  para ver la parte siguiente en la salida.
30579 \end_layout
30580
30581 \begin_layout Standard
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587
30588 \backslash
30589 fi
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Section
30598 Índice de flotantes
30599 \begin_inset Index idx
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 Flotantes ! Índice de
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 Igual que en el índice general se listan las secciones del documento, hay
30613  índices para todos los tipos de flotantes, como las figuras.
30614  Se pueden insertar mediante los submenús 
30615 \family sans
30616 Insertar\SpecialChar menuseparator
30617 Índice
30618 \family default
30619 s.
30620 \end_layout
30621
30622 \begin_layout Standard
30623 Las entradas de los índices son las leyendas del flotante o su título breve,
30624  el número de flotante y el número de la página del documento en la que
30625  aparecen.
30626 \end_layout
30627
30628 \begin_layout Standard
30629 Puedes encontrar los índices de figuras y cuadros al final de este documento.
30630 \end_layout
30631
30632 \begin_layout Chapter
30633 Notas
30634 \end_layout
30635
30636 \begin_layout Section
30637 Notas en \SpecialChar LyX
30638
30639 \begin_inset Index idx
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 Notas ! en \SpecialChar LyX
30644
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 Las notas se insertan con el botón 
30654 \begin_inset Info
30655 type  "icon"
30656 arg   "note-insert"
30657 \end_inset
30658
30659  o con el menú 
30660 \family sans
30661 Insertar\SpecialChar menuseparator
30662 Nota
30663 \family default
30664 .
30665  Hay tres tipos de notas:
30666 \end_layout
30667
30668 \begin_layout Description
30669 Nota
30670 \begin_inset space ~
30671 \end_inset
30672
30673 \SpecialChar LyX
30674  Este tipo es para notas internas que no han de aparecer en la salida.
30675  Su cuadro se muestra como este:
30676 \begin_inset Newline newline
30677 \end_inset
30678
30679
30680 \begin_inset Newline newline
30681 \end_inset
30682
30683
30684 \begin_inset Graphics
30685         filename clipart/NotaLyXImagen.png
30686         display false
30687
30688 \end_inset
30689
30690  
30691 \begin_inset Note Note
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 Este es un texto en un recuadro que no se muestra en la salida.
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Description
30704 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
30705  comentario de \SpecialChar LaTeX
30706 , cuando exportas el documento a \SpecialChar LaTeX
30707  vía menú 
30708 \family sans
30709 Archivo\SpecialChar menuseparator
30710 Exportar\SpecialChar menuseparator
30711 LaTeX
30712 \begin_inset space ~
30713 \end_inset
30714
30715 (pdflatex) / (simple)
30716 \family default
30717 .
30718  Su recuadro se ve así:
30719 \begin_inset Newline newline
30720 \end_inset
30721
30722
30723 \begin_inset Newline newline
30724 \end_inset
30725
30726
30727 \begin_inset Graphics
30728         filename clipart/ComentNotaImagen.png
30729         display false
30730
30731 \end_inset
30732
30733  
30734 \begin_inset Note Comment
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
30739 .
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \end_layout
30746
30747 \begin_layout Description
30748 Nota
30749 \begin_inset space ~
30750 \end_inset
30751
30752 gris Esta nota aparece en la salida como texto en color gris pálido.
30753  Su recuadro se ve así:
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \begin_inset Newline newline
30759 \end_inset
30760
30761
30762 \begin_inset Graphics
30763         filename clipart/GrisNotaImagen.png
30764         display false
30765
30766 \end_inset
30767
30768
30769 \begin_inset Newline newline
30770 \end_inset
30771
30772
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 renewenvironment{lyxgreyedout}
30781 \end_layout
30782
30783 \begin_layout Plain Layout
30784
30785 {
30786 \backslash
30787 textcolor[gray]{0.8}
30788 \backslash
30789 bgroup}{
30790 \backslash
30791 egroup}
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \begin_inset Note Greyedout
30798 status open
30799
30800 \begin_layout Plain Layout
30801 Texto en color gris palido en la salida.
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812
30813 \backslash
30814 renewenvironment{lyxgreyedout}
30815 \end_layout
30816
30817 \begin_layout Plain Layout
30818
30819 {
30820 \backslash
30821 textcolor{blue}
30822 \backslash
30823 bgroup}{
30824 \backslash
30825 egroup}
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \begin_inset Note Note
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
30836  original de \SpecialChar LyX
30837 , ya que en el preámbulo de este documento se han redefinido
30838  estas notas para que salgan en azul, como se indica más adelante.
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \begin_inset Newline newline
30845 \end_inset
30846
30847
30848 \begin_inset Newline newline
30849 \end_inset
30850
30851 Como se ve en el ejemplo, la primera línea de las notas grises tiene una
30852  pequeña sangría, y por otra parte pueden tener notas al pie.
30853 \end_layout
30854
30855 \begin_layout Standard
30856 \begin_inset VSpace bigskip
30857 \end_inset
30858
30859 Si usas el botón de la barra de herramientas 
30860 \begin_inset Info
30861 type  "icon"
30862 arg   "note-insert"
30863 \end_inset
30864
30865  para insertar notas, se inserta una 
30866 \family sans
30867 Nota
30868 \begin_inset space ~
30869 \end_inset
30870
30871 \SpecialChar LyX
30872
30873 \family default
30874 .
30875  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
30876  
30877 \family roman
30878 \series medium
30879 \bar no
30880 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
30881  botón de herramienta 
30882 \family sans
30883 \series default
30884 \bar default
30885 Nota
30886 \family default
30887 .
30888  Para cambiar una nota a texto, pulsa la tecla 
30889 \family sans
30890 Retroceso
30891 \family default
30892  cuando el cursor está en la primera posición de una nota, o la tecla 
30893 \family sans
30894 Supr
30895 \family default
30896  cuando el cursor está en la última posición de la nota, respectivamente.
30897 \end_layout
30898
30899 \begin_layout Standard
30900 \begin_inset VSpace bigskip
30901 \end_inset
30902
30903 El color del texto en las notas grises puede cambiarse en el menú 
30904 \family sans
30905 Documento\SpecialChar menuseparator
30906 Configuración\SpecialChar menuseparator
30907 Colores
30908 \family default
30909 .
30910 \end_layout
30911
30912 \begin_layout Section
30913 Notas al pie
30914 \begin_inset CommandInset label
30915 LatexCommand label
30916 name "sec:Notas-al-pie"
30917
30918 \end_inset
30919
30920
30921 \begin_inset Index idx
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925 Notas ! al pie
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 Las notas al pie se insertan con el botón 
30935 \begin_inset Info
30936 type  "icon"
30937 arg   "footnote-insert"
30938 \end_inset
30939
30940  o el menú 
30941 \family sans
30942 Insertar\SpecialChar menuseparator
30943 Nota
30944 \begin_inset space ~
30945 \end_inset
30946
30947 al
30948 \begin_inset space ~
30949 \end_inset
30950
30951 pie
30952 \family default
30953 .
30954  
30955 \family roman
30956 \series medium
30957 \bar no
30958 Aparece un recuadro como este:
30959 \family default
30960 \series default
30961 \bar default
30962  
30963 \begin_inset Graphics
30964         filename clipart/notapie.png
30965         scale 90
30966
30967 \end_inset
30968
30969  
30970 \family roman
30971 \series medium
30972 \bar no
30973 donde puedes introducir el texto.
30974  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
30975  sobre el
30976 \family default
30977 \series default
30978 \bar default
30979  
30980 \family roman
30981 \series medium
30982 \bar no
30983 botón
30984 \family default
30985 \series default
30986 \bar default
30987 .
30988  Para cambiar una nota al pie a texto, pulsa la tecla 
30989 \family sans
30990 Retroceso
30991 \family default
30992  cuando el cursor está en la primera posición de la nota al pie, o la tecla
30993  
30994 \family sans
30995 Supr
30996 \family default
30997  cuando el cursor está en la última posición de la nota, respectivamente.
30998 \end_layout
30999
31000 \begin_layout Standard
31001 Aquí hay un ejemplo de nota al pie:
31002 \family roman
31003 \series medium
31004 \bar no
31005
31006 \begin_inset Foot
31007 status open
31008
31009 \begin_layout Plain Layout
31010 \begin_inset CommandInset label
31011 LatexCommand label
31012 name "pie:Esto-es-una"
31013
31014 \end_inset
31015
31016 Ejemplo de nota al pie.
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \family default
31023 \series default
31024 \bar default
31025
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 newcounter{MyRepeatFoot}
31034 \end_layout
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 setcounter{MyRepeatFoot}{
31041 \backslash
31042 thefootnote}
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 En la salida, el pie se muestra como número voladito en el lugar del texto
31052  donde se coloca el recuadro.
31053  El texto se coloca al final de la página actual.
31054  Los números de las notas son calculados por \SpecialChar LaTeX
31055 , y son consecutivos.
31056  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
31057 \end_layout
31058
31059 \begin_layout Standard
31060 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
31061  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
31062  se describe en la sección
31063 \begin_inset space ~
31064 \end_inset
31065
31066
31067 \begin_inset CommandInset ref
31068 LatexCommand ref
31069 reference "sec:Referencias-a-Flotantes"
31070
31071 \end_inset
31072
31073 .
31074 \begin_inset Newline newline
31075 \end_inset
31076
31077 Esto es una referencia cruzada a la Nota al pie
31078 \begin_inset space ~
31079 \end_inset
31080
31081
31082 \begin_inset CommandInset ref
31083 LatexCommand ref
31084 reference "pie:Esto-es-una"
31085
31086 \end_inset
31087
31088 .
31089 \end_layout
31090
31091 \begin_layout Standard
31092 \begin_inset VSpace defskip
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \begin_layout Standard
31099 Las notas al pie en entornos de título generalmente no se numeran y no pueden
31100  contener varios párrafos.
31101  Véase como ejemplo la nota al pie en el título de este documento.
31102  
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset VSpace defskip
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \begin_layout Standard
31113 Debido a razones técnicas, \SpecialChar LaTeX
31114  no imprime las notas al pie en cuadros.
31115  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
31116  se inserta el comando 
31117 \series bold
31118
31119 \backslash
31120 footnotemark{}
31121 \series default
31122  en código \SpecialChar TeX
31123 .
31124  El texto de la nota se introduce como argumento del comando
31125 \series bold
31126  
31127 \backslash
31128 footnotetext
31129 \series default
31130  después del cuadro.
31131 \begin_inset Newline newline
31132 \end_inset
31133
31134 Esto es lo que se ha hecho para el siguiente cuadro con el comando
31135 \end_layout
31136
31137 \begin_layout Standard
31138
31139 \series bold
31140
31141 \backslash
31142 footnotetext{
31143 \series default
31144 Texto de la nota del cuadro.
31145 \series bold
31146 }
31147 \end_layout
31148
31149 \begin_layout Standard
31150 \begin_inset Tabular
31151 <lyxtabular version="3" rows="2" columns="1">
31152 <features tabularvalignment="middle">
31153 <column alignment="center" valignment="top">
31154 <row>
31155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159 Texto de ejemplo.
31160 \begin_inset Foot
31161 status open
31162
31163 \begin_layout Plain Layout
31164 ¡Esta nota no se imprimirá!
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \end_inset
31173 </cell>
31174 </row>
31175 <row>
31176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31177 \begin_inset Text
31178
31179 \begin_layout Plain Layout
31180 Texto de ejemplo.
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186
31187 \backslash
31188 footnotemark{}
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \end_inset
31197 </cell>
31198 </row>
31199 </lyxtabular>
31200
31201 \end_inset
31202
31203
31204 \begin_inset ERT
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208
31209
31210 \backslash
31211 footnotetext{
31212 \end_layout
31213
31214 \end_inset
31215
31216 Texto de la nota del cuadro.
31217 \begin_inset ERT
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221
31222 }
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \begin_layout Standard
31231 Las notas al pie en cuadros multipágina se describen en la sección
31232 \begin_inset space ~
31233 \end_inset
31234
31235
31236 \begin_inset CommandInset ref
31237 LatexCommand ref
31238 reference "subsec:Notas-al-pie-en-Cuadros-Multipágina"
31239
31240 \end_inset
31241
31242 .
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
31247  y con numeración diferente debido a que una minipágina es como una página
31248  dentro de otra.
31249  (Más información sobre minipáginas en la sección
31250 \begin_inset space ~
31251 \end_inset
31252
31253
31254 \begin_inset CommandInset ref
31255 LatexCommand ref
31256 reference "sec:Minipáginas"
31257
31258 \end_inset
31259
31260 ).
31261  Para poner notas en una minipágina que se impriman a pie de página como
31262  las notas al pie normales, se puede usar también el método de 
31263 \series bold
31264
31265 \backslash
31266 footnotemark{}
31267 \series default
31268  y 
31269 \series bold
31270
31271 \backslash
31272 footnotetext
31273 \series default
31274 .
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset Box Frameless
31279 position "t"
31280 hor_pos "c"
31281 has_inner_box 1
31282 inner_pos "t"
31283 use_parbox 0
31284 use_makebox 0
31285 width "100col%"
31286 special "none"
31287 height "1in"
31288 height_special "totalheight"
31289 thickness "0.4pt"
31290 separation "3pt"
31291 shadowsize "4pt"
31292 framecolor "black"
31293 backgroundcolor "none"
31294 status open
31295
31296 \begin_layout Plain Layout
31297 Muestra de texto en una minipágina.
31298 \begin_inset Foot
31299 status open
31300
31301 \begin_layout Plain Layout
31302 Nota en la minipágina.
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Plain Layout
31311 Muestra de texto en una minipágina.
31312 \begin_inset ERT
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316
31317
31318 \backslash
31319 footnotemark{}
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 \begin_inset ERT
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337
31338
31339 \backslash
31340 footnotetext{
31341 \end_layout
31342
31343 \end_inset
31344
31345 Nota fuera de la minipágina.
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351 }
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \begin_layout Standard
31360 \begin_inset VSpace defskip
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \begin_layout Standard
31367 Para hacer referencia a la misma nota varias veces sin imprimir su texto
31368  cada vez, usa el comando 
31369 \series bold
31370
31371 \backslash
31372 footnotemark[number]
31373 \series default
31374  en código \SpecialChar TeX
31375 .
31376 \begin_inset Newline newline
31377 \end_inset
31378
31379 Como el número de la nota repetida no se conoce mientras se escribe el texto,
31380  hay que guardarlo.
31381  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
31382  comandos en código \SpecialChar TeX
31383  después de la nota al pie
31384 \begin_inset space ~
31385 \end_inset
31386
31387
31388 \begin_inset CommandInset ref
31389 LatexCommand ref
31390 reference "pie:Esto-es-una"
31391
31392 \end_inset
31393
31394  para guardar el número de la nota: 
31395 \end_layout
31396
31397 \begin_layout Standard
31398
31399 \series bold
31400
31401 \backslash
31402 newcounter{MyRepeatFoot}
31403 \begin_inset Newline newline
31404 \end_inset
31405
31406
31407 \backslash
31408 setcounter{MyRepeatFoot}{
31409 \backslash
31410 thefootnote}
31411 \end_layout
31412
31413 \begin_layout Standard
31414 La marca de la nota se ha creado después con el comando:
31415 \end_layout
31416
31417 \begin_layout Standard
31418
31419 \series bold
31420
31421 \backslash
31422 footnotemark[
31423 \backslash
31424 theMyRepeatFoot]
31425 \end_layout
31426
31427 \begin_layout Standard
31428 Aquí hay una nota repetida:
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 footnotemark[
31437 \backslash
31438 theMyRepeatFoot]
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Para repetir la nota al pie previa, se puede omitir el guardado del número
31448  de la nota y usar en su lugar el comando:
31449 \end_layout
31450
31451 \begin_layout Standard
31452
31453 \series bold
31454
31455 \backslash
31456 footnotemark[
31457 \backslash
31458 thefootnote]
31459 \end_layout
31460
31461 \begin_layout Standard
31462 Aquí hay otra nota repetida:
31463 \begin_inset ERT
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467
31468
31469 \backslash
31470 footnotemark[
31471 \backslash
31472 thefootnote]
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Subsection
31481 Numeración de notas al pie
31482 \begin_inset CommandInset label
31483 LatexCommand label
31484 name "subsec:Numeración-de-Notas-al-Pie"
31485
31486 \end_inset
31487
31488
31489 \begin_inset Index idx
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493 Notas ! al pie ! numeración
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \begin_layout Standard
31502 Para reiniciar el número de pie a 1 en cada sección añade
31503 \family roman
31504  en el preámbulo el comando:
31505 \end_layout
31506
31507 \begin_layout Standard
31508
31509 \series bold
31510
31511 \backslash
31512 @addtoreset{footnote}{section}
31513 \end_layout
31514
31515 \begin_layout Standard
31516 \begin_inset VSpace bigskip
31517 \end_inset
31518
31519 El siguiente comando en el preámbulo cambia el estilo de numeración del
31520  pie a números romanos en minúsculas:
31521 \end_layout
31522
31523 \begin_layout Standard
31524
31525 \series bold
31526
31527 \backslash
31528 renewcommand{
31529 \backslash
31530 thefootnote}{
31531 \backslash
31532 roman{footnote}}
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \begin_inset ERT
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540
31541
31542 \backslash
31543 renewcommand{
31544 \backslash
31545 thefootnote}{
31546 \backslash
31547 roman{footnote}}
31548 \end_layout
31549
31550 \end_inset
31551
31552  Nota al pie en números romanos:
31553 \begin_inset Foot
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 Ejemplo de nota al pie en números romanos.
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568
31569 \backslash
31570 renewcommand{
31571 \backslash
31572 thefootnote}{
31573 \backslash
31574 arabic{footnote}}
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
31584  
31585 \series bold
31586
31587 \backslash
31588 roman
31589 \series default
31590  por 
31591 \series bold
31592
31593 \backslash
31594 Roman
31595 \series default
31596 .
31597  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
31598 \series bold
31599
31600 \backslash
31601 Alph
31602 \series default
31603  o 
31604 \series bold
31605
31606 \backslash
31607 alph
31608 \series default
31609 , respectivamente.
31610  Para ordenar las notas al pie con símbolos usa 
31611 \series bold
31612
31613 \backslash
31614 fnsymbol
31615 \series default
31616 .
31617 \end_layout
31618
31619 \begin_layout Standard
31620 \begin_inset Note Greyedout
31621 status open
31622
31623 \begin_layout Plain Layout
31624
31625 \series bold
31626 Nota:
31627 \series default
31628  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
31629  simples.
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \begin_inset Newline newline
31636 \end_inset
31637
31638
31639 \begin_inset Note Greyedout
31640 status open
31641
31642 \begin_layout Plain Layout
31643
31644 \series bold
31645 Nota:
31646 \series default
31647  sólo puedes ordenar hasta 9 pies con símbolos.
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Standard
31656 Para volver al estilo de numeración predeterminado cuando has cambiado a
31657  otro estilo, usa 
31658 \series bold
31659
31660 \backslash
31661 arabic
31662 \series default
31663  en vez de 
31664 \series bold
31665
31666 \backslash
31667 roman
31668 \series default
31669  en el comando anterior.
31670 \begin_inset ERT
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674
31675
31676 \backslash
31677 renewcommand{
31678 \backslash
31679 thefootnote}{
31680 \backslash
31681 arabic{footnote}}
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \begin_layout Standard
31690 \begin_inset VSpace bigskip
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
31698  comando al preámbulo del documento:
31699 \end_layout
31700
31701 \begin_layout Standard
31702
31703 \series bold
31704
31705 \backslash
31706 numberwithin{footnote}{chapter}
31707 \end_layout
31708
31709 \begin_layout Standard
31710 Para poder usar el comando 
31711 \series bold
31712
31713 \backslash
31714 numberwithin
31715 \series default
31716 , marca la opción 
31717 \family sans
31718 Usar
31719 \family default
31720
31721 \begin_inset space ~
31722 \end_inset
31723
31724
31725 \family sans
31726 el
31727 \family default
31728
31729 \begin_inset space ~
31730 \end_inset
31731
31732
31733 \family sans
31734 paquete
31735 \family default
31736
31737 \begin_inset space ~
31738 \end_inset
31739
31740
31741 \family sans
31742 AMS
31743 \family default
31744  en la sección 
31745 \family sans
31746 Opciones para ecuaciones
31747 \family default
31748  de la configuración del documento.
31749 \end_layout
31750
31751 \begin_layout Standard
31752 \begin_inset ERT
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756
31757
31758 \backslash
31759 numberwithin{footnote}{chapter}
31760 \end_layout
31761
31762 \end_inset
31763
31764 Esto es otro ejemplo de nota al pie:
31765 \series bold
31766
31767 \begin_inset Foot
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 Nota al pie numerada en el esquema 
31772 \begin_inset Quotes eld
31773 \end_inset
31774
31775 capítulo.nota
31776 \begin_inset Quotes erd
31777 \end_inset
31778
31779 .
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \series default
31786
31787 \begin_inset ERT
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791
31792
31793 \backslash
31794 renewcommand{
31795 \backslash
31796 thefootnote}{
31797 \backslash
31798 arabic{footnote}}
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Standard
31807 \begin_inset Note Greyedout
31808 status open
31809
31810 \begin_layout Plain Layout
31811
31812 \series bold
31813 Nota: 
31814 \backslash
31815 numberwithin 
31816 \series default
31817 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
31818  previas para obtener números no arábigos se sobreescriben.
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \end_layout
31825
31826 \begin_layout Standard
31827 Así, para obtener por ejemplo el esquema «capítulo.
31828 \backslash
31829 Roman{footnote}», usa este comando en vez de 
31830 \series bold
31831
31832 \backslash
31833 numberwithin
31834 \series default
31835 :
31836 \end_layout
31837
31838 \begin_layout Standard
31839
31840 \series bold
31841
31842 \backslash
31843 renewcommand{
31844 \backslash
31845 thefootnote}{
31846 \backslash
31847 thechapter.
31848 \backslash
31849 Roman{footnote}}
31850 \end_layout
31851
31852 \begin_layout Subsection
31853 Colocación de notas al pie
31854 \begin_inset Index idx
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858 Notas ! al pie ! colocación
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \begin_layout Standard
31867 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
31868  entre ellas al final de la página.
31869  Para hacerlas más legibles puedes añadir 1.5
31870 \begin_inset space \thinspace{}
31871 \end_inset
31872
31873 mm, p.
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877 ej., con el comando siguiente en el preámbulo:
31878 \end_layout
31879
31880 \begin_layout Standard
31881
31882 \series bold
31883
31884 \backslash
31885 let
31886 \backslash
31887 myFoot
31888 \backslash
31889 footnote
31890 \begin_inset Newline newline
31891 \end_inset
31892
31893
31894 \backslash
31895 renewcommand{
31896 \backslash
31897 footnote}[1]{
31898 \backslash
31899 myFoot{#1
31900 \backslash
31901 vspace{1.5mm}}}
31902 \end_layout
31903
31904 \begin_layout Standard
31905 \begin_inset VSpace bigskip
31906 \end_inset
31907
31908 En documentos a dos columnas la nota al pie aparece al final de cada columna,
31909  véase la figura
31910 \begin_inset space ~
31911 \end_inset
31912
31913
31914 \begin_inset CommandInset ref
31915 LatexCommand ref
31916 reference "fig:Colocación-standard-del-pie"
31917
31918 \end_inset
31919
31920 .
31921  Si las notas debieran mostrarse sólo al final de la columna derecha, como
31922  en la figura
31923 \begin_inset space ~
31924 \end_inset
31925
31926
31927 \begin_inset CommandInset ref
31928 LatexCommand ref
31929 reference "fig:Colocación-del-pie-en"
31930
31931 \end_inset
31932
31933 , usa el paquete \SpecialChar LaTeX
31934  
31935 \series bold
31936 ftnright
31937 \series default
31938
31939 \begin_inset Index idx
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943 \SpecialChar LaTeX
31944 -paquetes ! ftnright
31945 \end_layout
31946
31947 \end_inset
31948
31949  con este comando en el preámbulo:
31950 \end_layout
31951
31952 \begin_layout Standard
31953
31954 \series bold
31955
31956 \backslash
31957 usepackage{ftnright}
31958 \end_layout
31959
31960 \begin_layout Standard
31961 \begin_inset Float figure
31962 placement !h
31963 wide false
31964 sideways false
31965 status open
31966
31967 \begin_layout Plain Layout
31968 \noindent
31969 \align center
31970 \begin_inset Box Boxed
31971 position "t"
31972 hor_pos "c"
31973 has_inner_box 0
31974 inner_pos "t"
31975 use_parbox 0
31976 use_makebox 0
31977 width ""
31978 special "none"
31979 height "1in"
31980 height_special "totalheight"
31981 thickness "0.4pt"
31982 separation "3pt"
31983 shadowsize "4pt"
31984 framecolor "black"
31985 backgroundcolor "none"
31986 status open
31987
31988 \begin_layout Plain Layout
31989 \begin_inset Graphics
31990         filename ../clipart/without_fntright.pdf
31991         width 100col%
31992         scaleBeforeRotation
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \begin_layout Plain Layout
32005 \begin_inset Caption Standard
32006
32007 \begin_layout Plain Layout
32008 \begin_inset CommandInset label
32009 LatexCommand label
32010 name "fig:Colocación-standard-del-pie"
32011
32012 \end_inset
32013
32014 Colocación estándar de notas al pie en documentos a dos columnas.
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \begin_layout Standard
32028 \begin_inset Float figure
32029 placement !h
32030 wide false
32031 sideways false
32032 status open
32033
32034 \begin_layout Plain Layout
32035 \noindent
32036 \align center
32037 \begin_inset Box Boxed
32038 position "t"
32039 hor_pos "c"
32040 has_inner_box 0
32041 inner_pos "t"
32042 use_parbox 0
32043 use_makebox 0
32044 width ""
32045 special "none"
32046 height "1in"
32047 height_special "totalheight"
32048 thickness "0.4pt"
32049 separation "3pt"
32050 shadowsize "4pt"
32051 framecolor "black"
32052 backgroundcolor "none"
32053 status open
32054
32055 \begin_layout Plain Layout
32056 \begin_inset Graphics
32057         filename ../clipart/with_fntright.pdf
32058         width 100col%
32059         scaleBeforeRotation
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Plain Layout
32072 \begin_inset Caption Standard
32073
32074 \begin_layout Plain Layout
32075 \begin_inset CommandInset label
32076 LatexCommand label
32077 name "fig:Colocación-del-pie-en"
32078
32079 \end_inset
32080
32081 Colocación de la nota al pie en documentos a dos columnas cuando se usa
32082  el paquete \SpecialChar LaTeX
32083  
32084 \series bold
32085 ftnright
32086 \series default
32087 .
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 \begin_inset VSpace bigskip
32102 \end_inset
32103
32104 En alguna literatura científica es habitual reunir las notas para imprimirlas
32105  en un párrafo separado al final de la sección, como en la figura
32106 \begin_inset space ~
32107 \end_inset
32108
32109
32110 \begin_inset CommandInset ref
32111 LatexCommand ref
32112 reference "fig:Notas-al-pie-al-final"
32113
32114 \end_inset
32115
32116 .
32117  Para reunir las notas al final
32118 \begin_inset Index idx
32119 status collapsed
32120
32121 \begin_layout Plain Layout
32122 Notas ! al final
32123 \end_layout
32124
32125 \end_inset
32126
32127  en vez de a pie de página, carga en el menú 
32128 \family sans
32129 Documento\SpecialChar menuseparator
32130 Configuratión\SpecialChar menuseparator
32131 Módulos
32132 \family default
32133  el módulo 
32134 \family sans
32135 Pie
32136 \begin_inset space ~
32137 \end_inset
32138
32139 al
32140 \begin_inset space ~
32141 \end_inset
32142
32143 final
32144 \family default
32145 .
32146  Para insertar la colección de notas, escribe el comando
32147 \end_layout
32148
32149 \begin_layout Standard
32150
32151 \series bold
32152
32153 \backslash
32154 theendnotes
32155 \end_layout
32156
32157 \begin_layout Standard
32158 en código \SpecialChar TeX
32159  al final de una sección o capítulo.
32160 \end_layout
32161
32162 \begin_layout Standard
32163 \begin_inset Float figure
32164 wide false
32165 sideways false
32166 status open
32167
32168 \begin_layout Plain Layout
32169 \align center
32170 \begin_inset Box Boxed
32171 position "t"
32172 hor_pos "c"
32173 has_inner_box 0
32174 inner_pos "t"
32175 use_parbox 0
32176 use_makebox 0
32177 width ""
32178 special "none"
32179 height "1in"
32180 height_special "totalheight"
32181 thickness "0.4pt"
32182 separation "3pt"
32183 shadowsize "4pt"
32184 framecolor "black"
32185 backgroundcolor "none"
32186 status open
32187
32188 \begin_layout Plain Layout
32189 \begin_inset Graphics
32190         filename ../clipart/endnotes.pdf
32191         width 100col%
32192         scaleBeforeRotation
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Plain Layout
32205 \begin_inset Caption Standard
32206
32207 \begin_layout Plain Layout
32208 \begin_inset CommandInset label
32209 LatexCommand label
32210 name "fig:Notas-al-pie-al-final"
32211
32212 \end_inset
32213
32214 Notas al final: notas impresas en párrafo separado al final de la sección
32215  o del capítulo.
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Standard
32229 \begin_inset VSpace medskip
32230 \end_inset
32231
32232 La cabecera de párrafo para las notas finales no se traduce automáticamente
32233  al lenguaje del documento, hay que hacerlo manualmente.
32234  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
32235  español «Notas»:
32236 \end_layout
32237
32238 \begin_layout Standard
32239
32240 \series bold
32241
32242 \backslash
32243 renewcommand{
32244 \backslash
32245 notesname}{Notas}
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \begin_inset VSpace medskip
32250 \end_inset
32251
32252 La numeración de notas finales puede cambiarse como la de las notas al pie,
32253  como se describe en la sección
32254 \begin_inset space ~
32255 \end_inset
32256
32257
32258 \begin_inset CommandInset ref
32259 LatexCommand ref
32260 reference "subsec:Numeración-de-Notas-al-Pie"
32261
32262 \end_inset
32263
32264 ; sólo hay que reemplazar el comando 
32265 \series bold
32266
32267 \backslash
32268 thefootnote
32269 \series default
32270  por 
32271 \series bold
32272
32273 \backslash
32274 theendnote
32275 \series default
32276 .
32277  Para restablecer la numeración usa el comando 
32278 \series bold
32279
32280 \backslash
32281 @addtoreset
32282 \series default
32283  como se describe en la sección
32284 \begin_inset space ~
32285 \end_inset
32286
32287
32288 \begin_inset CommandInset ref
32289 LatexCommand ref
32290 reference "subsec:Numeración-de-Notas-al-Pie"
32291
32292 \end_inset
32293
32294  y sustituye el parámetro de comando 
32295 \series bold
32296 footnote
32297 \series default
32298  por 
32299 \series bold
32300 endnote
32301 \series default
32302 .
32303 \end_layout
32304
32305 \begin_layout Standard
32306 Para notas al final hay el comando el comando 
32307 \series bold
32308
32309 \backslash
32310 endnotemark[número]
32311 \series default
32312  similar al comando 
32313 \series bold
32314
32315 \backslash
32316 footnotemark
32317 \series default
32318 , descrito en la sección
32319 \begin_inset space ~
32320 \end_inset
32321
32322
32323 \begin_inset CommandInset ref
32324 LatexCommand ref
32325 reference "sec:Notas-al-pie"
32326
32327 \end_inset
32328
32329 .
32330 \end_layout
32331
32332 \begin_layout Standard
32333 \begin_inset VSpace bigskip
32334 \end_inset
32335
32336 Las notas al pie también pueden colocarse al margen de la página y la alineación
32337  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
32338  
32339 \series bold
32340 footmisc
32341 \series default
32342
32343 \begin_inset Index idx
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347 \SpecialChar LaTeX
32348 -paquetes ! footmisc
32349 \end_layout
32350
32351 \end_inset
32352
32353  
32354 \begin_inset CommandInset citation
32355 LatexCommand cite
32356 key "footmisc"
32357 literal "true"
32358
32359 \end_inset
32360
32361  para más información.
32362 \end_layout
32363
32364 \begin_layout Standard
32365 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
32366
32367 \begin_inset CommandInset citation
32368 LatexCommand cite
32369 key "latexcompanion,latexguide,latexbook"
32370 literal "true"
32371
32372 \end_inset
32373
32374 .
32375  Si estás usando una clase de documento 
32376 \series bold
32377 KOMA-Script
32378 \series default
32379
32380 \begin_inset Index idx
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 \SpecialChar LaTeX
32385 -paquetes ! KOMA-Script
32386 \end_layout
32387
32388 \end_inset
32389
32390 , puedes ajustar las características de las notas al pie mediante comandos
32391  específicos de la clase, véase 
32392 \begin_inset CommandInset citation
32393 LatexCommand cite
32394 key "KOMA-Script"
32395 literal "true"
32396
32397 \end_inset
32398
32399 .
32400 \end_layout
32401
32402 \begin_layout Section
32403 Notas al margen
32404 \begin_inset Index idx
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408 Notas ! al margen
32409 \end_layout
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \begin_layout Standard
32417 Las notas al margen se ven y se comportan en \SpecialChar LyX
32418  como notas al pie.
32419  Se insertan con el menú 
32420 \family sans
32421 Insertar\SpecialChar menuseparator
32422 Nota
32423 \begin_inset space ~
32424 \end_inset
32425
32426 al
32427 \begin_inset space ~
32428 \end_inset
32429
32430 margen
32431 \family default
32432  o con el botón 
32433 \begin_inset Info
32434 type  "icon"
32435 arg   "marginalnote-insert"
32436 \end_inset
32437
32438 .
32439  Aparece un cuadro gris con la etiqueta 
32440 \family roman
32441 \series medium
32442 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
32443 \end_layout
32444
32445 \begin_layout Standard
32446 Al lado hay un ejemplo de nota al margen.
32447
32448 \family roman
32449 \series medium
32450  
32451 \begin_inset Marginal
32452 status open
32453
32454 \begin_layout Plain Layout
32455 Esto es una nota al margen.
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Standard
32464 Estas notas salen en el margen derecho en documentos a una cara.
32465  En documentos a doble cara se muestran en el margen externo —margen izquierdo
32466  en páginas pares, derecho en páginas impares—.
32467  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
32468  a la derecha si la nota aparece en el margen izquierdo—.
32469  La primera línea de la nota se sitúa en la posición de la línea del texto
32470  en la que se inserta en el documento.
32471 \end_layout
32472
32473 \begin_layout Standard
32474 \begin_inset VSpace bigskip
32475 \end_inset
32476
32477 Para colocar la nota en el margen interno añade el comando
32478 \end_layout
32479
32480 \begin_layout Standard
32481
32482 \series bold
32483
32484 \backslash
32485 reversemarginpar
32486 \end_layout
32487
32488 \begin_layout Standard
32489 en código \SpecialChar TeX
32490  antes de la nota.
32491  La nueva colocación es válida para todas las siguientes notas al margen.
32492  
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498
32499 \backslash
32500 reversemarginpar 
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \begin_inset Marginal
32507 status open
32508
32509 \begin_layout Plain Layout
32510 Esto es una nota en el margen interno.
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \series bold
32517
32518 \begin_inset Newline newline
32519 \end_inset
32520
32521
32522 \series default
32523
32524 \begin_inset Note Greyedout
32525 status open
32526
32527 \begin_layout Plain Layout
32528
32529 \series bold
32530 Nota:
32531 \series default
32532  A veces no hay espacio suficiente en el margen interno, por lo que la nota
32533  no se mostrará correctamente en la salida.
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Standard
32542 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
32543  el comando
32544 \begin_inset ERT
32545 status collapsed
32546
32547 \begin_layout Plain Layout
32548
32549
32550 \backslash
32551 normalmarginpar 
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560
32561 \series bold
32562
32563 \backslash
32564 normalmarginpar
32565 \end_layout
32566
32567 \begin_layout Standard
32568 \begin_inset Note Greyedout
32569 status open
32570
32571 \begin_layout Plain Layout
32572
32573 \series bold
32574 Nota:
32575 \series default
32576  El comando se ignora si en el mismo párrafo está también presente el comando
32577  
32578 \series bold
32579
32580 \backslash
32581 reversemarginpar
32582 \series default
32583 .
32584 \end_layout
32585
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \begin_layout Standard
32592 \begin_inset VSpace bigskip
32593 \end_inset
32594
32595
32596 \family roman
32597 \series medium
32598
32599 \begin_inset Marginal
32600 status open
32601
32602 \begin_layout Plain Layout
32603 PalabraMuyLargaAlMargen no partida con guión.
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \family default
32610 \series default
32611  Como en el caso descrito en la sección
32612 \begin_inset space ~
32613 \end_inset
32614
32615
32616 \begin_inset CommandInset ref
32617 LatexCommand ref
32618 reference "subsec:Líneas-Múltiples-en"
32619
32620 \end_inset
32621
32622 , una palabra larga no puede partirse con guión cuando es la primera en
32623  la nota al margen.
32624  Para evitar esto, inserta un espacio horizontal de 0
32625 \begin_inset space \thinspace{}
32626 \end_inset
32627
32628 pt antes de la palabra
32629 \family roman
32630 \series medium
32631 .
32632 \end_layout
32633
32634 \begin_layout Standard
32635
32636 \family roman
32637 \series medium
32638 \begin_inset Marginal
32639 status open
32640
32641 \begin_layout Plain Layout
32642 \begin_inset ERT
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646
32647
32648 \backslash
32649 hspace{0pt}
32650 \end_layout
32651
32652 \end_inset
32653
32654 PalabraMuyLargaAlMargen partida con guión.
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \end_layout
32661
32662 \begin_layout Standard
32663 \begin_inset VSpace bigskip
32664 \end_inset
32665
32666
32667 \end_layout
32668
32669 \begin_layout Standard
32670 \begin_inset Note Greyedout
32671 status open
32672
32673 \begin_layout Plain Layout
32674
32675 \series bold
32676 Nota:
32677 \series default
32678  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
32679  y notas al pie.
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset VSpace bigskip
32689 \end_inset
32690
32691
32692 \end_layout
32693
32694 \begin_layout Standard
32695 \begin_inset ERT
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700
32701 \backslash
32702 ifmarginnote
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \begin_inset Note Note
32709 status open
32710
32711 \begin_layout Plain Layout
32712 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32713  \SpecialChar LaTeX
32714  
32715 \series bold
32716 marginnote
32717 \series default
32718 .
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \end_layout
32725
32726 \begin_layout Standard
32727 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
32728  
32729 \series bold
32730 marginnote
32731 \series default
32732
32733 \begin_inset Index idx
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 \SpecialChar LaTeX
32738 -paquetes ! marginnote
32739 \end_layout
32740
32741 \end_inset
32742
32743 .
32744  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
32745  para notas
32746  al margen es redefinido para usar el comando proporcionado por el paquete
32747  
32748 \series bold
32749 marginnote
32750 \series default
32751 :
32752 \end_layout
32753
32754 \begin_layout Standard
32755
32756 \series bold
32757
32758 \backslash
32759 usepackage{marginnote}
32760 \begin_inset Newline newline
32761 \end_inset
32762
32763
32764 \backslash
32765 let
32766 \backslash
32767 marginpar
32768 \backslash
32769 marginnote
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Esto se ha utilizado en el presente documento porque 
32774 \series bold
32775 marginnote
32776 \series default
32777  tiene una característica adicional útil: Puedes establecer un desplazamiento
32778  vertical a la nota.
32779  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
32780  diseño de la página.
32781  En \SpecialChar LyX
32782 , el desplazamiento se escribe directamente tras la nota al margen,
32783  en código \SpecialChar TeX
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788
32789 \series bold
32790 [desplazamiento]
32791 \end_layout
32792
32793 \begin_layout Standard
32794 donde desplazamiento es una longitud en una de las unidades del cuadro
32795 \begin_inset space ~
32796 \end_inset
32797
32798
32799 \begin_inset CommandInset ref
32800 LatexCommand ref
32801 reference "tab:Unidades"
32802
32803 \end_inset
32804
32805 .
32806  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
32807  abajo.
32808  
32809 \family roman
32810 \series medium
32811 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
32812 \begin_inset space \thinspace{}
32813 \end_inset
32814
32815 cm arriba con el comando en código \SpecialChar TeX
32816  
32817 \begin_inset Quotes eld
32818 \end_inset
32819
32820
32821 \family default
32822 \series bold
32823 [-1.5cm]
32824 \family roman
32825 \series medium
32826
32827 \begin_inset Quotes erd
32828 \end_inset
32829
32830
32831 \begin_inset Marginal
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835 Esta nota está 1.5
32836 \begin_inset space \thinspace{}
32837 \end_inset
32838
32839 cm por encima de su posición original.
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \family default
32846 \series default
32847
32848 \begin_inset ERT
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852
32853 [-1.5cm]
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Standard
32862 \begin_inset VSpace medskip
32863 \end_inset
32864
32865 Con 
32866 \series bold
32867 marginnote
32868 \series default
32869  también puedes cambiar la alineación del texto en el margen.
32870  Por ejemplo los comandos
32871 \end_layout
32872
32873 \begin_layout Standard
32874
32875 \series bold
32876
32877 \backslash
32878 renewcommand*{
32879 \backslash
32880 raggedleftmarginnote}{
32881 \backslash
32882 centering}
32883 \begin_inset Newline newline
32884 \end_inset
32885
32886
32887 \backslash
32888 renewcommand*{
32889 \backslash
32890 raggedrightmarginnote}{
32891 \backslash
32892 centering}
32893 \end_layout
32894
32895 \begin_layout Standard
32896 producen alineación centrada.
32897  
32898 \series bold
32899
32900 \backslash
32901 raggedleftmarginnote
32902 \series default
32903  identifica las notas que aparecen al lado izquierdo.
32904 \family roman
32905 \series medium
32906
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912
32913 \backslash
32914 renewcommand*{
32915 \backslash
32916 raggedleftmarginnote}{
32917 \backslash
32918 centering}
32919 \end_layout
32920
32921 \begin_layout Plain Layout
32922
32923
32924 \backslash
32925 renewcommand*{
32926 \backslash
32927 raggedrightmarginnote}{
32928 \backslash
32929 centering}
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \begin_inset Marginal
32936 status open
32937
32938 \begin_layout Plain Layout
32939 El texto de esta nota está centrado.
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \family default
32946 \series default
32947  El valor predeterminado es 
32948 \end_layout
32949
32950 \begin_layout Standard
32951
32952 \series bold
32953
32954 \backslash
32955 renewcommand*{
32956 \backslash
32957 raggedleftmarginnote}{
32958 \backslash
32959 raggedleft}
32960 \begin_inset Newline newline
32961 \end_inset
32962
32963
32964 \backslash
32965 renewcommand*{
32966 \backslash
32967 raggedrightmarginnote}{
32968 \backslash
32969 raggedright}
32970 \family roman
32971 \series medium
32972
32973 \begin_inset ERT
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977
32978
32979 \backslash
32980 renewcommand*{
32981 \backslash
32982 raggedleftmarginnote}{
32983 \backslash
32984 raggedleft}
32985 \end_layout
32986
32987 \begin_layout Plain Layout
32988
32989
32990 \backslash
32991 renewcommand*{
32992 \backslash
32993 raggedrightmarginnote}{
32994 \backslash
32995 raggedright}
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \begin_inset VSpace medskip
33005 \end_inset
33006
33007 Para otras características de 
33008 \series bold
33009 marginnote
33010 \series default
33011  mira en su documentación 
33012 \begin_inset CommandInset citation
33013 LatexCommand cite
33014 key "marginnote"
33015 literal "true"
33016
33017 \end_inset
33018
33019 .
33020 \end_layout
33021
33022 \begin_layout Standard
33023 \begin_inset VSpace bigskip
33024 \end_inset
33025
33026 El diseño de las notas al margen puede ser redefinido.
33027  Por ejemplo, para crear una cabecera para todas las notas con el texto
33028  
33029 \begin_inset Quotes eld
33030 \end_inset
33031
33032
33033 \series bold
33034 \bar under
33035 ¡
33036 \family sans
33037 Atención
33038 \family default
33039 !
33040 \series default
33041 \bar default
33042
33043 \begin_inset Quotes erd
33044 \end_inset
33045
33046 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
33047 \end_layout
33048
33049 \begin_layout Standard
33050
33051 \series bold
33052
33053 \backslash
33054 let
33055 \backslash
33056 myMarginpar
33057 \backslash
33058 marginpar
33059 \begin_inset Newline newline
33060 \end_inset
33061
33062
33063 \backslash
33064 renewcommand{
33065 \backslash
33066 marginpar}[1]{
33067 \backslash
33068 myMarginpar{%
33069 \begin_inset Newline newline
33070 \end_inset
33071
33072
33073 \begin_inset Phantom HPhantom
33074 status open
33075
33076 \begin_layout Plain Layout
33077
33078 \series bold
33079 \begin_inset space ~
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \backslash
33089 hspace{0pt}
33090 \backslash
33091 textsf{
33092 \backslash
33093 textbf{
33094 \backslash
33095 underbar{¡Atención!}}}%
33096 \begin_inset Newline newline
33097 \end_inset
33098
33099
33100 \begin_inset Phantom HPhantom
33101 status open
33102
33103 \begin_layout Plain Layout
33104
33105 \series bold
33106 \begin_inset space ~
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \backslash
33116 vspace{1.5mm}
33117 \backslash
33118
33119 \backslash
33120 #1}}
33121 \end_layout
33122
33123 \begin_layout Standard
33124
33125 \family roman
33126 \series medium
33127 \begin_inset ERT
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131
33132
33133 \backslash
33134 let
33135 \backslash
33136 myMarginpar
33137 \backslash
33138 marginpar
33139 \end_layout
33140
33141 \begin_layout Plain Layout
33142
33143
33144 \backslash
33145 renewcommand{
33146 \backslash
33147 marginpar}[1]{
33148 \backslash
33149 myMarginpar{%
33150 \end_layout
33151
33152 \begin_layout Plain Layout
33153
33154    
33155 \backslash
33156 textsf{
33157 \backslash
33158 textbf{
33159 \backslash
33160 underbar{¡Atención!}}}%
33161 \end_layout
33162
33163 \begin_layout Plain Layout
33164
33165    
33166 \backslash
33167 vspace{1.5mm}
33168 \backslash
33169
33170 \backslash
33171 #1}}
33172 \end_layout
33173
33174 \end_inset
33175
33176
33177 \begin_inset Marginal
33178 status open
33179
33180 \begin_layout Plain Layout
33181 Esta es una nota con una cabecera definida.
33182 \end_layout
33183
33184 \end_inset
33185
33186
33187 \family default
33188 \series default
33189
33190 \begin_inset ERT
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194
33195 [-1.5cm]
33196 \end_layout
33197
33198 \end_inset
33199
33200
33201 \family roman
33202 \series medium
33203
33204 \begin_inset ERT
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208
33209
33210 \backslash
33211 renewcommand{
33212 \backslash
33213 marginpar}[1]{
33214 \backslash
33215 myMarginpar{#1}}
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \family default
33222 \series default
33223
33224 \begin_inset Note Note
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \begin_layout Standard
33237 \begin_inset ERT
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241
33242
33243 \backslash
33244 else
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \begin_inset Note Note
33251 status open
33252
33253 \begin_layout Plain Layout
33254 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
33255  
33256 \series bold
33257 marginnote
33258 \series default
33259 .
33260 \end_layout
33261
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \begin_layout Standard
33268 Debes instalar el paquete \SpecialChar LaTeX
33269  
33270 \series bold
33271 marginnote
33272 \series default
33273  para ver la parte siguiente en la salida.
33274 \end_layout
33275
33276 \begin_layout Standard
33277 \begin_inset ERT
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281
33282
33283 \backslash
33284 fi
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Chapter
33293 Marcos
33294 \end_layout
33295
33296 \begin_layout Section
33297 Introducción
33298 \begin_inset Index idx
33299 status collapsed
33300
33301 \begin_layout Plain Layout
33302 Marcos ! Introducción
33303 \end_layout
33304
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \begin_layout Standard
33311 Los marcos se emplean para dar formato a bloques de texto.
33312  Se pueden usar para escribir documentos con varios idiomas, véase sección
33313 \begin_inset space ~
33314 \end_inset
33315
33316
33317 \begin_inset CommandInset ref
33318 LatexCommand ref
33319 reference "sec:Minipáginas"
33320
33321 \end_inset
33322
33323 , enmarcar textos, véase sección
33324 \begin_inset space ~
33325 \end_inset
33326
33327
33328 \begin_inset CommandInset ref
33329 LatexCommand ref
33330 reference "sec:Decoración"
33331
33332 \end_inset
33333
33334 , evitar la división de palabras, véase sección
33335 \begin_inset space ~
33336 \end_inset
33337
33338
33339 \begin_inset CommandInset ref
33340 LatexCommand ref
33341 reference "sec:Evitar-la-Partición"
33342
33343 \end_inset
33344
33345 , alinear texto, véase sección
33346 \begin_inset space ~
33347 \end_inset
33348
33349
33350 \begin_inset CommandInset ref
33351 LatexCommand ref
33352 reference "subsec:Alineación-Vertical"
33353
33354 \end_inset
33355
33356 , o para poner color de fondo a un texto, véase sección
33357 \begin_inset space ~
33358 \end_inset
33359
33360
33361 \begin_inset CommandInset ref
33362 LatexCommand ref
33363 reference "sec:Marcos-Coloreados"
33364
33365 \end_inset
33366
33367 .
33368 \end_layout
33369
33370 \begin_layout Standard
33371 Se insertan con el menú 
33372 \family sans
33373 Insertar\SpecialChar menuseparator
33374 Marco
33375 \family default
33376  o con el botón 
33377 \begin_inset Info
33378 type  "icon"
33379 arg   "box-insert Frameless"
33380 \end_inset
33381
33382 .
33383  Surge un recuadro gris con la etiqueta 
33384 \family sans
33385 Marco (Minipágina)
33386 \family default
33387
33388 \begin_inset Graphics
33389         filename clipart/CuadroMinipagina.png
33390         scale 95
33391
33392 \end_inset
33393
33394 .
33395  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
33396  
33397 \family sans
33398 Configuración
33399 \family default
33400 .
33401  Sale un diálogo en el que 
33402 \family sans
33403 Marco
33404 \family default
33405
33406 \begin_inset space ~
33407 \end_inset
33408
33409
33410 \family sans
33411 interior
33412 \family default
33413  permite escoger los tipos
33414 \family sans
33415  Minipágina
33416 \family default
33417
33418 \family sans
33419 Marco de párrafo
33420 \family default
33421  y 
33422 \family sans
33423 Marco de 
33424 \family default
33425 línea.
33426  
33427 \family sans
33428 Minipágina
33429 \family default
33430  es el predeterminado para nuevos marcos y se explica en la sección
33431 \begin_inset space ~
33432 \end_inset
33433
33434
33435 \begin_inset CommandInset ref
33436 LatexCommand ref
33437 reference "sec:Minipáginas"
33438
33439 \end_inset
33440
33441 ; el tipo 
33442 \family sans
33443 Marco de párrafo
33444 \family default
33445  se describe en la sección
33446 \begin_inset space ~
33447 \end_inset
33448
33449
33450 \begin_inset CommandInset ref
33451 LatexCommand ref
33452 reference "sec:Marcos-de-Párrafo"
33453
33454 \end_inset
33455
33456  y el tipo 
33457 \family sans
33458 Marco de línea
33459 \family default
33460  se describe en la sección
33461 \begin_inset space ~
33462 \end_inset
33463
33464
33465 \begin_inset CommandInset ref
33466 LatexCommand ref
33467 reference "sec:Evitar-la-Partición"
33468
33469 \end_inset
33470
33471 .
33472 \end_layout
33473
33474 \begin_layout Standard
33475 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
33476  o las notas al pie.
33477 \end_layout
33478
33479 \begin_layout Standard
33480 \begin_inset Note Greyedout
33481 status open
33482
33483 \begin_layout Plain Layout
33484
33485 \series bold
33486 Nota:
33487 \series default
33488  Los marcos no deben ser el ítem en un entorno 
33489 \family sans
33490 Enumeración*
33491 \family default
33492  o 
33493 \family sans
33494 Descripción
33495 \family default
33496 .
33497 \end_layout
33498
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 \begin_inset Note Greyedout
33506 status open
33507
33508 \begin_layout Plain Layout
33509
33510 \series bold
33511 Nota:
33512 \series default
33513  Por razones desconocidas sólo se puede poner el tipo 
33514 \family sans
33515 Marco
33516 \begin_inset space ~
33517 \end_inset
33518
33519 interior
33520 \family default
33521  en 
33522 \family sans
33523 Ninguno
33524 \family default
33525  cuando se emplea un marco enmarcado.
33526  Los marcos sin ningún tipo de 
33527 \family sans
33528 Marco
33529 \begin_inset space ~
33530 \end_inset
33531
33532 interior
33533 \family default
33534  y sin bordes se explican en la sección
33535 \begin_inset space ~
33536 \end_inset
33537
33538
33539 \begin_inset CommandInset ref
33540 LatexCommand ref
33541 reference "sec:Evitar-la-Partición"
33542
33543 \end_inset
33544
33545 .
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Section
33554 Diálogo de marcos
33555 \begin_inset CommandInset label
33556 LatexCommand label
33557 name "sec:Diálogo-Marcos"
33558
33559 \end_inset
33560
33561
33562 \begin_inset Index idx
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566 Marcos ! Configuración
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \begin_layout Subsection
33575 Tamaño
33576 \begin_inset Index idx
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580 Marcos ! Tamaño
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Standard
33589 En el diálogo puedes ajustar la geometría del marco en los campos 
33590 \family sans
33591 Ancho
33592 \family default
33593  y 
33594 \family sans
33595 Alto
33596 \family default
33597 .
33598  Las unidades disponibles para la geometría se describen en el cuadro
33599 \begin_inset space ~
33600 \end_inset
33601
33602
33603 \begin_inset CommandInset ref
33604 LatexCommand ref
33605 reference "tab:Unidades"
33606
33607 \end_inset
33608
33609 .
33610  El campo 
33611 \family sans
33612 Alto
33613 \family default
33614  ofrece los siguientes tamaños adicionales:
33615 \end_layout
33616
33617 \begin_layout Description
33618 Profundidad Es la 
33619 \begin_inset Quotes cld
33620 \end_inset
33621
33622 altura
33623 \begin_inset Quotes crd
33624 \end_inset
33625
33626  del texto plano.
33627  Ignora la profundidad total cuando hay múltiples líneas de texto en el
33628  marco:
33629 \begin_inset Newline newline
33630 \end_inset
33631
33632
33633 \begin_inset Newline newline
33634 \end_inset
33635
33636
33637 \begin_inset Newline newline
33638 \end_inset
33639
33640
33641 \begin_inset Newline newline
33642 \end_inset
33643
33644
33645 \begin_inset Box Boxed
33646 position "c"
33647 hor_pos "c"
33648 has_inner_box 1
33649 inner_pos "c"
33650 use_parbox 0
33651 use_makebox 0
33652 width "12col%"
33653 special "none"
33654 height "1in"
33655 height_special "depth"
33656 thickness "0.4pt"
33657 separation "3pt"
33658 shadowsize "4pt"
33659 framecolor "black"
33660 backgroundcolor "none"
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664 \align center
33665 Marco con altura establecida en 1
33666 \begin_inset space \thinspace{}
33667 \end_inset
33668
33669 Profundidad
33670 \end_layout
33671
33672 \end_inset
33673
33674
33675 \begin_inset Newline newline
33676 \end_inset
33677
33678
33679 \begin_inset Newline newline
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Description
33686 Alto Es la altura del texto que está dentro del marco.
33687  Un valor de, p.
33688 \begin_inset space \thinspace{}
33689 \end_inset
33690
33691 ej.
33692 \begin_inset space ~
33693 \end_inset
33694
33695 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
33696  
33697 \begin_inset Box Boxed
33698 position "c"
33699 hor_pos "c"
33700 has_inner_box 1
33701 inner_pos "c"
33702 use_parbox 0
33703 use_makebox 0
33704 width "20col%"
33705 special "none"
33706 height "2in"
33707 height_special "height"
33708 thickness "0.4pt"
33709 separation "3pt"
33710 shadowsize "4pt"
33711 framecolor "black"
33712 backgroundcolor "none"
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716 \align center
33717 Marco con altura puesta en 2
33718 \begin_inset space \thinspace{}
33719 \end_inset
33720
33721 Alto
33722 \end_layout
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \begin_layout Description
33730 Alto
33731 \begin_inset space ~
33732 \end_inset
33733
33734 total Esto es el Alto
33735 \begin_inset space \thinspace{}
33736 \end_inset
33737
33738 +
33739 \begin_inset space \thinspace{}
33740 \end_inset
33741
33742 Profundidad: 
33743 \begin_inset Box Boxed
33744 position "c"
33745 hor_pos "c"
33746 has_inner_box 1
33747 inner_pos "c"
33748 use_parbox 0
33749 use_makebox 0
33750 width "20col%"
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 collapsed
33760
33761 \begin_layout Plain Layout
33762 \align center
33763 Marco con altura puesta a 1
33764 \begin_inset space \thinspace{}
33765 \end_inset
33766
33767 Alto
33768 \begin_inset space ~
33769 \end_inset
33770
33771 total
33772 \end_layout
33773
33774 \end_inset
33775
33776
33777 \end_layout
33778
33779 \begin_layout Description
33780 Ancho Esto determina al ancho del marco como altura: 
33781 \begin_inset Box Boxed
33782 position "c"
33783 hor_pos "c"
33784 has_inner_box 1
33785 inner_pos "c"
33786 use_parbox 0
33787 use_makebox 0
33788 width "12col%"
33789 special "none"
33790 height "1in"
33791 height_special "width"
33792 thickness "0.4pt"
33793 separation "3pt"
33794 shadowsize "4pt"
33795 framecolor "black"
33796 backgroundcolor "none"
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800 \align center
33801 Marco con altura puesta en 1
33802 \begin_inset space \thinspace{}
33803 \end_inset
33804
33805 Ancho
33806 \end_layout
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \begin_layout Subsection
33814 Alineación
33815 \begin_inset Index idx
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819 Marcos ! Alineación
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Standard
33828 Si has elegido un 
33829 \family sans
33830 Marco
33831 \begin_inset space ~
33832 \end_inset
33833
33834 interior
33835 \family default
33836 , la alineación vertical del marco puede ser:
33837 \end_layout
33838
33839 \begin_layout Description
33840 Superior Ejemplo de línea de texto.
33841  
33842 \begin_inset Box Boxed
33843 position "t"
33844 hor_pos "c"
33845 has_inner_box 1
33846 inner_pos "c"
33847 use_parbox 0
33848 use_makebox 0
33849 width "12col%"
33850 special "none"
33851 height "1in"
33852 height_special "totalheight"
33853 thickness "0.4pt"
33854 separation "3pt"
33855 shadowsize "4pt"
33856 framecolor "black"
33857 backgroundcolor "none"
33858 status collapsed
33859
33860 \begin_layout Plain Layout
33861 \align center
33862 marco alineado arriba.
33863 \end_layout
33864
33865 \end_inset
33866
33867  Ejemplo de línea de texto.
33868 \end_layout
33869
33870 \begin_layout Description
33871 Medio Ejemplo de línea de texto.
33872  
33873 \begin_inset Box Boxed
33874 position "c"
33875 hor_pos "c"
33876 has_inner_box 1
33877 inner_pos "c"
33878 use_parbox 0
33879 use_makebox 0
33880 width "12col%"
33881 special "none"
33882 height "1in"
33883 height_special "totalheight"
33884 thickness "0.4pt"
33885 separation "3pt"
33886 shadowsize "4pt"
33887 framecolor "black"
33888 backgroundcolor "none"
33889 status collapsed
33890
33891 \begin_layout Plain Layout
33892 \align center
33893 marco alineado en medio.
33894 \end_layout
33895
33896 \end_inset
33897
33898  Ejemplo de línea de texto.
33899 \end_layout
33900
33901 \begin_layout Description
33902 Inferior Ejemplo de línea de texto.
33903  
33904 \begin_inset Box Boxed
33905 position "b"
33906 hor_pos "c"
33907 has_inner_box 1
33908 inner_pos "c"
33909 use_parbox 0
33910 use_makebox 0
33911 width "12col%"
33912 special "none"
33913 height "1in"
33914 height_special "totalheight"
33915 thickness "0.4pt"
33916 separation "3pt"
33917 shadowsize "4pt"
33918 framecolor "black"
33919 backgroundcolor "none"
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 \align center
33924 marco alineado abajo.
33925 \end_layout
33926
33927 \end_inset
33928
33929  Ejemplo de línea de texto.
33930 \end_layout
33931
33932 \begin_layout Standard
33933 \begin_inset Note Greyedout
33934 status open
33935
33936 \begin_layout Plain Layout
33937
33938 \series bold
33939 Nota:
33940 \series default
33941  La alineación vertical puede desaparecer en la salida si hay dos marcos
33942  en una línea y, p.
33943 \begin_inset space \thinspace{}
33944 \end_inset
33945
33946 ej., uno de ellos tiene sombreado y el otro no.
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Standard
33955 La alineación horizontal del marco puede establecerse en el diálogo de configura
33956 ción de párrafo de \SpecialChar LyX
33957  si colocas el marco en su propio párrafo.
33958 \end_layout
33959
33960 \begin_layout Standard
33961 \begin_inset VSpace bigskip
33962 \end_inset
33963
33964 Si has escogido un 
33965 \family sans
33966 Marco
33967 \begin_inset space ~
33968 \end_inset
33969
33970 interior
33971 \family default
33972 , el contenido puede alinearse verticalmente a:
33973 \end_layout
33974
33975 \begin_layout Description
33976 Superior Ejemplo de línea de texto.
33977  
33978 \begin_inset Box Boxed
33979 position "c"
33980 hor_pos "c"
33981 has_inner_box 1
33982 inner_pos "t"
33983 use_parbox 0
33984 use_makebox 0
33985 width "12col%"
33986 special "none"
33987 height "1.5in"
33988 height_special "totalheight"
33989 thickness "0.4pt"
33990 separation "3pt"
33991 shadowsize "4pt"
33992 framecolor "black"
33993 backgroundcolor "none"
33994 status collapsed
33995
33996 \begin_layout Plain Layout
33997 \align center
33998 marco con texto alineado arriba.
33999 \end_layout
34000
34001 \end_inset
34002
34003  Ejemplo de línea de texto.
34004 \end_layout
34005
34006 \begin_layout Description
34007 Medio Ejemplo de línea de texto.
34008  
34009 \begin_inset Box Boxed
34010 position "c"
34011 hor_pos "c"
34012 has_inner_box 1
34013 inner_pos "c"
34014 use_parbox 0
34015 use_makebox 0
34016 width "12col%"
34017 special "none"
34018 height "1.5in"
34019 height_special "totalheight"
34020 thickness "0.4pt"
34021 separation "3pt"
34022 shadowsize "4pt"
34023 framecolor "black"
34024 backgroundcolor "none"
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028 \align center
34029 marco con texto alineado en medio.
34030 \end_layout
34031
34032 \end_inset
34033
34034  Ejemplo de línea de texto.
34035 \end_layout
34036
34037 \begin_layout Description
34038 Inferior Ejemplo de línea de texto.
34039  
34040 \begin_inset Box Boxed
34041 position "c"
34042 hor_pos "c"
34043 has_inner_box 1
34044 inner_pos "b"
34045 use_parbox 0
34046 use_makebox 0
34047 width "12col%"
34048 special "none"
34049 height "1.5in"
34050 height_special "totalheight"
34051 thickness "0.4pt"
34052 separation "3pt"
34053 shadowsize "4pt"
34054 framecolor "black"
34055 backgroundcolor "none"
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 \align center
34060 marco con texto alineado abajo.
34061 \end_layout
34062
34063 \end_inset
34064
34065  Ejemplo de línea de texto.
34066 \end_layout
34067
34068 \begin_layout Description
34069 Estirado Ejemplo de línea de texto.
34070  
34071 \begin_inset Box Boxed
34072 position "c"
34073 hor_pos "c"
34074 has_inner_box 1
34075 inner_pos "s"
34076 use_parbox 0
34077 use_makebox 0
34078 width "12col%"
34079 special "none"
34080 height "1.5in"
34081 height_special "totalheight"
34082 thickness "0.4pt"
34083 separation "3pt"
34084 shadowsize "4pt"
34085 framecolor "black"
34086 backgroundcolor "none"
34087 status collapsed
34088
34089 \begin_layout Plain Layout
34090 \align center
34091 Este texto
34092 \end_layout
34093
34094 \begin_layout Plain Layout
34095 \align center
34096 está
34097 \end_layout
34098
34099 \begin_layout Plain Layout
34100 \align center
34101 estirado.
34102 \end_layout
34103
34104 \end_inset
34105
34106  Ejemplo de línea de texto.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 Para estirar el contenido debe tener más de un párrafo.
34111  En el ejemplo anterior cada línea de texto está en un párrafo propio.
34112 \end_layout
34113
34114 \begin_layout Standard
34115 \begin_inset VSpace bigskip
34116 \end_inset
34117
34118 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
34119  \SpecialChar LyX
34120  cuando hayas escogido un 
34121 \family sans
34122 Marco
34123 \begin_inset space ~
34124 \end_inset
34125
34126 interior
34127 \family default
34128 .
34129 \end_layout
34130
34131 \begin_layout Standard
34132 \align center
34133 \begin_inset Box Boxed
34134 position "c"
34135 hor_pos "c"
34136 has_inner_box 1
34137 inner_pos "s"
34138 use_parbox 0
34139 use_makebox 0
34140 width "15col%"
34141 special "none"
34142 height "1.25in"
34143 height_special "totalheight"
34144 thickness "0.4pt"
34145 separation "3pt"
34146 shadowsize "4pt"
34147 framecolor "black"
34148 backgroundcolor "none"
34149 status collapsed
34150
34151 \begin_layout Plain Layout
34152 \align left
34153 marco
34154 \end_layout
34155
34156 \begin_layout Plain Layout
34157 \align center
34158 con texto
34159 \end_layout
34160
34161 \begin_layout Plain Layout
34162 \align right
34163 estirado
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 Si no has establecido un 
34173 \family sans
34174 Marco
34175 \begin_inset space ~
34176 \end_inset
34177
34178 interior
34179 \family default
34180 , puedes alinear horizontalmente el contenido del marco en el diálogo de
34181  marcos.
34182 \end_layout
34183
34184 \begin_layout Standard
34185 \align center
34186 \begin_inset Box Boxed
34187 position "c"
34188 hor_pos "s"
34189 has_inner_box 0
34190 inner_pos "s"
34191 use_parbox 0
34192 use_makebox 0
34193 width "90col%"
34194 special "none"
34195 height "1.25in"
34196 height_special "totalheight"
34197 thickness "0.4pt"
34198 separation "3pt"
34199 shadowsize "4pt"
34200 framecolor "black"
34201 backgroundcolor "none"
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 Texto estirado horizontalmente.
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Subsection
34214 Decoración
34215 \begin_inset CommandInset label
34216 LatexCommand label
34217 name "sec:Decoración"
34218
34219 \end_inset
34220
34221
34222 \begin_inset Index idx
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 Marcos ! Decoración
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Standard
34235 El estilo de borde del marco se puede determinar en la lista desplegable
34236  
34237 \family sans
34238 Tipo
34239 \family default
34240  del diálogo de marcos.
34241  Son posibles los siguientes bordes:
34242 \end_layout
34243
34244 \begin_layout Description
34245 Sin
34246 \begin_inset space ~
34247 \end_inset
34248
34249 borde No se dibuja ninguno.
34250 \end_layout
34251
34252 \begin_layout Description
34253 Borde
34254 \begin_inset space ~
34255 \end_inset
34256
34257 rectangular
34258 \begin_inset space ~
34259 \end_inset
34260
34261 sencillo Dibuja un borde rectangular alrededor del marco.
34262  El grosor del borde se puede especificar.
34263  
34264 \begin_inset Box Boxed
34265 position "c"
34266 hor_pos "c"
34267 has_inner_box 1
34268 inner_pos "c"
34269 use_parbox 0
34270 use_makebox 0
34271 width "25col%"
34272 special "none"
34273 height "1in"
34274 height_special "totalheight"
34275 thickness "0.4pt"
34276 separation "3pt"
34277 shadowsize "4pt"
34278 framecolor "black"
34279 backgroundcolor "none"
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 \align center
34284 Marco rectangular
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Description
34293 Borde
34294 \begin_inset space ~
34295 \end_inset
34296
34297 ovalado,
34298 \begin_inset space ~
34299 \end_inset
34300
34301 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
34302 \begin_inset space \thinspace{}
34303 \end_inset
34304
34305 pt.
34306  
34307 \begin_inset Box ovalbox
34308 position "c"
34309 hor_pos "c"
34310 has_inner_box 1
34311 inner_pos "c"
34312 use_parbox 0
34313 use_makebox 0
34314 width "25col%"
34315 special "none"
34316 height "1in"
34317 height_special "totalheight"
34318 thickness "0.4pt"
34319 separation "3pt"
34320 shadowsize "4pt"
34321 framecolor "black"
34322 backgroundcolor "none"
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326 \align center
34327 Borde ovalado, fino
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Description
34336 Borde
34337 \begin_inset space ~
34338 \end_inset
34339
34340 ovalado,
34341 \begin_inset space ~
34342 \end_inset
34343
34344 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
34345 \begin_inset space \thinspace{}
34346 \end_inset
34347
34348 pt.
34349  
34350 \begin_inset Box Ovalbox
34351 position "c"
34352 hor_pos "c"
34353 has_inner_box 1
34354 inner_pos "c"
34355 use_parbox 0
34356 use_makebox 0
34357 width "30col%"
34358 special "none"
34359 height "1in"
34360 height_special "totalheight"
34361 thickness "0.4pt"
34362 separation "3pt"
34363 shadowsize "4pt"
34364 framecolor "black"
34365 backgroundcolor "none"
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 \align center
34370 Borde ovalado, grueso
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Description
34379 Borde
34380 \begin_inset space ~
34381 \end_inset
34382
34383 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
34384  El grosor de la línea y la sombra se puede especificar.
34385  
34386 \begin_inset Box Shadowbox
34387 position "c"
34388 hor_pos "c"
34389 has_inner_box 1
34390 inner_pos "c"
34391 use_parbox 0
34392 use_makebox 0
34393 width "20col%"
34394 special "none"
34395 height "1in"
34396 height_special "totalheight"
34397 thickness "0.4pt"
34398 separation "3pt"
34399 shadowsize "4pt"
34400 framecolor "black"
34401 backgroundcolor "none"
34402 status collapsed
34403
34404 \begin_layout Plain Layout
34405 \align center
34406 Borde sombrado
34407 \end_layout
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \begin_layout Description
34415 Fondo
34416 \begin_inset space ~
34417 \end_inset
34418
34419 coloreado Dibuja un cuadro con fondo de color rojo.
34420  A diferencia de los cuadros coloreados,
34421 \begin_inset Foot
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425 véase sec.
34426  
34427 \begin_inset CommandInset ref
34428 LatexCommand ref
34429 reference "sec:Marcos-Coloreados"
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437
34438  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
34439 \begin_inset Box Shaded
34440 position "t"
34441 hor_pos "c"
34442 has_inner_box 0
34443 inner_pos "t"
34444 use_parbox 0
34445 use_makebox 0
34446 width "50col%"
34447 special "none"
34448 height "1in"
34449 height_special "totalheight"
34450 thickness "0.4pt"
34451 separation "3pt"
34452 shadowsize "4pt"
34453 framecolor "black"
34454 backgroundcolor "none"
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 Cuadro con fondo sombreado
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Description
34467 Borde
34468 \begin_inset space ~
34469 \end_inset
34470
34471 rectangular
34472 \begin_inset space ~
34473 \end_inset
34474
34475 doble Dibuja un rectángulo de línea doble alrededor.
34476  El grosor de la línea interior es 0.75
34477 \begin_inset space \thinspace{}
34478 \end_inset
34479
34480 grosor
34481 \begin_inset space ~
34482 \end_inset
34483
34484 del
34485 \begin_inset space ~
34486 \end_inset
34487
34488 borde, el de la línea exterior es 1.5
34489 \begin_inset space \thinspace{}
34490 \end_inset
34491
34492 grosor
34493 \begin_inset space ~
34494 \end_inset
34495
34496 del
34497 \begin_inset space ~
34498 \end_inset
34499
34500 borde.
34501  La distancia entre líneas es 1.5
34502 \begin_inset space \thinspace{}
34503 \end_inset
34504
34505 grosor
34506 \begin_inset space ~
34507 \end_inset
34508
34509 del
34510 \begin_inset space ~
34511 \end_inset
34512
34513 borde
34514 \begin_inset space \thinspace{}
34515 \end_inset
34516
34517 +
34518 \begin_inset space \thinspace{}
34519 \end_inset
34520
34521 0.5
34522 \begin_inset space \thinspace{}
34523 \end_inset
34524
34525 pt.
34526  
34527 \begin_inset Box Doublebox
34528 position "c"
34529 hor_pos "c"
34530 has_inner_box 1
34531 inner_pos "c"
34532 use_parbox 0
34533 use_makebox 0
34534 width "20col%"
34535 special "none"
34536 height "1in"
34537 height_special "totalheight"
34538 thickness "0.4pt"
34539 separation "3pt"
34540 shadowsize "4pt"
34541 framecolor "black"
34542 backgroundcolor "none"
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546 \align center
34547 Borde doble
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Standard
34556 La etiqueta del marco en \SpecialChar LyX
34557  reflejará el estilo de borde elegido.
34558  Para poder utilizar los distintos bordes, debe estar instalado el paquete
34559  \SpecialChar LaTeX
34560  
34561 \series bold
34562 fancybox
34563 \series default
34564
34565 \begin_inset Index idx
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569 \SpecialChar LaTeX
34570 -paquetes ! fancybox
34571 \end_layout
34572
34573 \end_inset
34574
34575 .
34576 \end_layout
34577
34578 \begin_layout Standard
34579 \begin_inset VSpace bigskip
34580 \end_inset
34581
34582 Si usas la decoración 
34583 \family sans
34584 Borde rectangular sencillo
34585 \family default
34586  sin marco interior, puedes permitir saltos de página dentro del marco.
34587  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
34588  el borde usa siempre todo el ancho de columna y el marco se establece como
34589  su párrafo propio: 
34590 \begin_inset Box Framed
34591 position "t"
34592 hor_pos "c"
34593 has_inner_box 0
34594 inner_pos "t"
34595 use_parbox 0
34596 use_makebox 0
34597 width "100col%"
34598 special "none"
34599 height "1in"
34600 height_special "totalheight"
34601 thickness "0.4pt"
34602 separation "3pt"
34603 shadowsize "4pt"
34604 framecolor "black"
34605 backgroundcolor "none"
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Cuadro que permite saltos de página
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \begin_layout Section
34618 Personalización de marcos
34619 \begin_inset Index idx
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 Marcos ! Personalizar
34624 \end_layout
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 El diámetro de las esquinas de los bordes ovalados se puede modificar con
34633  el comando 
34634 \series bold
34635
34636 \backslash
34637 cornersize
34638 \series default
34639 .
34640  El comando
34641 \end_layout
34642
34643 \begin_layout Standard
34644
34645 \series bold
34646
34647 \backslash
34648 cornersize*{1cm}
34649 \end_layout
34650
34651 \begin_layout Standard
34652 establece un diámetro de 1
34653 \begin_inset space \thinspace{}
34654 \end_inset
34655
34656 cm.
34657  El comando
34658 \end_layout
34659
34660 \begin_layout Standard
34661
34662 \series bold
34663
34664 \backslash
34665 cornersize{num}
34666 \end_layout
34667
34668 \begin_layout Standard
34669 fija el diámetro en 
34670 \family sans
34671 num
34672 \begin_inset space \thinspace{}
34673 \end_inset
34674
34675 ×
34676 \begin_inset space \thinspace{}
34677 \end_inset
34678
34679 mínimo
34680 \family default
34681  
34682 \family sans
34683 (ancho y alto del marco)
34684 \family default
34685 .
34686  Por omisión es 
34687 \series bold
34688
34689 \backslash
34690 cornersize{0.5}
34691 \series default
34692 .
34693 \end_layout
34694
34695 \begin_layout Standard
34696 \begin_inset ERT
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700
34701
34702 \backslash
34703 cornersize*{1.5cm}
34704 \end_layout
34705
34706 \end_inset
34707
34708
34709 \begin_inset Box Ovalbox
34710 position "c"
34711 hor_pos "c"
34712 has_inner_box 1
34713 inner_pos "c"
34714 use_parbox 0
34715 use_makebox 0
34716 width "28col%"
34717 special "none"
34718 height "1in"
34719 height_special "totalheight"
34720 thickness "0.4pt"
34721 separation "3pt"
34722 shadowsize "4pt"
34723 framecolor "black"
34724 backgroundcolor "none"
34725 status open
34726
34727 \begin_layout Plain Layout
34728 \align center
34729 Marco ovalado con 
34730 \series bold
34731
34732 \backslash
34733 cornersize
34734 \series default
34735
34736 \begin_inset space \thinspace{}
34737 \end_inset
34738
34739 =
34740 \begin_inset space \thinspace{}
34741 \end_inset
34742
34743 1.5
34744 \begin_inset space \thinspace{}
34745 \end_inset
34746
34747 cm
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \begin_inset ERT
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757
34758
34759 \backslash
34760 cornersize{0.5}
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset VSpace bigskip
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \begin_layout Standard
34776 El color rojo predeterminado de los marcos con 
34777 \family sans
34778 fondo
34779 \begin_inset space ~
34780 \end_inset
34781
34782 coloreado
34783 \family default
34784  se puede cambiar en el sitio con el comando 
34785 \series bold
34786
34787 \backslash
34788 definecolor{shadecolor}
34789 \series default
34790  o globalmente con el menú 
34791 \family sans
34792 Herramientas
34793 \family default
34794 \SpecialChar menuseparator
34795
34796 \family sans
34797 Preferencias
34798 \family default
34799 \SpecialChar menuseparator
34800
34801 \family sans
34802 Colores
34803 \family default
34804 \SpecialChar menuseparator
34805
34806 \family sans
34807 marco
34808 \begin_inset space ~
34809 \end_inset
34810
34811 coloreado
34812 \family default
34813 .
34814  El esquema del comando 
34815 \series bold
34816
34817 \backslash
34818 definecolor
34819 \series default
34820  se explica en la sección
34821 \begin_inset space ~
34822 \end_inset
34823
34824
34825 \begin_inset CommandInset ref
34826 LatexCommand ref
34827 reference "sec:Cuadros-Coloreados"
34828
34829 \end_inset
34830
34831 .
34832 \begin_inset Foot
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836 El comando 
34837 \series bold
34838
34839 \backslash
34840 definecolor
34841 \series default
34842  requiere el paquete \SpecialChar LaTeX
34843  
34844 \series bold
34845 color
34846 \series default
34847  en el preámbulo, véase la sección
34848 \begin_inset space ~
34849 \end_inset
34850
34851
34852 \begin_inset CommandInset ref
34853 LatexCommand ref
34854 reference "sec:Marcos-Coloreados"
34855
34856 \end_inset
34857
34858 .
34859 \end_layout
34860
34861 \end_inset
34862
34863  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868
34869 \series bold
34870
34871 \backslash
34872 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34873 \end_layout
34874
34875 \begin_layout Standard
34876 \begin_inset ERT
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881
34882 \backslash
34883 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \begin_inset Box Shaded
34890 position "t"
34891 hor_pos "c"
34892 has_inner_box 0
34893 inner_pos "t"
34894 use_parbox 0
34895 use_makebox 0
34896 width "100col%"
34897 special "none"
34898 height "1in"
34899 height_special "totalheight"
34900 thickness "0.4pt"
34901 separation "3pt"
34902 shadowsize "4pt"
34903 framecolor "black"
34904 backgroundcolor "none"
34905 status open
34906
34907 \begin_layout Plain Layout
34908
34909 \color yellow
34910 Texto amarillo en un marco con fondo coloreado en verde oscuro.
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \begin_inset ERT
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920
34921
34922 \backslash
34923 definecolor{shadecolor}{rgb}{1,0,0}
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \begin_layout Standard
34932 \begin_inset VSpace bigskip
34933 \end_inset
34934
34935 Los cambios en las dimensiones y de los colores son válidos para todos los
34936  marcos que siguen a los comandos.
34937 \end_layout
34938
34939 \begin_layout Section
34940 Minipáginas
34941 \begin_inset CommandInset label
34942 LatexCommand label
34943 name "sec:Minipáginas"
34944
34945 \end_inset
34946
34947
34948 \begin_inset Index idx
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 Marcos ! Minipáginas
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 Las minipáginas son tratadas por \SpecialChar LaTeX
34962  como páginas dentro de páginas y por tanto
34963  pueden tener, por ejemplo, sus propias notas al pie.
34964 \end_layout
34965
34966 \begin_layout Standard
34967 Las minipáginas son útiles para escribir documentos en distintas lenguas.
34968 \end_layout
34969
34970 \begin_layout Standard
34971 A continuación hay dos ejemplos de minipáginas adosadas.
34972  Su anchura está puesta en 45
34973 \begin_inset space \thinspace{}
34974 \end_inset
34975
34976 % y separadas por un relleno horizontal, insertado mediante el menú 
34977 \family sans
34978 Insertar\SpecialChar menuseparator
34979 Formato\SpecialChar menuseparator
34980 Relleno
34981 \begin_inset space ~
34982 \end_inset
34983
34984 horizontal
34985 \family default
34986 .
34987 \end_layout
34988
34989 \begin_layout Standard
34990 \begin_inset Box Frameless
34991 position "t"
34992 hor_pos "c"
34993 has_inner_box 1
34994 inner_pos "c"
34995 use_parbox 0
34996 use_makebox 0
34997 width "45col%"
34998 special "none"
34999 height "1in"
35000 height_special "totalheight"
35001 thickness "0.4pt"
35002 separation "3pt"
35003 shadowsize "4pt"
35004 framecolor "black"
35005 backgroundcolor "none"
35006 status open
35007
35008 \begin_layout Plain Layout
35009
35010 \lang ngerman
35011 Dies ist ein deutscher Text.
35012  Dies ist ein deutscher Text.
35013  Dies ist ein deutscher Text.
35014  Dies ist ein deutscher Text.
35015  Dies ist ein deutscher Text.
35016  Dies ist ein deutscher Text.
35017  Dies ist ein deutscher Text.
35018  Dies ist ein deutscher Text.
35019  Dies ist ein deutscher Text.
35020  Dies ist ein deutscher Text.
35021  Dies ist ein deutscher Text.
35022  Dies ist ein deutscher Text.
35023  Dies ist ein deutscher Text
35024 \begin_inset Foot
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028
35029 \lang ngerman
35030 Dies ist eine deutsche Fußnote.
35031 \end_layout
35032
35033 \end_inset
35034
35035 .
35036  Dies ist ein deutscher Text.
35037  Dies ist ein deutscher Text.
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \begin_inset space \hfill{}
35044 \end_inset
35045
35046
35047 \begin_inset Box Frameless
35048 position "t"
35049 hor_pos "c"
35050 has_inner_box 1
35051 inner_pos "c"
35052 use_parbox 0
35053 use_makebox 0
35054 width "45col%"
35055 special "none"
35056 height "1in"
35057 height_special "totalheight"
35058 thickness "0.4pt"
35059 separation "3pt"
35060 shadowsize "4pt"
35061 framecolor "black"
35062 backgroundcolor "none"
35063 status open
35064
35065 \begin_layout Plain Layout
35066
35067 \lang english
35068 This is an English Text.
35069  This is an English Text.
35070  This is an English Text.
35071  This is an English Text.
35072  This is an English Text.
35073  This is an English Text.
35074  This is an English Text.
35075  This is an English Text.
35076  This is an English Text.
35077  This is an English Text.
35078  This is an English Text.
35079  This is an English Text.
35080  This is an English Text.
35081  This is an English Text.
35082  This is an English Text.
35083  This is an English Text.
35084 \begin_inset Foot
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088
35089 \lang english
35090 This is an English footnote.
35091 \end_layout
35092
35093 \end_inset
35094
35095  This is an English Text.
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \begin_layout Standard
35104 \begin_inset VSpace bigskip
35105 \end_inset
35106
35107 La configuración global de párrafos se ignora en las minipáginas.
35108  Esto significa que en las mismas no habrá espacio entre párrafos aunque
35109  pongas p.
35110 \begin_inset space \thinspace{}
35111 \end_inset
35112
35113 ej.
35114 \begin_inset space ~
35115 \end_inset
35116
35117
35118 \family sans
35119 Salto
35120 \begin_inset space ~
35121 \end_inset
35122
35123 medio
35124 \family default
35125  en la configuración del documento.
35126 \end_layout
35127
35128 \begin_layout Standard
35129 Las minipáginas también sirven para poner un color de fondo para partes
35130  de texto, véase sección
35131 \begin_inset space ~
35132 \end_inset
35133
35134
35135 \begin_inset CommandInset ref
35136 LatexCommand ref
35137 reference "sec:Marcos-Coloreados"
35138
35139 \end_inset
35140
35141 .
35142 \end_layout
35143
35144 \begin_layout Standard
35145 \begin_inset Note Greyedout
35146 status open
35147
35148 \begin_layout Plain Layout
35149
35150 \series bold
35151 Nota:
35152 \series default
35153  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
35154  tener minipáginas en cuadros, en flotantes, y en otros marcos.
35155 \end_layout
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \begin_layout Standard
35163 \begin_inset VSpace bigskip
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \begin_layout Standard
35170 \SpecialChar LyX
35171  proporciona soporte básico para minipáginas cuyo tamaño es determinado
35172  automáticamente por la anchura de su contenido, mediante el módulo 
35173 \family sans
35174 Minipáginas
35175 \begin_inset space ~
35176 \end_inset
35177
35178 ancho
35179 \begin_inset space ~
35180 \end_inset
35181
35182 variable
35183 \family default
35184 .
35185  El archivo de ejemplo \SpecialChar LyX
35186  
35187 \emph on
35188 varwidth-floats-side-by-side
35189 \emph default
35190  tiene ejemplos de estas minipáginas para colocar flotantes adosados.
35191 \end_layout
35192
35193 \begin_layout Section
35194 Marcos de párrafo
35195 \begin_inset CommandInset label
35196 LatexCommand label
35197 name "sec:Marcos-de-Párrafo"
35198
35199 \end_inset
35200
35201
35202 \begin_inset Index idx
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206 Marcos ! de párrafo
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 Los marcos de párrafo son similares a las minipáginas con la diferencia
35216  de que no pueden contener notas al pie.
35217 \end_layout
35218
35219 \begin_layout Standard
35220 \align center
35221 \begin_inset Box Frameless
35222 position "t"
35223 hor_pos "c"
35224 has_inner_box 1
35225 inner_pos "t"
35226 use_parbox 1
35227 use_makebox 0
35228 width "33col%"
35229 special "none"
35230 height "1in"
35231 height_special "totalheight"
35232 thickness "0.4pt"
35233 separation "3pt"
35234 shadowsize "4pt"
35235 framecolor "black"
35236 backgroundcolor "none"
35237 status open
35238
35239 \begin_layout Plain Layout
35240 Texto en un marco de párrafo.
35241  Texto en un marco de párrafo.
35242  Esta nota no aparece:
35243 \begin_inset Foot
35244 status open
35245
35246 \begin_layout Plain Layout
35247 Esta es una nota en un marco de párrafo y por eso no aparecerá.
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Section
35261 Marcos para palabras y caracteres
35262 \begin_inset Index idx
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266 Marcos ! para palabras y caracteres
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \begin_layout Subsection
35275 Evitar la partición de palabras
35276 \begin_inset CommandInset label
35277 LatexCommand label
35278 name "sec:Evitar-la-Partición"
35279
35280 \end_inset
35281
35282
35283 \begin_inset Index idx
35284 status collapsed
35285
35286 \begin_layout Plain Layout
35287 Marcos ! para evitar partición de palabras
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \begin_layout Standard
35296 El marco tipo 
35297 \family sans
35298 Marco de línea
35299 \family default
35300  sirve para evitar que una palabra sea partida con guión.
35301 \begin_inset Newline newline
35302 \end_inset
35303
35304 He aquí un ejemplo:
35305 \end_layout
35306
35307 \begin_layout Standard
35308 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
35309 palabra».
35310 \end_layout
35311
35312 \begin_layout Standard
35313 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
35314  un marco, establece el 
35315 \family sans
35316 Marco interior
35317 \family default
35318  en 
35319 \family sans
35320 Marco de línea
35321 \family default
35322  y no pongas ancho explícito.
35323 \end_layout
35324
35325 \begin_layout Standard
35326 Este es el resultado:
35327 \end_layout
35328
35329 \begin_layout Standard
35330 Esta línea es un ejemplo para mostrar cómo evitar la división de 
35331 \begin_inset Box Frameless
35332 position "t"
35333 hor_pos "c"
35334 has_inner_box 1
35335 inner_pos "t"
35336 use_parbox 0
35337 use_makebox 1
35338 width ""
35339 special "none"
35340 height "1in"
35341 height_special "totalheight"
35342 thickness "0.4pt"
35343 separation "3pt"
35344 shadowsize "4pt"
35345 framecolor "black"
35346 backgroundcolor "none"
35347 status open
35348
35349 \begin_layout Plain Layout
35350 «estalarguísimapalabra»
35351 \end_layout
35352
35353 \end_inset
35354
35355 .
35356 \end_layout
35357
35358 \begin_layout Standard
35359 Como alternativa puedes poner el comando «
35360 \series bold
35361
35362 \backslash
35363 -
35364 \series default
35365 » en código \SpecialChar TeX
35366  directamente antes de la palabra:
35367 \end_layout
35368
35369 \begin_layout Standard
35370 Esta línea es un ejemplo para mostrar cómo evitar la división de «
35371 \begin_inset ERT
35372 status collapsed
35373
35374 \begin_layout Plain Layout
35375
35376
35377 \backslash
35378 -
35379 \end_layout
35380
35381 \end_inset
35382
35383 estalarguísimapalabra».
35384 \end_layout
35385
35386 \begin_layout Standard
35387 Por supuesto, la palabra sobresale del margen.
35388  Para evitarlo añade, con el menú 
35389 \family sans
35390 Insertar\SpecialChar menuseparator
35391 Formato\SpecialChar menuseparator
35392 Salto
35393 \begin_inset space ~
35394 \end_inset
35395
35396 de
35397 \begin_inset space ~
35398 \end_inset
35399
35400 línea
35401 \begin_inset space ~
35402 \end_inset
35403
35404 cortada
35405 \family default
35406  (atajo 
35407 \family sans
35408 Ctrl+Entrar
35409 \family default
35410 ), un salto de línea antes de la palabra:
35411 \end_layout
35412
35413 \begin_layout Standard
35414 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
35415 \begin_inset Newline newline
35416 \end_inset
35417
35418
35419 \begin_inset Box Frameless
35420 position "t"
35421 hor_pos "c"
35422 has_inner_box 1
35423 inner_pos "t"
35424 use_parbox 0
35425 use_makebox 1
35426 width ""
35427 special "none"
35428 height "1in"
35429 height_special "totalheight"
35430 thickness "0.4pt"
35431 separation "3pt"
35432 shadowsize "4pt"
35433 framecolor "black"
35434 backgroundcolor "none"
35435 status open
35436
35437 \begin_layout Plain Layout
35438 «estalarguísimapalabra»
35439 \end_layout
35440
35441 \end_inset
35442
35443 .
35444 \end_layout
35445
35446 \begin_layout Subsection
35447 Alineación vertical
35448 \begin_inset CommandInset label
35449 LatexCommand label
35450 name "subsec:Alineación-Vertical"
35451
35452 \end_inset
35453
35454
35455 \begin_inset Index idx
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459 Marcos ! para alineación vertical
35460 \end_layout
35461
35462 \end_inset
35463
35464
35465 \end_layout
35466
35467 \begin_layout Standard
35468 Con ayuda del comando 
35469 \series bold
35470
35471 \backslash
35472 raisebox
35473 \series default
35474  puedes alinear verticalmente con el texto circundante palabras o caracteres.
35475  
35476 \series bold
35477
35478 \backslash
35479 raisebox
35480 \series default
35481  se utiliza según el esquema:
35482 \end_layout
35483
35484 \begin_layout Standard
35485
35486 \series bold
35487
35488 \backslash
35489 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
35490 \end_layout
35491
35492 \begin_layout Standard
35493 La elevación puede ser un valor positivo para subir el marco o negativo
35494  para bajarlo.
35495 \end_layout
35496
35497 \begin_layout Standard
35498 Para alinear una palabra, p.
35499 \begin_inset space \thinspace{}
35500 \end_inset
35501
35502 e
35503 \begin_inset space ~
35504 \end_inset
35505
35506 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
35507  en la línea de base, inserta el comando
35508 \end_layout
35509
35510 \begin_layout Standard
35511
35512 \series bold
35513
35514 \backslash
35515 raisebox{
35516 \backslash
35517 depth}{
35518 \end_layout
35519
35520 \begin_layout Standard
35521 en código \SpecialChar TeX
35522  antes de la palabra.
35523  Detrás de la palabra inserta una llave de cierre «
35524 \series bold
35525 }
35526 \series default
35527 » en código \SpecialChar TeX
35528 .
35529 \begin_inset Newline newline
35530 \end_inset
35531
35532 Este es el resultado:
35533 \end_layout
35534
35535 \begin_layout Standard
35536 Esto es una línea de texto con la palabra 
35537 \begin_inset ERT
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541
35542
35543 \backslash
35544 raisebox{
35545 \backslash
35546 depth}{
35547 \end_layout
35548
35549 \end_inset
35550
35551 «prevención»
35552 \begin_inset ERT
35553 status collapsed
35554
35555 \begin_layout Plain Layout
35556
35557 }
35558 \end_layout
35559
35560 \end_inset
35561
35562  elevada.
35563 \end_layout
35564
35565 \begin_layout Standard
35566 \begin_inset VSpace bigskip
35567 \end_inset
35568
35569 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
35570 \end_layout
35571
35572 \begin_layout Standard
35573 Esto es una línea de texto con la palabra 
35574 \begin_inset ERT
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578
35579
35580 \backslash
35581 raisebox{-
35582 \backslash
35583 depth}{
35584 \end_layout
35585
35586 \end_inset
35587
35588 «prevención»
35589 \begin_inset ERT
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593
35594 }
35595 \end_layout
35596
35597 \end_inset
35598
35599  bajada.
35600 \begin_inset Newline newline
35601 \end_inset
35602
35603 Esto es una línea de texto con la palabra 
35604 \begin_inset ERT
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608
35609
35610 \backslash
35611 raisebox{0.5cm}{
35612 \end_layout
35613
35614 \end_inset
35615
35616 «testigo»
35617 \begin_inset ERT
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621
35622 }
35623 \end_layout
35624
35625 \end_inset
35626
35627  elevada.
35628 \end_layout
35629
35630 \begin_layout Standard
35631 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
35632  Por ejemplo
35633 \end_layout
35634
35635 \begin_layout Standard
35636
35637 \series bold
35638
35639 \backslash
35640 raisebox{-
35641 \backslash
35642 depth}[0pt]{
35643 \end_layout
35644
35645 \begin_layout Standard
35646 Esto es una línea de texto con la palabra 
35647 \begin_inset ERT
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652
35653 \backslash
35654 raisebox{-
35655 \backslash
35656 depth}[0pt]{
35657 \end_layout
35658
35659 \end_inset
35660
35661 «prevención»
35662 \begin_inset ERT
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666
35667 }
35668 \end_layout
35669
35670 \end_inset
35671
35672  bajada.
35673 \begin_inset Newline newline
35674 \end_inset
35675
35676
35677 \begin_inset Newline newline
35678 \end_inset
35679
35680 Esto es una línea de texto con la palabra 
35681 \begin_inset ERT
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685
35686
35687 \backslash
35688 raisebox{0.5cm}[0pt]{
35689 \end_layout
35690
35691 \end_inset
35692
35693 «testigo»
35694 \begin_inset ERT
35695 status collapsed
35696
35697 \begin_layout Plain Layout
35698
35699 }
35700 \end_layout
35701
35702 \end_inset
35703
35704  elevada.
35705 \end_layout
35706
35707 \begin_layout Section
35708 Marcos coloreados
35709 \begin_inset CommandInset label
35710 LatexCommand label
35711 name "sec:Marcos-Coloreados"
35712
35713 \end_inset
35714
35715
35716 \begin_inset Index idx
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720 Marcos ! Colorear
35721 \end_layout
35722
35723 \end_inset
35724
35725
35726 \end_layout
35727
35728 \begin_layout Standard
35729 Para colorear el fondo de un marco selecciona el color deseado en el cuadro
35730  de diálogo.
35731  Como ejemplo, he aquí un marco con fondo naranja:
35732 \end_layout
35733
35734 \begin_layout Standard
35735 \begin_inset Box Frameless
35736 position "t"
35737 hor_pos "c"
35738 has_inner_box 1
35739 inner_pos "t"
35740 use_parbox 0
35741 use_makebox 1
35742 width ""
35743 special "none"
35744 height "1in"
35745 height_special "totalheight"
35746 thickness "0.4pt"
35747 separation "3pt"
35748 shadowsize "4pt"
35749 framecolor "black"
35750 backgroundcolor "orange"
35751 status open
35752
35753 \begin_layout Plain Layout
35754 Marco con fondo naranja
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Standard
35763 Si usas la decoración 
35764 \family sans
35765 Borde
35766 \begin_inset space ~
35767 \end_inset
35768
35769 rectangular
35770 \begin_inset space ~
35771 \end_inset
35772
35773 sencillo
35774 \family default
35775  puedes determinar un borde colorido.
35776  En este caso debes especificar además un color (\SpecialChar LyX
35777  pone blanco por omisión).
35778  Un ejemplo:
35779 \end_layout
35780
35781 \begin_layout Standard
35782 \begin_inset Box Boxed
35783 position "t"
35784 hor_pos "c"
35785 has_inner_box 0
35786 inner_pos "t"
35787 use_parbox 0
35788 use_makebox 0
35789 width ""
35790 special "none"
35791 height "1in"
35792 height_special "totalheight"
35793 thickness "0.4pt"
35794 separation "3pt"
35795 shadowsize "4pt"
35796 framecolor "teal"
35797 backgroundcolor "yellow"
35798 status open
35799
35800 \begin_layout Plain Layout
35801 Marco con borde color cerceta y fondo amarillo
35802 \end_layout
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \begin_layout Standard
35810 \begin_inset VSpace bigskip
35811 \end_inset
35812
35813
35814 \end_layout
35815
35816 \begin_layout Standard
35817 También puedes colorear el texto, por supuesto:
35818 \begin_inset Newline newline
35819 \end_inset
35820
35821
35822 \begin_inset Box Boxed
35823 position "t"
35824 hor_pos "c"
35825 has_inner_box 0
35826 inner_pos "t"
35827 use_parbox 0
35828 use_makebox 0
35829 width ""
35830 special "none"
35831 height "1in"
35832 height_special "totalheight"
35833 thickness "0.4pt"
35834 separation "3pt"
35835 shadowsize "4pt"
35836 framecolor "cyan"
35837 backgroundcolor "magenta"
35838 status open
35839
35840 \begin_layout Plain Layout
35841
35842 \color yellow
35843 Marco con texto, fondo y borde en distintos colores.
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \begin_layout Standard
35852 \begin_inset VSpace bigskip
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859 Si deseas un color distinto de los predefinidos, puedes definir tus propios
35860  colores según se explica en la sección
35861 \begin_inset space ~
35862 \end_inset
35863
35864
35865 \begin_inset CommandInset ref
35866 LatexCommand ref
35867 reference "sec:Cuadros-Coloreados"
35868
35869 \end_inset
35870
35871 .
35872  Para usar un color personal debes hay que usar código \SpecialChar TeX
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 Los marcos coloreados sin borde se crean con el comando 
35878 \series bold
35879
35880 \backslash
35881 colorbox
35882 \series default
35883 , de acuerdo con el siguiente esquema:
35884 \end_layout
35885
35886 \begin_layout Standard
35887
35888 \series bold
35889
35890 \backslash
35891 colorbox{color}{contenido del marco}
35892 \end_layout
35893
35894 \begin_layout Standard
35895 El contenido también puede ser un marco y los marcos coloreados también
35896  pueden estar en otros marcos.
35897  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
35898 \end_layout
35899
35900 \begin_layout Standard
35901
35902 \series bold
35903
35904 \backslash
35905 colorbox{verdeoscuro}{
35906 \end_layout
35907
35908 \begin_layout Standard
35909 en código \SpecialChar TeX
35910  antes de la palabra.
35911  Tras la palabra inserta una llave de cierre «
35912 \series bold
35913 }
35914 \series default
35915 » en código \SpecialChar TeX
35916 .
35917 \begin_inset Newline newline
35918 \end_inset
35919
35920 Este es el resultado:
35921 \end_layout
35922
35923 \begin_layout Standard
35924 Línea en la que la palabra 
35925 \begin_inset ERT
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929
35930
35931 \backslash
35932 colorbox{verdeoscuro}{
35933 \end_layout
35934
35935 \end_inset
35936
35937 «¡Atención!»
35938 \begin_inset ERT
35939 status collapsed
35940
35941 \begin_layout Plain Layout
35942
35943 }
35944 \end_layout
35945
35946 \end_inset
35947
35948  tiene fondo verdeoscuro.
35949 \end_layout
35950
35951 \begin_layout Standard
35952 Los marcos coloreados con borde se crean con el comando 
35953 \series bold
35954
35955 \backslash
35956 fcolorbox
35957 \series default
35958  con el esquema siguiente:
35959 \end_layout
35960
35961 \begin_layout Standard
35962
35963 \series bold
35964
35965 \backslash
35966 fcolorbox{color del borde}{color del fondo}{contenido del marco}
35967 \end_layout
35968
35969 \begin_layout Section
35970 Marcos girados y a escala
35971 \end_layout
35972
35973 \begin_layout Standard
35974 Para poder usar los marcos descritos en esta sección debe cargarse el módulo
35975  
35976 \family sans
35977 Marcos gráficos
35978 \family default
35979  en la configuración del documento.
35980 \end_layout
35981
35982 \begin_layout Standard
35983 \begin_inset Note Greyedout
35984 status open
35985
35986 \begin_layout Plain Layout
35987
35988 \series bold
35989 Nota:
35990 \series default
35991  no todos los visores DVI pueden mostrar rotaciones o escalas.
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 \begin_inset Note Greyedout
36001 status open
36002
36003 \begin_layout Plain Layout
36004
36005 \series bold
36006 Nota:
36007 \series default
36008  Los marcos girados o a escala no pueden contener flotantes.
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Subsection
36017 Marcos girados
36018 \begin_inset Index idx
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022 Marcos ! Girar
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset Index idx
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032 Material rotado
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Standard
36041 Para girar material debes ponerlo en un 
36042 \family sans
36043 Marco
36044 \begin_inset space ~
36045 \end_inset
36046
36047 rotación
36048 \family default
36049 .
36050  Se inserta con el menú
36051 \family sans
36052  Insertar\SpecialChar menuseparator
36053 Recuadro
36054 \begin_inset space ~
36055 \end_inset
36056
36057 personalizado\SpecialChar menuseparator
36058 Marco
36059 \begin_inset space ~
36060 \end_inset
36061
36062 rotación
36063 \family default
36064 .
36065 \end_layout
36066
36067 \begin_layout Standard
36068 El origen de rotación se puede especificar en el recuadro 
36069 \family sans
36070 Origen
36071 \family default
36072  (menú 
36073 \family sans
36074 Insertar\SpecialChar menuseparator
36075 Origen
36076 \family default
36077 ) en la forma 
36078 \series bold
36079 origin=position
36080 \series default
36081 .
36082  Son posibles las posiciones siguientes: 
36083 \emph on
36084 c
36085 \emph default
36086  (
36087 \emph on
36088 center
36089 \emph default
36090 , centro), 
36091 \emph on
36092 l
36093 \emph default
36094  (
36095 \emph on
36096 left
36097 \emph default
36098 , izquierda), 
36099 \emph on
36100 r
36101 \emph default
36102  (
36103 \emph on
36104 right
36105 \emph default
36106 , derecha), 
36107 \emph on
36108 b
36109 \emph default
36110  (
36111 \emph on
36112 bottom
36113 \emph default
36114 , abajo), 
36115 \emph on
36116 t
36117 \emph default
36118  (
36119 \emph on
36120 top
36121 \emph default
36122 , arriba), así como combinaciones adecuadas de las posiciones básicas.
36123  Por ejemplo, 
36124 \emph on
36125 lt
36126 \emph default
36127  significa que el origen de rotación es la esquina superior izquierda del
36128  marco.
36129  Si no se especifica origen de rotación se usará la posición 
36130 \emph on
36131 l
36132 \emph default
36133 .
36134  El ángulo de rotación es un número de grados, y puede ser negativo.
36135  El sentido de giro es antihorario.
36136 \end_layout
36137
36138 \begin_layout Standard
36139 En el siguiente ejemplo se ha insertado 
36140 \series bold
36141 origin=c
36142 \series default
36143  en el recuadro 
36144 \family sans
36145 Origen
36146 \family default
36147  y 
36148 \series bold
36149 60
36150 \series default
36151  en el recuadro 
36152 \family sans
36153 Ángulo
36154 \family default
36155 .
36156 \end_layout
36157
36158 \begin_layout Standard
36159 Esta línea contiene texto 
36160 \begin_inset Flex Rotatebox
36161 status open
36162
36163 \begin_layout Plain Layout
36164 \begin_inset Argument 1
36165 status open
36166
36167 \begin_layout Plain Layout
36168 origin=c
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \begin_inset Argument 2
36175 status open
36176
36177 \begin_layout Plain Layout
36178 60
36179 \end_layout
36180
36181 \end_inset
36182
36183 con rotación
36184 \end_layout
36185
36186 \end_inset
36187
36188 .
36189 \end_layout
36190
36191 \begin_layout Standard
36192 El contenido del marco puede ser también otro marco o una ecuación en línea:
36193 \end_layout
36194
36195 \begin_layout Standard
36196 En esta línea hay texto enmarcado 
36197 \begin_inset Flex Rotatebox
36198 status open
36199
36200 \begin_layout Plain Layout
36201 \begin_inset Argument 1
36202 status open
36203
36204 \begin_layout Plain Layout
36205 origin=r
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset Argument 2
36212 status open
36213
36214 \begin_layout Plain Layout
36215 -60
36216 \end_layout
36217
36218 \end_inset
36219
36220
36221 \begin_inset Box Doublebox
36222 position "c"
36223 hor_pos "c"
36224 has_inner_box 0
36225 inner_pos "c"
36226 use_parbox 0
36227 use_makebox 0
36228 width "1in"
36229 special "width"
36230 height "1in"
36231 height_special "totalheight"
36232 thickness "0.4pt"
36233 separation "3pt"
36234 shadowsize "4pt"
36235 framecolor "black"
36236 backgroundcolor "none"
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240 con rotación
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \end_inset
36249
36250  y 
36251 \begin_inset Flex Rotatebox
36252 status open
36253
36254 \begin_layout Plain Layout
36255 \begin_inset Argument 1
36256 status open
36257
36258 \begin_layout Plain Layout
36259 origin=lb
36260 \end_layout
36261
36262 \end_inset
36263
36264
36265 \begin_inset Argument 2
36266 status open
36267
36268 \begin_layout Plain Layout
36269 60
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \end_inset
36282
36283  una ecuación.
36284 \end_layout
36285
36286 \begin_layout Standard
36287 O una imagen o un cuadro:
36288 \end_layout
36289
36290 \begin_layout Standard
36291 Aquí hay una imagen girada 
36292 \begin_inset Flex Rotatebox
36293 status open
36294
36295 \begin_layout Plain Layout
36296 \begin_inset Argument 1
36297 status open
36298
36299 \begin_layout Plain Layout
36300 origin=lb
36301 \end_layout
36302
36303 \end_inset
36304
36305
36306 \begin_inset Argument 2
36307 status open
36308
36309 \begin_layout Plain Layout
36310 90
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \begin_inset Graphics
36317         filename ../clipart/platypus.eps
36318         lyxscale 50
36319         width 25col%
36320
36321 \end_inset
36322
36323
36324 \end_layout
36325
36326 \end_inset
36327
36328  y un cuadro girado 
36329 \begin_inset Flex Rotatebox
36330 status open
36331
36332 \begin_layout Plain Layout
36333 \begin_inset Argument 2
36334 status open
36335
36336 \begin_layout Plain Layout
36337 -90
36338 \end_layout
36339
36340 \end_inset
36341
36342
36343 \begin_inset Tabular
36344 <lyxtabular version="3" rows="2" columns="2">
36345 <features tabularvalignment="middle">
36346 <column alignment="center" valignment="top">
36347 <column alignment="center" valignment="top">
36348 <row>
36349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36350 \begin_inset Text
36351
36352 \begin_layout Plain Layout
36353 q
36354 \end_layout
36355
36356 \end_inset
36357 </cell>
36358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36359 \begin_inset Text
36360
36361 \begin_layout Plain Layout
36362 w
36363 \end_layout
36364
36365 \end_inset
36366 </cell>
36367 </row>
36368 <row>
36369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373 e
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36379 \begin_inset Text
36380
36381 \begin_layout Plain Layout
36382 r
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 </row>
36388 </lyxtabular>
36389
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \end_inset
36396
36397 .
36398 \begin_inset Index idx
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402 Figuras ! Rotar
36403 \end_layout
36404
36405 \end_inset
36406
36407
36408 \begin_inset Index idx
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412 Cuadros ! Girar
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \end_layout
36419
36420 \begin_layout Standard
36421 \begin_inset Note Greyedout
36422 status open
36423
36424 \begin_layout Plain Layout
36425
36426 \series bold
36427 Nota:
36428 \series default
36429  Si el recuadro 
36430 \family sans
36431 Ángulo
36432 \family default
36433  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36434  al ver/exportar
36435  el documento.
36436 \end_layout
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Subsection
36444 Marcos para variar la escala
36445 \begin_inset Index idx
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449 Marcos ! para variar la escala
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \begin_inset Index idx
36456 status collapsed
36457
36458 \begin_layout Plain Layout
36459 Material a escala
36460 \end_layout
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Standard
36468 Para modificar las proporciones de un material se coloca en un 
36469 \family sans
36470 Marco
36471 \begin_inset space ~
36472 \end_inset
36473
36474 escala
36475 \family default
36476 .
36477  Se inserta con el menú
36478 \family sans
36479  Insertar\SpecialChar menuseparator
36480 Recuadro
36481 \begin_inset space ~
36482 \end_inset
36483
36484 personalizado\SpecialChar menuseparator
36485 Marco
36486 \begin_inset space ~
36487 \end_inset
36488
36489 escala
36490 \family default
36491 .
36492 \end_layout
36493
36494 \begin_layout Standard
36495 El 
36496 \family sans
36497 Marco
36498 \begin_inset space ~
36499 \end_inset
36500
36501 escala
36502 \family default
36503  contiene el recuadro obligatorio 
36504 \family sans
36505 Factor-H
36506 \family default
36507  y el opcional 
36508 \family sans
36509 Factor-V
36510 \family default
36511  (con el menú 
36512 \family sans
36513 Insertar\SpecialChar menuseparator
36514 Factor-V
36515 \family default
36516 ).
36517  En ellos se introducen los factores de escala horizontal y vertical, respectiva
36518 mente.
36519  Si no se usa 
36520 \family sans
36521 Factor-V
36522 \family default
36523 , su valor será el mismo que el factor de escala horizontal.
36524 \end_layout
36525
36526 \begin_layout Standard
36527 Para obtener doble tamaño que el texto normal del documento, inserta 
36528 \series bold
36529 2
36530 \series default
36531  en el recuadro
36532 \family sans
36533  Factor-H
36534 \family default
36535 , por ejemplo: 
36536 \begin_inset Flex Scalebox
36537 status open
36538
36539 \begin_layout Plain Layout
36540 \begin_inset Argument 1
36541 status open
36542
36543 \begin_layout Plain Layout
36544 2
36545 \end_layout
36546
36547 \end_inset
36548
36549 Hola
36550 \end_layout
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Standard
36558
36559 \series bold
36560 2
36561 \series default
36562  en 
36563 \family sans
36564 Factor-H y
36565 \family default
36566  
36567 \series bold
36568 1
36569 \series default
36570  en 
36571 \family sans
36572 Factor-V
36573 \family default
36574  distorsiona el resultado: 
36575 \begin_inset Flex Scalebox
36576 status open
36577
36578 \begin_layout Plain Layout
36579 \begin_inset Argument 1
36580 status open
36581
36582 \begin_layout Plain Layout
36583 2
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \begin_inset Argument 2
36590 status open
36591
36592 \begin_layout Plain Layout
36593 1
36594 \end_layout
36595
36596 \end_inset
36597
36598 Hola
36599 \end_layout
36600
36601 \end_inset
36602
36603 .
36604 \end_layout
36605
36606 \begin_layout Standard
36607 Si el factor de escala es negativo, el contenido del marco se reflejará.
36608  Por tanto, 
36609 \series bold
36610 -1
36611 \series default
36612  para 
36613 \family sans
36614 Factor-H
36615 \family default
36616  y 
36617 \series bold
36618 1
36619 \series default
36620  para 
36621 \family sans
36622 Factor-V
36623 \family default
36624  se puede usar para escribir en espejo: 
36625 \begin_inset Flex Scalebox
36626 status open
36627
36628 \begin_layout Plain Layout
36629 \begin_inset Argument 1
36630 status open
36631
36632 \begin_layout Plain Layout
36633 -1
36634 \end_layout
36635
36636 \end_inset
36637
36638
36639 \begin_inset Argument 2
36640 status open
36641
36642 \begin_layout Plain Layout
36643 1
36644 \end_layout
36645
36646 \end_inset
36647
36648 Hola
36649 \end_layout
36650
36651 \end_inset
36652
36653 .
36654 \end_layout
36655
36656 \begin_layout Standard
36657
36658 \series bold
36659 1
36660 \series default
36661  para 
36662 \family sans
36663 Factor-H
36664 \family default
36665  y 
36666 \series bold
36667 -1
36668 \series default
36669  para 
36670 \family sans
36671 Factor-V
36672 \family default
36673  refleja respecto a la línea: 
36674 \begin_inset Flex Scalebox
36675 status open
36676
36677 \begin_layout Plain Layout
36678 \begin_inset Argument 1
36679 status open
36680
36681 \begin_layout Plain Layout
36682 1
36683 \end_layout
36684
36685 \end_inset
36686
36687
36688 \begin_inset Argument 2
36689 status open
36690
36691 \begin_layout Plain Layout
36692 -1
36693 \end_layout
36694
36695 \end_inset
36696
36697 Hola
36698 \end_layout
36699
36700 \end_inset
36701
36702 .
36703 \end_layout
36704
36705 \begin_layout Standard
36706 El 
36707 \family sans
36708 Marco
36709 \begin_inset space ~
36710 \end_inset
36711
36712 reflejo
36713 \family default
36714  (menú
36715 \family sans
36716  Insertar\SpecialChar menuseparator
36717 Recuadro
36718 \begin_inset space ~
36719 \end_inset
36720
36721 personalizado\SpecialChar menuseparator
36722 Marco
36723 \begin_inset space ~
36724 \end_inset
36725
36726 reflejo
36727 \family default
36728 ) equivale a 
36729 \family sans
36730 Marco
36731 \begin_inset space ~
36732 \end_inset
36733
36734 escala
36735 \family default
36736  con 
36737 \series bold
36738 -1
36739 \series default
36740  para 
36741 \family sans
36742 Factor-H
36743 \family default
36744  y 
36745 \series bold
36746 1
36747 \series default
36748  para 
36749 \family sans
36750 Factor-V
36751 \family default
36752 .
36753 \end_layout
36754
36755 \begin_layout Standard
36756 \begin_inset Note Greyedout
36757 status open
36758
36759 \begin_layout Plain Layout
36760
36761 \series bold
36762 Nota:
36763 \series default
36764  Si 
36765 \family sans
36766 Factor-H
36767 \family default
36768  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36769  al ver/exportar
36770  el documento.
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \begin_layout Standard
36779 \begin_inset VSpace bigskip
36780 \end_inset
36781
36782 El 
36783 \family sans
36784 Marco
36785 \begin_inset space ~
36786 \end_inset
36787
36788 tamaño
36789 \family default
36790  (menú 
36791 \family sans
36792 Insertar\SpecialChar menuseparator
36793 Recuadro
36794 \begin_inset space ~
36795 \end_inset
36796
36797 personalizado\SpecialChar menuseparator
36798 Marco
36799 \begin_inset space ~
36800 \end_inset
36801
36802 tamaño
36803 \family default
36804 ) se usa para redimensionar el contenido a una anchura y altura dadas.
36805  El recuadro 
36806 \family sans
36807 Marco
36808 \begin_inset space ~
36809 \end_inset
36810
36811 tamaño
36812 \family default
36813  contiene el recuadro obligatorio 
36814 \family sans
36815 Ancho
36816 \family default
36817  y el opcional 
36818 \family sans
36819 Alto
36820 \family default
36821  (menú 
36822 \family sans
36823 Insertar\SpecialChar menuseparator
36824 Alto)
36825 \family default
36826 .
36827  En ellos se introducen respectivamente la anchura y la altura como cantidad
36828  y unidad.
36829  La lista de unidades disponibles es
36830 \begin_inset space ~
36831 \end_inset
36832
36833
36834 \begin_inset CommandInset ref
36835 LatexCommand ref
36836 reference "tab:Unidades"
36837
36838 \end_inset
36839
36840 .
36841  Si en uno de los recuadros hay un signo de exclamación, 
36842 \series bold
36843 !
36844 \series default
36845 , la escala mantiene la relación de las dimensiones originales del contenido
36846  del marco.
36847  Si no se usa el recuadro 
36848 \family sans
36849 Alto
36850 \family default
36851 , internamente se usará un signo de exclamación para la altura.
36852 \end_layout
36853
36854 \begin_layout Standard
36855
36856 \series bold
36857 2cm
36858 \series default
36859  de 
36860 \family sans
36861 Ancho
36862 \family default
36863  y 
36864 \series bold
36865 1cm
36866 \series default
36867  de 
36868 \family sans
36869 Alto
36870 \family default
36871  produce: 
36872 \begin_inset Flex Resizebox
36873 status open
36874
36875 \begin_layout Plain Layout
36876 \begin_inset Argument 1
36877 status open
36878
36879 \begin_layout Plain Layout
36880 2cm
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \begin_inset Argument 2
36887 status open
36888
36889 \begin_layout Plain Layout
36890 1cm
36891 \end_layout
36892
36893 \end_inset
36894
36895 Hola
36896 \end_layout
36897
36898 \end_inset
36899
36900
36901 \begin_inset Newline newline
36902 \end_inset
36903
36904
36905 \series bold
36906 2cm
36907 \series default
36908  de 
36909 \family sans
36910 Ancho
36911 \family default
36912  y 
36913 \series bold
36914 !
36915 \series default
36916  de 
36917 \family sans
36918 Alto
36919 \family default
36920  (o sin 
36921 \family sans
36922 Alto
36923 \family default
36924 ) produce: 
36925 \begin_inset Flex Resizebox
36926 status open
36927
36928 \begin_layout Plain Layout
36929 \begin_inset Argument 1
36930 status open
36931
36932 \begin_layout Plain Layout
36933 2cm
36934 \end_layout
36935
36936 \end_inset
36937
36938
36939 \begin_inset Argument 2
36940 status open
36941
36942 \begin_layout Plain Layout
36943 !
36944 \end_layout
36945
36946 \end_inset
36947
36948 Hola
36949 \end_layout
36950
36951 \end_inset
36952
36953
36954 \end_layout
36955
36956 \begin_layout Standard
36957 \begin_inset Note Greyedout
36958 status open
36959
36960 \begin_layout Plain Layout
36961
36962 \series bold
36963 Nota:
36964 \series default
36965  Si 
36966 \family sans
36967 Ancho
36968 \family default
36969  está vacío o contiene unidades no válidas habrá errores \SpecialChar LaTeX
36970  al ver/exportar
36971  el documento.
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980 \begin_inset VSpace bigskip
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \begin_layout Standard
36987 Los marcos se pueden combinar en cualquier orden.
36988  Un ejemplo de 
36989 \family sans
36990 Marco
36991 \begin_inset space ~
36992 \end_inset
36993
36994 reflejo
36995 \family default
36996  dentro de un
36997 \family sans
36998  Marco
36999 \begin_inset space ~
37000 \end_inset
37001
37002 tamaño
37003 \family default
37004  girado en un 
37005 \family sans
37006 Marco
37007 \begin_inset space ~
37008 \end_inset
37009
37010 rotación
37011 \family default
37012 :
37013 \end_layout
37014
37015 \begin_layout Standard
37016 \noindent
37017 \align center
37018 \begin_inset Flex Rotatebox
37019 status open
37020
37021 \begin_layout Plain Layout
37022 \begin_inset Argument 1
37023 status open
37024
37025 \begin_layout Plain Layout
37026 origin=c
37027 \end_layout
37028
37029 \end_inset
37030
37031
37032 \begin_inset Argument 2
37033 status open
37034
37035 \begin_layout Plain Layout
37036 -45
37037 \end_layout
37038
37039 \end_inset
37040
37041
37042 \begin_inset Flex Resizebox
37043 status open
37044
37045 \begin_layout Plain Layout
37046 \begin_inset Argument 1
37047 status open
37048
37049 \begin_layout Plain Layout
37050 2cm
37051 \end_layout
37052
37053 \end_inset
37054
37055
37056 \begin_inset Flex Reflectbox
37057 status open
37058
37059 \begin_layout Plain Layout
37060 Hola
37061 \end_layout
37062
37063 \end_inset
37064
37065
37066 \end_layout
37067
37068 \end_inset
37069
37070
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \end_layout
37077
37078 \begin_layout Standard
37079 \noindent
37080 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
37081 \end_layout
37082
37083 \begin_layout Standard
37084 \noindent
37085 \align center
37086 \begin_inset Flex Resizebox
37087 status open
37088
37089 \begin_layout Plain Layout
37090 \begin_inset Argument 1
37091 status open
37092
37093 \begin_layout Plain Layout
37094 2cm
37095 \end_layout
37096
37097 \end_inset
37098
37099
37100 \begin_inset Flex Reflectbox
37101 status open
37102
37103 \begin_layout Plain Layout
37104 \begin_inset Graphics
37105         filename ../clipart/platypus.eps
37106         lyxscale 50
37107         width 25col%
37108
37109 \end_inset
37110
37111
37112 \end_layout
37113
37114 \end_inset
37115
37116
37117 \end_layout
37118
37119 \end_inset
37120
37121  
37122 \begin_inset Flex Resizebox
37123 status open
37124
37125 \begin_layout Plain Layout
37126 \begin_inset Argument 1
37127 status open
37128
37129 \begin_layout Plain Layout
37130 2cm
37131 \end_layout
37132
37133 \end_inset
37134
37135
37136 \begin_inset Flex Reflectbox
37137 status open
37138
37139 \begin_layout Plain Layout
37140 \begin_inset Tabular
37141 <lyxtabular version="3" rows="2" columns="2">
37142 <features tabularvalignment="middle">
37143 <column alignment="center" valignment="top">
37144 <column alignment="center" valignment="top">
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150 q
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 w
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 </row>
37165 <row>
37166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 e
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 r
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 </row>
37185 </lyxtabular>
37186
37187 \end_inset
37188
37189
37190 \end_layout
37191
37192 \end_inset
37193
37194
37195 \end_layout
37196
37197 \end_inset
37198
37199  
37200 \begin_inset Flex Resizebox
37201 status open
37202
37203 \begin_layout Plain Layout
37204 \begin_inset Argument 1
37205 status open
37206
37207 \begin_layout Plain Layout
37208 3cm
37209 \end_layout
37210
37211 \end_inset
37212
37213
37214 \begin_inset Flex Reflectbox
37215 status open
37216
37217 \begin_layout Plain Layout
37218 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \begin_inset Index idx
37233 status collapsed
37234
37235 \begin_layout Plain Layout
37236 Figuras ! a escala
37237 \end_layout
37238
37239 \end_inset
37240
37241
37242 \begin_inset Index idx
37243 status collapsed
37244
37245 \begin_layout Plain Layout
37246 Cuadros ! a escala
37247 \end_layout
37248
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Standard
37255 Si se usa el estilo global 
37256 \series bold
37257 fleqn
37258 \series default
37259  para las ecuaciones del documento,
37260 \begin_inset Foot
37261 status collapsed
37262
37263 \begin_layout Plain Layout
37264 Si «fleqn» se añade a las opciones de clase del documento.
37265 \end_layout
37266
37267 \end_inset
37268
37269  también se puede variar la escala de las ecuaciones en estilo presentación.
37270 \end_layout
37271
37272 \begin_layout Chapter
37273 Objetos envueltos en texto
37274 \begin_inset Index idx
37275 status collapsed
37276
37277 \begin_layout Plain Layout
37278 Envueltos en texto
37279 \end_layout
37280
37281 \end_inset
37282
37283
37284 \end_layout
37285
37286 \begin_layout Section
37287 Flotantes envueltos
37288 \begin_inset CommandInset label
37289 LatexCommand label
37290 name "sec:Flotantes-envueltos"
37291
37292 \end_inset
37293
37294
37295 \begin_inset Index idx
37296 status collapsed
37297
37298 \begin_layout Plain Layout
37299 Flotantes ! Envueltos
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \begin_inset Index idx
37306 status collapsed
37307
37308 \begin_layout Plain Layout
37309 Envueltos en texto ! Flotantes
37310 \end_layout
37311
37312 \end_inset
37313
37314
37315 \end_layout
37316
37317 \begin_layout Standard
37318 \begin_inset Wrap figure
37319 lines 0
37320 placement l
37321 overhang 1cm
37322 width "40col%"
37323 status open
37324
37325 \begin_layout Plain Layout
37326 \begin_inset Graphics
37327         filename ../clipart/mobius.eps
37328         width 40col%
37329         rotateOrigin center
37330
37331 \end_inset
37332
37333
37334 \end_layout
37335
37336 \begin_layout Plain Layout
37337 \begin_inset Caption Standard
37338
37339 \begin_layout Plain Layout
37340 \begin_inset CommandInset label
37341 LatexCommand label
37342 name "fig:Envoltorio-de-figura"
37343
37344 \end_inset
37345
37346 Figura envuelta en el texto
37347 \end_layout
37348
37349 \end_inset
37350
37351
37352 \end_layout
37353
37354 \end_inset
37355
37356  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
37357  de modo que ocupe sólo una parte del ancho de columna.
37358  Se inserta con el menú 
37359 \family sans
37360 Insertar\SpecialChar menuseparator
37361 Flotante\SpecialChar menuseparator
37362 Figura
37363 \begin_inset space ~
37364 \end_inset
37365
37366 envuelta
37367 \family default
37368
37369 \begin_inset space \thinspace{}
37370 \end_inset
37371
37372 /
37373 \begin_inset space \thinspace{}
37374 \end_inset
37375
37376
37377 \family sans
37378 Cuadro
37379 \begin_inset space ~
37380 \end_inset
37381
37382 envuelto
37383 \family default
37384  si está instalado el paquete \SpecialChar LaTeX
37385  
37386 \series bold
37387 wrapfig
37388 \series default
37389
37390 \begin_inset Index idx
37391 status collapsed
37392
37393 \begin_layout Plain Layout
37394 \SpecialChar LaTeX
37395 -paquetes ! wrapfig
37396 \end_layout
37397
37398 \end_inset
37399
37400 .
37401 \begin_inset Foot
37402 status collapsed
37403
37404 \begin_layout Plain Layout
37405 La instalación de paquetes \SpecialChar LaTeX
37406  se explica en el manual 
37407 \emph on
37408 Configuración de \SpecialChar LaTeX
37409
37410 \emph default
37411 .
37412 \end_layout
37413
37414 \end_inset
37415
37416  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
37417  con clic derecho sobre el cuadro del flotante.
37418  Son obligatorias la 
37419 \family sans
37420 Ubicación
37421 \family default
37422  y la 
37423 \family sans
37424 Anchura
37425 \family default
37426 .
37427  Son opcionales 
37428 \family sans
37429 Extensión al margen
37430 \family default
37431 , que especifica la anchura de invasión del margen, y 
37432 \family sans
37433 Extender
37434 \begin_inset space ~
37435 \end_inset
37436
37437 a
37438 \begin_inset space ~
37439 \end_inset
37440
37441 líneas
37442 \family default
37443 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
37444  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
37445  opción sólo si encuentras problemas en la colocación del flotante.
37446  Además puedes decidir si permitir que \SpecialChar LaTeX
37447  deje flotar el flotante dentro del
37448  párrafo o en los párrafos adyacentes.
37449  La figura
37450 \begin_inset space ~
37451 \end_inset
37452
37453
37454 \begin_inset CommandInset ref
37455 LatexCommand ref
37456 reference "fig:Envoltorio-de-figura"
37457
37458 \end_inset
37459
37460  es un ejemplo de envoltorio con una anchura de columna del 40
37461 \begin_inset space \thinspace{}
37462 \end_inset
37463
37464 %, ubicado a la izquierda y 1
37465 \begin_inset space \thinspace{}
37466 \end_inset
37467
37468 cm de invasión de margen.
37469 \end_layout
37470
37471 \begin_layout Standard
37472 \begin_inset Note Greyedout
37473 status open
37474
37475 \begin_layout Plain Layout
37476
37477 \series bold
37478 Nota:
37479 \series default
37480  ¡Los flotantes envueltos son frágiles! P.
37481 \begin_inset space \thinspace{}
37482 \end_inset
37483
37484 ej.
37485 \begin_inset space ~
37486 \end_inset
37487
37488 si una figura está demasiado cerca de la parte inferior de la página se
37489  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
37490  o situarse junto a otro texto.
37491 \end_layout
37492
37493 \end_inset
37494
37495
37496 \end_layout
37497
37498 \begin_layout Standard
37499 En general:
37500 \end_layout
37501
37502 \begin_layout Itemize
37503 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
37504  salto de página.
37505  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
37506  esté casi listo y puedas prever los saltos de página.
37507 \end_layout
37508
37509 \begin_layout Itemize
37510 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
37511  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
37512 \end_layout
37513
37514 \begin_layout Itemize
37515 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
37516  que procura que haya un párrafo de texto entre ellos.
37517 \end_layout
37518
37519 \begin_layout Itemize
37520 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
37521 \end_layout
37522
37523 \begin_layout Itemize
37524 Su numeración y referencias funciona como se explica en el cap.
37525 \begin_inset space \thinspace{}
37526 \end_inset
37527
37528
37529 \begin_inset CommandInset ref
37530 LatexCommand ref
37531 reference "chap:Flotantes"
37532
37533 \end_inset
37534
37535 .
37536 \end_layout
37537
37538 \begin_layout Section
37539 Objetos fijos envueltos
37540 \begin_inset Index idx
37541 status collapsed
37542
37543 \begin_layout Plain Layout
37544 Envueltos en texto ! Objetos fijos
37545 \end_layout
37546
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \begin_layout Standard
37553 Los flotantes envueltos, descritos en la sec.
37554 \begin_inset space \thinspace{}
37555 \end_inset
37556
37557
37558 \begin_inset CommandInset ref
37559 LatexCommand ref
37560 reference "sec:Flotantes-envueltos"
37561
37562 \end_inset
37563
37564  , tienen estas posiciones en el párrafo:
37565 \end_layout
37566
37567 \begin_layout Standard
37568 \noindent
37569 \align center
37570 \begin_inset Tabular
37571 <lyxtabular version="3" rows="2" columns="2">
37572 <features tabularvalignment="middle">
37573 <column alignment="center" valignment="top">
37574 <column alignment="center" valignment="top">
37575 <row>
37576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580 \begin_inset Info
37581 type  "icon"
37582 arg   "dialog-show-new-inset graphics"
37583 \end_inset
37584
37585
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594 texto
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 <row>
37601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605 texto
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614 texto
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 </row>
37620 </lyxtabular>
37621
37622 \end_inset
37623
37624  y 
37625 \begin_inset Tabular
37626 <lyxtabular version="3" rows="2" columns="2">
37627 <features tabularvalignment="middle">
37628 <column alignment="center" valignment="top">
37629 <column alignment="center" valignment="top">
37630 <row>
37631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 texto
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 \begin_inset Info
37645 type  "icon"
37646 arg   "dialog-show-new-inset graphics"
37647 \end_inset
37648
37649
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 </row>
37655 <row>
37656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660 texto
37661 \end_layout
37662
37663 \end_inset
37664 </cell>
37665 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37666 \begin_inset Text
37667
37668 \begin_layout Plain Layout
37669 texto
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 </row>
37675 </lyxtabular>
37676
37677 \end_inset
37678
37679
37680 \end_layout
37681
37682 \begin_layout Standard
37683 Para colocar un objeto exactamente en la posición en la que se inserta,
37684  por ejemplo una de estas:
37685 \begin_inset VSpace defskip
37686 \end_inset
37687
37688
37689 \end_layout
37690
37691 \begin_layout Standard
37692 \noindent
37693 \align center
37694 \begin_inset Tabular
37695 <lyxtabular version="3" rows="2" columns="2">
37696 <features tabularvalignment="middle">
37697 <column alignment="center" valignment="top">
37698 <column alignment="center" valignment="top">
37699 <row>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 texto
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713 texto
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 \begin_inset Info
37725 type  "icon"
37726 arg   "dialog-show-new-inset graphics"
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \end_inset
37733 </cell>
37734 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout Plain Layout
37738 texto
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 </row>
37744 </lyxtabular>
37745
37746 \end_inset
37747
37748  
37749 \begin_inset Tabular
37750 <lyxtabular version="3" rows="2" columns="2">
37751 <features tabularvalignment="middle">
37752 <column alignment="center" valignment="top">
37753 <column alignment="center" valignment="top">
37754 <row>
37755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 texto
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 texto
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 </row>
37774 <row>
37775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779 texto
37780 \end_layout
37781
37782 \end_inset
37783 </cell>
37784 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788 \begin_inset Info
37789 type  "icon"
37790 arg   "dialog-show-new-inset graphics"
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \end_inset
37797 </cell>
37798 </row>
37799 </lyxtabular>
37800
37801 \end_inset
37802
37803  
37804 \begin_inset Tabular
37805 <lyxtabular version="3" rows="2" columns="3">
37806 <features tabularvalignment="middle">
37807 <column alignment="center" valignment="top">
37808 <column alignment="center" valignment="top">
37809 <column alignment="center" valignment="top">
37810 <row>
37811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37812 \begin_inset Text
37813
37814 \begin_layout Plain Layout
37815 texto
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 <cell alignment="center" valignment="top" topline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824 \begin_inset Info
37825 type  "icon"
37826 arg   "dialog-show-new-inset graphics"
37827 \end_inset
37828
37829
37830 \end_layout
37831
37832 \end_inset
37833 </cell>
37834 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37835 \begin_inset Text
37836
37837 \begin_layout Plain Layout
37838 texto
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 </row>
37844 <row>
37845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37846 \begin_inset Text
37847
37848 \begin_layout Plain Layout
37849 texto
37850 \end_layout
37851
37852 \end_inset
37853 </cell>
37854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37855 \begin_inset Text
37856
37857 \begin_layout Plain Layout
37858 texto
37859 \end_layout
37860
37861 \end_inset
37862 </cell>
37863 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867 texto
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 </row>
37873 </lyxtabular>
37874
37875 \end_inset
37876
37877  
37878 \begin_inset Tabular
37879 <lyxtabular version="3" rows="2" columns="3">
37880 <features tabularvalignment="middle">
37881 <column alignment="center" valignment="top">
37882 <column alignment="center" valignment="top">
37883 <column alignment="center" valignment="top">
37884 <row>
37885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 texto
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 <cell alignment="center" valignment="top" topline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898 texto
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907 texto
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 <row>
37914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918 texto
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927 \begin_inset Info
37928 type  "icon"
37929 arg   "dialog-show-new-inset graphics"
37930 \end_inset
37931
37932
37933 \end_layout
37934
37935 \end_inset
37936 </cell>
37937 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37938 \begin_inset Text
37939
37940 \begin_layout Plain Layout
37941 texto
37942 \end_layout
37943
37944 \end_inset
37945 </cell>
37946 </row>
37947 </lyxtabular>
37948
37949 \end_inset
37950
37951
37952 \end_layout
37953
37954 \begin_layout Standard
37955 \noindent
37956 \align center
37957 \begin_inset Tabular
37958 <lyxtabular version="3" rows="3" columns="2">
37959 <features tabularvalignment="middle">
37960 <column alignment="center" valignment="top">
37961 <column alignment="center" valignment="top">
37962 <row>
37963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37964 \begin_inset Text
37965
37966 \begin_layout Plain Layout
37967 texto
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 texto
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 </row>
37982 <row>
37983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987 \begin_inset Info
37988 type  "icon"
37989 arg   "dialog-show-new-inset graphics"
37990 \end_inset
37991
37992
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001 texto
38002 \end_layout
38003
38004 \end_inset
38005 </cell>
38006 </row>
38007 <row>
38008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012 texto
38013 \end_layout
38014
38015 \end_inset
38016 </cell>
38017 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38018 \begin_inset Text
38019
38020 \begin_layout Plain Layout
38021 texto
38022 \end_layout
38023
38024 \end_inset
38025 </cell>
38026 </row>
38027 </lyxtabular>
38028
38029 \end_inset
38030
38031  
38032 \begin_inset Tabular
38033 <lyxtabular version="3" rows="3" columns="3">
38034 <features tabularvalignment="middle">
38035 <column alignment="center" valignment="top">
38036 <column alignment="center" valignment="top">
38037 <column alignment="center" valignment="top">
38038 <row>
38039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38040 \begin_inset Text
38041
38042 \begin_layout Plain Layout
38043 texto
38044 \end_layout
38045
38046 \end_inset
38047 </cell>
38048 <cell alignment="center" valignment="top" topline="true" usebox="none">
38049 \begin_inset Text
38050
38051 \begin_layout Plain Layout
38052 texto
38053 \end_layout
38054
38055 \end_inset
38056 </cell>
38057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38058 \begin_inset Text
38059
38060 \begin_layout Plain Layout
38061 texto
38062 \end_layout
38063
38064 \end_inset
38065 </cell>
38066 </row>
38067 <row>
38068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38069 \begin_inset Text
38070
38071 \begin_layout Plain Layout
38072 texto
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 <cell alignment="center" valignment="top" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081 \begin_inset Info
38082 type  "icon"
38083 arg   "dialog-show-new-inset graphics"
38084 \end_inset
38085
38086
38087 \end_layout
38088
38089 \end_inset
38090 </cell>
38091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095 texto
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 </row>
38101 <row>
38102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38103 \begin_inset Text
38104
38105 \begin_layout Plain Layout
38106 texto
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115 texto
38116 \end_layout
38117
38118 \end_inset
38119 </cell>
38120 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38121 \begin_inset Text
38122
38123 \begin_layout Plain Layout
38124 texto
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 </row>
38130 </lyxtabular>
38131
38132 \end_inset
38133
38134  
38135 \begin_inset Tabular
38136 <lyxtabular version="3" rows="3" columns="2">
38137 <features tabularvalignment="middle">
38138 <column alignment="center" valignment="top">
38139 <column alignment="center" valignment="top">
38140 <row>
38141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38142 \begin_inset Text
38143
38144 \begin_layout Plain Layout
38145 texto
38146 \end_layout
38147
38148 \end_inset
38149 </cell>
38150 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38151 \begin_inset Text
38152
38153 \begin_layout Plain Layout
38154 texto
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 </row>
38160 <row>
38161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38162 \begin_inset Text
38163
38164 \begin_layout Plain Layout
38165 texto
38166 \end_layout
38167
38168 \end_inset
38169 </cell>
38170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38171 \begin_inset Text
38172
38173 \begin_layout Plain Layout
38174 \begin_inset Info
38175 type  "icon"
38176 arg   "dialog-show-new-inset graphics"
38177 \end_inset
38178
38179
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 </row>
38185 <row>
38186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 texto
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199 texto
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 </row>
38205 </lyxtabular>
38206
38207 \end_inset
38208
38209
38210 \end_layout
38211
38212 \begin_layout Standard
38213 \noindent
38214 puedes usar el paquete \SpecialChar LaTeX
38215  
38216 \series bold
38217 picinpar
38218 \series default
38219
38220 \begin_inset Index idx
38221 status collapsed
38222
38223 \begin_layout Plain Layout
38224 \SpecialChar LaTeX
38225 -paquetes ! picinpar
38226 \end_layout
38227
38228 \end_inset
38229
38230 .
38231  Aquí hay un ejemplo:
38232 \end_layout
38233
38234 \begin_layout Standard
38235 \begin_inset ERT
38236 status collapsed
38237
38238 \begin_layout Plain Layout
38239
38240
38241 \backslash
38242 ifpicinpar
38243 \end_layout
38244
38245 \end_inset
38246
38247
38248 \begin_inset Note Note
38249 status open
38250
38251 \begin_layout Plain Layout
38252 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38253  \SpecialChar LaTeX
38254  
38255 \series bold
38256 picinpar
38257 \series default
38258 .
38259 \end_layout
38260
38261 \end_inset
38262
38263
38264 \end_layout
38265
38266 \begin_layout Standard
38267 \begin_inset ERT
38268 status collapsed
38269
38270 \begin_layout Plain Layout
38271
38272
38273 \backslash
38274 begin{window}[2,c,{
38275 \end_layout
38276
38277 \end_inset
38278
38279
38280 \begin_inset Graphics
38281         filename ../clipart/mobius.eps
38282         lyxscale 60
38283         width 40col%
38284         scaleBeforeRotation
38285         rotateOrigin center
38286
38287 \end_inset
38288
38289
38290 \begin_inset ERT
38291 status collapsed
38292
38293 \begin_layout Plain Layout
38294
38295 },]
38296 \end_layout
38297
38298 \begin_layout Plain Layout
38299
38300 {}
38301 \end_layout
38302
38303 \end_inset
38304
38305
38306 \size small
38307 \lang english
38308 It was in the spring of the year 1894 that all London was interested, and
38309  the fashionable world dismayed, by the murder of the Honourable Ronald
38310  Adair under most unusual and inexplicable circumstances.
38311  The public has already learned those particulars of the crime which
38312 \size default
38313
38314 \begin_inset ERT
38315 status collapsed
38316
38317 \begin_layout Plain Layout
38318
38319
38320 \backslash
38321 footnotemark{}
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \size small
38328  came out in the police investigation, but a good deal was suppressed upon
38329  that occasion, since the case for the prosecution was so overwhelmingly
38330  strong that it was not necessary to bring forward all the facts.
38331  Only now, at the end of nearly ten years, am I allowed to supply those
38332  missing links which make up the whole of that remarkable chain
38333 \lang spanish
38334 .
38335 \size default
38336
38337 \begin_inset ERT
38338 status collapsed
38339
38340 \begin_layout Plain Layout
38341
38342
38343 \backslash
38344 end{window}
38345 \end_layout
38346
38347 \end_inset
38348
38349
38350 \end_layout
38351
38352 \begin_layout Standard
38353 \begin_inset ERT
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357
38358
38359 \backslash
38360 footnotetext{
38361 \end_layout
38362
38363 \end_inset
38364
38365 Nota al pie del párrafo con el objeto fijo
38366 \begin_inset ERT
38367 status collapsed
38368
38369 \begin_layout Plain Layout
38370
38371 }
38372 \end_layout
38373
38374 \end_inset
38375
38376
38377 \end_layout
38378
38379 \begin_layout Standard
38380 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
38381  donde la posición del objeto en el párrafo se puede determinar por el número
38382  de líneas sobre él.
38383  A diferencia de los flotantes, no es posible tener leyendas numeradas.
38384 \end_layout
38385
38386 \begin_layout Standard
38387 Un objeto fijo se inserta añadiendo el comando
38388 \end_layout
38389
38390 \begin_layout Standard
38391
38392 \series bold
38393
38394 \backslash
38395 begin{window}[2,c,{
38396 \end_layout
38397
38398 \begin_layout Standard
38399 en código \SpecialChar TeX
38400  al principio del párrafo.
38401  El primer parámetro en el corchete, aquí '2', define el número de líneas
38402  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
38403  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
38404  Tras el comando se inserta el objeto.
38405  En este ejemplo se ha insertado una imagen con una anchura del 40
38406 \begin_inset space \thinspace{}
38407 \end_inset
38408
38409 % de la anchura de la columna de texto.
38410  El objeto también puede ser un cuadro, un marco o una ecuación.
38411  Detrás del objeto se inserta el comando
38412 \end_layout
38413
38414 \begin_layout Standard
38415
38416 \series bold
38417 },texto de la descripción]
38418 \begin_inset Newline newline
38419 \end_inset
38420
38421 {}
38422 \end_layout
38423
38424 \begin_layout Standard
38425 Ten en cuenta que 
38426 \begin_inset Quotes eld
38427 \end_inset
38428
38429
38430 \series bold
38431 {}
38432 \series default
38433
38434 \begin_inset Quotes erd
38435 \end_inset
38436
38437  está en la segunda línea.
38438  El texto de la descripción es opcional.
38439  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
38440  debe empezar inmediatamente después de 
38441 \series bold
38442 {}
38443 \series default
38444 .
38445  Al final del párrafo inserta el comando:
38446 \end_layout
38447
38448 \begin_layout Standard
38449
38450 \series bold
38451
38452 \backslash
38453 end{window}
38454 \end_layout
38455
38456 \begin_layout Standard
38457 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
38458  de la manera habitual.
38459  Hay que usar el comando 
38460 \series bold
38461
38462 \backslash
38463 footnotemark
38464 \series default
38465  dentro del párrafo y fuera del comando 
38466 \series bold
38467
38468 \backslash
38469 footnotetext
38470 \series default
38471 , como se describe en la sec.
38472 \begin_inset space \thinspace{}
38473 \end_inset
38474
38475
38476 \begin_inset CommandInset ref
38477 LatexCommand ref
38478 reference "sec:Notas-al-pie"
38479
38480 \end_inset
38481
38482 .
38483 \end_layout
38484
38485 \begin_layout Standard
38486 \begin_inset ERT
38487 status collapsed
38488
38489 \begin_layout Plain Layout
38490
38491
38492 \backslash
38493 else
38494 \end_layout
38495
38496 \end_inset
38497
38498
38499 \begin_inset Note Note
38500 status open
38501
38502 \begin_layout Plain Layout
38503 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38504  
38505 \series bold
38506 picinpar
38507 \series default
38508 .
38509 \end_layout
38510
38511 \end_inset
38512
38513
38514 \end_layout
38515
38516 \begin_layout Standard
38517 Debes instalar el paquete \SpecialChar LaTeX
38518  
38519 \series bold
38520 picinpar
38521 \series default
38522  para ver la parte siguiente en la salida.
38523 \end_layout
38524
38525 \begin_layout Standard
38526 \begin_inset ERT
38527 status collapsed
38528
38529 \begin_layout Plain Layout
38530
38531
38532 \backslash
38533 fi
38534 \end_layout
38535
38536 \end_inset
38537
38538
38539 \end_layout
38540
38541 \begin_layout Section
38542 Letras capitales
38543 \begin_inset Index idx
38544 status collapsed
38545
38546 \begin_layout Plain Layout
38547 Letras capitales
38548 \end_layout
38549
38550 \end_inset
38551
38552
38553 \begin_inset Index idx
38554 status collapsed
38555
38556 \begin_layout Plain Layout
38557 Envueltos en texto ! Letras capitales
38558 \end_layout
38559
38560 \end_inset
38561
38562
38563 \end_layout
38564
38565 \begin_layout Standard
38566 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
38567
38568 \series bold
38569  lettrine
38570 \series default
38571
38572 \begin_inset Index idx
38573 status collapsed
38574
38575 \begin_layout Plain Layout
38576 \SpecialChar LaTeX
38577 -paquetes ! lettrine
38578 \end_layout
38579
38580 \end_inset
38581
38582  y habilitar el uso del módulo 
38583 \family sans
38584 Capitales
38585 \family default
38586  en el documento (menú 
38587 \family sans
38588 Documento\SpecialChar menuseparator
38589 Configuración\SpecialChar menuseparator
38590 Módulos
38591 \family default
38592 ).
38593  Para insertar una letra capital, usa el entorno 
38594 \family sans
38595 Capital
38596 \family default
38597 .
38598  Este entorno tiene un argumento obligatorio y dos opcionales.
38599  Los argumentos se insertan mediante el menú 
38600 \family sans
38601 Insertar
38602 \family default
38603 .
38604  El argumento obligatorio 
38605 \family sans
38606 Capital
38607 \family default
38608  contiene la(s) letra(s) capital(es), el argumento opcional 
38609 \family sans
38610 Resto
38611 \begin_inset space ~
38612 \end_inset
38613
38614 de
38615 \begin_inset space ~
38616 \end_inset
38617
38618 capital
38619 \family default
38620  contiene el resto de la palabra o del texto en capitales.
38621  El argumento 
38622 \family sans
38623 Opciones
38624 \family default
38625  contiene parámetros para modificar la letra capital.
38626  Véase la documentación de 
38627 \series bold
38628 lettrine
38629 \series default
38630
38631 \begin_inset CommandInset citation
38632 LatexCommand cite
38633 key "lettrine"
38634 literal "true"
38635
38636 \end_inset
38637
38638 , para más información sobre los parámetros disponibles.
38639  El estilo contiene el texto que rodeará a la capital.
38640  De esta forma, el estilo habitual es que la palabra cuya primera letra
38641  es la capital se imprima en 
38642 \noun on
38643 versalitas
38644 \noun default
38645 .
38646 \end_layout
38647
38648 \begin_layout Standard
38649 Aquí hay algunos ejemplos:
38650 \end_layout
38651
38652 \begin_layout Standard
38653 \begin_inset ERT
38654 status collapsed
38655
38656 \begin_layout Plain Layout
38657
38658
38659 \backslash
38660 iflettrine
38661 \end_layout
38662
38663 \end_inset
38664
38665
38666 \begin_inset Note Note
38667 status open
38668
38669 \begin_layout Plain Layout
38670 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38671  \SpecialChar LaTeX
38672  
38673 \series bold
38674 lettrine
38675 \series default
38676 .
38677 \end_layout
38678
38679 \end_inset
38680
38681
38682 \end_layout
38683
38684 \begin_layout Enumerate
38685 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
38686  
38687 \begin_inset Formula $\mathfrak{Fraktur}$
38688 \end_inset
38689
38690 :
38691 \end_layout
38692
38693 \begin_deeper
38694 \begin_layout Initial
38695 \begin_inset Argument 2
38696 status open
38697
38698 \begin_layout Plain Layout
38699 \begin_inset Formula $\mathfrak{I}$
38700 \end_inset
38701
38702
38703 \end_layout
38704
38705 \end_inset
38706
38707
38708 \begin_inset Argument 3
38709 status open
38710
38711 \begin_layout Plain Layout
38712 t
38713 \end_layout
38714
38715 \end_inset
38716
38717  
38718 \lang english
38719 was in the spring of the year 1894 that all London was interested, and the
38720  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38721  under most unusual and inexplicable circumstances.
38722  The public has already learned those particulars of the crime which came
38723  out in the police investigation, but a good deal was suppressed upon that
38724  occasion, since the case for the prosecution was so overwhelmingly strong
38725  that it was not necessary to bring forward all the facts.
38726 \lang spanish
38727
38728 \begin_inset Newpage newpage
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \end_deeper
38735 \begin_layout Enumerate
38736 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
38737  y no se imprime nada en versalitas:
38738 \end_layout
38739
38740 \begin_deeper
38741 \begin_layout Initial
38742 \begin_inset Argument 1
38743 status open
38744
38745 \begin_layout Plain Layout
38746 lines=1
38747 \end_layout
38748
38749 \end_inset
38750
38751
38752 \begin_inset Argument 2
38753 status open
38754
38755 \begin_layout Plain Layout
38756 It
38757 \end_layout
38758
38759 \end_inset
38760
38761  
38762 \lang english
38763 was in the spring of the year 1894 that all London was interested, and the
38764  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38765  under most unusual and inexplicable circumstances.
38766  The public has already learned those particulars of the crime which came
38767  out in the police investigation, but a good deal was suppressed upon that
38768  occasion, since the case for the prosecution was so overwhelmingly strong
38769  that it was not necessary to bring forward all the facts.
38770 \end_layout
38771
38772 \end_deeper
38773 \begin_layout Enumerate
38774 Magenta, capital colgada sobre tres líneas en tipografía matemática
38775 \begin_inset Newline newline
38776 \end_inset
38777
38778
38779 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38780 \end_inset
38781
38782 , el texto 
38783 \begin_inset Quotes eld
38784 \end_inset
38785
38786 t was in the spring
38787 \begin_inset Quotes erd
38788 \end_inset
38789
38790  en 
38791 \noun on
38792 versalitas
38793 \noun default
38794 ; para colorear la capital, debes insertar este comando delante de ella:
38795 \begin_inset Newline newline
38796 \end_inset
38797
38798
38799 \series bold
38800
38801 \backslash
38802 renewcommand{
38803 \backslash
38804 LettrineFontHook}{
38805 \backslash
38806 color{color}}
38807 \series default
38808
38809 \begin_inset Newline newline
38810 \end_inset
38811
38812 donde el segundo 
38813 \emph on
38814 color
38815 \emph default
38816  puede ser 
38817 \begin_inset Quotes eld
38818 \end_inset
38819
38820 red
38821 \begin_inset Quotes erd
38822 \end_inset
38823
38824
38825 \begin_inset Quotes eld
38826 \end_inset
38827
38828 blue
38829 \begin_inset Quotes erd
38830 \end_inset
38831
38832
38833 \begin_inset Quotes eld
38834 \end_inset
38835
38836 green
38837 \begin_inset Quotes erd
38838 \end_inset
38839
38840
38841 \begin_inset Quotes eld
38842 \end_inset
38843
38844 yellow
38845 \begin_inset Quotes erd
38846 \end_inset
38847
38848
38849 \begin_inset Quotes eld
38850 \end_inset
38851
38852 cyan
38853 \begin_inset Quotes erd
38854 \end_inset
38855
38856
38857 \begin_inset Quotes eld
38858 \end_inset
38859
38860 magenta
38861 \begin_inset Quotes erd
38862 \end_inset
38863
38864
38865 \begin_inset Quotes eld
38866 \end_inset
38867
38868 black
38869 \begin_inset Quotes erd
38870 \end_inset
38871
38872  o 
38873 \begin_inset Quotes eld
38874 \end_inset
38875
38876 white
38877 \begin_inset Quotes erd
38878 \end_inset
38879
38880 , y añade este comando al preámbulo del documento:
38881 \begin_inset Newline newline
38882 \end_inset
38883
38884
38885 \series bold
38886
38887 \backslash
38888 @ifundefined{textcolor}
38889 \begin_inset Newline newline
38890 \end_inset
38891
38892
38893 \begin_inset space ~
38894 \end_inset
38895
38896 {
38897 \backslash
38898 usepackage{color}}{}
38899 \end_layout
38900
38901 \begin_deeper
38902 \begin_layout Standard
38903 \begin_inset ERT
38904 status collapsed
38905
38906 \begin_layout Plain Layout
38907
38908
38909 \backslash
38910 renewcommand{
38911 \backslash
38912 LettrineFontHook}{
38913 \backslash
38914 color{magenta}}
38915 \end_layout
38916
38917 \end_inset
38918
38919
38920 \begin_inset Note Note
38921 status open
38922
38923 \begin_layout Plain Layout
38924 pone la capital en magenta
38925 \end_layout
38926
38927 \end_inset
38928
38929
38930 \end_layout
38931
38932 \begin_layout Initial
38933 \begin_inset Argument 1
38934 status open
38935
38936 \begin_layout Plain Layout
38937 lines=3, lhang=0.33, loversize=0.25
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \begin_inset Argument 2
38944 status open
38945
38946 \begin_layout Plain Layout
38947 \begin_inset Formula $\mathcal{I}$
38948 \end_inset
38949
38950
38951 \end_layout
38952
38953 \end_inset
38954
38955
38956 \begin_inset Argument 3
38957 status open
38958
38959 \begin_layout Plain Layout
38960
38961 \lang english
38962 t was in the spring
38963 \end_layout
38964
38965 \end_inset
38966
38967  
38968 \lang english
38969 of the year 1894 that all London was interested, and the fashionable world
38970  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38971  and inexplicable circumstances.
38972  The public has already learned those particulars of the crime which came
38973  out in the police investigation, but a good deal was suppressed upon that
38974  occasion, since the case for the prosecution was so overwhelmingly strong
38975  that it was not necessary to bring forward all the facts.
38976 \end_layout
38977
38978 \end_deeper
38979 \begin_layout Standard
38980 \begin_inset ERT
38981 status collapsed
38982
38983 \begin_layout Plain Layout
38984
38985
38986 \backslash
38987 else
38988 \end_layout
38989
38990 \end_inset
38991
38992
38993 \begin_inset Note Note
38994 status open
38995
38996 \begin_layout Plain Layout
38997 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38998  
38999 \series bold
39000 lettrine
39001 \series default
39002 .
39003 \end_layout
39004
39005 \end_inset
39006
39007
39008 \end_layout
39009
39010 \begin_layout Standard
39011 Debes instalar el paquete \SpecialChar LaTeX
39012  
39013 \series bold
39014 lettrine
39015 \series default
39016  para ver la parte siguiente en la salida.
39017 \end_layout
39018
39019 \begin_layout Standard
39020 \begin_inset ERT
39021 status collapsed
39022
39023 \begin_layout Plain Layout
39024
39025
39026 \backslash
39027 fi
39028 \end_layout
39029
39030 \end_inset
39031
39032
39033 \end_layout
39034
39035 \begin_layout Chapter
39036 Archivos externos
39037 \begin_inset Index idx
39038 status collapsed
39039
39040 \begin_layout Plain Layout
39041 Archivos externos
39042 \end_layout
39043
39044 \end_inset
39045
39046
39047 \end_layout
39048
39049 \begin_layout Standard
39050 Con el menú 
39051 \family sans
39052 Insertar\SpecialChar menuseparator
39053 Archivo 
39054 \family default
39055 se pueden insertar archivos externos en un documento.
39056  Estos pueden ser:
39057 \end_layout
39058
39059 \begin_layout Description
39060 Documento
39061 \begin_inset space ~
39062 \end_inset
39063
39064 \SpecialChar LyX
39065  Otro documento \SpecialChar LyX
39066 ; su contenido se inserta directamente en tu documento.
39067 \end_layout
39068
39069 \begin_layout Description
39070 Texto
39071 \begin_inset space ~
39072 \end_inset
39073
39074 simple Un documento de texto; cada línea del mismo se inserta en tu documento
39075  como párrafo propio.
39076 \end_layout
39077
39078 \begin_layout Description
39079 Texto
39080 \begin_inset space ~
39081 \end_inset
39082
39083 simple,
39084 \begin_inset space ~
39085 \end_inset
39086
39087 unir
39088 \begin_inset space ~
39089 \end_inset
39090
39091 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
39092  Las líneas vacías generan un nuevo párrafo en tu documento.
39093 \end_layout
39094
39095 \begin_layout Description
39096 Material
39097 \begin_inset space ~
39098 \end_inset
39099
39100 externo Archivos en diversos formatos.
39101 \end_layout
39102
39103 \begin_layout Description
39104 Documento
39105 \begin_inset space ~
39106 \end_inset
39107
39108 hijo Documentos \SpecialChar LyX
39109 , \SpecialChar LaTeX
39110  o texto simple.
39111 \end_layout
39112
39113 \begin_layout Section
39114 Material externo
39115 \begin_inset Index idx
39116 status collapsed
39117
39118 \begin_layout Plain Layout
39119 Material externo
39120 \end_layout
39121
39122 \end_inset
39123
39124
39125 \end_layout
39126
39127 \begin_layout Standard
39128 Esta característica te permite insertar archivos en tu documento sin convertirlo
39129 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
39130  se ocupa de las
39131  necesarias conversiones.
39132  Esto es parecido a la inserción de imágenes en diversos formatos en los
39133  documentos \SpecialChar LyX
39134 .
39135  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
39136 ,
39137  en 
39138 \family sans
39139 Apariencia
39140 \family default
39141 \SpecialChar menuseparator
39142 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
39143  en \SpecialChar LyX
39144 .
39145 \end_layout
39146
39147 \begin_layout Standard
39148 El material externo se puede insertar mediante el diálogo que surge a partir
39149  del menú 
39150 \family sans
39151 Insertar\SpecialChar menuseparator
39152 Archivo\SpecialChar menuseparator
39153 Material
39154 \begin_inset space ~
39155 \end_inset
39156
39157 externo
39158 \family default
39159 .
39160  Actualmente se permiten los siguientes tipos de archivo (
39161 \family sans
39162 Plantillas
39163 \family default
39164 ):
39165 \end_layout
39166
39167 \begin_layout Description
39168 Diagrama
39169 \begin_inset space ~
39170 \end_inset
39171
39172 de
39173 \begin_inset space ~
39174 \end_inset
39175
39176 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
39177  con el programa 
39178 \series bold
39179
39180 \begin_inset CommandInset href
39181 LatexCommand href
39182 name "XBoard"
39183 target "http://es.wikipedia.org/wiki/XBoard"
39184 literal "false"
39185
39186 \end_inset
39187
39188
39189 \series default
39190 .
39191 \end_layout
39192
39193 \begin_layout Description
39194 Dia Esta plantilla soporta diagramas creados con el programa 
39195 \series bold
39196
39197 \begin_inset CommandInset href
39198 LatexCommand href
39199 name "Dia"
39200 target "http://es.wikipedia.org/wiki/Dia_(programa)"
39201 literal "false"
39202
39203 \end_inset
39204
39205
39206 \series default
39207 .
39208 \end_layout
39209
39210 \begin_layout Description
39211 Hoja
39212 \begin_inset space ~
39213 \end_inset
39214
39215 de
39216 \begin_inset space ~
39217 \end_inset
39218
39219 cálculo Esta plantilla permite insertar tablas/hojas de cálculo en los formatos
39220  
39221 \series bold
39222
39223 \begin_inset CommandInset href
39224 LatexCommand href
39225 name "Gnumeric"
39226 target "http://es.wikipedia.org/wiki/Gnumeric"
39227 literal "false"
39228
39229 \end_inset
39230
39231
39232 \series default
39233
39234 \begin_inset CommandInset href
39235 LatexCommand href
39236 name "OpenDocument"
39237 target "http://es.wikipedia.org/wiki/OpenDocument"
39238 literal "false"
39239
39240 \end_inset
39241
39242
39243 \begin_inset CommandInset href
39244 LatexCommand href
39245 name "Microsoft Office XML"
39246 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
39247 literal "false"
39248
39249 \end_inset
39250
39251  y 
39252 \begin_inset CommandInset href
39253 LatexCommand href
39254 name "Office Open XML"
39255 target "http://es.wikipedia.org/wiki/Office_Open_XML"
39256 literal "false"
39257
39258 \end_inset
39259
39260 .
39261  Para que esto funcione \SpecialChar LyX
39262  debe haber encontrado el programa 
39263 \family typewriter
39264 ssconvert
39265 \family default
39266  durante su configuración.
39267  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
39268  las tablas no estén en el formato de Gnumeric.
39269  Echa un vistazo al archivo de ejemplo 
39270 \emph on
39271 spreadsheet.lyx
39272 \emph default
39273  para ver ejemplos de uso y posibles limitaciones.
39274 \end_layout
39275
39276 \begin_layout Description
39277 Fecha Esta inserta la fecha en el formato 
39278 \emph on
39279 Día-Mes-Año.
39280
39281 \emph default
39282  A continuación hay una fecha insertada como material externo: 
39283 \begin_inset ERT
39284 status collapsed
39285
39286 \begin_layout Plain Layout
39287
39288 \backslash
39289 today 
39290 \end_layout
39291
39292 \end_inset
39293
39294
39295 \begin_inset space ~
39296 \end_inset
39297
39298
39299 \begin_inset Note Note
39300 status collapsed
39301
39302 \begin_layout Plain Layout
39303 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
39304 \end_layout
39305
39306 \end_inset
39307
39308
39309 \begin_inset Newline newline
39310 \end_inset
39311
39312 La fecha no se muestra en \SpecialChar LyX
39313 , sólo en la salida.
39314  Hay otros dos métodos de insertar una fecha, con el menú 
39315 \family sans
39316 Insertar\SpecialChar menuseparator
39317 Fecha
39318 \family default
39319  y con el comando \SpecialChar LaTeX
39320  
39321 \series bold
39322
39323 \backslash
39324 today
39325 \series default
39326  en código \SpecialChar TeX
39327 .
39328  Los distintos métodos se comparan en el cuadro
39329 \begin_inset space ~
39330 \end_inset
39331
39332
39333 \begin_inset CommandInset ref
39334 LatexCommand ref
39335 reference "tab:Comparación-de"
39336
39337 \end_inset
39338
39339 .
39340 \end_layout
39341
39342 \begin_layout Description
39343 Tipografía
39344 \begin_inset space ~
39345 \end_inset
39346
39347 musical
39348 \begin_inset space ~
39349 \end_inset
39350
39351 Lilypond Esta plantilla sirve para tipografiar notación musical con el programa
39352 \begin_inset Newline linebreak
39353 \end_inset
39354
39355
39356 \series bold
39357
39358 \begin_inset CommandInset href
39359 LatexCommand href
39360 name "LilyPond"
39361 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
39362 literal "false"
39363
39364 \end_inset
39365
39366
39367 \series default
39368 .
39369  Echa un vistazo al archivo de ejemplo
39370 \emph on
39371  lilypond.lyx
39372 \emph default
39373  para más información sobre el soporte de \SpecialChar LyX
39374  a LilyPond.
39375 \end_layout
39376
39377 \begin_layout Description
39378 Páginas
39379 \begin_inset space ~
39380 \end_inset
39381
39382 PDF Con esta plantilla puedes insertar documentos PDF en tu documento.
39383  Para insertar algunas o todas las páginas de un documento PDF, utiliza
39384  la opción 
39385 \series bold
39386 pages
39387 \series default
39388  en el campo 
39389 \family sans
39390 Opción
39391 \family default
39392  de la pestaña 
39393 \family sans
39394 Opciones de \SpecialChar LaTeX
39395  y \SpecialChar LyX
39396
39397 \family default
39398 .
39399  El argumento de esta opción es una lista separada con comas que contiene
39400  números de páginas (opción 
39401 \series bold
39402 pages={3,5,6,8}
39403 \series default
39404 ), rangos de números de páginas (
39405 \series bold
39406 pages={4-9}
39407 \series default
39408 ) o cualquier combinación.
39409  Para insertar páginas vacías usa {}.
39410  Por ej.,
39411 \begin_inset space ~
39412 \end_inset
39413
39414
39415 \series bold
39416 pages={3,{},8-11,15}
39417 \series default
39418  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
39419  Los rangos de páginas se especifican según el esquema 
39420 \emph on
39421 inicial
39422 \emph default
39423 -
39424 \emph on
39425 final.
39426
39427 \emph default
39428  Así se seleccionan todas las páginas desde 
39429 \emph on
39430 inicial
39431 \emph default
39432  a 
39433 \emph on
39434 final
39435 \emph default
39436 .
39437  Si se omite 
39438 \emph on
39439 inicial
39440 \emph default
39441  comienza en la primera página; si se omite 
39442 \emph on
39443 final
39444 \emph default
39445  termina en la última.
39446  La última página también se puede seleccionar con la clave 
39447 \series bold
39448 last
39449 \series default
39450 .
39451  (Solo está permitido en rangos de páginas).
39452  Así, 
39453 \series bold
39454 pages=-
39455 \series default
39456  insertará todas las páginas del documento y 
39457 \series bold
39458 pages=last-1
39459 \series default
39460  insertará todas las páginas en orden inverso.
39461  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
39462 \begin_inset Newline newline
39463 \end_inset
39464
39465 La opción 
39466 \series bold
39467 noautoscale
39468 \series default
39469  inserta las páginas a tamaño original; si esta opción no se especifica,
39470  el tamaño de las páginas se adaptará a la anchura de página del documento.
39471  En la pestaña 
39472 \family sans
39473 Tamaño y rotación
39474 \family default
39475  se puede especificar la anchura, la altura y la rotación de las páginas
39476  introducidas.
39477  Si se usa una anchura distinta de 100
39478 \begin_inset space \thinspace{}
39479 \end_inset
39480
39481 % Escala, la opción 
39482 \series bold
39483 noautoscale
39484 \series default
39485  será ignorada.
39486  Para más información y otras opciones posibles, consulta la documentación
39487  del paquete \SpecialChar LaTeX
39488  
39489 \series bold
39490 pdfpages
39491 \series default
39492  
39493 \begin_inset CommandInset citation
39494 LatexCommand cite
39495 key "pdfpages"
39496 literal "true"
39497
39498 \end_inset
39499
39500 .
39501 \begin_inset Index idx
39502 status collapsed
39503
39504 \begin_layout Plain Layout
39505 \SpecialChar LaTeX
39506 -paquetes ! pdfpages
39507 \end_layout
39508
39509 \end_inset
39510
39511
39512 \begin_inset Newline newline
39513 \end_inset
39514
39515 Para usar esta plantilla en una presentación 
39516 \family sans
39517 Beamer
39518 \family default
39519 , hay que insertar primero un entorno 
39520 \family sans
39521 Fin de fotograma
39522 \family default
39523  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
39524  con el comando 
39525 \series bold
39526
39527 \backslash
39528 setbeamertemplate{background canvas}{}
39529 \series default
39530 .
39531  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
39532  como quieras.
39533  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
39534  comenzando una nueva diapositiva o una nueva sección.
39535  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
39536  usar alineación 
39537 \family sans
39538 Predeterminada
39539 \family default
39540  para el párrafo que contiene la plantilla.
39541 \begin_inset Newline newline
39542 \end_inset
39543
39544 Un PDF incluido girado -5°: 
39545 \begin_inset External
39546         template PDFPages
39547         filename ../clipart/Abstract.pdf
39548         extra LaTeX "noautoscale, pages=-"
39549         rotateAngle -5
39550         rotateOrigin bottomleft
39551
39552 \end_inset
39553
39554
39555 \end_layout
39556
39557 \begin_layout Description
39558 Imagen
39559 \begin_inset space ~
39560 \end_inset
39561
39562 mapa
39563 \begin_inset space ~
39564 \end_inset
39565
39566 de
39567 \begin_inset space ~
39568 \end_inset
39569
39570 bits Sirve para insertar imágenes bitmap.
39571  Las imágenes se pueden tratar en el diálogo 
39572 \family sans
39573 Material Externo
39574 \family default
39575  como las que habitualmente se incluyen mediante el diálogo 
39576 \family sans
39577 Gráficos
39578 \family default
39579 , tal como se explica en la sección
39580 \begin_inset space ~
39581 \end_inset
39582
39583
39584 \begin_inset CommandInset ref
39585 LatexCommand ref
39586 reference "sec:Diálogo-Gráficos"
39587
39588 \end_inset
39589
39590 .
39591  Aquí se ha insertado una imagen 
39592 \emph on
39593 raster
39594 \emph default
39595
39596 \begin_inset External
39597         template RasterImage
39598         filename ../clipart/ToolbarEnvBox.png
39599
39600 \end_inset
39601
39602
39603 \end_layout
39604
39605 \begin_layout Description
39606 Gráficos
39607 \begin_inset space ~
39608 \end_inset
39609
39610 vectoriales Sirve para insertar gráficos vectoriales.
39611  Los gráficos se pueden tratar en el diálogo 
39612 \family sans
39613 Material Externo
39614 \family default
39615  como las que habitualmente se incluyen mediante el diálogo 
39616 \family sans
39617 Gráficos
39618 \family default
39619 , tal como se explica en la sección
39620 \begin_inset space ~
39621 \end_inset
39622
39623
39624 \begin_inset CommandInset ref
39625 LatexCommand ref
39626 reference "sec:Diálogo-Gráficos"
39627
39628 \end_inset
39629
39630 .
39631  Aquí una imagen vectorial insertada: 
39632 \begin_inset External
39633         template VectorGraphics
39634         filename ../clipart/SVG-Drawing.svg
39635         lyxscale 50
39636         scale 33
39637
39638 \end_inset
39639
39640
39641 \end_layout
39642
39643 \begin_layout Description
39644 Figura
39645 \begin_inset space ~
39646 \end_inset
39647
39648 Xfig Esta plantilla soporta imágenes creadas con el programa 
39649 \series bold
39650
39651 \begin_inset CommandInset href
39652 LatexCommand href
39653 name "Xfig"
39654 target "http://en.wikipedia.org/wiki/Xfig"
39655 literal "false"
39656
39657 \end_inset
39658
39659
39660 \series default
39661 .
39662 \end_layout
39663
39664 \begin_layout Standard
39665 \begin_inset Float table
39666 placement !h
39667 wide false
39668 sideways false
39669 status open
39670
39671 \begin_layout Plain Layout
39672 \begin_inset Caption Standard
39673
39674 \begin_layout Plain Layout
39675 \begin_inset CommandInset label
39676 LatexCommand label
39677 name "tab:Comparación-de"
39678
39679 \end_inset
39680
39681 Comparación de los métodos de inserción de fecha.
39682 \end_layout
39683
39684 \end_inset
39685
39686
39687 \end_layout
39688
39689 \begin_layout Plain Layout
39690 \align center
39691 \begin_inset Tabular
39692 <lyxtabular version="3" rows="4" columns="4">
39693 <features tabularvalignment="middle">
39694 <column alignment="center" valignment="top">
39695 <column alignment="center" valignment="top">
39696 <column alignment="center" valignment="top">
39697 <column alignment="center" valignment="top">
39698 <row>
39699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39700 \begin_inset Text
39701
39702 \begin_layout Plain Layout
39703 Documento
39704 \end_layout
39705
39706 \end_inset
39707 </cell>
39708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39709 \begin_inset Text
39710
39711 \begin_layout Plain Layout
39712
39713 \family sans
39714 Material externo\SpecialChar menuseparator
39715 Fecha
39716 \end_layout
39717
39718 \end_inset
39719 </cell>
39720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39721 \begin_inset Text
39722
39723 \begin_layout Plain Layout
39724
39725 \family sans
39726 Insertar\SpecialChar menuseparator
39727 Fecha
39728 \end_layout
39729
39730 \end_inset
39731 </cell>
39732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39733 \begin_inset Text
39734
39735 \begin_layout Plain Layout
39736 comando 
39737 \series bold
39738
39739 \backslash
39740 today
39741 \end_layout
39742
39743 \end_inset
39744 </cell>
39745 </row>
39746 <row>
39747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39748 \begin_inset Text
39749
39750 \begin_layout Plain Layout
39751 \SpecialChar LyX
39752
39753 \end_layout
39754
39755 \end_inset
39756 </cell>
39757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39758 \begin_inset Text
39759
39760 \begin_layout Plain Layout
39761 como recuadro
39762 \end_layout
39763
39764 \end_inset
39765 </cell>
39766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39767 \begin_inset Text
39768
39769 \begin_layout Plain Layout
39770 como fecha
39771 \end_layout
39772
39773 \end_inset
39774 </cell>
39775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39776 \begin_inset Text
39777
39778 \begin_layout Plain Layout
39779 como cuadro código \SpecialChar TeX
39780
39781 \end_layout
39782
39783 \end_inset
39784 </cell>
39785 </row>
39786 <row>
39787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39788 \begin_inset Text
39789
39790 \begin_layout Plain Layout
39791 \SpecialChar LaTeX
39792
39793 \end_layout
39794
39795 \end_inset
39796 </cell>
39797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39798 \begin_inset Text
39799
39800 \begin_layout Plain Layout
39801 como fecha
39802 \end_layout
39803
39804 \end_inset
39805 </cell>
39806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39807 \begin_inset Text
39808
39809 \begin_layout Plain Layout
39810 como fecha
39811 \end_layout
39812
39813 \end_inset
39814 </cell>
39815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39816 \begin_inset Text
39817
39818 \begin_layout Plain Layout
39819 como comando
39820 \end_layout
39821
39822 \end_inset
39823 </cell>
39824 </row>
39825 <row>
39826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39827 \begin_inset Text
39828
39829 \begin_layout Plain Layout
39830 DVI, PDF, PS
39831 \end_layout
39832
39833 \end_inset
39834 </cell>
39835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39836 \begin_inset Text
39837
39838 \begin_layout Plain Layout
39839 como fecha
39840 \end_layout
39841
39842 \end_inset
39843 </cell>
39844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39845 \begin_inset Text
39846
39847 \begin_layout Plain Layout
39848 como fecha
39849 \end_layout
39850
39851 \end_inset
39852 </cell>
39853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39854 \begin_inset Text
39855
39856 \begin_layout Plain Layout
39857 como fecha
39858 \end_layout
39859
39860 \end_inset
39861 </cell>
39862 </row>
39863 </lyxtabular>
39864
39865 \end_inset
39866
39867
39868 \end_layout
39869
39870 \end_inset
39871
39872
39873 \end_layout
39874
39875 \begin_layout Standard
39876 Si utilizas la opción 
39877 \family sans
39878 Borrador
39879 \family default
39880  en la solapa 
39881 \family sans
39882 Archivo
39883 \family default
39884  del diálogo 
39885 \family sans
39886 Material Externo
39887 \family default
39888 , en el documento de salida sólo se muestra la ruta al archivo insertado.
39889 \family sans
39890
39891 \begin_inset Newline newline
39892 \end_inset
39893
39894
39895 \family default
39896 El material externo se muestra en \SpecialChar LyX
39897  como un recuadro del tipo:
39898 \family sans
39899  
39900 \family default
39901
39902 \begin_inset Graphics
39903         filename clipart/MaterialExterno.png
39904         scale 95
39905
39906 \end_inset
39907
39908  o como imagen, dependiendo de si se marca la opción 
39909 \family sans
39910 Mostrar en LyX 
39911 \family default
39912 de la pestaña 
39913 \family sans
39914 Opciones de LaTeX y LyX
39915 \family default
39916  del diálogo
39917 \family sans
39918 .
39919 \end_layout
39920
39921 \begin_layout Standard
39922 En el manual 
39923 \emph on
39924 Personalización
39925 \emph default
39926  se explica cómo definir tus propias plantillas.
39927 \end_layout
39928
39929 \begin_layout Standard
39930 \begin_inset Newpage newpage
39931 \end_inset
39932
39933
39934 \end_layout
39935
39936 \begin_layout Section
39937 Documento hijo
39938 \begin_inset CommandInset label
39939 LatexCommand label
39940 name "sec:Documento-Hijo"
39941
39942 \end_inset
39943
39944
39945 \begin_inset Index idx
39946 status collapsed
39947
39948 \begin_layout Plain Layout
39949 Documento hijo
39950 \end_layout
39951
39952 \end_inset
39953
39954
39955 \end_layout
39956
39957 \begin_layout Standard
39958 Los documentos hijos se emplean en el caso de tener un documento extenso
39959  compuesto por varias partes o secciones más grandes.
39960  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
39961  en varios archivos que pueden ser revisados por separado.
39962  Estos archivos se conocen como documentos hijos, y el llamado documento
39963  maestro los conecta con el fin de imprimirlos como un todo o por partes.
39964  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
39965  \SpecialChar LaTeX
39966 , la bibliografía y las etiquetas de las referencias cruzadas.
39967 \end_layout
39968
39969 \begin_layout Standard
39970 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
39971  en el menú 
39972 \family sans
39973 Documento\SpecialChar menuseparator
39974 Configuración\SpecialChar menuseparator
39975 Clase del documento
39976 \family default
39977  del documento hijo especifica el documento maestro predeterminado.
39978  Este maestro será usado entonces por \SpecialChar LyX
39979  en un segundo plano cuando edites
39980  el documento hijo.
39981 \end_layout
39982
39983 \begin_layout Standard
39984 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
39985  como
39986  recuadros del tipo: 
39987 \begin_inset Graphics
39988         filename clipart/DocumentoHijo.png
39989         scale 95
39990
39991 \end_inset
39992
39993 .
39994  Para incluir documentos hijos en un documento maestro utiliza el menú 
39995 \family sans
39996 Insertar
39997 \family default
39998 \SpecialChar menuseparator
39999
40000 \family sans
40001 Archivo
40002 \family default
40003 \SpecialChar menuseparator
40004
40005 \family sans
40006 Documento
40007 \begin_inset space ~
40008 \end_inset
40009
40010 hijo
40011 \family default
40012 .
40013  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
40014 \end_layout
40015
40016 \begin_layout Description
40017 Anexar Puedes incluir documentos \SpecialChar LyX
40018  y documentos \SpecialChar LaTeX
40019 .
40020  Al pulsar el botón 
40021 \family sans
40022 Editar
40023 \family default
40024  en el diálogo 
40025 \family sans
40026 Documento hijo
40027 \family default
40028 , los documentos incluidos se abrirán en una nueva solapa de archivo en
40029  la ventana de \SpecialChar LyX
40030  y así puedes modificarlos si quieres.
40031 \end_layout
40032
40033 \begin_layout Standard
40034 Aquí hay un archivo insertado con el método 
40035 \family sans
40036 Anexar
40037 \family default
40038
40039 \begin_inset CommandInset include
40040 LatexCommand include
40041 filename "DocumentoPostizo1.lyx"
40042
40043 \end_inset
40044
40045
40046 \end_layout
40047
40048 \begin_layout Standard
40049 La numeración de secciones tiene en cuenta las secciones de los archivos
40050  incluidos en el orden en que están insertados en el documento maestro.
40051  El documento incluido de ejemplo tiene una subsección que se numera como
40052  subsección de la presente sección.
40053  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
40054 \begin_inset space ~
40055 \end_inset
40056
40057
40058 \begin_inset CommandInset ref
40059 LatexCommand ref
40060 reference "subsec:Subsección-Externa-1"
40061
40062 \end_inset
40063
40064 .
40065 \end_layout
40066
40067 \begin_layout Standard
40068 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
40069  del documento maestro.
40070  Las ramas en los documentos hijos serán ignoradas por el documento maestro
40071  si éste no tiene una rama con el mismo nombre.
40072  Los documentos anexados se insertan comenzando una página nueva y acabando
40073  con un salto de página.
40074 \end_layout
40075
40076 \begin_layout Standard
40077 \begin_inset Note Greyedout
40078 status open
40079
40080 \begin_layout Plain Layout
40081
40082 \series bold
40083 Nota:
40084 \series default
40085  Si has incluido un archivo \SpecialChar LyX
40086  o \SpecialChar LaTeX
40087  cuya clase de documento es distinta a la
40088  del documento maestro, recibirás una advertencia al exportar/ver el documento,
40089  ya que esto podría dar resultados inesperados.
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \end_layout
40096
40097 \begin_layout Description
40098 Incorporar Este método es muy parecido al método 
40099 \family sans
40100 Anexar
40101 \family default
40102 .
40103  Las diferencias son:
40104 \end_layout
40105
40106 \begin_deeper
40107 \begin_layout Itemize
40108 Los archivos incorporados no comienzan en página nueva ni acaban con un
40109  salto de página.
40110 \end_layout
40111
40112 \begin_layout Itemize
40113 Los archivos incorporados pueden visualizar en \SpecialChar LyX
40114  si la 
40115 \family sans
40116 Vista
40117 \begin_inset space ~
40118 \end_inset
40119
40120 preliminar
40121 \begin_inset space ~
40122 \end_inset
40123
40124 inmediata 
40125 \family default
40126 está activada en el diálogo 
40127 \family sans
40128 Herramientas\SpecialChar menuseparator
40129 Preferencias
40130 \family default
40131 , apartado 
40132 \family sans
40133 Apariencia\SpecialChar menuseparator
40134 Visualización
40135 \family default
40136 .
40137 \end_layout
40138
40139 \begin_layout Itemize
40140 Los archivos incorporados no se pueden excluir mediante el menú 
40141 \family sans
40142 Documento\SpecialChar menuseparator
40143 Configuración\SpecialChar menuseparator
40144 Documentos hijo
40145 \family default
40146 .
40147 \end_layout
40148
40149 \end_deeper
40150 \begin_layout Standard
40151 Aquí hay un documento hijo insertado con el método 
40152 \family sans
40153 Incorporar
40154 \family default
40155 :
40156 \end_layout
40157
40158 \begin_layout Standard
40159 \begin_inset CommandInset include
40160 LatexCommand input
40161 filename "DocumentoPostizo2.lyx"
40162
40163 \end_inset
40164
40165
40166 \end_layout
40167
40168 \begin_layout Standard
40169 Aquí se inserta un documento hijo en modo 
40170 \emph on
40171 input
40172 \emph default
40173  como fuente de \SpecialChar LaTeX
40174 :
40175 \end_layout
40176
40177 \begin_layout Quote
40178 \begin_inset CommandInset include
40179 LatexCommand input
40180 filename "DocumentoTextoPostizo.txt"
40181
40182 \end_inset
40183
40184
40185 \end_layout
40186
40187 \begin_layout Description
40188 Literal Con este método se puede incluir cualquier archivo de texto.
40189  El archivo aparece en la salida con su código fuente, y si contiene comandos
40190  no se ejecutan.
40191  Con la opción 
40192 \family sans
40193 Marcar espacios en la salida
40194 \family default
40195  cada espacio en el código fuente se muestra en la salida con el carácter
40196  «
40197 \begin_inset ERT
40198 status collapsed
40199
40200 \begin_layout Plain Layout
40201
40202
40203 \backslash
40204 textvisiblespace
40205 \end_layout
40206
40207 \end_inset
40208
40209 ».
40210  La diferencia con el método de inserción mediante el menú 
40211 \family sans
40212 Insertar
40213 \family default
40214 \SpecialChar menuseparator
40215
40216 \family sans
40217 Archivo
40218 \family default
40219 \SpecialChar menuseparator
40220
40221 \family sans
40222 Texto
40223 \begin_inset space ~
40224 \end_inset
40225
40226 simple
40227 \family default
40228  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
40229 , mientras que en
40230  modo 
40231 \family sans
40232 Literal 
40233 \family default
40234 no se muestra el contenido, sino un recuadro con el nombre.
40235
40236 \family sans
40237  
40238 \end_layout
40239
40240 \begin_layout Standard
40241 Aquí se inserta un documento hijo en modo Literal:
40242 \begin_inset CommandInset include
40243 LatexCommand verbatiminput
40244 filename "DocumentoTextoPostizo.txt"
40245
40246 \end_inset
40247
40248
40249 \begin_inset VSpace bigskip
40250 \end_inset
40251
40252
40253 \end_layout
40254
40255 \begin_layout Standard
40256 Aquí se inserta un documento hijo en modo Literal con la opción 
40257 \family sans
40258 Marcar espacios en la salida
40259 \family default
40260 :
40261 \begin_inset CommandInset include
40262 LatexCommand verbatiminput*
40263 filename "DocumentoTextoPostizo.txt"
40264
40265 \end_inset
40266
40267
40268 \begin_inset VSpace bigskip
40269 \end_inset
40270
40271
40272 \end_layout
40273
40274 \begin_layout Standard
40275 \begin_inset Note Greyedout
40276 status open
40277
40278 \begin_layout Plain Layout
40279
40280 \series bold
40281 Nota:
40282 \series default
40283  Como puedes ver en los ejemplos anteriores, el texto de los documentos
40284  incluidos en modo 
40285 \family sans
40286 literal
40287 \family default
40288  no contiene saltos de línea, a no ser que se incluyan expresamente en el
40289  archivo de texto.
40290 \end_layout
40291
40292 \end_inset
40293
40294
40295 \end_layout
40296
40297 \begin_layout Description
40298 Listado
40299 \begin_inset space ~
40300 \end_inset
40301
40302 de
40303 \begin_inset space ~
40304 \end_inset
40305
40306 código Este tipo se describe en el capítulo
40307 \begin_inset space ~
40308 \end_inset
40309
40310
40311 \begin_inset CommandInset ref
40312 LatexCommand ref
40313 reference "cap:Listado-de-código"
40314
40315 \end_inset
40316
40317 .
40318 \end_layout
40319
40320 \begin_layout Standard
40321 \begin_inset Note Greyedout
40322 status open
40323
40324 \begin_layout Plain Layout
40325
40326 \series bold
40327 Nota:
40328 \series default
40329  Incluir el mismo documento dos veces con métodos diferentes podría causar
40330  problemas en \SpecialChar LaTeX
40331 .
40332 \end_layout
40333
40334 \end_inset
40335
40336
40337 \end_layout
40338
40339 \begin_layout Standard
40340 Si quieres ver o exportar solo determinados hijos del documento maestro,
40341  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
40342  individuales del libro, puedes excluir hijos en la salida.
40343  Esto se consigue mediante el menú 
40344 \family sans
40345 Documento\SpecialChar menuseparator
40346 Configuración\SpecialChar menuseparator
40347 Documento hijo
40348 \family default
40349 .
40350  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
40351  (esto solo funciona para documentos insertados mediante 
40352 \begin_inset Quotes cld
40353 \end_inset
40354
40355 Anexar
40356 \begin_inset Quotes crd
40357 \end_inset
40358
40359 , no con 
40360 \begin_inset Quotes cld
40361 \end_inset
40362
40363 Incorporar
40364 \begin_inset Quotes crd
40365 \end_inset
40366
40367 ).
40368  Si se marca la opción 
40369 \family sans
40370 Mantener contadores y referencias
40371 \family default
40372  \SpecialChar LyX
40373  garantiza que todos los números de página, referencias, etc., se respetan
40374  como si se procesara el documento completo.
40375  No obstante, \SpecialChar LyX
40376  tiene que procesar el documento entero en segundo plano para
40377  que esta característica funcione.
40378  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
40379  los contadores y referencias, desmarca esta casilla.
40380 \end_layout
40381
40382 \begin_layout Standard
40383 Alternativamente, se puede poner cada archivo incluido en una rama.
40384 \begin_inset Foot
40385 status collapsed
40386
40387 \begin_layout Plain Layout
40388 Las ramas se describen en la sección
40389 \emph on
40390  Ramas
40391 \emph default
40392  de la 
40393 \emph on
40394 Guía del usuario
40395 \emph default
40396  de \SpecialChar LyX
40397 .
40398 \end_layout
40399
40400 \end_inset
40401
40402  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
40403  aparecerán en la salida.
40404  Esto tiene la ventaja de que también funciona con hijos incluidos con 
40405 \begin_inset Quotes cld
40406 \end_inset
40407
40408 Incorporar
40409 \begin_inset Quotes crd
40410 \end_inset
40411
40412 .
40413  Sin embargo, los contadores y las referencias no se mantendrán usando este
40414  método.
40415 \end_layout
40416
40417 \begin_layout Chapter
40418 Listado de código
40419 \begin_inset CommandInset label
40420 LatexCommand label
40421 name "cap:Listado-de-código"
40422
40423 \end_inset
40424
40425
40426 \begin_inset Index idx
40427 status open
40428
40429 \begin_layout Plain Layout
40430 Listado de código
40431 \end_layout
40432
40433 \end_inset
40434
40435
40436 \begin_inset Index idx
40437 status open
40438
40439 \begin_layout Plain Layout
40440 Código de programa
40441 \end_layout
40442
40443 \end_inset
40444
40445
40446 \begin_inset Index idx
40447 status open
40448
40449 \begin_layout Plain Layout
40450 Flotantes ! Listado de código
40451 \end_layout
40452
40453 \end_inset
40454
40455
40456 \end_layout
40457
40458 \begin_layout Standard
40459 Para incluir y tipografiar código de programación puedes usar la opción
40460  de menú disponible en 
40461 \family sans
40462 Insertar\SpecialChar menuseparator
40463 Listado
40464 \begin_inset space ~
40465 \end_inset
40466
40467 de
40468 \begin_inset space ~
40469 \end_inset
40470
40471 código.
40472  
40473 \family default
40474 El paquete \SpecialChar LaTeX
40475  
40476 \series bold
40477 listings
40478 \series default
40479
40480 \begin_inset Index idx
40481 status collapsed
40482
40483 \begin_layout Plain Layout
40484 \SpecialChar LaTeX
40485 -paquetes ! listings
40486 \end_layout
40487
40488 \end_inset
40489
40490  provee un mecanismo potente y flexible para insertar código fuente en tu
40491  documento.
40492 \end_layout
40493
40494 \begin_layout Standard
40495 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
40496  incorporado en el que puedes configurar su formato.
40497 \end_layout
40498
40499 \begin_layout Standard
40500 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
40501  La opción de ubicación 
40502 \family sans
40503 Listado
40504 \begin_inset space ~
40505 \end_inset
40506
40507 en
40508 \begin_inset space ~
40509 \end_inset
40510
40511 línea
40512 \family default
40513  lo imprime en la línea, como este ejemplo: 
40514 \begin_inset listings
40515 lstparams "language={C++}"
40516 inline true
40517 status open
40518
40519 \begin_layout Plain Layout
40520
40521 int a=5;
40522 \end_layout
40523
40524 \end_inset
40525
40526
40527 \family sans
40528
40529 \begin_inset Newline newline
40530 \end_inset
40531
40532
40533 \family default
40534 La opción 
40535 \family sans
40536 Flotante
40537 \family default
40538  crea un listado flotante cuya colocación se puede especificar mediante
40539  las opciones «
40540 \family sans
40541 h
40542 \family default
40543 », «
40544 \family sans
40545 t
40546 \family default
40547 », «
40548 \family sans
40549 b
40550 \family default
40551 » y «
40552 \family sans
40553 p
40554 \family default
40555 », correspondientes a las opciones de colocación de flotantes descritas
40556  en la sección
40557 \family sans
40558
40559 \begin_inset space ~
40560 \end_inset
40561
40562
40563 \begin_inset CommandInset ref
40564 LatexCommand ref
40565 reference "sec:Colocación-de-Flotantes"
40566
40567 \end_inset
40568
40569
40570 \family default
40571 .
40572  Las opciones de colocación se pueden mezclar y se escriben sin separación,
40573  p.
40574 \family sans
40575
40576 \begin_inset space \thinspace{}
40577 \end_inset
40578
40579
40580 \family default
40581 ej.
40582 \begin_inset space ~
40583 \end_inset
40584
40585 «
40586 \family sans
40587 htbp
40588 \family default
40589 ».
40590  La opción «
40591 \family sans
40592 h
40593 \family default
40594 » a veces no tiene efecto, pero no necesitas usar la opción 
40595 \family sans
40596 Flotante
40597 \family default
40598  en ese caso puesto que los listados de código no flotantes también pueden
40599  tener leyendas y ser referenciadas.
40600 \end_layout
40601
40602 \begin_layout Standard
40603 Se puede añadir una leyenda a un listado de código con el menú 
40604 \family sans
40605 Insertar\SpecialChar menuseparator
40606 Leyenda
40607 \family default
40608 .
40609  Los listados de código se pueden referenciar como los flotantes: Listado
40610 \begin_inset space ~
40611 \end_inset
40612
40613
40614 \begin_inset CommandInset ref
40615 LatexCommand ref
40616 reference "lst:Ejemplo-de-listado-de-código"
40617
40618 \end_inset
40619
40620  Con el menú 
40621 \family sans
40622 Insertar\SpecialChar menuseparator
40623 Índices\SpecialChar menuseparator
40624 Listados
40625 \begin_inset space ~
40626 \end_inset
40627
40628 de
40629 \begin_inset space ~
40630 \end_inset
40631
40632 código
40633 \family default
40634  se crea un índice de todos los listados de código con leyenda insertados.
40635  Las entradas del índice son la leyenda y el número de cada listado de código.
40636 \end_layout
40637
40638 \begin_layout Standard
40639 \begin_inset listings
40640 lstparams "language=Python"
40641 inline false
40642 status open
40643
40644 \begin_layout Plain Layout
40645
40646 \begin_inset Caption Standard
40647
40648 \begin_layout Plain Layout
40649 \begin_inset CommandInset label
40650 LatexCommand label
40651 name "lst:Ejemplo-de-listado-de-código"
40652
40653 \end_inset
40654
40655 Ejemplo de listado de código flotante
40656 \end_layout
40657
40658 \end_inset
40659
40660 # Ejemplo de listado flotante
40661 \end_layout
40662
40663 \begin_layout Plain Layout
40664
40665 def func(param):
40666 \end_layout
40667
40668 \begin_layout Plain Layout
40669
40670     'this is a python function'
40671 \end_layout
40672
40673 \begin_layout Plain Layout
40674
40675     pass
40676 \end_layout
40677
40678 \end_inset
40679
40680
40681 \end_layout
40682
40683 \begin_layout Standard
40684 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
40685  de listado de código, las palabras clave de ese lenguaje serán reconocidas
40686  y tipografiadas de manera especial en la salida.
40687  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
40688  negrita.
40689 \end_layout
40690
40691 \begin_layout Standard
40692 \begin_inset Note Greyedout
40693 status open
40694
40695 \begin_layout Plain Layout
40696
40697 \series bold
40698 Nota:
40699 \series default
40700  Si no consigues caracteres en negrita cuando usas tipografías de ancho
40701  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
40702  En este caso selecciona una tipografía distinta en el menú 
40703 \family sans
40704 Documento
40705 \family default
40706 \SpecialChar menuseparator
40707
40708 \family sans
40709 Configuración
40710 \family default
40711 \SpecialChar menuseparator
40712
40713 \family sans
40714 Tipografías.
40715  
40716 \family default
40717 (Las tipografías 
40718 \emph on
40719 LuxiMono, BeraMono
40720 \emph default
40721  y 
40722 \emph on
40723 Courier 
40724 \emph default
40725 suministran negritas.)
40726 \end_layout
40727
40728 \end_inset
40729
40730
40731 \end_layout
40732
40733 \begin_layout Standard
40734 En la sección 
40735 \family sans
40736 Numeración
40737 \begin_inset space ~
40738 \end_inset
40739
40740 de
40741 \begin_inset space ~
40742 \end_inset
40743
40744 líneas
40745 \family default
40746  del diálogo puedes elegir el estilo de numeración de las líneas.
40747  En el campo 
40748 \family sans
40749 Paso 
40750 \family default
40751 puedes insertar un número para determinar qué líneas se numeran.
40752  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
40753  
40754 \end_layout
40755
40756 \begin_layout Standard
40757 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
40758  en la salida.
40759  La opción 
40760 \family sans
40761 Mapa
40762 \begin_inset space ~
40763 \end_inset
40764
40765 de
40766 \begin_inset space ~
40767 \end_inset
40768
40769 caracteres
40770 \begin_inset space ~
40771 \end_inset
40772
40773 tradicional
40774 \begin_inset space ~
40775 \end_inset
40776
40777 mejorado
40778 \family default
40779  debería emplearse si se usan en el código caracteres nacionales como la
40780  diéresis alemana.
40781 \begin_inset Newline newline
40782 \end_inset
40783
40784 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
40785  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
40786  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
40787 \begin_inset listings
40788 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40789 inline false
40790 status open
40791
40792 \begin_layout Plain Layout
40793
40794 def func(param):
40795 \end_layout
40796
40797 \begin_layout Plain Layout
40798
40799     'this is a python function'
40800 \end_layout
40801
40802 \begin_layout Plain Layout
40803
40804     pass
40805 \end_layout
40806
40807 \begin_layout Plain Layout
40808
40809 def func(param):
40810 \end_layout
40811
40812 \begin_layout Plain Layout
40813
40814 'This is a German word: Tschüß'
40815 \end_layout
40816
40817 \begin_layout Plain Layout
40818
40819 pass
40820 \end_layout
40821
40822 \begin_layout Plain Layout
40823
40824 def func(param):
40825 \end_layout
40826
40827 \begin_layout Plain Layout
40828
40829 'this is a python function'
40830 \end_layout
40831
40832 \begin_layout Plain Layout
40833
40834 pass
40835 \end_layout
40836
40837 \end_inset
40838
40839
40840 \end_layout
40841
40842 \begin_layout Standard
40843 \begin_inset Note Greyedout
40844 status open
40845
40846 \begin_layout Plain Layout
40847
40848 \series bold
40849 Nota:
40850 \series default
40851  Debido a un error en el paquete 
40852 \series bold
40853 listings
40854 \series default
40855  la numeración de líneas cambia en una línea por cada listado previo.
40856  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
40857  3 y 6.
40858 \end_layout
40859
40860 \end_inset
40861
40862
40863 \end_layout
40864
40865 \begin_layout Standard
40866 \begin_inset VSpace bigskip
40867 \end_inset
40868
40869
40870 \end_layout
40871
40872 \begin_layout Standard
40873 También es posible imprimir como listado de código líneas de un archivo.
40874  Para hacer esto, usa el menú 
40875 \family sans
40876 Insertar\SpecialChar menuseparator
40877 Archivo\SpecialChar menuseparator
40878 Documento
40879 \begin_inset space ~
40880 \end_inset
40881
40882 hijo 
40883 \family default
40884 y elige el tipo 
40885 \family sans
40886 Listado de código
40887 \family default
40888 .
40889 \begin_inset Foot
40890 status collapsed
40891
40892 \begin_layout Plain Layout
40893 Los restantes tipos de documento hijo se describen en la sección
40894 \begin_inset space ~
40895 \end_inset
40896
40897
40898 \begin_inset CommandInset ref
40899 LatexCommand ref
40900 reference "sec:Documento-Hijo"
40901
40902 \end_inset
40903
40904 .
40905 \end_layout
40906
40907 \end_inset
40908
40909  En el diálogo de documento hijo puedes especificar los parámetros del listado
40910  en el cuadro de texto.
40911  Para ver una lista de los parámetros disponibles teclea una interrogación
40912  «?» en el cuadro.
40913 \end_layout
40914
40915 \begin_layout Standard
40916 Para referenciar un documento hijo tipo listado, escribe el texto de la
40917  etiqueta en el campo correspondiente del diálogo de documento hijo.
40918  Después se puede referenciar la etiqueta con el menú 
40919 \family sans
40920 Insertar\SpecialChar menuseparator
40921 Referencia cruzada.
40922 \end_layout
40923
40924 \begin_layout Standard
40925 A continuación hay un ejemplo, Listado
40926 \begin_inset space ~
40927 \end_inset
40928
40929
40930 \begin_inset CommandInset ref
40931 LatexCommand ref
40932 reference "lst:archivo-listado"
40933
40934 \end_inset
40935
40936 , de inserción de líneas de un archivo; en él se incluye el rango de las
40937  líneas 10
40938 \begin_inset space \thinspace{}
40939 \end_inset
40940
40941 -
40942 \begin_inset space \thinspace{}
40943 \end_inset
40944
40945 15 de este archivo \SpecialChar LyX
40946 .
40947 \end_layout
40948
40949 \begin_layout Standard
40950 \begin_inset CommandInset include
40951 LatexCommand lstinputlisting
40952 filename "EmbeddedObjects.lyx"
40953 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
40954
40955 \end_inset
40956
40957
40958 \end_layout
40959
40960 \begin_layout Standard
40961 \begin_inset VSpace bigskip
40962 \end_inset
40963
40964
40965 \end_layout
40966
40967 \begin_layout Standard
40968 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
40969 \end_layout
40970
40971 \begin_layout Enumerate
40972 Abre el diálogo de listado y añade
40973 \begin_inset Newline newline
40974 \end_inset
40975
40976
40977 \family sans
40978 mathescape=true
40979 \begin_inset Newline newline
40980 \end_inset
40981
40982
40983 \family default
40984 en el campo de texto de la solapa 
40985 \family sans
40986 Avanzado
40987 \end_layout
40988
40989 \begin_layout Enumerate
40990 Crea una ecuación fuera del listado
40991 \end_layout
40992
40993 \begin_layout Enumerate
40994 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
40995  (teclas 
40996 \family sans
40997 Ctrl+C
40998 \family default
40999 )
41000 \end_layout
41001
41002 \begin_layout Enumerate
41003 En el listado escribe 
41004 \begin_inset Quotes eld
41005 \end_inset
41006
41007
41008 \family sans
41009 $$
41010 \family default
41011
41012 \begin_inset Quotes erd
41013 \end_inset
41014
41015  y pega desde el portapapeles entre los símbolos dólar (teclas 
41016 \family sans
41017 Ctrl+V
41018 \family default
41019 )
41020 \end_layout
41021
41022 \begin_layout Standard
41023 \begin_inset listings
41024 lstparams "language=Python,mathescape=true"
41025 inline false
41026 status open
41027
41028 \begin_layout Plain Layout
41029
41030 \begin_inset Caption Standard
41031
41032 \begin_layout Plain Layout
41033 Ejemplo de listado flotante con una ecuación
41034 \end_layout
41035
41036 \end_inset
41037
41038 # Ejemplo de listado flotante
41039 \end_layout
41040
41041 \begin_layout Plain Layout
41042
41043 def func(param):
41044 \end_layout
41045
41046 \begin_layout Plain Layout
41047
41048     # $
41049 \backslash
41050 prod_{n=1}^{
41051 \backslash
41052 infty}
41053 \backslash
41054 ,
41055 \backslash
41056 frac{1}{x^{2}}$
41057 \end_layout
41058
41059 \begin_layout Plain Layout
41060
41061     pass
41062 \end_layout
41063
41064 \end_inset
41065
41066
41067 \end_layout
41068
41069 \begin_layout Standard
41070 \begin_inset VSpace bigskip
41071 \end_inset
41072
41073
41074 \end_layout
41075
41076 \begin_layout Standard
41077 Los parámetros globales para listados de programa se pueden establecer en
41078  el diálogo 
41079 \family sans
41080 Documento\SpecialChar menuseparator
41081 Configuración\SpecialChar menuseparator
41082 Listado
41083 \begin_inset space ~
41084 \end_inset
41085
41086 de
41087 \begin_inset space ~
41088 \end_inset
41089
41090 código.
41091  
41092 \family default
41093 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
41094  «?» en el campo de texto.
41095 \end_layout
41096
41097 \begin_layout Standard
41098 Para más información sobre el paquete 
41099 \series bold
41100 listings
41101 \series default
41102 , consulta su documentación
41103 \begin_inset space ~
41104 \end_inset
41105
41106
41107 \begin_inset CommandInset citation
41108 LatexCommand cite
41109 key "listings"
41110 literal "true"
41111
41112 \end_inset
41113
41114 .
41115 \end_layout
41116
41117 \begin_layout Standard
41118 \begin_inset Newpage newpage
41119 \end_inset
41120
41121
41122 \end_layout
41123
41124 \begin_layout Chapter
41125 \start_of_appendix
41126 Unidades disponibles en \SpecialChar LyX
41127
41128 \begin_inset Index idx
41129 status collapsed
41130
41131 \begin_layout Plain Layout
41132 Unidades
41133 \end_layout
41134
41135 \end_inset
41136
41137
41138 \begin_inset CommandInset label
41139 LatexCommand label
41140 name "cap:Unidades-disponibles-en"
41141
41142 \end_inset
41143
41144
41145 \end_layout
41146
41147 \begin_layout Standard
41148 Para comprender las unidades utilizadas en este manual, el cuadro
41149 \begin_inset space ~
41150 \end_inset
41151
41152
41153 \begin_inset CommandInset ref
41154 LatexCommand ref
41155 reference "tab:Unidades"
41156
41157 \end_inset
41158
41159  describe todas las unidades disponibles en \SpecialChar LyX
41160 .
41161 \end_layout
41162
41163 \begin_layout Standard
41164 \begin_inset Float table
41165 placement h
41166 wide false
41167 sideways false
41168 status open
41169
41170 \begin_layout Plain Layout
41171 \begin_inset Caption Standard
41172
41173 \begin_layout Plain Layout
41174 \begin_inset CommandInset label
41175 LatexCommand label
41176 name "tab:Unidades"
41177
41178 \end_inset
41179
41180 Unidades
41181 \end_layout
41182
41183 \end_inset
41184
41185
41186 \end_layout
41187
41188 \begin_layout Plain Layout
41189 \begin_inset VSpace medskip
41190 \end_inset
41191
41192
41193 \end_layout
41194
41195 \begin_layout Plain Layout
41196 \align center
41197 \begin_inset Tabular
41198 <lyxtabular version="3" rows="20" columns="3">
41199 <features tabularvalignment="middle">
41200 <column alignment="center" valignment="top">
41201 <column alignment="center" valignment="top">
41202 <column alignment="center" valignment="top">
41203 <row>
41204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41205 \begin_inset Text
41206
41207 \begin_layout Plain Layout
41208 unidad
41209 \end_layout
41210
41211 \end_inset
41212 </cell>
41213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41214 \begin_inset Text
41215
41216 \begin_layout Plain Layout
41217 nombre/descripción
41218 \end_layout
41219
41220 \end_inset
41221 </cell>
41222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41223 \begin_inset Text
41224
41225 \begin_layout Plain Layout
41226 comando \SpecialChar LaTeX
41227
41228 \end_layout
41229
41230 \end_inset
41231 </cell>
41232 </row>
41233 <row>
41234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41235 \begin_inset Text
41236
41237 \begin_layout Plain Layout
41238 mm
41239 \end_layout
41240
41241 \end_inset
41242 </cell>
41243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41244 \begin_inset Text
41245
41246 \begin_layout Plain Layout
41247 milímetro
41248 \end_layout
41249
41250 \end_inset
41251 </cell>
41252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41253 \begin_inset Text
41254
41255 \begin_layout Plain Layout
41256 -
41257 \end_layout
41258
41259 \end_inset
41260 </cell>
41261 </row>
41262 <row>
41263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41264 \begin_inset Text
41265
41266 \begin_layout Plain Layout
41267 cm
41268 \end_layout
41269
41270 \end_inset
41271 </cell>
41272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41273 \begin_inset Text
41274
41275 \begin_layout Plain Layout
41276 centímetro
41277 \end_layout
41278
41279 \end_inset
41280 </cell>
41281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41282 \begin_inset Text
41283
41284 \begin_layout Plain Layout
41285 -
41286 \end_layout
41287
41288 \end_inset
41289 </cell>
41290 </row>
41291 <row>
41292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41293 \begin_inset Text
41294
41295 \begin_layout Plain Layout
41296 in
41297 \end_layout
41298
41299 \end_inset
41300 </cell>
41301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 pulgada
41306 \end_layout
41307
41308 \end_inset
41309 </cell>
41310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41311 \begin_inset Text
41312
41313 \begin_layout Plain Layout
41314 -
41315 \end_layout
41316
41317 \end_inset
41318 </cell>
41319 </row>
41320 <row>
41321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41322 \begin_inset Text
41323
41324 \begin_layout Plain Layout
41325 pt
41326 \end_layout
41327
41328 \end_inset
41329 </cell>
41330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41331 \begin_inset Text
41332
41333 \begin_layout Plain Layout
41334 punto (72.27
41335 \begin_inset space \thinspace{}
41336 \end_inset
41337
41338 pt = 1
41339 \begin_inset space \thinspace{}
41340 \end_inset
41341
41342 in)
41343 \end_layout
41344
41345 \end_inset
41346 </cell>
41347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41348 \begin_inset Text
41349
41350 \begin_layout Plain Layout
41351 -
41352 \end_layout
41353
41354 \end_inset
41355 </cell>
41356 </row>
41357 <row>
41358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41359 \begin_inset Text
41360
41361 \begin_layout Plain Layout
41362 pc
41363 \end_layout
41364
41365 \end_inset
41366 </cell>
41367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41368 \begin_inset Text
41369
41370 \begin_layout Plain Layout
41371 pica (1
41372 \begin_inset space \thinspace{}
41373 \end_inset
41374
41375 pc = 12
41376 \begin_inset space \thinspace{}
41377 \end_inset
41378
41379 pt)
41380 \end_layout
41381
41382 \end_inset
41383 </cell>
41384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41385 \begin_inset Text
41386
41387 \begin_layout Plain Layout
41388 -
41389 \end_layout
41390
41391 \end_inset
41392 </cell>
41393 </row>
41394 <row>
41395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41396 \begin_inset Text
41397
41398 \begin_layout Plain Layout
41399 sp
41400 \end_layout
41401
41402 \end_inset
41403 </cell>
41404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41405 \begin_inset Text
41406
41407 \begin_layout Plain Layout
41408 punto a escala (65536
41409 \begin_inset space \thinspace{}
41410 \end_inset
41411
41412 sp = 1
41413 \begin_inset space \thinspace{}
41414 \end_inset
41415
41416 pt)
41417 \end_layout
41418
41419 \end_inset
41420 </cell>
41421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41422 \begin_inset Text
41423
41424 \begin_layout Plain Layout
41425 -
41426 \end_layout
41427
41428 \end_inset
41429 </cell>
41430 </row>
41431 <row>
41432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41433 \begin_inset Text
41434
41435 \begin_layout Plain Layout
41436 bp
41437 \end_layout
41438
41439 \end_inset
41440 </cell>
41441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41442 \begin_inset Text
41443
41444 \begin_layout Plain Layout
41445 punto grande (72
41446 \begin_inset space \thinspace{}
41447 \end_inset
41448
41449 bp = 1
41450 \begin_inset space \thinspace{}
41451 \end_inset
41452
41453 in)
41454 \end_layout
41455
41456 \end_inset
41457 </cell>
41458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41459 \begin_inset Text
41460
41461 \begin_layout Plain Layout
41462 -
41463 \end_layout
41464
41465 \end_inset
41466 </cell>
41467 </row>
41468 <row>
41469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41470 \begin_inset Text
41471
41472 \begin_layout Plain Layout
41473 dd
41474 \end_layout
41475
41476 \end_inset
41477 </cell>
41478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41479 \begin_inset Text
41480
41481 \begin_layout Plain Layout
41482 didot (1
41483 \begin_inset space \thinspace{}
41484 \end_inset
41485
41486 dd 
41487 \begin_inset Formula $\approx$
41488 \end_inset
41489
41490  0.376
41491 \begin_inset space \thinspace{}
41492 \end_inset
41493
41494 mm)
41495 \end_layout
41496
41497 \end_inset
41498 </cell>
41499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41500 \begin_inset Text
41501
41502 \begin_layout Plain Layout
41503 -
41504 \end_layout
41505
41506 \end_inset
41507 </cell>
41508 </row>
41509 <row>
41510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41511 \begin_inset Text
41512
41513 \begin_layout Plain Layout
41514 cc
41515 \end_layout
41516
41517 \end_inset
41518 </cell>
41519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41520 \begin_inset Text
41521
41522 \begin_layout Plain Layout
41523 cicero (1
41524 \begin_inset space \thinspace{}
41525 \end_inset
41526
41527 cc = 12
41528 \begin_inset space \thinspace{}
41529 \end_inset
41530
41531 dd)
41532 \end_layout
41533
41534 \end_inset
41535 </cell>
41536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41537 \begin_inset Text
41538
41539 \begin_layout Plain Layout
41540 -
41541 \end_layout
41542
41543 \end_inset
41544 </cell>
41545 </row>
41546 <row>
41547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 Redimensionar gráficos %
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 % del tamaño original de la imagen
41561 \end_layout
41562
41563 \end_inset
41564 </cell>
41565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41566 \begin_inset Text
41567
41568 \begin_layout Plain Layout
41569
41570 \end_layout
41571
41572 \end_inset
41573 </cell>
41574 </row>
41575 <row>
41576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41577 \begin_inset Text
41578
41579 \begin_layout Plain Layout
41580 Anchura de texto %
41581 \end_layout
41582
41583 \end_inset
41584 </cell>
41585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 % de anchura de texto
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598
41599 \backslash
41600 textwidth
41601 \end_layout
41602
41603 \end_inset
41604 </cell>
41605 </row>
41606 <row>
41607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41608 \begin_inset Text
41609
41610 \begin_layout Plain Layout
41611 Anchura de columna %
41612 \end_layout
41613
41614 \end_inset
41615 </cell>
41616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41617 \begin_inset Text
41618
41619 \begin_layout Plain Layout
41620 % de anchura de columna
41621 \end_layout
41622
41623 \end_inset
41624 </cell>
41625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41626 \begin_inset Text
41627
41628 \begin_layout Plain Layout
41629
41630 \backslash
41631 columnwidth
41632 \end_layout
41633
41634 \end_inset
41635 </cell>
41636 </row>
41637 <row>
41638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41639 \begin_inset Text
41640
41641 \begin_layout Plain Layout
41642 Anchura de página %
41643 \end_layout
41644
41645 \end_inset
41646 </cell>
41647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41648 \begin_inset Text
41649
41650 \begin_layout Plain Layout
41651 % de anchura de página
41652 \end_layout
41653
41654 \end_inset
41655 </cell>
41656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41657 \begin_inset Text
41658
41659 \begin_layout Plain Layout
41660
41661 \backslash
41662 paperwidth
41663 \end_layout
41664
41665 \end_inset
41666 </cell>
41667 </row>
41668 <row>
41669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41670 \begin_inset Text
41671
41672 \begin_layout Plain Layout
41673 Anchura de línea %
41674 \end_layout
41675
41676 \end_inset
41677 </cell>
41678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41679 \begin_inset Text
41680
41681 \begin_layout Plain Layout
41682 % de anchura de línea
41683 \end_layout
41684
41685 \end_inset
41686 </cell>
41687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41688 \begin_inset Text
41689
41690 \begin_layout Plain Layout
41691
41692 \backslash
41693 linewidth
41694 \end_layout
41695
41696 \end_inset
41697 </cell>
41698 </row>
41699 <row>
41700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41701 \begin_inset Text
41702
41703 \begin_layout Plain Layout
41704 Altura de texto %
41705 \end_layout
41706
41707 \end_inset
41708 </cell>
41709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41710 \begin_inset Text
41711
41712 \begin_layout Plain Layout
41713 % de altura de texto
41714 \end_layout
41715
41716 \end_inset
41717 </cell>
41718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41719 \begin_inset Text
41720
41721 \begin_layout Plain Layout
41722
41723 \backslash
41724 textheight
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 </row>
41730 <row>
41731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 Altura de página %
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744 % de altura de página
41745 \end_layout
41746
41747 \end_inset
41748 </cell>
41749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41750 \begin_inset Text
41751
41752 \begin_layout Plain Layout
41753
41754 \backslash
41755 paperheight
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 </row>
41761 <row>
41762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41763 \begin_inset Text
41764
41765 \begin_layout Plain Layout
41766 ex
41767 \end_layout
41768
41769 \end_inset
41770 </cell>
41771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 altura de letra 
41776 \emph on
41777 x
41778 \emph default
41779  en tipografía actual
41780 \end_layout
41781
41782 \end_inset
41783 </cell>
41784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 -
41789 \end_layout
41790
41791 \end_inset
41792 </cell>
41793 </row>
41794 <row>
41795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41796 \begin_inset Text
41797
41798 \begin_layout Plain Layout
41799 em
41800 \end_layout
41801
41802 \end_inset
41803 </cell>
41804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41805 \begin_inset Text
41806
41807 \begin_layout Plain Layout
41808 anchura de letra 
41809 \emph on
41810 M
41811 \emph default
41812  en tipografía actual
41813 \end_layout
41814
41815 \end_inset
41816 </cell>
41817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41818 \begin_inset Text
41819
41820 \begin_layout Plain Layout
41821 -
41822 \end_layout
41823
41824 \end_inset
41825 </cell>
41826 </row>
41827 <row>
41828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832 mu
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 unidad matemática (1
41842 \begin_inset space \thinspace{}
41843 \end_inset
41844
41845 mu = 1/18
41846 \begin_inset space \thinspace{}
41847 \end_inset
41848
41849 em)
41850 \end_layout
41851
41852 \end_inset
41853 </cell>
41854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41855 \begin_inset Text
41856
41857 \begin_layout Plain Layout
41858 -
41859 \end_layout
41860
41861 \end_inset
41862 </cell>
41863 </row>
41864 </lyxtabular>
41865
41866 \end_inset
41867
41868
41869 \end_layout
41870
41871 \end_inset
41872
41873
41874 \end_layout
41875
41876 \begin_layout Chapter
41877 Formatos de archivos de salida con gráficos
41878 \begin_inset CommandInset label
41879 LatexCommand label
41880 name "cap:Formatos-de-Archivos-de-Salida"
41881
41882 \end_inset
41883
41884
41885 \end_layout
41886
41887 \begin_layout Section
41888 DVI
41889 \begin_inset Index idx
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893 Formatos de archivo ! DVI
41894 \end_layout
41895
41896 \end_inset
41897
41898
41899 \begin_inset Index idx
41900 status collapsed
41901
41902 \begin_layout Plain Layout
41903 DVI|see
41904 \begin_inset ERT
41905 status collapsed
41906
41907 \begin_layout Plain Layout
41908
41909 {
41910 \end_layout
41911
41912 \end_inset
41913
41914 Formatos de archivo
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \end_layout
41927
41928 \end_inset
41929
41930
41931 \end_layout
41932
41933 \begin_layout Standard
41934 Este tipo de archivo tiene la extensión «
41935 \family typewriter
41936 .dvi
41937 \family default
41938 ».
41939  Se denomina «device-independent» (DVI), porque es completamente portable;
41940  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
41941  En la época en que se desarrolló este formato, esto no era un asunto baladí.
41942  Los DVI se usan para vistas preliminares rápidas y como preparación para
41943  otros formatos de salida como PostScript.
41944 \end_layout
41945
41946 \begin_layout Standard
41947 \begin_inset Note Greyedout
41948 status open
41949
41950 \begin_layout Plain Layout
41951
41952 \series bold
41953 Nota:
41954 \series default
41955  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
41956 \end_layout
41957
41958 \end_inset
41959
41960  Por tanto no debes olvidar esto si mueves archivos 
41961 \family typewriter
41962 .dvi
41963 \family default
41964  a otro ordenador.
41965  Esta característica también puede retardar la visualización del archivo,
41966  porque el visor DVI tiene que convertir la imagen en segundo plano para
41967  hacerla visible al deslizar el visor.
41968  Así pues recomendamos usar PDF para archivos con muchas imágenes.
41969 \end_layout
41970
41971 \begin_layout Standard
41972 Un documento se exporta a DVI con el menú 
41973 \family sans
41974 Archivo\SpecialChar menuseparator
41975 Exportar\SpecialChar menuseparator
41976 DVI
41977 \family default
41978 .
41979  Puedes ver la salida del documento en DVI con el menú 
41980 \family sans
41981 Ver\SpecialChar menuseparator
41982 DVI
41983 \family default
41984 .
41985 \end_layout
41986
41987 \begin_layout Section
41988 PostScript
41989 \begin_inset Index idx
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993 Formatos de archivo ! PostScript
41994 \end_layout
41995
41996 \end_inset
41997
41998
41999 \begin_inset Index idx
42000 status collapsed
42001
42002 \begin_layout Plain Layout
42003 PostScript|see
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009 {
42010 \end_layout
42011
42012 \end_inset
42013
42014 Formatos de archivo
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020 }
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \end_layout
42027
42028 \end_inset
42029
42030
42031 \end_layout
42032
42033 \begin_layout Standard
42034 Este tipo de archivo tiene la extensión «
42035 \family typewriter
42036 .ps
42037 \family default
42038 ».
42039  PostScript fue desarrollado por la compañía 
42040 \family typewriter
42041 Adobe
42042 \family default
42043  como lenguaje para impresoras.
42044  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
42045  PostScript puede considerarse como un «lenguaje de programación»; con él
42046  puedes calcular y dibujar imágenes y diagramas.
42047 \begin_inset Foot
42048 status collapsed
42049
42050 \begin_layout Plain Layout
42051 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
42052  
42053 \series bold
42054 PSTricks
42055 \series default
42056  
42057 \begin_inset CommandInset citation
42058 LatexCommand cite
42059 key "pstricks"
42060 literal "true"
42061
42062 \end_inset
42063
42064 .
42065 \end_layout
42066
42067 \end_inset
42068
42069  Por esto los archivos suelen ser más grandes que los PDF.
42070 \end_layout
42071
42072 \begin_layout Standard
42073 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
42074 d PostScript» (EPS, extensión «
42075 \family typewriter
42076 .eps
42077 \family default
42078 »).
42079  Como \SpecialChar LyX
42080  permite usar cualquier formato de imagen conocido, tiene que trabajar
42081  en segundo plano para convertir las imágenes a EPS.
42082  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
42083  ha de hacer 50 conversiones
42084  cada vez que veas o exportes el documento.
42085  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
42086  puedes evitar el problema insertando las imágenes directamente en EPS.
42087 \end_layout
42088
42089 \begin_layout Standard
42090 El documento se puede exportar a PostScript con el menú 
42091 \family sans
42092 Archivo\SpecialChar menuseparator
42093 Exportar\SpecialChar menuseparator
42094 Postscript
42095 \family default
42096 .
42097  Se puede ver la salida en PostScript con el menú 
42098 \family sans
42099 Ver\SpecialChar menuseparator
42100 Postscript
42101 \family default
42102 .
42103 \end_layout
42104
42105 \begin_layout Section
42106 PDF
42107 \begin_inset Index idx
42108 status collapsed
42109
42110 \begin_layout Plain Layout
42111 Formatos de archivo ! PDF
42112 \end_layout
42113
42114 \end_inset
42115
42116
42117 \begin_inset Index idx
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121 PDF
42122 \end_layout
42123
42124 \end_inset
42125
42126
42127 \end_layout
42128
42129 \begin_layout Standard
42130 Este tipo de archivo tiene la extensión «
42131 \family typewriter
42132 .pdf
42133 \family default
42134 ».
42135  El formato «Portable Document Format» (PDF) fue desarrollado por 
42136 \family typewriter
42137 Adobe
42138 \family default
42139  como derivado de PostScript.
42140  Es más comprimido y utiliza muchos menos comandos que PostScript.
42141  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
42142  operativo y la salida impresa se muestra exactamente igual.
42143 \end_layout
42144
42145 \begin_layout Standard
42146 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
42147  Photographic Experts Group» (JPG, extensión «
42148 \family typewriter
42149 .jpg
42150 \family default
42151 » o «
42152 \family typewriter
42153 .jpeg
42154 \family default
42155 »), y en el formato «Portable Network Graphics» (PNG, extensión «
42156 \family typewriter
42157 .png
42158 \family default
42159 »).
42160  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
42161  los convierte
42162  en segundo plano a alguno de los anteriores.
42163  Pero como se ha comentado en la sección sobre PostScript, la conversión
42164  de gráficos ralentiza el trabajo.
42165  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
42166  mencionados.
42167 \end_layout
42168
42169 \begin_layout Standard
42170 Un documento se puede exportar a PDF con el menú 
42171 \family sans
42172 Archivo\SpecialChar menuseparator
42173 Exportar
42174 \family default
42175  en tres modos diferentes:
42176 \end_layout
42177
42178 \begin_layout Description
42179 PDF
42180 \begin_inset space ~
42181 \end_inset
42182
42183 (ps2pdf) Este utiliza el programa 
42184 \family typewriter
42185 ps2pdf
42186 \family default
42187  que crea un PDF a partir de una versión PostScript del archivo.
42188  La versión PostScript es producida por el programa 
42189 \family typewriter
42190 dvips
42191 \family default
42192  que usa una versión DVI como paso intermedio.
42193  Así que este modo de exportación consta de tres conversiones.
42194 \end_layout
42195
42196 \begin_layout Description
42197 PDF
42198 \begin_inset space ~
42199 \end_inset
42200
42201 (dvipdfm) Este utiliza el programa 
42202 \family typewriter
42203 dvipdfm
42204 \family default
42205  que convierte el archivo a DVI en segundo plano y en un segundo paso a
42206  PDF.
42207 \end_layout
42208
42209 \begin_layout Description
42210 PDF
42211 \begin_inset space ~
42212 \end_inset
42213
42214 (pdflatex) Este utiliza el programa 
42215 \family typewriter
42216 pdftex
42217 \family default
42218  que convierte directamente el archivo a PDF.
42219 \end_layout
42220
42221 \begin_layout Standard
42222 Se recomienda usar 
42223 \family sans
42224 PDF
42225 \begin_inset space ~
42226 \end_inset
42227
42228 (pdflatex)
42229 \family default
42230  porque 
42231 \family typewriter
42232 pdftex
42233 \family default
42234  soporta todas las características de las versiones actuales de PDF, es
42235  rápido y estable.
42236  El programa 
42237 \family typewriter
42238 dvipdfm
42239 \family default
42240  ya no se desarrolla y está un poco obsoleto.
42241 \end_layout
42242
42243 \begin_layout Standard
42244 La salida en formato PDF se puede ver con el menú 
42245 \family sans
42246 Ver 
42247 \family default
42248 o con un botón.
42249 \end_layout
42250
42251 \begin_layout Chapter
42252 Lista de colores dvips
42253 \begin_inset CommandInset label
42254 LatexCommand label
42255 name "chap:Lista-de-colores-dvips"
42256
42257 \end_inset
42258
42259
42260 \end_layout
42261
42262 \begin_layout Standard
42263 \begin_inset Tabular
42264 <lyxtabular version="3" rows="17" columns="4">
42265 <features tabularvalignment="middle">
42266 <column alignment="left" valignment="top" width="0pt">
42267 <column alignment="left" valignment="top" width="0pt">
42268 <column alignment="left" valignment="top" width="0pt">
42269 <column alignment="left" valignment="top" width="0pt">
42270 <row>
42271 <cell alignment="left" valignment="top" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280
42281 \backslash
42282 fcolorbox{black}{
42283 \end_layout
42284
42285 \end_inset
42286
42287 white
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293 }{
42294 \end_layout
42295
42296 \end_inset
42297
42298 Color
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304 }
42305 \end_layout
42306
42307 \end_inset
42308
42309  Nombre
42310 \end_layout
42311
42312 \end_inset
42313 </cell>
42314 <cell alignment="left" valignment="top" usebox="none">
42315 \begin_inset Text
42316
42317 \begin_layout Plain Layout
42318 \begin_inset ERT
42319 status collapsed
42320
42321 \begin_layout Plain Layout
42322
42323
42324 \backslash
42325 fcolorbox{black}{
42326 \end_layout
42327
42328 \end_inset
42329
42330 white
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336 }{
42337 \end_layout
42338
42339 \end_inset
42340
42341 Color
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347 }
42348 \end_layout
42349
42350 \end_inset
42351
42352  Nombre
42353 \end_layout
42354
42355 \end_inset
42356 </cell>
42357 <cell alignment="left" valignment="top" usebox="none">
42358 \begin_inset Text
42359
42360 \begin_layout Plain Layout
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366
42367 \backslash
42368 fcolorbox{black}{
42369 \end_layout
42370
42371 \end_inset
42372
42373 white
42374 \begin_inset ERT
42375 status collapsed
42376
42377 \begin_layout Plain Layout
42378
42379 }{
42380 \end_layout
42381
42382 \end_inset
42383
42384 Color
42385 \begin_inset ERT
42386 status collapsed
42387
42388 \begin_layout Plain Layout
42389
42390 }
42391 \end_layout
42392
42393 \end_inset
42394
42395  Nombre
42396 \end_layout
42397
42398 \end_inset
42399 </cell>
42400 <cell alignment="left" valignment="top" usebox="none">
42401 \begin_inset Text
42402
42403 \begin_layout Plain Layout
42404 \begin_inset ERT
42405 status collapsed
42406
42407 \begin_layout Plain Layout
42408
42409
42410 \backslash
42411 fcolorbox{black}{
42412 \end_layout
42413
42414 \end_inset
42415
42416 white
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422 }{
42423 \end_layout
42424
42425 \end_inset
42426
42427 Color
42428 \begin_inset ERT
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432
42433 }
42434 \end_layout
42435
42436 \end_inset
42437
42438  Nombre
42439 \end_layout
42440
42441 \end_inset
42442 </cell>
42443 </row>
42444 <row>
42445 <cell alignment="center" valignment="top" usebox="none">
42446 \begin_inset Text
42447
42448 \begin_layout Plain Layout
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454
42455 \backslash
42456 fcolorbox{black}{
42457 \end_layout
42458
42459 \end_inset
42460
42461 Apricot
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467 }{
42468 \end_layout
42469
42470 \end_inset
42471
42472
42473 \begin_inset Phantom Phantom
42474 status open
42475
42476 \begin_layout Plain Layout
42477 W
42478 \end_layout
42479
42480 \end_inset
42481
42482
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }
42489 \end_layout
42490
42491 \end_inset
42492
42493  Apricot
42494 \end_layout
42495
42496 \end_inset
42497 </cell>
42498 <cell alignment="center" valignment="top" usebox="none">
42499 \begin_inset Text
42500
42501 \begin_layout Plain Layout
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507
42508 \backslash
42509 fcolorbox{black}{
42510 \end_layout
42511
42512 \end_inset
42513
42514 Aquamarine
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520 }{
42521 \end_layout
42522
42523 \end_inset
42524
42525
42526 \begin_inset Phantom Phantom
42527 status open
42528
42529 \begin_layout Plain Layout
42530 W
42531 \end_layout
42532
42533 \end_inset
42534
42535
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }
42542 \end_layout
42543
42544 \end_inset
42545
42546  Aquamarine
42547 \end_layout
42548
42549 \end_inset
42550 </cell>
42551 <cell alignment="center" valignment="top" usebox="none">
42552 \begin_inset Text
42553
42554 \begin_layout Plain Layout
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560
42561 \backslash
42562 fcolorbox{black}{
42563 \end_layout
42564
42565 \end_inset
42566
42567 Bittersweet
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573 }{
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \begin_inset Phantom Phantom
42580 status open
42581
42582 \begin_layout Plain Layout
42583 W
42584 \end_layout
42585
42586 \end_inset
42587
42588
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594 }
42595 \end_layout
42596
42597 \end_inset
42598
42599  Bittersweet
42600 \end_layout
42601
42602 \end_inset
42603 </cell>
42604 <cell alignment="center" valignment="top" usebox="none">
42605 \begin_inset Text
42606
42607 \begin_layout Plain Layout
42608 \begin_inset ERT
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612
42613
42614 \backslash
42615 fcolorbox{black}{
42616 \end_layout
42617
42618 \end_inset
42619
42620 BlueGreen
42621 \begin_inset ERT
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625
42626 }{
42627 \end_layout
42628
42629 \end_inset
42630
42631
42632 \begin_inset Phantom Phantom
42633 status open
42634
42635 \begin_layout Plain Layout
42636 W
42637 \end_layout
42638
42639 \end_inset
42640
42641
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647 }
42648 \end_layout
42649
42650 \end_inset
42651
42652  BlueGreen
42653 \end_layout
42654
42655 \end_inset
42656 </cell>
42657 </row>
42658 <row>
42659 <cell alignment="left" valignment="top" usebox="none">
42660 \begin_inset Text
42661
42662 \begin_layout Plain Layout
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668
42669 \backslash
42670 fcolorbox{black}{
42671 \end_layout
42672
42673 \end_inset
42674
42675 BlueViolet
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }{
42682 \end_layout
42683
42684 \end_inset
42685
42686
42687 \begin_inset Phantom Phantom
42688 status open
42689
42690 \begin_layout Plain Layout
42691 W
42692 \end_layout
42693
42694 \end_inset
42695
42696
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }
42703 \end_layout
42704
42705 \end_inset
42706
42707  BlueViolet
42708 \end_layout
42709
42710 \end_inset
42711 </cell>
42712 <cell alignment="left" valignment="top" usebox="none">
42713 \begin_inset Text
42714
42715 \begin_layout Plain Layout
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721
42722 \backslash
42723 fcolorbox{black}{
42724 \end_layout
42725
42726 \end_inset
42727
42728 BrickRed
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734 }{
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \begin_inset Phantom Phantom
42741 status open
42742
42743 \begin_layout Plain Layout
42744 W
42745 \end_layout
42746
42747 \end_inset
42748
42749
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }
42756 \end_layout
42757
42758 \end_inset
42759
42760  BrickRed
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 <cell alignment="left" valignment="top" usebox="none">
42766 \begin_inset Text
42767
42768 \begin_layout Plain Layout
42769 \begin_inset ERT
42770 status collapsed
42771
42772 \begin_layout Plain Layout
42773
42774
42775 \backslash
42776 fcolorbox{black}{
42777 \end_layout
42778
42779 \end_inset
42780
42781 Brown
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787 }{
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \begin_inset Phantom Phantom
42794 status open
42795
42796 \begin_layout Plain Layout
42797 W
42798 \end_layout
42799
42800 \end_inset
42801
42802
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808 }
42809 \end_layout
42810
42811 \end_inset
42812
42813  Brown
42814 \end_layout
42815
42816 \end_inset
42817 </cell>
42818 <cell alignment="left" valignment="top" usebox="none">
42819 \begin_inset Text
42820
42821 \begin_layout Plain Layout
42822 \begin_inset ERT
42823 status collapsed
42824
42825 \begin_layout Plain Layout
42826
42827
42828 \backslash
42829 fcolorbox{black}{
42830 \end_layout
42831
42832 \end_inset
42833
42834 BurntOrange
42835 \begin_inset ERT
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839
42840 }{
42841 \end_layout
42842
42843 \end_inset
42844
42845
42846 \begin_inset Phantom Phantom
42847 status open
42848
42849 \begin_layout Plain Layout
42850 W
42851 \end_layout
42852
42853 \end_inset
42854
42855
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861 }
42862 \end_layout
42863
42864 \end_inset
42865
42866  BurntOrange
42867 \end_layout
42868
42869 \end_inset
42870 </cell>
42871 </row>
42872 <row>
42873 <cell alignment="left" valignment="top" usebox="none">
42874 \begin_inset Text
42875
42876 \begin_layout Plain Layout
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882
42883 \backslash
42884 fcolorbox{black}{
42885 \end_layout
42886
42887 \end_inset
42888
42889 CadetBlue
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }{
42896 \end_layout
42897
42898 \end_inset
42899
42900
42901 \begin_inset Phantom Phantom
42902 status open
42903
42904 \begin_layout Plain Layout
42905 W
42906 \end_layout
42907
42908 \end_inset
42909
42910
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }
42917 \end_layout
42918
42919 \end_inset
42920
42921  CadetBlue
42922 \end_layout
42923
42924 \end_inset
42925 </cell>
42926 <cell alignment="left" valignment="top" usebox="none">
42927 \begin_inset Text
42928
42929 \begin_layout Plain Layout
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935
42936 \backslash
42937 fcolorbox{black}{
42938 \end_layout
42939
42940 \end_inset
42941
42942 CarnationPink
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948 }{
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \begin_inset Phantom Phantom
42955 status open
42956
42957 \begin_layout Plain Layout
42958 W
42959 \end_layout
42960
42961 \end_inset
42962
42963
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }
42970 \end_layout
42971
42972 \end_inset
42973
42974  CarnationPink
42975 \end_layout
42976
42977 \end_inset
42978 </cell>
42979 <cell alignment="left" valignment="top" usebox="none">
42980 \begin_inset Text
42981
42982 \begin_layout Plain Layout
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988
42989 \backslash
42990 fcolorbox{black}{
42991 \end_layout
42992
42993 \end_inset
42994
42995 Cerulean
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001 }{
43002 \end_layout
43003
43004 \end_inset
43005
43006
43007 \begin_inset Phantom Phantom
43008 status open
43009
43010 \begin_layout Plain Layout
43011 W
43012 \end_layout
43013
43014 \end_inset
43015
43016
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022 }
43023 \end_layout
43024
43025 \end_inset
43026
43027  Cerulean
43028 \end_layout
43029
43030 \end_inset
43031 </cell>
43032 <cell alignment="left" valignment="top" usebox="none">
43033 \begin_inset Text
43034
43035 \begin_layout Plain Layout
43036 \begin_inset ERT
43037 status collapsed
43038
43039 \begin_layout Plain Layout
43040
43041
43042 \backslash
43043 fcolorbox{black}{
43044 \end_layout
43045
43046 \end_inset
43047
43048 CornflowerBlue
43049 \begin_inset ERT
43050 status collapsed
43051
43052 \begin_layout Plain Layout
43053
43054 }{
43055 \end_layout
43056
43057 \end_inset
43058
43059
43060 \begin_inset Phantom Phantom
43061 status open
43062
43063 \begin_layout Plain Layout
43064 W
43065 \end_layout
43066
43067 \end_inset
43068
43069
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075 }
43076 \end_layout
43077
43078 \end_inset
43079
43080  CornflowerBlue
43081 \end_layout
43082
43083 \end_inset
43084 </cell>
43085 </row>
43086 <row>
43087 <cell alignment="left" valignment="top" usebox="none">
43088 \begin_inset Text
43089
43090 \begin_layout Plain Layout
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096
43097 \backslash
43098 fcolorbox{black}{
43099 \end_layout
43100
43101 \end_inset
43102
43103 Dandelion
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }{
43110 \end_layout
43111
43112 \end_inset
43113
43114
43115 \begin_inset Phantom Phantom
43116 status open
43117
43118 \begin_layout Plain Layout
43119 W
43120 \end_layout
43121
43122 \end_inset
43123
43124
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }
43131 \end_layout
43132
43133 \end_inset
43134
43135  Dandelion
43136 \end_layout
43137
43138 \end_inset
43139 </cell>
43140 <cell alignment="left" valignment="top" usebox="none">
43141 \begin_inset Text
43142
43143 \begin_layout Plain Layout
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149
43150 \backslash
43151 fcolorbox{black}{
43152 \end_layout
43153
43154 \end_inset
43155
43156 DarkOrchid
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }{
43163 \end_layout
43164
43165 \end_inset
43166
43167
43168 \begin_inset Phantom Phantom
43169 status open
43170
43171 \begin_layout Plain Layout
43172 W
43173 \end_layout
43174
43175 \end_inset
43176
43177
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183 }
43184 \end_layout
43185
43186 \end_inset
43187
43188  DarkOrchid
43189 \end_layout
43190
43191 \end_inset
43192 </cell>
43193 <cell alignment="left" valignment="top" usebox="none">
43194 \begin_inset Text
43195
43196 \begin_layout Plain Layout
43197 \begin_inset ERT
43198 status collapsed
43199
43200 \begin_layout Plain Layout
43201
43202
43203 \backslash
43204 fcolorbox{black}{
43205 \end_layout
43206
43207 \end_inset
43208
43209 Emerald
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215 }{
43216 \end_layout
43217
43218 \end_inset
43219
43220
43221 \begin_inset Phantom Phantom
43222 status open
43223
43224 \begin_layout Plain Layout
43225 W
43226 \end_layout
43227
43228 \end_inset
43229
43230
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236 }
43237 \end_layout
43238
43239 \end_inset
43240
43241  Emerald
43242 \end_layout
43243
43244 \end_inset
43245 </cell>
43246 <cell alignment="left" valignment="top" usebox="none">
43247 \begin_inset Text
43248
43249 \begin_layout Plain Layout
43250 \begin_inset ERT
43251 status collapsed
43252
43253 \begin_layout Plain Layout
43254
43255
43256 \backslash
43257 fcolorbox{black}{
43258 \end_layout
43259
43260 \end_inset
43261
43262 ForestGreen
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268 }{
43269 \end_layout
43270
43271 \end_inset
43272
43273
43274 \begin_inset Phantom Phantom
43275 status open
43276
43277 \begin_layout Plain Layout
43278 W
43279 \end_layout
43280
43281 \end_inset
43282
43283
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289 }
43290 \end_layout
43291
43292 \end_inset
43293
43294  ForestGreen
43295 \end_layout
43296
43297 \end_inset
43298 </cell>
43299 </row>
43300 <row>
43301 <cell alignment="left" valignment="top" usebox="none">
43302 \begin_inset Text
43303
43304 \begin_layout Plain Layout
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310
43311 \backslash
43312 fcolorbox{black}{
43313 \end_layout
43314
43315 \end_inset
43316
43317 Fuchsia
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }{
43324 \end_layout
43325
43326 \end_inset
43327
43328
43329 \begin_inset Phantom Phantom
43330 status open
43331
43332 \begin_layout Plain Layout
43333 W
43334 \end_layout
43335
43336 \end_inset
43337
43338
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }
43345 \end_layout
43346
43347 \end_inset
43348
43349  Fuchsia
43350 \end_layout
43351
43352 \end_inset
43353 </cell>
43354 <cell alignment="left" valignment="top" usebox="none">
43355 \begin_inset Text
43356
43357 \begin_layout Plain Layout
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363
43364 \backslash
43365 fcolorbox{black}{
43366 \end_layout
43367
43368 \end_inset
43369
43370 Goldenrod
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }{
43377 \end_layout
43378
43379 \end_inset
43380
43381
43382 \begin_inset Phantom Phantom
43383 status open
43384
43385 \begin_layout Plain Layout
43386 W
43387 \end_layout
43388
43389 \end_inset
43390
43391
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397 }
43398 \end_layout
43399
43400 \end_inset
43401
43402  Goldenrod
43403 \end_layout
43404
43405 \end_inset
43406 </cell>
43407 <cell alignment="left" valignment="top" usebox="none">
43408 \begin_inset Text
43409
43410 \begin_layout Plain Layout
43411 \begin_inset ERT
43412 status collapsed
43413
43414 \begin_layout Plain Layout
43415
43416
43417 \backslash
43418 fcolorbox{black}{
43419 \end_layout
43420
43421 \end_inset
43422
43423 Gray
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429 }{
43430 \end_layout
43431
43432 \end_inset
43433
43434
43435 \begin_inset Phantom Phantom
43436 status open
43437
43438 \begin_layout Plain Layout
43439 W
43440 \end_layout
43441
43442 \end_inset
43443
43444
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450 }
43451 \end_layout
43452
43453 \end_inset
43454
43455  Gray
43456 \end_layout
43457
43458 \end_inset
43459 </cell>
43460 <cell alignment="left" valignment="top" usebox="none">
43461 \begin_inset Text
43462
43463 \begin_layout Plain Layout
43464 \begin_inset ERT
43465 status collapsed
43466
43467 \begin_layout Plain Layout
43468
43469
43470 \backslash
43471 fcolorbox{black}{
43472 \end_layout
43473
43474 \end_inset
43475
43476 GreenYellow
43477 \begin_inset ERT
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481
43482 }{
43483 \end_layout
43484
43485 \end_inset
43486
43487
43488 \begin_inset Phantom Phantom
43489 status open
43490
43491 \begin_layout Plain Layout
43492 W
43493 \end_layout
43494
43495 \end_inset
43496
43497
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503 }
43504 \end_layout
43505
43506 \end_inset
43507
43508  GreenYellow
43509 \end_layout
43510
43511 \end_inset
43512 </cell>
43513 </row>
43514 <row>
43515 <cell alignment="center" valignment="top" usebox="none">
43516 \begin_inset Text
43517
43518 \begin_layout Plain Layout
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524
43525 \backslash
43526 fcolorbox{black}{
43527 \end_layout
43528
43529 \end_inset
43530
43531 JungleGreen
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }{
43538 \end_layout
43539
43540 \end_inset
43541
43542
43543 \begin_inset Phantom Phantom
43544 status open
43545
43546 \begin_layout Plain Layout
43547 W
43548 \end_layout
43549
43550 \end_inset
43551
43552
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558 }
43559 \end_layout
43560
43561 \end_inset
43562
43563  JungleGreen
43564 \end_layout
43565
43566 \end_inset
43567 </cell>
43568 <cell alignment="center" valignment="top" usebox="none">
43569 \begin_inset Text
43570
43571 \begin_layout Plain Layout
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577
43578 \backslash
43579 fcolorbox{black}{
43580 \end_layout
43581
43582 \end_inset
43583
43584 Lavender
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590 }{
43591 \end_layout
43592
43593 \end_inset
43594
43595
43596 \begin_inset Phantom Phantom
43597 status open
43598
43599 \begin_layout Plain Layout
43600 W
43601 \end_layout
43602
43603 \end_inset
43604
43605
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611 }
43612 \end_layout
43613
43614 \end_inset
43615
43616  Lavender
43617 \end_layout
43618
43619 \end_inset
43620 </cell>
43621 <cell alignment="center" valignment="top" usebox="none">
43622 \begin_inset Text
43623
43624 \begin_layout Plain Layout
43625 \begin_inset ERT
43626 status collapsed
43627
43628 \begin_layout Plain Layout
43629
43630
43631 \backslash
43632 fcolorbox{black}{
43633 \end_layout
43634
43635 \end_inset
43636
43637 LimeGreen
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643 }{
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \begin_inset Phantom Phantom
43650 status open
43651
43652 \begin_layout Plain Layout
43653 W
43654 \end_layout
43655
43656 \end_inset
43657
43658
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664 }
43665 \end_layout
43666
43667 \end_inset
43668
43669  LimeGreen
43670 \end_layout
43671
43672 \end_inset
43673 </cell>
43674 <cell alignment="center" valignment="top" usebox="none">
43675 \begin_inset Text
43676
43677 \begin_layout Plain Layout
43678 \begin_inset ERT
43679 status collapsed
43680
43681 \begin_layout Plain Layout
43682
43683
43684 \backslash
43685 fcolorbox{black}{
43686 \end_layout
43687
43688 \end_inset
43689
43690 Mahogany
43691 \begin_inset ERT
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695
43696 }{
43697 \end_layout
43698
43699 \end_inset
43700
43701
43702 \begin_inset Phantom Phantom
43703 status open
43704
43705 \begin_layout Plain Layout
43706 W
43707 \end_layout
43708
43709 \end_inset
43710
43711
43712 \begin_inset ERT
43713 status collapsed
43714
43715 \begin_layout Plain Layout
43716
43717 }
43718 \end_layout
43719
43720 \end_inset
43721
43722  Mahogany
43723 \end_layout
43724
43725 \end_inset
43726 </cell>
43727 </row>
43728 <row>
43729 <cell alignment="left" valignment="top" usebox="none">
43730 \begin_inset Text
43731
43732 \begin_layout Plain Layout
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738
43739 \backslash
43740 fcolorbox{black}{
43741 \end_layout
43742
43743 \end_inset
43744
43745 Mahogany
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751 }{
43752 \end_layout
43753
43754 \end_inset
43755
43756
43757 \begin_inset Phantom Phantom
43758 status open
43759
43760 \begin_layout Plain Layout
43761 W
43762 \end_layout
43763
43764 \end_inset
43765
43766
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772 }
43773 \end_layout
43774
43775 \end_inset
43776
43777  Mahogany
43778 \end_layout
43779
43780 \end_inset
43781 </cell>
43782 <cell alignment="left" valignment="top" usebox="none">
43783 \begin_inset Text
43784
43785 \begin_layout Plain Layout
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791
43792 \backslash
43793 fcolorbox{black}{
43794 \end_layout
43795
43796 \end_inset
43797
43798 Maroon
43799 \begin_inset ERT
43800 status collapsed
43801
43802 \begin_layout Plain Layout
43803
43804 }{
43805 \end_layout
43806
43807 \end_inset
43808
43809
43810 \begin_inset Phantom Phantom
43811 status open
43812
43813 \begin_layout Plain Layout
43814 W
43815 \end_layout
43816
43817 \end_inset
43818
43819
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825 }
43826 \end_layout
43827
43828 \end_inset
43829
43830  Maroon
43831 \end_layout
43832
43833 \end_inset
43834 </cell>
43835 <cell alignment="left" valignment="top" usebox="none">
43836 \begin_inset Text
43837
43838 \begin_layout Plain Layout
43839 \begin_inset ERT
43840 status collapsed
43841
43842 \begin_layout Plain Layout
43843
43844
43845 \backslash
43846 fcolorbox{black}{
43847 \end_layout
43848
43849 \end_inset
43850
43851 Melon
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857 }{
43858 \end_layout
43859
43860 \end_inset
43861
43862
43863 \begin_inset Phantom Phantom
43864 status open
43865
43866 \begin_layout Plain Layout
43867 W
43868 \end_layout
43869
43870 \end_inset
43871
43872
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878 }
43879 \end_layout
43880
43881 \end_inset
43882
43883  Melon
43884 \end_layout
43885
43886 \end_inset
43887 </cell>
43888 <cell alignment="left" valignment="top" usebox="none">
43889 \begin_inset Text
43890
43891 \begin_layout Plain Layout
43892 \begin_inset ERT
43893 status collapsed
43894
43895 \begin_layout Plain Layout
43896
43897
43898 \backslash
43899 fcolorbox{black}{
43900 \end_layout
43901
43902 \end_inset
43903
43904 MidnightBlue
43905 \begin_inset ERT
43906 status collapsed
43907
43908 \begin_layout Plain Layout
43909
43910 }{
43911 \end_layout
43912
43913 \end_inset
43914
43915
43916 \begin_inset Phantom Phantom
43917 status open
43918
43919 \begin_layout Plain Layout
43920 W
43921 \end_layout
43922
43923 \end_inset
43924
43925
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931 }
43932 \end_layout
43933
43934 \end_inset
43935
43936  MidnightBlue
43937 \end_layout
43938
43939 \end_inset
43940 </cell>
43941 </row>
43942 <row>
43943 <cell alignment="left" valignment="top" usebox="none">
43944 \begin_inset Text
43945
43946 \begin_layout Plain Layout
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952
43953 \backslash
43954 fcolorbox{black}{
43955 \end_layout
43956
43957 \end_inset
43958
43959 Mulberry
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965 }{
43966 \end_layout
43967
43968 \end_inset
43969
43970
43971 \begin_inset Phantom Phantom
43972 status open
43973
43974 \begin_layout Plain Layout
43975 W
43976 \end_layout
43977
43978 \end_inset
43979
43980
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986 }
43987 \end_layout
43988
43989 \end_inset
43990
43991  Mulberry
43992 \end_layout
43993
43994 \end_inset
43995 </cell>
43996 <cell alignment="left" valignment="top" usebox="none">
43997 \begin_inset Text
43998
43999 \begin_layout Plain Layout
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005
44006 \backslash
44007 fcolorbox{black}{
44008 \end_layout
44009
44010 \end_inset
44011
44012 NavyBlue
44013 \begin_inset ERT
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017
44018 }{
44019 \end_layout
44020
44021 \end_inset
44022
44023
44024 \begin_inset Phantom Phantom
44025 status open
44026
44027 \begin_layout Plain Layout
44028 W
44029 \end_layout
44030
44031 \end_inset
44032
44033
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039 }
44040 \end_layout
44041
44042 \end_inset
44043
44044  NavyBlue
44045 \end_layout
44046
44047 \end_inset
44048 </cell>
44049 <cell alignment="left" valignment="top" usebox="none">
44050 \begin_inset Text
44051
44052 \begin_layout Plain Layout
44053 \begin_inset ERT
44054 status collapsed
44055
44056 \begin_layout Plain Layout
44057
44058
44059 \backslash
44060 fcolorbox{black}{
44061 \end_layout
44062
44063 \end_inset
44064
44065 OliveGreen
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071 }{
44072 \end_layout
44073
44074 \end_inset
44075
44076
44077 \begin_inset Phantom Phantom
44078 status open
44079
44080 \begin_layout Plain Layout
44081 W
44082 \end_layout
44083
44084 \end_inset
44085
44086
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092 }
44093 \end_layout
44094
44095 \end_inset
44096
44097  OliveGreen
44098 \end_layout
44099
44100 \end_inset
44101 </cell>
44102 <cell alignment="left" valignment="top" usebox="none">
44103 \begin_inset Text
44104
44105 \begin_layout Plain Layout
44106 \begin_inset ERT
44107 status collapsed
44108
44109 \begin_layout Plain Layout
44110
44111
44112 \backslash
44113 fcolorbox{black}{
44114 \end_layout
44115
44116 \end_inset
44117
44118 Orange
44119 \begin_inset ERT
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123
44124 }{
44125 \end_layout
44126
44127 \end_inset
44128
44129
44130 \begin_inset Phantom Phantom
44131 status open
44132
44133 \begin_layout Plain Layout
44134 W
44135 \end_layout
44136
44137 \end_inset
44138
44139
44140 \begin_inset ERT
44141 status collapsed
44142
44143 \begin_layout Plain Layout
44144
44145 }
44146 \end_layout
44147
44148 \end_inset
44149
44150  Orange
44151 \end_layout
44152
44153 \end_inset
44154 </cell>
44155 </row>
44156 <row>
44157 <cell alignment="left" valignment="top" usebox="none">
44158 \begin_inset Text
44159
44160 \begin_layout Plain Layout
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166
44167 \backslash
44168 fcolorbox{black}{
44169 \end_layout
44170
44171 \end_inset
44172
44173 OrangeRed
44174 \begin_inset ERT
44175 status collapsed
44176
44177 \begin_layout Plain Layout
44178
44179 }{
44180 \end_layout
44181
44182 \end_inset
44183
44184
44185 \begin_inset Phantom Phantom
44186 status open
44187
44188 \begin_layout Plain Layout
44189 W
44190 \end_layout
44191
44192 \end_inset
44193
44194
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200 }
44201 \end_layout
44202
44203 \end_inset
44204
44205  OrangeRed
44206 \end_layout
44207
44208 \end_inset
44209 </cell>
44210 <cell alignment="left" valignment="top" usebox="none">
44211 \begin_inset Text
44212
44213 \begin_layout Plain Layout
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219
44220 \backslash
44221 fcolorbox{black}{
44222 \end_layout
44223
44224 \end_inset
44225
44226 Orchid
44227 \begin_inset ERT
44228 status collapsed
44229
44230 \begin_layout Plain Layout
44231
44232 }{
44233 \end_layout
44234
44235 \end_inset
44236
44237
44238 \begin_inset Phantom Phantom
44239 status open
44240
44241 \begin_layout Plain Layout
44242 W
44243 \end_layout
44244
44245 \end_inset
44246
44247
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253 }
44254 \end_layout
44255
44256 \end_inset
44257
44258  Orchid
44259 \end_layout
44260
44261 \end_inset
44262 </cell>
44263 <cell alignment="left" valignment="top" usebox="none">
44264 \begin_inset Text
44265
44266 \begin_layout Plain Layout
44267 \begin_inset ERT
44268 status collapsed
44269
44270 \begin_layout Plain Layout
44271
44272
44273 \backslash
44274 fcolorbox{black}{
44275 \end_layout
44276
44277 \end_inset
44278
44279 Peach
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285 }{
44286 \end_layout
44287
44288 \end_inset
44289
44290
44291 \begin_inset Phantom Phantom
44292 status open
44293
44294 \begin_layout Plain Layout
44295 W
44296 \end_layout
44297
44298 \end_inset
44299
44300
44301 \begin_inset ERT
44302 status collapsed
44303
44304 \begin_layout Plain Layout
44305
44306 }
44307 \end_layout
44308
44309 \end_inset
44310
44311  Peach
44312 \end_layout
44313
44314 \end_inset
44315 </cell>
44316 <cell alignment="left" valignment="top" usebox="none">
44317 \begin_inset Text
44318
44319 \begin_layout Plain Layout
44320 \begin_inset ERT
44321 status collapsed
44322
44323 \begin_layout Plain Layout
44324
44325
44326 \backslash
44327 fcolorbox{black}{
44328 \end_layout
44329
44330 \end_inset
44331
44332 Periwinkle
44333 \begin_inset ERT
44334 status collapsed
44335
44336 \begin_layout Plain Layout
44337
44338 }{
44339 \end_layout
44340
44341 \end_inset
44342
44343
44344 \begin_inset Phantom Phantom
44345 status open
44346
44347 \begin_layout Plain Layout
44348 W
44349 \end_layout
44350
44351 \end_inset
44352
44353
44354 \begin_inset ERT
44355 status collapsed
44356
44357 \begin_layout Plain Layout
44358
44359 }
44360 \end_layout
44361
44362 \end_inset
44363
44364  Periwinkle
44365 \end_layout
44366
44367 \end_inset
44368 </cell>
44369 </row>
44370 <row>
44371 <cell alignment="left" valignment="top" usebox="none">
44372 \begin_inset Text
44373
44374 \begin_layout Plain Layout
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380
44381 \backslash
44382 fcolorbox{black}{
44383 \end_layout
44384
44385 \end_inset
44386
44387 PineGreen
44388 \begin_inset ERT
44389 status collapsed
44390
44391 \begin_layout Plain Layout
44392
44393 }{
44394 \end_layout
44395
44396 \end_inset
44397
44398
44399 \begin_inset Phantom Phantom
44400 status open
44401
44402 \begin_layout Plain Layout
44403 W
44404 \end_layout
44405
44406 \end_inset
44407
44408
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414 }
44415 \end_layout
44416
44417 \end_inset
44418
44419  PineGreen
44420 \end_layout
44421
44422 \end_inset
44423 </cell>
44424 <cell alignment="left" valignment="top" usebox="none">
44425 \begin_inset Text
44426
44427 \begin_layout Plain Layout
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433
44434 \backslash
44435 fcolorbox{black}{
44436 \end_layout
44437
44438 \end_inset
44439
44440 Plum
44441 \begin_inset ERT
44442 status collapsed
44443
44444 \begin_layout Plain Layout
44445
44446 }{
44447 \end_layout
44448
44449 \end_inset
44450
44451
44452 \begin_inset Phantom Phantom
44453 status open
44454
44455 \begin_layout Plain Layout
44456 W
44457 \end_layout
44458
44459 \end_inset
44460
44461
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467 }
44468 \end_layout
44469
44470 \end_inset
44471
44472  Plum
44473 \end_layout
44474
44475 \end_inset
44476 </cell>
44477 <cell alignment="left" valignment="top" usebox="none">
44478 \begin_inset Text
44479
44480 \begin_layout Plain Layout
44481 \begin_inset ERT
44482 status collapsed
44483
44484 \begin_layout Plain Layout
44485
44486
44487 \backslash
44488 fcolorbox{black}{
44489 \end_layout
44490
44491 \end_inset
44492
44493 ProcessBlue
44494 \begin_inset ERT
44495 status collapsed
44496
44497 \begin_layout Plain Layout
44498
44499 }{
44500 \end_layout
44501
44502 \end_inset
44503
44504
44505 \begin_inset Phantom Phantom
44506 status open
44507
44508 \begin_layout Plain Layout
44509 W
44510 \end_layout
44511
44512 \end_inset
44513
44514
44515 \begin_inset ERT
44516 status collapsed
44517
44518 \begin_layout Plain Layout
44519
44520 }
44521 \end_layout
44522
44523 \end_inset
44524
44525  ProcessBlue
44526 \end_layout
44527
44528 \end_inset
44529 </cell>
44530 <cell alignment="left" valignment="top" usebox="none">
44531 \begin_inset Text
44532
44533 \begin_layout Plain Layout
44534 \begin_inset ERT
44535 status collapsed
44536
44537 \begin_layout Plain Layout
44538
44539
44540 \backslash
44541 fcolorbox{black}{
44542 \end_layout
44543
44544 \end_inset
44545
44546 Purple
44547 \begin_inset ERT
44548 status collapsed
44549
44550 \begin_layout Plain Layout
44551
44552 }{
44553 \end_layout
44554
44555 \end_inset
44556
44557
44558 \begin_inset Phantom Phantom
44559 status open
44560
44561 \begin_layout Plain Layout
44562 W
44563 \end_layout
44564
44565 \end_inset
44566
44567
44568 \begin_inset ERT
44569 status collapsed
44570
44571 \begin_layout Plain Layout
44572
44573 }
44574 \end_layout
44575
44576 \end_inset
44577
44578  Purple
44579 \end_layout
44580
44581 \end_inset
44582 </cell>
44583 </row>
44584 <row>
44585 <cell alignment="left" valignment="top" usebox="none">
44586 \begin_inset Text
44587
44588 \begin_layout Plain Layout
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594
44595 \backslash
44596 fcolorbox{black}{
44597 \end_layout
44598
44599 \end_inset
44600
44601 RawSienna
44602 \begin_inset ERT
44603 status collapsed
44604
44605 \begin_layout Plain Layout
44606
44607 }{
44608 \end_layout
44609
44610 \end_inset
44611
44612
44613 \begin_inset Phantom Phantom
44614 status open
44615
44616 \begin_layout Plain Layout
44617 W
44618 \end_layout
44619
44620 \end_inset
44621
44622
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628 }
44629 \end_layout
44630
44631 \end_inset
44632
44633  RawSienna
44634 \end_layout
44635
44636 \end_inset
44637 </cell>
44638 <cell alignment="left" valignment="top" usebox="none">
44639 \begin_inset Text
44640
44641 \begin_layout Plain Layout
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647
44648 \backslash
44649 fcolorbox{black}{
44650 \end_layout
44651
44652 \end_inset
44653
44654 RedOrange
44655 \begin_inset ERT
44656 status collapsed
44657
44658 \begin_layout Plain Layout
44659
44660 }{
44661 \end_layout
44662
44663 \end_inset
44664
44665
44666 \begin_inset Phantom Phantom
44667 status open
44668
44669 \begin_layout Plain Layout
44670 W
44671 \end_layout
44672
44673 \end_inset
44674
44675
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681 }
44682 \end_layout
44683
44684 \end_inset
44685
44686  RedOrange
44687 \end_layout
44688
44689 \end_inset
44690 </cell>
44691 <cell alignment="left" valignment="top" usebox="none">
44692 \begin_inset Text
44693
44694 \begin_layout Plain Layout
44695 \begin_inset ERT
44696 status collapsed
44697
44698 \begin_layout Plain Layout
44699
44700
44701 \backslash
44702 fcolorbox{black}{
44703 \end_layout
44704
44705 \end_inset
44706
44707 RedViolet
44708 \begin_inset ERT
44709 status collapsed
44710
44711 \begin_layout Plain Layout
44712
44713 }{
44714 \end_layout
44715
44716 \end_inset
44717
44718
44719 \begin_inset Phantom Phantom
44720 status open
44721
44722 \begin_layout Plain Layout
44723 W
44724 \end_layout
44725
44726 \end_inset
44727
44728
44729 \begin_inset ERT
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733
44734 }
44735 \end_layout
44736
44737 \end_inset
44738
44739  RedViolet
44740 \end_layout
44741
44742 \end_inset
44743 </cell>
44744 <cell alignment="left" valignment="top" usebox="none">
44745 \begin_inset Text
44746
44747 \begin_layout Plain Layout
44748 \begin_inset ERT
44749 status collapsed
44750
44751 \begin_layout Plain Layout
44752
44753
44754 \backslash
44755 fcolorbox{black}{
44756 \end_layout
44757
44758 \end_inset
44759
44760 Rhodamine
44761 \begin_inset ERT
44762 status collapsed
44763
44764 \begin_layout Plain Layout
44765
44766 }{
44767 \end_layout
44768
44769 \end_inset
44770
44771
44772 \begin_inset Phantom Phantom
44773 status open
44774
44775 \begin_layout Plain Layout
44776 W
44777 \end_layout
44778
44779 \end_inset
44780
44781
44782 \begin_inset ERT
44783 status collapsed
44784
44785 \begin_layout Plain Layout
44786
44787 }
44788 \end_layout
44789
44790 \end_inset
44791
44792  Rhodamine
44793 \end_layout
44794
44795 \end_inset
44796 </cell>
44797 </row>
44798 <row>
44799 <cell alignment="left" valignment="top" usebox="none">
44800 \begin_inset Text
44801
44802 \begin_layout Plain Layout
44803 \begin_inset ERT
44804 status collapsed
44805
44806 \begin_layout Plain Layout
44807
44808
44809 \backslash
44810 fcolorbox{black}{
44811 \end_layout
44812
44813 \end_inset
44814
44815 RoyalBlue
44816 \begin_inset ERT
44817 status collapsed
44818
44819 \begin_layout Plain Layout
44820
44821 }{
44822 \end_layout
44823
44824 \end_inset
44825
44826
44827 \begin_inset Phantom Phantom
44828 status open
44829
44830 \begin_layout Plain Layout
44831 W
44832 \end_layout
44833
44834 \end_inset
44835
44836
44837 \begin_inset ERT
44838 status collapsed
44839
44840 \begin_layout Plain Layout
44841
44842 }
44843 \end_layout
44844
44845 \end_inset
44846
44847  RoyalBlue
44848 \end_layout
44849
44850 \end_inset
44851 </cell>
44852 <cell alignment="left" valignment="top" usebox="none">
44853 \begin_inset Text
44854
44855 \begin_layout Plain Layout
44856 \begin_inset ERT
44857 status collapsed
44858
44859 \begin_layout Plain Layout
44860
44861
44862 \backslash
44863 fcolorbox{black}{
44864 \end_layout
44865
44866 \end_inset
44867
44868 RoyalPurple
44869 \begin_inset ERT
44870 status collapsed
44871
44872 \begin_layout Plain Layout
44873
44874 }{
44875 \end_layout
44876
44877 \end_inset
44878
44879
44880 \begin_inset Phantom Phantom
44881 status open
44882
44883 \begin_layout Plain Layout
44884 W
44885 \end_layout
44886
44887 \end_inset
44888
44889
44890 \begin_inset ERT
44891 status collapsed
44892
44893 \begin_layout Plain Layout
44894
44895 }
44896 \end_layout
44897
44898 \end_inset
44899
44900  RoyalPurple
44901 \end_layout
44902
44903 \end_inset
44904 </cell>
44905 <cell alignment="left" valignment="top" usebox="none">
44906 \begin_inset Text
44907
44908 \begin_layout Plain Layout
44909 \begin_inset ERT
44910 status collapsed
44911
44912 \begin_layout Plain Layout
44913
44914
44915 \backslash
44916 fcolorbox{black}{
44917 \end_layout
44918
44919 \end_inset
44920
44921 RubineRed
44922 \begin_inset ERT
44923 status collapsed
44924
44925 \begin_layout Plain Layout
44926
44927 }{
44928 \end_layout
44929
44930 \end_inset
44931
44932
44933 \begin_inset Phantom Phantom
44934 status open
44935
44936 \begin_layout Plain Layout
44937 W
44938 \end_layout
44939
44940 \end_inset
44941
44942
44943 \begin_inset ERT
44944 status collapsed
44945
44946 \begin_layout Plain Layout
44947
44948 }
44949 \end_layout
44950
44951 \end_inset
44952
44953  RubineRed
44954 \end_layout
44955
44956 \end_inset
44957 </cell>
44958 <cell alignment="left" valignment="top" usebox="none">
44959 \begin_inset Text
44960
44961 \begin_layout Plain Layout
44962 \begin_inset ERT
44963 status collapsed
44964
44965 \begin_layout Plain Layout
44966
44967
44968 \backslash
44969 fcolorbox{black}{
44970 \end_layout
44971
44972 \end_inset
44973
44974 Salmon
44975 \begin_inset ERT
44976 status collapsed
44977
44978 \begin_layout Plain Layout
44979
44980 }{
44981 \end_layout
44982
44983 \end_inset
44984
44985
44986 \begin_inset Phantom Phantom
44987 status open
44988
44989 \begin_layout Plain Layout
44990 W
44991 \end_layout
44992
44993 \end_inset
44994
44995
44996 \begin_inset ERT
44997 status collapsed
44998
44999 \begin_layout Plain Layout
45000
45001 }
45002 \end_layout
45003
45004 \end_inset
45005
45006  Salmon
45007 \end_layout
45008
45009 \end_inset
45010 </cell>
45011 </row>
45012 <row>
45013 <cell alignment="left" valignment="top" usebox="none">
45014 \begin_inset Text
45015
45016 \begin_layout Plain Layout
45017 \begin_inset ERT
45018 status collapsed
45019
45020 \begin_layout Plain Layout
45021
45022
45023 \backslash
45024 fcolorbox{black}{
45025 \end_layout
45026
45027 \end_inset
45028
45029 SeaGreen
45030 \begin_inset ERT
45031 status collapsed
45032
45033 \begin_layout Plain Layout
45034
45035 }{
45036 \end_layout
45037
45038 \end_inset
45039
45040
45041 \begin_inset Phantom Phantom
45042 status open
45043
45044 \begin_layout Plain Layout
45045 W
45046 \end_layout
45047
45048 \end_inset
45049
45050
45051 \begin_inset ERT
45052 status collapsed
45053
45054 \begin_layout Plain Layout
45055
45056 }
45057 \end_layout
45058
45059 \end_inset
45060
45061  SeaGreen
45062 \end_layout
45063
45064 \end_inset
45065 </cell>
45066 <cell alignment="left" valignment="top" usebox="none">
45067 \begin_inset Text
45068
45069 \begin_layout Plain Layout
45070 \begin_inset ERT
45071 status collapsed
45072
45073 \begin_layout Plain Layout
45074
45075
45076 \backslash
45077 fcolorbox{black}{
45078 \end_layout
45079
45080 \end_inset
45081
45082 Sepia
45083 \begin_inset ERT
45084 status collapsed
45085
45086 \begin_layout Plain Layout
45087
45088 }{
45089 \end_layout
45090
45091 \end_inset
45092
45093
45094 \begin_inset Phantom Phantom
45095 status open
45096
45097 \begin_layout Plain Layout
45098 W
45099 \end_layout
45100
45101 \end_inset
45102
45103
45104 \begin_inset ERT
45105 status collapsed
45106
45107 \begin_layout Plain Layout
45108
45109 }
45110 \end_layout
45111
45112 \end_inset
45113
45114  Sepia
45115 \end_layout
45116
45117 \end_inset
45118 </cell>
45119 <cell alignment="left" valignment="top" usebox="none">
45120 \begin_inset Text
45121
45122 \begin_layout Plain Layout
45123 \begin_inset ERT
45124 status collapsed
45125
45126 \begin_layout Plain Layout
45127
45128
45129 \backslash
45130 fcolorbox{black}{
45131 \end_layout
45132
45133 \end_inset
45134
45135 SkyBlue
45136 \begin_inset ERT
45137 status collapsed
45138
45139 \begin_layout Plain Layout
45140
45141 }{
45142 \end_layout
45143
45144 \end_inset
45145
45146
45147 \begin_inset Phantom Phantom
45148 status open
45149
45150 \begin_layout Plain Layout
45151 W
45152 \end_layout
45153
45154 \end_inset
45155
45156
45157 \begin_inset ERT
45158 status collapsed
45159
45160 \begin_layout Plain Layout
45161
45162 }
45163 \end_layout
45164
45165 \end_inset
45166
45167  SkyBlue
45168 \end_layout
45169
45170 \end_inset
45171 </cell>
45172 <cell alignment="left" valignment="top" usebox="none">
45173 \begin_inset Text
45174
45175 \begin_layout Plain Layout
45176 \begin_inset ERT
45177 status collapsed
45178
45179 \begin_layout Plain Layout
45180
45181
45182 \backslash
45183 fcolorbox{black}{
45184 \end_layout
45185
45186 \end_inset
45187
45188 SpringGreen
45189 \begin_inset ERT
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193
45194 }{
45195 \end_layout
45196
45197 \end_inset
45198
45199
45200 \begin_inset Phantom Phantom
45201 status open
45202
45203 \begin_layout Plain Layout
45204 W
45205 \end_layout
45206
45207 \end_inset
45208
45209
45210 \begin_inset ERT
45211 status collapsed
45212
45213 \begin_layout Plain Layout
45214
45215 }
45216 \end_layout
45217
45218 \end_inset
45219
45220  SpringGreen
45221 \end_layout
45222
45223 \end_inset
45224 </cell>
45225 </row>
45226 <row>
45227 <cell alignment="left" valignment="top" usebox="none">
45228 \begin_inset Text
45229
45230 \begin_layout Plain Layout
45231 \begin_inset ERT
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235
45236
45237 \backslash
45238 fcolorbox{black}{
45239 \end_layout
45240
45241 \end_inset
45242
45243 Tan
45244 \begin_inset ERT
45245 status collapsed
45246
45247 \begin_layout Plain Layout
45248
45249 }{
45250 \end_layout
45251
45252 \end_inset
45253
45254
45255 \begin_inset Phantom Phantom
45256 status open
45257
45258 \begin_layout Plain Layout
45259 W
45260 \end_layout
45261
45262 \end_inset
45263
45264
45265 \begin_inset ERT
45266 status collapsed
45267
45268 \begin_layout Plain Layout
45269
45270 }
45271 \end_layout
45272
45273 \end_inset
45274
45275  Tan
45276 \end_layout
45277
45278 \end_inset
45279 </cell>
45280 <cell alignment="left" valignment="top" usebox="none">
45281 \begin_inset Text
45282
45283 \begin_layout Plain Layout
45284 \begin_inset ERT
45285 status collapsed
45286
45287 \begin_layout Plain Layout
45288
45289
45290 \backslash
45291 fcolorbox{black}{
45292 \end_layout
45293
45294 \end_inset
45295
45296 TealBlue
45297 \begin_inset ERT
45298 status collapsed
45299
45300 \begin_layout Plain Layout
45301
45302 }{
45303 \end_layout
45304
45305 \end_inset
45306
45307
45308 \begin_inset Phantom Phantom
45309 status open
45310
45311 \begin_layout Plain Layout
45312 W
45313 \end_layout
45314
45315 \end_inset
45316
45317
45318 \begin_inset ERT
45319 status collapsed
45320
45321 \begin_layout Plain Layout
45322
45323 }
45324 \end_layout
45325
45326 \end_inset
45327
45328  TealBlue
45329 \end_layout
45330
45331 \end_inset
45332 </cell>
45333 <cell alignment="left" valignment="top" usebox="none">
45334 \begin_inset Text
45335
45336 \begin_layout Plain Layout
45337 \begin_inset ERT
45338 status collapsed
45339
45340 \begin_layout Plain Layout
45341
45342
45343 \backslash
45344 fcolorbox{black}{
45345 \end_layout
45346
45347 \end_inset
45348
45349 Thistle
45350 \begin_inset ERT
45351 status collapsed
45352
45353 \begin_layout Plain Layout
45354
45355 }{
45356 \end_layout
45357
45358 \end_inset
45359
45360
45361 \begin_inset Phantom Phantom
45362 status open
45363
45364 \begin_layout Plain Layout
45365 W
45366 \end_layout
45367
45368 \end_inset
45369
45370
45371 \begin_inset ERT
45372 status collapsed
45373
45374 \begin_layout Plain Layout
45375
45376 }
45377 \end_layout
45378
45379 \end_inset
45380
45381  Thistle
45382 \end_layout
45383
45384 \end_inset
45385 </cell>
45386 <cell alignment="left" valignment="top" usebox="none">
45387 \begin_inset Text
45388
45389 \begin_layout Plain Layout
45390 \begin_inset ERT
45391 status collapsed
45392
45393 \begin_layout Plain Layout
45394
45395
45396 \backslash
45397 fcolorbox{black}{
45398 \end_layout
45399
45400 \end_inset
45401
45402 Turquoise
45403 \begin_inset ERT
45404 status collapsed
45405
45406 \begin_layout Plain Layout
45407
45408 }{
45409 \end_layout
45410
45411 \end_inset
45412
45413
45414 \begin_inset Phantom Phantom
45415 status open
45416
45417 \begin_layout Plain Layout
45418 W
45419 \end_layout
45420
45421 \end_inset
45422
45423
45424 \begin_inset ERT
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428
45429 }
45430 \end_layout
45431
45432 \end_inset
45433
45434  Turquoise
45435 \end_layout
45436
45437 \end_inset
45438 </cell>
45439 </row>
45440 <row>
45441 <cell alignment="left" valignment="top" usebox="none">
45442 \begin_inset Text
45443
45444 \begin_layout Plain Layout
45445 \begin_inset ERT
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449
45450
45451 \backslash
45452 fcolorbox{black}{
45453 \end_layout
45454
45455 \end_inset
45456
45457 Violet
45458 \begin_inset ERT
45459 status collapsed
45460
45461 \begin_layout Plain Layout
45462
45463 }{
45464 \end_layout
45465
45466 \end_inset
45467
45468
45469 \begin_inset Phantom Phantom
45470 status open
45471
45472 \begin_layout Plain Layout
45473 W
45474 \end_layout
45475
45476 \end_inset
45477
45478
45479 \begin_inset ERT
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483
45484 }
45485 \end_layout
45486
45487 \end_inset
45488
45489  Violet
45490 \end_layout
45491
45492 \end_inset
45493 </cell>
45494 <cell alignment="left" valignment="top" usebox="none">
45495 \begin_inset Text
45496
45497 \begin_layout Plain Layout
45498 \begin_inset ERT
45499 status collapsed
45500
45501 \begin_layout Plain Layout
45502
45503
45504 \backslash
45505 fcolorbox{black}{
45506 \end_layout
45507
45508 \end_inset
45509
45510 VioletRed
45511 \begin_inset ERT
45512 status collapsed
45513
45514 \begin_layout Plain Layout
45515
45516 }{
45517 \end_layout
45518
45519 \end_inset
45520
45521
45522 \begin_inset Phantom Phantom
45523 status open
45524
45525 \begin_layout Plain Layout
45526 W
45527 \end_layout
45528
45529 \end_inset
45530
45531
45532 \begin_inset ERT
45533 status collapsed
45534
45535 \begin_layout Plain Layout
45536
45537 }
45538 \end_layout
45539
45540 \end_inset
45541
45542  VioletRed
45543 \end_layout
45544
45545 \end_inset
45546 </cell>
45547 <cell alignment="left" valignment="top" usebox="none">
45548 \begin_inset Text
45549
45550 \begin_layout Plain Layout
45551 \begin_inset ERT
45552 status collapsed
45553
45554 \begin_layout Plain Layout
45555
45556
45557 \backslash
45558 fcolorbox{black}{
45559 \end_layout
45560
45561 \end_inset
45562
45563 WildStrawberry
45564 \begin_inset ERT
45565 status collapsed
45566
45567 \begin_layout Plain Layout
45568
45569 }{
45570 \end_layout
45571
45572 \end_inset
45573
45574
45575 \begin_inset Phantom Phantom
45576 status open
45577
45578 \begin_layout Plain Layout
45579 W
45580 \end_layout
45581
45582 \end_inset
45583
45584
45585 \begin_inset ERT
45586 status collapsed
45587
45588 \begin_layout Plain Layout
45589
45590 }
45591 \end_layout
45592
45593 \end_inset
45594
45595  WildStrawberry
45596 \end_layout
45597
45598 \end_inset
45599 </cell>
45600 <cell alignment="left" valignment="top" usebox="none">
45601 \begin_inset Text
45602
45603 \begin_layout Plain Layout
45604 \begin_inset ERT
45605 status collapsed
45606
45607 \begin_layout Plain Layout
45608
45609
45610 \backslash
45611 fcolorbox{black}{
45612 \end_layout
45613
45614 \end_inset
45615
45616 YellowGreen
45617 \begin_inset ERT
45618 status collapsed
45619
45620 \begin_layout Plain Layout
45621
45622 }{
45623 \end_layout
45624
45625 \end_inset
45626
45627
45628 \begin_inset Phantom Phantom
45629 status open
45630
45631 \begin_layout Plain Layout
45632 W
45633 \end_layout
45634
45635 \end_inset
45636
45637
45638 \begin_inset ERT
45639 status collapsed
45640
45641 \begin_layout Plain Layout
45642
45643 }
45644 \end_layout
45645
45646 \end_inset
45647
45648  YellowGreen
45649 \end_layout
45650
45651 \end_inset
45652 </cell>
45653 </row>
45654 <row>
45655 <cell alignment="left" valignment="top" usebox="none">
45656 \begin_inset Text
45657
45658 \begin_layout Plain Layout
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664
45665 \backslash
45666 fcolorbox{black}{
45667 \end_layout
45668
45669 \end_inset
45670
45671 YellowOrange
45672 \begin_inset ERT
45673 status collapsed
45674
45675 \begin_layout Plain Layout
45676
45677 }{
45678 \end_layout
45679
45680 \end_inset
45681
45682
45683 \begin_inset Phantom Phantom
45684 status open
45685
45686 \begin_layout Plain Layout
45687 W
45688 \end_layout
45689
45690 \end_inset
45691
45692
45693 \begin_inset ERT
45694 status collapsed
45695
45696 \begin_layout Plain Layout
45697
45698 }
45699 \end_layout
45700
45701 \end_inset
45702
45703  YellowOrange
45704 \end_layout
45705
45706 \end_inset
45707 </cell>
45708 <cell alignment="left" valignment="top" usebox="none">
45709 \begin_inset Text
45710
45711 \begin_layout Plain Layout
45712
45713 \end_layout
45714
45715 \end_inset
45716 </cell>
45717 <cell alignment="left" valignment="top" usebox="none">
45718 \begin_inset Text
45719
45720 \begin_layout Plain Layout
45721
45722 \end_layout
45723
45724 \end_inset
45725 </cell>
45726 <cell alignment="left" valignment="top" usebox="none">
45727 \begin_inset Text
45728
45729 \begin_layout Plain Layout
45730
45731 \end_layout
45732
45733 \end_inset
45734 </cell>
45735 </row>
45736 </lyxtabular>
45737
45738 \end_inset
45739
45740
45741 \end_layout
45742
45743 \begin_layout Chapter
45744 Explicación de la ecuación
45745 \begin_inset space ~
45746 \end_inset
45747
45748 (
45749 \begin_inset CommandInset ref
45750 LatexCommand ref
45751 reference "eq:Wgn"
45752
45753 \end_inset
45754
45755 )
45756 \begin_inset CommandInset label
45757 LatexCommand label
45758 name "cap:Explicación-de-la-Ecuación"
45759
45760 \end_inset
45761
45762
45763 \end_layout
45764
45765 \begin_layout Standard
45766 La anchura total de 
45767 \emph on
45768 n
45769 \emph default
45770  celdas de un cuadro 
45771 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45772 \end_inset
45773
45774  puede calcularse con
45775 \begin_inset Formula 
45776 \begin{equation}
45777 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45778 \end{equation}
45779
45780 \end_inset
45781
45782
45783 \end_layout
45784
45785 \begin_layout Standard
45786 donde 
45787 \begin_inset Formula $W_{g\,n}$
45788 \end_inset
45789
45790  es el ancho dado de todas las celdas.
45791  
45792 \series bold
45793
45794 \backslash
45795 tabcolsep
45796 \series default
45797  es la longitud \SpecialChar LaTeX
45798  entre el texto y el borde de la celda, 6
45799 \begin_inset space \thinspace{}
45800 \end_inset
45801
45802 pt por omisión.
45803  
45804 \series bold
45805
45806 \backslash
45807 arrayrulewidth
45808 \series default
45809  es el grosor de línea del borde, 0.4
45810 \begin_inset space \thinspace{}
45811 \end_inset
45812
45813 pt por omisión.
45814 \end_layout
45815
45816 \begin_layout Standard
45817 Procediendo como en la ecuación
45818 \begin_inset space ~
45819 \end_inset
45820
45821
45822 \begin_inset CommandInset ref
45823 LatexCommand eqref
45824 reference "eq:Wtot_n"
45825
45826 \end_inset
45827
45828 , el ancho total de una multicolumna, 
45829 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45830 \end_inset
45831
45832  es
45833 \begin_inset Formula 
45834 \begin{equation}
45835 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45836 \end{equation}
45837
45838 \end_inset
45839
45840
45841 \end_layout
45842
45843 \begin_layout Standard
45844 Igualando las ecuaciones
45845 \begin_inset space ~
45846 \end_inset
45847
45848
45849 \begin_inset CommandInset ref
45850 LatexCommand eqref
45851 reference "eq:Wtot_n"
45852
45853 \end_inset
45854
45855  y 
45856 \begin_inset CommandInset ref
45857 LatexCommand eqref
45858 reference "eq:Wtot_mult"
45859
45860 \end_inset
45861
45862  podemos calcular el ancho dado necesario 
45863 \begin_inset Formula $W_{g\,n}$
45864 \end_inset
45865
45866  cuando se expanden 
45867 \emph on
45868 n
45869 \emph default
45870  columnas, de forma que cada una de ellas tiene una anchura total 
45871 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45872 \end_inset
45873
45874 :
45875 \begin_inset Formula 
45876 \begin{equation}
45877 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45878 \end{equation}
45879
45880 \end_inset
45881
45882
45883 \end_layout
45884
45885 \begin_layout Bibliography
45886 \begin_inset CommandInset bibitem
45887 LatexCommand bibitem
45888 key "latexcompanion"
45889 literal "true"
45890
45891 \end_inset
45892
45893 Frank Mittelbach and Michel Goossens: 
45894 \emph on
45895 The \SpecialChar LaTeX
45896  Companion Second Edition.
45897
45898 \emph default
45899  Addison-Wesley, 2004
45900 \end_layout
45901
45902 \begin_layout Bibliography
45903 \begin_inset CommandInset bibitem
45904 LatexCommand bibitem
45905 key "latexguide"
45906 literal "true"
45907
45908 \end_inset
45909
45910 Helmut Kopka and Patrick W.
45911  Daly: 
45912 \emph on
45913 A Guide to \SpecialChar LaTeX
45914  Fourth Edition.
45915
45916 \emph default
45917  Addison-Wesley, 2003
45918 \end_layout
45919
45920 \begin_layout Bibliography
45921 \begin_inset CommandInset bibitem
45922 LatexCommand bibitem
45923 key "latexbook"
45924 literal "true"
45925
45926 \end_inset
45927
45928 Leslie Lamport: 
45929 \emph on
45930 \SpecialChar LaTeX
45931 : A Document Preparation System.
45932
45933 \emph default
45934  Addison-Wesley, second edition, 1994
45935 \end_layout
45936
45937 \begin_layout Bibliography
45938 \begin_inset CommandInset bibitem
45939 LatexCommand bibitem
45940 key "arydshln"
45941 literal "true"
45942
45943 \end_inset
45944
45945 Documentación del paquete \SpecialChar LaTeX
45946  
45947 \series bold
45948
45949 \begin_inset CommandInset href
45950 LatexCommand href
45951 name "arydshln"
45952 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45953 literal "false"
45954
45955 \end_inset
45956
45957
45958 \series default
45959
45960 \begin_inset Index idx
45961 status collapsed
45962
45963 \begin_layout Plain Layout
45964 \SpecialChar LaTeX
45965 -paquetes ! arydshln
45966 \end_layout
45967
45968 \end_inset
45969
45970
45971 \end_layout
45972
45973 \begin_layout Bibliography
45974 \begin_inset CommandInset bibitem
45975 LatexCommand bibitem
45976 key "booktabs"
45977 literal "true"
45978
45979 \end_inset
45980
45981 Documentación del paquete \SpecialChar LaTeX
45982  
45983 \series bold
45984
45985 \begin_inset CommandInset href
45986 LatexCommand href
45987 name "booktabs"
45988 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45989 literal "false"
45990
45991 \end_inset
45992
45993
45994 \series default
45995
45996 \begin_inset Index idx
45997 status collapsed
45998
45999 \begin_layout Plain Layout
46000 \SpecialChar LaTeX
46001 -paquetes ! booktabs
46002 \end_layout
46003
46004 \end_inset
46005
46006
46007 \end_layout
46008
46009 \begin_layout Bibliography
46010 \begin_inset CommandInset bibitem
46011 LatexCommand bibitem
46012 key "caption"
46013 literal "true"
46014
46015 \end_inset
46016
46017 Documentación del paquete \SpecialChar LaTeX
46018  
46019 \series bold
46020
46021 \begin_inset CommandInset href
46022 LatexCommand href
46023 name "caption"
46024 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46025 literal "false"
46026
46027 \end_inset
46028
46029
46030 \series default
46031
46032 \begin_inset Index idx
46033 status collapsed
46034
46035 \begin_layout Plain Layout
46036 \SpecialChar LaTeX
46037 -paquetes ! caption
46038 \end_layout
46039
46040 \end_inset
46041
46042
46043 \end_layout
46044
46045 \begin_layout Bibliography
46046 \begin_inset CommandInset bibitem
46047 LatexCommand bibitem
46048 key "diagbox"
46049 literal "true"
46050
46051 \end_inset
46052
46053 Documentación del paquete \SpecialChar LaTeX
46054  
46055 \series bold
46056
46057 \begin_inset CommandInset href
46058 LatexCommand href
46059 name "diagbox"
46060 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46061 literal "false"
46062
46063 \end_inset
46064
46065
46066 \series default
46067
46068 \begin_inset Index idx
46069 status collapsed
46070
46071 \begin_layout Plain Layout
46072 \SpecialChar LaTeX
46073 -paquetes ! diagbox
46074 \end_layout
46075
46076 \end_inset
46077
46078
46079 \end_layout
46080
46081 \begin_layout Bibliography
46082 \begin_inset CommandInset bibitem
46083 LatexCommand bibitem
46084 key "endfloat"
46085 literal "true"
46086
46087 \end_inset
46088
46089 Documentación del paquete \SpecialChar LaTeX
46090  
46091 \series bold
46092
46093 \begin_inset CommandInset href
46094 LatexCommand href
46095 name "endfloat"
46096 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46097 literal "false"
46098
46099 \end_inset
46100
46101
46102 \series default
46103
46104 \begin_inset Index idx
46105 status collapsed
46106
46107 \begin_layout Plain Layout
46108 \SpecialChar LaTeX
46109 -paquetes ! endfloat
46110 \end_layout
46111
46112 \end_inset
46113
46114
46115 \end_layout
46116
46117 \begin_layout Bibliography
46118 \begin_inset CommandInset bibitem
46119 LatexCommand bibitem
46120 key "footmisc"
46121 literal "true"
46122
46123 \end_inset
46124
46125 Documentación del paquete \SpecialChar LaTeX
46126  
46127 \series bold
46128
46129 \begin_inset CommandInset href
46130 LatexCommand href
46131 name "footmisc"
46132 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46133 literal "false"
46134
46135 \end_inset
46136
46137
46138 \series default
46139
46140 \begin_inset Index idx
46141 status collapsed
46142
46143 \begin_layout Plain Layout
46144 \SpecialChar LaTeX
46145 -paquetes ! footmisc
46146 \end_layout
46147
46148 \end_inset
46149
46150
46151 \end_layout
46152
46153 \begin_layout Bibliography
46154 \begin_inset CommandInset bibitem
46155 LatexCommand bibitem
46156 key "hypcap"
46157 literal "true"
46158
46159 \end_inset
46160
46161 Documentación del paquete \SpecialChar LaTeX
46162  
46163 \series bold
46164
46165 \begin_inset CommandInset href
46166 LatexCommand href
46167 name "hypcap"
46168 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46169 literal "false"
46170
46171 \end_inset
46172
46173
46174 \series default
46175
46176 \begin_inset Index idx
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180 \SpecialChar LaTeX
46181 -paquetes ! hyperref
46182 \end_layout
46183
46184 \end_inset
46185
46186
46187 \end_layout
46188
46189 \begin_layout Bibliography
46190 \begin_inset CommandInset bibitem
46191 LatexCommand bibitem
46192 key "hyperref"
46193 literal "true"
46194
46195 \end_inset
46196
46197 Documentación del paquete \SpecialChar LaTeX
46198  
46199 \series bold
46200
46201 \begin_inset CommandInset href
46202 LatexCommand href
46203 name "hyperref"
46204 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46205 literal "false"
46206
46207 \end_inset
46208
46209
46210 \series default
46211
46212 \begin_inset Index idx
46213 status collapsed
46214
46215 \begin_layout Plain Layout
46216 \SpecialChar LaTeX
46217 -paquetes ! hyperref
46218 \end_layout
46219
46220 \end_inset
46221
46222
46223 \end_layout
46224
46225 \begin_layout Bibliography
46226 \begin_inset CommandInset bibitem
46227 LatexCommand bibitem
46228 key "KOMA-Script"
46229 literal "true"
46230
46231 \end_inset
46232
46233 Documentación del paquete \SpecialChar LaTeX
46234  
46235 \series bold
46236
46237 \begin_inset CommandInset href
46238 LatexCommand href
46239 name "KOMA-Script"
46240 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46241 literal "false"
46242
46243 \end_inset
46244
46245
46246 \series default
46247
46248 \begin_inset Index idx
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252 \SpecialChar LaTeX
46253 -paquetes ! KOMA-Script
46254 \end_layout
46255
46256 \end_inset
46257
46258
46259 \end_layout
46260
46261 \begin_layout Bibliography
46262 \begin_inset CommandInset bibitem
46263 LatexCommand bibitem
46264 key "lettrine"
46265 literal "true"
46266
46267 \end_inset
46268
46269 Documentación del paquete \SpecialChar LaTeX
46270  
46271 \series bold
46272
46273 \begin_inset CommandInset href
46274 LatexCommand href
46275 name "lettrine"
46276 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46277 literal "false"
46278
46279 \end_inset
46280
46281
46282 \series default
46283  y un 
46284 \begin_inset CommandInset href
46285 LatexCommand href
46286 name "ejemplo"
46287 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46288 literal "false"
46289
46290 \end_inset
46291
46292
46293 \begin_inset Index idx
46294 status collapsed
46295
46296 \begin_layout Plain Layout
46297 \SpecialChar LaTeX
46298 -paquetes ! lettrine
46299 \end_layout
46300
46301 \end_inset
46302
46303
46304 \end_layout
46305
46306 \begin_layout Bibliography
46307 \begin_inset CommandInset bibitem
46308 LatexCommand bibitem
46309 key "listings"
46310 literal "true"
46311
46312 \end_inset
46313
46314 Documentación del paquete \SpecialChar LaTeX
46315  
46316 \series bold
46317
46318 \begin_inset CommandInset href
46319 LatexCommand href
46320 name "listings"
46321 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46322 literal "false"
46323
46324 \end_inset
46325
46326
46327 \series default
46328
46329 \begin_inset Index idx
46330 status collapsed
46331
46332 \begin_layout Plain Layout
46333 \SpecialChar LaTeX
46334 -paquetes ! listings
46335 \end_layout
46336
46337 \end_inset
46338
46339
46340 \end_layout
46341
46342 \begin_layout Bibliography
46343 \begin_inset CommandInset bibitem
46344 LatexCommand bibitem
46345 key "marginnote"
46346 literal "true"
46347
46348 \end_inset
46349
46350 Documentación del paquete \SpecialChar LaTeX
46351  
46352 \series bold
46353
46354 \begin_inset CommandInset href
46355 LatexCommand href
46356 name "marginnote"
46357 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46358 literal "false"
46359
46360 \end_inset
46361
46362
46363 \series default
46364
46365 \begin_inset Index idx
46366 status collapsed
46367
46368 \begin_layout Plain Layout
46369 \SpecialChar LaTeX
46370 -paquetes ! marginnote
46371 \end_layout
46372
46373 \end_inset
46374
46375
46376 \end_layout
46377
46378 \begin_layout Bibliography
46379 \begin_inset CommandInset bibitem
46380 LatexCommand bibitem
46381 key "pdfpages"
46382 literal "true"
46383
46384 \end_inset
46385
46386 Documentación del paquete \SpecialChar LaTeX
46387  
46388 \series bold
46389
46390 \begin_inset CommandInset href
46391 LatexCommand href
46392 name "pdfpages"
46393 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46394 literal "false"
46395
46396 \end_inset
46397
46398
46399 \series default
46400
46401 \begin_inset Index idx
46402 status collapsed
46403
46404 \begin_layout Plain Layout
46405 \SpecialChar LaTeX
46406 -paquetes ! pdfpages
46407 \end_layout
46408
46409 \end_inset
46410
46411
46412 \end_layout
46413
46414 \begin_layout Bibliography
46415 \begin_inset CommandInset bibitem
46416 LatexCommand bibitem
46417 key "prettyref"
46418 literal "true"
46419
46420 \end_inset
46421
46422 Documentación del paquete \SpecialChar LaTeX
46423  
46424 \series bold
46425
46426 \begin_inset CommandInset href
46427 LatexCommand href
46428 name "prettyref"
46429 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46430 literal "false"
46431
46432 \end_inset
46433
46434
46435 \series default
46436
46437 \begin_inset Index idx
46438 status collapsed
46439
46440 \begin_layout Plain Layout
46441 \SpecialChar LaTeX
46442 -paquetes ! prettyref
46443 \end_layout
46444
46445 \end_inset
46446
46447
46448 \end_layout
46449
46450 \begin_layout Bibliography
46451 \begin_inset CommandInset bibitem
46452 LatexCommand bibitem
46453 key "pstricks"
46454 literal "true"
46455
46456 \end_inset
46457
46458 Página web del paquete \SpecialChar LaTeX
46459  
46460 \series bold
46461
46462 \begin_inset CommandInset href
46463 LatexCommand href
46464 name "PSTricks"
46465 target "http://tug.org/PSTricks/"
46466 literal "false"
46467
46468 \end_inset
46469
46470
46471 \series default
46472
46473 \begin_inset Index idx
46474 status collapsed
46475
46476 \begin_layout Plain Layout
46477 \SpecialChar LaTeX
46478 -paquetes ! PSTricks
46479 \end_layout
46480
46481 \end_inset
46482
46483
46484 \end_layout
46485
46486 \begin_layout Bibliography
46487 \begin_inset CommandInset bibitem
46488 LatexCommand bibitem
46489 key "refstyle"
46490 literal "true"
46491
46492 \end_inset
46493
46494 Documentación del paquete \SpecialChar LaTeX
46495  
46496 \series bold
46497
46498 \begin_inset CommandInset href
46499 LatexCommand href
46500 name "refstyle"
46501 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46502 literal "false"
46503
46504 \end_inset
46505
46506
46507 \series default
46508
46509 \begin_inset Index idx
46510 status collapsed
46511
46512 \begin_layout Plain Layout
46513 \SpecialChar LaTeX
46514 -paquetes ! refstyle
46515 \end_layout
46516
46517 \end_inset
46518
46519
46520 \end_layout
46521
46522 \begin_layout Bibliography
46523 \begin_inset CommandInset bibitem
46524 LatexCommand bibitem
46525 key "sidecap"
46526 literal "true"
46527
46528 \end_inset
46529
46530 Documentación del paquete \SpecialChar LaTeX
46531  
46532 \series bold
46533
46534 \begin_inset CommandInset href
46535 LatexCommand href
46536 name "sidecap"
46537 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46538 literal "false"
46539
46540 \end_inset
46541
46542
46543 \series default
46544
46545 \begin_inset Index idx
46546 status collapsed
46547
46548 \begin_layout Plain Layout
46549 \SpecialChar LaTeX
46550 -paquetes ! sidecap
46551 \end_layout
46552
46553 \end_inset
46554
46555
46556 \end_layout
46557
46558 \begin_layout Bibliography
46559 \begin_inset CommandInset bibitem
46560 LatexCommand bibitem
46561 key "NewInLyX20"
46562 literal "true"
46563
46564 \end_inset
46565
46566
46567 \begin_inset CommandInset href
46568 LatexCommand href
46569 name "Página wiki"
46570 target "http://wiki.lyx.org/LyX/NewInLyX20"
46571 literal "false"
46572
46573 \end_inset
46574
46575  sobre características nuevas para la versión 
46576 \family sans
46577 \SpecialChar LyX
46578
46579 \begin_inset space ~
46580 \end_inset
46581
46582 2.0
46583 \family default
46584 .
46585 \end_layout
46586
46587 \begin_layout Standard
46588 \begin_inset CommandInset index_print
46589 LatexCommand printindex
46590 type "idx"
46591 literal "false"
46592
46593 \end_inset
46594
46595
46596 \end_layout
46597
46598 \end_body
46599 \end_document