]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: new description how to change table line colors within tables
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
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 \graphics default
179 \default_output_format pdf2
180 \output_sync 0
181 \bibtex_command default
182 \index_command default
183 \paperfontsize 12
184 \spacing single
185 \use_hyperref true
186 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
187 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
188 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
189 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
190 \pdf_bookmarks true
191 \pdf_bookmarksnumbered true
192 \pdf_bookmarksopen true
193 \pdf_bookmarksopenlevel 1
194 \pdf_breaklinks false
195 \pdf_pdfborder false
196 \pdf_colorlinks true
197 \pdf_backref false
198 \pdf_pdfusetitle false
199 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
200 \papersize default
201 \use_geometry false
202 \use_package amsmath 2
203 \use_package amssymb 2
204 \use_package cancel 0
205 \use_package esint 0
206 \use_package mathdots 1
207 \use_package mathtools 0
208 \use_package mhchem 1
209 \use_package stackrel 0
210 \use_package stmaryrd 0
211 \use_package undertilde 0
212 \cite_engine basic
213 \cite_engine_type default
214 \biblio_style plain
215 \use_bibtopic false
216 \use_indices false
217 \paperorientation portrait
218 \suppress_date false
219 \justification true
220 \use_refstyle 0
221 \notefontcolor #0000ff
222 \index Índice
223 \shortcut idx
224 \color #008000
225 \end_index
226 \secnumdepth 3
227 \tocdepth 3
228 \paragraph_separation skip
229 \defskip medskip
230 \quotes_language french
231 \papercolumns 1
232 \papersides 2
233 \paperpagestyle default
234 \tracking_changes false
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \end_header
240
241 \begin_body
242
243 \begin_layout Title
244 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
245  en \SpecialChar LyX
246
247 \end_layout
248
249 \begin_layout Author
250 por el Equipo \SpecialChar LyX
251
252 \begin_inset Foot
253 status collapsed
254
255 \begin_layout Plain Layout
256 \noindent
257 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
258  de Documentación de \SpecialChar LyX
259
260 \begin_inset CommandInset href
261 LatexCommand href
262 name "lyx-docs@lists.lyx.org"
263 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
264 type "mailto:"
265
266 \end_inset
267
268
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Note Note
275 status collapsed
276
277 \begin_layout Plain Layout
278 Autor: Uwe Stöhr
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 Traducción de: Ignacio García
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \begin_inset Newline newline
299 \end_inset
300
301
302 \family sans
303 Versión 2.2.x
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset CommandInset toc
308 LatexCommand tableofcontents
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset Note Note
317 status open
318
319 \begin_layout Plain Layout
320 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
321  estar instalados los paquetes \SpecialChar LaTeX
322  
323 \series bold
324 arydshln
325 \series default
326
327 \series bold
328 colortbl
329 \series default
330
331 \series bold
332 diagbox, lettrine, marginnote, picinpar
333 \series default
334  y 
335 \series bold
336 sidecap
337 \series default
338 .
339  Si no están instalados, también podrás exportar el documento, pero las
340  secciones en que dichos paquetes son necesarios no aparecen en la salida.
341 \end_layout
342
343 \begin_layout Plain Layout
344 La última versión en PDF de este documento puede encontrarse aquí:
345 \series bold
346
347 \begin_inset Newline newline
348 \end_inset
349
350 http://wiki.lyx.org/\SpecialChar LyX
351 /Manuals#EmbeddedObjects
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Chapter
360 Figuras
361 \begin_inset Index idx
362 status collapsed
363
364 \begin_layout Plain Layout
365 Figuras
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset Index idx
372 status collapsed
373
374 \begin_layout Plain Layout
375 Gráficos|see
376 \begin_inset ERT
377 status collapsed
378
379 \begin_layout Plain Layout
380
381 {
382 \end_layout
383
384 \end_inset
385
386 Figuras
387 \begin_inset ERT
388 status collapsed
389
390 \begin_layout Plain Layout
391
392 }
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Section
406 Diálogo de gráficos
407 \begin_inset CommandInset label
408 LatexCommand label
409 name "sec:Diálogo-Gráficos"
410
411 \end_inset
412
413
414 \begin_inset Index idx
415 status collapsed
416
417 \begin_layout Plain Layout
418 Figuras ! Diálogo de gráficos
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
428  texto que desees y haz clic en el botón 
429 \begin_inset Info
430 type  "icon"
431 arg   "dialog-show-new-inset graphics"
432 \end_inset
433
434  o en el menú 
435 \family sans
436 Insertar\SpecialChar menuseparator
437 Imagen
438 \family default
439 .
440  Aparecerá un diálogo para escoger el archivo a cargar.
441  La imagen aparecerá en el archivo de salida exactamente en la misma posición
442  en la que la has colocado.
443 \end_layout
444
445 \begin_layout Standard
446 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
447  una imagen.
448  Este diálogo tiene tres pestañas:
449 \end_layout
450
451 \begin_layout Description
452 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
453  presentación en \SpecialChar LyX
454  y en la salida.
455  En el apéndice
456 \begin_inset space ~
457 \end_inset
458
459
460 \begin_inset CommandInset ref
461 LatexCommand ref
462 reference "cap:Unidades-disponibles-en"
463
464 \end_inset
465
466  se detallan las unidades disponibles para el tamaño del gráfico.
467 \begin_inset Newline newline
468 \end_inset
469
470
471 \begin_inset Index idx
472 status collapsed
473
474 \begin_layout Plain Layout
475 Figuras ! Rotar
476 \end_layout
477
478 \end_inset
479
480 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
481  un ángulo y un origen de rotación.
482  La imagen también gira en \SpecialChar LyX
483 .
484 \begin_inset Newline newline
485 \end_inset
486
487
488 \begin_inset Index idx
489 status collapsed
490
491 \begin_layout Plain Layout
492 Figuras ! Redimensionar
493 \end_layout
494
495 \end_inset
496
497 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
498 ente la altura y la anchura.
499  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
500  automáticamente.
501  Si fijas ambas dimensiones
502 \family sans
503 ,
504 \family default
505  la imagen se adaptará a ellas, posiblemente distorsionada.
506  Para evitar distorsión en la imagen marca la opción 
507 \family sans
508 Mantener
509 \begin_inset space ~
510 \end_inset
511
512 proporción
513 \family default
514 .
515  En ese caso la imagen será modificada de forma que su anchura y su altura
516  no excedan de las dimensiones especificadas.
517 \begin_inset Newline newline
518 \end_inset
519
520 Las imágenes se pueden abrir en el programa de tu elección con la entrada
521 \family sans
522  Editar
523 \begin_inset space ~
524 \end_inset
525
526  externamente
527 \family default
528  del menú contextual que aparece al hacer clic derecho sobre la imagen.
529  Los programas visor y editor para cada formato de imagen se pueden establecer
530  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
531 .
532 \end_layout
533
534 \begin_layout Description
535 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
536  coordenadas de la imagen para ajustar su altura y anchura en la salida.
537  Además, las coordenadas se pueden calcular automáticamente pinchando el
538  botón 
539 \family sans
540 Obtener
541 \begin_inset space ~
542 \end_inset
543
544 de
545 \begin_inset space ~
546 \end_inset
547
548 archivo
549 \family default
550 .
551  El botón 
552 \family sans
553 Recortar
554 \begin_inset space ~
555 \end_inset
556
557 al
558 \begin_inset space ~
559 \end_inset
560
561 cuadro
562 \begin_inset space ~
563 \end_inset
564
565 delimitador
566 \family default
567  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
568 as.
569  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
570 \end_layout
571
572 \begin_layout Description
573 Opciones
574 \begin_inset space ~
575 \end_inset
576
577 de
578 \begin_inset space ~
579 \end_inset
580
581 \SpecialChar LaTeX
582
583 \begin_inset space ~
584 \end_inset
585
586 y
587 \begin_inset space ~
588 \end_inset
589
590 \SpecialChar LyX
591  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
592  y, si eres
593  experto en \SpecialChar LaTeX
594 , especificar opciones \SpecialChar LaTeX
595  adicionales.
596 \begin_inset Newline newline
597 \end_inset
598
599 La opción 
600 \family sans
601 Modo
602 \begin_inset space ~
603 \end_inset
604
605 borrador
606 \family default
607  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
608 \begin_inset Newline newline
609 \end_inset
610
611 En la sección 
612 \family sans
613 Grupo
614 \begin_inset space ~
615 \end_inset
616
617 de
618 \begin_inset space ~
619 \end_inset
620
621 gráficos
622 \family default
623  puedes definir un conjunto de ajustes de imagen.
624 \begin_inset Index idx
625 status collapsed
626
627 \begin_layout Plain Layout
628 Figuras ! Agrupación de ajustes
629 \end_layout
630
631 \end_inset
632
633  Las imágenes incluidas en un grupo comparten sus características, de modo
634  que al modificar las de una imagen del grupo se modifican igualmente las
635  de las demás imágenes del grupo.
636  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
637  necesidad de hacerlo individualmente para cada una de ellas.
638  Además se puede integrar una imagen en un grupo existente marcando el nombre
639  del mismo en el menú contextual de la imagen.
640  
641 \end_layout
642
643 \begin_layout Standard
644 \begin_inset VSpace bigskip
645 \end_inset
646
647
648 \end_layout
649
650 \begin_layout Standard
651 Esto es un ejemplo de imagen en formato EPS
652 \begin_inset Foot
653 status collapsed
654
655 \begin_layout Plain Layout
656 Los formatos de imagen se explican en el sección
657 \begin_inset space ~
658 \end_inset
659
660
661 \begin_inset CommandInset ref
662 LatexCommand ref
663 reference "sec:Formatos-de-imagen"
664
665 \end_inset
666
667 .
668 \end_layout
669
670 \end_inset
671
672  en un párrafo separado centrado horizontalmente:
673 \end_layout
674
675 \begin_layout Standard
676 \align center
677 \begin_inset Graphics
678         filename ../clipart/mobius.eps
679         scale 70
680         clip
681         rotateOrigin center
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 Esta es la misma imagen pero en modo borrador:
690 \end_layout
691
692 \begin_layout Standard
693 \align center
694 \begin_inset Graphics
695         filename ../clipart/mobius.eps
696         scale 70
697         draft
698         rotateOrigin center
699
700 \end_inset
701
702
703 \begin_inset Newpage newpage
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Section
710 Figuras flotantes
711 \begin_inset CommandInset label
712 LatexCommand label
713 name "sec:Figuras-Flotantes"
714
715 \end_inset
716
717
718 \begin_inset Index idx
719 status collapsed
720
721 \begin_layout Plain Layout
722 Flotantes ! Figuras
723 \end_layout
724
725 \end_inset
726
727
728 \begin_inset Index idx
729 status collapsed
730
731 \begin_layout Plain Layout
732 Figuras ! Flotantes
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 Para información general sobre flotantes, echa una ojeada a la sección
742 \begin_inset space ~
743 \end_inset
744
745
746 \begin_inset CommandInset ref
747 LatexCommand ref
748 reference "sec:Introducción-Flotantes"
749
750 \end_inset
751
752 .
753 \end_layout
754
755 \begin_layout Standard
756 El botón 
757 \begin_inset Info
758 type  "icon"
759 arg   "float-insert figure"
760 \end_inset
761
762  y el menú 
763 \family sans
764 Insertar\SpecialChar menuseparator
765 Flotante\SpecialChar menuseparator
766 Figura
767 \family default
768  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
769  La imagen se puede insertar sobre la leyenda, como en la figura
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "fig:kill-plat"
777
778 \end_inset
779
780 , o bajo ella, como en la figura
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:escher"
788
789 \end_inset
790
791 .
792  Más información sobre ubicación de leyendas en la sección
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Colocación-de-leyendas"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Plain Layout
813 \align center
814 \begin_inset Graphics
815         filename ../clipart/platypus.eps
816         width 50col%
817         rotateOrigin center
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Plain Layout
825 \begin_inset Caption Standard
826
827 \begin_layout Plain Layout
828 \begin_inset CommandInset label
829 LatexCommand label
830 name "fig:kill-plat"
831
832 \end_inset
833
834 Un ornitorrinco muy distorsionado en un flotante.
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Standard
848 \begin_inset Float figure
849 wide false
850 sideways false
851 status open
852
853 \begin_layout Plain Layout
854 \begin_inset Caption Standard
855
856 \begin_layout Plain Layout
857 \begin_inset CommandInset label
858 LatexCommand label
859 name "fig:escher"
860
861 \end_inset
862
863 M.C.
864  Escher en ácido.
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Plain Layout
873 \align center
874 \begin_inset Graphics
875         filename ../clipart/escher-lsd.eps
876         scale 80
877         rotateOrigin center
878
879 \end_inset
880
881
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Standard
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 Referencias ! a figuras
895 \end_layout
896
897 \end_inset
898
899 Las figuras
900 \begin_inset space ~
901 \end_inset
902
903
904 \begin_inset CommandInset ref
905 LatexCommand ref
906 reference "fig:kill-plat"
907
908 \end_inset
909
910  y 
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:escher"
914
915 \end_inset
916
917  son ejemplos de figuras con referencias cruzadas.
918  Las figuras pueden tener referencias cruzadas en el documento mediante
919  referencia a su etiqueta.
920  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
921 \family sans
922 Insertar\SpecialChar menuseparator
923 Etiqueta
924 \family default
925  o el botón 
926 \begin_inset Info
927 type  "icon"
928 arg   "label-insert"
929 \end_inset
930
931 .
932  Ahora puedes referirte a la etiqueta usando el menú 
933 \family sans
934 Insertar\SpecialChar menuseparator
935 Referencia
936 \begin_inset space ~
937 \end_inset
938
939 cruzada
940 \family default
941  o el botón 
942 \begin_inset Info
943 type  "icon"
944 arg   "dialog-show-new-inset ref"
945 \end_inset
946
947 .
948  Es importante emplear referencias a flotantes, mejor que alusiones vagas
949  como «la figura de arriba», porque como \SpecialChar LaTeX
950  recolocará los flotantes en el
951  documento final, podría no quedar «arriba» precisamente.
952 \begin_inset Newline newline
953 \end_inset
954
955 Las referencias se explican con detalle en la sección
956 \begin_inset space ~
957 \end_inset
958
959
960 \begin_inset CommandInset ref
961 LatexCommand ref
962 reference "sec:Referencias-a-Flotantes"
963
964 \end_inset
965
966 .
967 \end_layout
968
969 \begin_layout Standard
970 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
971  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
972  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
973  existente.
974  La figura
975 \begin_inset space ~
976 \end_inset
977
978
979 \begin_inset CommandInset ref
980 LatexCommand ref
981 reference "fig:Dos-imágenes-distorsionadas"
982
983 \end_inset
984
985  es un ejemplo de figura flotante con dos imágenes adosadas.
986  También se pueden poner una sobre otra.
987  Las subfiguras son
988 \begin_inset space ~
989 \end_inset
990
991
992 \begin_inset CommandInset ref
993 LatexCommand ref
994 reference "fig:Estructura-indefinible"
995
996 \end_inset
997
998  y
999 \begin_inset space ~
1000 \end_inset
1001
1002
1003 \begin_inset CommandInset ref
1004 LatexCommand ref
1005 reference "fig:Ornitorrinco"
1006
1007 \end_inset
1008
1009 .
1010 \end_layout
1011
1012 \begin_layout Standard
1013 \begin_inset Float figure
1014 wide false
1015 sideways false
1016 status open
1017
1018 \begin_layout Plain Layout
1019 \begin_inset space \hfill{}
1020 \end_inset
1021
1022
1023 \begin_inset Float figure
1024 wide false
1025 sideways false
1026 status open
1027
1028 \begin_layout Plain Layout
1029 \begin_inset Caption Standard
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "fig:Estructura-indefinible"
1035
1036 \end_inset
1037
1038 Estructura indefinible
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Plain Layout
1047 \begin_inset Graphics
1048         filename ../clipart/escher-lsd.eps
1049         width 45col%
1050         groupId distorsionadas
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \begin_inset space \hfill{}
1061 \end_inset
1062
1063
1064 \begin_inset Float figure
1065 wide false
1066 sideways false
1067 status open
1068
1069 \begin_layout Plain Layout
1070 \begin_inset Caption Standard
1071
1072 \begin_layout Plain Layout
1073 \begin_inset CommandInset label
1074 LatexCommand label
1075 name "fig:Ornitorrinco"
1076
1077 \end_inset
1078
1079 Ornitorrinco
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \begin_layout Plain Layout
1088 \begin_inset Graphics
1089         filename ../clipart/platypus.eps
1090         width 45col%
1091         groupId distorsionadas
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \end_inset
1099
1100
1101 \begin_inset space \hfill{}
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \begin_layout Plain Layout
1108 \begin_inset Caption Standard
1109
1110 \begin_layout Plain Layout
1111 \begin_inset CommandInset label
1112 LatexCommand label
1113 name "fig:Dos-imágenes-distorsionadas"
1114
1115 \end_inset
1116
1117 Dos imágenes distorsionadas.
1118  Ambas están en el grupo llamado «distorsionadas».
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset Newpage newpage
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Section
1136 Formatos de imagen
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "sec:Formatos-de-imagen"
1140
1141 \end_inset
1142
1143
1144 \begin_inset Index idx
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148 Formatos de imagen
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \begin_inset Index idx
1155 status collapsed
1156
1157 \begin_layout Plain Layout
1158 Figuras ! Formatos de imagen
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \begin_layout Standard
1167 Puedes insertar imágenes en cualquier formato.
1168  Pero como se explica en el apéndice
1169 \begin_inset space ~
1170 \end_inset
1171
1172
1173 \begin_inset CommandInset ref
1174 LatexCommand ref
1175 reference "cap:Formatos-de-Archivos-de-Salida"
1176
1177 \end_inset
1178
1179 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1180  de archivo de imagen.
1181  Por eso \SpecialChar LyX
1182  usa el programa 
1183 \family typewriter
1184 ImageMagick
1185 \family default
1186  en segundo plano para convertir imágenes al formato adecuado.
1187  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1188  los formatos de imagen admitidos en el formato de archivo de salida.
1189  Los formatos de salida se explican en el apéndice
1190 \begin_inset space ~
1191 \end_inset
1192
1193
1194 \begin_inset CommandInset ref
1195 LatexCommand ref
1196 reference "cap:Formatos-de-Archivos-de-Salida"
1197
1198 \end_inset
1199
1200 .
1201 \end_layout
1202
1203 \begin_layout Standard
1204 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1205 \end_layout
1206
1207 \begin_layout Description
1208 Imágenes
1209 \begin_inset space ~
1210 \end_inset
1211
1212 mapa
1213 \begin_inset space ~
1214 \end_inset
1215
1216 de
1217 \begin_inset space ~
1218 \end_inset
1219
1220 bits
1221 \begin_inset space ~
1222 \end_inset
1223
1224 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1225  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1226  de zoom.
1227  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1228  Format» (GIF, extensión «
1229 \family typewriter
1230 .gif
1231 \family default
1232 »)
1233 \begin_inset Index idx
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 GIF|see
1238 \begin_inset ERT
1239 status collapsed
1240
1241 \begin_layout Plain Layout
1242
1243 {
1244 \end_layout
1245
1246 \end_inset
1247
1248 Formatos de imagen
1249 \begin_inset ERT
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253
1254 }
1255 \end_layout
1256
1257 \end_inset
1258
1259
1260 \end_layout
1261
1262 \end_inset
1263
1264 , «Portable Network Graphics» (PNG, extensión «
1265 \family typewriter
1266 .png
1267 \family default
1268 »)
1269 \begin_inset Index idx
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273 PNG|see
1274 \begin_inset ERT
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278
1279 {
1280 \end_layout
1281
1282 \end_inset
1283
1284 Formatos de imagen
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 }
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \end_layout
1297
1298 \end_inset
1299
1300 , y «Joint Photographic Experts Group» (JPG, extensión «
1301 \family typewriter
1302 .jpg
1303 \family default
1304 » o «
1305 \family typewriter
1306 .jpeg
1307 \family default
1308 »)
1309 \begin_inset Index idx
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 JPG|see
1314 \begin_inset ERT
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318
1319 {
1320 \end_layout
1321
1322 \end_inset
1323
1324 Formatos de imagen
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 }
1331 \end_layout
1332
1333 \end_inset
1334
1335
1336 \end_layout
1337
1338 \end_inset
1339
1340 .
1341 \end_layout
1342
1343 \begin_layout Description
1344 Imágenes
1345 \begin_inset space ~
1346 \end_inset
1347
1348 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1349 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1350  La posibilidad de variar la escala hace falta para crear presentaciones,
1351  porque éstas siempre son redimensionadas por el proyector.
1352  La modificación de la escala también es útil en los documentos en línea
1353  para permitir el zoom en diagramas.
1354 \begin_inset Newline newline
1355 \end_inset
1356
1357 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1358  (SVG, extensión «
1359 \family typewriter
1360 .svg
1361 \family default
1362 »)
1363 \begin_inset Index idx
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 SVG|see
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 {
1374 \end_layout
1375
1376 \end_inset
1377
1378 Formatos de imagen
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 }
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394 , «Encapsulated PostScript» (EPS, extensión «
1395 \family typewriter
1396 .eps
1397 \family default
1398 »)
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 EPS|see
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 {
1410 \end_layout
1411
1412 \end_inset
1413
1414 Formatos de imagen
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 }
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429
1430 , «Portable Document Format» (PDF, extensión «
1431 \family typewriter
1432 .pdf
1433 \family default
1434 »)
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 PDF|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Formatos de imagen
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466 , y «Windows Metafile» (WMF, extensión «
1467 \family typewriter
1468 .wmf
1469 \family default
1470 »)
1471 \begin_inset Index idx
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 WMF|see
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 {
1482 \end_layout
1483
1484 \end_inset
1485
1486 Formatos de imagen
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 }
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \end_inset
1501
1502 .
1503  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1504  a PDF o EPS y el resultado será todavía una imagen bitmap.
1505  En estos casos sólo se añade a la imagen original una cabecera con las
1506  propiedades de la imagen.
1507 \begin_inset Foot
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511 En el caso de PDF, además se comprime la imagen original.
1512 \end_layout
1513
1514 \end_inset
1515
1516  Por ejemplo, los archivos PDF generados por 
1517 \family typewriter
1518 Adobe Photoshop
1519 \family default
1520  son imágenes bitmap.
1521 \end_layout
1522
1523 \begin_layout Standard
1524 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1525  escala pero sí al contrario.
1526  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1527  archivos de salida PDF y PostScript, respectivamente.
1528  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1529  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1530 \begin_inset Formula $\to$
1531 \end_inset
1532
1533  PDF/EPS.
1534 \end_layout
1535
1536 \begin_layout Chapter
1537 Cuadros y tablas
1538 \begin_inset Index idx
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542 Cuadros
1543 \end_layout
1544
1545 \end_inset
1546
1547
1548 \begin_inset Index idx
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 Tablas|see 
1553 \begin_inset ERT
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557
1558 {
1559 \end_layout
1560
1561 \end_inset
1562
1563 Cuadros
1564 \begin_inset ERT
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568
1569 }
1570 \end_layout
1571
1572 \end_inset
1573
1574
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \begin_layout Section
1583 Introducción
1584 \begin_inset Index idx
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 Cuadros ! Introducción
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \begin_layout Standard
1597 Puede insertarse un cuadro mediante el botón 
1598 \begin_inset Info
1599 type  "icon"
1600 arg   "tabular-insert"
1601 \end_inset
1602
1603  o el menú 
1604 \family sans
1605 Insertar\SpecialChar menuseparator
1606 Cuadro/Tabla
1607 \family default
1608 .
1609  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1610  el número de filas y de columnas del cuadro.
1611  Si usas el menú aparece un diálogo en el que se pide el número de filas
1612  y columnas.
1613  
1614 \begin_inset Newline newline
1615 \end_inset
1616
1617 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1618  fila aparece separada por una línea doble: el borde inferior de la primera
1619  fila y el borde superior de la segunda fila.
1620  Ejemplo de cuadro:
1621 \end_layout
1622
1623 \begin_layout Standard
1624 \align center
1625 \begin_inset Tabular
1626 <lyxtabular version="3" rows="4" columns="4">
1627 <features tabularvalignment="middle">
1628 <column alignment="center" valignment="top">
1629 <column alignment="center" valignment="top" width="0pt">
1630 <column alignment="center" valignment="top" width="0in">
1631 <column alignment="center" valignment="top" width="0pt">
1632 <row>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646
1647 \family roman
1648 \series medium
1649 \shape up
1650 \size normal
1651 \emph off
1652 \bar no
1653 \noun off
1654 \color none
1655 1
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 2
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Plain Layout
1673 3
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 </row>
1679 <row>
1680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684
1685 \family roman
1686 \series medium
1687 \shape up
1688 \size normal
1689 \emph off
1690 \bar no
1691 \noun off
1692 \color none
1693 A
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 </row>
1726 <row>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \family roman
1733 \series medium
1734 \shape up
1735 \size normal
1736 \emph off
1737 \bar no
1738 \noun off
1739 \color none
1740 B
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \size normal
1760 \noun off
1761 \color none
1762  
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 </row>
1777 <row>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \family roman
1784 \series medium
1785 \shape up
1786 \size normal
1787 \emph off
1788 \bar no
1789 \noun off
1790 \color none
1791 C
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 </row>
1824 </lyxtabular>
1825
1826 \end_inset
1827
1828
1829 \end_layout
1830
1831 \begin_layout Section
1832 Diálogo de cuadros
1833 \begin_inset Index idx
1834 status collapsed
1835
1836 \begin_layout Plain Layout
1837 Cuadros ! Configuración
1838 \end_layout
1839
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \begin_layout Standard
1846 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1847  un clic del botón derecho del ratón.
1848  En la opción 
1849 \family sans
1850 Más...
1851
1852 \family default
1853  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1854  encuentra el cursor.
1855  La entrada del menú contextual 
1856 \family sans
1857 Más...\SpecialChar menuseparator
1858 Configuración...
1859
1860 \family default
1861  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1862  cuadro.
1863  La mayoría de opciones también trabajan sobre una selección de celdas,
1864  de filas o de columnas.
1865  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1866  su 
1867 \emph on
1868 contenido
1869 \emph default
1870 .
1871 \begin_inset Newline newline
1872 \end_inset
1873
1874 Con la opción del diálogo 
1875 \family sans
1876 Aplicar inmediatamente
1877 \family default
1878  cada cambio que hagas se aplica directamente.
1879  Si mueves el cursor a otra celda el diálogo también se actualizará con
1880  los parámetros de la nueva celda.
1881  Si cambias valores de longitud debes pulsar la tecla 
1882 \family sans
1883 Entrar
1884 \family default
1885  para aplicar los cambios.
1886 \begin_inset Newline newline
1887 \end_inset
1888
1889 En el cuadro de diálogo aparecen las siguientes solapas:
1890 \end_layout
1891
1892 \begin_layout Description
1893 Configuración
1894 \begin_inset space ~
1895 \end_inset
1896
1897 del
1898 \begin_inset space ~
1899 \end_inset
1900
1901 cuadro Aquí puedes establecer la alineación horizontal y la anchura de la
1902  columna actual o del cuadro completo.
1903 \begin_inset Index idx
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907 Cuadros ! Anchura
1908 \end_layout
1909
1910 \end_inset
1911
1912  La alineación 
1913 \family sans
1914 Al separador decimal
1915 \family default
1916  se describe en la sección
1917 \begin_inset space ~
1918 \end_inset
1919
1920
1921 \begin_inset CommandInset ref
1922 LatexCommand ref
1923 reference "subsec:Alineación-especial-de"
1924
1925 \end_inset
1926
1927 .
1928  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1929  Una anchura determinada permite tener saltos de línea y distintos párrafos
1930  de texto, véase sección
1931 \begin_inset space ~
1932 \end_inset
1933
1934
1935 \begin_inset CommandInset ref
1936 LatexCommand ref
1937 reference "subsec:Líneas-Múltiples-en"
1938
1939 \end_inset
1940
1941 .
1942  Si no estableces anchura, la columna será tan ancha como el contenido de
1943  la celda más ancha.
1944 \begin_inset Newline newline
1945 \end_inset
1946
1947 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1948  véase sección
1949 \begin_inset space ~
1950 \end_inset
1951
1952
1953 \begin_inset CommandInset ref
1954 LatexCommand ref
1955 reference "subsec:Multicolumnas"
1956
1957 \end_inset
1958
1959 , o las celdas de una columna como celda multifila, véase sección
1960 \begin_inset space ~
1961 \end_inset
1962
1963
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "subsec:Multifilas"
1967
1968 \end_inset
1969
1970 .
1971 \begin_inset Newline newline
1972 \end_inset
1973
1974 Las casillas de giro rotan la celda actual, una selección o todo el cuadro
1975  90º en sentido antihorario.
1976  La rotación no se ve en \SpecialChar LyX
1977 , sí en la salida.
1978  Para más información véase sección
1979 \begin_inset space ~
1980 \end_inset
1981
1982
1983 \begin_inset CommandInset ref
1984 LatexCommand ref
1985 reference "sec:Celdas de cuadro giradas"
1986
1987 \end_inset
1988
1989 .
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993
1994 \begin_inset Note Greyedout
1995 status open
1996
1997 \begin_layout Plain Layout
1998
1999 \series bold
2000 Nota:
2001 \series default
2002  no todos los visores DVI pueden mostrar rotaciones.
2003 \end_layout
2004
2005 \end_inset
2006
2007
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011 La alineación vertical del cuadro completo se usa para cuadros en líneas
2012  de texto:
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 Línea con cuadros con diferentes alineaciones: 
2017 \begin_inset Tabular
2018 <lyxtabular version="3" rows="2" columns="2">
2019 <features tabularvalignment="top">
2020 <column alignment="center" valignment="top" width="0pt">
2021 <column alignment="center" valignment="top">
2022 <row>
2023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2024 \begin_inset Text
2025
2026 \begin_layout Plain Layout
2027
2028 \end_layout
2029
2030 \end_inset
2031 </cell>
2032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2033 \begin_inset Text
2034
2035 \begin_layout Plain Layout
2036 1
2037 \end_layout
2038
2039 \end_inset
2040 </cell>
2041 </row>
2042 <row>
2043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2044 \begin_inset Text
2045
2046 \begin_layout Plain Layout
2047 A
2048 \end_layout
2049
2050 \end_inset
2051 </cell>
2052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2053 \begin_inset Text
2054
2055 \begin_layout Plain Layout
2056
2057 \end_layout
2058
2059 \end_inset
2060 </cell>
2061 </row>
2062 </lyxtabular>
2063
2064 \end_inset
2065
2066  
2067 \begin_inset Tabular
2068 <lyxtabular version="3" rows="2" columns="2">
2069 <features tabularvalignment="middle">
2070 <column alignment="center" valignment="top">
2071 <column alignment="center" valignment="top">
2072 <row>
2073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2083 \begin_inset Text
2084
2085 \begin_layout Plain Layout
2086 1
2087 \end_layout
2088
2089 \end_inset
2090 </cell>
2091 </row>
2092 <row>
2093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097 A
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2103 \begin_inset Text
2104
2105 \begin_layout Plain Layout
2106
2107 \end_layout
2108
2109 \end_inset
2110 </cell>
2111 </row>
2112 </lyxtabular>
2113
2114 \end_inset
2115
2116  
2117 \begin_inset Tabular
2118 <lyxtabular version="3" rows="2" columns="2">
2119 <features tabularvalignment="bottom">
2120 <column alignment="center" valignment="top" width="0pt">
2121 <column alignment="center" valignment="top">
2122 <row>
2123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136 1
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 </row>
2142 <row>
2143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147 A
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2153 \begin_inset Text
2154
2155 \begin_layout Plain Layout
2156
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 </row>
2162 </lyxtabular>
2163
2164 \end_inset
2165
2166
2167 \begin_inset Newline newline
2168 \end_inset
2169
2170 También es posible introducir argumentos \SpecialChar LaTeX
2171  necesarios para formatos especiales,
2172  véanse las secciones
2173 \begin_inset space ~
2174 \end_inset
2175
2176
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "subsec:Cálculos-en-Multicolumnas"
2180
2181 \end_inset
2182
2183  y
2184 \begin_inset space ~
2185 \end_inset
2186
2187
2188 \begin_inset CommandInset ref
2189 LatexCommand ref
2190 reference "sec:Cuadros-Coloreados"
2191
2192 \end_inset
2193
2194 .
2195 \end_layout
2196
2197 \begin_layout Description
2198 Bordes En esta solapa puedes añadir y quitar bordes para la fila/columna
2199  actual.
2200  Puedes elegir para el cuadro un estilo 
2201 \family sans
2202 Formal
2203 \family default
2204 , como se describe en la sección
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "sec:Cuadros-Formales"
2212
2213 \end_inset
2214
2215 .
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2220  se describe en la sección
2221 \begin_inset space ~
2222 \end_inset
2223
2224
2225 \begin_inset CommandInset ref
2226 LatexCommand ref
2227 reference "subsec:Espacio-adicional"
2228
2229 \end_inset
2230
2231
2232 \end_layout
2233
2234 \begin_layout Description
2235 Cuadro
2236 \begin_inset space ~
2237 \end_inset
2238
2239 multipágina Para hacer 
2240 \emph on
2241 cuadros multipágina
2242 \emph default
2243  que pueden extenderse por varias páginas.
2244  Las secciones
2245 \begin_inset space ~
2246 \end_inset
2247
2248
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "sec:Cuadros-multipágina"
2252
2253 \end_inset
2254
2255  y 
2256 \begin_inset CommandInset ref
2257 LatexCommand ref
2258 reference "sec:Particularidades-cuadros-multipágina"
2259
2260 \end_inset
2261
2262  describen sus características en detalle.
2263 \end_layout
2264
2265 \begin_layout Section
2266 Barra de herramientas de cuadros
2267 \begin_inset Index idx
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 Cuadros ! Barra de herramientas
2272 \end_layout
2273
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2281  para cambiar los cuadros de manera más rápida.
2282  Normalmente debería aparecer en la parte inferior de la ventana principal
2283  de \SpecialChar LyX
2284  cuando el cursor está dentro de un cuadro.
2285  En cualquier momento se puede presentar esta barra pulsando con el botón
2286  derecho del ratón en cualquier punto de la barra principal de menú.
2287 \end_layout
2288
2289 \begin_layout Standard
2290 La barra de herramientas tiene los siguientes iconos:
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Info
2296 type  "icon"
2297 arg   "tabular-feature append-row"
2298 \end_inset
2299
2300  añade una fila bajo la celda actual o selección
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "tabular-feature append-column"
2308 \end_inset
2309
2310  añade una columna a la derecha de la celda actual o selección
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315 \begin_inset Info
2316 type  "icon"
2317 arg   "tabular-feature delete-row"
2318 \end_inset
2319
2320  borra la fila actual o selección
2321 \end_layout
2322
2323 \begin_layout Labeling
2324 \labelwidthstring 00.00.0000
2325 \begin_inset Info
2326 type  "icon"
2327 arg   "tabular-feature delete-column"
2328 \end_inset
2329
2330  borra la columna actual o selección
2331 \end_layout
2332
2333 \begin_layout Labeling
2334 \labelwidthstring 00.00.0000
2335 \begin_inset Info
2336 type  "icon"
2337 arg   "tabular-feature move-row-up"
2338 \end_inset
2339
2340  desplaza la fila arriba
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Info
2346 type  "icon"
2347 arg   "tabular-feature move-column-left"
2348 \end_inset
2349
2350  desplaza la columna a la izquierda
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Info
2356 type  "icon"
2357 arg   "tabular-feature move-row-down"
2358 \end_inset
2359
2360  desplaza la fila abajo
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365 \begin_inset Info
2366 type  "icon"
2367 arg   "tabular-feature move-column-right"
2368 \end_inset
2369
2370  desplaza la columna a la derecha
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375 \begin_inset Info
2376 type  "icon"
2377 arg   "tabular-feature toggle-line-top"
2378 \end_inset
2379
2380  añade un borde superior en la celda/fila actual o la selección
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Info
2386 type  "icon"
2387 arg   "tabular-feature toggle-line-bottom"
2388 \end_inset
2389
2390  añade un borde inferior en la celda/fila actual o la selección
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395 \begin_inset Info
2396 type  "icon"
2397 arg   "tabular-feature toggle-line-left"
2398 \end_inset
2399
2400  añade un borde a la izquierda en la celda/fila actual o la selección
2401 \end_layout
2402
2403 \begin_layout Labeling
2404 \labelwidthstring 00.00.0000
2405 \begin_inset Info
2406 type  "icon"
2407 arg   "tabular-feature toggle-line-right"
2408 \end_inset
2409
2410  añade un borde a la derecha en la celda/fila actual o la selección
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Info
2416 type  "icon"
2417 arg   "tabular-feature set-all-lines"
2418 \end_inset
2419
2420  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2421  no es multicolumna esto afecta también a la fila y a la columna)
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Info
2427 type  "icon"
2428 arg   "tabular-feature unset-all-lines"
2429 \end_inset
2430
2431  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2432  actual no es multicolumna esto afecta también a la fila y a la columna)
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Info
2438 type  "icon"
2439 arg   "tabular-feature m-align-left"
2440 \end_inset
2441
2442  alinea a la izquierda el contenido de la celda/columna
2443 \end_layout
2444
2445 \begin_layout Labeling
2446 \labelwidthstring 00.00.0000
2447 \begin_inset Info
2448 type  "icon"
2449 arg   "tabular-feature m-align-center"
2450 \end_inset
2451
2452  centra el contenido de la celda/columna horizontalmente
2453 \end_layout
2454
2455 \begin_layout Labeling
2456 \labelwidthstring 00.00.0000
2457 \begin_inset Info
2458 type  "icon"
2459 arg   "tabular-feature m-align-right"
2460 \end_inset
2461
2462  alinea a la derecha el contenido de la celda/columna
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Info
2468 type  "icon"
2469 arg   "tabular-feature align-decimal"
2470 \end_inset
2471
2472  alinea el contenido de la celda/columna a un carácter
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Info
2478 type  "icon"
2479 arg   "tabular-feature m-valign-top"
2480 \end_inset
2481
2482  alinea arriba el contenido de la celda
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Info
2488 type  "icon"
2489 arg   "tabular-feature m-valign-middle"
2490 \end_inset
2491
2492  centra verticalmente el contenido de la celda
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Info
2498 type  "icon"
2499 arg   "tabular-feature m-valign-bottom"
2500 \end_inset
2501
2502  alinea abajo el contenido de la celda
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Info
2508 type  "icon"
2509 arg   "tabular-feature set-rotate-cell"
2510 \end_inset
2511
2512  gira la celda o selección 90° como las agujas de reloj
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Info
2518 type  "icon"
2519 arg   "tabular-feature set-rotate-tabular"
2520 \end_inset
2521
2522  gira todo el cuadro 90° como agujas del reloj
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Info
2528 type  "icon"
2529 arg   "tabular-feature multicolumn"
2530 \end_inset
2531
2532  establece la celda actual o selección como multicolumna
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Info
2538 type  "icon"
2539 arg   "tabular-feature multirow"
2540 \end_inset
2541
2542  establece la celda actual o selección como multifila
2543 \end_layout
2544
2545 \begin_layout Standard
2546 \begin_inset Note Greyedout
2547 status open
2548
2549 \begin_layout Plain Layout
2550
2551 \series bold
2552 Nota:
2553 \series default
2554  En la salida se emplea la alineación vertical de la primera celda de una
2555  fila para todas las celdas restantes de la fila.
2556 \end_layout
2557
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \begin_layout Section
2564 Menú Editar cuadro
2565 \begin_inset Index idx
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Cuadros ! Editar
2570 \end_layout
2571
2572 \end_inset
2573
2574
2575 \end_layout
2576
2577 \begin_layout Standard
2578 Además del diálogo y la barra de herramientas, el menú 
2579 \family sans
2580 Editar\SpecialChar menuseparator
2581 Cuadro/Tabla
2582 \family default
2583  permite añadir y borrar bordes para la fila/columna actual y establecer
2584  la selección como multicolumna.
2585  El menú sólo está disponible si el cursor está en el cuadro.
2586 \end_layout
2587
2588 \begin_layout Section
2589 Cuadros flotantes
2590 \begin_inset CommandInset label
2591 LatexCommand label
2592 name "sec:Cuadros-Flotantes"
2593
2594 \end_inset
2595
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Flotantes ! Cuadros
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 Cuadros ! Flotantes
2612 \end_layout
2613
2614 \end_inset
2615
2616
2617 \end_layout
2618
2619 \begin_layout Standard
2620 Para una explicación general sobre flotantes, echa un vistazo a la sección
2621 \begin_inset space ~
2622 \end_inset
2623
2624
2625 \begin_inset CommandInset ref
2626 LatexCommand ref
2627 reference "sec:Introducción-Flotantes"
2628
2629 \end_inset
2630
2631 .
2632 \end_layout
2633
2634 \begin_layout Standard
2635 \begin_inset Float table
2636 placement h
2637 wide false
2638 sideways false
2639 status collapsed
2640
2641 \begin_layout Plain Layout
2642 \begin_inset Caption Standard
2643
2644 \begin_layout Plain Layout
2645 \begin_inset CommandInset label
2646 LatexCommand label
2647 name "tab:un cuadro flotante"
2648
2649 \end_inset
2650
2651 Un cuadro flotante.
2652 \end_layout
2653
2654 \end_inset
2655
2656
2657 \end_layout
2658
2659 \begin_layout Plain Layout
2660 \align center
2661 \begin_inset Tabular
2662 <lyxtabular version="3" rows="3" columns="3">
2663 <features tabularvalignment="middle">
2664 <column alignment="center" valignment="top" width="0pt">
2665 <column alignment="center" valignment="top" width="0pt">
2666 <column alignment="center" valignment="top" width="0pt">
2667 <row>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672
2673 \family roman
2674 \series medium
2675 \shape up
2676 \size normal
2677 \emph off
2678 \bar no
2679 \noun off
2680 \color none
2681 1
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 2
2700 \end_layout
2701
2702 \end_inset
2703 </cell>
2704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708
2709 \family roman
2710 \series medium
2711 \shape up
2712 \size normal
2713 \emph off
2714 \bar no
2715 \noun off
2716 \color none
2717 3
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 </row>
2723 <row>
2724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Plain Layout
2728
2729 \family roman
2730 \series medium
2731 \shape up
2732 \size normal
2733 \emph off
2734 \bar no
2735 \noun off
2736 \color none
2737 Pepe
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746
2747 \family roman
2748 \series medium
2749 \shape up
2750 \size normal
2751 \emph off
2752 \bar no
2753 \noun off
2754 \color none
2755 Mari
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764
2765 \family roman
2766 \series medium
2767 \shape up
2768 \size normal
2769 \emph off
2770 \bar no
2771 \noun off
2772 \color none
2773 Teo
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 </row>
2779 <row>
2780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784
2785 \family roman
2786 \series medium
2787 \shape up
2788 \size normal
2789 \emph off
2790 \bar no
2791 \noun off
2792 \color none
2793 \begin_inset Formula $\int x^{2}dx$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805
2806 \family roman
2807 \series medium
2808 \shape up
2809 \size normal
2810 \emph off
2811 \bar no
2812 \noun off
2813 \color none
2814 \begin_inset Formula $\left[\begin{array}{cc}
2815 a & b\\
2816 c & d
2817 \end{array}\right]$
2818 \end_inset
2819
2820
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \family roman
2831 \series medium
2832 \shape up
2833 \size normal
2834 \emph off
2835 \bar no
2836 \noun off
2837 \color none
2838 \begin_inset Formula $1+1=2$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 </lyxtabular>
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \begin_layout Standard
2860 Los cuadros flotantes pueden insertarse con el menú 
2861 \family sans
2862 Insertar\SpecialChar menuseparator
2863 Flotante\SpecialChar menuseparator
2864 Cuadro
2865 \family default
2866  o con el botón 
2867 \begin_inset Info
2868 type  "icon"
2869 arg   "float-insert table"
2870 \end_inset
2871
2872 .
2873 \end_layout
2874
2875 \begin_layout Standard
2876 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2877 \begin_inset space ~
2878 \end_inset
2879
2880 #:» (# es el número actual).
2881  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2882  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2883  texto del encabezado y se pulsa 
2884 \family sans
2885 Entrar
2886 \family default
2887 .
2888  La leyenda se imprime encima del cuadro.
2889 \end_layout
2890
2891 \begin_layout Standard
2892 El cuadro
2893 \begin_inset space ~
2894 \end_inset
2895
2896
2897 \begin_inset CommandInset ref
2898 LatexCommand ref
2899 reference "tab:un cuadro flotante"
2900
2901 \end_inset
2902
2903  es un ejemplo de cuadro flotante.
2904 \end_layout
2905
2906 \begin_layout Standard
2907 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2908  no es soportado en las clases estándar de \SpecialChar LaTeX
2909 .
2910  Esto significa que si estás usando las clases de documento 
2911 \family sans
2912 article
2913 \family default
2914
2915 \family sans
2916 book
2917 \family default
2918
2919 \family sans
2920 letter
2921 \family default
2922  o 
2923 \family sans
2924 report
2925 \family default
2926  no habrá espacio entre la leyenda y el cuadro.
2927  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2928  del documento
2929  la siguiente opción al comando del paquete \SpecialChar LaTeX
2930  
2931 \series bold
2932 caption
2933 \series default
2934
2935 \begin_inset Index idx
2936 status collapsed
2937
2938 \begin_layout Plain Layout
2939 \SpecialChar LaTeX
2940 -paquetes ! caption
2941 \end_layout
2942
2943 \end_inset
2944
2945 :
2946 \begin_inset Foot
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 Para más información ve a la sección
2951 \begin_inset space ~
2952 \end_inset
2953
2954
2955 \begin_inset CommandInset ref
2956 LatexCommand ref
2957 reference "sec:Colocación-de-leyendas"
2958
2959 \end_inset
2960
2961 .
2962 \end_layout
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \begin_layout Standard
2970
2971 \series bold
2972 tableposition=top
2973 \end_layout
2974
2975 \begin_layout Standard
2976 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
2977  
2978 \series bold
2979 caption
2980 \series default
2981  como se describe en la sección
2982 \begin_inset space ~
2983 \end_inset
2984
2985
2986 \begin_inset CommandInset ref
2987 LatexCommand ref
2988 reference "sec:Formato-de-leyendas"
2989
2990 \end_inset
2991
2992 .
2993  
2994 \end_layout
2995
2996 \begin_layout Standard
2997 \begin_inset Index idx
2998 status collapsed
2999
3000 \begin_layout Plain Layout
3001 Referencias ! a cuadros
3002 \end_layout
3003
3004 \end_inset
3005
3006 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3007  su etiqueta.
3008  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3009 \family sans
3010 Insertar\SpecialChar menuseparator
3011 Etiqueta
3012 \family default
3013  o con el botón 
3014 \begin_inset Info
3015 type  "icon"
3016 arg   "label-insert"
3017 \end_inset
3018
3019 .
3020  Ahora puedes referenciar la etiqueta con el menú 
3021 \family sans
3022 Insertar\SpecialChar menuseparator
3023 Referencia
3024 \begin_inset space ~
3025 \end_inset
3026
3027 cruzada
3028 \family default
3029  o con el botón 
3030 \begin_inset Info
3031 type  "icon"
3032 arg   "dialog-show-new-inset ref"
3033 \end_inset
3034
3035 .
3036 \begin_inset Newline newline
3037 \end_inset
3038
3039 Las referencias se explican con detalle en la sección
3040 \begin_inset space ~
3041 \end_inset
3042
3043
3044 \begin_inset CommandInset ref
3045 LatexCommand ref
3046 reference "sec:Referencias-a-Flotantes"
3047
3048 \end_inset
3049
3050 .
3051 \end_layout
3052
3053 \begin_layout Section
3054 Cuadros multipágina
3055 \begin_inset CommandInset label
3056 LatexCommand label
3057 name "sec:Cuadros-multipágina"
3058
3059 \end_inset
3060
3061
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Cuadros ! Multipágina
3067 \end_layout
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3076 \family sans
3077 Usar
3078 \begin_inset space ~
3079 \end_inset
3080
3081 cuadro
3082 \begin_inset space ~
3083 \end_inset
3084
3085 multipágina
3086 \family default
3087  en la solapa 
3088 \family sans
3089 Cuadro
3090 \begin_inset space ~
3091 \end_inset
3092
3093 multipágina
3094 \family default
3095  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3096  páginas.
3097  Al hacerlo se habilitan las siguientes opciones:
3098 \end_layout
3099
3100 \begin_layout Description
3101 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3102  las páginas del cuadro, excepto para la primera página si 
3103 \family sans
3104 Primer
3105 \begin_inset space ~
3106 \end_inset
3107
3108 encabezado
3109 \family default
3110  está definido.
3111  Este se denomina encabezado principal.
3112 \end_layout
3113
3114 \begin_layout Description
3115 Primer
3116 \begin_inset space ~
3117 \end_inset
3118
3119 encabezado: La fila actual se define como encabezado de la primera página
3120  del cuadro.
3121 \end_layout
3122
3123 \begin_layout Description
3124 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3125  del cuadro/tabla, excepto para la última página si se define 
3126 \family sans
3127 Último
3128 \begin_inset space ~
3129 \end_inset
3130
3131 pie.
3132 \end_layout
3133
3134 \begin_layout Description
3135 Último
3136 \begin_inset space ~
3137 \end_inset
3138
3139 pie:
3140 \family sans
3141  
3142 \family default
3143 La fila actual se define como pie de la última página del cuadro.
3144 \end_layout
3145
3146 \begin_layout Description
3147 Leyenda: La fila actual contiene la leyenda del cuadro.
3148  La primera fila se reajusta como columna única y se inserta una leyenda.
3149  Más detalles sobre leyendas en cuadros multipágina en la sec.
3150 \begin_inset space \thinspace{}
3151 \end_inset
3152
3153
3154 \begin_inset CommandInset ref
3155 LatexCommand ref
3156 reference "subsec:Leyendas-en-Cuadros"
3157
3158 \end_inset
3159
3160 .
3161 \end_layout
3162
3163 \begin_layout Standard
3164 También se puede especificar en el diálogo en qué fila se ha de cortar el
3165  cuadro.
3166  El siguiente cuadro muestra cómo funciona:
3167 \end_layout
3168
3169 \begin_layout Standard
3170 \align center
3171 \begin_inset Tabular
3172 <lyxtabular version="3" rows="69" columns="3">
3173 <features islongtable="true" longtabularalignment="center">
3174 <column alignment="left" valignment="top" width="0cm">
3175 <column alignment="left" valignment="top" width="0pt">
3176 <column alignment="right" valignment="top" width="0pt">
3177 <row endfirsthead="true">
3178 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182
3183 \series bold
3184 Ejemplo de lista telefónica (ignore los nombres)
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row endfirsthead="true">
3209 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \series bold
3215 NOMBRE
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 TEL.
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row endhead="true">
3242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Ejemplo de lista telefónica
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row endhead="true">
3273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 NOMBRE
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \series bold
3299 TEL.
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row endfoot="true">
3306 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310  continúa en la página siguiente
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 Annovi
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Silvia
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Bertoli
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 Stefano
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Bozzi
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Walter
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Cachia
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Maria
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Cachia
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Maurizio
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Cinquemani
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Giusi
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Colin
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Bernard
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Concli
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Gianfranco
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Dal Bosco
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Carolina
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Dalpiaz
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Annamaria
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Feliciello
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Domenico
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Focarelli
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Paola
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Galletti
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Oreste
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Gasparini
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Franca
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Rizzardi
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Paola
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Lassini
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Giancarlo
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Malfatti
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Luciano
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Malfatti
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Valeriano
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Meneguzzo
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Roberto
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Mezzadra
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Roberto
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Pirpamer
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Erich
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Pochiesa
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Paolo
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111, 222
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Radina
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Claudio
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Stuffer
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Oskar
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Tacchelli
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Ugo
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Tezzele
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Margit
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Unterkalmsteiner
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Frieda
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Vieider
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Hilde
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Vigna
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Jürgen
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 111
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Weber
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Maurizio
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 111
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Winkler
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Franz
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 111
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300  
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Annovi
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Silvia
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Bertoli
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Stefano
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Bozzi
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Walter
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Cachia
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Maria
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Cachia
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Maurizio
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Cinquemani
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Giusi
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Colin
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Bernard
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Concli
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Gianfranco
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Dal Bosco
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Carolina
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Dalpiaz
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Annamaria
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Feliciello
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Domenico
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Focarelli
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Paola
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Galletti
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Oreste
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Gasparini
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Franca
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Rizzardi
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Paola
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Lassini
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Giancarlo
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Malfatti
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Luciano
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Malfatti
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Valeriano
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Meneguzzo
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Roberto
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Mezzadra
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Roberto
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Pirpamer
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Erich
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Pochiesa
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Paolo
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555, 222
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Radina
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Claudio
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Stuffer
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Oskar
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Tacchelli
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Ugo
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Tezzele
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Margit
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Unterkalmsteiner
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Frieda
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Vieider
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Hilde
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Vigna
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 Jürgen
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 999
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 <row>
5224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228
5229 \series bold
5230 Weber
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Maurizio
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 555
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 <row>
5255 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259
5260 \series bold
5261 Winkler
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 Franz
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 555
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row endlastfoot="true">
5286 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 fin
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 </lyxtabular>
5315
5316 \end_inset
5317
5318
5319 \begin_inset ERT
5320 status collapsed
5321
5322 \begin_layout Plain Layout
5323
5324
5325 \backslash
5326 addtocounter{table}{-1}
5327 \end_layout
5328
5329 \end_inset
5330
5331
5332 \begin_inset Note Note
5333 status collapsed
5334
5335 \begin_layout Plain Layout
5336 Para comprender el uso de este comando, lee al final de la sección
5337 \begin_inset space ~
5338 \end_inset
5339
5340
5341 \begin_inset CommandInset ref
5342 LatexCommand ref
5343 reference "subsec:Leyendas-en-Cuadros"
5344
5345 \end_inset
5346
5347  la primera nota resaltada en gris.
5348  
5349 \end_layout
5350
5351 \end_inset
5352
5353
5354 \end_layout
5355
5356 \begin_layout Subsection
5357 Notas al pie en cuadros multipágina
5358 \begin_inset CommandInset label
5359 LatexCommand label
5360 name "subsec:Notas-al-pie-en-Cuadros-Multipágina"
5361
5362 \end_inset
5363
5364
5365 \begin_inset Index idx
5366 status open
5367
5368 \begin_layout Plain Layout
5369 Cuadros ! Multipágina ! Notas al pie
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Standard
5378 Se pueden insertar notas al pie en cada celda de un cuadro multipágina.
5379  Las notas se muestran en la parte inferior de la página en la que esté
5380  la celda con la nota.
5381  El cuadro
5382 \begin_inset space ~
5383 \end_inset
5384
5385
5386 \begin_inset CommandInset ref
5387 LatexCommand ref
5388 reference "tab:DifLeyendas"
5389
5390 \end_inset
5391
5392  tiene un ejemplo de nota al pie.
5393 \end_layout
5394
5395 \begin_layout Subsection
5396 Alineación de cuadros multipágina
5397 \begin_inset Index idx
5398 status open
5399
5400 \begin_layout Plain Layout
5401 Cuadros ! Multipágina ! Alineación
5402 \end_layout
5403
5404 \end_inset
5405
5406
5407 \end_layout
5408
5409 \begin_layout Standard
5410 La alineación horizontal de cuadros multipágina se puede establecer en el
5411  diálogo de configuración de cuadros.
5412  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5413  página.
5414  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5415  al centro y cambiar el valor de las longitudes 
5416 \series bold
5417
5418 \backslash
5419 LTleft
5420 \series default
5421  y 
5422 \series bold
5423
5424 \backslash
5425 LTright 
5426 \series default
5427 insertando la línea siguiente en código \SpecialChar TeX
5428  antes del correspondiente cuadro
5429  multipágina:
5430 \end_layout
5431
5432 \begin_layout Standard
5433
5434 \series bold
5435
5436 \backslash
5437 setlength{
5438 \backslash
5439 LTleft}{valor}
5440 \end_layout
5441
5442 \begin_layout Standard
5443 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5444 \begin_inset space ~
5445 \end_inset
5446
5447
5448 \begin_inset CommandInset ref
5449 LatexCommand ref
5450 reference "tab:Unidades"
5451
5452 \end_inset
5453
5454 .
5455  
5456 \series bold
5457
5458 \backslash
5459 LTlent 
5460 \series default
5461 controla la distancia entre el borde izquierdo de la página y el cuadro.
5462  
5463 \series bold
5464
5465 \backslash
5466 LTright 
5467 \series default
5468 la distancia desde el lado derecho.
5469  El valor predeterminado para ambas longitudes es 
5470 \series bold
5471
5472 \backslash
5473 fill
5474 \series default
5475 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5476 .
5477 \end_layout
5478
5479 \begin_layout Standard
5480 El siguiente cuadro multipágina se ha alineado centrado y 
5481 \series bold
5482
5483 \backslash
5484 LTleft
5485 \series default
5486  establecido en 
5487 \family sans
5488 0.1
5489 \backslash
5490 columnwidth
5491 \family default
5492 :
5493 \begin_inset ERT
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497
5498
5499 \backslash
5500 setlength{
5501 \backslash
5502 LTleft}{0.1
5503 \backslash
5504 columnwidth}
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \begin_layout Standard
5513 \begin_inset Tabular
5514 <lyxtabular version="3" rows="5" columns="5">
5515 <features islongtable="true" longtabularalignment="center">
5516 <column alignment="center" valignment="top">
5517 <column alignment="center" valignment="top">
5518 <column alignment="center" valignment="top">
5519 <column alignment="center" valignment="top">
5520 <column alignment="center" valignment="top">
5521 <row>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 1
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 2
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 3
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 4
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 5
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 </row>
5568 <row>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 asd
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 s
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 s
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 s
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 s
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 s
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 s
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 s
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 s
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 s
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 asd
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 asd
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 asd
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 asd
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 </lyxtabular>
5757
5758 \end_inset
5759
5760
5761 \begin_inset ERT
5762 status collapsed
5763
5764 \begin_layout Plain Layout
5765
5766
5767 \backslash
5768 setlength{
5769 \backslash
5770 LTleft}{
5771 \backslash
5772 fill}
5773 \end_layout
5774
5775 \end_inset
5776
5777
5778 \begin_inset ERT
5779 status collapsed
5780
5781 \begin_layout Plain Layout
5782
5783
5784 \backslash
5785 addtocounter{table}{-1}
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \begin_inset Note Note
5792 status collapsed
5793
5794 \begin_layout Plain Layout
5795 Para comprender el uso de este comando, lee al final de la sección
5796 \begin_inset space ~
5797 \end_inset
5798
5799
5800 \begin_inset CommandInset ref
5801 LatexCommand ref
5802 reference "subsec:Leyendas-en-Cuadros"
5803
5804 \end_inset
5805
5806  la primera nota resaltada en gris.
5807  
5808 \end_layout
5809
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \begin_layout Subsection
5816 Leyendas en cuadros multipágina
5817 \begin_inset Index idx
5818 status open
5819
5820 \begin_layout Plain Layout
5821 Cuadros ! Multipágina ! Leyendas
5822 \end_layout
5823
5824 \end_inset
5825
5826
5827 \begin_inset CommandInset label
5828 LatexCommand label
5829 name "subsec:Leyendas-en-Cuadros"
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \begin_layout Standard
5837 Un cuadro multipágina no se puede poner flotante porque los flotantes sólo
5838  pueden estar en una página.
5839  Pero el entorno leyenda de flotantes sí puede usarse para cuadros multipágina
5840  utilizando para una fila de un cuadro multipágina la opción 
5841 \family sans
5842 Leyenda
5843 \family default
5844 , como se explica en la sec.
5845 \begin_inset space \thinspace{}
5846 \end_inset
5847
5848
5849 \begin_inset CommandInset ref
5850 LatexCommand ref
5851 reference "sec:Cuadros-multipágina"
5852
5853 \end_inset
5854
5855 .
5856  Sólo una fila puede contener la leyenda.
5857 \end_layout
5858
5859 \begin_layout Standard
5860 He aquí un pequeño cuadro multipágina para mostrar cómo funciona:
5861 \end_layout
5862
5863 \begin_layout Standard
5864 \begin_inset Tabular
5865 <lyxtabular version="3" rows="6" columns="5">
5866 <features islongtable="true" longtabularalignment="center">
5867 <column alignment="center" valignment="top">
5868 <column alignment="center" valignment="top">
5869 <column alignment="center" valignment="top">
5870 <column alignment="center" valignment="top">
5871 <column alignment="center" valignment="top">
5872 <row endfirsthead="true" caption="true">
5873 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 \begin_inset Caption Standard
5878
5879 \begin_layout Plain Layout
5880 Cuadro multipágina con leyenda
5881 \begin_inset Argument 1
5882 status open
5883
5884 \begin_layout Plain Layout
5885 Cuadro multipágina
5886 \end_layout
5887
5888 \end_inset
5889
5890
5891 \end_layout
5892
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 </row>
5937 <row>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 1
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 2
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 3
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 4
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 5
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 </row>
5984 <row>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 asd
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 s
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 s
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 s
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 </row>
6031 <row>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 asd
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 s
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 s
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 s
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 asd
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 s
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 s
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 s
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 asd
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 asd
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 asd
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 asd
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 asd
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 </row>
6172 </lyxtabular>
6173
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \begin_layout Standard
6180 \begin_inset VSpace medskip
6181 \end_inset
6182
6183
6184 \begin_inset Note Greyedout
6185 status open
6186
6187 \begin_layout Plain Layout
6188
6189 \series bold
6190 Nota
6191 \begin_inset space ~
6192 \end_inset
6193
6194 1:
6195 \series default
6196  El número del cuadro se incrementa para cada cuadro multipágina, aunque
6197  no pongas leyenda en alguna de ellas.
6198  Por esto podría suceder que, p.
6199 \begin_inset space \thinspace{}
6200 \end_inset
6201
6202 ej., el cuadro
6203 \begin_inset space ~
6204 \end_inset
6205
6206 2.4 siga al cuadro
6207 \begin_inset space ~
6208 \end_inset
6209
6210 2.1 en el índice de cuadros debido a que hay dos cuadros multipágina sin
6211  leyenda.
6212  Para evitarlo, añade detrás de cada cuadro multipágina sin leyenda este
6213  comando en código \SpecialChar TeX
6214 :
6215 \end_layout
6216
6217 \begin_layout Plain Layout
6218
6219 \series bold
6220
6221 \backslash
6222 addtocounter{table}{-1}
6223 \end_layout
6224
6225 \begin_layout Plain Layout
6226 Esto no es necesario si ninguna de los cuadros multipágina tiene leyenda
6227  y añades el siguiente código en el preámbulo del documento:
6228 \end_layout
6229
6230 \begin_layout Plain Layout
6231
6232 \series bold
6233
6234 \backslash
6235 let
6236 \backslash
6237 myEnd
6238 \backslash
6239 endlongtable
6240 \begin_inset Newline newline
6241 \end_inset
6242
6243
6244 \backslash
6245 renewcommand{
6246 \backslash
6247 endlongtable}{
6248 \backslash
6249 myEnd
6250 \backslash
6251 addtocounter{table}{-1}}
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \begin_layout Standard
6260 \begin_inset Note Greyedout
6261 status open
6262
6263 \begin_layout Plain Layout
6264
6265 \series bold
6266 Nota
6267 \begin_inset space ~
6268 \end_inset
6269
6270 2:
6271 \series default
6272  Si utilizas 
6273 \series bold
6274 hyperref
6275 \series default
6276
6277 \begin_inset Index idx
6278 status collapsed
6279
6280 \begin_layout Plain Layout
6281 \SpecialChar LaTeX
6282 -paquetes ! hyperref
6283 \end_layout
6284
6285 \end_inset
6286
6287  en las 
6288 \family sans
6289 Propiedades PDF 
6290 \family default
6291 del diálogo 
6292 \family sans
6293 Configuración del documento 
6294 \family default
6295 para enlazar referencias cruzadas en la salida, los enlaces a cuadros multipágin
6296 a llevan siempre al principio del documento.
6297 \end_layout
6298
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \begin_layout Subsubsection
6305 Referencias a cuadros multipágina
6306 \begin_inset Index idx
6307 status open
6308
6309 \begin_layout Plain Layout
6310 Cuadros ! Multipágina ! Referencias a
6311 \end_layout
6312
6313 \end_inset
6314
6315
6316 \end_layout
6317
6318 \begin_layout Standard
6319 \begin_inset Tabular
6320 <lyxtabular version="3" rows="6" columns="5">
6321 <features islongtable="true" longtabularalignment="center">
6322 <column alignment="center" valignment="top">
6323 <column alignment="center" valignment="top">
6324 <column alignment="center" valignment="top">
6325 <column alignment="center" valignment="top">
6326 <column alignment="center" valignment="top">
6327 <row endfirsthead="true" caption="true">
6328 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 \begin_inset Caption Standard
6333
6334 \begin_layout Plain Layout
6335 Cuadro multipágina con referencia
6336 \begin_inset CommandInset label
6337 LatexCommand label
6338 name "tab:RefEjemplo"
6339
6340 \end_inset
6341
6342
6343 \end_layout
6344
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 <row>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 1
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 2
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 3
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 4
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 5
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 asd
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 s
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 asd
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 <row>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 asd
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 asd
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 </row>
6530 <row>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 <row>
6578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 sad
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 asd
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 </lyxtabular>
6625
6626 \end_inset
6627
6628
6629 \end_layout
6630
6631 \begin_layout Standard
6632 Para referenciar un cuadro multipágina, inserta una etiqueta en la leyenda.
6633  
6634 \end_layout
6635
6636 \begin_layout Standard
6637 Esto es una referencia al cuadro
6638 \begin_inset space ~
6639 \end_inset
6640
6641
6642 \begin_inset CommandInset ref
6643 LatexCommand ref
6644 reference "tab:RefEjemplo"
6645
6646 \end_inset
6647
6648 .
6649 \end_layout
6650
6651 \begin_layout Standard
6652 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6653  del documento mediante el paquete \SpecialChar LaTeX
6654  
6655 \series bold
6656 caption
6657 \series default
6658
6659 \begin_inset Index idx
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663 \SpecialChar LaTeX
6664 -paquetes ! caption
6665 \end_layout
6666
6667 \end_inset
6668
6669 , véase sección
6670 \begin_inset space ~
6671 \end_inset
6672
6673
6674 \begin_inset CommandInset ref
6675 LatexCommand ref
6676 reference "sec:Formato-de-leyendas"
6677
6678 \end_inset
6679
6680 .
6681 \end_layout
6682
6683 \begin_layout Subsubsection
6684 Anchura de la leyenda
6685 \begin_inset Index idx
6686 status collapsed
6687
6688 \begin_layout Plain Layout
6689 Cuadros ! Multipágina ! Anchura de la leyenda
6690 \end_layout
6691
6692 \end_inset
6693
6694
6695 \end_layout
6696
6697 \begin_layout Standard
6698 La anchura máxima de la leyenda se define por la longitud 
6699 \series bold
6700
6701 \backslash
6702 LTcapwidth
6703 \series default
6704 .
6705  Por omisión, su valor es 4
6706 \begin_inset space \thinspace{}
6707 \end_inset
6708
6709 in (4
6710 \begin_inset space ~
6711 \end_inset
6712
6713 pulgadas).
6714  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6715
6716  en el propio documento antes del cuadro multipágina al que deba afectar
6717 \end_layout
6718
6719 \begin_layout Standard
6720
6721 \series bold
6722
6723 \backslash
6724 setlength{
6725 \backslash
6726 LTcapwidth}{anchura}
6727 \end_layout
6728
6729 \begin_layout Standard
6730 donde la 
6731 \family sans
6732 anchura
6733 \family default
6734  puede ser una de las unidades listadas en el apéndice
6735 \begin_inset space ~
6736 \end_inset
6737
6738
6739 \begin_inset CommandInset ref
6740 LatexCommand ref
6741 reference "cap:Unidades-disponibles-en"
6742
6743 \end_inset
6744
6745 .
6746 \end_layout
6747
6748 \begin_layout Standard
6749 Los cuadros siguientes muestran la diferencia:
6750 \end_layout
6751
6752 \begin_layout Standard
6753 \begin_inset Tabular
6754 <lyxtabular version="3" rows="6" columns="5">
6755 <features islongtable="true" longtabularalignment="center">
6756 <column alignment="center" valignment="top">
6757 <column alignment="center" valignment="top">
6758 <column alignment="center" valignment="top">
6759 <column alignment="center" valignment="top">
6760 <column alignment="center" valignment="top">
6761 <row endfirsthead="true" caption="true">
6762 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 \begin_inset Caption Standard
6767
6768 \begin_layout Plain Layout
6769 Leyenda larga completa con anchura predeterminada leyenda larga completa
6770  con anchura predeterminada
6771 \begin_inset Argument 1
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775 Leyenda con anchura predeterminada
6776 \end_layout
6777
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 </row>
6827 <row>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 1
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 2
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 3
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 4
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 5
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 </row>
6874 <row>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 s
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 asd
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 <row>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 s
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 s
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 s
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 asd
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 <row>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 asd
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 s
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 s
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 s
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 asd
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 sad
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 asd
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 asd
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 </row>
7062 </lyxtabular>
7063
7064 \end_inset
7065
7066
7067 \end_layout
7068
7069 \begin_layout Standard
7070 \begin_inset ERT
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074
7075
7076 \backslash
7077 setlength{
7078 \backslash
7079 LTcapwidth}{5cm}
7080 \end_layout
7081
7082 \end_inset
7083
7084
7085 \begin_inset Tabular
7086 <lyxtabular version="3" rows="6" columns="5">
7087 <features islongtable="true" longtabularalignment="center">
7088 <column alignment="center" valignment="top">
7089 <column alignment="center" valignment="top">
7090 <column alignment="center" valignment="top">
7091 <column alignment="center" valignment="top">
7092 <column alignment="center" valignment="top">
7093 <row endfirsthead="true" caption="true">
7094 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 \begin_inset Caption Standard
7099
7100 \begin_layout Plain Layout
7101 Leyenda larga completa con una anchura de 5
7102 \begin_inset space \thinspace{}
7103 \end_inset
7104
7105 cm leyenda larga completa con una anchura de 5
7106 \begin_inset space \thinspace{}
7107 \end_inset
7108
7109 cm 
7110 \begin_inset Argument 1
7111 status collapsed
7112
7113 \begin_layout Plain Layout
7114 Leyenda con anchura
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 =
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 5
7123 \begin_inset space \thinspace{}
7124 \end_inset
7125
7126 cm
7127 \end_layout
7128
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 <row>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 1
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 2
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 3
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 4
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 5
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 </row>
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 s
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 asd
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 <row>
7367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 sad
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 asd
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 asd
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 </row>
7413 </lyxtabular>
7414
7415 \end_inset
7416
7417
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423
7424 \backslash
7425 setlength{
7426 \backslash
7427 LTcapwidth}{4in}
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \begin_layout Standard
7436 \begin_inset Note Greyedout
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440
7441 \series bold
7442 Nota: 
7443 \series default
7444 Si se usa el paquete \SpecialChar LaTeX
7445  
7446 \series bold
7447 caption
7448 \series default
7449
7450 \begin_inset Index idx
7451 status collapsed
7452
7453 \begin_layout Plain Layout
7454 \SpecialChar LaTeX
7455 -paquetes ! caption
7456 \end_layout
7457
7458 \end_inset
7459
7460 , como en este documento, para la leyenda se utiliza toda la anchura de
7461  la página cuando se deja el valor por omisión de 4
7462 \begin_inset space \thinspace{}
7463 \end_inset
7464
7465 in para 
7466 \series bold
7467
7468 \backslash
7469 LTcapwidth
7470 \series default
7471 .
7472  En este caso, para conseguir una leyenda de 4
7473 \begin_inset space \thinspace{}
7474 \end_inset
7475
7476 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7477 \begin_inset space \thinspace{}
7478 \end_inset
7479
7480 in, p.
7481 \begin_inset space \thinspace{}
7482 \end_inset
7483
7484 ej.
7485  3.99
7486 \begin_inset space \thinspace{}
7487 \end_inset
7488
7489 in, o bien emplear el comando \SpecialChar LaTeX
7490  
7491 \series bold
7492
7493 \backslash
7494 captionsetup{width=valor}
7495 \series default
7496 , suministrado por el paquete 
7497 \series bold
7498 caption
7499 \series default
7500 .
7501 \end_layout
7502
7503 \end_inset
7504
7505
7506 \end_layout
7507
7508 \begin_layout Subsubsection
7509 Leyendas distintas para cada página
7510 \begin_inset Index idx
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514 Cuadros ! Multipágina ! Leyendas ! distintas para cada página
7515 \end_layout
7516
7517 \end_inset
7518
7519
7520 \end_layout
7521
7522 \begin_layout Standard
7523 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7524  de la leyenda de la primera página del cuadro, marca una fila vacía como
7525  cabecera que contiene una leyenda.
7526  Después, clic derecho sobre la leyenda y selecciona 
7527 \family sans
7528 Leyenda
7529 \begin_inset space ~
7530 \end_inset
7531
7532 (Sin
7533 \begin_inset space ~
7534 \end_inset
7535
7536 numerar)
7537 \family default
7538  en el menú contextual.
7539  El cuadro
7540 \begin_inset space ~
7541 \end_inset
7542
7543
7544 \begin_inset CommandInset ref
7545 LatexCommand ref
7546 reference "tab:DifLeyendas"
7547
7548 \end_inset
7549
7550  es un ejemplo de cuadro multipágina con encabezados distintos donde el
7551  segundo no incluye número de cuadro.
7552 \end_layout
7553
7554 \begin_layout Standard
7555 \align center
7556 \begin_inset Tabular
7557 <lyxtabular version="3" rows="59" columns="3">
7558 <features islongtable="true" longtabularalignment="center">
7559 <column alignment="left" valignment="top" width="0pt">
7560 <column alignment="left" valignment="top" width="0pt">
7561 <column alignment="right" valignment="top" width="0pt">
7562 <row endfirsthead="true" caption="true">
7563 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 \begin_inset Caption Standard
7568
7569 \begin_layout Plain Layout
7570 Ejemplo de lista telefónica
7571 \begin_inset CommandInset label
7572 LatexCommand label
7573 name "tab:DifLeyendas"
7574
7575 \end_inset
7576
7577
7578 \begin_inset Argument 1
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582 Ejemplo de lista telefónica
7583 \end_layout
7584
7585 \end_inset
7586
7587
7588 \end_layout
7589
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row endfirsthead="true">
7617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \series bold
7623 Ejemplo de lista telefónica (ignore los nombres)
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 </row>
7647 <row endfirsthead="true">
7648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 NOMBRE
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \series bold
7674 TEL.
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 </row>
7680 <row endhead="true" caption="true">
7681 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 \begin_inset Caption Unnumbered
7686
7687 \begin_layout Plain Layout
7688 Continúa ejemplo de lista telefónica
7689 \end_layout
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row endhead="true">
7718 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Ejemplo de lista telefónica
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row endhead="true">
7749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 NOMBRE
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 TEL.
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row endfoot="true">
7782 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 continúa en página siguiente
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Annovi
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Silvia
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Bertoli
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Stefano
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Bozzi
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Walter
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 111
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 Cachia
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Maria
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 111
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Cachia
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Maurizio
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Cinquemani
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 Giusi
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 111
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Colin
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 Bernard
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 111
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \series bold
8034 Concli
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 Gianfranco
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 111
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \series bold
8065 Dal Bosco
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Carolina
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 111
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \series bold
8096 Dalpiaz
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Annamaria
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 111
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 Feliciello
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Domenico
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 111
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \series bold
8158 Focarelli
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Paola
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Galletti
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Oreste
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Gasparini
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Franca
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Rizzardi
8252 \series default
8253
8254 \begin_inset Foot
8255 status collapsed
8256
8257 \begin_layout Plain Layout
8258 Ejemplo de nota a pie de página
8259 \end_layout
8260
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Paola
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Lassini
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Giancarlo
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Malfatti
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Luciano
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Malfatti
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Valeriano
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Meneguzzo
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Roberto
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Mezzadra
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Roberto
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Pirpamer
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Erich
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Pochiesa
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Paolo
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111, 222
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Radina
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Claudio
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \series bold
8542 Stuffer
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Oskar
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 111
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Tacchelli
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Ugo
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 111
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Tezzele
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Margit
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 111
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \series bold
8635 Unterkalmsteiner
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Frieda
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 111
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \series bold
8666 Vieider
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Hilde
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 111
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697 Vigna
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 Jürgen
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 111
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \series bold
8728 Weber
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Maurizio
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 111
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \series bold
8759 Winkler
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 Franz
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 111
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788  
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Annovi
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Silvia
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Bertoli
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Stefano
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Bozzi
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Walter
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Cachia
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Maria
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Cachia
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Maurizio
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Cinquemani
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Giusi
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Colin
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Bernard
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Concli
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Gianfranco
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Dal Bosco
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Carolina
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Dalpiaz
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Annamaria
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Feliciello
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Domenico
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Focarelli
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Paola
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Galletti
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Oreste
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 555
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Gasparini
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Franca
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 555
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Rizzardi
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Paola
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 555
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Lassini
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Giancarlo
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 555
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Malfatti
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Luciano
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 555
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Malfatti
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Valeriano
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 555
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 Meneguzzo
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Roberto
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 555
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 Mezzadra
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 Roberto
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 555
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 </lyxtabular>
9433
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Section
9440 Particularidades de los cuadros multipágina
9441 \begin_inset CommandInset label
9442 LatexCommand label
9443 name "sec:Particularidades-cuadros-multipágina"
9444
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Subsection
9451 Cálculos
9452 \begin_inset Index idx
9453 status collapsed
9454
9455 \begin_layout Plain Layout
9456 Cuadros ! Multipágina ! Cálculos
9457 \end_layout
9458
9459 \end_inset
9460
9461
9462 \end_layout
9463
9464 \begin_layout Standard
9465 \SpecialChar LaTeX
9466  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9467  los denominados «trozos», que son partes del cuadro presentes en la memoria
9468  de \SpecialChar LaTeX
9469 .
9470  El valor predeterminado está establecido a sólo 20
9471 \begin_inset space ~
9472 \end_inset
9473
9474 filas.
9475  Si estás usando cuadros multipágina con muchas páginas, la generación del
9476  documento puede hacerse muy lenta.
9477  No hay problema en aumentar el tamaño de los trozos hasta 100
9478 \begin_inset space \thinspace{}
9479 \end_inset
9480
9481 --
9482 \begin_inset space \thinspace{}
9483 \end_inset
9484
9485 1000 añadiendo el siguiente comando en el preámbulo del documento:
9486 \end_layout
9487
9488 \begin_layout Standard
9489
9490 \series bold
9491
9492 \backslash
9493 setcounter{LTchunksize}{100}
9494 \end_layout
9495
9496 \begin_layout Subsection
9497 Flotantes y cuadros multipágina
9498 \begin_inset Index idx
9499 status collapsed
9500
9501 \begin_layout Plain Layout
9502 Cuadros ! Multipágina ! Flotantes
9503 \end_layout
9504
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \begin_layout Standard
9511 Podría haber problemas si un flotante aparece en la misma página donde comienza
9512  un cuadro multipágina.
9513  Para evitarlo, añade un 
9514 \begin_inset Quotes fld
9515 \end_inset
9516
9517 salto de página limpia
9518 \begin_inset Quotes frd
9519 \end_inset
9520
9521  (menú 
9522 \family sans
9523 Insertar\SpecialChar menuseparator
9524 Formato\SpecialChar menuseparator
9525 Limpiar
9526 \begin_inset space ~
9527 \end_inset
9528
9529 página
9530 \family default
9531 ) antes del cuadro.
9532 \end_layout
9533
9534 \begin_layout Subsection
9535 Saltos de página forzados
9536 \begin_inset Index idx
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540 Cuadros ! Multipágina ! Saltos de página forzados
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \begin_layout Standard
9549 Por omisión, los cuadros sólo se cortan entre filas.
9550  Si tienes una celda con líneas múltiples y necesitas un salto de página
9551  dentro de la celda, inserta el comando de nueva línea «
9552 \series bold
9553
9554 \backslash
9555
9556 \backslash
9557
9558 \series default
9559 » en código \SpecialChar TeX
9560  en el punto en que quieras cortar.
9561  Antes del comando «
9562 \series bold
9563
9564 \backslash
9565
9566 \backslash
9567
9568 \series default
9569 » debes insertar en código \SpecialChar TeX
9570  tantos caracteres «
9571 \series bold
9572 &
9573 \series default
9574 » como columnas siguientes del cuadro.
9575  
9576 \series bold
9577 &
9578 \series default
9579  es el carácter para separar celdas.
9580  Escribe en código \SpecialChar TeX
9581  después de cada 
9582 \series bold
9583 &
9584 \series default
9585  el contenido de la celda siguiente correspondiente y borra el contenido
9586  de esas celdas.
9587 \begin_inset Newline newline
9588 \end_inset
9589
9590 Detrás del comando 
9591 \series bold
9592
9593 \backslash
9594
9595 \backslash
9596
9597 \series default
9598 , inserta tantos 
9599 \series bold
9600 &
9601 \series default
9602  como columnas haya delante de la actual.
9603  Enl cuadro
9604 \begin_inset space ~
9605 \end_inset
9606
9607
9608 \begin_inset CommandInset ref
9609 LatexCommand ref
9610 reference "tab:Saltos de Página Forzados"
9611
9612 \end_inset
9613
9614  la celda que debería cortarse está en la segunda columna seguida de otra
9615  columna.
9616  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9617  detrás
9618  de «
9619 \emph on
9620 Castelchiodato,
9621 \emph default
9622 »:
9623 \end_layout
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628 & 111
9629 \backslash
9630
9631 \backslash
9632  
9633 \backslash
9634 newpage
9635 \begin_inset Newline newline
9636 \end_inset
9637
9638 &
9639 \end_layout
9640
9641 \begin_layout Standard
9642 El «111» en la tercera columna de la fila se ha borrado.
9643
9644 \series bold
9645  
9646 \backslash
9647 newpage 
9648 \series default
9649 es necesario solo si en esta posición debiera ir definitivamente un salto
9650  de página, de otro modo es sólamente una posibilidad de salto.
9651  Si la fila más baja de la cuadro multipágina no tiene, por alguna razón,
9652  línea superior pero quisieras una línea horizontal donde se corta la celda,
9653  usa este comando alternativo:
9654 \end_layout
9655
9656 \begin_layout Standard
9657
9658 \series bold
9659 & 111
9660 \backslash
9661
9662 \backslash
9663
9664 \begin_inset Newline newline
9665 \end_inset
9666
9667
9668 \backslash
9669 hline &
9670 \end_layout
9671
9672 \begin_layout Standard
9673 Cuando la celda a cortar está en la última columna, el comando
9674 \end_layout
9675
9676 \begin_layout Standard
9677
9678 \series bold
9679
9680 \backslash
9681 setlength{
9682 \backslash
9683 parfillskip}{0pt}
9684 \end_layout
9685
9686 \begin_layout Standard
9687 debe insertarse en código \SpecialChar TeX
9688  al principio de la celda.
9689  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9690  aparecerá con toda su anchura.
9691 \end_layout
9692
9693 \begin_layout Standard
9694 \align center
9695 \begin_inset Tabular
9696 <lyxtabular version="3" rows="38" columns="3">
9697 <features islongtable="true" longtabularalignment="center">
9698 <column alignment="left" valignment="top" width="0pt">
9699 <column alignment="left" valignment="top" width="3cm">
9700 <column alignment="right" valignment="top" width="0pt">
9701 <row endfirsthead="true" caption="true">
9702 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 \begin_inset Caption Standard
9707
9708 \begin_layout Plain Layout
9709 Cuadro con salto de página forzado en celda
9710 \begin_inset CommandInset label
9711 LatexCommand label
9712 name "tab:Saltos de Página Forzados"
9713
9714 \end_inset
9715
9716
9717 \begin_inset Argument 1
9718 status open
9719
9720 \begin_layout Plain Layout
9721 Cuadro con salto de página forzado
9722 \end_layout
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row endfirsthead="true">
9756 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \series bold
9762 Ejemplo de lista telefónica (ignore los nombres)
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row endfirsthead="true">
9787 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \series bold
9793 NOMBRE
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \series bold
9813 TEL.
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 </row>
9819 <row endhead="true" caption="true">
9820 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Caption Unnumbered
9825
9826 \begin_layout Plain Layout
9827 continúa Ejemplo de lista telefónica
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row endhead="true">
9857 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861  
9862 \series bold
9863 Ejemplo de lista telefónica
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row endhead="true">
9888 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \series bold
9894 NOMBRE
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \series bold
9914 TEL.
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row endfoot="true">
9921 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 continúa en página siguiente
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row>
9950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 Annovi
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965 Silvia
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 111
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row>
9981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \series bold
9987 Bertoli
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 Stefano
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 111
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 <row>
10012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \series bold
10018 Bozzi
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 Walter
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 111
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 </row>
10042 <row>
10043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \series bold
10049 Cachia
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 Maria
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 111
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 </row>
10073 <row>
10074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \series bold
10080 Cachia
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 Maurizio
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 111
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row>
10105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \series bold
10111 Cinquemani
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 Giusi
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 111
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \series bold
10142 Colin
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 Bernard
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 111
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \series bold
10173 Concli
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 Gianfranco
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 111
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row>
10198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \series bold
10204 Dal Bosco
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 Carolina
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 111
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row>
10229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \series bold
10235 Dalpiaz
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 Annamaria
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 111
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 Feliciello
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Domenico
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Focarelli
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Paola
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Galletti
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Oreste
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Gasparini
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Franca
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Lassini
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Giancarlo
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Malfatti
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Luciano
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Malfatti
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Valeriano
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Meneguzzo
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Roberto
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Mezzadra
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Roberto
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Pirpamer
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Erich
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Pochiesa
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Paolo
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111, 222
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Radina
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Claudio
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Rizzardi
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Paolo, 11.
10648  Fürst von Montecompatri, 11.
10649  Fürst von Sulmona und Vivaro, 10.
10650  Fürst von Rossano, 5.
10651  Herzog von Canemorte, 11.
10652  Herzog von Palombara, 5.
10653  Herzog von Castelchiodato,
10654 \begin_inset ERT
10655 status open
10656
10657 \begin_layout Plain Layout
10658
10659 & 111
10660 \backslash
10661
10662 \backslash
10663  
10664 \backslash
10665 newpage
10666 \end_layout
10667
10668 \begin_layout Plain Layout
10669
10670 &
10671 \end_layout
10672
10673 \end_inset
10674
10675  11.
10676  Herzog von Poggionativo, 11.
10677  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10678  Graf von Valinfreda, 11.
10679  Baron von Cropalati, 11.
10680  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 111
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row>
10696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \series bold
10702 Stuffer
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 Oskar
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 111
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \series bold
10733 Tacchelli
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 Ugo
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 111
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 </row>
10757 <row>
10758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762
10763 \series bold
10764 Tezzele
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 Margit
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 111
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \series bold
10795 Unterkalmsteiner
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Frieda
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 111
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row>
10820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \series bold
10826 Vieider
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Hilde
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 111
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Vigna
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Jürgen
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 111
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 Weber
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Maurizio
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 111
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \series bold
10919 Winkler
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 Franz
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 111
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 </lyxtabular>
10944
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \begin_layout Section
10951 Líneas, columnas y filas múltiples
10952 \end_layout
10953
10954 \begin_layout Subsection
10955 Líneas múltiples en celdas
10956 \begin_inset CommandInset label
10957 LatexCommand label
10958 name "subsec:Líneas-Múltiples-en"
10959
10960 \end_inset
10961
10962
10963 \begin_inset Index idx
10964 status collapsed
10965
10966 \begin_layout Plain Layout
10967 Lineas@Líneas múltiples en celdas
10968 \end_layout
10969
10970 \end_inset
10971
10972
10973 \begin_inset Index idx
10974 status collapsed
10975
10976 \begin_layout Plain Layout
10977 Cuadros ! Saltos de línea
10978 \end_layout
10979
10980 \end_inset
10981
10982
10983 \end_layout
10984
10985 \begin_layout Standard
10986 \noindent
10987 \begin_inset Float table
10988 placement H
10989 wide false
10990 sideways false
10991 status open
10992
10993 \begin_layout Plain Layout
10994 \begin_inset Caption Standard
10995
10996 \begin_layout Plain Layout
10997 \begin_inset CommandInset label
10998 LatexCommand label
10999 name "tab:Cuadro-con-múltiples"
11000
11001 \end_inset
11002
11003 Cuadro con líneas múltiples en celda
11004 \end_layout
11005
11006 \end_inset
11007
11008
11009 \end_layout
11010
11011 \begin_layout Plain Layout
11012 \align center
11013 \begin_inset Tabular
11014 <lyxtabular version="3" rows="3" columns="3">
11015 <features tabularvalignment="middle">
11016 <column alignment="center" valignment="middle" width="2.5cm">
11017 <column alignment="center" valignment="middle">
11018 <column alignment="center" valignment="middle">
11019 <row>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 líneas
11025 \begin_inset Newline linebreak
11026 \end_inset
11027
11028 múltiples
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 b
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 c
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 d
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 e
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 f
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 g
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 h
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 i
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 </lyxtabular>
11111
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Standard
11123 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11124  párrafos con varias líneas y guionado.
11125 \end_layout
11126
11127 \begin_layout Standard
11128 Para generar el cuadro
11129 \begin_inset space ~
11130 \end_inset
11131
11132
11133 \begin_inset CommandInset ref
11134 LatexCommand ref
11135 reference "tab:Cuadro-con-múltiples"
11136
11137 \end_inset
11138
11139 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11140  En el diálogo que surge establece una anchura de 2.5
11141 \begin_inset space \thinspace{}
11142 \end_inset
11143
11144 cm y escoge centro en alineación vertical y horizontal.
11145  La alineación vertical se utiliza para todas las celdas de la fila.
11146  Como nuestro texto es menor de 2.5
11147 \begin_inset space \thinspace{}
11148 \end_inset
11149
11150 cm, sólo aparece una línea.
11151  Para poner dos añadimos un salto de línea justificado, (atajo 
11152 \family sans
11153 Ctrl+Mayúsculas+Entrar
11154 \family default
11155 ).
11156  Si el texto es más ancho que la celda será automáticamente dividido en
11157  líneas.
11158 \end_layout
11159
11160 \begin_layout Standard
11161 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11162  no puede cortarla
11163  con guión si es la primera entrada.
11164  Por eso hay que insertar algo para que dicha palabra no sea la primera
11165  entrada: añade un espacio horizontal de 0
11166 \begin_inset space \thinspace{}
11167 \end_inset
11168
11169 pt delante de la palabra.
11170  Como el espacio es 0 la salida no cambia.
11171  El cuadro
11172 \begin_inset space ~
11173 \end_inset
11174
11175
11176 \begin_inset CommandInset ref
11177 LatexCommand ref
11178 reference "tab:Cuadro-con-y"
11179
11180 \end_inset
11181
11182  muestra el efecto.
11183 \end_layout
11184
11185 \begin_layout Standard
11186 \begin_inset Float table
11187 placement b
11188 wide false
11189 sideways false
11190 status open
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Caption Standard
11194
11195 \begin_layout Plain Layout
11196 \begin_inset CommandInset label
11197 LatexCommand label
11198 name "tab:Cuadro-con-y"
11199
11200 \end_inset
11201
11202 Cuadros con y sin guión
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \begin_layout Plain Layout
11211 \begin_inset space \hfill{}
11212 \end_inset
11213
11214
11215 \begin_inset Tabular
11216 <lyxtabular version="3" rows="3" columns="3">
11217 <features tabularvalignment="middle">
11218 <column alignment="center" valignment="middle" width="2.5cm">
11219 <column alignment="center" valignment="middle">
11220 <column alignment="center" valignment="middle">
11221 <row>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 celdaconpalabramuylarga
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 b
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 c
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 </row>
11250 <row>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 d
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 e
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 f
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 g
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 h
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 i
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 </row>
11308 </lyxtabular>
11309
11310 \end_inset
11311
11312
11313 \begin_inset space \hfill{}
11314 \end_inset
11315
11316
11317 \begin_inset Tabular
11318 <lyxtabular version="3" rows="3" columns="3">
11319 <features tabularvalignment="middle">
11320 <column alignment="center" valignment="middle" width="2.5cm">
11321 <column alignment="center" valignment="middle">
11322 <column alignment="center" valignment="middle">
11323 <row>
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 \begin_inset space \hspace{}
11329 \length 0pt
11330 \end_inset
11331
11332 celdaconpalabramuylarga
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 b
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 c
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 </row>
11356 <row>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 d
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 e
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 f
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 g
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 h
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 i
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 </row>
11414 </lyxtabular>
11415
11416 \end_inset
11417
11418
11419 \begin_inset space \hfill{}
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426
11427
11428 \end_layout
11429
11430 \begin_layout Subsection
11431 Multicolumnas
11432 \begin_inset CommandInset label
11433 LatexCommand label
11434 name "subsec:Multicolumnas"
11435
11436 \end_inset
11437
11438
11439 \begin_inset Index idx
11440 status collapsed
11441
11442 \begin_layout Plain Layout
11443 Multicolumnas
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \begin_inset Index idx
11450 status collapsed
11451
11452 \begin_layout Plain Layout
11453 Cuadros ! Multicolumnas
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Subsubsection
11462 Fundamentos de multicolumnas
11463 \end_layout
11464
11465 \begin_layout Standard
11466 Para extender una celda sobre varias columnas, se marcan las celdas que
11467  se desee combinar y se usa el botón 
11468 \begin_inset Info
11469 type  "icon"
11470 arg   "tabular-feature multicolumn"
11471 \end_inset
11472
11473 , el menú 
11474 \family sans
11475 Editar\SpecialChar menuseparator
11476 Cuadro\SpecialChar menuseparator
11477 Multicolumna
11478 \family default
11479 , o clic derecho sobre las celdas marcadas y elige 
11480 \family sans
11481 Multicolumna 
11482 \family default
11483 en el menú contextual.
11484 \end_layout
11485
11486 \begin_layout Standard
11487 Las multicolumnas tienen su propia configuración de celdas.
11488  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11489  multicolumna.
11490  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11491  última fila sin borde superior:
11492 \end_layout
11493
11494 \begin_layout Standard
11495 \align center
11496 \begin_inset Tabular
11497 <lyxtabular version="3" rows="3" columns="4">
11498 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11499 <column alignment="center" valignment="top" width="0pt">
11500 <column alignment="center" valignment="middle">
11501 <column alignment="center" valignment="top" width="0in">
11502 <column alignment="center" valignment="top" width="0pt">
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 abc
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 def ghi
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 jkl
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546
11547 \family roman
11548 \series medium
11549 \shape up
11550 \size normal
11551 \emph off
11552 \bar no
11553 \noun off
11554 \color none
11555 A
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 B
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 C
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 D
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 </row>
11588 <row>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 1
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 2
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 3
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 4
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 </row>
11626 </lyxtabular>
11627
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \begin_layout Subsubsection
11634 Cálculos en multicolumnas
11635 \begin_inset CommandInset label
11636 LatexCommand label
11637 name "subsec:Cálculos-en-Multicolumnas"
11638
11639 \end_inset
11640
11641
11642 \begin_inset Index idx
11643 status collapsed
11644
11645 \begin_layout Plain Layout
11646 Cuadros ! Multicolumnas ! Cálculos
11647 \end_layout
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Standard
11655 \SpecialChar LyX
11656  soporta multicolumnas directamente, pero hay que prestar atención a la
11657  anchura de celda de las columnas combinadas en la celda multicolumna.
11658 \end_layout
11659
11660 \begin_layout Standard
11661 \begin_inset Float table
11662 placement h
11663 wide false
11664 sideways false
11665 status open
11666
11667 \begin_layout Plain Layout
11668 \begin_inset Caption Standard
11669
11670 \begin_layout Plain Layout
11671 \begin_inset CommandInset label
11672 LatexCommand label
11673 name "tab:Cuadro-con-centrado"
11674
11675 \end_inset
11676
11677 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11678  exactamente la mitad de anchura que la celda multicolumna
11679 \begin_inset Argument 1
11680 status open
11681
11682 \begin_layout Plain Layout
11683 Cuadro multicolumna perfecta
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \end_inset
11692
11693
11694 \end_layout
11695
11696 \begin_layout Plain Layout
11697 \align center
11698 \begin_inset Tabular
11699 <lyxtabular version="3" rows="3" columns="3">
11700 <features tabularvalignment="middle">
11701 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11702 <column alignment="center" valignment="middle">
11703 <column alignment="center" valignment="top">
11704 <row>
11705 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 multicolumna línea múltiple
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 c
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 <row>
11734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 d
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 e
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 f
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 </row>
11762 <row>
11763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 g
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 h
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 i
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 </lyxtabular>
11792
11793 \end_inset
11794
11795
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \begin_layout Standard
11804 Por ejemplo, para crear el cuadro
11805 \begin_inset space ~
11806 \end_inset
11807
11808
11809 \begin_inset CommandInset ref
11810 LatexCommand ref
11811 reference "tab:Cuadro-con-centrado"
11812
11813 \end_inset
11814
11815 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11816  clic derecho.
11817  En el diálogo marca 
11818 \emph on
11819 multicolumna
11820 \emph default
11821
11822 \emph on
11823 alineación centro
11824 \emph default
11825  y una anchura de 2.5
11826 \begin_inset space \thinspace{}
11827 \end_inset
11828
11829 cm.
11830  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11831  de la celda multicolumna, así que deberías ajustar 1.25
11832 \begin_inset space \thinspace{}
11833 \end_inset
11834
11835 cm para la primera columna.
11836  La segunda columna tendrá entonces automáticamente 1.25
11837 \begin_inset space \thinspace{}
11838 \end_inset
11839
11840 cm de anchura.
11841  Para el cuadro
11842 \begin_inset space ~
11843 \end_inset
11844
11845
11846 \begin_inset CommandInset ref
11847 LatexCommand ref
11848 reference "tab:Cuadro-sin-mitad"
11849
11850 \end_inset
11851
11852  se ha procedido de la siguiente manera:
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset Float table
11857 wide false
11858 sideways false
11859 status open
11860
11861 \begin_layout Plain Layout
11862 \begin_inset Caption Standard
11863
11864 \begin_layout Plain Layout
11865 \begin_inset CommandInset label
11866 LatexCommand label
11867 name "tab:Cuadro-sin-mitad"
11868
11869 \end_inset
11870
11871 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11872  de anchura que la celda multicolumna
11873 \begin_inset Argument 1
11874 status open
11875
11876 \begin_layout Plain Layout
11877 Cuadro multicolumna imperfecta
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \end_inset
11886
11887
11888 \end_layout
11889
11890 \begin_layout Plain Layout
11891 \align center
11892 \begin_inset Tabular
11893 <lyxtabular version="3" rows="3" columns="3">
11894 <features tabularvalignment="middle">
11895 <column alignment="center" valignment="top" width="1.25cm">
11896 <column alignment="center" valignment="top">
11897 <column alignment="center" valignment="top">
11898 <row>
11899 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 multicolumna línea múltiple
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 c
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 </row>
11927 <row>
11928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 d
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 e
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 f
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 g
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 h
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 i
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 </lyxtabular>
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \end_layout
11996
11997 \begin_layout Standard
11998 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11999 a, es un poco mayor.
12000  La razón es que la anchura dada para una celda 
12001 \begin_inset Formula $W_{g}$
12002 \end_inset
12003
12004  no es su anchura total 
12005 \begin_inset Formula $W_{\mathrm{tot}}$
12006 \end_inset
12007
12008  porque una celda es siempre algo mayor que la anchura dada.
12009  El apéndice
12010 \begin_inset space ~
12011 \end_inset
12012
12013
12014 \begin_inset CommandInset ref
12015 LatexCommand ref
12016 reference "cap:Explicación-de-la-Ecuación"
12017
12018 \end_inset
12019
12020  lo explica con detalle.
12021 \end_layout
12022
12023 \begin_layout Standard
12024 La anchura dada 
12025 \begin_inset Formula $W_{g\,n}$
12026 \end_inset
12027
12028  necesaria para combinar 
12029 \emph on
12030 n
12031 \emph default
12032  columnas puede calcularse de manera que cada columna tenga una anchura
12033  total de 
12034 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12035 \end_inset
12036
12037 :
12038 \begin_inset Formula 
12039 \begin{equation}
12040 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12041 \end{equation}
12042
12043 \end_inset
12044
12045
12046 \end_layout
12047
12048 \begin_layout Standard
12049 En nuestro caso tenemos 
12050 \begin_inset Formula $n=2$
12051 \end_inset
12052
12053
12054 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12055 \end_inset
12056
12057
12058 \begin_inset space \thinspace{}
12059 \end_inset
12060
12061 cm y los valores predeterminados para longitudes, así la ecuación
12062 \begin_inset space ~
12063 \end_inset
12064
12065
12066 \begin_inset CommandInset ref
12067 LatexCommand ref
12068 reference "eq:Wgn"
12069
12070 \end_inset
12071
12072  queda
12073 \begin_inset Formula 
12074 \begin{equation}
12075 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12076 \end{equation}
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Standard
12084 Para habilitar cálculos en \SpecialChar LaTeX
12085 , debe cargarse en el preámbulo el paquete 
12086 \series bold
12087 calc
12088 \series default
12089  con la línea
12090 \begin_inset Index idx
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094 \SpecialChar LaTeX
12095 -paquetes ! calc
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104
12105 \series bold
12106
12107 \backslash
12108 usepackage{calc}
12109 \end_layout
12110
12111 \begin_layout Standard
12112 \SpecialChar LyX
12113  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12114  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12115  en el diálogo.
12116  He aquí un repaso de los argumentos:
12117 \end_layout
12118
12119 \begin_layout Itemize
12120
12121 \series bold
12122 p{ancho}
12123 \series default
12124  crea celdas con anchura fija, el texto alineado arriba
12125 \end_layout
12126
12127 \begin_layout Itemize
12128
12129 \series bold
12130 m{ancho}
12131 \series default
12132  crea celdas con anchura fija, el texto con alineación vertical centrada
12133  
12134 \end_layout
12135
12136 \begin_layout Itemize
12137
12138 \series bold
12139 b{ancho}
12140 \series default
12141  crea celdas con anchura fija, el texto alineado abajo
12142 \end_layout
12143
12144 \begin_layout Standard
12145 Al introducir un argumento \SpecialChar LaTeX
12146 , todas las propiedades de celda puestas en el
12147  diálogo se ignoran.
12148 \end_layout
12149
12150 \begin_layout Standard
12151 \begin_inset Note Greyedout
12152 status open
12153
12154 \begin_layout Plain Layout
12155
12156 \series bold
12157 Nota:
12158 \series default
12159  Debido a un error, \SpecialChar LyX
12160  muestra de todas formas estas propiedades.
12161 \end_layout
12162
12163 \end_inset
12164
12165  
12166 \end_layout
12167
12168 \begin_layout Standard
12169 El comando 
12170 \series bold
12171
12172 \backslash
12173 centering
12174 \series default
12175  centra horizontalmente el texto.
12176  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12177  para la primera columna
12178  extendida:
12179 \end_layout
12180
12181 \begin_layout Standard
12182
12183 \series bold
12184 >{
12185 \backslash
12186 centering}m{1.25cm-6.2pt}
12187 \end_layout
12188
12189 \begin_layout Standard
12190 El comando 
12191 \series bold
12192 >{ }
12193 \series default
12194  significa que los comandos entre llaves se aplican antes de crear la celda.
12195 \end_layout
12196
12197 \begin_layout Standard
12198 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12199 , aún está alineado a la izquierda.
12200  Esto se debe a que \SpecialChar LyX
12201  sólo aplica alineado a columnas simples.
12202  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12203
12204 \end_layout
12205
12206 \begin_layout Standard
12207
12208 \series bold
12209 >{
12210 \backslash
12211 centering}m{2.5cm}
12212 \end_layout
12213
12214 \begin_layout Subsection
12215 Multifilas
12216 \begin_inset CommandInset label
12217 LatexCommand label
12218 name "subsec:Multifilas"
12219
12220 \end_inset
12221
12222
12223 \begin_inset Index idx
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 Multifilas
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \begin_inset Index idx
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 Cuadros ! Multifilas
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \begin_layout Standard
12246 Para extender una celda sobre varias filas, se marcan las celdas que se
12247  desee combinar y se usa el botón 
12248 \begin_inset Info
12249 type  "icon"
12250 arg   "tabular-feature multirow"
12251 \end_inset
12252
12253 , el menú 
12254 \family sans
12255 Editar\SpecialChar menuseparator
12256 Cuadro\SpecialChar menuseparator
12257 Multifila
12258 \family default
12259 , o haz clic derecho sobre las celdas marcadas y elige 
12260 \family sans
12261 Multifila 
12262 \family default
12263 en el menú contextual.
12264 \end_layout
12265
12266 \begin_layout Standard
12267 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12268 \end_layout
12269
12270 \begin_layout Standard
12271 \align center
12272 \begin_inset Tabular
12273 <lyxtabular version="3" rows="3" columns="3">
12274 <features tabularvalignment="middle">
12275 <column alignment="center" valignment="top" width="0pt">
12276 <column alignment="center" valignment="top">
12277 <column alignment="center" valignment="top">
12278 <row>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 entrada en una celda larga
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 b
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 c
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 </row>
12307 <row>
12308 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 multifila
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 e
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Plain Layout
12330 f
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 </row>
12336 <row>
12337 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 h
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 i
12360 \end_layout
12361
12362 \end_inset
12363 </cell>
12364 </row>
12365 </lyxtabular>
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373 La anchura de las celdas multifila se establece poniendo la anchura y la
12374  alineación para toda la columna.
12375  El 
12376 \family sans
12377 Desplazamiento vertical
12378 \family default
12379  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12380 gativo.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Si la columna de una celda multifila no tiene anchura explícita, la celda
12385  multifila hereda el alineamiento de la columna.
12386  Por otra parte, se alinea a la izquierda por omisión.
12387  Para cambiar esto renombra el comando 
12388 \series bold
12389
12390 \backslash
12391 multirowsetup
12392 \series default
12393  con el comando
12394 \end_layout
12395
12396 \begin_layout Standard
12397
12398 \series bold
12399
12400 \backslash
12401 renewcommand{
12402 \backslash
12403 multirowsetup}{
12404 \backslash
12405 centering}
12406 \end_layout
12407
12408 \begin_layout Standard
12409 en el preámbulo del documento.
12410  Entonces se centran todas las entradas de celdas multifila en el documento.
12411  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12412  en código \SpecialChar TeX
12413  justo antes del cuadro en lugar de en el preámbulo.
12414  Si el texto debe estar alineado a la derecha, reemplaza 
12415 \series bold
12416
12417 \backslash
12418 centering
12419 \series default
12420  por 
12421 \series bold
12422
12423 \backslash
12424 raggedleft
12425 \series default
12426 .
12427  Para volver a alineado a la izquierda usa 
12428 \series bold
12429
12430 \backslash
12431 raggedright
12432 \series default
12433 .
12434 \end_layout
12435
12436 \begin_layout Standard
12437 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12438  que tiene un desplazamiento vertical de -4
12439 \begin_inset space \thinspace{}
12440 \end_inset
12441
12442 mm y está en una columna de 3
12443 \begin_inset space \thinspace{}
12444 \end_inset
12445
12446 cm de ancho:
12447 \end_layout
12448
12449 \begin_layout Standard
12450 \noindent
12451 \align center
12452 \begin_inset ERT
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456
12457
12458 \backslash
12459 renewcommand{
12460 \backslash
12461 multirowsetup}{
12462 \backslash
12463 raggedleft}
12464 \end_layout
12465
12466 \end_inset
12467
12468
12469 \begin_inset Tabular
12470 <lyxtabular version="3" rows="4" columns="3">
12471 <features tabularvalignment="middle">
12472 <column alignment="center" valignment="top" width="3cm">
12473 <column alignment="center" valignment="top">
12474 <column alignment="center" valignment="top">
12475 <row>
12476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 entrada en una celda larga
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 b
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 c
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 </row>
12504 <row>
12505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 t
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 n
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 m
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 </row>
12533 <row>
12534 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 multifila
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 e
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 f
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 </row>
12562 <row>
12563 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 h
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 i
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 </row>
12591 </lyxtabular>
12592
12593 \end_inset
12594
12595
12596 \begin_inset ERT
12597 status collapsed
12598
12599 \begin_layout Plain Layout
12600
12601
12602 \backslash
12603 renewcommand{
12604 \backslash
12605 multirowsetup}{
12606 \backslash
12607 raggedright}
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \begin_layout Standard
12616 Para iniciar una nueva línea en una multifila se puede usar un salto de
12617  página forzado (
12618 \family sans
12619 Ctrl+Retorno
12620 \family default
12621 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12622 \end_layout
12623
12624 \begin_layout Standard
12625 \noindent
12626 \align center
12627 \begin_inset Tabular
12628 <lyxtabular version="3" rows="3" columns="2">
12629 <features tabularvalignment="middle">
12630 <column alignment="left" valignment="middle" width="2cm">
12631 <column alignment="center" valignment="top">
12632 <row>
12633 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 aaa
12638 \begin_inset Newline newline
12639 \end_inset
12640
12641 aaa
12642 \begin_inset Newline newline
12643 \end_inset
12644
12645 celda errónea
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 ccc
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 </row>
12660 <row>
12661 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 ddd
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 bbb
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 eee
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 </row>
12700 </lyxtabular>
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 Por tanto, hay que usar con cuidado los saltos forzados.
12709 \end_layout
12710
12711 \begin_layout Subsection
12712 Celdas con línea(s) diagonal(es)
12713 \end_layout
12714
12715 \begin_layout Standard
12716 Para que el lector distinga los encabezados de filas y columnas, es útil
12717  dividir la primera celda del cuadro con una o dos líneas diagonales.
12718  Esto es posible cargando el paquete \SpecialChar LaTeX
12719  
12720 \series bold
12721 diagbox
12722 \series default
12723
12724 \begin_inset Index idx
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728 \SpecialChar LaTeX
12729 -paquetes ! diagbox
12730 \end_layout
12731
12732 \end_inset
12733
12734  en el preámbulo del documento.
12735  El paquete suministra el comando 
12736 \series bold
12737
12738 \backslash
12739 diagbox
12740 \series default
12741 , que se inserta en código \SpecialChar TeX
12742  con dos o tres argumentos:
12743 \end_layout
12744
12745 \begin_layout Standard
12746
12747 \series bold
12748
12749 \backslash
12750 diagbox[options]{izquierda abajo}{derecha arriba}
12751 \end_layout
12752
12753 \begin_layout Standard
12754
12755 \series bold
12756
12757 \backslash
12758 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12759 \end_layout
12760
12761 \begin_layout Standard
12762 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12763  se colocan debajo y encima de dicha línea.
12764  En el segundo la celda se divide con dos líneas.
12765 \end_layout
12766
12767 \begin_layout Standard
12768 \begin_inset ERT
12769 status collapsed
12770
12771 \begin_layout Plain Layout
12772
12773
12774 \backslash
12775 ifdiagbox
12776 \end_layout
12777
12778 \end_inset
12779
12780
12781 \begin_inset Note Note
12782 status open
12783
12784 \begin_layout Plain Layout
12785 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12786  \SpecialChar LaTeX
12787  
12788 \series bold
12789 diagbox
12790 \series default
12791 .
12792 \end_layout
12793
12794 \end_inset
12795
12796
12797 \end_layout
12798
12799 \begin_layout Standard
12800 Aquí hay un ejemplo de cuadro con 
12801 \series bold
12802
12803 \backslash
12804 diagbox
12805 \series default
12806  y dos argumentos:
12807 \end_layout
12808
12809 \begin_layout Standard
12810 \begin_inset VSpace medskip
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \begin_layout Standard
12817 \noindent
12818 \begin_inset Tabular
12819 <lyxtabular version="3" rows="4" columns="4">
12820 <features tabularvalignment="middle">
12821 <column alignment="center" valignment="top">
12822 <column alignment="center" valignment="top">
12823 <column alignment="center" valignment="top">
12824 <column alignment="center" valignment="top">
12825 <row>
12826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 \begin_inset ERT
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834
12835
12836 \backslash
12837 diagbox{
12838 \end_layout
12839
12840 \end_inset
12841
12842 Nombre
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848 }{
12849 \end_layout
12850
12851 \end_inset
12852
12853 Parámetro
12854 \begin_inset ERT
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858
12859 }
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 Thickness in nm
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 Transparency in %
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 Hardness in MPa
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 </row>
12897 <row>
12898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 Perfect Green
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 45
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 80
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 504
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 </row>
12935 <row>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 Dark Multi-P
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 60
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 72
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 982
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 </row>
12973 <row>
12974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 Crystal Clear Pro
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 18
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 86
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 374
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 </lyxtabular>
13012
13013 \end_inset
13014
13015
13016 \begin_inset VSpace medskip
13017 \end_inset
13018
13019
13020 \end_layout
13021
13022 \begin_layout Standard
13023 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13024  de ligas deportivas o distancias:
13025 \end_layout
13026
13027 \begin_layout Standard
13028 \noindent
13029 \align center
13030 \begin_inset Tabular
13031 <lyxtabular version="3" rows="4" columns="4">
13032 <features tabularvalignment="middle">
13033 <column alignment="center" valignment="top" width="0pt">
13034 <column alignment="center" valignment="top">
13035 <column alignment="center" valignment="top">
13036 <column alignment="center" valignment="top">
13037 <row>
13038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047
13048 \backslash
13049 diagbox{
13050 \end_layout
13051
13052 \end_inset
13053
13054 Equipo local
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060 }{
13061 \end_layout
13062
13063 \end_inset
13064
13065 Resultado
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071 }{
13072 \end_layout
13073
13074 \end_inset
13075
13076 Equipo visitante
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082 }
13083 \end_layout
13084
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 Tigers
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 Panthers
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 Falcons
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 <row>
13121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Tigers
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 1:3
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 0:1
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Panthers
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 3:1
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 0:0
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 </row>
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Falcons
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 1:0
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 0:0
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 </row>
13234 </lyxtabular>
13235
13236 \end_inset
13237
13238
13239 \end_layout
13240
13241 \begin_layout Standard
13242 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13243  en cada esquina del cuadro, como en el siguiente ejemplo:
13244 \end_layout
13245
13246 \begin_layout Standard
13247 \noindent
13248 \align center
13249 \begin_inset Tabular
13250 <lyxtabular version="3" rows="5" columns="5">
13251 <features tabularvalignment="middle">
13252 <column alignment="center" valignment="top" width="0pt">
13253 <column alignment="center" valignment="top">
13254 <column alignment="center" valignment="top">
13255 <column alignment="center" valignment="top">
13256 <column alignment="center" valignment="top">
13257 <row>
13258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 \begin_inset ERT
13263 status open
13264
13265 \begin_layout Plain Layout
13266
13267
13268 \backslash
13269 diagbox{
13270 \end_layout
13271
13272 \end_inset
13273
13274 Equipo local
13275 \begin_inset ERT
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279
13280 }{
13281 \end_layout
13282
13283 \end_inset
13284
13285 Resultado
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291 }{
13292 \end_layout
13293
13294 \end_inset
13295
13296 Equipo visitante
13297 \begin_inset ERT
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301
13302 }
13303 \end_layout
13304
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 Tigers
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 Panthers
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 Falcons
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 \begin_inset ERT
13344 status open
13345
13346 \begin_layout Plain Layout
13347
13348
13349 \backslash
13350 diagbox[dir=NE]{
13351 \end_layout
13352
13353 \end_inset
13354
13355 Equipo local
13356 \begin_inset ERT
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360
13361 }{
13362 \end_layout
13363
13364 \end_inset
13365
13366 Resultado
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372 }{
13373 \end_layout
13374
13375 \end_inset
13376
13377 Equipo visitante
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383 }
13384 \end_layout
13385
13386 \end_inset
13387
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 </row>
13394 <row>
13395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 Tigers
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 1:3
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 0:1
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 Tigers
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 </row>
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 Panthers
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 3:1
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 0:0
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 Panthers
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 </row>
13488 <row>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 Falcons
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 1:0
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 0:0
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 Falcons
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 \begin_inset ERT
13541 status open
13542
13543 \begin_layout Plain Layout
13544
13545
13546 \backslash
13547 diagbox[dir=SW]{
13548 \end_layout
13549
13550 \end_inset
13551
13552 Equipo local
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }{
13559 \end_layout
13560
13561 \end_inset
13562
13563 Resultado
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }{
13570 \end_layout
13571
13572 \end_inset
13573
13574 Equipo visitante
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580 }
13581 \end_layout
13582
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 Tigers
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 Panthers
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 Falcons
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 \begin_inset ERT
13622 status open
13623
13624 \begin_layout Plain Layout
13625
13626
13627 \backslash
13628 diagbox[dir=SE]{
13629 \end_layout
13630
13631 \end_inset
13632
13633 Equipo local
13634 \begin_inset ERT
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638
13639 }{
13640 \end_layout
13641
13642 \end_inset
13643
13644 Resultado
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 }{
13651 \end_layout
13652
13653 \end_inset
13654
13655 Equipo visitante
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }
13662 \end_layout
13663
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 </lyxtabular>
13673
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 Para rotar las líneas diagonales se usa la opción 
13681 \series bold
13682 dir=direction
13683 \series default
13684 .
13685  
13686 \emph on
13687 direction
13688 \emph default
13689  es 
13690 \series bold
13691 NE
13692 \series default
13693
13694 \series bold
13695 SE
13696 \series default
13697
13698 \series bold
13699 SW
13700 \series default
13701  o 
13702 \series bold
13703 NW
13704 \series default
13705 , que representan puntos en una brújula.
13706  Por ejemplo, 
13707 \series bold
13708 SW
13709 \series default
13710  es la orientación suroeste.
13711  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13712  el comando
13713 \end_layout
13714
13715 \begin_layout Standard
13716
13717 \series bold
13718
13719 \backslash
13720 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13721 \end_layout
13722
13723 \begin_layout Standard
13724 Si no se indica dirección se usa NW.
13725 \end_layout
13726
13727 \begin_layout Standard
13728 La anchura adecuada para las celdas divididas se calcula automáticamente.
13729  Si estableces una anchura fija de columna menor que la calculada, el contenido
13730  sobrepasará los bordes de la celda:
13731 \end_layout
13732
13733 \begin_layout Standard
13734 \noindent
13735 \align center
13736 \begin_inset Tabular
13737 <lyxtabular version="3" rows="2" columns="2">
13738 <features tabularvalignment="middle">
13739 <column alignment="center" valignment="top" width="3cm">
13740 <column alignment="center" valignment="top">
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751
13752 \backslash
13753 diagbox{
13754 \end_layout
13755
13756 \end_inset
13757
13758 Nombre
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764 }{
13765 \end_layout
13766
13767 \end_inset
13768
13769 Parámetro
13770 \begin_inset ERT
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774
13775 }
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Thickness in nm
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row>
13796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Perfect Green
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 45
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 </lyxtabular>
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \begin_layout Standard
13823 Si hace falta una determinada anchura para columnas con celdas divididas,
13824  se usa la opción 
13825 \series bold
13826 width=3cm
13827 \series default
13828  (donde '3cm' puede cambiarse por la cantidad deseada).
13829  En el cuadro siguiente se ha puesto 4
13830 \begin_inset space \thinspace{}
13831 \end_inset
13832
13833 cm de anchura para la primera columna.
13834  Para 
13835 \series bold
13836
13837 \backslash
13838 diagbox
13839 \series default
13840  se necesita una anchura de 4
13841 \begin_inset space \thinspace{}
13842 \end_inset
13843
13844 cm + 2
13845 \begin_inset space \thinspace{}
13846 \end_inset
13847
13848
13849 \backslash
13850 tabcolsep, ya que la anchura total es la del texto (4
13851 \begin_inset space \thinspace{}
13852 \end_inset
13853
13854 cm en este caso) más dos veces la separación del texto y el borde.
13855  El cálculo de la anchura no puede hacerse en la opciones del comando 
13856 \series bold
13857
13858 \backslash
13859 diagbox
13860 \series default
13861 , hay que crear una nueva longitud que se puede usar después.
13862  Esto se hace con los comandos en código \SpecialChar TeX
13863
13864 \end_layout
13865
13866 \begin_layout Standard
13867
13868 \series bold
13869
13870 \backslash
13871 newlength{
13872 \backslash
13873 diagtest}
13874 \begin_inset Newline newline
13875 \end_inset
13876
13877
13878 \backslash
13879 setlength{
13880 \backslash
13881 diagtest}{4cm+2
13882 \backslash
13883 tabcolsep}
13884 \end_layout
13885
13886 \begin_layout Standard
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892
13893 \backslash
13894 newlength{
13895 \backslash
13896 diagtest}
13897 \end_layout
13898
13899 \begin_layout Plain Layout
13900
13901
13902 \backslash
13903 setlength{
13904 \backslash
13905 diagtest}{4cm+2
13906 \backslash
13907 tabcolsep}
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \begin_layout Standard
13916 Para habilitar cálculos en \SpecialChar LaTeX
13917  hay que cargar el paquete 
13918 \series bold
13919 calc
13920 \series default
13921
13922 \begin_inset Index idx
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926 \SpecialChar LaTeX
13927 -paquetes ! calc
13928 \end_layout
13929
13930 \end_inset
13931
13932  en el preámbulo del documento.
13933 \end_layout
13934
13935 \begin_layout Standard
13936 En este cuadro se puede usar ahora el comando
13937 \end_layout
13938
13939 \begin_layout Standard
13940
13941 \series bold
13942
13943 \backslash
13944 diagbox[width=
13945 \backslash
13946 diagtest]{A}{B}
13947 \end_layout
13948
13949 \begin_layout Standard
13950 en la primera celda:
13951 \end_layout
13952
13953 \begin_layout Standard
13954 \noindent
13955 \align center
13956 \begin_inset Tabular
13957 <lyxtabular version="3" rows="2" columns="2">
13958 <features tabularvalignment="middle">
13959 <column alignment="center" valignment="top" width="4cm">
13960 <column alignment="center" valignment="top">
13961 <row>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 \begin_inset ERT
13967 status open
13968
13969 \begin_layout Plain Layout
13970
13971
13972 \backslash
13973 diagbox[width=
13974 \backslash
13975 diagtest]{
13976 \end_layout
13977
13978 \end_inset
13979
13980 A
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986 }{
13987 \end_layout
13988
13989 \end_inset
13990
13991 B
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }
13998 \end_layout
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 Thickness in nm
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 </row>
14017 <row>
14018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 Perfect Green
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 45
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 </lyxtabular>
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \begin_layout Standard
14045 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14046  la columna.
14047  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14048  como en este caso:
14049 \end_layout
14050
14051 \begin_layout Standard
14052 \noindent
14053 \align center
14054 \begin_inset Tabular
14055 <lyxtabular version="3" rows="2" columns="2">
14056 <features tabularvalignment="middle">
14057 <column alignment="center" valignment="top" width="0pt">
14058 <column alignment="center" valignment="top">
14059 <row>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 \begin_inset ERT
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068
14069
14070 \backslash
14071 diagbox{
14072 \end_layout
14073
14074 \end_inset
14075
14076 A
14077 \begin_inset ERT
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081
14082 }{
14083 \end_layout
14084
14085 \end_inset
14086
14087 B
14088 \begin_inset ERT
14089 status collapsed
14090
14091 \begin_layout Plain Layout
14092
14093 }
14094 \end_layout
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 Thickness in nm
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 <row>
14114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 Perfect Green
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 45
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 </lyxtabular>
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \begin_layout Standard
14141 En este caso se usa la opción 
14142 \series bold
14143 width
14144 \series default
14145  del comando 
14146 \series bold
14147
14148 \backslash
14149 diagbox
14150 \series default
14151 .
14152  Ahora no es necesario añadir 2
14153 \backslash
14154 tabcolsep porque la anchura de la celda es la anchura de la columna.
14155  En este cuadro se usa una anchura de 3
14156 \begin_inset space \thinspace{}
14157 \end_inset
14158
14159 cm:
14160 \end_layout
14161
14162 \begin_layout Standard
14163 \noindent
14164 \align center
14165 \begin_inset Tabular
14166 <lyxtabular version="3" rows="2" columns="2">
14167 <features tabularvalignment="middle">
14168 <column alignment="center" valignment="top" width="0pt">
14169 <column alignment="center" valignment="top">
14170 <row>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 \begin_inset ERT
14176 status open
14177
14178 \begin_layout Plain Layout
14179
14180
14181 \backslash
14182 diagbox[width=3cm]{
14183 \end_layout
14184
14185 \end_inset
14186
14187 A
14188 \begin_inset ERT
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192
14193 }{
14194 \end_layout
14195
14196 \end_inset
14197
14198 B
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204 }
14205 \end_layout
14206
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 Thickness in nm
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 <row>
14225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 Perfect Green
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 45
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 </lyxtabular>
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \begin_layout Standard
14252 Para múltiples líneas de texto en celdas divididas se necesita una altura
14253  adicional para adaptar el texto a la celda.
14254  Esto se consigue con la opción 
14255 \series bold
14256 height=3cm
14257 \series default
14258  (se puede cambiar por el valor deseado).
14259  En el cuadro siguiente se usa el comando
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265
14266 \backslash
14267 diagbox[width=3cm,height=1.4cm]{A
14268 \backslash
14269
14270 \backslash
14271 B}{C
14272 \backslash
14273
14274 \backslash
14275 D}
14276 \end_layout
14277
14278 \begin_layout Standard
14279 en la primera celda.
14280  El comando 
14281 \series bold
14282
14283 \backslash
14284
14285 \backslash
14286
14287 \series default
14288  crea el salto de línea.
14289 \begin_inset Foot
14290 status open
14291
14292 \begin_layout Plain Layout
14293 Saltos de línea con 
14294 \family sans
14295 Ctrl+Retorno
14296 \family default
14297  solo es posible si la columna tiene anchura fija.
14298 \end_layout
14299
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \begin_layout Standard
14306 \noindent
14307 \align center
14308 \begin_inset Tabular
14309 <lyxtabular version="3" rows="2" columns="2">
14310 <features tabularvalignment="middle">
14311 <column alignment="center" valignment="top">
14312 <column alignment="center" valignment="top">
14313 <row>
14314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 \begin_inset ERT
14319 status open
14320
14321 \begin_layout Plain Layout
14322
14323
14324 \backslash
14325 diagbox[width=3cm,height=1.4cm]{
14326 \end_layout
14327
14328 \end_inset
14329
14330 A
14331 \begin_inset ERT
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335
14336
14337 \backslash
14338
14339 \backslash
14340
14341 \end_layout
14342
14343 \end_inset
14344
14345 B
14346 \begin_inset ERT
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350
14351 }{
14352 \end_layout
14353
14354 \end_inset
14355
14356 C
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364
14365 \backslash
14366
14367 \end_layout
14368
14369 \end_inset
14370
14371 D
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377 }
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 Thickness in nm
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 </row>
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 Perfect Green
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 45
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 </lyxtabular>
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 \begin_inset ERT
14426 status collapsed
14427
14428 \begin_layout Plain Layout
14429
14430
14431 \backslash
14432 else
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \begin_inset Note Note
14439 status open
14440
14441 \begin_layout Plain Layout
14442 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14443  
14444 \series bold
14445 diagbox
14446 \series default
14447 .
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Standard
14456 Hay que instalar el paquete \SpecialChar LaTeX
14457  
14458 \series bold
14459 diagbox
14460 \series default
14461  para ver la parte siguiente en la salida.
14462 \end_layout
14463
14464 \begin_layout Standard
14465 \begin_inset ERT
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469
14470
14471 \backslash
14472 fi
14473 \end_layout
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 Para más información sobre el paquete \SpecialChar LaTeX
14482  
14483 \series bold
14484 diagbox
14485 \series default
14486  consulta su documentación,
14487 \begin_inset space ~
14488 \end_inset
14489
14490
14491 \begin_inset CommandInset citation
14492 LatexCommand cite
14493 key "diagbox"
14494
14495 \end_inset
14496
14497 .
14498 \end_layout
14499
14500 \begin_layout Section
14501 Cuadros formales
14502 \begin_inset CommandInset label
14503 LatexCommand label
14504 name "sec:Cuadros-Formales"
14505
14506 \end_inset
14507
14508
14509 \begin_inset Index idx
14510 status collapsed
14511
14512 \begin_layout Plain Layout
14513 Cuadros ! Formales
14514 \end_layout
14515
14516 \end_inset
14517
14518  
14519 \end_layout
14520
14521 \begin_layout Standard
14522 En los libros, los cuadros se suelen presentar en un formato como el del
14523  cuadro 
14524 \begin_inset space ~
14525 \end_inset
14526
14527
14528 \begin_inset CommandInset ref
14529 LatexCommand ref
14530 reference "tab:Ejemplo-cuadro-formal"
14531
14532 \end_inset
14533
14534 .
14535  Se denominan cuadros 
14536 \emph on
14537 formales
14538 \emph default
14539 .
14540  Para hacer cuadros con este diseño, elige 
14541 \family sans
14542 Estilo
14543 \family default
14544
14545 \begin_inset space ~
14546 \end_inset
14547
14548
14549 \family sans
14550 Formal
14551 \family default
14552  en la solapa 
14553 \family sans
14554 Bordes
14555 \family default
14556  del diálogo de cuadros.
14557 \end_layout
14558
14559 \begin_layout Standard
14560 \begin_inset Float table
14561 placement h
14562 wide false
14563 sideways false
14564 status open
14565
14566 \begin_layout Plain Layout
14567 \begin_inset Caption Standard
14568
14569 \begin_layout Plain Layout
14570 \begin_inset CommandInset label
14571 LatexCommand label
14572 name "tab:Ejemplo-cuadro-formal"
14573
14574 \end_inset
14575
14576 Ejemplo de cuadro formal
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Plain Layout
14585 \align center
14586 \begin_inset Tabular
14587 <lyxtabular version="3" rows="8" columns="4">
14588 <features booktabs="true" tabularvalignment="middle">
14589 <column alignment="center" valignment="top">
14590 <column alignment="center" valignment="top">
14591 <column alignment="center" valignment="top">
14592 <column alignment="center" valignment="top">
14593 <row>
14594 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 System
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell alignment="center" valignment="top" topline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607 Chip
14608 \begin_inset space \thinspace{}
14609 \end_inset
14610
14611 1
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 Chip
14621 \begin_inset space \thinspace{}
14622 \end_inset
14623
14624 2
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 </row>
14639 <row>
14640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 \begin_inset ERT
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648
14649
14650 \backslash
14651 cmidrule(r){2-2}
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 cmidrule(l){3-4}
14665 \end_layout
14666
14667 \end_inset
14668
14669 Detector thickness in µm
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 300
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 300
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell alignment="center" valignment="top" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696 700
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 <row>
14703 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14704 \begin_inset Text
14705
14706 \begin_layout Plain Layout
14707 Edge angle in °
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 3.55
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725 2.71
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 7.99
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row topspace="default">
14741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 Spatial resolution in µm
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell alignment="center" valignment="top" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754 4.26
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell alignment="center" valignment="top" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 10.17
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell alignment="center" valignment="top" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 10.56
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 </row>
14778 <row topspace="default">
14779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783 MTF at 
14784 \begin_inset Formula $f_{\mathrm{max}}$
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 0.53
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 0.37
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 0.39
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 </row>
14820 <row topspace="default">
14821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830
14831 \backslash
14832 cmidrule[2pt](l{10pt}){1-1}
14833 \end_layout
14834
14835 \end_inset
14836
14837 LSF-spatial resolution
14838 \end_layout
14839
14840 \end_inset
14841 </cell>
14842 <cell alignment="center" valignment="top" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 </row>
14870 <row>
14871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 in µm
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 129.7
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 52.75
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 50.78
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 </row>
14908 <row>
14909 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 in % of pixel size
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922 76.3
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 95.9
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 92.3
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 </lyxtabular>
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \begin_layout Standard
14959 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
14960  correspondientes que se encuentran en la solapa 
14961 \family sans
14962 Bordes 
14963 \family default
14964 del diálogo
14965 \family sans
14966  Configuración
14967 \begin_inset space ~
14968 \end_inset
14969
14970 del
14971 \begin_inset space ~
14972 \end_inset
14973
14974 cuadro
14975 \family default
14976 , como se explica en la sección
14977 \begin_inset space ~
14978 \end_inset
14979
14980
14981 \begin_inset CommandInset ref
14982 LatexCommand ref
14983 reference "subsec:Espacio-adicional"
14984
14985 \end_inset
14986
14987 .
14988 \end_layout
14989
14990 \begin_layout Standard
14991 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
14992  verticales.
14993  Las líneas horizontales se pueden poner o no como en los cuadros normales,
14994  pero en la salida se mostrarán con distinto grosor:
14995 \begin_inset Newline newline
14996 \end_inset
14997
14998 Las líneas primera y última tienen un grosor predeterminado de 0.08
14999 \begin_inset space \thinspace{}
15000 \end_inset
15001
15002 em, las demás tienen un grosor predeterminado de 0.05
15003 \begin_inset space \thinspace{}
15004 \end_inset
15005
15006 em.
15007 \end_layout
15008
15009 \begin_layout Standard
15010 Estos valores predeterminados se pueden cambiar
15011 \series bold
15012  
15013 \series default
15014 con las líneas de preámbulo:
15015 \end_layout
15016
15017 \begin_layout Standard
15018
15019 \series bold
15020
15021 \backslash
15022 let
15023 \backslash
15024 mytoprule
15025 \backslash
15026 toprule
15027 \begin_inset Newline newline
15028 \end_inset
15029
15030
15031 \backslash
15032 renewcommand{
15033 \backslash
15034 toprule}{
15035 \backslash
15036 mytoprule[grosor]}
15037 \end_layout
15038
15039 \begin_layout Standard
15040 Este ejemplo es para la primera línea, la denominada 
15041 \series bold
15042 toprule
15043 \series default
15044 .
15045  Si quieres cambiar el grosor de la última línea, reemplaza 
15046 \series bold
15047 toprule
15048 \series default
15049  por 
15050 \series bold
15051 bottomrule
15052 \series default
15053 .
15054  Y para cambiar el grosor de las demás líneas cambia 
15055 \series bold
15056 toprule
15057 \series default
15058  por 
15059 \series bold
15060 midrule
15061 \series default
15062 .
15063  Puedes usar cualquiera de las unidades listadas en el apéndice
15064 \begin_inset space ~
15065 \end_inset
15066
15067
15068 \begin_inset CommandInset ref
15069 LatexCommand ref
15070 reference "cap:Unidades-disponibles-en"
15071
15072 \end_inset
15073
15074  para establecer el grosor.
15075 \end_layout
15076
15077 \begin_layout Standard
15078 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15079  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15080  \SpecialChar LyX
15081  empleará internamente el comando 
15082 \series bold
15083
15084 \backslash
15085 cmidrule
15086 \series default
15087  para dibujar la línea.
15088  El esquema completo es
15089 \end_layout
15090
15091 \begin_layout Standard
15092
15093 \series bold
15094
15095 \backslash
15096 cmidrule[grosor](recorte){inicol-fincol}
15097 \end_layout
15098
15099 \begin_layout Standard
15100 Por el momento, \SpecialChar LyX
15101  no soporta las opciones de 
15102 \series bold
15103
15104 \backslash
15105 cmidrule
15106 \series default
15107 , así que para usarlas hay que emplear código \SpecialChar TeX
15108 .
15109  Las líneas 
15110 \series bold
15111
15112 \backslash
15113 cmidrule
15114 \series default
15115  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15116  como primera entrada
15117  de la primera celda de una fila.
15118  En la salida se dibujará la línea sobre dicha fila.
15119 \end_layout
15120
15121 \begin_layout Standard
15122 El 
15123 \series bold
15124 grosor
15125 \series default
15126  predeterminado es 0.03
15127 \begin_inset space \thinspace{}
15128 \end_inset
15129
15130 em.
15131  
15132 \series bold
15133 inicol
15134 \series default
15135  es el número de la columna en la que comienza la línea y 
15136 \series bold
15137 fincol
15138 \series default
15139  es el número de la columna en la que acaba la línea.
15140  El valor 
15141 \series bold
15142 fincol
15143 \series default
15144  debe especificarse siempre, aunque la línea se extienda sobre una sola
15145  columna.
15146  El parámetro opcional 
15147 \series bold
15148 recorte
15149 \series default
15150  debe ser 
15151 \emph on
15152 l{recorte}
15153 \emph default
15154  o 
15155 \emph on
15156 r{recorte}
15157 \emph default
15158 , donde 
15159 \emph on
15160 recorte
15161 \emph default
15162  también es opcional.
15163  Por ejemplo, el parámetro 
15164 \emph on
15165 l{2pt}
15166 \emph default
15167  significa que la línea se recorta 2
15168 \begin_inset space \thinspace{}
15169 \end_inset
15170
15171 pt por su izquierda.
15172  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15173 \begin_inset space \thinspace{}
15174 \end_inset
15175
15176 em.
15177
15178 \series bold
15179  
15180 \end_layout
15181
15182 \begin_layout Standard
15183 \begin_inset VSpace bigskip
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Standard
15190 El cuadro
15191 \begin_inset space ~
15192 \end_inset
15193
15194
15195 \begin_inset CommandInset ref
15196 LatexCommand ref
15197 reference "tab:Ejemplo-cuadro-formal"
15198
15199 \end_inset
15200
15201  se ha creado con los comandos
15202 \end_layout
15203
15204 \begin_layout Standard
15205
15206 \series bold
15207
15208 \backslash
15209 cmidrule(r){2-2}
15210 \backslash
15211 cmidrule(l){3-4}
15212 \end_layout
15213
15214 \begin_layout Standard
15215 en la segunda fila, 
15216 \series bold
15217
15218 \backslash
15219 midrule
15220 \series default
15221  en la tercera, y
15222 \end_layout
15223
15224 \begin_layout Standard
15225
15226 \series bold
15227
15228 \backslash
15229 cmidrule[2pt](l{10pt}){1-1}
15230 \end_layout
15231
15232 \begin_layout Standard
15233 en la sexta fila.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 \begin_inset VSpace bigskip
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Quizá quieras superponer líneas 
15245 \series bold
15246
15247 \backslash
15248 cmidrules
15249 \series default
15250  como enl cuadro
15251 \begin_inset space ~
15252 \end_inset
15253
15254
15255 \begin_inset CommandInset ref
15256 LatexCommand ref
15257 reference "tab:Cuadro-formal-especial"
15258
15259 \end_inset
15260
15261 .
15262  Esto se consigue con el comando en código \SpecialChar TeX
15263
15264 \end_layout
15265
15266 \begin_layout Standard
15267
15268 \series bold
15269
15270 \backslash
15271 morecmidrules
15272 \end_layout
15273
15274 \begin_layout Standard
15275 El comando que se ha utilizado para la segunda fila del cuadro
15276 \begin_inset space ~
15277 \end_inset
15278
15279
15280 \begin_inset CommandInset ref
15281 LatexCommand ref
15282 reference "tab:Cuadro-formal-especial"
15283
15284 \end_inset
15285
15286  es
15287 \end_layout
15288
15289 \begin_layout Standard
15290
15291 \series bold
15292
15293 \backslash
15294 cmidrule(r){2-2}
15295 \backslash
15296 cmidrule(l){3-4}
15297 \backslash
15298 morecmidrules
15299 \backslash
15300 cmidrule{2-4}
15301 \end_layout
15302
15303 \begin_layout Standard
15304 El comando para la sexta fila es
15305 \end_layout
15306
15307 \begin_layout Standard
15308
15309 \series bold
15310
15311 \backslash
15312 midrule
15313 \backslash
15314 morecmidrules
15315 \backslash
15316 cmidrule{3-4}
15317 \series default
15318
15319 \begin_inset VSpace bigskip
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \begin_layout Standard
15326 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15327  el siguiente comando para dibujar líneas que se extienden sobre todas las
15328  columnas
15329 \end_layout
15330
15331 \begin_layout Standard
15332
15333 \series bold
15334
15335 \backslash
15336 specialrule{anchura}{espacio superior}{espacio inferior}
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Para más información sobre estas características especiales, acude al manual
15341  del paquete \SpecialChar LaTeX
15342  
15343 \series bold
15344 booktabs
15345 \series default
15346
15347 \begin_inset CommandInset citation
15348 LatexCommand cite
15349 key "booktabs"
15350
15351 \end_inset
15352
15353 .
15354 \begin_inset Index idx
15355 status collapsed
15356
15357 \begin_layout Plain Layout
15358 \SpecialChar LaTeX
15359 -paquetes ! booktabs
15360 \end_layout
15361
15362 \end_inset
15363
15364  
15365 \begin_inset VSpace bigskip
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \begin_layout Standard
15372 \begin_inset Float table
15373 placement h
15374 wide false
15375 sideways false
15376 status open
15377
15378 \begin_layout Plain Layout
15379 \begin_inset Caption Standard
15380
15381 \begin_layout Plain Layout
15382 \begin_inset CommandInset label
15383 LatexCommand label
15384 name "tab:Cuadro-formal-especial"
15385
15386 \end_inset
15387
15388 Cuadro formal especial
15389 \end_layout
15390
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \begin_layout Plain Layout
15397 \align center
15398 \begin_inset Tabular
15399 <lyxtabular version="3" rows="8" columns="4">
15400 <features booktabs="true" tabularvalignment="middle">
15401 <column alignment="center" valignment="top">
15402 <column alignment="center" valignment="top">
15403 <column alignment="center" valignment="top">
15404 <column alignment="center" valignment="top">
15405 <row>
15406 <cell alignment="center" valignment="top" topline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 System
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 Chip
15420 \begin_inset space \thinspace{}
15421 \end_inset
15422
15423 1
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 Chip
15433 \begin_inset space \thinspace{}
15434 \end_inset
15435
15436 2
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 </row>
15451 <row>
15452 <cell alignment="center" valignment="top" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 \begin_inset ERT
15457 status collapsed
15458
15459 \begin_layout Plain Layout
15460
15461
15462 \backslash
15463 cmidrule(r){2-2}
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \begin_inset ERT
15470 status collapsed
15471
15472 \begin_layout Plain Layout
15473
15474
15475 \backslash
15476 cmidrule(l){3-4}
15477 \end_layout
15478
15479 \end_inset
15480
15481
15482 \begin_inset ERT
15483 status collapsed
15484
15485 \begin_layout Plain Layout
15486
15487
15488 \backslash
15489 morecmidrules 
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \begin_inset ERT
15496 status collapsed
15497
15498 \begin_layout Plain Layout
15499
15500
15501 \backslash
15502 cmidrule{2-4}
15503 \end_layout
15504
15505 \end_inset
15506
15507 Detector thickness in µm
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516 300
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 <cell alignment="center" valignment="top" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525 300
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 700
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 Edge angle in °
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" topline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554 3.55
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 2.71
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 7.99
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row topspace="default">
15579 <cell alignment="center" valignment="top" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 Spatial resolution in µm
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 4.26
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 10.17
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610 10.56
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 <row topspace="default">
15617 <cell alignment="center" valignment="top" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 MTF at 
15622 \begin_inset Formula $f_{\mathrm{max}}$
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="center" valignment="top" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 0.53
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 0.37
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 0.39
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 morecmidrules 
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681
15682 \backslash
15683 cmidrule{3-4}
15684 \end_layout
15685
15686 \end_inset
15687
15688 LSF-spatial resolution
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 <row>
15722 <cell alignment="center" valignment="top" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 in µm
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 129.7
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 52.75
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 50.78
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 </row>
15759 <row>
15760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 in % of pixel size
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 76.3
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 95.9
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 92.3
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 </lyxtabular>
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \begin_layout Section
15810 Alineación vertical de cuadros
15811 \begin_inset Index idx
15812 status collapsed
15813
15814 \begin_layout Plain Layout
15815 Cuadros ! Alineación vertical
15816 \end_layout
15817
15818 \end_inset
15819
15820
15821 \end_layout
15822
15823 \begin_layout Standard
15824 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15825  estar en un marco.
15826  Después el marco se puede alinear verticalmente como se describe en la
15827  sección
15828 \begin_inset space ~
15829 \end_inset
15830
15831
15832 \begin_inset CommandInset ref
15833 LatexCommand ref
15834 reference "sec:Diálogo-Marcos"
15835
15836 \end_inset
15837
15838 .
15839  
15840 \end_layout
15841
15842 \begin_layout Standard
15843 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15844 \begin_inset Foot
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848 Las minipáginas se describen en la sección
15849 \begin_inset space ~
15850 \end_inset
15851
15852
15853 \begin_inset CommandInset ref
15854 LatexCommand ref
15855 reference "sec:Minipáginas"
15856
15857 \end_inset
15858
15859 .
15860 \end_layout
15861
15862 \end_inset
15863
15864  que tiene una anchura del 15
15865 \begin_inset space \thinspace{}
15866 \end_inset
15867
15868 % de columna:
15869 \end_layout
15870
15871 \begin_layout Itemize
15872 test 
15873 \begin_inset Box Frameless
15874 position "t"
15875 hor_pos "c"
15876 has_inner_box 1
15877 inner_pos "c"
15878 use_parbox 0
15879 use_makebox 0
15880 width "15col%"
15881 special "none"
15882 height "1in"
15883 height_special "totalheight"
15884 thickness "0.4pt"
15885 separation "3pt"
15886 shadowsize "4pt"
15887 framecolor "black"
15888 backgroundcolor "none"
15889 status collapsed
15890
15891 \begin_layout Plain Layout
15892 \begin_inset Tabular
15893 <lyxtabular version="3" rows="3" columns="3">
15894 <features tabularvalignment="middle">
15895 <column alignment="center" valignment="top">
15896 <column alignment="center" valignment="top">
15897 <column alignment="center" valignment="top">
15898 <row>
15899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 a
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 d
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 g
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 b
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 e
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 h
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 <row>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 c
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 f
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 i
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 </row>
15985 </lyxtabular>
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \end_inset
15993
15994  test 
15995 \begin_inset ERT
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999
16000
16001 \backslash
16002 raisebox{0.85
16003 \backslash
16004 baselineskip}{
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \begin_inset Box Frameless
16011 position "t"
16012 hor_pos "c"
16013 has_inner_box 1
16014 inner_pos "c"
16015 use_parbox 0
16016 use_makebox 0
16017 width "15col%"
16018 special "none"
16019 height "1in"
16020 height_special "totalheight"
16021 thickness "0.4pt"
16022 separation "3pt"
16023 shadowsize "4pt"
16024 framecolor "black"
16025 backgroundcolor "none"
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029 \begin_inset Tabular
16030 <lyxtabular version="3" rows="3" columns="3">
16031 <features tabularvalignment="middle">
16032 <column alignment="center" valignment="top">
16033 <column alignment="center" valignment="top">
16034 <column alignment="center" valignment="top">
16035 <row>
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040 a
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049 d
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 g
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 b
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 e
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 h
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 </row>
16093 <row>
16094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 c
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 f
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 i
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 </row>
16122 </lyxtabular>
16123
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \end_inset
16130
16131
16132 \begin_inset ERT
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136
16137 }
16138 \end_layout
16139
16140 \end_inset
16141
16142
16143 \end_layout
16144
16145 \begin_layout Itemize
16146 test 
16147 \begin_inset Box Frameless
16148 position "c"
16149 hor_pos "c"
16150 has_inner_box 1
16151 inner_pos "c"
16152 use_parbox 0
16153 use_makebox 0
16154 width "15col%"
16155 special "none"
16156 height "1in"
16157 height_special "totalheight"
16158 thickness "0.4pt"
16159 separation "3pt"
16160 shadowsize "4pt"
16161 framecolor "black"
16162 backgroundcolor "none"
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166 \begin_inset Tabular
16167 <lyxtabular version="3" rows="3" columns="3">
16168 <features tabularvalignment="middle">
16169 <column alignment="center" valignment="top">
16170 <column alignment="center" valignment="top">
16171 <column alignment="center" valignment="top">
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 a
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 d
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 g
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 <row>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 b
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 e
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 h
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 <row>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 c
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 f
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 i
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 </lyxtabular>
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \begin_layout Itemize
16272 test 
16273 \begin_inset Box Frameless
16274 position "b"
16275 hor_pos "c"
16276 has_inner_box 1
16277 inner_pos "c"
16278 use_parbox 0
16279 use_makebox 0
16280 width "15col%"
16281 special "none"
16282 height "1in"
16283 height_special "totalheight"
16284 thickness "0.4pt"
16285 separation "3pt"
16286 shadowsize "4pt"
16287 framecolor "black"
16288 backgroundcolor "none"
16289 status collapsed
16290
16291 \begin_layout Plain Layout
16292 \begin_inset Tabular
16293 <lyxtabular version="3" rows="3" columns="3">
16294 <features tabularvalignment="middle">
16295 <column alignment="center" valignment="top">
16296 <column alignment="center" valignment="top">
16297 <column alignment="center" valignment="top">
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 a
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 d
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 g
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 b
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 e
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 h
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 c
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 f
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 i
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 </lyxtabular>
16386
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \end_inset
16393
16394  test 
16395 \begin_inset ERT
16396 status collapsed
16397
16398 \begin_layout Plain Layout
16399
16400
16401 \backslash
16402 raisebox{-0.32
16403 \backslash
16404 baselineskip}{
16405 \end_layout
16406
16407 \end_inset
16408
16409
16410 \begin_inset Box Frameless
16411 position "b"
16412 hor_pos "c"
16413 has_inner_box 1
16414 inner_pos "c"
16415 use_parbox 0
16416 use_makebox 0
16417 width "15col%"
16418 special "none"
16419 height "1in"
16420 height_special "totalheight"
16421 thickness "0.4pt"
16422 separation "3pt"
16423 shadowsize "4pt"
16424 framecolor "black"
16425 backgroundcolor "none"
16426 status collapsed
16427
16428 \begin_layout Plain Layout
16429 \begin_inset Tabular
16430 <lyxtabular version="3" rows="3" columns="3">
16431 <features tabularvalignment="middle">
16432 <column alignment="center" valignment="top">
16433 <column alignment="center" valignment="top">
16434 <column alignment="center" valignment="top">
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 a
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 d
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 g
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 b
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 e
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 h
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 <row>
16494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 c
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 f
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 i
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 </row>
16522 </lyxtabular>
16523
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \end_inset
16530
16531
16532 \begin_inset ERT
16533 status collapsed
16534
16535 \begin_layout Plain Layout
16536
16537 }
16538 \end_layout
16539
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \begin_layout Standard
16546 Como ves, los contenidos de la primera y última filas no se alinean correctament
16547 e con la línea de texto donde está el cuadro.
16548  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16549  un cuadro elevado («raisebox»
16550 \begin_inset Foot
16551 status collapsed
16552
16553 \begin_layout Plain Layout
16554 El uso del comando 
16555 \series bold
16556
16557 \backslash
16558 raisebox
16559 \series default
16560  se explica en la sección
16561 \begin_inset space ~
16562 \end_inset
16563
16564
16565 \begin_inset CommandInset ref
16566 LatexCommand ref
16567 reference "subsec:Alineación-Vertical"
16568
16569 \end_inset
16570
16571 .
16572 \end_layout
16573
16574 \end_inset
16575
16576 ).
16577  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16578  usando el comando en código \SpecialChar TeX
16579
16580 \end_layout
16581
16582 \begin_layout Standard
16583
16584 \series bold
16585
16586 \backslash
16587 raisebox{0.85
16588 \backslash
16589 baselineskip}{
16590 \end_layout
16591
16592 \begin_layout Standard
16593 antes del marco.
16594  Tras él, se pone la llave de cierre 
16595 \series bold
16596 }
16597 \series default
16598  también en código \SpecialChar TeX
16599 .
16600  Para el segundo marco en el tercer ítem se usa el comando 
16601 \end_layout
16602
16603 \begin_layout Standard
16604
16605 \series bold
16606
16607 \backslash
16608 raisebox{-0.32
16609 \backslash
16610 baselineskip}{
16611 \end_layout
16612
16613 \begin_layout Standard
16614 \begin_inset Note Greyedout
16615 status open
16616
16617 \begin_layout Plain Layout
16618
16619 \series bold
16620 Not
16621 \series default
16622 a: La alineación del contenido de la fila con la línea del texto adyacente
16623  no es exacta.
16624  El factor necesario del comando 
16625 \series bold
16626
16627 \backslash
16628 raisebox
16629 \series default
16630  para este alineamiento depende de la tipografía del documento, del tamaño
16631  de letra y del grosor de línea del cuadro.
16632 \end_layout
16633
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \begin_layout Section
16640 Cuadros coloreados
16641 \begin_inset CommandInset label
16642 LatexCommand label
16643 name "sec:Cuadros-Coloreados"
16644
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \begin_layout Subsection
16651 Celdas coloreadas
16652 \begin_inset Index idx
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656 Cuadros ! Color ! en celdas
16657 \end_layout
16658
16659 \end_inset
16660
16661
16662 \begin_inset Index idx
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666 Color ! en celdas de cuadros
16667 \end_layout
16668
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \begin_layout Standard
16675 \begin_inset Float table
16676 placement h
16677 wide false
16678 sideways false
16679 status open
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Caption Standard
16683
16684 \begin_layout Plain Layout
16685 \begin_inset CommandInset label
16686 LatexCommand label
16687 name "tab:Cuadro-coloreado-sin"
16688
16689 \end_inset
16690
16691 Cuadro coloreado sin usar el paquete 
16692 \series bold
16693 colortbl
16694 \series default
16695
16696 \begin_inset Argument 1
16697 status open
16698
16699 \begin_layout Plain Layout
16700 Cuadro sin colortbl
16701 \end_layout
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \begin_layout Plain Layout
16714 \align center
16715 \begin_inset Tabular
16716 <lyxtabular version="3" rows="3" columns="3">
16717 <features tabularvalignment="middle">
16718 <column alignment="center" valignment="top">
16719 <column alignment="center" valignment="top">
16720 <column alignment="center" valignment="top">
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726
16727 \color green
16728 a
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \color red
16739 b
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748
16749 \color red
16750 c
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \color green
16763 d
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \color blue
16774 e
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \color blue
16785 f
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row>
16792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \color green
16798 g
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \color blue
16809 h
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \color blue
16820 i
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 </lyxtabular>
16827
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \begin_layout Standard
16839 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16840  el menú 
16841 \family sans
16842 Editar\SpecialChar menuseparator
16843 Estilo
16844 \begin_inset space ~
16845 \end_inset
16846
16847 del
16848 \begin_inset space ~
16849 \end_inset
16850
16851 Texto
16852 \family default
16853 .
16854  Esto se ha hecho enl cuadro
16855 \begin_inset space ~
16856 \end_inset
16857
16858
16859 \begin_inset CommandInset ref
16860 LatexCommand ref
16861 reference "tab:Cuadro-coloreado-sin"
16862
16863 \end_inset
16864
16865 .
16866  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16867  
16868 \series bold
16869 colortbl
16870 \series default
16871 .
16872 \begin_inset Index idx
16873 status collapsed
16874
16875 \begin_layout Plain Layout
16876 \SpecialChar LaTeX
16877 -paquetes ! colortbl
16878 \end_layout
16879
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \begin_layout Standard
16886 \begin_inset ERT
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890
16891
16892 \backslash
16893 ifcolortbl
16894 \end_layout
16895
16896 \end_inset
16897
16898
16899 \begin_inset Note Note
16900 status open
16901
16902 \begin_layout Plain Layout
16903 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16904  \SpecialChar LaTeX
16905  
16906 \series bold
16907 colortbl
16908 \series default
16909 .
16910 \end_layout
16911
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \begin_layout Standard
16918 Para crear cuadros coloreados, 
16919 \series bold
16920 colortbl
16921 \series default
16922  debe cargarse en el preámbulo con la línea
16923 \end_layout
16924
16925 \begin_layout Standard
16926
16927 \series bold
16928
16929 \backslash
16930 usepackage{colortbl}
16931 \end_layout
16932
16933 \begin_layout Standard
16934 El color de una columna se define con el comando
16935 \end_layout
16936
16937 \begin_layout Standard
16938
16939 \series bold
16940
16941 \backslash
16942 columncolor{nombre del color}
16943 \end_layout
16944
16945 \begin_layout Standard
16946 dentro del comando 
16947 \series bold
16948 >{ }
16949 \series default
16950 .
16951  El comando 
16952 \series bold
16953 >{}
16954 \series default
16955  se explica en la sección
16956 \begin_inset space ~
16957 \end_inset
16958
16959
16960 \begin_inset CommandInset ref
16961 LatexCommand ref
16962 reference "subsec:Cálculos-en-Multicolumnas"
16963
16964 \end_inset
16965
16966 .
16967 \end_layout
16968
16969 \begin_layout Standard
16970 Los siguientes nombres de color están predefinidos:
16971 \end_layout
16972
16973 \begin_layout Standard
16974
16975 \family sans
16976 red
16977 \family default
16978
16979 \family sans
16980 green
16981 \family default
16982
16983 \family sans
16984 yellow, blue
16985 \family default
16986
16987 \family sans
16988 cyan
16989 \family default
16990 \series bold
16991 ,
16992 \series default
16993  
16994 \family sans
16995 magenta, black
16996 \family default
16997
16998 \family sans
16999 white
17000 \end_layout
17001
17002 \begin_layout Standard
17003 \begin_inset VSpace medskip
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \begin_layout Standard
17010 Si añades la opción
17011 \end_layout
17012
17013 \begin_layout Standard
17014
17015 \series bold
17016 dvipsnames
17017 \end_layout
17018
17019 \begin_layout Standard
17020 en las opciones de clase en la configuración del documento, es posible usar
17021  hasta 61 colores más.
17022  Estos colores se listan en el apéndice
17023 \begin_inset space ~
17024 \end_inset
17025
17026
17027 \begin_inset CommandInset ref
17028 LatexCommand ref
17029 reference "chap:Lista-de-colores-dvips"
17030
17031 \end_inset
17032
17033 .
17034  Uno de estos colores, 
17035 \family sans
17036 Maroon
17037 \family default
17038 , se ha usado en el cuadro de ejemplo
17039 \begin_inset CommandInset ref
17040 LatexCommand ref
17041 reference "tab:Cuadro-coloreado-con"
17042
17043 \end_inset
17044
17045 .
17046 \end_layout
17047
17048 \begin_layout Standard
17049 \begin_inset VSpace medskip
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \begin_layout Standard
17056 Puedes definir tus propios colores con el comando
17057 \end_layout
17058
17059 \begin_layout Standard
17060
17061 \series bold
17062
17063 \backslash
17064 definecolor{nombre del color}{modelo de color}{valores de color}
17065 \end_layout
17066
17067 \begin_layout Standard
17068 El 
17069 \emph on
17070 modelo de color
17071 \emph default
17072  puede ser
17073 \end_layout
17074
17075 \begin_layout Labeling
17076 \labelwidthstring 00.00.0000
17077 cmyk: cyan, magenta, yellow, black
17078 \end_layout
17079
17080 \begin_layout Labeling
17081 \labelwidthstring 00.00.0000
17082 rgb: red, green, blue
17083 \end_layout
17084
17085 \begin_layout Labeling
17086 \labelwidthstring 00.00.0000
17087 gray: gray
17088 \end_layout
17089
17090 \begin_layout Standard
17091 y los 
17092 \emph on
17093 valores de color
17094 \emph default
17095  son números separados por comas entre 0 y 1 que describen el factor para
17096  el color correspondiente del modelo de color.
17097 \end_layout
17098
17099 \begin_layout Standard
17100 Por ejemplo, puedes definir el color
17101 \series bold
17102  
17103 \series default
17104 «
17105 \emph on
17106 verde oscuro
17107 \emph default
17108 » en el preámbulo con
17109 \end_layout
17110
17111 \begin_layout Standard
17112
17113 \series bold
17114
17115 \backslash
17116 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17117 \end_layout
17118
17119 \begin_layout Standard
17120 y el color «
17121 \emph on
17122 gris claro
17123 \emph default
17124 » con
17125 \end_layout
17126
17127 \begin_layout Standard
17128
17129 \series bold
17130
17131 \backslash
17132 definecolor{grisclaro}{gray}{0.8}
17133 \end_layout
17134
17135 \begin_layout Standard
17136 \begin_inset VSpace medskip
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 Las líneas se colorean con el comando
17144 \end_layout
17145
17146 \begin_layout Standard
17147
17148 \series bold
17149
17150 \backslash
17151 rowcolor{nombre del color}
17152 \end_layout
17153
17154 \begin_layout Standard
17155 y las celdas se colorean con el comando
17156 \end_layout
17157
17158 \begin_layout Standard
17159
17160 \series bold
17161
17162 \backslash
17163 cellcolor{nombre del color}
17164 \end_layout
17165
17166 \begin_layout Standard
17167 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17168 .
17169 \end_layout
17170
17171 \begin_layout Standard
17172 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17173 \family sans
17174 Editar\SpecialChar menuseparator
17175 Estilo
17176 \begin_inset space ~
17177 \end_inset
17178
17179 del
17180 \begin_inset space ~
17181 \end_inset
17182
17183 Texto
17184 \family default
17185 .
17186  Si una celda contiene código \SpecialChar TeX
17187  marca sólo los caracteres, si no el código
17188  \SpecialChar TeX
17189  en color puede ocasionar errores de \SpecialChar LaTeX
17190 .
17191 \end_layout
17192
17193 \begin_layout Standard
17194 \begin_inset Note Greyedout
17195 status open
17196
17197 \begin_layout Plain Layout
17198
17199 \series bold
17200 Nota:
17201 \series default
17202  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 \begin_inset VSpace bigskip
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \begin_layout Standard
17218 Para crear el cuadro
17219 \begin_inset space ~
17220 \end_inset
17221
17222
17223 \begin_inset CommandInset ref
17224 LatexCommand ref
17225 reference "tab:Cuadro-coloreado-con"
17226
17227 \end_inset
17228
17229  haz lo siguiente: el color de la primera columna debe ser 
17230 \emph on
17231 verde oscuro
17232 \emph default
17233 , entonces inserta
17234 \end_layout
17235
17236 \begin_layout Standard
17237
17238 \series bold
17239 >{
17240 \backslash
17241 columncolor{verdeoscuro}
17242 \backslash
17243 centering}c
17244 \end_layout
17245
17246 \begin_layout Standard
17247 como argumento \SpecialChar LaTeX
17248  para esta columna.
17249  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17250
17251 \end_layout
17252
17253 \begin_layout Standard
17254
17255 \series bold
17256
17257 \backslash
17258 rowcolor{cyan}
17259 \end_layout
17260
17261 \begin_layout Standard
17262 en la primera celda de esta fila.
17263  Observa que esto sobrescribe el color de la columna para la primera celda.
17264  La última celda de la última fila se colorea granate insertando el comando
17265  en código \SpecialChar TeX
17266
17267 \end_layout
17268
17269 \begin_layout Standard
17270
17271 \series bold
17272
17273 \backslash
17274 cellcolor{Maroon}
17275 \end_layout
17276
17277 \begin_layout Standard
17278 Ahora podrían colorearse los caracteres usando el menú 
17279 \family sans
17280 Editar\SpecialChar menuseparator
17281 Estilo
17282 \begin_inset space ~
17283 \end_inset
17284
17285 del
17286 \begin_inset space ~
17287 \end_inset
17288
17289 Texto
17290 \family default
17291 .
17292 \end_layout
17293
17294 \begin_layout Standard
17295 \begin_inset Float table
17296 placement h
17297 wide false
17298 sideways false
17299 status open
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Caption Standard
17303
17304 \begin_layout Plain Layout
17305 \begin_inset CommandInset label
17306 LatexCommand label
17307 name "tab:Cuadro-coloreado-con"
17308
17309 \end_inset
17310
17311 Cuadro coloreado con el paquete 
17312 \series bold
17313 colortbl
17314 \series default
17315
17316 \begin_inset Argument 1
17317 status collapsed
17318
17319 \begin_layout Plain Layout
17320 Cuadro con 
17321 \series bold
17322 colortbl
17323 \end_layout
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Plain Layout
17336 \align center
17337 \begin_inset Tabular
17338 <lyxtabular version="3" rows="3" columns="3">
17339 <features tabularvalignment="middle">
17340 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17341 <column alignment="center" valignment="top">
17342 <column alignment="center" valignment="top">
17343 <row>
17344 <cell alignment="center" valignment="top" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348 \begin_inset ERT
17349 status collapsed
17350
17351 \begin_layout Plain Layout
17352
17353
17354 \backslash
17355 rowcolor{cyan}
17356 \end_layout
17357
17358 \end_inset
17359
17360
17361 \color magenta
17362 a
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \color red
17373 b
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \color red
17384 c
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 <row>
17391 <cell alignment="center" valignment="top" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \color yellow
17397 d
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \color blue
17408 e
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417
17418 \color blue
17419 f
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 <row>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \color yellow
17432 g
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \color blue
17443 h
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 \begin_inset ERT
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456
17457
17458 \backslash
17459 cellcolor{Maroon}
17460 \end_layout
17461
17462 \end_inset
17463
17464
17465 \color green
17466 i
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 </lyxtabular>
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \begin_layout Standard
17485 \begin_inset ERT
17486 status collapsed
17487
17488 \begin_layout Plain Layout
17489
17490
17491 \backslash
17492 else
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \begin_inset Note Note
17499 status open
17500
17501 \begin_layout Plain Layout
17502 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17503  
17504 \series bold
17505 colortbl
17506 \series default
17507 .
17508 \end_layout
17509
17510 \end_inset
17511
17512
17513 \end_layout
17514
17515 \begin_layout Standard
17516 Debes instalar el paquete \SpecialChar LaTeX
17517  
17518 \series bold
17519 colortbl
17520 \series default
17521  para ver la parte siguiente en la salida.
17522 \end_layout
17523
17524 \begin_layout Standard
17525 \begin_inset ERT
17526 status collapsed
17527
17528 \begin_layout Plain Layout
17529
17530
17531 \backslash
17532 fi
17533 \end_layout
17534
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \begin_layout Subsection
17541 Filas coloreadas
17542 \begin_inset Index idx
17543 status collapsed
17544
17545 \begin_layout Plain Layout
17546 Cuadros ! Color ! para filas
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \begin_inset Index idx
17553 status collapsed
17554
17555 \begin_layout Plain Layout
17556 Color ! para filas de cuadros
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Standard
17565 En caso de querer colorear una de cada dos filas, hay un método alternativo
17566  al descrito en la sección anterior.
17567  Se carga el paquete 
17568 \series bold
17569 xcolor
17570 \series default
17571
17572 \begin_inset Index idx
17573 status collapsed
17574
17575 \begin_layout Plain Layout
17576 \SpecialChar LaTeX
17577 -paquetes ! xcolor
17578 \begin_inset ERT
17579 status collapsed
17580
17581 \begin_layout Plain Layout
17582
17583
17584 \backslash
17585 vspace{4mm}
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594
17595  en el preámbulo del documento con el comando
17596 \end_layout
17597
17598 \begin_layout Standard
17599
17600 \series bold
17601
17602 \backslash
17603 usepackage[table]{xcolor}
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609 xcolor
17610 \series default
17611  carga automáticamente el paquete 
17612 \series bold
17613 colortbl
17614 \series default
17615
17616 \begin_inset Index idx
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620 \SpecialChar LaTeX
17621 -paquetes ! colortbl
17622 \end_layout
17623
17624 \end_inset
17625
17626 , por tanto 
17627 \series bold
17628 colortbl
17629 \series default
17630  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17631 .
17632 \end_layout
17633
17634 \begin_layout Standard
17635 \begin_inset ERT
17636 status collapsed
17637
17638 \begin_layout Plain Layout
17639
17640
17641 \backslash
17642 ifcolortbl
17643 \end_layout
17644
17645 \end_inset
17646
17647
17648 \begin_inset Note Note
17649 status open
17650
17651 \begin_layout Plain Layout
17652 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17653  \SpecialChar LaTeX
17654  
17655 \series bold
17656 colortbl
17657 \series default
17658 .
17659 \end_layout
17660
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \begin_layout Standard
17667 Las filas del cuadro se colorean con el comando
17668 \end_layout
17669
17670 \begin_layout Standard
17671
17672 \series bold
17673
17674 \backslash
17675 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17676 \end_layout
17677
17678 \begin_layout Standard
17679 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17680  delante del primer
17681  cuadro a colorear.
17682  
17683 \emph on
17684 número_de_fila
17685 \emph default
17686  es el número de la primera fila que debe colorearse con el color de fila
17687  impar, 
17688 \emph on
17689 comandos
17690 \emph default
17691  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17692  cuadro.
17693  Por ejemplo, 
17694 \end_layout
17695
17696 \begin_layout Standard
17697
17698 \series bold
17699
17700 \backslash
17701 rowcolors{1}{white}{lightgray}
17702 \end_layout
17703
17704 \begin_layout Standard
17705 genera el esquema de colores del cuadro
17706 \begin_inset space ~
17707 \end_inset
17708
17709
17710 \begin_inset CommandInset ref
17711 LatexCommand ref
17712 reference "tab:Cuadro-filas_color"
17713
17714 \end_inset
17715
17716 .
17717  El comando
17718 \end_layout
17719
17720 \begin_layout Standard
17721
17722 \series bold
17723
17724 \backslash
17725 rowcolors[
17726 \backslash
17727 hline]{1}{lightgray}{cyan}
17728 \end_layout
17729
17730 \begin_layout Standard
17731 genera el esquema de colores del cuadro
17732 \begin_inset space ~
17733 \end_inset
17734
17735
17736 \begin_inset CommandInset ref
17737 LatexCommand ref
17738 reference "tab:Cuadro-filas_color2"
17739
17740 \end_inset
17741
17742 .
17743  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17744  usará ningún color, de forma que el comando
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 rowcolors{1}{}{}
17753 \end_layout
17754
17755 \begin_layout Standard
17756 deja sin color las filas de todos los cuadros siguientes.
17757 \end_layout
17758
17759 \begin_layout Standard
17760 \begin_inset ERT
17761 status open
17762
17763 \begin_layout Plain Layout
17764
17765
17766 \backslash
17767 rowcolors{1}{white}{lightgray}
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Standard
17776 \begin_inset Float table
17777 placement h
17778 wide false
17779 sideways false
17780 status open
17781
17782 \begin_layout Plain Layout
17783 \begin_inset Caption Standard
17784
17785 \begin_layout Plain Layout
17786 \begin_inset CommandInset label
17787 LatexCommand label
17788 name "tab:Cuadro-filas_color"
17789
17790 \end_inset
17791
17792 Cuadro con filas alternas coloreadas en gris claro.
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \begin_layout Plain Layout
17801 \align center
17802 \begin_inset Tabular
17803 <lyxtabular version="3" rows="4" columns="3">
17804 <features tabularvalignment="middle">
17805 <column alignment="center" valignment="top">
17806 <column alignment="center" valignment="top" width="0pt">
17807 <column alignment="center" valignment="top" width="0pt">
17808 <row>
17809 <cell alignment="center" valignment="top" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 X
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 Y
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 Z
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842 1
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851 2
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 <cell alignment="center" valignment="top" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860 3
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 </row>
17866 <row>
17867 <cell alignment="center" valignment="top" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 4
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 5
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 6
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 7
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 8
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 9
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 </row>
17924 </lyxtabular>
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \begin_inset ERT
17938 status open
17939
17940 \begin_layout Plain Layout
17941
17942
17943 \backslash
17944 rowcolors[
17945 \backslash
17946 hline]{1}{lightgray}{cyan}
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Standard
17955 \begin_inset Float table
17956 placement h
17957 wide false
17958 sideways false
17959 status open
17960
17961 \begin_layout Plain Layout
17962 \begin_inset Caption Standard
17963
17964 \begin_layout Plain Layout
17965 \begin_inset CommandInset label
17966 LatexCommand label
17967 name "tab:Cuadro-filas_color2"
17968
17969 \end_inset
17970
17971 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Plain Layout
17980 \align center
17981 \begin_inset Tabular
17982 <lyxtabular version="3" rows="4" columns="3">
17983 <features tabularvalignment="middle">
17984 <column alignment="center" valignment="top">
17985 <column alignment="center" valignment="top">
17986 <column alignment="center" valignment="top" width="0pt">
17987 <row>
17988 <cell alignment="center" valignment="top" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 X
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Y
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 Z
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 1
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 2
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 3
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 <row>
18046 <cell alignment="center" valignment="top" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 4
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 5
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 6
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 <row>
18075 <cell alignment="center" valignment="top" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 7
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 8
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 9
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 </lyxtabular>
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Standard
18116 \begin_inset ERT
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 rowcolors{1}{}{}
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \begin_inset Note Note
18130 status collapsed
18131
18132 \begin_layout Plain Layout
18133 Desactiva el coloreado de filas
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Standard
18142 \begin_inset ERT
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146
18147
18148 \backslash
18149 else
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \begin_inset Note Note
18156 status open
18157
18158 \begin_layout Plain Layout
18159 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18160  
18161 \series bold
18162 colortbl
18163 \series default
18164 .
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \begin_layout Standard
18173 Debes instalar el paquete \SpecialChar LaTeX
18174  
18175 \series bold
18176 colortbl
18177 \series default
18178  para ver la parte siguiente en la salida.
18179 \end_layout
18180
18181 \begin_layout Standard
18182 \begin_inset ERT
18183 status collapsed
18184
18185 \begin_layout Plain Layout
18186
18187
18188 \backslash
18189 fi
18190 \end_layout
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \begin_layout Subsection
18198 Líneas coloreadas
18199 \begin_inset Index idx
18200 status collapsed
18201
18202 \begin_layout Plain Layout
18203 Cuadros ! Color ! en líneas
18204 \end_layout
18205
18206 \end_inset
18207
18208
18209 \begin_inset Index idx
18210 status collapsed
18211
18212 \begin_layout Plain Layout
18213 Color ! en bordes de cuadros
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Standard
18222 Como se describe en la sección
18223 \begin_inset space ~
18224 \end_inset
18225
18226
18227 \begin_inset CommandInset ref
18228 LatexCommand ref
18229 reference "subsec:Grosor-de-Líneas"
18230
18231 \end_inset
18232
18233 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18234  
18235 \series bold
18236
18237 \backslash
18238 arrayrulewidth
18239 \series default
18240 .
18241  Se ha puesto 1.5
18242 \begin_inset space \thinspace{}
18243 \end_inset
18244
18245 pt para todos los cuadros de esta sección.
18246 \begin_inset ERT
18247 status collapsed
18248
18249 \begin_layout Plain Layout
18250
18251
18252 \backslash
18253 setlength{
18254 \backslash
18255 arrayrulewidth}{1.5pt}
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18265  el preámbulo del documento el siguiente formato de columna, de acuerdo
18266  a lo descrito en la sección
18267 \begin_inset space ~
18268 \end_inset
18269
18270
18271 \begin_inset CommandInset ref
18272 LatexCommand ref
18273 reference "subsec:Formato-Personalizado"
18274
18275 \end_inset
18276
18277 :
18278 \end_layout
18279
18280 \begin_layout Standard
18281
18282 \series bold
18283
18284 \backslash
18285 newcolumntype{W}{!{
18286 \backslash
18287 color{green}
18288 \backslash
18289 vline}}
18290 \end_layout
18291
18292 \begin_layout Standard
18293 Para el cuadro
18294 \begin_inset space ~
18295 \end_inset
18296
18297
18298 \begin_inset CommandInset ref
18299 LatexCommand ref
18300 reference "tab:Cuadro-con-verticales-coloreadas"
18301
18302 \end_inset
18303
18304  se usó el argumento \SpecialChar LaTeX
18305
18306 \series bold
18307  WcW
18308 \series default
18309  para la última columna y
18310 \series bold
18311  Wc
18312 \series default
18313  para las demás.
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Si quieres tener varios colores, define más formatos de columna.
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset Float table
18322 placement h
18323 wide false
18324 sideways false
18325 status open
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Caption Standard
18329
18330 \begin_layout Plain Layout
18331 \begin_inset CommandInset label
18332 LatexCommand label
18333 name "tab:Cuadro-con-verticales-coloreadas"
18334
18335 \end_inset
18336
18337 Cuadro con líneas verticales coloreadas
18338 \end_layout
18339
18340 \end_inset
18341
18342
18343 \end_layout
18344
18345 \begin_layout Plain Layout
18346 \align center
18347 \begin_inset Tabular
18348 <lyxtabular version="3" rows="3" columns="3">
18349 <features tabularvalignment="middle">
18350 <column alignment="center" valignment="top" special="Wc">
18351 <column alignment="center" valignment="top" special="Wc">
18352 <column alignment="center" valignment="top" special="WcW">
18353 <row>
18354 <cell alignment="center" valignment="top" topline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 sd
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 <cell alignment="center" valignment="top" topline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 </row>
18382 <row>
18383 <cell alignment="center" valignment="top" topline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" topline="true" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396 sd
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 <cell alignment="center" valignment="top" topline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 </row>
18411 <row>
18412 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 sd
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 </row>
18440 </lyxtabular>
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 \begin_inset VSpace bigskip
18454 \end_inset
18455
18456 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18457 \begin_inset space ~
18458 \end_inset
18459
18460
18461 \begin_inset CommandInset ref
18462 LatexCommand ref
18463 reference "tab:Cuadro-con-horizontales-coloreadas"
18464
18465 \end_inset
18466
18467 , inserta estos comandos en código \SpecialChar TeX
18468  antes del cuadro o del flotante:
18469 \end_layout
18470
18471 \begin_layout Standard
18472
18473 \series bold
18474
18475 \backslash
18476 let
18477 \backslash
18478 myHlineC
18479 \backslash
18480 hline
18481 \begin_inset Newline newline
18482 \end_inset
18483
18484
18485 \backslash
18486 renewcommand{
18487 \backslash
18488 hline}
18489 \begin_inset Newline newline
18490 \end_inset
18491
18492
18493 \begin_inset Phantom HPhantom
18494 status open
18495
18496 \begin_layout Plain Layout
18497
18498 \series bold
18499 \begin_inset space ~
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \end_inset
18506
18507 {
18508 \backslash
18509 arrayrulecolor{red}
18510 \backslash
18511 myHlineC
18512 \backslash
18513 arrayrulecolor{black}}
18514 \end_layout
18515
18516 \begin_layout Standard
18517 \begin_inset ERT
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521
18522
18523 \backslash
18524 let
18525 \backslash
18526 myHlineC
18527 \backslash
18528 hline
18529 \end_layout
18530
18531 \begin_layout Plain Layout
18532
18533
18534 \backslash
18535 renewcommand{
18536 \backslash
18537 hline}
18538 \end_layout
18539
18540 \begin_layout Plain Layout
18541
18542  {
18543 \backslash
18544 arrayrulecolor{red}
18545 \backslash
18546 myHlineC
18547 \backslash
18548 arrayrulecolor{black}}
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \begin_inset Float table
18555 placement h
18556 wide false
18557 sideways false
18558 status open
18559
18560 \begin_layout Plain Layout
18561 \begin_inset Caption Standard
18562
18563 \begin_layout Plain Layout
18564 \begin_inset CommandInset label
18565 LatexCommand label
18566 name "tab:Cuadro-con-horizontales-coloreadas"
18567
18568 \end_inset
18569
18570 Cuadro con líneas horizontales coloreadas
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \begin_layout Plain Layout
18579 \align center
18580 \begin_inset Tabular
18581 <lyxtabular version="3" rows="3" columns="3">
18582 <features tabularvalignment="middle">
18583 <column alignment="center" valignment="top">
18584 <column alignment="center" valignment="top">
18585 <column alignment="center" valignment="top">
18586 <row>
18587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 sd
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 <row>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 sd
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 </row>
18644 <row>
18645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 sd
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 </row>
18673 </lyxtabular>
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 Para volver al color de línea negro predeterminado inserta este comando
18687  en código \SpecialChar TeX
18688  detrás del cuadro o el flotante:
18689 \end_layout
18690
18691 \begin_layout Standard
18692
18693 \series bold
18694
18695 \backslash
18696 renewcommand{
18697 \backslash
18698 hline}{
18699 \backslash
18700 myHlineC}
18701 \end_layout
18702
18703 \begin_layout Standard
18704 El cuadro
18705 \begin_inset space ~
18706 \end_inset
18707
18708
18709 \begin_inset CommandInset ref
18710 LatexCommand ref
18711 reference "tab:Cuadro-con-líneas-coloreadas"
18712
18713 \end_inset
18714
18715  es un ejemplo con líneas verticales y horizontales coloreadas.
18716 \end_layout
18717
18718 \begin_layout Standard
18719 \begin_inset Float table
18720 placement h
18721 wide false
18722 sideways false
18723 status open
18724
18725 \begin_layout Plain Layout
18726 \begin_inset Caption Standard
18727
18728 \begin_layout Plain Layout
18729 \begin_inset CommandInset label
18730 LatexCommand label
18731 name "tab:Cuadro-con-líneas-coloreadas"
18732
18733 \end_inset
18734
18735 Cuadro con líneas coloreadas
18736 \end_layout
18737
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Plain Layout
18744 \align center
18745 \begin_inset Tabular
18746 <lyxtabular version="3" rows="3" columns="3">
18747 <features tabularvalignment="middle">
18748 <column alignment="center" valignment="top" special="Wc">
18749 <column alignment="center" valignment="top" special="Wc">
18750 <column alignment="center" valignment="top" special="WcW">
18751 <row>
18752 <cell alignment="center" valignment="top" topline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 sd
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 </row>
18780 <row>
18781 <cell alignment="center" valignment="top" topline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 sd
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" topline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 </row>
18809 <row>
18810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832 sd
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 </row>
18838 </lyxtabular>
18839
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 \begin_inset ERT
18852 status collapsed
18853
18854 \begin_layout Plain Layout
18855
18856
18857 \backslash
18858 renewcommand{
18859 \backslash
18860 hline}{
18861 \backslash
18862 myHlineC}
18863 \end_layout
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \begin_layout Standard
18871 \begin_inset ERT
18872 status collapsed
18873
18874 \begin_layout Plain Layout
18875
18876
18877 \backslash
18878 setlength{
18879 \backslash
18880 arrayrulewidth}{1.2pt}
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889
18890 \lang english
18891 To color only some of the table lines another strategy is necessary.
18892  To color all following horizontal lines, insert this command as TeX code
18893  as last thing in the row that should be above the first colored line:
18894 \end_layout
18895
18896 \begin_layout Standard
18897
18898 \series bold
18899
18900 \backslash
18901
18902 \backslash
18903
18904 \backslash
18905 arrayrulecolor{blue}%
18906 \end_layout
18907
18908 \begin_layout Standard
18909
18910 \lang english
18911 To go back to black lines, add this command as first thing in the row that
18912  is above the black lines:
18913 \end_layout
18914
18915 \begin_layout Standard
18916
18917 \series bold
18918
18919 \backslash
18920 arrayrulecolor{black}
18921 \end_layout
18922
18923 \begin_layout Standard
18924
18925 \lang english
18926 With this one can color tables like the one in Table
18927 \begin_inset space ~
18928 \end_inset
18929
18930
18931 \begin_inset CommandInset ref
18932 LatexCommand ref
18933 reference "tab:Table-with-different-hor"
18934
18935 \end_inset
18936
18937 .
18938  However, with this method it is not possible to color the line above the
18939  first row of a table.
18940 \end_layout
18941
18942 \begin_layout Standard
18943 \begin_inset Float table
18944 wide false
18945 sideways false
18946 status open
18947
18948 \begin_layout Plain Layout
18949 \begin_inset Caption Standard
18950
18951 \begin_layout Plain Layout
18952
18953 \lang english
18954 \begin_inset CommandInset label
18955 LatexCommand label
18956 name "tab:Table-with-different-hor"
18957
18958 \end_inset
18959
18960 Table with different horizontal line colors.
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \begin_layout Plain Layout
18969 \align center
18970 \begin_inset Tabular
18971 <lyxtabular version="3" rows="6" columns="7">
18972 <features tabularvalignment="middle">
18973 <column alignment="center" valignment="top">
18974 <column alignment="center" valignment="top">
18975 <column alignment="center" valignment="top">
18976 <column alignment="center" valignment="top">
18977 <column alignment="center" valignment="top">
18978 <column alignment="center" valignment="top">
18979 <column alignment="center" valignment="top">
18980 <row>
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 <cell alignment="center" valignment="top" topline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 \begin_inset ERT
19040 status open
19041
19042 \begin_layout Plain Layout
19043
19044
19045 \backslash
19046
19047 \backslash
19048
19049 \backslash
19050 arrayrulecolor{blue}%
19051 \end_layout
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 <row>
19062 <cell alignment="center" valignment="top" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 Y
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 <cell alignment="center" valignment="top" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120 Y
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 </row>
19126 <row>
19127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131 \begin_inset ERT
19132 status open
19133
19134 \begin_layout Plain Layout
19135
19136
19137 \backslash
19138 arrayrulecolor{black}
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 <cell alignment="center" valignment="top" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset ERT
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266
19267
19268 \backslash
19269
19270 \backslash
19271
19272 \backslash
19273 arrayrulecolor{green}%
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset ERT
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358
19359
19360 \backslash
19361 arrayrulecolor{black}
19362 \end_layout
19363
19364 \end_inset
19365
19366 B
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset ERT
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424
19425
19426 \backslash
19427
19428 \backslash
19429
19430 \backslash
19431 arrayrulecolor{blue}%
19432 \end_layout
19433
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 </lyxtabular>
19443
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Standard
19455
19456 \lang english
19457 To change the color of vertical lines within a row, like in Table
19458 \begin_inset space ~
19459 \end_inset
19460
19461
19462 \begin_inset CommandInset ref
19463 LatexCommand ref
19464 reference "tab:Table-with-different-ver"
19465
19466 \end_inset
19467
19468 , one needs to use multicolumns.
19469  At first one needs to remove all vertical lines that don't run along the
19470  whole column.
19471  Now one colors all lines using the command
19472 \end_layout
19473
19474 \begin_layout Standard
19475
19476 \series bold
19477
19478 \backslash
19479
19480 \backslash
19481
19482 \backslash
19483 arrayrulecolor{blue}%
19484 \end_layout
19485
19486 \begin_layout Standard
19487
19488 \lang english
19489 as above.
19490  Finally one inserts this command as TeX code to ever cell in the row where
19491  one needs a vertical line in a different color:
19492 \end_layout
19493
19494 \begin_layout Standard
19495
19496 \series bold
19497
19498 \backslash
19499 multicolumn{1}{!{
19500 \backslash
19501 color{green}
19502 \backslash
19503 vline}c!{
19504 \backslash
19505 color{red}
19506 \backslash
19507 vline}}{
19508 \end_layout
19509
19510 \begin_layout Standard
19511
19512 \lang english
19513 This adds a vertical line to both sides of the table.
19514  The left one will be green, the right one red.
19515  If no color change is necessary one can omit the 
19516 \series bold
19517
19518 \backslash
19519 color
19520 \series default
19521  command in the above command.
19522  To get for example a black left line and a blue right line you can write:
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \series bold
19528
19529 \backslash
19530 multicolumn{1}{!{
19531 \backslash
19532 color{black}
19533 \backslash
19534 vline}c|}{
19535 \end_layout
19536
19537 \begin_layout Standard
19538
19539 \lang english
19540 because the color blue was already set for all lines.
19541  The 
19542 \series bold
19543 |
19544 \series default
19545  creates hereby the vertical line while 
19546 \series bold
19547
19548 \backslash
19549 vline
19550 \series default
19551  does this when 
19552 \series bold
19553
19554 \backslash
19555 color
19556 \series default
19557  is used.
19558  To set vertical lines without changing any color use
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \series bold
19564
19565 \backslash
19566 multicolumn{1}{|c|}{
19567 \end_layout
19568
19569 \begin_layout Standard
19570
19571 \lang english
19572 After this command insert the cell content the normal way and end the cell
19573  with a closing brace 
19574 \series bold
19575 }
19576 \series default
19577  in TeX code.
19578 \end_layout
19579
19580 \begin_layout Standard
19581 \begin_inset Float table
19582 wide false
19583 sideways false
19584 status open
19585
19586 \begin_layout Plain Layout
19587 \begin_inset Caption Standard
19588
19589 \begin_layout Plain Layout
19590
19591 \lang english
19592 \begin_inset CommandInset label
19593 LatexCommand label
19594 name "tab:Table-with-different-ver"
19595
19596 \end_inset
19597
19598 Table with different vertical line colors in one row.
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \begin_layout Plain Layout
19607 \align center
19608 \begin_inset Tabular
19609 <lyxtabular version="3" rows="5" columns="7">
19610 <features tabularvalignment="middle">
19611 <column alignment="center" valignment="top">
19612 <column alignment="center" valignment="top">
19613 <column alignment="center" valignment="top">
19614 <column alignment="center" valignment="top">
19615 <column alignment="center" valignment="top">
19616 <column alignment="center" valignment="top">
19617 <column alignment="center" valignment="top">
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="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" rightline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677 \begin_inset ERT
19678 status open
19679
19680 \begin_layout Plain Layout
19681
19682
19683 \backslash
19684
19685 \backslash
19686
19687 \backslash
19688 arrayrulecolor{red}%
19689 \end_layout
19690
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 \begin_inset ERT
19705 status open
19706
19707 \begin_layout Plain Layout
19708
19709
19710 \backslash
19711 multicolumn{1}{!{
19712 \backslash
19713 color{black}
19714 \backslash
19715 vline}c|}{
19716 \end_layout
19717
19718 \end_inset
19719
19720 Y
19721 \begin_inset ERT
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725
19726 }
19727 \end_layout
19728
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
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 \begin_inset ERT
19777 status open
19778
19779 \begin_layout Plain Layout
19780
19781
19782 \backslash
19783 multicolumn{1}{c|}{
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \begin_inset ERT
19790 status collapsed
19791
19792 \begin_layout Plain Layout
19793
19794 }
19795 \end_layout
19796
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808 \begin_inset ERT
19809 status open
19810
19811 \begin_layout Plain Layout
19812
19813
19814 \backslash
19815 multicolumn{1}{c!{
19816 \backslash
19817 color{black}
19818 \backslash
19819 vline}}{
19820 \end_layout
19821
19822 \end_inset
19823
19824 Y
19825 \begin_inset ERT
19826 status collapsed
19827
19828 \begin_layout Plain Layout
19829
19830 }
19831 \end_layout
19832
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset ERT
19847 status collapsed
19848
19849 \begin_layout Plain Layout
19850
19851
19852 \backslash
19853 arrayrulecolor{black}
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
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" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 \begin_inset ERT
19913 status collapsed
19914
19915 \begin_layout Plain Layout
19916
19917
19918 \backslash
19919
19920 \backslash
19921
19922 \backslash
19923 arrayrulecolor{magenta}%
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 \begin_inset ERT
19940 status collapsed
19941
19942 \begin_layout Plain Layout
19943
19944
19945 \backslash
19946 multicolumn{1}{|c!{
19947 \backslash
19948 color{red}
19949 \backslash
19950 vline}}{
19951 \end_layout
19952
19953 \end_inset
19954
19955
19956 \begin_inset ERT
19957 status collapsed
19958
19959 \begin_layout Plain Layout
19960
19961 }
19962 \end_layout
19963
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset ERT
19976 status collapsed
19977
19978 \begin_layout Plain Layout
19979
19980
19981 \backslash
19982 multicolumn{1}{c!{
19983 \backslash
19984 color{green}
19985 \backslash
19986 vline}}{
19987 \end_layout
19988
19989 \end_inset
19990
19991
19992 \begin_inset ERT
19993 status collapsed
19994
19995 \begin_layout Plain Layout
19996
19997 }
19998 \end_layout
19999
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset ERT
20012 status collapsed
20013
20014 \begin_layout Plain Layout
20015
20016
20017 \backslash
20018 multicolumn{1}{c!{
20019 \backslash
20020 color{yellow}
20021 \backslash
20022 vline}}{
20023 \end_layout
20024
20025 \end_inset
20026
20027
20028 \begin_inset ERT
20029 status collapsed
20030
20031 \begin_layout Plain Layout
20032
20033 }
20034 \end_layout
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset ERT
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051
20052
20053 \backslash
20054 multicolumn{1}{c!{
20055 \backslash
20056 color{blue}
20057 \backslash
20058 vline}}{
20059 \end_layout
20060
20061 \end_inset
20062
20063
20064 \begin_inset ERT
20065 status collapsed
20066
20067 \begin_layout Plain Layout
20068
20069 }
20070 \end_layout
20071
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset ERT
20084 status collapsed
20085
20086 \begin_layout Plain Layout
20087
20088
20089 \backslash
20090 multicolumn{1}{c!{
20091 \backslash
20092 color{cyan}
20093 \backslash
20094 vline}}{
20095 \end_layout
20096
20097 \end_inset
20098
20099
20100 \begin_inset ERT
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104
20105 }
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset ERT
20120 status collapsed
20121
20122 \begin_layout Plain Layout
20123
20124
20125 \backslash
20126 multicolumn{1}{c!{
20127 \backslash
20128 color{black}
20129 \backslash
20130 vline}}{
20131 \end_layout
20132
20133 \end_inset
20134
20135
20136 \begin_inset ERT
20137 status collapsed
20138
20139 \begin_layout Plain Layout
20140
20141 }
20142 \end_layout
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset ERT
20156 status collapsed
20157
20158 \begin_layout Plain Layout
20159
20160
20161 \backslash
20162 multicolumn{1}{c|}{
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172
20173 }
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset ERT
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193
20194
20195 \backslash
20196 arrayrulecolor{black}
20197 \end_layout
20198
20199 \end_inset
20200
20201 B
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210
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" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 </lyxtabular>
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \begin_layout Standard
20274 \begin_inset ERT
20275 status collapsed
20276
20277 \begin_layout Plain Layout
20278
20279
20280 \backslash
20281 setlength{
20282 \backslash
20283 arrayrulewidth}{0.4pt}
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Section
20292 Celdas de cuadro rotadas
20293 \begin_inset CommandInset label
20294 LatexCommand label
20295 name "sec:Celdas de cuadro giradas"
20296
20297 \end_inset
20298
20299
20300 \begin_inset Index idx
20301 status collapsed
20302
20303 \begin_layout Plain Layout
20304 Cuadros ! Celdas rotadas
20305 \end_layout
20306
20307 \end_inset
20308
20309
20310 \begin_inset Index idx
20311 status collapsed
20312
20313 \begin_layout Plain Layout
20314 Material rotado
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \begin_layout Standard
20323 \begin_inset Note Greyedout
20324 status open
20325
20326 \begin_layout Plain Layout
20327
20328 \series bold
20329 Nota:
20330 \series default
20331  No todos los visores DVI pueden mostrar rotaciones.
20332 \end_layout
20333
20334 \end_inset
20335
20336 El cuadro
20337 \begin_inset space ~
20338 \end_inset
20339
20340
20341 \begin_inset CommandInset ref
20342 LatexCommand ref
20343 reference "tab:Cuadro-celdas-rotadas"
20344
20345 \end_inset
20346
20347  es un ejemplo con tres celdas rotadas 45
20348 \begin_inset space \thinspace{}
20349 \end_inset
20350
20351 °.
20352 \end_layout
20353
20354 \begin_layout Standard
20355 \begin_inset Float table
20356 wide false
20357 sideways false
20358 status open
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Caption Standard
20362
20363 \begin_layout Plain Layout
20364 \begin_inset CommandInset label
20365 LatexCommand label
20366 name "tab:Cuadro-celdas-rotadas"
20367
20368 \end_inset
20369
20370 Cuadro con celdas rotadas en la primera fila.
20371 \end_layout
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \begin_layout Plain Layout
20379 \noindent
20380 \align center
20381 \begin_inset Tabular
20382 <lyxtabular version="3" rows="2" columns="3">
20383 <features tabularvalignment="middle">
20384 <column alignment="center" valignment="top" width="0pt">
20385 <column alignment="center" valignment="top" width="0pt">
20386 <column alignment="center" valignment="top" width="0pt">
20387 <row>
20388 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 copas
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 platos
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 fuentes
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 <row>
20417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 45
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
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 33
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 21
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 </lyxtabular>
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \begin_layout Standard
20458 \begin_inset Note Greyedout
20459 status open
20460
20461 \begin_layout Plain Layout
20462
20463 \series bold
20464 Nota:
20465 \series default
20466  Los saltos de línea (atajo 
20467 \begin_inset Info
20468 type  "shortcut"
20469 arg   "newline-insert newline"
20470 \end_inset
20471
20472 ) no están permitidos en celdas rotadas.
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Standard
20481 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
20482  el contenido de la celda en una minipágina o en un marco de párrafo.
20483 \begin_inset Foot
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487 Más información acerca de estos cuadros en la sección
20488 \begin_inset space ~
20489 \end_inset
20490
20491
20492 \begin_inset CommandInset ref
20493 LatexCommand ref
20494 reference "sec:Minipáginas"
20495
20496 \end_inset
20497
20498  y 
20499 \begin_inset CommandInset ref
20500 LatexCommand ref
20501 reference "sec:Marcos-de-Párrafo"
20502
20503 \end_inset
20504
20505 .
20506  
20507 \end_layout
20508
20509 \end_inset
20510
20511  Si esta celda se rota 90
20512 \begin_inset space \thinspace{}
20513 \end_inset
20514
20515 °, la anchura del marco es la altura de la celda.
20516  El cuadro
20517 \begin_inset space ~
20518 \end_inset
20519
20520
20521 \begin_inset CommandInset ref
20522 LatexCommand ref
20523 reference "tab:Cuadro-rotación-multilínea"
20524
20525 \end_inset
20526
20527  es un ejemplo de una celda rotada con salto de línea en la que la anchura
20528  del marco se ha establecido en 3
20529 \begin_inset space \thinspace{}
20530 \end_inset
20531
20532 cm.
20533 \end_layout
20534
20535 \begin_layout Standard
20536 \begin_inset Float table
20537 wide false
20538 sideways false
20539 status open
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Caption Standard
20543
20544 \begin_layout Plain Layout
20545 \begin_inset CommandInset label
20546 LatexCommand label
20547 name "tab:Cuadro-rotación-multilínea"
20548
20549 \end_inset
20550
20551 Cuadro con salto de línea en una celda rotada
20552 \end_layout
20553
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \begin_layout Plain Layout
20560 \noindent
20561 \align center
20562 \begin_inset Tabular
20563 <lyxtabular version="3" rows="2" columns="3">
20564 <features tabularvalignment="middle">
20565 <column alignment="center" valignment="top">
20566 <column alignment="center" valignment="top" width="0pt">
20567 <column alignment="center" valignment="top">
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 a
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Box Frameless
20583 position "t"
20584 hor_pos "c"
20585 has_inner_box 1
20586 inner_pos "t"
20587 use_parbox 0
20588 use_makebox 0
20589 width "3cm"
20590 special "none"
20591 height "1in"
20592 height_special "totalheight"
20593 thickness "0.4pt"
20594 separation "3pt"
20595 shadowsize "4pt"
20596 framecolor "black"
20597 backgroundcolor "none"
20598 status open
20599
20600 \begin_layout Plain Layout
20601 celda rotada
20602 \begin_inset Newline newline
20603 \end_inset
20604
20605 con salto de línea
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 e
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 </row>
20625 <row>
20626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 b
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
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 c
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 d
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 </lyxtabular>
20655
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Section
20667 Cálculo de la anchura de cuadros
20668 \begin_inset CommandInset label
20669 LatexCommand label
20670 name "sec:Cálculo-anchura-cuadros"
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \begin_layout Standard
20678 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
20679  márgenes de la página.
20680  La solución es establecer una anchura fija para cada columna del cuadro,
20681  pero ¿qué espacio necesita cada columna?
20682 \end_layout
20683
20684 \begin_layout Standard
20685 La anchura del cuadro 
20686 \begin_inset Formula $W_{\mathrm{cuadro}}$
20687 \end_inset
20688
20689  se puede calcular: cada columna tiene la anchura de la columna especificada
20690  
20691 \begin_inset Formula $W_{\mathrm{columna}}$
20692 \end_inset
20693
20694  (contenido de la columna), más dos veces la separación entre el contenido
20695  y el borde (longitud \SpecialChar LaTeX
20696
20697 \series bold
20698  
20699 \backslash
20700 tabcolsep
20701 \series default
20702 , predeterminada 6
20703 \begin_inset space \thinspace{}
20704 \end_inset
20705
20706 pt), más la anchura del borde (longitud \SpecialChar LaTeX
20707  
20708 \series bold
20709
20710 \backslash
20711 arrayrulewidth
20712 \series default
20713 , predeterminada 0.4
20714 \begin_inset space \thinspace{}
20715 \end_inset
20716
20717 pt): así, si las 
20718 \begin_inset Formula $n$
20719 \end_inset
20720
20721  columnas tienen la misma anchura, la anchura del cuadro es
20722 \end_layout
20723
20724 \begin_layout Standard
20725 \begin_inset Formula 
20726 \begin{equation}
20727 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20728 \end{equation}
20729
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \begin_layout Standard
20736 La anchura disponible para un cuadro es el espacio entre los márgenes de
20737  página o la anchura de la columna de texto (en documentos a dos columnas;
20738  longitud \SpecialChar LaTeX
20739  
20740 \series bold
20741
20742 \backslash
20743 columnwidth
20744 \series default
20745 ).
20746  Si todas las columnas del cuadro han de tener la misma anchura y 
20747 \begin_inset Formula $W_{\mathrm{cuadro}}$
20748 \end_inset
20749
20750  debe ser 1
20751 \begin_inset space \thinspace{}
20752 \end_inset
20753
20754
20755 \backslash
20756 columnwidth, 
20757 \begin_inset Formula $W_{\mathrm{columna}}$
20758 \end_inset
20759
20760  puede calcularse fácilmente.
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
20765  
20766 \series bold
20767 calc
20768 \series default
20769
20770 \begin_inset Index idx
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774 \SpecialChar LaTeX
20775 -paquetes ! calc
20776 \end_layout
20777
20778 \end_inset
20779
20780  en el preámbulo del documento.
20781  Para establecer la anchura en la ventana de configuración de cuadros hay
20782  que usar el campo 
20783 \family sans
20784 Argumento
20785 \begin_inset space ~
20786 \end_inset
20787
20788 \SpecialChar LaTeX
20789
20790 \family default
20791 .
20792  El esquema del comando es el mismo que se explica en la sección 
20793 \begin_inset space ~
20794 \end_inset
20795
20796
20797 \begin_inset CommandInset ref
20798 LatexCommand ref
20799 reference "subsec:Cálculos-en-Multicolumnas"
20800
20801 \end_inset
20802
20803 .
20804  Para un cuadro con 5
20805 \begin_inset space \thinspace{}
20806 \end_inset
20807
20808 columnas de anchura uniforme y texto centrado, escribe el comando
20809 \end_layout
20810
20811 \begin_layout Standard
20812
20813 \series bold
20814 >{
20815 \backslash
20816 centering}p{(1
20817 \backslash
20818 columnwidth-62.4pt)/5}
20819 \end_layout
20820
20821 \begin_layout Standard
20822 Para un cuadro con 5
20823 \begin_inset space \thinspace{}
20824 \end_inset
20825
20826 columnas en el que dos de ellas tengan 0.75
20827 \begin_inset space ~
20828 \end_inset
20829
20830 veces la anchura de las otras, el cálculo es
20831 \begin_inset Formula 
20832 \begin{align}
20833 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20834  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20835  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20836 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20837 \end{align}
20838
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \begin_layout Standard
20845 En el cuadro, por tanto, el comando
20846 \end_layout
20847
20848 \begin_layout Standard
20849
20850 \series bold
20851 >{
20852 \backslash
20853 centering}p{(1
20854 \backslash
20855 columnwidth-62.4pt)/
20856 \backslash
20857 real{4.5}}
20858 \end_layout
20859
20860 \begin_layout Standard
20861 se usa para las columnas más anchas y
20862 \end_layout
20863
20864 \begin_layout Standard
20865
20866 \series bold
20867 >{
20868 \backslash
20869 centering}p{(1
20870 \backslash
20871 columnwidth-62.4pt)/
20872 \backslash
20873 real{4.5}*
20874 \backslash
20875 real{0.75}}
20876 \end_layout
20877
20878 \begin_layout Standard
20879 para las más estrechas:
20880 \end_layout
20881
20882 \begin_layout Standard
20883 \begin_inset Tabular
20884 <lyxtabular version="3" rows="2" columns="5">
20885 <features tabularvalignment="middle">
20886 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20887 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20888 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20889 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20890 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 1
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
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 2
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 3
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 4
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 5
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 111111 1111111 111111 111111111 11111 11111 1111
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
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
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 2222 22222 222222 222222222 2222222 22 22222
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
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 333333 333333 333333 33333 3333333 333
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 </lyxtabular>
20986
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \begin_layout Section
20993 Personalización de cuadros
20994 \begin_inset Index idx
20995 status collapsed
20996
20997 \begin_layout Plain Layout
20998 Cuadros ! Personalización
20999 \end_layout
21000
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \begin_layout Subsection
21007 Espacio adicional en filas
21008 \begin_inset CommandInset label
21009 LatexCommand label
21010 name "subsec:Espacio-adicional"
21011
21012 \end_inset
21013
21014
21015 \begin_inset Index idx
21016 status collapsed
21017
21018 \begin_layout Plain Layout
21019 Cuadros ! Personalización ! Espacio adicional en filas
21020 \end_layout
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \begin_layout Standard
21028 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
21029  
21030 \family sans
21031 Bordes
21032 \family default
21033  del diálogo de configuración de cuadros.
21034  En el marco 
21035 \family sans
21036 Espacio
21037 \begin_inset space ~
21038 \end_inset
21039
21040 adicional
21041 \family default
21042  dispones de tres posibilidades:
21043 \end_layout
21044
21045 \begin_layout Description
21046 Superior
21047 \begin_inset space ~
21048 \end_inset
21049
21050 de
21051 \begin_inset space ~
21052 \end_inset
21053
21054 la
21055 \begin_inset space ~
21056 \end_inset
21057
21058 fila añade espacio sobre los caracteres de la fila.
21059  Si el cuadro es de estilo formal
21060 \begin_inset Foot
21061 status open
21062
21063 \begin_layout Plain Layout
21064 Los cuadros formales se explican en la sección
21065 \begin_inset space ~
21066 \end_inset
21067
21068
21069 \begin_inset CommandInset ref
21070 LatexCommand ref
21071 reference "sec:Cuadros-Formales"
21072
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079
21080  \SpecialChar LyX
21081  insertará 0.5
21082 \begin_inset space \thinspace{}
21083 \end_inset
21084
21085 em por omisión.
21086  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
21087  verticales, como se ve en el cuadro siguiente:
21088 \begin_inset VSpace medskip
21089 \end_inset
21090
21091
21092 \begin_inset Newline newline
21093 \end_inset
21094
21095
21096 \begin_inset space \hspace*{}
21097 \length 0pt
21098 \end_inset
21099
21100
21101 \begin_inset space \hfill{}
21102 \end_inset
21103
21104
21105 \begin_inset Tabular
21106 <lyxtabular version="3" rows="3" columns="1">
21107 <features tabularvalignment="middle">
21108 <column alignment="center" valignment="top">
21109 <row>
21110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 A
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 </row>
21120 <row topspace="3mm">
21121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 3
21126 \begin_inset space \thinspace{}
21127 \end_inset
21128
21129 mm sobre la fila
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 C
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 </lyxtabular>
21147
21148 \end_inset
21149
21150
21151 \begin_inset space \hfill{}
21152 \end_inset
21153
21154
21155 \begin_inset space \hspace*{}
21156 \length 0pt
21157 \end_inset
21158
21159
21160 \begin_inset VSpace medskip
21161 \end_inset
21162
21163
21164 \begin_inset Newline newline
21165 \end_inset
21166
21167 Así pues, insertar espacio superior en cuadros normales sólo es útil en
21168  cuadros sin líneas verticales.
21169 \end_layout
21170
21171 \begin_layout Description
21172 Inferior
21173 \begin_inset space ~
21174 \end_inset
21175
21176 de
21177 \begin_inset space ~
21178 \end_inset
21179
21180 la
21181 \begin_inset space ~
21182 \end_inset
21183
21184 fila añade espacio bajo los caracteres de la fila.
21185  Si el cuadro es formal \SpecialChar LyX
21186  inserta por omisión 0.5
21187 \begin_inset space \thinspace{}
21188 \end_inset
21189
21190 em; si el cuadro es normal inserta 2
21191 \begin_inset space \thinspace{}
21192 \end_inset
21193
21194 pt.
21195  
21196 \end_layout
21197
21198 \begin_layout Description
21199 Entre
21200 \begin_inset space ~
21201 \end_inset
21202
21203 las
21204 \begin_inset space ~
21205 \end_inset
21206
21207 filas añade espacio entre la fila actual y la siguiente.
21208  Si el cuadro es formal \SpecialChar LyX
21209  inserta 0.5
21210 \begin_inset space \thinspace{}
21211 \end_inset
21212
21213 em por omisión.
21214  En cuadros normales, el espacio adicional destruirá las líneas verticales
21215  del cuadro, como se ve en la siguiente:
21216 \begin_inset VSpace medskip
21217 \end_inset
21218
21219
21220 \begin_inset Newline newline
21221 \end_inset
21222
21223
21224 \begin_inset space \hspace*{}
21225 \length 0pt
21226 \end_inset
21227
21228
21229 \begin_inset space \hfill{}
21230 \end_inset
21231
21232
21233 \begin_inset Tabular
21234 <lyxtabular version="3" rows="3" columns="1">
21235 <features tabularvalignment="middle">
21236 <column alignment="center" valignment="top">
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 A
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 </row>
21248 <row interlinespace="3mm">
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\downarrow$
21254 \end_inset
21255
21256  3
21257 \begin_inset space \thinspace{}
21258 \end_inset
21259
21260 mm entre las filas
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 <row>
21267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\uparrow$
21272 \end_inset
21273
21274  3
21275 \begin_inset space \thinspace{}
21276 \end_inset
21277
21278 mm entre las filas 
21279 \begin_inset Formula $\uparrow$
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 </row>
21288 </lyxtabular>
21289
21290 \end_inset
21291
21292
21293 \begin_inset space \hfill{}
21294 \end_inset
21295
21296
21297 \begin_inset space \hspace*{}
21298 \length 0pt
21299 \end_inset
21300
21301
21302 \begin_inset VSpace medskip
21303 \end_inset
21304
21305
21306 \begin_inset Newline newline
21307 \end_inset
21308
21309 Así pues, los espacios adicionales entre filas de cuadros normales sólo
21310  sirven para cuadros sin líneas verticales.
21311 \end_layout
21312
21313 \begin_layout Standard
21314 \begin_inset VSpace bigskip
21315 \end_inset
21316
21317 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
21318  utiliza los siguientes comandos en el preámbulo:
21319 \end_layout
21320
21321 \begin_layout Standard
21322
21323 \series bold
21324
21325 \backslash
21326 @ifundefined{extrarowheight}
21327 \begin_inset Newline newline
21328 \end_inset
21329
21330
21331 \begin_inset Phantom HPhantom
21332 status open
21333
21334 \begin_layout Plain Layout
21335
21336 \series bold
21337 \begin_inset space ~
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344
21345 {
21346 \backslash
21347 usepackage{array}}{}
21348 \begin_inset Newline newline
21349 \end_inset
21350
21351
21352 \backslash
21353 setlength{
21354 \backslash
21355 extrarowheight}{altura}
21356 \series default
21357
21358 \begin_inset Note Note
21359 status collapsed
21360
21361 \begin_layout Plain Layout
21362 \SpecialChar LyX
21363  cargará automáticamente el paquete 
21364 \series bold
21365 array
21366 \series default
21367  cuando uses formatos de cuadro autodefinidos.
21368  Para evitar que sea cargado dos veces se pone al principio el comando 
21369 \series bold
21370
21371 \backslash
21372 @ifundefined
21373 \series default
21374 .
21375 \end_layout
21376
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \begin_layout Standard
21383 donde la 
21384 \family sans
21385 alture
21386 \family default
21387  puede ser una de las unidades listadas en el apéndice
21388 \begin_inset space ~
21389 \end_inset
21390
21391
21392 \begin_inset CommandInset ref
21393 LatexCommand ref
21394 reference "cap:Unidades-disponibles-en"
21395
21396 \end_inset
21397
21398 .
21399  Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
21400  centrado en vertical.
21401 \end_layout
21402
21403 \begin_layout Standard
21404 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
21405  del cuadro están a veces demasiado cerca de las letras.
21406  Esto se puede corregir insertando el comando 
21407 \series bold
21408
21409 \backslash
21410 strut
21411 \series default
21412  en código \SpecialChar TeX
21413  al principio de la fila del cuadro.
21414  El cuadro
21415 \begin_inset space ~
21416 \end_inset
21417
21418
21419 \begin_inset CommandInset ref
21420 LatexCommand ref
21421 reference "tab:Alineación-vertical"
21422
21423 \end_inset
21424
21425  muestra el efecto:
21426 \end_layout
21427
21428 \begin_layout Standard
21429 \noindent
21430 \begin_inset Float table
21431 placement h
21432 wide false
21433 sideways false
21434 status open
21435
21436 \begin_layout Plain Layout
21437 \begin_inset Caption Standard
21438
21439 \begin_layout Plain Layout
21440 \begin_inset CommandInset label
21441 LatexCommand label
21442 name "tab:Alineación-vertical"
21443
21444 \end_inset
21445
21446 Alineación vertical de texto con letras grandes
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \begin_layout Plain Layout
21455 \begin_inset space \hfill{}
21456 \end_inset
21457
21458
21459 \begin_inset Float table
21460 wide false
21461 sideways false
21462 status open
21463
21464 \begin_layout Plain Layout
21465 \begin_inset Caption Standard
21466
21467 \begin_layout Plain Layout
21468 Cuadro normal
21469 \end_layout
21470
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \begin_layout Plain Layout
21477 \noindent
21478 \align center
21479 \begin_inset Tabular
21480 <lyxtabular version="3" rows="6" columns="1">
21481 <features tabularvalignment="middle">
21482 <column alignment="left" valignment="top">
21483 <row>
21484 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 Normal, g
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 <row>
21495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499
21500 \size large
21501 Grande
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \size larger
21514 Más grande
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \size largest
21527 Grandísima
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 </row>
21533 <row>
21534 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538
21539 \size huge
21540 Enorme
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \size huge
21553 Gigante
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 </lyxtabular>
21560
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \begin_inset space \hfill{}
21570 \end_inset
21571
21572
21573 \begin_inset Float table
21574 wide false
21575 sideways false
21576 status open
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Caption Standard
21580
21581 \begin_layout Plain Layout
21582 Cuadro con comando 
21583 \series bold
21584
21585 \backslash
21586 strut
21587 \end_layout
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Plain Layout
21595 \noindent
21596 \align center
21597 \begin_inset Tabular
21598 <lyxtabular version="3" rows="6" columns="1">
21599 <features tabularvalignment="middle">
21600 <column alignment="left" valignment="top">
21601 <row>
21602 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 Normal, g
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \size large
21619 \begin_inset ERT
21620 status collapsed
21621
21622 \begin_layout Plain Layout
21623
21624
21625 \backslash
21626 strut 
21627 \end_layout
21628
21629 \end_inset
21630
21631 Grande
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \size larger
21644 \begin_inset ERT
21645 status collapsed
21646
21647 \begin_layout Plain Layout
21648
21649
21650 \backslash
21651 strut 
21652 \end_layout
21653
21654 \end_inset
21655
21656 Más grande
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \size largest
21669 \begin_inset ERT
21670 status collapsed
21671
21672 \begin_layout Plain Layout
21673
21674
21675 \backslash
21676 strut 
21677 \end_layout
21678
21679 \end_inset
21680
21681 Grandísima
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \size huge
21694 \begin_inset ERT
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698
21699
21700 \backslash
21701 strut 
21702 \end_layout
21703
21704 \end_inset
21705
21706 Enorme
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \size giant
21719 \begin_inset ERT
21720 status collapsed
21721
21722 \begin_layout Plain Layout
21723
21724
21725 \backslash
21726 strut 
21727 \end_layout
21728
21729 \end_inset
21730
21731
21732 \size huge
21733 Gigante
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 </lyxtabular>
21740
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \begin_inset space \hfill{}
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \begin_layout Subsection
21761 Alineación especial de celdas
21762 \begin_inset CommandInset label
21763 LatexCommand label
21764 name "subsec:Alineación-especial-de"
21765
21766 \end_inset
21767
21768
21769 \begin_inset Index idx
21770 status collapsed
21771
21772 \begin_layout Plain Layout
21773 Cuadros ! Personalización ! Alineación especial de celdas
21774 \end_layout
21775
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \begin_layout Standard
21782 A veces mejora la presentación si las entradas en las celdas de una columna
21783  se alinean con un carácter determinado, p.
21784 \begin_inset space \thinspace{}
21785 \end_inset
21786
21787 ej.
21788 \begin_inset space ~
21789 \end_inset
21790
21791 el separador decimal, como en el cuadro
21792 \begin_inset space ~
21793 \end_inset
21794
21795
21796 \begin_inset CommandInset ref
21797 LatexCommand ref
21798 reference "tab:Cuadro-celdas-alineadas"
21799
21800 \end_inset
21801
21802 .
21803  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
21804  el botón 
21805 \begin_inset Info
21806 type  "icon"
21807 arg   "tabular-feature align-decimal"
21808 \end_inset
21809
21810  de la barra de herramientas o eligiendo la alineación 
21811 \family sans
21812 Al separador decimal
21813 \family default
21814  en la configuración del cuadro.
21815  Ahí se puede especificar también el carácter deseado para la alineación.
21816 \end_layout
21817
21818 \begin_layout Standard
21819 \begin_inset Float table
21820 wide false
21821 sideways false
21822 status open
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Caption Standard
21826
21827 \begin_layout Plain Layout
21828 \begin_inset CommandInset label
21829 LatexCommand label
21830 name "tab:Cuadro-celdas-alineadas"
21831
21832 \end_inset
21833
21834 Cuadro con celdas alineadas con el separador decimal.
21835 \end_layout
21836
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \begin_layout Plain Layout
21843 \align center
21844 \begin_inset Tabular
21845 <lyxtabular version="3" rows="4" columns="1">
21846 <features booktabs="true" tabularvalignment="middle">
21847 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21848 <row>
21849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 leyenda
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 </row>
21859 <row>
21860 <cell alignment="center" valignment="top" topline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 12,6
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 0,68
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 </row>
21881 <row>
21882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 -123,0
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 </lyxtabular>
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Standard
21905 \begin_inset Float table
21906 wide false
21907 sideways false
21908 status open
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Caption Standard
21912
21913 \begin_layout Plain Layout
21914 \begin_inset CommandInset label
21915 LatexCommand label
21916 name "tab:Cuadro-con-celdas-de"
21917
21918 \end_inset
21919
21920 Cuadro con celdas alineadas con los operadores.
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Plain Layout
21929 \align center
21930 \begin_inset Tabular
21931 <lyxtabular version="3" rows="4" columns="2">
21932 <features booktabs="true" tabularvalignment="middle">
21933 <column alignment="right" valignment="top" width="0pt">
21934 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21935 <row>
21936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 leyenda
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Formula $12\,+$
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 <cell alignment="center" valignment="top" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972 \begin_inset Formula $\,6$
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 </row>
21981 <row>
21982 <cell alignment="center" valignment="top" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $0\,-$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 \begin_inset Formula $\,68$
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 </row>
22007 <row>
22008 <cell alignment="center" valignment="top" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 \begin_inset Formula $-123\,/$
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Formula $\,0$
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 </lyxtabular>
22034
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Standard
22046 Para alinear con caracteres en ecuaciones este método no funciona porque
22047  el campo para especificar el carácter no permite ecuaciones.
22048  En este caso hay que usar el método del cuadro
22049 \begin_inset space ~
22050 \end_inset
22051
22052
22053 \begin_inset CommandInset ref
22054 LatexCommand ref
22055 reference "tab:Cuadro-con-celdas-de"
22056
22057 \end_inset
22058
22059 .
22060  Es un cuadro 4×2.
22061  La leyenda es una multicolumna centrada.
22062  La primera columna está alineada a la derecha y contiene la primera parte
22063  incluyendo el operador.
22064  La segunda columna está alineada a la izquierda y contiene la parte restante.
22065  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
22066  columna para mantener el espacio habitual alrededor de los operadores.
22067  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
22068  el siguiente argumento \SpecialChar LaTeX
22069  para la segunda columna:
22070 \end_layout
22071
22072 \begin_layout Standard
22073
22074 \series bold
22075 @{}l
22076 \end_layout
22077
22078 \begin_layout Standard
22079 El cuadro
22080 \begin_inset space ~
22081 \end_inset
22082
22083
22084 \begin_inset CommandInset ref
22085 LatexCommand ref
22086 reference "tab:Varias-alineaciones"
22087
22088 \end_inset
22089
22090  muestra varios ejemplos de alineación.
22091  Para alinear al signo de relación se ha añadido un pequeño espacio como
22092  en la segunda columna del cuadro
22093 \begin_inset space ~
22094 \end_inset
22095
22096
22097 \begin_inset CommandInset ref
22098 LatexCommand ref
22099 reference "tab:Cuadro-con-celdas-de"
22100
22101 \end_inset
22102
22103 .
22104 \end_layout
22105
22106 \begin_layout Standard
22107 \begin_inset Float table
22108 placement h
22109 wide false
22110 sideways false
22111 status open
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Caption Standard
22115
22116 \begin_layout Plain Layout
22117 \begin_inset CommandInset label
22118 LatexCommand label
22119 name "tab:Varias-alineaciones"
22120
22121 \end_inset
22122
22123 Cuadro con varias alineaciones.
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132 \align center
22133 \begin_inset Tabular
22134 <lyxtabular version="3" rows="4" columns="6">
22135 <features tabularvalignment="middle">
22136 <column alignment="right" valignment="top">
22137 <column alignment="left" valignment="top" special="@{}l">
22138 <column alignment="right" valignment="top">
22139 <column alignment="left" valignment="top" special="@{}l">
22140 <column alignment="right" valignment="top">
22141 <column alignment="left" valignment="top" special="@{}l">
22142 <row>
22143 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 unidades
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 exponentes
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 relaciones
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 12×
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 24
22213 \begin_inset space \thinspace{}
22214 \end_inset
22215
22216 bottles
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 \begin_inset Formula $10\cdot$
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $10^{\mbox{-}17}$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $\Gamma(t)\propto$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\:\Upsilon(t)$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 1024×
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 768
22285 \begin_inset space \thinspace{}
22286 \end_inset
22287
22288 Pixels
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $5.78\cdot$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Formula $10^{7}$
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 \begin_inset Formula $A\ne$
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\:B_{\mathrm{red}}$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 <row>
22343 <cell alignment="center" valignment="top" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 32×
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 6
22357 \begin_inset space \thinspace{}
22358 \end_inset
22359
22360 cm
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 -
22370 \begin_inset Formula $33.5\cdot$
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $10^{4}$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\sen(\alpha)\ge$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Formula $\:\sen(\beta)$
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 </lyxtabular>
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Subsection
22428 Formato personalizado de celda/columna
22429 \begin_inset CommandInset label
22430 LatexCommand label
22431 name "subsec:Formato-Personalizado"
22432
22433 \end_inset
22434
22435
22436 \begin_inset Index idx
22437 status collapsed
22438
22439 \begin_layout Plain Layout
22440 Cuadros ! Personalización ! Formato de celda/columna
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Standard
22449 El cálculo de la anchura necesaria para columnas estándar descrito en la
22450  sección
22451 \begin_inset space ~
22452 \end_inset
22453
22454
22455 \begin_inset CommandInset ref
22456 LatexCommand ref
22457 reference "sec:Cálculo-anchura-cuadros"
22458
22459 \end_inset
22460
22461  y para columnas extendidas descrito en la sección
22462 \begin_inset space ~
22463 \end_inset
22464
22465
22466 \begin_inset CommandInset ref
22467 LatexCommand ref
22468 reference "subsec:Cálculos-en-Multicolumnas"
22469
22470 \end_inset
22471
22472  es muy pesado si tienes varios cuadros.
22473  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
22474 mna aplicable a todos los cuadros del documento.
22475  El formato se define con el comando
22476 \end_layout
22477
22478 \begin_layout Standard
22479
22480 \series bold
22481
22482 \backslash
22483 newcolumntype{nombre del formato}[número de argumentos]{comandos}
22484 \end_layout
22485
22486 \begin_layout Standard
22487 El 
22488 \emph on
22489 nombre de formato
22490 \emph default
22491  puede ser una sola letra.
22492  Las letras 
22493 \emph on
22494 b, c, l, m, p
22495 \emph default
22496  y 
22497 \emph on
22498 r
22499 \emph default
22500  están predefinidas y no pueden usarse.
22501  Pero se permiten todas las mayúsculas.
22502 \end_layout
22503
22504 \begin_layout Standard
22505 \begin_inset VSpace medskip
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \begin_layout Standard
22512 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
22513  fija puedes definir el formato de celda
22514 \end_layout
22515
22516 \begin_layout Standard
22517
22518 \series bold
22519
22520 \backslash
22521 newcolumntype{M}[1]{>{
22522 \backslash
22523 centering
22524 \backslash
22525 hspace{0pt}}m{#1}}
22526 \end_layout
22527
22528 \begin_layout Standard
22529 donde 
22530 \series bold
22531
22532 \backslash
22533 hspace{0pt}
22534 \series default
22535  evita el problema de partir con guión la primera palabra, como se describe
22536  en la sección
22537 \begin_inset space ~
22538 \end_inset
22539
22540
22541 \begin_inset CommandInset ref
22542 LatexCommand ref
22543 reference "subsec:Líneas-Múltiples-en"
22544
22545 \end_inset
22546
22547 .
22548  Ahora puedes introducir simplemente
22549 \end_layout
22550
22551 \begin_layout Standard
22552
22553 \series bold
22554 M{ancho}
22555 \end_layout
22556
22557 \begin_layout Standard
22558 como argumento \SpecialChar LaTeX
22559  en el diálogo de cuadros para crear una multicolumna.
22560 \end_layout
22561
22562 \begin_layout Standard
22563 \begin_inset VSpace bigskip
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \begin_layout Standard
22570 Para celdas extendidas en una celda multicolumna, puedes definir el formato
22571 \end_layout
22572
22573 \begin_layout Standard
22574
22575 \series bold
22576
22577 \backslash
22578 newcolumntype{S}[2]{>{
22579 \backslash
22580 centering
22581 \backslash
22582 hspace{0pt}}
22583 \begin_inset Newline newline
22584 \end_inset
22585
22586
22587 \begin_inset Phantom HPhantom
22588 status open
22589
22590 \begin_layout Plain Layout
22591
22592 \series bold
22593
22594 \backslash
22595 newcolumntype
22596 \end_layout
22597
22598 \end_inset
22599
22600 m{(#1+(2
22601 \backslash
22602 tabcolsep+
22603 \backslash
22604 arrayrulewidth)*(1-#2))/#2}}
22605 \end_layout
22606
22607 \begin_layout Standard
22608 Este formato usa la ecuación 
22609 \begin_inset CommandInset ref
22610 LatexCommand eqref
22611 reference "eq:Wgn"
22612
22613 \end_inset
22614
22615  para calcular la anchura necesaria para que cada celda extendida tenga
22616  la misma anchura.
22617 \end_layout
22618
22619 \begin_layout Standard
22620 Ahora puedes introducir
22621 \end_layout
22622
22623 \begin_layout Standard
22624
22625 \series bold
22626 S{ancho de la celda multicolumna}{número de columnas extendidas}
22627 \end_layout
22628
22629 \begin_layout Standard
22630 como argumento \SpecialChar LaTeX
22631  de la columna.
22632 \end_layout
22633
22634 \begin_layout Standard
22635 \begin_inset VSpace bigskip
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \begin_layout Standard
22642 Para columnas coloreadas puedes definir
22643 \end_layout
22644
22645 \begin_layout Standard
22646
22647 \series bold
22648
22649 \backslash
22650 newcolumntype{K}[1]{>{
22651 \backslash
22652 columncolor{#1}
22653 \backslash
22654 hspace{0pt}}c}
22655 \end_layout
22656
22657 \begin_layout Standard
22658 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
22659  horizontalmente.
22660  Ahora puedes introducir
22661 \end_layout
22662
22663 \begin_layout Standard
22664
22665 \series bold
22666 K{nombre del color}
22667 \end_layout
22668
22669 \begin_layout Standard
22670 como argumento \SpecialChar LaTeX
22671 .
22672 \end_layout
22673
22674 \begin_layout Standard
22675 \begin_inset VSpace bigskip
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \begin_layout Standard
22682 Para crear el cuadro
22683 \begin_inset space ~
22684 \end_inset
22685
22686
22687 \begin_inset CommandInset ref
22688 LatexCommand ref
22689 reference "tab:Cuadro-con-formatos-definidos-por"
22690
22691 \end_inset
22692
22693  usa los argumentos \SpecialChar LaTeX
22694
22695 \end_layout
22696
22697 \begin_layout Standard
22698
22699 \series bold
22700 M{2.5cm}
22701 \end_layout
22702
22703 \begin_layout Standard
22704 para la primera columna y la multicolumna,
22705 \end_layout
22706
22707 \begin_layout Standard
22708
22709 \series bold
22710 K{red}
22711 \end_layout
22712
22713 \begin_layout Standard
22714 para la última columna y
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \series bold
22720 S{2.5cm}{2}
22721 \end_layout
22722
22723 \begin_layout Standard
22724 para las celdas en la segunda columna.
22725 \end_layout
22726
22727 \begin_layout Standard
22728 \begin_inset Float table
22729 placement h
22730 wide false
22731 sideways false
22732 status open
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Caption Standard
22736
22737 \begin_layout Plain Layout
22738 \begin_inset CommandInset label
22739 LatexCommand label
22740 name "tab:Cuadro-con-formatos-definidos-por"
22741
22742 \end_inset
22743
22744 Cuadro con formatos definidos por el usuario
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \begin_layout Plain Layout
22753 \align center
22754 \begin_inset Tabular
22755 <lyxtabular version="3" rows="3" columns="4">
22756 <features tabularvalignment="middle">
22757 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22758 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22759 <column alignment="center" valignment="middle">
22760 <column alignment="center" valignment="middle" special="K{red}">
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 palabramuylargaenceldadecuadro
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 multicolumna línea múltiple
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 c
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 d
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 e
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 f
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 g
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 h
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
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 i
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 j
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 k
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 </lyxtabular>
22876
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Subsection
22888 Grosor de líneas
22889 \begin_inset CommandInset label
22890 LatexCommand label
22891 name "subsec:Grosor-de-Líneas"
22892
22893 \end_inset
22894
22895
22896 \begin_inset Index idx
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900 Cuadros ! Personalización ! Grosor de línea
22901 \end_layout
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \begin_layout Standard
22909 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
22910  
22911 \series bold
22912
22913 \backslash
22914 arrayrulewidth
22915 \series default
22916 .
22917  Por ejemplo, para poner un grosor de línea de 1.5
22918 \begin_inset space \thinspace{}
22919 \end_inset
22920
22921 pt, como en el cuadro
22922 \begin_inset space ~
22923 \end_inset
22924
22925
22926 \begin_inset CommandInset ref
22927 LatexCommand ref
22928 reference "tab:Cuadro-con-líneas"
22929
22930 \end_inset
22931
22932 , inserta el comando
22933 \end_layout
22934
22935 \begin_layout Standard
22936
22937 \series bold
22938
22939 \backslash
22940 setlength{
22941 \backslash
22942 arrayrulewidth}{1.5pt}
22943 \end_layout
22944
22945 \begin_layout Standard
22946 en código \SpecialChar TeX
22947  antes del cuadro o flotante.
22948  Este cambio es válido para todos los siguientes cuadros.
22949  Para volver al valor predeterminado, define 
22950 \series bold
22951
22952 \backslash
22953 arrayrulewidth
22954 \series default
22955  a 0.4
22956 \begin_inset space \thinspace{}
22957 \end_inset
22958
22959 pt en código \SpecialChar TeX
22960  detrás del cuadro o flotante.
22961 \end_layout
22962
22963 \begin_layout Standard
22964 \begin_inset ERT
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968
22969
22970 \backslash
22971 setlength{
22972 \backslash
22973 arrayrulewidth}{1.5pt}
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \begin_inset Float table
22980 wide false
22981 sideways false
22982 status open
22983
22984 \begin_layout Plain Layout
22985 \begin_inset Caption Standard
22986
22987 \begin_layout Plain Layout
22988 \begin_inset CommandInset label
22989 LatexCommand label
22990 name "tab:Cuadro-con-líneas"
22991
22992 \end_inset
22993
22994 Cuadro con líneas de grosor 1.5
22995 \begin_inset space \thinspace{}
22996 \end_inset
22997
22998 pt
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Plain Layout
23007 \align center
23008 \begin_inset Tabular
23009 <lyxtabular version="3" rows="3" columns="3">
23010 <features tabularvalignment="middle">
23011 <column alignment="center" valignment="top">
23012 <column alignment="center" valignment="top">
23013 <column alignment="center" valignment="top">
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 sd
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 </row>
23043 <row>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 sd
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 </row>
23072 <row>
23073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
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" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 sd
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 </lyxtabular>
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset ERT
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115
23116
23117 \backslash
23118 setlength{
23119 \backslash
23120 arrayrulewidth}{0.4pt}
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Standard
23129 \begin_inset VSpace bigskip
23130 \end_inset
23131
23132 Para definir un grosor de 1.5
23133 \begin_inset space \thinspace{}
23134 \end_inset
23135
23136 pt sólo para líneas horizontales, como en el cuadro
23137 \begin_inset space ~
23138 \end_inset
23139
23140
23141 \begin_inset CommandInset ref
23142 LatexCommand ref
23143 reference "tab:Cuadro-con-horizontales"
23144
23145 \end_inset
23146
23147 , inserta estos comandos en código \SpecialChar TeX
23148  antes del cuadro o flotante:
23149 \end_layout
23150
23151 \begin_layout Standard
23152
23153 \series bold
23154
23155 \backslash
23156 let
23157 \backslash
23158 myHline
23159 \backslash
23160 hline
23161 \begin_inset Newline newline
23162 \end_inset
23163
23164
23165 \backslash
23166 renewcommand{
23167 \backslash
23168 hline}
23169 \begin_inset Newline newline
23170 \end_inset
23171
23172  {
23173 \backslash
23174 noalign{
23175 \backslash
23176 global
23177 \backslash
23178 arrayrulewidth 1.5pt}
23179 \begin_inset Newline newline
23180 \end_inset
23181
23182  
23183 \backslash
23184 myHline
23185 \backslash
23186 noalign{
23187 \backslash
23188 global
23189 \backslash
23190 arrayrulewidth 0.4pt}}
23191 \end_layout
23192
23193 \begin_layout Standard
23194 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
23195  detrás
23196  del cuadro o flotante:
23197 \end_layout
23198
23199 \begin_layout Standard
23200
23201 \series bold
23202
23203 \backslash
23204 renewcommand{
23205 \backslash
23206 hline}{
23207 \backslash
23208 myHline}
23209 \end_layout
23210
23211 \begin_layout Standard
23212 \begin_inset ERT
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216
23217
23218 \backslash
23219 let
23220 \backslash
23221 myHline
23222 \backslash
23223 hline
23224 \end_layout
23225
23226 \begin_layout Plain Layout
23227
23228
23229 \backslash
23230 renewcommand{
23231 \backslash
23232 hline}
23233 \end_layout
23234
23235 \begin_layout Plain Layout
23236
23237  {
23238 \backslash
23239 noalign{
23240 \backslash
23241 global
23242 \backslash
23243 arrayrulewidth 1.5pt}
23244 \end_layout
23245
23246 \begin_layout Plain Layout
23247
23248   
23249 \backslash
23250 myHline
23251 \backslash
23252 noalign{
23253 \backslash
23254 global
23255 \backslash
23256 arrayrulewidth 0.4pt}}
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \begin_inset Float table
23263 wide false
23264 sideways false
23265 status open
23266
23267 \begin_layout Plain Layout
23268 \begin_inset Caption Standard
23269
23270 \begin_layout Plain Layout
23271 \begin_inset CommandInset label
23272 LatexCommand label
23273 name "tab:Cuadro-con-horizontales"
23274
23275 \end_inset
23276
23277 Cuadro con líneas horizontales de 1.5
23278 \begin_inset space \thinspace{}
23279 \end_inset
23280
23281 pt
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \begin_layout Plain Layout
23290 \align center
23291 \begin_inset Tabular
23292 <lyxtabular version="3" rows="3" columns="3">
23293 <features tabularvalignment="middle">
23294 <column alignment="center" valignment="top">
23295 <column alignment="center" valignment="top">
23296 <column alignment="center" valignment="top">
23297 <row>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 sd
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 sd
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
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" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 sd
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 </lyxtabular>
23385
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392
23393
23394 \begin_inset ERT
23395 status collapsed
23396
23397 \begin_layout Plain Layout
23398
23399
23400 \backslash
23401 renewcommand{
23402 \backslash
23403 hline}{
23404 \backslash
23405 myHline}
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset VSpace bigskip
23415 \end_inset
23416
23417 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
23418  siguiente formato de columna en el preámbulo del documento, de acuerdo
23419  con lo descrito en la sección
23420 \begin_inset space ~
23421 \end_inset
23422
23423
23424 \begin_inset CommandInset ref
23425 LatexCommand ref
23426 reference "subsec:Formato-Personalizado"
23427
23428 \end_inset
23429
23430 :
23431 \end_layout
23432
23433 \begin_layout Standard
23434
23435 \series bold
23436
23437 \backslash
23438 newcolumntype{V}{!{
23439 \backslash
23440 vrule width 1.5pt}}
23441 \end_layout
23442
23443 \begin_layout Standard
23444 Para el cuadro
23445 \begin_inset space ~
23446 \end_inset
23447
23448
23449 \begin_inset CommandInset ref
23450 LatexCommand ref
23451 reference "tab:Cuadro-con-verticales"
23452
23453 \end_inset
23454
23455  se usó el argumento \SpecialChar LaTeX
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460
23461 \series bold
23462 VcV
23463 \end_layout
23464
23465 \begin_layout Standard
23466 para la última columna y
23467 \end_layout
23468
23469 \begin_layout Standard
23470
23471 \series bold
23472 Vc
23473 \end_layout
23474
23475 \begin_layout Standard
23476 para las otras.
23477 \end_layout
23478
23479 \begin_layout Standard
23480 \begin_inset Float table
23481 wide false
23482 sideways false
23483 status open
23484
23485 \begin_layout Plain Layout
23486 \begin_inset Caption Standard
23487
23488 \begin_layout Plain Layout
23489 \begin_inset CommandInset label
23490 LatexCommand label
23491 name "tab:Cuadro-con-verticales"
23492
23493 \end_inset
23494
23495 Cuadro con líneas verticales de 1.5
23496 \begin_inset space \thinspace{}
23497 \end_inset
23498
23499 pt de grosor
23500 \end_layout
23501
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \begin_layout Plain Layout
23508 \align center
23509 \begin_inset Tabular
23510 <lyxtabular version="3" rows="3" columns="3">
23511 <features tabularvalignment="middle">
23512 <column alignment="center" valignment="top" special="Vc">
23513 <column alignment="center" valignment="top" special="Vc">
23514 <column alignment="center" valignment="top" special="VcV">
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 sd
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529
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 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 sd
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
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
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 sd
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 </lyxtabular>
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Subsection
23615 Líneas de trazos
23616 \begin_inset Index idx
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620 Cuadros ! Personalización ! Líneas de trazos
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \begin_layout Standard
23629 \begin_inset ERT
23630 status collapsed
23631
23632 \begin_layout Plain Layout
23633
23634
23635 \backslash
23636 ifarydshln
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \begin_inset Note Note
23643 status open
23644
23645 \begin_layout Plain Layout
23646 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23647  \SpecialChar LaTeX
23648  
23649 \series bold
23650 arydshln
23651 \series default
23652 .
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Standard
23661 \begin_inset Float table
23662 placement H
23663 wide false
23664 sideways false
23665 status open
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Caption Standard
23669
23670 \begin_layout Plain Layout
23671 \begin_inset CommandInset label
23672 LatexCommand label
23673 name "tab:Cuadro-con-trazos"
23674
23675 \end_inset
23676
23677 Cuadro con líneas de trazos
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Plain Layout
23686 \align center
23687 \begin_inset Tabular
23688 <lyxtabular version="3" rows="5" columns="5">
23689 <features tabularvalignment="middle">
23690 <column alignment="center" valignment="top">
23691 <column alignment="center" valignment="top">
23692 <column alignment="center" valignment="top" special=":c">
23693 <column alignment="center" valignment="top">
23694 <column alignment="center" valignment="top">
23695 <row>
23696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 a
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
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 b
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 c
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 d
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 e
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 </row>
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 f
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 g
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 h
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 i
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 j
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 hdashline 
23802 \end_layout
23803
23804 \end_inset
23805
23806 k
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 l
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 m
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 n
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 o
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 </row>
23848 <row>
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 \begin_inset ERT
23854 status collapsed
23855
23856 \begin_layout Plain Layout
23857
23858
23859 \backslash
23860 cdashline{4-5}
23861 \end_layout
23862
23863 \end_inset
23864
23865 p
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 q
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 r
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 s
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 t
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
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 u
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 v
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 w
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 x
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 </row>
23954 </lyxtabular>
23955
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967 En principio \SpecialChar LyX
23968  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
23969 .
23970  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
23971  
23972 \series bold
23973 arydshln
23974 \series default
23975
23976 \begin_inset Index idx
23977 status collapsed
23978
23979 \begin_layout Plain Layout
23980 \SpecialChar LaTeX
23981 -paquetes ! arydshln
23982 \end_layout
23983
23984 \end_inset
23985
23986  con el comando 
23987 \end_layout
23988
23989 \begin_layout Standard
23990
23991 \series bold
23992
23993 \backslash
23994 usepackage{arydshln}
23995 \end_layout
23996
23997 \begin_layout Standard
23998 Para hacer una línea vertical a trazos, introduce dos puntos «
23999 \series bold
24000 :
24001 \series default
24002 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
24003  en el
24004  diálogo de celdas de cuadros.
24005 \end_layout
24006
24007 \begin_layout Standard
24008 Para una línea de trazos horizontal añade el comando
24009 \end_layout
24010
24011 \begin_layout Standard
24012
24013 \series bold
24014
24015 \backslash
24016 hdashline
24017 \end_layout
24018
24019 \begin_layout Standard
24020 en código \SpecialChar TeX
24021  como primer elemento de la primera celda en la fila.
24022 \end_layout
24023
24024 \begin_layout Standard
24025 Para líneas de trazos en multicolumna usa el comando
24026 \end_layout
24027
24028 \begin_layout Standard
24029
24030 \series bold
24031
24032 \backslash
24033 cdashline{número de líneas}
24034 \end_layout
24035
24036 \begin_layout Standard
24037 en código \SpecialChar TeX
24038  como primer elemento de la primera celda en la fila.
24039  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
24040  4 y quieres una línea de trazos por encima, añade el comando
24041 \end_layout
24042
24043 \begin_layout Standard
24044
24045 \series bold
24046
24047 \backslash
24048 cdashline{2-4}
24049 \end_layout
24050
24051 \begin_layout Standard
24052 como primer elemento de la primera celda en la fila de la multicolumna.
24053 \end_layout
24054
24055 \begin_layout Standard
24056 \begin_inset VSpace bigskip
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 El cuadro
24064 \begin_inset space ~
24065 \end_inset
24066
24067
24068 \begin_inset CommandInset ref
24069 LatexCommand ref
24070 reference "tab:Cuadro-con-trazos"
24071
24072 \end_inset
24073
24074  se ha hecho usando «
24075 \series bold
24076 :c
24077 \series default
24078 » como argumento \SpecialChar LaTeX
24079  de la tercera columna.
24080  El comando en código \SpecialChar TeX
24081  
24082 \series bold
24083
24084 \backslash
24085 hdashline
24086 \series default
24087  se ha insertado en la primera celda de la tercera fila y el comando en
24088  código \SpecialChar TeX
24089
24090 \begin_inset Newline newline
24091 \end_inset
24092
24093
24094 \series bold
24095
24096 \backslash
24097 cdashline{4-5}
24098 \series default
24099  en la primera celda de la cuarta fila.
24100 \end_layout
24101
24102 \begin_layout Standard
24103 \begin_inset VSpace bigskip
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \begin_layout Standard
24110 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
24111  el cuadro
24112 \begin_inset space ~
24113 \end_inset
24114
24115
24116 \begin_inset CommandInset ref
24117 LatexCommand ref
24118 reference "tab:Cuadro-trazos-color"
24119
24120 \end_inset
24121
24122 .
24123 \end_layout
24124
24125 \begin_layout Standard
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131
24132 \backslash
24133 setlength{
24134 \backslash
24135 arrayrulewidth}{1pt}
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \begin_inset Note Note
24142 status collapsed
24143
24144 \begin_layout Plain Layout
24145 líneas más gruesas para ver mejor los colores
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \begin_layout Standard
24154 \begin_inset ERT
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158
24159
24160 \backslash
24161 dashgapcolor{green}
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \begin_inset Note Note
24168 status collapsed
24169
24170 \begin_layout Plain Layout
24171 huecos de color entre trazos verdes
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 \begin_inset ERT
24181 status collapsed
24182
24183 \begin_layout Plain Layout
24184
24185
24186 \backslash
24187 let
24188 \backslash
24189 myHdashline
24190 \backslash
24191 hdashline
24192 \end_layout
24193
24194 \begin_layout Plain Layout
24195
24196
24197 \backslash
24198 renewcommand{
24199 \backslash
24200 hdashline}
24201 \end_layout
24202
24203 \begin_layout Plain Layout
24204
24205  {
24206 \backslash
24207 arrayrulecolor{red}
24208 \backslash
24209 myHdashline
24210 \backslash
24211 arrayrulecolor{black}}
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \begin_inset Note Note
24218 status collapsed
24219
24220 \begin_layout Plain Layout
24221 color horizontal, líneas a trazos rojos
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset ERT
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234
24235
24236 \backslash
24237 let
24238 \backslash
24239 myCdashline
24240 \backslash
24241 cdashline
24242 \end_layout
24243
24244 \begin_layout Plain Layout
24245
24246
24247 \backslash
24248 renewcommand{
24249 \backslash
24250 cdashline}[1]
24251 \end_layout
24252
24253 \begin_layout Plain Layout
24254
24255  {
24256 \backslash
24257 arrayrulecolor{yellow}
24258 \backslash
24259 myCdashline{#1}
24260 \backslash
24261 arrayrulecolor{black}}
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \begin_inset Note Note
24268 status collapsed
24269
24270 \begin_layout Plain Layout
24271 color parcial horizontal, líneas a trazos amarillos
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \begin_layout Standard
24280 \begin_inset Float table
24281 placement h
24282 wide false
24283 sideways false
24284 status open
24285
24286 \begin_layout Plain Layout
24287 \begin_inset Caption Standard
24288
24289 \begin_layout Plain Layout
24290 \begin_inset CommandInset label
24291 LatexCommand label
24292 name "tab:Cuadro-trazos-color"
24293
24294 \end_inset
24295
24296 Cuadro coloreado con líneas a trazos
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Plain Layout
24305 \align center
24306 \begin_inset Tabular
24307 <lyxtabular version="3" rows="5" columns="5">
24308 <features tabularvalignment="middle">
24309 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
24310 <column alignment="center" valignment="top" width="0pt">
24311 <column alignment="center" valignment="top" width="0pt" special=":c">
24312 <column alignment="center" valignment="top">
24313 <column alignment="center" valignment="top">
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 a
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 b
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 c
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 d
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 e
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 f
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 g
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 h
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 i
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402 j
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row>
24409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 \begin_inset ERT
24414 status collapsed
24415
24416 \begin_layout Plain Layout
24417
24418
24419 \backslash
24420 hdashline 
24421 \end_layout
24422
24423 \end_inset
24424
24425
24426 \begin_inset ERT
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430
24431
24432 \backslash
24433 rowcolor{Gray}
24434 \end_layout
24435
24436 \end_inset
24437
24438 k
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 l
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 m
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 n
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 o
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 \begin_inset ERT
24486 status collapsed
24487
24488 \begin_layout Plain Layout
24489
24490
24491 \backslash
24492 cdashline{4-5}
24493 \end_layout
24494
24495 \end_inset
24496
24497 p
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506 q
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515 r
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524 s
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 </row>
24539 <row>
24540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 t
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
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 u
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 v
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 w
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 \begin_inset ERT
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584
24585
24586 \backslash
24587 cellcolor{Maroon}
24588 \end_layout
24589
24590 \end_inset
24591
24592 i
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 </row>
24598 </lyxtabular>
24599
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \begin_inset ERT
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615
24616
24617 \backslash
24618 renewcommand{
24619 \backslash
24620 hdashline}{
24621 \backslash
24622 myHdashline}
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \begin_inset Note Note
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632 volver a predeterminado
24633 \end_layout
24634
24635 \end_inset
24636
24637
24638 \end_layout
24639
24640 \begin_layout Standard
24641 \begin_inset ERT
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645
24646
24647 \backslash
24648 renewcommand{
24649 \backslash
24650 cdashline}{
24651 \backslash
24652 myCdashline}
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \begin_inset Note Note
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662 volver a predeterminado
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 \begin_inset ERT
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675
24676
24677 \backslash
24678 nodashgapcolor
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \begin_inset Note Note
24685 status collapsed
24686
24687 \begin_layout Plain Layout
24688 volver a predeterminado
24689 \end_layout
24690
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \begin_layout Standard
24697 \begin_inset ERT
24698 status collapsed
24699
24700 \begin_layout Plain Layout
24701
24702
24703 \backslash
24704 setlength{
24705 \backslash
24706 arrayrulewidth}{0.4pt}
24707 \end_layout
24708
24709 \end_inset
24710
24711
24712 \begin_inset Note Note
24713 status collapsed
24714
24715 \begin_layout Plain Layout
24716 volver a predeterminado
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 La coloración de líneas y columnas funciona como se describe en la sección
24726 \begin_inset space ~
24727 \end_inset
24728
24729
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "sec:Cuadros-Coloreados"
24733
24734 \end_inset
24735
24736 La coloración de líneas horizontales también funciona como se describe ahí,
24737  solo hay que reemplazar en los comandos 
24738 \series bold
24739
24740 \backslash
24741 myHlineC
24742 \series default
24743  por 
24744 \series bold
24745
24746 \backslash
24747 myHdashline
24748 \series default
24749  y 
24750 \backslash
24751
24752 \series bold
24753 hline
24754 \series default
24755  por 
24756 \series bold
24757
24758 \backslash
24759 hdashline
24760 \series default
24761 ; así, los comandos usados son
24762 \end_layout
24763
24764 \begin_layout Standard
24765
24766 \series bold
24767
24768 \backslash
24769 let
24770 \backslash
24771 myHdashline
24772 \backslash
24773 hdashline
24774 \begin_inset Newline newline
24775 \end_inset
24776
24777
24778 \backslash
24779 renewcommand{
24780 \backslash
24781 hdashline}
24782 \begin_inset Newline newline
24783 \end_inset
24784
24785
24786 \begin_inset Phantom HPhantom
24787 status open
24788
24789 \begin_layout Plain Layout
24790 \begin_inset space ~
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \end_inset
24797
24798 {
24799 \backslash
24800 arrayrulecolor{red}
24801 \backslash
24802 myHdashline
24803 \backslash
24804 arrayrulecolor{black}}
24805 \end_layout
24806
24807 \begin_layout Standard
24808 Para colorear 
24809 \series bold
24810
24811 \backslash
24812 cdashline
24813 \series default
24814 , el comando es
24815 \end_layout
24816
24817 \begin_layout Standard
24818
24819 \series bold
24820
24821 \backslash
24822 let
24823 \backslash
24824 myCdashline
24825 \backslash
24826 cdashline
24827 \begin_inset Newline newline
24828 \end_inset
24829
24830
24831 \backslash
24832 renewcommand{
24833 \backslash
24834 cdashline}[1]
24835 \begin_inset Newline newline
24836 \end_inset
24837
24838
24839 \begin_inset Phantom HPhantom
24840 status open
24841
24842 \begin_layout Plain Layout
24843 \begin_inset space ~
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \end_inset
24850
24851 {
24852 \backslash
24853 arrayrulecolor{red}
24854 \backslash
24855 myCdashline{#1}
24856 \backslash
24857 arrayrulecolor{black}}
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Para recuperar el color negro de las líneas, hay que insertar detrás del
24862  cuadro los comandos siguientes en código \SpecialChar TeX
24863 :
24864 \end_layout
24865
24866 \begin_layout Standard
24867 Para 
24868 \series bold
24869
24870 \backslash
24871 hdashline
24872 \end_layout
24873
24874 \begin_layout Standard
24875
24876 \series bold
24877
24878 \backslash
24879 renewcommand{
24880 \backslash
24881 hdashline}{
24882 \backslash
24883 myHdashline}
24884 \end_layout
24885
24886 \begin_layout Standard
24887 y para 
24888 \series bold
24889
24890 \backslash
24891 cdashline
24892 \end_layout
24893
24894 \begin_layout Standard
24895
24896 \series bold
24897
24898 \backslash
24899 renewcommand{
24900 \backslash
24901 cdashline}{
24902 \backslash
24903 myCdashline}
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Para colorear los huecos entre los trazos, se puede usar
24908 \end_layout
24909
24910 \begin_layout Standard
24911
24912 \series bold
24913
24914 \backslash
24915 dashgapcolor{color}
24916 \end_layout
24917
24918 \begin_layout Standard
24919 delante del cuadro, en código \SpecialChar TeX
24920 .
24921  color es el nombre de un color definido.
24922  El comando
24923 \end_layout
24924
24925 \begin_layout Standard
24926
24927 \series bold
24928
24929 \backslash
24930 nodashgapcolor
24931 \end_layout
24932
24933 \begin_layout Standard
24934 deshace los cambios hechos por 
24935 \series bold
24936
24937 \backslash
24938 dashgapcolor
24939 \series default
24940 .
24941 \end_layout
24942
24943 \begin_layout Standard
24944 \begin_inset Note Greyedout
24945 status open
24946
24947 \begin_layout Plain Layout
24948
24949 \series bold
24950 Nota
24951 \series default
24952 : Si hay múltiples comandos en una celda, el comando de 
24953 \series bold
24954 arydshln
24955 \series default
24956  debe ser el primero.
24957  Por eso, en la celda 
24958 \emph on
24959 k
24960 \emph default
24961  del cuadro
24962 \begin_inset space ~
24963 \end_inset
24964
24965
24966 \begin_inset CommandInset ref
24967 LatexCommand ref
24968 reference "tab:Cuadro-trazos-color"
24969
24970 \end_inset
24971
24972  el comando 
24973 \series bold
24974
24975 \backslash
24976 hdashline
24977 \series default
24978  está delante de 
24979 \series bold
24980
24981 \backslash
24982 rowcolor
24983 \series default
24984 .
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993 \begin_inset Note Greyedout
24994 status open
24995
24996 \begin_layout Plain Layout
24997
24998 \series bold
24999 Nota:
25000 \series default
25001  El paquete \SpecialChar LaTeX
25002  
25003 \series bold
25004 arydshln
25005 \series default
25006  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
25007  
25008 \series bold
25009 colortbl
25010 \series default
25011
25012 \begin_inset Index idx
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 \SpecialChar LaTeX
25017 -paquetes ! colortbl
25018 \end_layout
25019
25020 \end_inset
25021
25022 .
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Standard
25031 \begin_inset ERT
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035
25036
25037 \backslash
25038 else
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset Note Note
25045 status open
25046
25047 \begin_layout Plain Layout
25048 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
25049  
25050 \series bold
25051 arydshln
25052 \series default
25053 .
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 Debes instalar el paquete \SpecialChar LaTeX
25063  
25064 \series bold
25065 arydshln
25066 \series default
25067  para ver la parte siguiente en la salida.
25068 \end_layout
25069
25070 \begin_layout Standard
25071 \begin_inset ERT
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075
25076
25077 \backslash
25078 fi
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 Para más información sobre líneas a trazos, véase la documentación de 
25088 \series bold
25089 arydshln
25090 \series default
25091
25092 \begin_inset CommandInset citation
25093 LatexCommand cite
25094 key "arydshln"
25095
25096 \end_inset
25097
25098 .
25099 \end_layout
25100
25101 \begin_layout Chapter
25102 Flotantes
25103 \begin_inset CommandInset label
25104 LatexCommand label
25105 name "chap:Flotantes"
25106
25107 \end_inset
25108
25109
25110 \begin_inset Index idx
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114 Flotantes
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \begin_layout Section
25123 Introducción
25124 \begin_inset CommandInset label
25125 LatexCommand label
25126 name "sec:Introducción-Flotantes"
25127
25128 \end_inset
25129
25130
25131 \begin_inset Index idx
25132 status collapsed
25133
25134 \begin_layout Plain Layout
25135 Flotantes ! Introducción
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Standard
25144 Un flotante es un bloque que no tiene posición fija, asociado con algún
25145  tipo de etiqueta.
25146  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
25147  Las 
25148 \family sans
25149 Notas
25150 \begin_inset space ~
25151 \end_inset
25152
25153 al
25154 \begin_inset space ~
25155 \end_inset
25156
25157 pie
25158 \family default
25159  y 
25160 \family sans
25161 Notas
25162 \begin_inset space ~
25163 \end_inset
25164
25165 al
25166 \begin_inset space ~
25167 \end_inset
25168
25169 margen
25170 \family default
25171  también son flotantes, porque pueden flotar a la página siguiente cuando
25172  hay demasiadas notas en la página.
25173 \end_layout
25174
25175 \begin_layout Standard
25176 Los flotantes permiten composiciones de alta calidad.
25177  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
25178  para impedir espacios en blanco y páginas sin texto.
25179  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
25180  cada flotante puede ser referenciado en el texto.
25181  Por lo tanto los flotantes están numerados.
25182  Las referencias se describen en la sección
25183 \begin_inset space ~
25184 \end_inset
25185
25186
25187 \begin_inset CommandInset ref
25188 LatexCommand ref
25189 reference "sec:Referencias-a-Flotantes"
25190
25191 \end_inset
25192
25193 .
25194 \end_layout
25195
25196 \begin_layout Standard
25197 Para insertar un flotante, usa el menú 
25198 \family sans
25199 Insertar\SpecialChar menuseparator
25200 Flotante
25201 \family default
25202  (botón 
25203 \begin_inset Info
25204 type  "icon"
25205 arg   "float-insert figure"
25206 \end_inset
25207
25208  o 
25209 \begin_inset Info
25210 type  "icon"
25211 arg   "float-insert table"
25212 \end_inset
25213
25214 ).
25215  Esto inserta una 
25216 \family sans
25217 Leyenda,
25218 \family default
25219  un cuadro con una etiqueta.
25220  La etiqueta se traducirá automáticamente al idioma del documento.
25221  Tras la etiqueta puedes insertar el texto de la leyenda.
25222  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
25223  separado dentro del flotante.
25224  La colocación de leyendas se describe en la sección
25225 \begin_inset space ~
25226 \end_inset
25227
25228
25229 \begin_inset CommandInset ref
25230 LatexCommand ref
25231 reference "sec:Colocación-de-leyendas"
25232
25233 \end_inset
25234
25235 .
25236  Para mantener legible el documento \SpecialChar LyX
25237 , puedes abrir y cerrar el flotante
25238  con clic izquierdo sobre él.
25239  Un cuadro cerrado se muestra así: 
25240 \begin_inset Graphics
25241         filename clipart/flotante.png
25242         scale 70
25243
25244 \end_inset
25245
25246  —un cuadro gris con etiqueta en rojo—.
25247 \end_layout
25248
25249 \begin_layout Standard
25250 Se recomienda insertar flotantes como párrafos separados para evitar posibles
25251  errores de \SpecialChar LaTeX
25252  si el texto circundante se formatea de modo especial.
25253 \end_layout
25254
25255 \begin_layout Standard
25256 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
25257  y pinchando el botón correspondiente de la barra de herramientas para un
25258  flotante nuevo.
25259 \end_layout
25260
25261 \begin_layout Section
25262 Tipos de flotantes
25263 \end_layout
25264
25265 \begin_layout Standard
25266 Además de los flotantes de imagen y de cuadro que se describen en la sección
25267 \begin_inset space ~
25268 \end_inset
25269
25270
25271 \begin_inset CommandInset ref
25272 LatexCommand ref
25273 reference "sec:Figuras-Flotantes"
25274
25275 \end_inset
25276
25277  y 
25278 \begin_inset CommandInset ref
25279 LatexCommand ref
25280 reference "sec:Cuadros-Flotantes"
25281
25282 \end_inset
25283
25284 , respectivamente, \SpecialChar LyX
25285  ofrece los tipos 
25286 \family sans
25287 Algoritmo
25288 \family default
25289  y 
25290 \family sans
25291 Envoltorio
25292 \family default
25293 .
25294  Lo último se explica en la sec.
25295 \begin_inset space \thinspace{}
25296 \end_inset
25297
25298
25299 \begin_inset CommandInset ref
25300 LatexCommand ref
25301 reference "sec:Flotantes-envueltos"
25302
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \begin_layout Subsection
25309 Algoritmos flotantes
25310 \begin_inset Index idx
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 Flotantes ! Algoritmos
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Standard
25323 \begin_inset Float algorithm
25324 placement h
25325 wide false
25326 sideways false
25327 status open
25328
25329 \begin_layout Plain Layout
25330 \begin_inset Caption Standard
25331
25332 \begin_layout Plain Layout
25333 \begin_inset CommandInset label
25334 LatexCommand label
25335 name "alg:Ejemplo-de-Algoritmo-flotante"
25336
25337 \end_inset
25338
25339 Ejemplo de algoritmo flotante
25340 \end_layout
25341
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \begin_layout LyX-Code
25348 for I in 1..N loop
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352  Sum:= Sum + A(I); /*comment*/
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356 end loop
25357 \begin_inset VSpace -4mm
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \end_inset
25364
25365
25366 \end_layout
25367
25368 \begin_layout Standard
25369 Este tipo de flotante se inserta con el menú 
25370 \family sans
25371 Insertar\SpecialChar menuseparator
25372 Flotante\SpecialChar menuseparator
25373 Algoritmo
25374 \family default
25375 .
25376  Se usa para códigos y descripciones de algoritmos y se puede considerar
25377  una alternativa al listado de código de programa, que se explica en el
25378  capítulo
25379 \begin_inset space ~
25380 \end_inset
25381
25382
25383 \begin_inset CommandInset ref
25384 LatexCommand ref
25385 reference "cap:Listado-de-código"
25386
25387 \end_inset
25388
25389 .
25390  Un posible entorno para algoritmos es 
25391 \family sans
25392 Código-\SpecialChar LyX
25393
25394 \family default
25395 , descrito en la 
25396 \emph on
25397 Guía del usuario
25398 \emph default
25399  de \SpecialChar LyX
25400 .
25401  El algoritmo
25402 \begin_inset space ~
25403 \end_inset
25404
25405
25406 \begin_inset CommandInset ref
25407 LatexCommand ref
25408 reference "alg:Ejemplo-de-Algoritmo-flotante"
25409
25410 \end_inset
25411
25412  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
25413  vertical de -4
25414 \begin_inset space \thinspace{}
25415 \end_inset
25416
25417 mm al final para tener la línea inferior exactamente bajo la última línea
25418  de texto.
25419 \end_layout
25420
25421 \begin_layout Standard
25422 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
25423  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
25424 \end_layout
25425
25426 \begin_layout Standard
25427
25428 \series bold
25429
25430 \backslash
25431 floatname{algorithm}{nombre}
25432 \end_layout
25433
25434 \begin_layout Standard
25435 donde 
25436 \emph on
25437 nombre
25438 \emph default
25439  es la palabra «
25440 \emph on
25441 algoritmo
25442 \emph default
25443 » en el idioma deseado.
25444 \end_layout
25445
25446 \begin_layout Standard
25447 Para insertar el índice de algoritmos puedes usar el menú 
25448 \family sans
25449 Insertar\SpecialChar menuseparator
25450 Índices\SpecialChar menuseparator
25451 Algoritmos
25452 \family default
25453 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
25454 .
25455  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
25456 :
25457 \end_layout
25458
25459 \begin_layout Standard
25460
25461 \series bold
25462
25463 \backslash
25464 listof{algorithm}{nombre}
25465 \end_layout
25466
25467 \begin_layout Standard
25468 donde 
25469 \emph on
25470 nombre
25471 \emph default
25472  es, por ejemplo, «
25473 \emph on
25474 Índice de algoritmos
25475 \emph default
25476 » en el idioma del documento.
25477 \end_layout
25478
25479 \begin_layout Standard
25480 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
25481  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
25482 itmo».
25483  Para numerarlos con ese esquema, añade este comando en el preámbulo del
25484  documento:
25485 \end_layout
25486
25487 \begin_layout Standard
25488
25489 \series bold
25490
25491 \backslash
25492 numberwithin{algorithm}{chapter}
25493 \end_layout
25494
25495 \begin_layout Standard
25496 Para poder usar el comando 
25497 \series bold
25498
25499 \backslash
25500 numberwithin
25501 \series default
25502 , marca la opción 
25503 \family sans
25504 Usar
25505 \begin_inset space ~
25506 \end_inset
25507
25508 el
25509 \begin_inset space ~
25510 \end_inset
25511
25512 paquete
25513 \begin_inset space ~
25514 \end_inset
25515
25516 AMS
25517 \family default
25518  en el menú 
25519 \family sans
25520 Documento\SpecialChar menuseparator
25521 Configuración\SpecialChar menuseparator
25522 Opciones para ecuaciones
25523 \family default
25524 .
25525 \end_layout
25526
25527 \begin_layout Section
25528 Numeración de flotantes
25529 \begin_inset Index idx
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533 Flotantes ! Numeración
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \begin_layout Standard
25542 En general, los flotantes se numeran independientemente de las secciones
25543  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
25544  dependiendo de la clase de documento utilizada.
25545 \end_layout
25546
25547 \begin_layout Standard
25548 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
25549  comando en el preámbulo del documento:
25550 \end_layout
25551
25552 \begin_layout Standard
25553
25554 \series bold
25555
25556 \backslash
25557 renewcommand{
25558 \backslash
25559 thetable}{
25560 \backslash
25561 roman{table}}
25562 \end_layout
25563
25564 \begin_layout Standard
25565
25566 \series bold
25567
25568 \backslash
25569 thetable 
25570 \series default
25571 es el comando que imprime el número del cuadro, para figuras flotantes el
25572  comando sería 
25573 \series bold
25574
25575 \backslash
25576 thefigure
25577 \series default
25578 .
25579  El comando 
25580 \series bold
25581
25582 \backslash
25583 roman
25584 \series default
25585  imprime el número de cuadro en números romanos en minúscula.
25586 \end_layout
25587
25588 \begin_layout Standard
25589 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
25590  usa este comando en el preámbulo:
25591 \end_layout
25592
25593 \begin_layout Standard
25594
25595 \series bold
25596
25597 \backslash
25598 numberwithin{table}{subsection}
25599 \end_layout
25600
25601 \begin_layout Standard
25602 Para poder usar el comando 
25603 \series bold
25604
25605 \backslash
25606 numberwithin
25607 \series default
25608 , debes marcar la opción 
25609 \family sans
25610 Usar
25611 \begin_inset space ~
25612 \end_inset
25613
25614 el
25615 \begin_inset space ~
25616 \end_inset
25617
25618 paquete
25619 \begin_inset space ~
25620 \end_inset
25621
25622 AMS 
25623 \family default
25624 en el apartado 
25625 \family sans
25626 Opciones para ecuaciones 
25627 \family default
25628 de las preferencias del documento.
25629 \end_layout
25630
25631 \begin_layout Standard
25632 Puedes ver más detalles y notas importantes sobre comandos de numeración
25633  en la sección
25634 \begin_inset space ~
25635 \end_inset
25636
25637
25638 \begin_inset CommandInset ref
25639 LatexCommand ref
25640 reference "subsec:Numeración-de-Notas-al-Pie"
25641
25642 \end_inset
25643
25644 .
25645 \end_layout
25646
25647 \begin_layout Section
25648 Referencias a flotantes
25649 \begin_inset CommandInset label
25650 LatexCommand label
25651 name "sec:Referencias-a-Flotantes"
25652
25653 \end_inset
25654
25655
25656 \begin_inset Index idx
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660 Flotantes ! Referencias
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \begin_inset Index idx
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670 Referencias
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
25680  menú 
25681 \family sans
25682 Insertar\SpecialChar menuseparator
25683 Etiqueta
25684 \family default
25685  o el botón 
25686 \begin_inset Info
25687 type  "icon"
25688 arg   "label-insert"
25689 \end_inset
25690
25691 .
25692  Aparece una ventana esperando la introducción del texto de la etiqueta
25693  y se inserta un cuadro gris como este: 
25694 \begin_inset Graphics
25695         filename clipart/etiqueta.png
25696
25697 \end_inset
25698
25699 .
25700  \SpecialChar LyX
25701  ofrece como texto las primeras palabras de la leyenda con un prefijo.
25702  El prefijo depende del tipo de flotante, p.
25703 \begin_inset space \thinspace{}
25704 \end_inset
25705
25706 ej.
25707 \begin_inset space ~
25708 \end_inset
25709
25710 para figuras el prefijo será «
25711 \family sans
25712 fig:
25713 \family default
25714 ».
25715 \end_layout
25716
25717 \begin_layout Standard
25718 La etiqueta se usa como ancla y el nombre para la referencia.
25719  Puedes referenciar la etiqueta usando el menú 
25720 \family sans
25721 Insertar\SpecialChar menuseparator
25722 Referencia
25723 \family default
25724
25725 \begin_inset space ~
25726 \end_inset
25727
25728
25729 \family sans
25730 cruzada
25731 \family default
25732  o el botón 
25733 \begin_inset Info
25734 type  "icon"
25735 arg   "dialog-show-new-inset ref"
25736 \end_inset
25737
25738 .
25739  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
25740  Si tienes abiertos varios documentos \SpecialChar LyX
25741 , escoge aquel con el que estás trabajando
25742  de la lista desplegable de la parte superior del diálogo.
25743  Puedes ordenar las etiquetas alfabéticamente y elegir una.
25744  Se inserta un cuadro gris como este: 
25745 \begin_inset Graphics
25746         filename clipart/referencia.png
25747
25748 \end_inset
25749
25750 .
25751  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
25752 \end_layout
25753
25754 \begin_layout Standard
25755 Se recomienda poner un espacio protegido entre el nombre de la referencia
25756  cruzada y su número para evitar saltos de línea entre ellos.
25757  Si una referencia cruzada corresponde a una etiqueta inexistente verás
25758  dos interrogaciones en la salida.
25759 \end_layout
25760
25761 \begin_layout Standard
25762 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
25763  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
25764  al texto de la etiqueta nueva, no te preocupes por eso.
25765 \end_layout
25766
25767 \begin_layout Standard
25768 El botón 
25769 \family sans
25770 Ir
25771 \begin_inset space ~
25772 \end_inset
25773
25774 a
25775 \begin_inset space ~
25776 \end_inset
25777
25778 la
25779 \begin_inset space ~
25780 \end_inset
25781
25782 etiqueta
25783 \family default
25784  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
25785  y el texto del botón cambia a 
25786 \family sans
25787 Volver
25788 \family default
25789 , con el que se puede retornar a la referencia.
25790 \end_layout
25791
25792 \begin_layout Subsection
25793 Formatos de referencia cruzada
25794 \begin_inset CommandInset label
25795 LatexCommand label
25796 name "subsec:Formatos-referencia-cruzada"
25797
25798 \end_inset
25799
25800
25801 \begin_inset Index idx
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 Referencias ! Formatos
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 Hay seis variedades de referencias cruzadas:
25815 \end_layout
25816
25817 \begin_layout Description
25818 <referencia>: imprime el número flotante, esta es la opción predeterminada:
25819  
25820 \begin_inset CommandInset ref
25821 LatexCommand ref
25822 reference "fig:Dos-imágenes-distorsionadas"
25823
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \begin_layout Description
25830 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
25831  habitual para referirse a fórmulas, especialmente si se omite el nombre
25832  «Ecuación»: 
25833 \begin_inset CommandInset ref
25834 LatexCommand eqref
25835 reference "eq:Wgn"
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Description
25843 <página>: imprime el número de página: Página
25844 \begin_inset space ~
25845 \end_inset
25846
25847
25848 \begin_inset CommandInset ref
25849 LatexCommand pageref
25850 reference "fig:Dos-imágenes-distorsionadas"
25851
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \begin_layout Description
25858 en
25859 \begin_inset space ~
25860 \end_inset
25861
25862 página
25863 \begin_inset space ~
25864 \end_inset
25865
25866 <página>: imprime el texto «en la página» y el número de página: 
25867 \begin_inset CommandInset ref
25868 LatexCommand vpageref
25869 reference "fig:Dos-imágenes-distorsionadas"
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \begin_layout Description
25877 <referencia>
25878 \begin_inset space ~
25879 \end_inset
25880
25881 en
25882 \begin_inset space ~
25883 \end_inset
25884
25885 página
25886 \begin_inset space ~
25887 \end_inset
25888
25889 <página>: imprime el número flotante, el texto «en la página» y el número
25890  de página: 
25891 \begin_inset CommandInset ref
25892 LatexCommand vref
25893 reference "fig:Dos-imágenes-distorsionadas"
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Description
25901 Referencia
25902 \begin_inset space ~
25903 \end_inset
25904
25905 con
25906 \begin_inset space ~
25907 \end_inset
25908
25909 formato: imprime un formato personalizado.
25910 \begin_inset Newline newline
25911 \end_inset
25912
25913
25914 \begin_inset Note Greyedout
25915 status open
25916
25917 \begin_layout Plain Layout
25918
25919 \series bold
25920 Nota:
25921 \series default
25922  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
25923
25924  
25925 \series bold
25926 prettyref
25927 \series default
25928  o 
25929 \series bold
25930 refstyle
25931 \series default
25932 .
25933 \begin_inset Index idx
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937 \SpecialChar LaTeX
25938 -paquetes ! prettyref
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \begin_inset Index idx
25945 status collapsed
25946
25947 \begin_layout Plain Layout
25948 \SpecialChar LaTeX
25949 -paquetes ! refstyle
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \begin_inset Newline newline
25961 \end_inset
25962
25963 Se puede seleccionar el paquete \SpecialChar LaTeX
25964  a usar con esta característica marcando
25965  la opción 
25966 \family sans
25967 Usar refstyle (no prettyref) para las referencias cruzadas
25968 \family default
25969  en el menú 
25970 \family sans
25971 Documento\SpecialChar menuseparator
25972 Configuración\SpecialChar menuseparator
25973 Clase de documento
25974 \family default
25975 .
25976  El formato se especifica añadiendo el comando 
25977 \series bold
25978
25979 \backslash
25980 newrefformat
25981 \series default
25982  (prettyref) o 
25983 \series bold
25984
25985 \backslash
25986 newref
25987 \series default
25988  (refstyle) en el preámbulo del documento.
25989  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
25990  la etiqueta 
25991 \begin_inset Quotes fld
25992 \end_inset
25993
25994
25995 \family sans
25996 fig
25997 \family default
25998
25999 \begin_inset Quotes frd
26000 \end_inset
26001
26002 ) se usa el comando
26003 \begin_inset Newline newline
26004 \end_inset
26005
26006
26007 \series bold
26008
26009 \backslash
26010 newref{fig}{refcmd={Imagen en la página 
26011 \backslash
26012 pageref{#1}}}
26013 \series default
26014
26015 \begin_inset Newline newline
26016 \end_inset
26017
26018 Para más información sobre este formato echa un vistazo a la documentación
26019  de
26020 \begin_inset space ~
26021 \end_inset
26022
26023
26024 \begin_inset CommandInset citation
26025 LatexCommand cite
26026 key "prettyref,refstyle"
26027
26028 \end_inset
26029
26030 .
26031 \end_layout
26032
26033 \begin_layout Description
26034 Referencia
26035 \begin_inset space ~
26036 \end_inset
26037
26038 textual: imprime la leyenda de la referencia: 
26039 \begin_inset CommandInset ref
26040 LatexCommand nameref
26041 reference "fig:Dos-imágenes-distorsionadas"
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049
26050 \family sans
26051 <página>
26052 \family default
26053
26054 \begin_inset space \thinspace{}
26055 \end_inset
26056
26057  no imprime el número si la etiqueta está en la misma página, en la anterior
26058  o en la siguiente.
26059  En su lugar verás p.
26060 \begin_inset space \thinspace{}
26061 \end_inset
26062
26063 ej.
26064 \begin_inset space ~
26065 \end_inset
26066
26067 el texto «
26068 \family sans
26069 en esta página
26070 \family default
26071 ».
26072  El estilo 
26073 \family sans
26074 <referencia>
26075 \begin_inset space ~
26076 \end_inset
26077
26078 en
26079 \begin_inset space ~
26080 \end_inset
26081
26082 página
26083 \begin_inset space ~
26084 \end_inset
26085
26086 <página> 
26087 \family default
26088 no imprimirá nada sobre la página si la etiqueta está en la misma página.
26089 \end_layout
26090
26091 \begin_layout Standard
26092 El número y página actual de la parte del documento referida es automáticamente
26093  calculado por \SpecialChar LaTeX
26094  en la salida.
26095  Las variedades se ajustan en el campo 
26096 \family sans
26097 Formato
26098 \family default
26099  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset Note Greyedout
26104 status open
26105
26106 \begin_layout Plain Layout
26107
26108 \series bold
26109 Nota: 
26110 \series default
26111 Se recomienda usar el paquete \SpecialChar LaTeX
26112  
26113 \series bold
26114 refstyle
26115 \series default
26116
26117 \begin_inset Index idx
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121 \SpecialChar LaTeX
26122 -paquetes ! refstyle
26123 \end_layout
26124
26125 \end_inset
26126
26127  porque 
26128 \series bold
26129 prettyref
26130 \series default
26131
26132 \begin_inset Index idx
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136 \SpecialChar LaTeX
26137 -paquetes ! prettyref
26138 \end_layout
26139
26140 \end_inset
26141
26142  no reconoce todas las abreviaturas de etiquetas
26143 \begin_inset Foot
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147 \begin_inset Quotes fld
26148 \end_inset
26149
26150 fig:
26151 \begin_inset Quotes frd
26152 \end_inset
26153
26154 , por ejemplo, es la abreviatura en \SpecialChar LyX
26155  para las etiquetas de leyendas de figuras.
26156 \end_layout
26157
26158 \end_inset
26159
26160  posibles en \SpecialChar LyX
26161  y no está internacionalizado.
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \begin_layout Subsection
26170 Designación automática de referencias
26171 \begin_inset Index idx
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175 Referencias ! Designación automática
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Standard
26184 El paquete \SpecialChar LaTeX
26185  
26186 \series bold
26187 hyperref
26188 \series default
26189
26190 \begin_inset Index idx
26191 status collapsed
26192
26193 \begin_layout Plain Layout
26194 \SpecialChar LaTeX
26195 -paquetes ! hyperref
26196 \end_layout
26197
26198 \end_inset
26199
26200 , que se habilita en 
26201 \family sans
26202 Propiedades PDF
26203 \family default
26204  del diálogo 
26205 \family sans
26206 Documento\SpecialChar menuseparator
26207 Configuración
26208 \family default
26209 , dispone de una característica muy útil que permite incluir automáticamente
26210  en las referencias cruzadas el nombre de los flotantes referidos (o partes
26211  de texto como 
26212 \emph on
26213 sección
26214 \emph default
26215 ).
26216  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
26217  cada referencia a una figura.
26218  Para usar esta característica habilita el soporte para 
26219 \series bold
26220 hyperref
26221 \series default
26222  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
26223 :
26224 \end_layout
26225
26226 \begin_layout Standard
26227
26228 \series bold
26229
26230 \backslash
26231 AtBeginDocument{
26232 \backslash
26233 renewcommand{
26234 \backslash
26235 ref}[1]{
26236 \backslash
26237 mbox{
26238 \backslash
26239 autoref{#1}}}}
26240 \end_layout
26241
26242 \begin_layout Standard
26243 Si prefieres otros nombres para las referencias distintos de los predeterminados
26244 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
26245  lo siguiente en el preámbulo:
26246 \end_layout
26247
26248 \begin_layout Standard
26249
26250 \series bold
26251
26252 \backslash
26253 addto
26254 \backslash
26255 extrasspanish{
26256 \backslash
26257 renewcommand{
26258 \backslash
26259 sectionautorefname}
26260 \begin_inset Newline newline
26261 \end_inset
26262
26263
26264 \begin_inset Phantom HPhantom
26265 status open
26266
26267 \begin_layout Plain Layout
26268
26269 \series bold
26270 \begin_inset space ~
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277
26278 {sec.
26279 \backslash
26280 negthinspace}}
26281 \end_layout
26282
26283 \begin_layout Standard
26284 Si estás usando un idioma de documento distinto del español, reemplaza
26285 \begin_inset Newline newline
26286 \end_inset
26287
26288  
26289 \series bold
26290
26291 \backslash
26292 extrasspanish
26293 \series default
26294  por
26295 \series bold
26296  
26297 \backslash
26298 extras***
26299 \series default
26300 , donde *** es el nombre del idioma utilizado.
26301 \end_layout
26302
26303 \begin_layout Standard
26304 Para obtener nombres automáticos pero no para determinados tipos de referencias,
26305  por ejemplo no para ecuaciones, usa este código de preámbulo:
26306 \end_layout
26307
26308 \begin_layout Standard
26309
26310 \series bold
26311
26312 \backslash
26313 addto
26314 \backslash
26315 extrasspanish{
26316 \backslash
26317 renewcommand*{
26318 \backslash
26319 equationautorefname}[1]{}}
26320 \end_layout
26321
26322 \begin_layout Standard
26323 En la documentación de 
26324 \series bold
26325 hyperref
26326 \series default
26327  
26328 \begin_inset CommandInset citation
26329 LatexCommand cite
26330 key "hyperref"
26331
26332 \end_inset
26333
26334  puedes encontrar más información.
26335
26336 \series bold
26337  
26338 \end_layout
26339
26340 \begin_layout Standard
26341 \begin_inset Note Greyedout
26342 status open
26343
26344 \begin_layout Plain Layout
26345
26346 \series bold
26347 Nota:
26348 \series default
26349  La designación automática de referencias no puede usarse en el estilo 
26350 \family sans
26351 Referencia
26352 \begin_inset space ~
26353 \end_inset
26354
26355 con
26356 \begin_inset space ~
26357 \end_inset
26358
26359 formato
26360 \family default
26361 , descrita en la sección
26362 \begin_inset space ~
26363 \end_inset
26364
26365
26366 \begin_inset CommandInset ref
26367 LatexCommand ref
26368 reference "subsec:Formatos-referencia-cruzada"
26369
26370 \end_inset
26371
26372 .
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \begin_layout Standard
26381 El manual 
26382 \emph on
26383 Ecuaciones
26384 \emph default
26385  es un ejemplo de documento en el que se ha utilizado designación automática
26386  de referencias.
26387 \end_layout
26388
26389 \begin_layout Subsection
26390 Colocación de referencias
26391 \begin_inset CommandInset label
26392 LatexCommand label
26393 name "subsec:Colocación-de-Referencias"
26394
26395 \end_inset
26396
26397
26398 \begin_inset Index idx
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402 Referencias ! Colocación
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Standard
26411 Si usas 
26412 \series bold
26413 hyperref
26414 \series default
26415
26416 \begin_inset Index idx
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420 \SpecialChar LaTeX
26421 -paquetes ! hyperref
26422 \end_layout
26423
26424 \end_inset
26425
26426 , en las 
26427 \family sans
26428 Preferencias PDF 
26429 \family default
26430 del diálogo 
26431 \family sans
26432 Documento\SpecialChar menuseparator
26433 Configuración
26434 \family default
26435 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
26436  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
26437  La leyenda será la primera parte del texto en pantalla, de forma que para
26438  ver la imagen debes deslizar.
26439  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
26440  Usando el paquete 
26441 \series bold
26442 hypcap
26443 \series default
26444
26445 \begin_inset Index idx
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449 \SpecialChar LaTeX
26450 -paquetes ! hypcap
26451 \end_layout
26452
26453 \end_inset
26454
26455 , que forma parte del paquete \SpecialChar LaTeX
26456  
26457 \series bold
26458 oberdiek
26459 \series default
26460
26461 \begin_inset Index idx
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465 \SpecialChar LaTeX
26466 -paquetes ! oberdiek
26467 \end_layout
26468
26469 \end_inset
26470
26471 , el ancla de enlace se sitúa al comienzo de un flotante.
26472  Para usar esta característica para figuras flotantes carga 
26473 \series bold
26474 hypcap
26475 \series default
26476  en el preámbulo con
26477 \end_layout
26478
26479 \begin_layout Standard
26480
26481 \series bold
26482
26483 \backslash
26484 usepackage[figure]{hypcap}
26485 \end_layout
26486
26487 \begin_layout Standard
26488 Puedes usar 
26489 \series bold
26490 hypcap
26491 \series default
26492  para todos los flotantes aunque no se recomienda por razones de estabilidad.
26493  Más información en el manual de 
26494 \series bold
26495 hypcap
26496 \series default
26497  
26498 \begin_inset CommandInset citation
26499 LatexCommand cite
26500 key "hypcap"
26501
26502 \end_inset
26503
26504 .
26505 \end_layout
26506
26507 \begin_layout Standard
26508 \begin_inset Note Greyedout
26509 status open
26510
26511 \begin_layout Plain Layout
26512
26513 \series bold
26514 Nota:
26515 \series default
26516  
26517 \series bold
26518 hypcap
26519 \series default
26520  no funciona para las referencias a subfiguras.
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Section
26529 Colocación de flotantes
26530 \begin_inset CommandInset label
26531 LatexCommand label
26532 name "sec:Colocación-de-Flotantes"
26533
26534 \end_inset
26535
26536
26537 \begin_inset Index idx
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541 Flotantes ! Colocación
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Standard
26550 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
26551  
26552 \family sans
26553 Configuración
26554 \family default
26555 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
26556  para situar
26557  los flotantes.
26558 \begin_inset Newline newline
26559 \end_inset
26560
26561 La opción 
26562 \family sans
26563 Extender
26564 \begin_inset space ~
26565 \end_inset
26566
26567 columnas
26568 \family default
26569  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
26570  abarcará ambas columnas en lugar de una sola.
26571 \begin_inset Newline newline
26572 \end_inset
26573
26574 La opción 
26575 \family sans
26576 Girar
26577 \begin_inset space ~
26578 \end_inset
26579
26580 a
26581 \begin_inset space ~
26582 \end_inset
26583
26584 un
26585 \begin_inset space ~
26586 \end_inset
26587
26588 lado
26589 \family default
26590  sirve para girar flotantes, véase sección
26591 \begin_inset space ~
26592 \end_inset
26593
26594
26595 \begin_inset CommandInset ref
26596 LatexCommand ref
26597 reference "sec:Rotación-de-Flotantes"
26598
26599 \end_inset
26600
26601 .
26602  
26603 \end_layout
26604
26605 \begin_layout Standard
26606 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
26607  la posición de un flotante si desmarcas la opción 
26608 \family sans
26609 Usar
26610 \begin_inset space ~
26611 \end_inset
26612
26613 ubicación
26614 \begin_inset space ~
26615 \end_inset
26616
26617 predeterminada
26618 \family default
26619 :
26620 \end_layout
26621
26622 \begin_layout Description
26623
26624 \family sans
26625 \series bold
26626 Aquí
26627 \begin_inset space ~
26628 \end_inset
26629
26630 si
26631 \begin_inset space ~
26632 \end_inset
26633
26634 es
26635 \begin_inset space ~
26636 \end_inset
26637
26638 posible
26639 \family default
26640 \series default
26641  intenta situar el flotante en la posición en la que se inserta
26642 \end_layout
26643
26644 \begin_layout Description
26645
26646 \family sans
26647 \series bold
26648 Principio
26649 \begin_inset space ~
26650 \end_inset
26651
26652 de
26653 \begin_inset space ~
26654 \end_inset
26655
26656 página
26657 \family default
26658 \series default
26659  intenta situar el flotante al principio de la página actual
26660 \end_layout
26661
26662 \begin_layout Description
26663
26664 \family sans
26665 \series bold
26666 Fin
26667 \begin_inset space ~
26668 \end_inset
26669
26670 de
26671 \begin_inset space ~
26672 \end_inset
26673
26674 página
26675 \family default
26676 \series default
26677  intenta situar el flotante al final de la página actual
26678 \end_layout
26679
26680 \begin_layout Description
26681
26682 \family sans
26683 \series bold
26684 Página
26685 \begin_inset space ~
26686 \end_inset
26687
26688 de
26689 \begin_inset space ~
26690 \end_inset
26691
26692 flotantes
26693 \family default
26694 \series default
26695  intenta situar el flotante en una página propia 
26696 \end_layout
26697
26698 \begin_layout Standard
26699 \SpecialChar LaTeX
26700  usa 
26701 \emph on
26702 siempre
26703 \emph default
26704  ese orden de opciones.
26705  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
26706  probará en primer
26707  lugar 
26708 \family sans
26709 Aquí
26710 \begin_inset space ~
26711 \end_inset
26712
26713 si
26714 \begin_inset space ~
26715 \end_inset
26716
26717 es
26718 \begin_inset space ~
26719 \end_inset
26720
26721 posible
26722 \family default
26723 , luego 
26724 \family sans
26725 Principio
26726 \begin_inset space ~
26727 \end_inset
26728
26729 de
26730 \begin_inset space ~
26731 \end_inset
26732
26733 página
26734 \family default
26735 , y después las otras.
26736  Si no usas la predeterminada, \SpecialChar LaTeX
26737  sólo probará las opciones marcadas pero
26738  en dicho orden.
26739  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
26740  pero intenta poner el flotante en la página siguiente.
26741 \end_layout
26742
26743 \begin_layout Standard
26744 De forma predeterminada cada una de las opciones tiene sus propias reglas:
26745 \end_layout
26746
26747 \begin_layout Labeling
26748 \labelwidthstring 00.00.0000
26749
26750 \family sans
26751 Principio
26752 \begin_inset space ~
26753 \end_inset
26754
26755 de
26756 \begin_inset space ~
26757 \end_inset
26758
26759 página:
26760 \family default
26761  sólo si el flotante ocupa menos del 70
26762 \begin_inset space \thinspace{}
26763 \end_inset
26764
26765 % de la página puede ubicarse al principio de página (
26766 \series bold
26767
26768 \backslash
26769 topfraction
26770 \series default
26771 )
26772 \end_layout
26773
26774 \begin_layout Labeling
26775 \labelwidthstring 00.00.0000
26776
26777 \family sans
26778 Fin
26779 \begin_inset space ~
26780 \end_inset
26781
26782 de
26783 \begin_inset space ~
26784 \end_inset
26785
26786 página:
26787 \family default
26788  sólo si el flotante ocupa menos del 30
26789 \begin_inset space \thinspace{}
26790 \end_inset
26791
26792 % de la página puede ubicarse al fin de página.
26793  (
26794 \series bold
26795
26796 \backslash
26797 bottomfraction
26798 \series default
26799 )
26800 \end_layout
26801
26802 \begin_layout Labeling
26803 \labelwidthstring 00.00.0000
26804
26805 \family sans
26806 Página
26807 \begin_inset space ~
26808 \end_inset
26809
26810 de
26811 \begin_inset space ~
26812 \end_inset
26813
26814 flotantes:
26815 \family default
26816  sólo si más del 50
26817 \begin_inset space \thinspace{}
26818 \end_inset
26819
26820 % de la página se ocupa por flotantes puede haber varios juntos en la misma
26821  página.
26822  (
26823 \series bold
26824
26825 \backslash
26826 floatpagefraction
26827 \series default
26828 )
26829 \end_layout
26830
26831 \begin_layout Standard
26832 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
26833  
26834 \family sans
26835 Ignorar
26836 \begin_inset space ~
26837 \end_inset
26838
26839 reglas
26840 \begin_inset space ~
26841 \end_inset
26842
26843 de
26844 \begin_inset space ~
26845 \end_inset
26846
26847 \SpecialChar LaTeX
26848
26849 \family default
26850 .
26851 \begin_inset Newline newline
26852 \end_inset
26853
26854 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
26855  que van entre paréntesis
26856  tras la descripción de las reglas anteriores.
26857  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
26858  la regla 
26859 \family sans
26860 Fin
26861 \family default
26862
26863 \begin_inset space ~
26864 \end_inset
26865
26866
26867 \family sans
26868 de
26869 \family default
26870
26871 \begin_inset space ~
26872 \end_inset
26873
26874
26875 \family sans
26876 página
26877 \family default
26878  al 50
26879 \begin_inset space \thinspace{}
26880 \end_inset
26881
26882 %, añade esta línea en el preámbulo:
26883 \end_layout
26884
26885 \begin_layout Standard
26886
26887 \series bold
26888
26889 \backslash
26890 renewcommand{
26891 \backslash
26892 bottomfraction}{0.5}
26893 \end_layout
26894
26895 \begin_layout Standard
26896 En determinados casos podrías necesitar ubicar un flotante exactamente en
26897  la posición en la que se inserta.
26898  Para esto puedes usar la opción 
26899 \family sans
26900 Aquí
26901 \begin_inset space ~
26902 \end_inset
26903
26904 definitivamente
26905 \family default
26906 .
26907  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
26908  porque el flotante ya no podrá «flotar» y si haces cambios al documento
26909  se podría estropear el diseño de la página.
26910 \end_layout
26911
26912 \begin_layout Standard
26913 No hay opciones de ubicación para envoltorios flotantes porque siempre están
26914  rodeados por texto de un párrafo determinado.
26915 \begin_inset VSpace bigskip
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \begin_layout Standard
26922 A veces surge el problema de que un flotante se sitúa al principio de la
26923  página mientras que su sección correspondiente empieza en mitad de la página,
26924  así que el lector podría creer que el flotante forma parte de la sección
26925  anterior.
26926  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
26927  
26928 \series bold
26929
26930 \backslash
26931 suppressfloats
26932 \series default
26933 , que suprime la ubicación de un flotante dado en la página donde se inserta
26934  y además puede servir para evitar que el flotante se coloque antes del
26935  inicio de sección.
26936  Para ello, añade estos comandos al preámbulo:
26937 \end_layout
26938
26939 \begin_layout Standard
26940
26941 \series bold
26942
26943 \backslash
26944 let
26945 \backslash
26946 mySection
26947 \backslash
26948 section
26949 \begin_inset Newline newline
26950 \end_inset
26951
26952
26953 \backslash
26954 renewcommand{
26955 \backslash
26956 section}{
26957 \backslash
26958 suppressfloats[t]
26959 \backslash
26960 mySection}
26961 \end_layout
26962
26963 \begin_layout Standard
26964 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
26965  subsecciones.
26966  No es recomendable para partes pequeñas de texto como subsubsecciones porque
26967  \SpecialChar LaTeX
26968  podría tener problemas para encontrar una ubicación adecuada.
26969 \end_layout
26970
26971 \begin_layout Standard
26972 \begin_inset VSpace bigskip
26973 \end_inset
26974
26975 En ciertos casos se quieren tener todas las figuras/cuadros al final del
26976  documento.
26977  Para estos casos está el paquete \SpecialChar LaTeX
26978  
26979 \series bold
26980 endfloat
26981 \series default
26982
26983 \begin_inset Index idx
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 \SpecialChar LaTeX
26988 -paquetes ! endfloat
26989 \end_layout
26990
26991 \end_inset
26992
26993 .
26994  Pone todas las figuras y cuadros flotantes al final del documento en secciones
26995  propias.
26996  En la posición original del flotante se inserta una indicación como «
26997 \family sans
26998 [Figure
26999 \begin_inset space ~
27000 \end_inset
27001
27002 3.2 about here.]
27003 \family default
27004 ».
27005  El paquete 
27006 \series bold
27007 endfloat
27008 \series default
27009  se carga en el preámbulo con la línea
27010 \end_layout
27011
27012 \begin_layout Standard
27013
27014 \series bold
27015
27016 \backslash
27017 usepackage[options]{endfloat}
27018 \end_layout
27019
27020 \begin_layout Standard
27021 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
27022  Para más información véase la documentación 
27023 \begin_inset CommandInset citation
27024 LatexCommand cite
27025 key "endfloat"
27026
27027 \end_inset
27028
27029 .
27030 \begin_inset Newline newline
27031 \end_inset
27032
27033
27034 \begin_inset Note Greyedout
27035 status open
27036
27037 \begin_layout Plain Layout
27038
27039 \series bold
27040 Nota: endfloat
27041 \series default
27042  no traduce automáticamente la indicación, hay que hacerlo manualmente,
27043  véase sección
27044 \begin_inset space ~
27045 \end_inset
27046
27047 4 en 
27048 \begin_inset CommandInset citation
27049 LatexCommand cite
27050 key "endfloat"
27051
27052 \end_inset
27053
27054 .
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \begin_inset Newline newline
27061 \end_inset
27062
27063
27064 \begin_inset Note Greyedout
27065 status open
27066
27067 \begin_layout Plain Layout
27068
27069 \series bold
27070 Nota:
27071 \series default
27072  Actualmente hay un error en 
27073 \series bold
27074 endfloat
27075 \series default
27076  cuando la leyenda contiene el carácter alemán «ß».
27077  Usa en ese caso el comando «
27078 \series bold
27079
27080 \backslash
27081 ss
27082 \series default
27083 » en código \SpecialChar TeX
27084  en vez de «ß».
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Standard
27093 \begin_inset VSpace bigskip
27094 \end_inset
27095
27096 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
27097  como 
27098 \begin_inset CommandInset citation
27099 LatexCommand cite
27100 key "latexcompanion,latexguide,latexbook"
27101
27102 \end_inset
27103
27104 .
27105 \end_layout
27106
27107 \begin_layout Section
27108 Rotación de flotantes
27109 \begin_inset CommandInset label
27110 LatexCommand label
27111 name "sec:Rotación-de-Flotantes"
27112
27113 \end_inset
27114
27115
27116 \begin_inset Index idx
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 Flotantes ! Rotación
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
27130  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
27131  la opción 
27132 \family sans
27133 Girar
27134 \begin_inset space ~
27135 \end_inset
27136
27137 a
27138 \begin_inset space ~
27139 \end_inset
27140
27141 un
27142 \begin_inset space ~
27143 \end_inset
27144
27145 lado
27146 \family default
27147 .
27148 \end_layout
27149
27150 \begin_layout Standard
27151 Los flotantes girados son puestos siempre en su propia página (o columna
27152  si el documento es de dos columnas).
27153  Se les puede permitir abarcar varias columnas con la opción de configuración
27154  
27155 \family sans
27156 Extender
27157 \begin_inset space ~
27158 \end_inset
27159
27160 columnas
27161 \family default
27162 .
27163  Se rotan de forma que puedes leerlos desde el margen externo.
27164  Para forzar determinada dirección de rotación para todas las páginas, puedes
27165  añadir una de las opciones 
27166 \series bold
27167 figuresleft
27168 \series default
27169  o 
27170 \series bold
27171 figuresright
27172 \series default
27173  a las opciones de clase del documento.
27174 \end_layout
27175
27176 \begin_layout Standard
27177 Los flotantes girados se refieren igual que los normales, y el formato de
27178  la leyenda también es el mismo: un ejemplo es el cuadro
27179 \begin_inset space ~
27180 \end_inset
27181
27182
27183 \begin_inset CommandInset ref
27184 LatexCommand ref
27185 reference "tab:Cuadro-girado"
27186
27187 \end_inset
27188
27189 .
27190 \end_layout
27191
27192 \begin_layout Standard
27193 \begin_inset Note Greyedout
27194 status open
27195
27196 \begin_layout Plain Layout
27197
27198 \series bold
27199 Nota:
27200 \series default
27201  No todos los visores DVI pueden mostrar cuadros girados.
27202 \end_layout
27203
27204 \end_inset
27205
27206
27207 \end_layout
27208
27209 \begin_layout Standard
27210 \begin_inset Float table
27211 wide false
27212 sideways true
27213 status open
27214
27215 \begin_layout Plain Layout
27216 \begin_inset Caption Standard
27217
27218 \begin_layout Plain Layout
27219 \begin_inset CommandInset label
27220 LatexCommand label
27221 name "tab:Cuadro-girado"
27222
27223 \end_inset
27224
27225 Cuadro girado
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Plain Layout
27234 \align center
27235 \begin_inset Tabular
27236 <lyxtabular version="3" rows="1" columns="5">
27237 <features tabularvalignment="middle">
27238 <column alignment="center" valignment="top">
27239 <column alignment="center" valignment="top">
27240 <column alignment="center" valignment="top">
27241 <column alignment="center" valignment="top">
27242 <column alignment="center" valignment="top">
27243 <row>
27244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248 test
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257 b
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27263 \begin_inset Text
27264
27265 \begin_layout Plain Layout
27266 c
27267 \end_layout
27268
27269 \end_inset
27270 </cell>
27271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275 d
27276 \end_layout
27277
27278 \end_inset
27279 </cell>
27280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Plain Layout
27284 e
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 </row>
27290 </lyxtabular>
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \end_layout
27301
27302 \begin_layout Section
27303 Subflotantes
27304 \begin_inset Index idx
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 Flotantes ! Subflotantes
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \begin_layout Standard
27317 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
27318  imágenes.
27319  Se crean insertando un flotante dentro de otro.
27320  La colocación de los subflotantes puede controlarse como si fueran párrafos,
27321  como se muestra en los cuadros
27322 \begin_inset space ~
27323 \end_inset
27324
27325
27326 \begin_inset CommandInset ref
27327 LatexCommand ref
27328 reference "tab:Dos-subcuadros-adosados"
27329
27330 \end_inset
27331
27332  y
27333 \begin_inset space ~
27334 \end_inset
27335
27336
27337 \begin_inset CommandInset ref
27338 LatexCommand ref
27339 reference "tab:Dos-subcuadros-uno-sobre"
27340
27341 \end_inset
27342
27343 .
27344 \end_layout
27345
27346 \begin_layout Standard
27347 Las referencias a subflotantes funcionan como en los flotantes normales:
27348  el cuadro
27349 \begin_inset space ~
27350 \end_inset
27351
27352
27353 \begin_inset CommandInset ref
27354 LatexCommand ref
27355 reference "tab:Este-es-el-subcuadro-a"
27356
27357 \end_inset
27358
27359  y el cuadro
27360 \begin_inset space ~
27361 \end_inset
27362
27363
27364 \begin_inset CommandInset ref
27365 LatexCommand ref
27366 reference "tab:Este-es-el-subcuadro-b"
27367
27368 \end_inset
27369
27370  son subcuadros del cuadro
27371 \begin_inset space ~
27372 \end_inset
27373
27374
27375 \begin_inset CommandInset ref
27376 LatexCommand ref
27377 reference "tab:Dos-subcuadros-adosados"
27378
27379 \end_inset
27380
27381 .
27382 \end_layout
27383
27384 \begin_layout Standard
27385 \begin_inset Float table
27386 wide false
27387 sideways false
27388 status open
27389
27390 \begin_layout Plain Layout
27391 \begin_inset Caption Standard
27392
27393 \begin_layout Plain Layout
27394 \begin_inset CommandInset label
27395 LatexCommand label
27396 name "tab:Dos-subcuadros-adosados"
27397
27398 \end_inset
27399
27400 Dos subcuadros adosados
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Plain Layout
27409 \begin_inset space \hfill{}
27410 \end_inset
27411
27412
27413 \begin_inset Float table
27414 wide false
27415 sideways false
27416 status open
27417
27418 \begin_layout Plain Layout
27419 \begin_inset Caption Standard
27420
27421 \begin_layout Plain Layout
27422 \begin_inset CommandInset label
27423 LatexCommand label
27424 name "tab:Este-es-el-subcuadro-a"
27425
27426 \end_inset
27427
27428 Este es el subcuadro a
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Plain Layout
27437 \align center
27438 \begin_inset Tabular
27439 <lyxtabular version="3" rows="1" columns="5">
27440 <features tabularvalignment="middle">
27441 <column alignment="center" valignment="top">
27442 <column alignment="center" valignment="top">
27443 <column alignment="center" valignment="top">
27444 <column alignment="center" valignment="top">
27445 <column alignment="center" valignment="top">
27446 <row>
27447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Plain Layout
27451 test 
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Plain Layout
27460 b
27461 \end_layout
27462
27463 \end_inset
27464 </cell>
27465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Plain Layout
27469 c
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Plain Layout
27478 d
27479 \end_layout
27480
27481 \end_inset
27482 </cell>
27483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487 e
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 </row>
27493 </lyxtabular>
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \begin_inset space \hfill{}
27504 \end_inset
27505
27506
27507 \begin_inset Float table
27508 wide false
27509 sideways false
27510 status open
27511
27512 \begin_layout Plain Layout
27513 \begin_inset Caption Standard
27514
27515 \begin_layout Plain Layout
27516 \begin_inset CommandInset label
27517 LatexCommand label
27518 name "tab:Este-es-el-subcuadro-b"
27519
27520 \end_inset
27521
27522 Esta es la subtabla b
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Plain Layout
27531 \align center
27532 \begin_inset Tabular
27533 <lyxtabular version="3" rows="1" columns="5">
27534 <features tabularvalignment="middle">
27535 <column alignment="center" valignment="top">
27536 <column alignment="center" valignment="top">
27537 <column alignment="center" valignment="top">
27538 <column alignment="center" valignment="top">
27539 <column alignment="center" valignment="top">
27540 <row>
27541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Plain Layout
27545 e
27546 \end_layout
27547
27548 \end_inset
27549 </cell>
27550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27551 \begin_inset Text
27552
27553 \begin_layout Plain Layout
27554 d
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27560 \begin_inset Text
27561
27562 \begin_layout Plain Layout
27563 c
27564 \end_layout
27565
27566 \end_inset
27567 </cell>
27568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27569 \begin_inset Text
27570
27571 \begin_layout Plain Layout
27572 b
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27578 \begin_inset Text
27579
27580 \begin_layout Plain Layout
27581 test
27582 \end_layout
27583
27584 \end_inset
27585 </cell>
27586 </row>
27587 </lyxtabular>
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \begin_inset space \hfill{}
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Standard
27609 \begin_inset Float table
27610 wide false
27611 sideways false
27612 status open
27613
27614 \begin_layout Plain Layout
27615 \begin_inset Caption Standard
27616
27617 \begin_layout Plain Layout
27618 \begin_inset CommandInset label
27619 LatexCommand label
27620 name "tab:Dos-subcuadros-uno-sobre"
27621
27622 \end_inset
27623
27624 Dos subcuadros colocados uno sobre otro.
27625  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Plain Layout
27634 \noindent
27635 \align center
27636 \begin_inset Float table
27637 wide false
27638 sideways false
27639 status open
27640
27641 \begin_layout Plain Layout
27642 \begin_inset Caption Standard
27643
27644 \begin_layout Plain Layout
27645
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Plain Layout
27654 \align center
27655 \begin_inset Tabular
27656 <lyxtabular version="3" rows="1" columns="4">
27657 <features tabularvalignment="middle">
27658 <column alignment="center" valignment="top">
27659 <column alignment="center" valignment="top">
27660 <column alignment="center" valignment="top">
27661 <column alignment="center" valignment="top">
27662 <row>
27663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667 test
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Plain Layout
27676 test
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Plain Layout
27685 test
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694 test
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 </row>
27700 </lyxtabular>
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Plain Layout
27713 \align center
27714 \begin_inset Float table
27715 wide false
27716 sideways false
27717 status open
27718
27719 \begin_layout Plain Layout
27720 \begin_inset Caption Standard
27721
27722 \begin_layout Plain Layout
27723
27724 \end_layout
27725
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \begin_layout Plain Layout
27732 \align center
27733 \begin_inset Tabular
27734 <lyxtabular version="3" rows="1" columns="5">
27735 <features tabularvalignment="middle">
27736 <column alignment="center" valignment="top">
27737 <column alignment="center" valignment="top">
27738 <column alignment="center" valignment="top">
27739 <column alignment="center" valignment="top">
27740 <column alignment="center" valignment="top">
27741 <row>
27742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746 a
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Plain Layout
27755 b
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27761 \begin_inset Text
27762
27763 \begin_layout Plain Layout
27764 c
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773 d
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 e
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 </row>
27788 </lyxtabular>
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Section
27806 Flotantes adosados
27807 \begin_inset Index idx
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 Flotantes ! Adosados
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Standard
27820 Para colocar flotantes unos junto a otros, como en la figura
27821 \begin_inset space ~
27822 \end_inset
27823
27824
27825 \begin_inset CommandInset ref
27826 LatexCommand ref
27827 reference "fig:Flotante-izquierda"
27828
27829 \end_inset
27830
27831  y 
27832 \begin_inset CommandInset ref
27833 LatexCommand ref
27834 reference "fig:Flotante-derecha"
27835
27836 \end_inset
27837
27838 , se pone 
27839 \emph on
27840 un
27841 \emph default
27842  solo flotante.
27843  En él se insertan dos cuadros tipo minipágina.
27844 \begin_inset Foot
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848 Las minipáginas se explican en la sección
27849 \begin_inset space ~
27850 \end_inset
27851
27852
27853 \begin_inset CommandInset ref
27854 LatexCommand ref
27855 reference "sec:Minipáginas"
27856
27857 \end_inset
27858
27859 .
27860 \end_layout
27861
27862 \end_inset
27863
27864  La anchura de la columna se establece en 45-50
27865 \begin_inset space \thinspace{}
27866 \end_inset
27867
27868 % y la alineación en 
27869 \family sans
27870 Inferior
27871 \family default
27872  para cada minipágina.
27873  Las minipáginas contienen la imagen y su título, de igual forma que en
27874  los flotantes.
27875  La única diferencia es que el 
27876 \family sans
27877 Ancho
27878 \begin_inset space ~
27879 \end_inset
27880
27881 de
27882 \begin_inset space ~
27883 \end_inset
27884
27885 columna
27886 \begin_inset space ~
27887 \end_inset
27888
27889 %
27890 \family default
27891  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
27892 \end_layout
27893
27894 \begin_layout Standard
27895 \begin_inset Float figure
27896 placement h
27897 wide false
27898 sideways false
27899 status open
27900
27901 \begin_layout Plain Layout
27902 \begin_inset Box Frameless
27903 position "b"
27904 hor_pos "c"
27905 has_inner_box 1
27906 inner_pos "t"
27907 use_parbox 0
27908 use_makebox 0
27909 width "45col%"
27910 special "none"
27911 height "1in"
27912 height_special "totalheight"
27913 thickness "0.4pt"
27914 separation "3pt"
27915 shadowsize "4pt"
27916 framecolor "black"
27917 backgroundcolor "none"
27918 status open
27919
27920 \begin_layout Plain Layout
27921 \align center
27922 \begin_inset Graphics
27923         filename ../clipart/mobius.eps
27924         lyxscale 50
27925         width 100col%
27926         scaleBeforeRotation
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Plain Layout
27934 \begin_inset Caption Standard
27935
27936 \begin_layout Plain Layout
27937 \begin_inset CommandInset label
27938 LatexCommand label
27939 name "fig:Flotante-izquierda"
27940
27941 \end_inset
27942
27943 Flotante en el lado izquierdo.
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \begin_inset space \hfill{}
27955 \end_inset
27956
27957
27958 \begin_inset Box Frameless
27959 position "b"
27960 hor_pos "c"
27961 has_inner_box 1
27962 inner_pos "t"
27963 use_parbox 0
27964 use_makebox 0
27965 width "45col%"
27966 special "none"
27967 height "1in"
27968 height_special "totalheight"
27969 thickness "0.4pt"
27970 separation "3pt"
27971 shadowsize "4pt"
27972 framecolor "black"
27973 backgroundcolor "none"
27974 status open
27975
27976 \begin_layout Plain Layout
27977 \align center
27978 \begin_inset Graphics
27979         filename ../clipart/platypus.eps
27980         lyxscale 50
27981         width 100col%
27982         scaleBeforeRotation
27983
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \begin_layout Plain Layout
27990 \begin_inset Caption Standard
27991
27992 \begin_layout Plain Layout
27993 \begin_inset CommandInset label
27994 LatexCommand label
27995 name "fig:Flotante-derecha"
27996
27997 \end_inset
27998
27999 Flotante en el lado derecho.
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Standard
28018 Una solución alternativa más simple es usar el módulo 
28019 \family sans
28020 Minipáginas
28021 \begin_inset space ~
28022 \end_inset
28023
28024 ancho
28025 \begin_inset space ~
28026 \end_inset
28027
28028 variable
28029 \family default
28030 , véase la sección
28031 \begin_inset space \thinspace{}
28032 \end_inset
28033
28034
28035 \begin_inset CommandInset ref
28036 LatexCommand ref
28037 reference "sec:Minipáginas"
28038
28039 \end_inset
28040
28041 .
28042  Las minipáginas de anchura variable se adaptan automáticamente a la anchura
28043  de figuras y cuadros.
28044  No requieren una anchura explícita y mejoran la alineación horizontal del
28045  contenido.
28046  El archivo de ejemplo \SpecialChar LyX
28047  
28048 \emph on
28049 varwidth-floats-side-by-side
28050 \emph default
28051  da ejemplos de cómo hacer esto.
28052 \end_layout
28053
28054 \begin_layout Section
28055 Formato de las leyendas
28056 \begin_inset Index idx
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060 Leyendas ! Formato
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \begin_inset Index idx
28067 status collapsed
28068
28069 \begin_layout Plain Layout
28070 Flotantes ! Formato de las leyendas
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \begin_inset CommandInset label
28077 LatexCommand label
28078 name "sec:Formato-de-leyendas"
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \begin_layout Standard
28086 El entorno 
28087 \family sans
28088 Leyenda
28089 \family default
28090  es el predeterminado para los 
28091 \family sans
28092 Flotantes
28093 \family default
28094 .
28095  En \SpecialChar LyX
28096  las leyendas se muestran como etiqueta, p.
28097 \begin_inset space \thinspace{}
28098 \end_inset
28099
28100 e.
28101 \begin_inset space ~
28102 \end_inset
28103
28104 «
28105 \family sans
28106 Figura #
28107 \family default
28108 :» seguida por el texto.
28109  «#» es el número real de referencia.
28110  Por omisión la etiqueta y el número usan la misma tipografía que el texto
28111  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
28112  del texto.
28113  El entorno leyenda no es apropiado para todos los tipos de documento.
28114  
28115 \end_layout
28116
28117 \begin_layout Standard
28118 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
28119  
28120 \series bold
28121 caption
28122 \series default
28123
28124 \begin_inset Index idx
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128 \SpecialChar LaTeX
28129 -paquetes ! caption
28130 \end_layout
28131
28132 \end_inset
28133
28134  en el preámbulo del documento con la línea:
28135 \end_layout
28136
28137 \begin_layout Standard
28138
28139 \series bold
28140
28141 \backslash
28142 usepackage[definición de formato]{caption}
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
28147  las leyendas de cuadro siempre sobre él como en este documento, usa el
28148  comando:
28149 \end_layout
28150
28151 \begin_layout Standard
28152
28153 \series bold
28154
28155 \backslash
28156 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28157 \end_layout
28158
28159 \begin_layout Standard
28160 También puedes definir distintos formatos de leyenda para los distintos
28161  tipos de flotantes.
28162  En ese caso carga el paquete 
28163 \series bold
28164 caption
28165 \series default
28166  sin opciones específicas y define los distintos formatos con ayuda del
28167  comando
28168 \end_layout
28169
28170 \begin_layout Standard
28171
28172 \series bold
28173
28174 \backslash
28175 captionsetup[tipo de flotante]{definición de formato}
28176 \end_layout
28177
28178 \begin_layout Standard
28179 en el preámbulo del documento.
28180  Por ejemplo las leyendas de la Figura
28181 \begin_inset space ~
28182 \end_inset
28183
28184
28185 \begin_inset CommandInset ref
28186 LatexCommand ref
28187 reference "fig:Esto-es-una-fig"
28188
28189 \end_inset
28190
28191  y el cuadro
28192 \begin_inset space ~
28193 \end_inset
28194
28195
28196 \begin_inset CommandInset ref
28197 LatexCommand ref
28198 reference "tab:Esto-es-un-cuadro"
28199
28200 \end_inset
28201
28202  pueden crearse usando los siguientes comandos en el preámbulo:
28203 \end_layout
28204
28205 \begin_layout Standard
28206
28207 \series bold
28208
28209 \backslash
28210 usepackage[tableposition=top]{caption}
28211 \series default
28212
28213 \begin_inset Newline newline
28214 \end_inset
28215
28216
28217 \series bold
28218
28219 \backslash
28220 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28221 \begin_inset Newline newline
28222 \end_inset
28223
28224
28225 \begin_inset Phantom HPhantom
28226 status open
28227
28228 \begin_layout Plain Layout
28229
28230 \series bold
28231
28232 \backslash
28233 captionsetup[figure]{
28234 \end_layout
28235
28236 \end_inset
28237
28238 labelsep=period}
28239 \begin_inset Newline newline
28240 \end_inset
28241
28242
28243 \backslash
28244 captionsetup[table]{labelfont={bf,sf}}
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \begin_inset Note Greyedout
28249 status open
28250
28251 \begin_layout Plain Layout
28252
28253 \series bold
28254 Nota: 
28255 \series default
28256 La opción 
28257 \series bold
28258 tableposition=top
28259 \series default
28260  no tiene efecto si se usa una clase de documento 
28261 \series bold
28262 KOMA-Script
28263 \series default
28264 .
28265  En este caso debe utilizarse la opción de clase de documento 
28266 \series bold
28267 captions=tableheading
28268 \series default
28269 .
28270  
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \begin_layout Standard
28279 Para más información sobre el paquete 
28280 \series bold
28281 caption
28282 \series default
28283  acude a su documentación 
28284 \begin_inset CommandInset citation
28285 LatexCommand cite
28286 key "caption"
28287
28288 \end_inset
28289
28290 .
28291 \end_layout
28292
28293 \begin_layout Standard
28294 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
28295 \begin_inset space \thinspace{}
28296 \end_inset
28297
28298 e., usa el siguiente comando de preámbulo:
28299 \end_layout
28300
28301 \begin_layout Standard
28302
28303 \series bold
28304
28305 \backslash
28306 renewcommand{
28307 \backslash
28308 fnum@figure}{Imagen~
28309 \backslash
28310 thefigure}
28311 \end_layout
28312
28313 \begin_layout Standard
28314 donde 
28315 \series bold
28316
28317 \backslash
28318 thefigure
28319 \series default
28320  inserta el número de figura y «~» genera un espacio protegido.
28321
28322 \series bold
28323  
28324 \end_layout
28325
28326 \begin_layout Standard
28327 \begin_inset VSpace bigskip
28328 \end_inset
28329
28330 Si estás usando una clase de documento 
28331 \series bold
28332 KOMA-Script
28333 \series default
28334
28335 \begin_inset Index idx
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339 \SpecialChar LaTeX
28340 -paquetes ! KOMA-Script
28341 \end_layout
28342
28343 \end_inset
28344
28345  (
28346 \family sans
28347 article (KOMA-Script)
28348 \family default
28349
28350 \family sans
28351 book (KOMA-Script)
28352 \family default
28353
28354 \family sans
28355 letter (KOMA-Script)
28356 \family default
28357 , o 
28358 \family sans
28359 report (KOMA-Script)
28360 \family default
28361
28362 \begin_inset space \thinspace{}
28363 \end_inset
28364
28365 ), puedes emplear en vez del paquete 
28366 \series bold
28367 caption
28368 \series default
28369  el comando 
28370 \series bold
28371
28372 \backslash
28373 setkomafont
28374 \series default
28375  incluido en 
28376 \series bold
28377 KOMA-Script
28378 \series default
28379 .
28380  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
28381  comando en el preámbulo del documento:
28382 \end_layout
28383
28384 \begin_layout Standard
28385
28386 \series bold
28387
28388 \backslash
28389 setkomafont{captionlabel}{
28390 \backslash
28391 bfseries}
28392 \end_layout
28393
28394 \begin_layout Standard
28395 Más información sobre 
28396 \series bold
28397
28398 \backslash
28399 setkomafont
28400 \series default
28401  en la documentación de 
28402 \series bold
28403 KOMA-Script
28404 \series default
28405  
28406 \begin_inset CommandInset citation
28407 LatexCommand cite
28408 key "KOMA-Script"
28409
28410 \end_inset
28411
28412 .
28413 \end_layout
28414
28415 \begin_layout Standard
28416 \begin_inset ERT
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421
28422 \backslash
28423 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28424 }
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \begin_inset Note Note
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 El formato de la leyenda se ha cambiado sólo para este ejemplo.
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 \begin_inset Float figure
28444 placement !p
28445 wide false
28446 sideways false
28447 status open
28448
28449 \begin_layout Plain Layout
28450 \align center
28451 \begin_inset Graphics
28452         filename ../clipart/mobius.eps
28453         lyxscale 50
28454         scale 50
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \begin_layout Plain Layout
28462 \begin_inset Caption Standard
28463
28464 \begin_layout Plain Layout
28465 \begin_inset CommandInset label
28466 LatexCommand label
28467 name "fig:Esto-es-una-fig"
28468
28469 \end_inset
28470
28471
28472 \begin_inset Argument 1
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476 Figura con leyenda muy larga
28477 \end_layout
28478
28479 \end_inset
28480
28481 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
28482  el formato diferente.
28483  Aquí se usa una leyenda personalizada.
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \end_inset
28492
28493
28494 \end_layout
28495
28496 \begin_layout Standard
28497 \begin_inset ERT
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501
28502
28503 \backslash
28504 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28505 on}
28506 \end_layout
28507
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \begin_layout Standard
28514 \begin_inset Float table
28515 placement !p
28516 wide false
28517 sideways false
28518 status open
28519
28520 \begin_layout Plain Layout
28521 \begin_inset Caption Standard
28522
28523 \begin_layout Plain Layout
28524 \begin_inset CommandInset label
28525 LatexCommand label
28526 name "tab:Esto-es-un-cuadro"
28527
28528 \end_inset
28529
28530
28531 \begin_inset Argument 1
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535 Cuadro con leyenda muy larga
28536 \end_layout
28537
28538 \end_inset
28539
28540 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
28541  el formato diferente.
28542  Aquí se usa el formato de leyenda estándar para los cuadros.
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \end_layout
28549
28550 \begin_layout Plain Layout
28551 \align center
28552 \begin_inset Tabular
28553 <lyxtabular version="3" rows="1" columns="5">
28554 <features tabularvalignment="middle">
28555 <column alignment="center" valignment="top">
28556 <column alignment="center" valignment="top">
28557 <column alignment="center" valignment="top">
28558 <column alignment="center" valignment="top">
28559 <column alignment="center" valignment="top">
28560 <row>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 a
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 b
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
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 c
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 d
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 e
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 </row>
28607 </lyxtabular>
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Section
28620 Colocación de leyendas
28621 \begin_inset Index idx
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 Leyendas ! Colocación
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Flotantes ! Colocación de leyendas
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \begin_inset CommandInset label
28642 LatexCommand label
28643 name "sec:Colocación-de-leyendas"
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Standard
28651 La norma habitual para colocar las leyendas es:
28652 \end_layout
28653
28654 \begin_layout Description
28655 Figura: La leyenda al pie de las figuras
28656 \end_layout
28657
28658 \begin_layout Description
28659 Cuadro: La leyenda sobre los cuadros
28660 \end_layout
28661
28662 \begin_layout Standard
28663 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
28664  no soportan leyendas sobre un
28665  cuadro.
28666  Esto implica que si usas las clases de documento 
28667 \family sans
28668 article
28669 \family default
28670
28671 \family sans
28672 book
28673 \family default
28674
28675 \family sans
28676 letter
28677 \family default
28678 , o 
28679 \family sans
28680 report
28681 \family default
28682  no habrá espacio entre la leyenda y el cuadro.
28683  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
28684  
28685 \series bold
28686 caption
28687 \series default
28688
28689 \begin_inset Index idx
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 \SpecialChar LaTeX
28694 -paquetes ! caption
28695 \end_layout
28696
28697 \end_inset
28698
28699  en el preámbulo del documento con la opción
28700 \begin_inset Foot
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704 Véase la sección
28705 \begin_inset space ~
28706 \end_inset
28707
28708
28709 \begin_inset CommandInset ref
28710 LatexCommand ref
28711 reference "sec:Formato-de-leyendas"
28712
28713 \end_inset
28714
28715  para más información sobre el paquete 
28716 \series bold
28717 caption
28718 \series default
28719 .
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Standard
28728
28729 \series bold
28730 tableposition=top
28731 \end_layout
28732
28733 \begin_layout Standard
28734 Si estás usando la clase 
28735 \series bold
28736 KOMA-Script
28737 \series default
28738
28739 \begin_inset Index idx
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 \SpecialChar LaTeX
28744 -paquetes ! KOMA-Script
28745 \end_layout
28746
28747 \end_inset
28748
28749  (
28750 \family sans
28751 article (KOMA-Script)
28752 \family default
28753
28754 \family sans
28755 book (KOMA-Script)
28756 \family default
28757
28758 \family sans
28759 letter (KOMA-Script)
28760 \family default
28761 , o 
28762 \family sans
28763 report (KOMA-Script)
28764 \family default
28765
28766 \begin_inset space \thinspace{}
28767 \end_inset
28768
28769 ), en vez de 
28770 \series bold
28771 caption
28772 \series default
28773  puedes poner
28774 \end_layout
28775
28776 \begin_layout Standard
28777
28778 \series bold
28779 captions=tableheading
28780 \end_layout
28781
28782 \begin_layout Standard
28783 en las opciones de clase del documento.
28784 \begin_inset Foot
28785 status open
28786
28787 \begin_layout Plain Layout
28788 Esta opción se usa en este documento.
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Standard
28797 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
28798  una leyenda y marcar en el menú contextual si la quieres encima o debajo
28799  del cuadro o la figura.
28800  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
28801 inada por el documento.
28802  El cuadro
28803 \begin_inset space ~
28804 \end_inset
28805
28806
28807 \begin_inset CommandInset ref
28808 LatexCommand ref
28809 reference "tab:Una-leyenda-marcada"
28810
28811 \end_inset
28812
28813  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
28814  aunque esté encima.
28815  Se puede comparar con la leyenda sin marcar del cuadro
28816 \begin_inset space ~
28817 \end_inset
28818
28819
28820 \begin_inset CommandInset ref
28821 LatexCommand ref
28822 reference "tab:Leyenda-estándar"
28823
28824 \end_inset
28825
28826 .
28827 \end_layout
28828
28829 \begin_layout Standard
28830 \begin_inset Float table
28831 wide false
28832 sideways false
28833 status open
28834
28835 \begin_layout Plain Layout
28836 \begin_inset Caption Below
28837
28838 \begin_layout Plain Layout
28839 \begin_inset CommandInset label
28840 LatexCommand label
28841 name "tab:Una-leyenda-marcada"
28842
28843 \end_inset
28844
28845 Leyenda marcada para colocar bajo el cuadro.
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Plain Layout
28854 \align center
28855 \begin_inset Tabular
28856 <lyxtabular version="3" rows="3" columns="3">
28857 <features tabularvalignment="middle">
28858 <column alignment="center" valignment="top" width="0pt">
28859 <column alignment="center" valignment="top" width="0pt">
28860 <column alignment="center" valignment="top" width="0pt">
28861 <row>
28862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Plain Layout
28866 1
28867 \end_layout
28868
28869 \end_inset
28870 </cell>
28871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28872 \begin_inset Text
28873
28874 \begin_layout Plain Layout
28875 2
28876 \end_layout
28877
28878 \end_inset
28879 </cell>
28880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28881 \begin_inset Text
28882
28883 \begin_layout Plain Layout
28884 3
28885 \end_layout
28886
28887 \end_inset
28888 </cell>
28889 </row>
28890 <row>
28891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28892 \begin_inset Text
28893
28894 \begin_layout Plain Layout
28895 Joe
28896 \end_layout
28897
28898 \end_inset
28899 </cell>
28900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28901 \begin_inset Text
28902
28903 \begin_layout Plain Layout
28904 Mary
28905 \end_layout
28906
28907 \end_inset
28908 </cell>
28909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28910 \begin_inset Text
28911
28912 \begin_layout Plain Layout
28913 Ted
28914 \end_layout
28915
28916 \end_inset
28917 </cell>
28918 </row>
28919 <row>
28920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28921 \begin_inset Text
28922
28923 \begin_layout Plain Layout
28924 \begin_inset Formula $\int x^{2}dx$
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \end_inset
28931 </cell>
28932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Plain Layout
28936 \begin_inset Formula $\left[\begin{array}{cc}
28937 a & b\\
28938 c & d
28939 \end{array}\right]$
28940 \end_inset
28941
28942
28943 \end_layout
28944
28945 \end_inset
28946 </cell>
28947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28948 \begin_inset Text
28949
28950 \begin_layout Plain Layout
28951 \begin_inset Formula $1+1=2$
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 </row>
28960 </lyxtabular>
28961
28962 \end_inset
28963
28964
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 \begin_inset Float table
28974 wide false
28975 sideways false
28976 status open
28977
28978 \begin_layout Plain Layout
28979 \begin_inset Caption Standard
28980
28981 \begin_layout Plain Layout
28982 \begin_inset CommandInset label
28983 LatexCommand label
28984 name "tab:Leyenda-estándar"
28985
28986 \end_inset
28987
28988 Leyenda de cuadro estándar.
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Plain Layout
28997 \align center
28998 \begin_inset Tabular
28999 <lyxtabular version="3" rows="3" columns="3">
29000 <features tabularvalignment="middle">
29001 <column alignment="center" valignment="top" width="0pt">
29002 <column alignment="center" valignment="top" width="0pt">
29003 <column alignment="center" valignment="top" width="0pt">
29004 <row>
29005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 1
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29015 \begin_inset Text
29016
29017 \begin_layout Plain Layout
29018 2
29019 \end_layout
29020
29021 \end_inset
29022 </cell>
29023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29024 \begin_inset Text
29025
29026 \begin_layout Plain Layout
29027 3
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 </row>
29033 <row>
29034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 Joe
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047 Mary
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 Ted
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 </row>
29062 <row>
29063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29064 \begin_inset Text
29065
29066 \begin_layout Plain Layout
29067 \begin_inset Formula $\int x^{2}dx$
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079 \begin_inset Formula $\left[\begin{array}{cc}
29080 a & b\\
29081 c & d
29082 \end{array}\right]$
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094 \begin_inset Formula $1+1=2$
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \end_inset
29101 </cell>
29102 </row>
29103 </lyxtabular>
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 \begin_inset VSpace bigskip
29117 \end_inset
29118
29119 También es posible poner la leyenda junto a una figura o cuadro.
29120  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
29121  
29122 \series bold
29123 sidecap
29124 \series default
29125
29126 \begin_inset Index idx
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 \SpecialChar LaTeX
29131 -paquetes ! sidecap
29132 \end_layout
29133
29134 \end_inset
29135
29136  añadiendo en el preámbulo del documento la línea
29137 \end_layout
29138
29139 \begin_layout Standard
29140
29141 \series bold
29142
29143 \backslash
29144 usepackage[option]{sidecap}
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Si no se especifica opción, la leyenda se ubica del lado del margen externo
29149  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
29150  Puedes cambiar la colocación al margen interno con la opción 
29151 \series bold
29152 innercaption
29153 \series default
29154 .
29155  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
29156  opciones 
29157 \series bold
29158 rightcaption
29159 \series default
29160  o 
29161 \series bold
29162 leftcaption
29163 \series default
29164 , respectivamente.
29165 \end_layout
29166
29167 \begin_layout Standard
29168 \begin_inset ERT
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172
29173
29174 \backslash
29175 ifsidecap
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \begin_inset Note Note
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
29186  \SpecialChar LaTeX
29187  
29188 \series bold
29189 sidecap
29190 \series default
29191 .
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Standard
29200 Para situar en \SpecialChar LyX
29201  la leyenda de un flotante al lado, es necesario añadir estos
29202  comandos al preámbulo del documento:
29203 \end_layout
29204
29205 \begin_layout Standard
29206 \noindent
29207 \begin_inset CommandInset line
29208 LatexCommand rule
29209 offset "0.5ex"
29210 width "100line%"
29211 height "1pt"
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219
29220 \series bold
29221
29222 \backslash
29223 newcommand{
29224 \backslash
29225 TabBesBeg}[1][1.0]{%
29226 \begin_inset Newline newline
29227 \end_inset
29228
29229
29230 \begin_inset Phantom HPhantom
29231 status open
29232
29233 \begin_layout Plain Layout
29234 \begin_inset space ~
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \backslash
29244 let
29245 \backslash
29246 MyTable
29247 \backslash
29248 table
29249 \begin_inset Newline newline
29250 \end_inset
29251
29252
29253 \begin_inset Phantom HPhantom
29254 status open
29255
29256 \begin_layout Plain Layout
29257
29258 \series medium
29259 \begin_inset space ~
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \backslash
29269 let
29270 \backslash
29271 MyEndtable
29272 \backslash
29273 endtable
29274 \begin_inset Newline newline
29275 \end_inset
29276
29277
29278 \begin_inset Phantom HPhantom
29279 status open
29280
29281 \begin_layout Plain Layout
29282
29283 \series medium
29284 \begin_inset space ~
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \backslash
29294 renewenvironment{table}[1]{
29295 \backslash
29296 begin{SCtable}[#1]##1}{
29297 \backslash
29298 end{SCtable}}}
29299 \end_layout
29300
29301 \begin_layout Standard
29302
29303 \series bold
29304
29305 \backslash
29306 newcommand{
29307 \backslash
29308 TabBesEnd}{%
29309 \begin_inset Newline newline
29310 \end_inset
29311
29312
29313 \begin_inset Phantom HPhantom
29314 status open
29315
29316 \begin_layout Plain Layout
29317 \begin_inset space ~
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \backslash
29327 let
29328 \backslash
29329 table
29330 \backslash
29331 MyTable
29332 \begin_inset Newline newline
29333 \end_inset
29334
29335
29336 \begin_inset Phantom HPhantom
29337 status open
29338
29339 \begin_layout Plain Layout
29340 \begin_inset space ~
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \backslash
29350 let
29351 \backslash
29352 endtable
29353 \backslash
29354 MyEndtable
29355 \end_layout
29356
29357 \begin_layout Standard
29358
29359 \series bold
29360
29361 \backslash
29362 newcommand{
29363 \backslash
29364 FigBesBeg}[1][1.0]{%
29365 \begin_inset Newline newline
29366 \end_inset
29367
29368
29369 \begin_inset Phantom HPhantom
29370 status open
29371
29372 \begin_layout Plain Layout
29373 \begin_inset space ~
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \end_inset
29380
29381
29382 \backslash
29383 let
29384 \backslash
29385 MyFigure
29386 \backslash
29387 figure
29388 \begin_inset Newline newline
29389 \end_inset
29390
29391
29392 \begin_inset Phantom HPhantom
29393 status open
29394
29395 \begin_layout Plain Layout
29396 \begin_inset space ~
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \backslash
29406 let
29407 \backslash
29408 MyEndfigure
29409 \backslash
29410 endfigure
29411 \begin_inset Newline newline
29412 \end_inset
29413
29414
29415 \begin_inset Phantom HPhantom
29416 status open
29417
29418 \begin_layout Plain Layout
29419 \begin_inset space ~
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \backslash
29429 renewenvironment{figure}[1]{
29430 \backslash
29431 begin{SCfigure}[#1]##1}{
29432 \backslash
29433 end{SCfigure}}}
29434 \end_layout
29435
29436 \begin_layout Standard
29437
29438 \series bold
29439
29440 \backslash
29441 newcommand{
29442 \backslash
29443 FigBesEnd}{%
29444 \begin_inset Newline newline
29445 \end_inset
29446
29447
29448 \begin_inset Phantom HPhantom
29449 status open
29450
29451 \begin_layout Plain Layout
29452 \begin_inset space ~
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \backslash
29462 let
29463 \backslash
29464 figure
29465 \backslash
29466 MyFigure
29467 \begin_inset Newline newline
29468 \end_inset
29469
29470
29471 \begin_inset Phantom HPhantom
29472 status open
29473
29474 \begin_layout Plain Layout
29475 \begin_inset space ~
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \backslash
29485 let
29486 \backslash
29487 endfigure
29488 \backslash
29489 MyEndfigure}
29490 \end_layout
29491
29492 \begin_layout Standard
29493 \noindent
29494 \begin_inset CommandInset line
29495 LatexCommand rule
29496 offset "0.5ex"
29497 width "100line%"
29498 height "1pt"
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Standard
29506 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
29507  en un lado.
29508  Para figuras flotantes usa el comando
29509 \end_layout
29510
29511 \begin_layout Standard
29512
29513 \series bold
29514
29515 \backslash
29516 FigBesBeg
29517 \end_layout
29518
29519 \begin_layout Standard
29520 en código \SpecialChar TeX
29521  antes del flotante.
29522  Y inserta
29523 \end_layout
29524
29525 \begin_layout Standard
29526
29527 \series bold
29528
29529 \backslash
29530 FigBesEnd
29531 \end_layout
29532
29533 \begin_layout Standard
29534 en código \SpecialChar TeX
29535  en el punto en que quieras volver a la definición original de
29536  flotantes.
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Para cuadros flotantes usa los comandos correspondientes
29541 \end_layout
29542
29543 \begin_layout Standard
29544
29545 \series bold
29546
29547 \backslash
29548 TabBesBeg
29549 \series default
29550  y 
29551 \series bold
29552
29553 \backslash
29554 TabBesEnd
29555 \end_layout
29556
29557 \begin_layout Standard
29558 La figura
29559 \begin_inset space ~
29560 \end_inset
29561
29562
29563 \begin_inset CommandInset ref
29564 LatexCommand ref
29565 reference "fig:encab-al-lado"
29566
29567 \end_inset
29568
29569  y el cuadro
29570 \begin_inset space ~
29571 \end_inset
29572
29573
29574 \begin_inset CommandInset ref
29575 LatexCommand ref
29576 reference "tab:encab-al-lado"
29577
29578 \end_inset
29579
29580  son ejemplos en los que el título se sitúa al lado.
29581 \end_layout
29582
29583 \begin_layout Standard
29584 En los ejemplos puedes ver que el texto del título aparece encima del flotante
29585  en cuadros flotantes y debajo en las figuras flotantes.
29586  Para cambiarlo, puedes usar el comando
29587 \end_layout
29588
29589 \begin_layout Standard
29590
29591 \series bold
29592
29593 \backslash
29594 sidecaptionvpos{tipo de flotante}{colocación}
29595 \end_layout
29596
29597 \begin_layout Standard
29598 en el preámbulo o en código \SpecialChar TeX
29599  antes del flotante.
29600  El 
29601 \emph on
29602 tipo de flotante
29603 \emph default
29604  es 
29605 \family sans
29606 figure
29607 \family default
29608  o 
29609 \family sans
29610 table
29611 \family default
29612 , la 
29613 \emph on
29614 colocación
29615 \emph default
29616  puede ser «
29617 \family sans
29618 t
29619 \family default
29620 » por «top» (arriba), «
29621 \family sans
29622 c
29623 \family default
29624 » por «center» (centro), o «
29625 \family sans
29626 b
29627 \family default
29628 » por «bottom» (abajo).
29629  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
29630  usa el comando
29631 \end_layout
29632
29633 \begin_layout Standard
29634
29635 \series bold
29636
29637 \backslash
29638 sidecaptionvpos{figure}{c}
29639 \end_layout
29640
29641 \begin_layout Standard
29642 Esto se ha hecho en la figura
29643 \begin_inset space ~
29644 \end_inset
29645
29646
29647 \begin_inset CommandInset ref
29648 LatexCommand ref
29649 reference "fig:encab-al-lado-de-fig"
29650
29651 \end_inset
29652
29653 .
29654 \end_layout
29655
29656 \begin_layout Standard
29657 \begin_inset VSpace medskip
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 La anchura predeterminada de la leyenda es la del cuadro/figura.
29665  Para cuadros o figuras estrechas, como en el  cuadro
29666 \begin_inset space ~
29667 \end_inset
29668
29669
29670 \begin_inset CommandInset ref
29671 LatexCommand ref
29672 reference "tab:encab-al-lado"
29673
29674 \end_inset
29675
29676 , esto genera leyendas demasiado estrechas.
29677  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
29678  del cuadro/figura.
29679  La anchura de la leyenda se recalculará automáticamente en el caso de que
29680  sobrepase los márgenes de la página o de la columna.
29681  El 
29682 \emph on
29683 factor
29684 \emph default
29685  puede darse como argumento opcional para 
29686 \series bold
29687
29688 \backslash
29689 FigBesBeg
29690 \series default
29691 :
29692 \end_layout
29693
29694 \begin_layout Standard
29695
29696 \series bold
29697
29698 \backslash
29699 FigBesBeg[factor]
29700 \end_layout
29701
29702 \begin_layout Standard
29703 o en la definición de 
29704 \series bold
29705
29706 \backslash
29707 FigBesBeg
29708 \series default
29709  reemplazando 
29710 \series bold
29711 1.0
29712 \series default
29713  con otro valor.
29714  En este segundo caso, el factor será el predeterminado si 
29715 \series bold
29716
29717 \backslash
29718 FigBesBeg
29719 \series default
29720  se usa sin argumento.
29721  Para el cuadro
29722 \begin_inset space ~
29723 \end_inset
29724
29725
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "tab:leyenda-más-ancha"
29729
29730 \end_inset
29731
29732  se ha usado el factor 5.
29733 \end_layout
29734
29735 \begin_layout Standard
29736 \begin_inset Note Greyedout
29737 status open
29738
29739 \begin_layout Plain Layout
29740
29741 \series bold
29742 Nota:
29743 \series default
29744  Para flotantes con la leyenda adosada, no se puede usar la opción 
29745 \family sans
29746 Aquí
29747 \begin_inset space ~
29748 \end_inset
29749
29750 definitivamente
29751 \family default
29752  para la colocación porque no es soportado por 
29753 \series bold
29754 sidecap
29755 \series default
29756 .
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \begin_layout Standard
29765 \begin_inset VSpace medskip
29766 \end_inset
29767
29768 Más información sobre el paquete 
29769 \series bold
29770 sidecap
29771 \series default
29772  en su documentación 
29773 \begin_inset CommandInset citation
29774 LatexCommand cite
29775 key "sidecap"
29776
29777 \end_inset
29778
29779 .
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset Note Greyedout
29784 status open
29785
29786 \begin_layout Plain Layout
29787
29788 \series bold
29789 Nota:
29790 \series default
29791  El paquete \SpecialChar LaTeX
29792  
29793 \series bold
29794 hypcap
29795 \series default
29796
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 \SpecialChar LaTeX
29802 -paquetes ! hypcap
29803 \end_layout
29804
29805 \end_inset
29806
29807 , descrito en la sección
29808 \begin_inset space ~
29809 \end_inset
29810
29811
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "subsec:Colocación-de-Referencias"
29815
29816 \end_inset
29817
29818 , no afecta a flotantes con la leyenda al lado.
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \begin_layout Standard
29827 \begin_inset ERT
29828 status collapsed
29829
29830 \begin_layout Plain Layout
29831
29832
29833 \backslash
29834 FigBesBeg 
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset Float figure
29844 wide false
29845 sideways false
29846 status open
29847
29848 \begin_layout Plain Layout
29849 \begin_inset Graphics
29850         filename ../clipart/escher-lsd.eps
29851         scale 75
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Plain Layout
29859 \begin_inset Caption Standard
29860
29861 \begin_layout Plain Layout
29862 \begin_inset CommandInset label
29863 LatexCommand label
29864 name "fig:encab-al-lado"
29865
29866 \end_inset
29867
29868 Leyenda al lado de una figura.
29869 \end_layout
29870
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 FigBesEnd
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 \begin_inset ERT
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902
29903
29904 \backslash
29905 TabBesBeg 
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \end_layout
29912
29913 \begin_layout Standard
29914 \begin_inset Float table
29915 wide false
29916 sideways false
29917 status open
29918
29919 \begin_layout Plain Layout
29920 \begin_inset Caption Standard
29921
29922 \begin_layout Plain Layout
29923 \begin_inset CommandInset label
29924 LatexCommand label
29925 name "tab:encab-al-lado"
29926
29927 \end_inset
29928
29929 Leyenda al lado de un cuadro.
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \begin_layout Plain Layout
29938 \begin_inset Tabular
29939 <lyxtabular version="3" rows="4" columns="5">
29940 <features tabularvalignment="middle">
29941 <column alignment="center" valignment="top">
29942 <column alignment="center" valignment="top">
29943 <column alignment="center" valignment="top">
29944 <column alignment="center" valignment="top">
29945 <column alignment="center" valignment="top">
29946 <row>
29947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29948 \begin_inset Text
29949
29950 \begin_layout Plain Layout
29951 a
29952 \end_layout
29953
29954 \end_inset
29955 </cell>
29956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29957 \begin_inset Text
29958
29959 \begin_layout Plain Layout
29960
29961 \end_layout
29962
29963 \end_inset
29964 </cell>
29965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29966 \begin_inset Text
29967
29968 \begin_layout Plain Layout
29969 b
29970 \end_layout
29971
29972 \end_inset
29973 </cell>
29974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29975 \begin_inset Text
29976
29977 \begin_layout Plain Layout
29978
29979 \end_layout
29980
29981 \end_inset
29982 </cell>
29983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29984 \begin_inset Text
29985
29986 \begin_layout Plain Layout
29987 c
29988 \end_layout
29989
29990 \end_inset
29991 </cell>
29992 </row>
29993 <row>
29994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29995 \begin_inset Text
29996
29997 \begin_layout Plain Layout
29998
29999 \end_layout
30000
30001 \end_inset
30002 </cell>
30003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Plain Layout
30007 d
30008 \end_layout
30009
30010 \end_inset
30011 </cell>
30012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30013 \begin_inset Text
30014
30015 \begin_layout Plain Layout
30016
30017 \end_layout
30018
30019 \end_inset
30020 </cell>
30021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30022 \begin_inset Text
30023
30024 \begin_layout Plain Layout
30025 e
30026 \end_layout
30027
30028 \end_inset
30029 </cell>
30030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30031 \begin_inset Text
30032
30033 \begin_layout Plain Layout
30034
30035 \end_layout
30036
30037 \end_inset
30038 </cell>
30039 </row>
30040 <row>
30041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30042 \begin_inset Text
30043
30044 \begin_layout Plain Layout
30045 f
30046 \end_layout
30047
30048 \end_inset
30049 </cell>
30050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30051 \begin_inset Text
30052
30053 \begin_layout Plain Layout
30054
30055 \end_layout
30056
30057 \end_inset
30058 </cell>
30059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30060 \begin_inset Text
30061
30062 \begin_layout Plain Layout
30063 g
30064 \end_layout
30065
30066 \end_inset
30067 </cell>
30068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30069 \begin_inset Text
30070
30071 \begin_layout Plain Layout
30072
30073 \end_layout
30074
30075 \end_inset
30076 </cell>
30077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30078 \begin_inset Text
30079
30080 \begin_layout Plain Layout
30081 h
30082 \end_layout
30083
30084 \end_inset
30085 </cell>
30086 </row>
30087 <row>
30088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30089 \begin_inset Text
30090
30091 \begin_layout Plain Layout
30092
30093 \end_layout
30094
30095 \end_inset
30096 </cell>
30097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30098 \begin_inset Text
30099
30100 \begin_layout Plain Layout
30101 i
30102 \end_layout
30103
30104 \end_inset
30105 </cell>
30106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30107 \begin_inset Text
30108
30109 \begin_layout Plain Layout
30110
30111 \end_layout
30112
30113 \end_inset
30114 </cell>
30115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30116 \begin_inset Text
30117
30118 \begin_layout Plain Layout
30119 j
30120 \end_layout
30121
30122 \end_inset
30123 </cell>
30124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30125 \begin_inset Text
30126
30127 \begin_layout Plain Layout
30128
30129 \end_layout
30130
30131 \end_inset
30132 </cell>
30133 </row>
30134 </lyxtabular>
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 TabBesEnd
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset ERT
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167
30168
30169 \backslash
30170 FigBesBeg 
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 \begin_inset ERT
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183
30184
30185 \backslash
30186 sidecaptionvpos{figure}{c}
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \begin_inset Float figure
30193 wide false
30194 sideways false
30195 status open
30196
30197 \begin_layout Plain Layout
30198 \begin_inset Graphics
30199         filename ../clipart/escher-lsd.eps
30200         scale 75
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Plain Layout
30208 \begin_inset Caption Standard
30209
30210 \begin_layout Plain Layout
30211 \begin_inset CommandInset label
30212 LatexCommand label
30213 name "fig:encab-al-lado-de-fig"
30214
30215 \end_inset
30216
30217 Leyenda centrada verticalmente junto a una figura.
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \end_layout
30229
30230 \begin_layout Standard
30231 \begin_inset ERT
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235
30236
30237 \backslash
30238 FigBesEnd
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Standard
30247 \begin_inset ERT
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251
30252
30253 \backslash
30254 TabBesBeg[5]
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \end_layout
30261
30262 \begin_layout Standard
30263 \begin_inset Float table
30264 wide false
30265 sideways false
30266 status open
30267
30268 \begin_layout Plain Layout
30269 \begin_inset Caption Standard
30270
30271 \begin_layout Plain Layout
30272 \begin_inset CommandInset label
30273 LatexCommand label
30274 name "tab:leyenda-más-ancha"
30275
30276 \end_inset
30277
30278 Una leyenda más ancha que la del cuadro
30279 \begin_inset space ~
30280 \end_inset
30281
30282
30283 \begin_inset CommandInset ref
30284 LatexCommand ref
30285 reference "tab:encab-al-lado"
30286
30287 \end_inset
30288
30289 .
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Plain Layout
30298 \begin_inset Tabular
30299 <lyxtabular version="3" rows="4" columns="5">
30300 <features tabularvalignment="middle">
30301 <column alignment="center" valignment="top">
30302 <column alignment="center" valignment="top">
30303 <column alignment="center" valignment="top">
30304 <column alignment="center" valignment="top">
30305 <column alignment="center" valignment="top">
30306 <row>
30307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30308 \begin_inset Text
30309
30310 \begin_layout Plain Layout
30311 a
30312 \end_layout
30313
30314 \end_inset
30315 </cell>
30316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30317 \begin_inset Text
30318
30319 \begin_layout Plain Layout
30320
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30326 \begin_inset Text
30327
30328 \begin_layout Plain Layout
30329 b
30330 \end_layout
30331
30332 \end_inset
30333 </cell>
30334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30335 \begin_inset Text
30336
30337 \begin_layout Plain Layout
30338
30339 \end_layout
30340
30341 \end_inset
30342 </cell>
30343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30344 \begin_inset Text
30345
30346 \begin_layout Plain Layout
30347 c
30348 \end_layout
30349
30350 \end_inset
30351 </cell>
30352 </row>
30353 <row>
30354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30355 \begin_inset Text
30356
30357 \begin_layout Plain Layout
30358
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Plain Layout
30367 d
30368 \end_layout
30369
30370 \end_inset
30371 </cell>
30372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30373 \begin_inset Text
30374
30375 \begin_layout Plain Layout
30376
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30382 \begin_inset Text
30383
30384 \begin_layout Plain Layout
30385 e
30386 \end_layout
30387
30388 \end_inset
30389 </cell>
30390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30391 \begin_inset Text
30392
30393 \begin_layout Plain Layout
30394
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 </row>
30400 <row>
30401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30402 \begin_inset Text
30403
30404 \begin_layout Plain Layout
30405 f
30406 \end_layout
30407
30408 \end_inset
30409 </cell>
30410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30411 \begin_inset Text
30412
30413 \begin_layout Plain Layout
30414
30415 \end_layout
30416
30417 \end_inset
30418 </cell>
30419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30420 \begin_inset Text
30421
30422 \begin_layout Plain Layout
30423 g
30424 \end_layout
30425
30426 \end_inset
30427 </cell>
30428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30429 \begin_inset Text
30430
30431 \begin_layout Plain Layout
30432
30433 \end_layout
30434
30435 \end_inset
30436 </cell>
30437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30438 \begin_inset Text
30439
30440 \begin_layout Plain Layout
30441 h
30442 \end_layout
30443
30444 \end_inset
30445 </cell>
30446 </row>
30447 <row>
30448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30449 \begin_inset Text
30450
30451 \begin_layout Plain Layout
30452
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 i
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 j
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 </row>
30494 </lyxtabular>
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \begin_layout Standard
30507 \begin_inset ERT
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511
30512
30513 \backslash
30514 TabBesEnd
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \begin_layout Standard
30523 \begin_inset ERT
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528
30529 \backslash
30530 else
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \begin_inset Note Note
30537 status open
30538
30539 \begin_layout Plain Layout
30540 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
30541  
30542 \series bold
30543 sidecap
30544 \series default
30545 .
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \begin_layout Standard
30554 Debes instalar el paquete \SpecialChar LaTeX
30555  
30556 \series bold
30557 sidecap
30558 \series default
30559  para ver la parte siguiente en la salida.
30560 \end_layout
30561
30562 \begin_layout Standard
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 fi
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \begin_layout Section
30579 Índice de flotantes
30580 \begin_inset Index idx
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 Flotantes ! Índice de
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 Igual que en el índice general se listan las secciones del documento, hay
30594  índices para todos los tipos de flotantes, como las figuras.
30595  Se pueden insertar mediante los submenús 
30596 \family sans
30597 Insertar\SpecialChar menuseparator
30598 Índice
30599 \family default
30600 s.
30601 \end_layout
30602
30603 \begin_layout Standard
30604 Las entradas de los índices son las leyendas del flotante o su título breve,
30605  el número de flotante y el número de la página del documento en la que
30606  aparecen.
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Puedes encontrar los índices de figuras y cuadros al final de este documento.
30611 \end_layout
30612
30613 \begin_layout Chapter
30614 Notas
30615 \end_layout
30616
30617 \begin_layout Section
30618 Notas en \SpecialChar LyX
30619
30620 \begin_inset Index idx
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Notas ! en \SpecialChar LyX
30625
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \end_layout
30632
30633 \begin_layout Standard
30634 Las notas se insertan con el botón 
30635 \begin_inset Info
30636 type  "icon"
30637 arg   "note-insert"
30638 \end_inset
30639
30640  o con el menú 
30641 \family sans
30642 Insertar\SpecialChar menuseparator
30643 Nota
30644 \family default
30645 .
30646  Hay tres tipos de notas:
30647 \end_layout
30648
30649 \begin_layout Description
30650 Nota
30651 \begin_inset space ~
30652 \end_inset
30653
30654 \SpecialChar LyX
30655  Este tipo es para notas internas que no han de aparecer en la salida.
30656  Su cuadro se muestra como este:
30657 \begin_inset Newline newline
30658 \end_inset
30659
30660
30661 \begin_inset Newline newline
30662 \end_inset
30663
30664
30665 \begin_inset Graphics
30666         filename clipart/NotaLyXImagen.png
30667         display false
30668
30669 \end_inset
30670
30671  
30672 \begin_inset Note Note
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 Este es un texto en un recuadro que no se muestra en la salida.
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Description
30685 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
30686  comentario de \SpecialChar LaTeX
30687 , cuando exportas el documento a \SpecialChar LaTeX
30688  vía menú 
30689 \family sans
30690 Archivo\SpecialChar menuseparator
30691 Exportar\SpecialChar menuseparator
30692 LaTeX
30693 \begin_inset space ~
30694 \end_inset
30695
30696 (pdflatex) / (simple)
30697 \family default
30698 .
30699  Su recuadro se ve así:
30700 \begin_inset Newline newline
30701 \end_inset
30702
30703
30704 \begin_inset Newline newline
30705 \end_inset
30706
30707
30708 \begin_inset Graphics
30709         filename clipart/ComentNotaImagen.png
30710         display false
30711
30712 \end_inset
30713
30714  
30715 \begin_inset Note Comment
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
30720 .
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Description
30729 Nota
30730 \begin_inset space ~
30731 \end_inset
30732
30733 gris Esta nota aparece en la salida como texto en color gris pálido.
30734  Su recuadro se ve así:
30735 \begin_inset Newline newline
30736 \end_inset
30737
30738
30739 \begin_inset Newline newline
30740 \end_inset
30741
30742
30743 \begin_inset Graphics
30744         filename clipart/GrisNotaImagen.png
30745         display false
30746
30747 \end_inset
30748
30749
30750 \begin_inset Newline newline
30751 \end_inset
30752
30753
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759
30760 \backslash
30761 renewenvironment{lyxgreyedout}
30762 \end_layout
30763
30764 \begin_layout Plain Layout
30765
30766 {
30767 \backslash
30768 textcolor[gray]{0.8}
30769 \backslash
30770 bgroup}{
30771 \backslash
30772 egroup}
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \begin_inset Note Greyedout
30779 status open
30780
30781 \begin_layout Plain Layout
30782 Texto en color gris palido en la salida.
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793
30794 \backslash
30795 renewenvironment{lyxgreyedout}
30796 \end_layout
30797
30798 \begin_layout Plain Layout
30799
30800 {
30801 \backslash
30802 textcolor{blue}
30803 \backslash
30804 bgroup}{
30805 \backslash
30806 egroup}
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \begin_inset Note Note
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
30817  original de \SpecialChar LyX
30818 , ya que en el preámbulo de este documento se han redefinido
30819  estas notas para que salgan en azul, como se indica más adelante.
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \begin_inset Newline newline
30826 \end_inset
30827
30828
30829 \begin_inset Newline newline
30830 \end_inset
30831
30832 Como se ve en el ejemplo, la primera línea de las notas grises tiene una
30833  pequeña sangría, y por otra parte pueden tener notas al pie.
30834 \end_layout
30835
30836 \begin_layout Standard
30837 \begin_inset VSpace bigskip
30838 \end_inset
30839
30840 Si usas el botón de la barra de herramientas 
30841 \begin_inset Info
30842 type  "icon"
30843 arg   "note-insert"
30844 \end_inset
30845
30846  para insertar notas, se inserta una 
30847 \family sans
30848 Nota
30849 \begin_inset space ~
30850 \end_inset
30851
30852 \SpecialChar LyX
30853
30854 \family default
30855 .
30856  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
30857  
30858 \family roman
30859 \series medium
30860 \bar no
30861 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
30862  botón de herramienta 
30863 \family sans
30864 \series default
30865 \bar default
30866 Nota
30867 \family default
30868 .
30869  Para cambiar una nota a texto, pulsa la tecla 
30870 \family sans
30871 Retroceso
30872 \family default
30873  cuando el cursor está en la primera posición de una nota, o la tecla 
30874 \family sans
30875 Supr
30876 \family default
30877  cuando el cursor está en la última posición de la nota, respectivamente.
30878 \end_layout
30879
30880 \begin_layout Standard
30881 \begin_inset VSpace bigskip
30882 \end_inset
30883
30884 El color del texto en las notas grises puede cambiarse en el menú 
30885 \family sans
30886 Documento\SpecialChar menuseparator
30887 Configuración\SpecialChar menuseparator
30888 Colores
30889 \family default
30890 .
30891 \end_layout
30892
30893 \begin_layout Section
30894 Notas al pie
30895 \begin_inset CommandInset label
30896 LatexCommand label
30897 name "sec:Notas-al-pie"
30898
30899 \end_inset
30900
30901
30902 \begin_inset Index idx
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Notas ! al pie
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915 Las notas al pie se insertan con el botón 
30916 \begin_inset Info
30917 type  "icon"
30918 arg   "footnote-insert"
30919 \end_inset
30920
30921  o el menú 
30922 \family sans
30923 Insertar\SpecialChar menuseparator
30924 Nota
30925 \begin_inset space ~
30926 \end_inset
30927
30928 al
30929 \begin_inset space ~
30930 \end_inset
30931
30932 pie
30933 \family default
30934 .
30935  
30936 \family roman
30937 \series medium
30938 \bar no
30939 Aparece un recuadro como este:
30940 \family default
30941 \series default
30942 \bar default
30943  
30944 \begin_inset Graphics
30945         filename clipart/notapie.png
30946         scale 80
30947
30948 \end_inset
30949
30950  
30951 \family roman
30952 \series medium
30953 \bar no
30954 donde puedes introducir el texto.
30955  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
30956  sobre el
30957 \family default
30958 \series default
30959 \bar default
30960  
30961 \family roman
30962 \series medium
30963 \bar no
30964 botón
30965 \family default
30966 \series default
30967 \bar default
30968 .
30969  Para cambiar una nota al pie a texto, pulsa la tecla 
30970 \family sans
30971 Retroceso
30972 \family default
30973  cuando el cursor está en la primera posición de la nota al pie, o la tecla
30974  
30975 \family sans
30976 Supr
30977 \family default
30978  cuando el cursor está en la última posición de la nota, respectivamente.
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Aquí hay un ejemplo de nota al pie:
30983 \family roman
30984 \series medium
30985 \bar no
30986
30987 \begin_inset Foot
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 \begin_inset CommandInset label
30992 LatexCommand label
30993 name "pie:Esto-es-una"
30994
30995 \end_inset
30996
30997 Ejemplo de nota al pie.
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \family default
31004 \series default
31005 \bar default
31006
31007 \begin_inset ERT
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 newcounter{MyRepeatFoot}
31015 \end_layout
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 setcounter{MyRepeatFoot}{
31022 \backslash
31023 thefootnote}
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \begin_layout Standard
31032 En la salida, el pie se muestra como número voladito en el lugar del texto
31033  donde se coloca el recuadro.
31034  El texto se coloca al final de la página actual.
31035  Los números de las notas son calculados por \SpecialChar LaTeX
31036 , y son consecutivos.
31037  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
31038 \end_layout
31039
31040 \begin_layout Standard
31041 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
31042  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
31043  se describe en la sección
31044 \begin_inset space ~
31045 \end_inset
31046
31047
31048 \begin_inset CommandInset ref
31049 LatexCommand ref
31050 reference "sec:Referencias-a-Flotantes"
31051
31052 \end_inset
31053
31054 .
31055 \begin_inset Newline newline
31056 \end_inset
31057
31058 Esto es una referencia cruzada a la Nota al pie
31059 \begin_inset space ~
31060 \end_inset
31061
31062
31063 \begin_inset CommandInset ref
31064 LatexCommand ref
31065 reference "pie:Esto-es-una"
31066
31067 \end_inset
31068
31069 .
31070 \end_layout
31071
31072 \begin_layout Standard
31073 \begin_inset VSpace defskip
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Las notas al pie en entornos de título generalmente no se numeran y no pueden
31081  contener varios párrafos.
31082  Véase como ejemplo la nota al pie en el título de este documento.
31083  
31084 \end_layout
31085
31086 \begin_layout Standard
31087 \begin_inset VSpace defskip
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Debido a razones técnicas, \SpecialChar LaTeX
31095  no imprime las notas al pie en cuadros.
31096  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
31097  se inserta el comando 
31098 \series bold
31099
31100 \backslash
31101 footnotemark{}
31102 \series default
31103  en código \SpecialChar TeX
31104 .
31105  El texto de la nota se introduce como argumento del comando
31106 \series bold
31107  
31108 \backslash
31109 footnotetext
31110 \series default
31111  después del cuadro.
31112 \begin_inset Newline newline
31113 \end_inset
31114
31115 Esto es lo que se ha hecho para el siguiente cuadro con el comando
31116 \end_layout
31117
31118 \begin_layout Standard
31119
31120 \series bold
31121
31122 \backslash
31123 footnotetext{
31124 \series default
31125 Texto de la nota del cuadro.
31126 \series bold
31127 }
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset Tabular
31132 <lyxtabular version="3" rows="2" columns="1">
31133 <features tabularvalignment="middle">
31134 <column alignment="center" valignment="top">
31135 <row>
31136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31137 \begin_inset Text
31138
31139 \begin_layout Plain Layout
31140 Texto de ejemplo.
31141 \begin_inset Foot
31142 status open
31143
31144 \begin_layout Plain Layout
31145 ¡Esta nota no se imprimirá!
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 </row>
31156 <row>
31157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161 Texto de ejemplo.
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 footnotemark{}
31170 \end_layout
31171
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \end_inset
31178 </cell>
31179 </row>
31180 </lyxtabular>
31181
31182 \end_inset
31183
31184
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 footnotetext{
31193 \end_layout
31194
31195 \end_inset
31196
31197 Texto de la nota del cuadro.
31198 \begin_inset ERT
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203 }
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212 Las notas al pie en cuadros multipágina se describen en la sección
31213 \begin_inset space ~
31214 \end_inset
31215
31216
31217 \begin_inset CommandInset ref
31218 LatexCommand ref
31219 reference "subsec:Notas-al-pie-en-Cuadros-Multipágina"
31220
31221 \end_inset
31222
31223 .
31224 \end_layout
31225
31226 \begin_layout Standard
31227 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
31228  y con numeración diferente debido a que una minipágina es como una página
31229  dentro de otra.
31230  (Más información sobre minipáginas en la sección
31231 \begin_inset space ~
31232 \end_inset
31233
31234
31235 \begin_inset CommandInset ref
31236 LatexCommand ref
31237 reference "sec:Minipáginas"
31238
31239 \end_inset
31240
31241 ).
31242  Para poner notas en una minipágina que se impriman a pie de página como
31243  las notas al pie normales, se puede usar también el método de 
31244 \series bold
31245
31246 \backslash
31247 footnotemark{}
31248 \series default
31249  y 
31250 \series bold
31251
31252 \backslash
31253 footnotetext
31254 \series default
31255 .
31256 \end_layout
31257
31258 \begin_layout Standard
31259 \begin_inset Box Frameless
31260 position "t"
31261 hor_pos "c"
31262 has_inner_box 1
31263 inner_pos "t"
31264 use_parbox 0
31265 use_makebox 0
31266 width "100col%"
31267 special "none"
31268 height "1in"
31269 height_special "totalheight"
31270 thickness "0.4pt"
31271 separation "3pt"
31272 shadowsize "4pt"
31273 framecolor "black"
31274 backgroundcolor "none"
31275 status open
31276
31277 \begin_layout Plain Layout
31278 Muestra de texto en una minipágina.
31279 \begin_inset Foot
31280 status open
31281
31282 \begin_layout Plain Layout
31283 Nota en la minipágina.
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \begin_layout Plain Layout
31292 Muestra de texto en una minipágina.
31293 \begin_inset ERT
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297
31298
31299 \backslash
31300 footnotemark{}
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Standard
31314 \begin_inset ERT
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319
31320 \backslash
31321 footnotetext{
31322 \end_layout
31323
31324 \end_inset
31325
31326 Nota fuera de la minipágina.
31327 \begin_inset ERT
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332 }
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Standard
31341 \begin_inset VSpace defskip
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Standard
31348 Para hacer referencia a la misma nota varias veces sin imprimir su texto
31349  cada vez, usa el comando 
31350 \series bold
31351
31352 \backslash
31353 footnotemark[number]
31354 \series default
31355  en código \SpecialChar TeX
31356 .
31357 \begin_inset Newline newline
31358 \end_inset
31359
31360 Como el número de la nota repetida no se conoce mientras se escribe el texto,
31361  hay que guardarlo.
31362  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
31363  comandos en código \SpecialChar TeX
31364  después de la nota al pie
31365 \begin_inset space ~
31366 \end_inset
31367
31368
31369 \begin_inset CommandInset ref
31370 LatexCommand ref
31371 reference "pie:Esto-es-una"
31372
31373 \end_inset
31374
31375  para guardar el número de la nota: 
31376 \end_layout
31377
31378 \begin_layout Standard
31379
31380 \series bold
31381
31382 \backslash
31383 newcounter{MyRepeatFoot}
31384 \begin_inset Newline newline
31385 \end_inset
31386
31387
31388 \backslash
31389 setcounter{MyRepeatFoot}{
31390 \backslash
31391 thefootnote}
31392 \end_layout
31393
31394 \begin_layout Standard
31395 La marca de la nota se ha creado después con el comando:
31396 \end_layout
31397
31398 \begin_layout Standard
31399
31400 \series bold
31401
31402 \backslash
31403 footnotemark[
31404 \backslash
31405 theMyRepeatFoot]
31406 \end_layout
31407
31408 \begin_layout Standard
31409 Aquí hay una nota repetida:
31410 \begin_inset ERT
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414
31415
31416 \backslash
31417 footnotemark[
31418 \backslash
31419 theMyRepeatFoot]
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \end_layout
31426
31427 \begin_layout Standard
31428 Para repetir la nota al pie previa, se puede omitir el guardado del número
31429  de la nota y usar en su lugar el comando:
31430 \end_layout
31431
31432 \begin_layout Standard
31433
31434 \series bold
31435
31436 \backslash
31437 footnotemark[
31438 \backslash
31439 thefootnote]
31440 \end_layout
31441
31442 \begin_layout Standard
31443 Aquí hay otra nota repetida:
31444 \begin_inset ERT
31445 status collapsed
31446
31447 \begin_layout Plain Layout
31448
31449
31450 \backslash
31451 footnotemark[
31452 \backslash
31453 thefootnote]
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \begin_layout Subsection
31462 Numeración de notas al pie
31463 \begin_inset CommandInset label
31464 LatexCommand label
31465 name "subsec:Numeración-de-Notas-al-Pie"
31466
31467 \end_inset
31468
31469
31470 \begin_inset Index idx
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 Notas ! al pie ! numeración
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 Para reiniciar el número de pie a 1 en cada sección añade
31484 \family roman
31485  en el preámbulo el comando:
31486 \end_layout
31487
31488 \begin_layout Standard
31489
31490 \series bold
31491
31492 \backslash
31493 @addtoreset{footnote}{section}
31494 \end_layout
31495
31496 \begin_layout Standard
31497 \begin_inset VSpace bigskip
31498 \end_inset
31499
31500 El siguiente comando en el preámbulo cambia el estilo de numeración del
31501  pie a números romanos en minúsculas:
31502 \end_layout
31503
31504 \begin_layout Standard
31505
31506 \series bold
31507
31508 \backslash
31509 renewcommand{
31510 \backslash
31511 thefootnote}{
31512 \backslash
31513 roman{footnote}}
31514 \end_layout
31515
31516 \begin_layout Standard
31517 \begin_inset ERT
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521
31522
31523 \backslash
31524 renewcommand{
31525 \backslash
31526 thefootnote}{
31527 \backslash
31528 roman{footnote}}
31529 \end_layout
31530
31531 \end_inset
31532
31533  Nota al pie en números romanos:
31534 \begin_inset Foot
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538 Ejemplo de nota al pie en números romanos.
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \begin_inset ERT
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548
31549
31550 \backslash
31551 renewcommand{
31552 \backslash
31553 thefootnote}{
31554 \backslash
31555 arabic{footnote}}
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \begin_layout Standard
31564 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
31565  
31566 \series bold
31567
31568 \backslash
31569 roman
31570 \series default
31571  por 
31572 \series bold
31573
31574 \backslash
31575 Roman
31576 \series default
31577 .
31578  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
31579 \series bold
31580
31581 \backslash
31582 Alph
31583 \series default
31584  o 
31585 \series bold
31586
31587 \backslash
31588 alph
31589 \series default
31590 , respectivamente.
31591  Para ordenar las notas al pie con símbolos usa 
31592 \series bold
31593
31594 \backslash
31595 fnsymbol
31596 \series default
31597 .
31598 \end_layout
31599
31600 \begin_layout Standard
31601 \begin_inset Note Greyedout
31602 status open
31603
31604 \begin_layout Plain Layout
31605
31606 \series bold
31607 Nota:
31608 \series default
31609  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
31610  simples.
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \begin_inset Newline newline
31617 \end_inset
31618
31619
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 9 pies con símbolos.
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Standard
31637 Para volver al estilo de numeración predeterminado cuando has cambiado a
31638  otro estilo, usa 
31639 \series bold
31640
31641 \backslash
31642 arabic
31643 \series default
31644  en vez de 
31645 \series bold
31646
31647 \backslash
31648 roman
31649 \series default
31650  en el comando anterior.
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 renewcommand{
31659 \backslash
31660 thefootnote}{
31661 \backslash
31662 arabic{footnote}}
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset VSpace bigskip
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
31679  comando al preámbulo del documento:
31680 \end_layout
31681
31682 \begin_layout Standard
31683
31684 \series bold
31685
31686 \backslash
31687 numberwithin{footnote}{chapter}
31688 \end_layout
31689
31690 \begin_layout Standard
31691 Para poder usar el comando 
31692 \series bold
31693
31694 \backslash
31695 numberwithin
31696 \series default
31697 , marca la opción 
31698 \family sans
31699 Usar
31700 \family default
31701
31702 \begin_inset space ~
31703 \end_inset
31704
31705
31706 \family sans
31707 el
31708 \family default
31709
31710 \begin_inset space ~
31711 \end_inset
31712
31713
31714 \family sans
31715 paquete
31716 \family default
31717
31718 \begin_inset space ~
31719 \end_inset
31720
31721
31722 \family sans
31723 AMS
31724 \family default
31725  en la sección 
31726 \family sans
31727 Opciones para ecuaciones
31728 \family default
31729  de la configuración del documento.
31730 \end_layout
31731
31732 \begin_layout Standard
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738
31739 \backslash
31740 numberwithin{footnote}{chapter}
31741 \end_layout
31742
31743 \end_inset
31744
31745 Esto es otro ejemplo de nota al pie:
31746 \series bold
31747
31748 \begin_inset Foot
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 Nota al pie numerada en el esquema 
31753 \begin_inset Quotes eld
31754 \end_inset
31755
31756 capítulo.nota
31757 \begin_inset Quotes erd
31758 \end_inset
31759
31760 .
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \series default
31767
31768 \begin_inset ERT
31769 status collapsed
31770
31771 \begin_layout Plain Layout
31772
31773
31774 \backslash
31775 renewcommand{
31776 \backslash
31777 thefootnote}{
31778 \backslash
31779 arabic{footnote}}
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \begin_layout Standard
31788 \begin_inset Note Greyedout
31789 status open
31790
31791 \begin_layout Plain Layout
31792
31793 \series bold
31794 Nota: 
31795 \backslash
31796 numberwithin 
31797 \series default
31798 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
31799  previas para obtener números no arábigos se sobreescriben.
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Así, para obtener por ejemplo el esquema «capítulo.
31809 \backslash
31810 Roman{footnote}», usa este comando en vez de 
31811 \series bold
31812
31813 \backslash
31814 numberwithin
31815 \series default
31816 :
31817 \end_layout
31818
31819 \begin_layout Standard
31820
31821 \series bold
31822
31823 \backslash
31824 renewcommand{
31825 \backslash
31826 thefootnote}{
31827 \backslash
31828 thechapter.
31829 \backslash
31830 Roman{footnote}}
31831 \end_layout
31832
31833 \begin_layout Subsection
31834 Colocación de notas al pie
31835 \begin_inset Index idx
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839 Notas ! al pie ! colocación
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Standard
31848 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
31849  entre ellas al final de la página.
31850  Para hacerlas más legibles puedes añadir 1.5
31851 \begin_inset space \thinspace{}
31852 \end_inset
31853
31854 mm, p.
31855 \begin_inset space \thinspace{}
31856 \end_inset
31857
31858 ej., con el comando siguiente en el preámbulo:
31859 \end_layout
31860
31861 \begin_layout Standard
31862
31863 \series bold
31864
31865 \backslash
31866 let
31867 \backslash
31868 myFoot
31869 \backslash
31870 footnote
31871 \begin_inset Newline newline
31872 \end_inset
31873
31874
31875 \backslash
31876 renewcommand{
31877 \backslash
31878 footnote}[1]{
31879 \backslash
31880 myFoot{#1
31881 \backslash
31882 vspace{1.5mm}}}
31883 \end_layout
31884
31885 \begin_layout Standard
31886 \begin_inset VSpace bigskip
31887 \end_inset
31888
31889 En documentos a dos columnas la nota al pie aparece al final de cada columna,
31890  véase la figura
31891 \begin_inset space ~
31892 \end_inset
31893
31894
31895 \begin_inset CommandInset ref
31896 LatexCommand ref
31897 reference "fig:Colocación-standard-del-pie"
31898
31899 \end_inset
31900
31901 .
31902  Si las notas debieran mostrarse sólo al final de la columna derecha, como
31903  en la figura
31904 \begin_inset space ~
31905 \end_inset
31906
31907
31908 \begin_inset CommandInset ref
31909 LatexCommand ref
31910 reference "fig:Colocación-del-pie-en"
31911
31912 \end_inset
31913
31914 , usa el paquete \SpecialChar LaTeX
31915  
31916 \series bold
31917 ftnright
31918 \series default
31919
31920 \begin_inset Index idx
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924 \SpecialChar LaTeX
31925 -paquetes ! ftnright
31926 \end_layout
31927
31928 \end_inset
31929
31930  con este comando en el preámbulo:
31931 \end_layout
31932
31933 \begin_layout Standard
31934
31935 \series bold
31936
31937 \backslash
31938 usepackage{ftnright}
31939 \end_layout
31940
31941 \begin_layout Standard
31942 \begin_inset Float figure
31943 placement !h
31944 wide false
31945 sideways false
31946 status open
31947
31948 \begin_layout Plain Layout
31949 \noindent
31950 \align center
31951 \begin_inset Box Boxed
31952 position "t"
31953 hor_pos "c"
31954 has_inner_box 0
31955 inner_pos "t"
31956 use_parbox 0
31957 use_makebox 0
31958 width ""
31959 special "none"
31960 height "1in"
31961 height_special "totalheight"
31962 thickness "0.4pt"
31963 separation "3pt"
31964 shadowsize "4pt"
31965 framecolor "black"
31966 backgroundcolor "none"
31967 status open
31968
31969 \begin_layout Plain Layout
31970 \begin_inset Graphics
31971         filename ../clipart/without_fntright.pdf
31972         width 100col%
31973         scaleBeforeRotation
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \begin_layout Plain Layout
31986 \begin_inset Caption Standard
31987
31988 \begin_layout Plain Layout
31989 \begin_inset CommandInset label
31990 LatexCommand label
31991 name "fig:Colocación-standard-del-pie"
31992
31993 \end_inset
31994
31995 Colocación estándar de notas al pie en documentos a dos columnas.
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Standard
32009 \begin_inset Float figure
32010 placement !h
32011 wide false
32012 sideways false
32013 status open
32014
32015 \begin_layout Plain Layout
32016 \noindent
32017 \align center
32018 \begin_inset Box Boxed
32019 position "t"
32020 hor_pos "c"
32021 has_inner_box 0
32022 inner_pos "t"
32023 use_parbox 0
32024 use_makebox 0
32025 width ""
32026 special "none"
32027 height "1in"
32028 height_special "totalheight"
32029 thickness "0.4pt"
32030 separation "3pt"
32031 shadowsize "4pt"
32032 framecolor "black"
32033 backgroundcolor "none"
32034 status open
32035
32036 \begin_layout Plain Layout
32037 \begin_inset Graphics
32038         filename ../clipart/with_fntright.pdf
32039         width 100col%
32040         scaleBeforeRotation
32041
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \end_inset
32048
32049
32050 \end_layout
32051
32052 \begin_layout Plain Layout
32053 \begin_inset Caption Standard
32054
32055 \begin_layout Plain Layout
32056 \begin_inset CommandInset label
32057 LatexCommand label
32058 name "fig:Colocación-del-pie-en"
32059
32060 \end_inset
32061
32062 Colocación de la nota al pie en documentos a dos columnas cuando se usa
32063  el paquete \SpecialChar LaTeX
32064  
32065 \series bold
32066 ftnright
32067 \series default
32068 .
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \end_inset
32077
32078
32079 \end_layout
32080
32081 \begin_layout Standard
32082 \begin_inset VSpace bigskip
32083 \end_inset
32084
32085 En alguna literatura científica es habitual reunir las notas para imprimirlas
32086  en un párrafo separado al final de la sección, como en la figura
32087 \begin_inset space ~
32088 \end_inset
32089
32090
32091 \begin_inset CommandInset ref
32092 LatexCommand ref
32093 reference "fig:Notas-al-pie-al-final"
32094
32095 \end_inset
32096
32097 .
32098  Para reunir las notas al final
32099 \begin_inset Index idx
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 Notas ! al final
32104 \end_layout
32105
32106 \end_inset
32107
32108  en vez de a pie de página, carga en el menú 
32109 \family sans
32110 Documento\SpecialChar menuseparator
32111 Configuratión\SpecialChar menuseparator
32112 Módulos
32113 \family default
32114  el módulo 
32115 \family sans
32116 Pie
32117 \begin_inset space ~
32118 \end_inset
32119
32120 al
32121 \begin_inset space ~
32122 \end_inset
32123
32124 final
32125 \family default
32126 .
32127  Para insertar la colección de notas, escribe el comando
32128 \end_layout
32129
32130 \begin_layout Standard
32131
32132 \series bold
32133
32134 \backslash
32135 theendnotes
32136 \end_layout
32137
32138 \begin_layout Standard
32139 en código \SpecialChar TeX
32140  al final de una sección o capítulo.
32141 \end_layout
32142
32143 \begin_layout Standard
32144 \begin_inset Float figure
32145 wide false
32146 sideways false
32147 status open
32148
32149 \begin_layout Plain Layout
32150 \align center
32151 \begin_inset Box Boxed
32152 position "t"
32153 hor_pos "c"
32154 has_inner_box 0
32155 inner_pos "t"
32156 use_parbox 0
32157 use_makebox 0
32158 width ""
32159 special "none"
32160 height "1in"
32161 height_special "totalheight"
32162 thickness "0.4pt"
32163 separation "3pt"
32164 shadowsize "4pt"
32165 framecolor "black"
32166 backgroundcolor "none"
32167 status open
32168
32169 \begin_layout Plain Layout
32170 \begin_inset Graphics
32171         filename ../clipart/endnotes.pdf
32172         width 100col%
32173         scaleBeforeRotation
32174
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Plain Layout
32186 \begin_inset Caption Standard
32187
32188 \begin_layout Plain Layout
32189 \begin_inset CommandInset label
32190 LatexCommand label
32191 name "fig:Notas-al-pie-al-final"
32192
32193 \end_inset
32194
32195 Notas al final: notas impresas en párrafo separado al final de la sección
32196  o del capítulo.
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 \begin_inset VSpace medskip
32211 \end_inset
32212
32213 La cabecera de párrafo para las notas finales no se traduce automáticamente
32214  al lenguaje del documento, hay que hacerlo manualmente.
32215  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
32216  español «Notas»:
32217 \end_layout
32218
32219 \begin_layout Standard
32220
32221 \series bold
32222
32223 \backslash
32224 renewcommand{
32225 \backslash
32226 notesname}{Notas}
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset VSpace medskip
32231 \end_inset
32232
32233 La numeración de notas finales puede cambiarse como la de las notas al pie,
32234  como se describe en la sección
32235 \begin_inset space ~
32236 \end_inset
32237
32238
32239 \begin_inset CommandInset ref
32240 LatexCommand ref
32241 reference "subsec:Numeración-de-Notas-al-Pie"
32242
32243 \end_inset
32244
32245 ; sólo hay que reemplazar el comando 
32246 \series bold
32247
32248 \backslash
32249 thefootnote
32250 \series default
32251  por 
32252 \series bold
32253
32254 \backslash
32255 theendnote
32256 \series default
32257 .
32258  Para restablecer la numeración usa el comando 
32259 \series bold
32260
32261 \backslash
32262 @addtoreset
32263 \series default
32264  como se describe en la sección
32265 \begin_inset space ~
32266 \end_inset
32267
32268
32269 \begin_inset CommandInset ref
32270 LatexCommand ref
32271 reference "subsec:Numeración-de-Notas-al-Pie"
32272
32273 \end_inset
32274
32275  y sustituye el parámetro de comando 
32276 \series bold
32277 footnote
32278 \series default
32279  por 
32280 \series bold
32281 endnote
32282 \series default
32283 .
32284 \end_layout
32285
32286 \begin_layout Standard
32287 Para notas al final hay el comando el comando 
32288 \series bold
32289
32290 \backslash
32291 endnotemark[número]
32292 \series default
32293  similar al comando 
32294 \series bold
32295
32296 \backslash
32297 footnotemark
32298 \series default
32299 , descrito en la sección
32300 \begin_inset space ~
32301 \end_inset
32302
32303
32304 \begin_inset CommandInset ref
32305 LatexCommand ref
32306 reference "sec:Notas-al-pie"
32307
32308 \end_inset
32309
32310 .
32311 \end_layout
32312
32313 \begin_layout Standard
32314 \begin_inset VSpace bigskip
32315 \end_inset
32316
32317 Las notas al pie también pueden colocarse al margen de la página y la alineación
32318  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
32319  
32320 \series bold
32321 footmisc
32322 \series default
32323
32324 \begin_inset Index idx
32325 status collapsed
32326
32327 \begin_layout Plain Layout
32328 \SpecialChar LaTeX
32329 -paquetes ! footmisc
32330 \end_layout
32331
32332 \end_inset
32333
32334  
32335 \begin_inset CommandInset citation
32336 LatexCommand cite
32337 key "footmisc"
32338
32339 \end_inset
32340
32341  para más información.
32342 \end_layout
32343
32344 \begin_layout Standard
32345 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
32346
32347 \begin_inset CommandInset citation
32348 LatexCommand cite
32349 key "latexcompanion,latexguide,latexbook"
32350
32351 \end_inset
32352
32353 .
32354  Si estás usando una clase de documento 
32355 \series bold
32356 KOMA-Script
32357 \series default
32358
32359 \begin_inset Index idx
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 \SpecialChar LaTeX
32364 -paquetes ! KOMA-Script
32365 \end_layout
32366
32367 \end_inset
32368
32369 , puedes ajustar las características de las notas al pie mediante comandos
32370  específicos de la clase, véase 
32371 \begin_inset CommandInset citation
32372 LatexCommand cite
32373 key "KOMA-Script"
32374
32375 \end_inset
32376
32377 .
32378 \end_layout
32379
32380 \begin_layout Section
32381 Notas al margen
32382 \begin_inset Index idx
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386 Notas ! al margen
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 Las notas al margen se ven y se comportan en \SpecialChar LyX
32396  como notas al pie.
32397  Se insertan con el menú 
32398 \family sans
32399 Insertar\SpecialChar menuseparator
32400 Nota
32401 \begin_inset space ~
32402 \end_inset
32403
32404 al
32405 \begin_inset space ~
32406 \end_inset
32407
32408 margen
32409 \family default
32410  o con el botón 
32411 \begin_inset Info
32412 type  "icon"
32413 arg   "marginalnote-insert"
32414 \end_inset
32415
32416 .
32417  Aparece un cuadro gris con la etiqueta 
32418 \family roman
32419 \series medium
32420 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Al lado hay un ejemplo de nota al margen.
32425
32426 \family roman
32427 \series medium
32428  
32429 \begin_inset Marginal
32430 status open
32431
32432 \begin_layout Plain Layout
32433 Esto es una nota al margen.
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 Estas notas salen en el margen derecho en documentos a una cara.
32443  En documentos a doble cara se muestran en el margen externo —margen izquierdo
32444  en páginas pares, derecho en páginas impares—.
32445  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
32446  a la derecha si la nota aparece en el margen izquierdo—.
32447  La primera línea de la nota se sitúa en la posición de la línea del texto
32448  en la que se inserta en el documento.
32449 \end_layout
32450
32451 \begin_layout Standard
32452 \begin_inset VSpace bigskip
32453 \end_inset
32454
32455 Para colocar la nota en el margen interno añade el comando
32456 \end_layout
32457
32458 \begin_layout Standard
32459
32460 \series bold
32461
32462 \backslash
32463 reversemarginpar
32464 \end_layout
32465
32466 \begin_layout Standard
32467 en código \SpecialChar TeX
32468  antes de la nota.
32469  La nueva colocación es válida para todas las siguientes notas al margen.
32470  
32471 \begin_inset ERT
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475
32476
32477 \backslash
32478 reversemarginpar 
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \begin_inset Marginal
32485 status open
32486
32487 \begin_layout Plain Layout
32488 Esto es una nota en el margen interno.
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \series bold
32495
32496 \begin_inset Newline newline
32497 \end_inset
32498
32499
32500 \series default
32501
32502 \begin_inset Note Greyedout
32503 status open
32504
32505 \begin_layout Plain Layout
32506
32507 \series bold
32508 Nota:
32509 \series default
32510  A veces no hay espacio suficiente en el margen interno, por lo que la nota
32511  no se mostrará correctamente en la salida.
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
32521  el comando
32522 \begin_inset ERT
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527
32528 \backslash
32529 normalmarginpar 
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Standard
32538
32539 \series bold
32540
32541 \backslash
32542 normalmarginpar
32543 \end_layout
32544
32545 \begin_layout Standard
32546 \begin_inset Note Greyedout
32547 status open
32548
32549 \begin_layout Plain Layout
32550
32551 \series bold
32552 Nota:
32553 \series default
32554  El comando se ignora si en el mismo párrafo está también presente el comando
32555  
32556 \series bold
32557
32558 \backslash
32559 reversemarginpar
32560 \series default
32561 .
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset VSpace bigskip
32571 \end_inset
32572
32573
32574 \family roman
32575 \series medium
32576
32577 \begin_inset Marginal
32578 status open
32579
32580 \begin_layout Plain Layout
32581 PalabraMuyLargaAlMargen no partida con guión.
32582 \end_layout
32583
32584 \end_inset
32585
32586
32587 \family default
32588 \series default
32589  Como en el caso descrito en la sección
32590 \begin_inset space ~
32591 \end_inset
32592
32593
32594 \begin_inset CommandInset ref
32595 LatexCommand ref
32596 reference "subsec:Líneas-Múltiples-en"
32597
32598 \end_inset
32599
32600 , una palabra larga no puede partirse con guión cuando es la primera en
32601  la nota al margen.
32602  Para evitar esto, inserta un espacio horizontal de 0
32603 \begin_inset space \thinspace{}
32604 \end_inset
32605
32606 pt antes de la palabra
32607 \family roman
32608 \series medium
32609 .
32610 \end_layout
32611
32612 \begin_layout Standard
32613
32614 \family roman
32615 \series medium
32616 \begin_inset Marginal
32617 status open
32618
32619 \begin_layout Plain Layout
32620 \begin_inset ERT
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624
32625
32626 \backslash
32627 hspace{0pt}
32628 \end_layout
32629
32630 \end_inset
32631
32632 PalabraMuyLargaAlMargen partida con guión.
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \begin_inset VSpace bigskip
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Standard
32648 \begin_inset Note Greyedout
32649 status open
32650
32651 \begin_layout Plain Layout
32652
32653 \series bold
32654 Nota:
32655 \series default
32656  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
32657  y notas al pie.
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \begin_layout Standard
32666 \begin_inset VSpace bigskip
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \begin_layout Standard
32673 \begin_inset ERT
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677
32678
32679 \backslash
32680 ifmarginnote
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \begin_inset Note Note
32687 status open
32688
32689 \begin_layout Plain Layout
32690 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32691  \SpecialChar LaTeX
32692  
32693 \series bold
32694 marginnote
32695 \series default
32696 .
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
32706  
32707 \series bold
32708 marginnote
32709 \series default
32710
32711 \begin_inset Index idx
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 \SpecialChar LaTeX
32716 -paquetes ! marginnote
32717 \end_layout
32718
32719 \end_inset
32720
32721 .
32722  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
32723  para notas
32724  al margen es redefinido para usar el comando proporcionado por el paquete
32725  
32726 \series bold
32727 marginnote
32728 \series default
32729 :
32730 \end_layout
32731
32732 \begin_layout Standard
32733
32734 \series bold
32735
32736 \backslash
32737 usepackage{marginnote}
32738 \begin_inset Newline newline
32739 \end_inset
32740
32741
32742 \backslash
32743 let
32744 \backslash
32745 marginpar
32746 \backslash
32747 marginnote
32748 \end_layout
32749
32750 \begin_layout Standard
32751 Esto se ha utilizado en el presente documento porque 
32752 \series bold
32753 marginnote
32754 \series default
32755  tiene una característica adicional útil: Puedes establecer un desplazamiento
32756  vertical a la nota.
32757  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
32758  diseño de la página.
32759  En \SpecialChar LyX
32760 , el desplazamiento se escribe directamente tras la nota al margen,
32761  en código \SpecialChar TeX
32762
32763 \end_layout
32764
32765 \begin_layout Standard
32766
32767 \series bold
32768 [desplazamiento]
32769 \end_layout
32770
32771 \begin_layout Standard
32772 donde desplazamiento es una longitud en una de las unidades del cuadro
32773 \begin_inset space ~
32774 \end_inset
32775
32776
32777 \begin_inset CommandInset ref
32778 LatexCommand ref
32779 reference "tab:Unidades"
32780
32781 \end_inset
32782
32783 .
32784  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
32785  abajo.
32786  
32787 \family roman
32788 \series medium
32789 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
32790 \begin_inset space \thinspace{}
32791 \end_inset
32792
32793 cm arriba con el comando en código \SpecialChar TeX
32794  
32795 \begin_inset Quotes eld
32796 \end_inset
32797
32798
32799 \family default
32800 \series bold
32801 [-1.5cm]
32802 \family roman
32803 \series medium
32804
32805 \begin_inset Quotes erd
32806 \end_inset
32807
32808
32809 \begin_inset Marginal
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813 Esta nota está 1.5
32814 \begin_inset space \thinspace{}
32815 \end_inset
32816
32817 cm por encima de su posición original.
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \family default
32824 \series default
32825
32826 \begin_inset ERT
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830
32831 [-1.5cm]
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Standard
32840 \begin_inset VSpace medskip
32841 \end_inset
32842
32843 Con 
32844 \series bold
32845 marginnote
32846 \series default
32847  también puedes cambiar la alineación del texto en el margen.
32848  Por ejemplo los comandos
32849 \end_layout
32850
32851 \begin_layout Standard
32852
32853 \series bold
32854
32855 \backslash
32856 renewcommand*{
32857 \backslash
32858 raggedleftmarginnote}{
32859 \backslash
32860 centering}
32861 \begin_inset Newline newline
32862 \end_inset
32863
32864
32865 \backslash
32866 renewcommand*{
32867 \backslash
32868 raggedrightmarginnote}{
32869 \backslash
32870 centering}
32871 \end_layout
32872
32873 \begin_layout Standard
32874 producen alineación centrada.
32875  
32876 \series bold
32877
32878 \backslash
32879 raggedleftmarginnote
32880 \series default
32881  identifica las notas que aparecen al lado izquierdo.
32882 \family roman
32883 \series medium
32884
32885 \begin_inset ERT
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890
32891 \backslash
32892 renewcommand*{
32893 \backslash
32894 raggedleftmarginnote}{
32895 \backslash
32896 centering}
32897 \end_layout
32898
32899 \begin_layout Plain Layout
32900
32901
32902 \backslash
32903 renewcommand*{
32904 \backslash
32905 raggedrightmarginnote}{
32906 \backslash
32907 centering}
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \begin_inset Marginal
32914 status open
32915
32916 \begin_layout Plain Layout
32917 El texto de esta nota está centrado.
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \family default
32924 \series default
32925  El valor predeterminado es 
32926 \end_layout
32927
32928 \begin_layout Standard
32929
32930 \series bold
32931
32932 \backslash
32933 renewcommand*{
32934 \backslash
32935 raggedleftmarginnote}{
32936 \backslash
32937 raggedleft}
32938 \begin_inset Newline newline
32939 \end_inset
32940
32941
32942 \backslash
32943 renewcommand*{
32944 \backslash
32945 raggedrightmarginnote}{
32946 \backslash
32947 raggedright}
32948 \family roman
32949 \series medium
32950
32951 \begin_inset ERT
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955
32956
32957 \backslash
32958 renewcommand*{
32959 \backslash
32960 raggedleftmarginnote}{
32961 \backslash
32962 raggedleft}
32963 \end_layout
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 renewcommand*{
32970 \backslash
32971 raggedrightmarginnote}{
32972 \backslash
32973 raggedright}
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 \begin_inset VSpace medskip
32983 \end_inset
32984
32985 Para otras características de 
32986 \series bold
32987 marginnote
32988 \series default
32989  mira en su documentación 
32990 \begin_inset CommandInset citation
32991 LatexCommand cite
32992 key "marginnote"
32993
32994 \end_inset
32995
32996 .
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \begin_inset VSpace bigskip
33001 \end_inset
33002
33003 El diseño de las notas al margen puede ser redefinido.
33004  Por ejemplo, para crear una cabecera para todas las notas con el texto
33005  
33006 \begin_inset Quotes eld
33007 \end_inset
33008
33009
33010 \series bold
33011 \bar under
33012 ¡
33013 \family sans
33014 Atención
33015 \family default
33016 !
33017 \series default
33018 \bar default
33019
33020 \begin_inset Quotes erd
33021 \end_inset
33022
33023 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
33024 \end_layout
33025
33026 \begin_layout Standard
33027
33028 \series bold
33029
33030 \backslash
33031 let
33032 \backslash
33033 myMarginpar
33034 \backslash
33035 marginpar
33036 \begin_inset Newline newline
33037 \end_inset
33038
33039
33040 \backslash
33041 renewcommand{
33042 \backslash
33043 marginpar}[1]{
33044 \backslash
33045 myMarginpar{%
33046 \begin_inset Newline newline
33047 \end_inset
33048
33049
33050 \begin_inset Phantom HPhantom
33051 status open
33052
33053 \begin_layout Plain Layout
33054
33055 \series bold
33056 \begin_inset space ~
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \backslash
33066 hspace{0pt}
33067 \backslash
33068 textsf{
33069 \backslash
33070 textbf{
33071 \backslash
33072 underbar{¡Atención!}}}%
33073 \begin_inset Newline newline
33074 \end_inset
33075
33076
33077 \begin_inset Phantom HPhantom
33078 status open
33079
33080 \begin_layout Plain Layout
33081
33082 \series bold
33083 \begin_inset space ~
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \backslash
33093 vspace{1.5mm}
33094 \backslash
33095
33096 \backslash
33097 #1}}
33098 \end_layout
33099
33100 \begin_layout Standard
33101
33102 \family roman
33103 \series medium
33104 \begin_inset ERT
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109
33110 \backslash
33111 let
33112 \backslash
33113 myMarginpar
33114 \backslash
33115 marginpar
33116 \end_layout
33117
33118 \begin_layout Plain Layout
33119
33120
33121 \backslash
33122 renewcommand{
33123 \backslash
33124 marginpar}[1]{
33125 \backslash
33126 myMarginpar{%
33127 \end_layout
33128
33129 \begin_layout Plain Layout
33130
33131    
33132 \backslash
33133 textsf{
33134 \backslash
33135 textbf{
33136 \backslash
33137 underbar{¡Atención!}}}%
33138 \end_layout
33139
33140 \begin_layout Plain Layout
33141
33142    
33143 \backslash
33144 vspace{1.5mm}
33145 \backslash
33146
33147 \backslash
33148 #1}}
33149 \end_layout
33150
33151 \end_inset
33152
33153
33154 \begin_inset Marginal
33155 status open
33156
33157 \begin_layout Plain Layout
33158 Esta es una nota con una cabecera definida.
33159 \end_layout
33160
33161 \end_inset
33162
33163
33164 \family default
33165 \series default
33166
33167 \begin_inset ERT
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171
33172 [-1.5cm]
33173 \end_layout
33174
33175 \end_inset
33176
33177
33178 \family roman
33179 \series medium
33180
33181 \begin_inset ERT
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185
33186
33187 \backslash
33188 renewcommand{
33189 \backslash
33190 marginpar}[1]{
33191 \backslash
33192 myMarginpar{#1}}
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \family default
33199 \series default
33200
33201 \begin_inset Note Note
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 \begin_inset ERT
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218
33219
33220 \backslash
33221 else
33222 \end_layout
33223
33224 \end_inset
33225
33226
33227 \begin_inset Note Note
33228 status open
33229
33230 \begin_layout Plain Layout
33231 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
33232  
33233 \series bold
33234 marginnote
33235 \series default
33236 .
33237 \end_layout
33238
33239 \end_inset
33240
33241
33242 \end_layout
33243
33244 \begin_layout Standard
33245 Debes instalar el paquete \SpecialChar LaTeX
33246  
33247 \series bold
33248 marginnote
33249 \series default
33250  para ver la parte siguiente en la salida.
33251 \end_layout
33252
33253 \begin_layout Standard
33254 \begin_inset ERT
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258
33259
33260 \backslash
33261 fi
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Chapter
33270 Marcos
33271 \end_layout
33272
33273 \begin_layout Section
33274 Introducción
33275 \begin_inset Index idx
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279 Marcos ! Introducción
33280 \end_layout
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Standard
33288 Los marcos se emplean para dar formato a bloques de texto.
33289  Se pueden usar para escribir documentos con varios idiomas, véase sección
33290 \begin_inset space ~
33291 \end_inset
33292
33293
33294 \begin_inset CommandInset ref
33295 LatexCommand ref
33296 reference "sec:Minipáginas"
33297
33298 \end_inset
33299
33300 , enmarcar textos, véase sección
33301 \begin_inset space ~
33302 \end_inset
33303
33304
33305 \begin_inset CommandInset ref
33306 LatexCommand ref
33307 reference "sec:Decoración"
33308
33309 \end_inset
33310
33311 , evitar la división de palabras, véase sección
33312 \begin_inset space ~
33313 \end_inset
33314
33315
33316 \begin_inset CommandInset ref
33317 LatexCommand ref
33318 reference "sec:Evitar-la-Partición"
33319
33320 \end_inset
33321
33322 , alinear texto, véase sección
33323 \begin_inset space ~
33324 \end_inset
33325
33326
33327 \begin_inset CommandInset ref
33328 LatexCommand ref
33329 reference "subsec:Alineación-Vertical"
33330
33331 \end_inset
33332
33333 , o para poner color de fondo a un texto, véase sección
33334 \begin_inset space ~
33335 \end_inset
33336
33337
33338 \begin_inset CommandInset ref
33339 LatexCommand ref
33340 reference "sec:Marcos-Coloreados"
33341
33342 \end_inset
33343
33344 .
33345 \end_layout
33346
33347 \begin_layout Standard
33348 Se insertan con el menú 
33349 \family sans
33350 Insertar\SpecialChar menuseparator
33351 Marco
33352 \family default
33353  o con el botón 
33354 \begin_inset Info
33355 type  "icon"
33356 arg   "box-insert Frameless"
33357 \end_inset
33358
33359 .
33360  Surge un recuadro gris con la etiqueta 
33361 \family sans
33362 Marco (Minipágina)
33363 \family default
33364
33365 \begin_inset Graphics
33366         filename clipart/CuadroMinipagina.png
33367         scale 75
33368
33369 \end_inset
33370
33371 .
33372  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
33373  
33374 \family sans
33375 Configuración
33376 \family default
33377 .
33378  Sale un diálogo en el que 
33379 \family sans
33380 Marco
33381 \family default
33382
33383 \begin_inset space ~
33384 \end_inset
33385
33386
33387 \family sans
33388 interior
33389 \family default
33390  permite escoger los tipos
33391 \family sans
33392  Minipágina
33393 \family default
33394
33395 \family sans
33396 Marco de párrafo
33397 \family default
33398  y 
33399 \family sans
33400 Marco de 
33401 \family default
33402 línea.
33403  
33404 \family sans
33405 Minipágina
33406 \family default
33407  es el predeterminado para nuevos marcos y se explica en la sección
33408 \begin_inset space ~
33409 \end_inset
33410
33411
33412 \begin_inset CommandInset ref
33413 LatexCommand ref
33414 reference "sec:Minipáginas"
33415
33416 \end_inset
33417
33418 ; el tipo 
33419 \family sans
33420 Marco de párrafo
33421 \family default
33422  se describe en la sección
33423 \begin_inset space ~
33424 \end_inset
33425
33426
33427 \begin_inset CommandInset ref
33428 LatexCommand ref
33429 reference "sec:Marcos-de-Párrafo"
33430
33431 \end_inset
33432
33433  y el tipo 
33434 \family sans
33435 Marco de línea
33436 \family default
33437  se describe en la sección
33438 \begin_inset space ~
33439 \end_inset
33440
33441
33442 \begin_inset CommandInset ref
33443 LatexCommand ref
33444 reference "sec:Evitar-la-Partición"
33445
33446 \end_inset
33447
33448 .
33449 \end_layout
33450
33451 \begin_layout Standard
33452 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
33453  o las notas al pie.
33454 \end_layout
33455
33456 \begin_layout Standard
33457 \begin_inset Note Greyedout
33458 status open
33459
33460 \begin_layout Plain Layout
33461
33462 \series bold
33463 Nota:
33464 \series default
33465  Los marcos no deben ser el ítem en un entorno 
33466 \family sans
33467 Enumeración*
33468 \family default
33469  o 
33470 \family sans
33471 Descripción
33472 \family default
33473 .
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Standard
33482 \begin_inset Note Greyedout
33483 status open
33484
33485 \begin_layout Plain Layout
33486
33487 \series bold
33488 Nota:
33489 \series default
33490  Por razones desconocidas sólo se puede poner el tipo 
33491 \family sans
33492 Marco
33493 \begin_inset space ~
33494 \end_inset
33495
33496 interior
33497 \family default
33498  en 
33499 \family sans
33500 Ninguno
33501 \family default
33502  cuando se emplea un marco enmarcado.
33503  Los marcos sin ningún tipo de 
33504 \family sans
33505 Marco
33506 \begin_inset space ~
33507 \end_inset
33508
33509 interior
33510 \family default
33511  y sin bordes se explican en la sección
33512 \begin_inset space ~
33513 \end_inset
33514
33515
33516 \begin_inset CommandInset ref
33517 LatexCommand ref
33518 reference "sec:Evitar-la-Partición"
33519
33520 \end_inset
33521
33522 .
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Section
33531 Diálogo de marcos
33532 \begin_inset CommandInset label
33533 LatexCommand label
33534 name "sec:Diálogo-Marcos"
33535
33536 \end_inset
33537
33538
33539 \begin_inset Index idx
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543 Marcos ! Configuración
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \begin_layout Subsection
33552 Tamaño
33553 \begin_inset Index idx
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557 Marcos ! Tamaño
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Standard
33566 En el diálogo puedes ajustar la geometría del marco en los campos 
33567 \family sans
33568 Ancho
33569 \family default
33570  y 
33571 \family sans
33572 Alto
33573 \family default
33574 .
33575  Las unidades disponibles para la geometría se describen en el cuadro
33576 \begin_inset space ~
33577 \end_inset
33578
33579
33580 \begin_inset CommandInset ref
33581 LatexCommand ref
33582 reference "tab:Unidades"
33583
33584 \end_inset
33585
33586 .
33587  El campo 
33588 \family sans
33589 Alto
33590 \family default
33591  ofrece los siguientes tamaños adicionales:
33592 \end_layout
33593
33594 \begin_layout Description
33595 Profundidad Es la 
33596 \begin_inset Quotes fld
33597 \end_inset
33598
33599 altura
33600 \begin_inset Quotes frd
33601 \end_inset
33602
33603  del texto plano.
33604  Ignora la profundidad total cuando hay múltiples líneas de texto en el
33605  marco:
33606 \begin_inset Newline newline
33607 \end_inset
33608
33609
33610 \begin_inset Newline newline
33611 \end_inset
33612
33613
33614 \begin_inset Newline newline
33615 \end_inset
33616
33617
33618 \begin_inset Newline newline
33619 \end_inset
33620
33621
33622 \begin_inset Box Boxed
33623 position "c"
33624 hor_pos "c"
33625 has_inner_box 1
33626 inner_pos "c"
33627 use_parbox 0
33628 use_makebox 0
33629 width "12col%"
33630 special "none"
33631 height "1in"
33632 height_special "depth"
33633 thickness "0.4pt"
33634 separation "3pt"
33635 shadowsize "4pt"
33636 framecolor "black"
33637 backgroundcolor "none"
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 \align center
33642 Marco con altura establecida en 1
33643 \begin_inset space \thinspace{}
33644 \end_inset
33645
33646 Profundidad
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \begin_inset Newline newline
33653 \end_inset
33654
33655
33656 \begin_inset Newline newline
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Description
33663 Alto Es la altura del texto que está dentro del marco.
33664  Un valor de, p.
33665 \begin_inset space \thinspace{}
33666 \end_inset
33667
33668 ej.
33669 \begin_inset space ~
33670 \end_inset
33671
33672 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
33673  
33674 \begin_inset Box Boxed
33675 position "c"
33676 hor_pos "c"
33677 has_inner_box 1
33678 inner_pos "c"
33679 use_parbox 0
33680 use_makebox 0
33681 width "20col%"
33682 special "none"
33683 height "2in"
33684 height_special "height"
33685 thickness "0.4pt"
33686 separation "3pt"
33687 shadowsize "4pt"
33688 framecolor "black"
33689 backgroundcolor "none"
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693 \align center
33694 Marco con altura puesta en 2
33695 \begin_inset space \thinspace{}
33696 \end_inset
33697
33698 Alto
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Description
33707 Alto
33708 \begin_inset space ~
33709 \end_inset
33710
33711 total Esto es el Alto
33712 \begin_inset space \thinspace{}
33713 \end_inset
33714
33715 +
33716 \begin_inset space \thinspace{}
33717 \end_inset
33718
33719 Profundidad: 
33720 \begin_inset Box Boxed
33721 position "c"
33722 hor_pos "c"
33723 has_inner_box 1
33724 inner_pos "c"
33725 use_parbox 0
33726 use_makebox 0
33727 width "20col%"
33728 special "none"
33729 height "1in"
33730 height_special "totalheight"
33731 thickness "0.4pt"
33732 separation "3pt"
33733 shadowsize "4pt"
33734 framecolor "black"
33735 backgroundcolor "none"
33736 status collapsed
33737
33738 \begin_layout Plain Layout
33739 \align center
33740 Marco con altura puesta a 1
33741 \begin_inset space \thinspace{}
33742 \end_inset
33743
33744 Alto
33745 \begin_inset space ~
33746 \end_inset
33747
33748 total
33749 \end_layout
33750
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \begin_layout Description
33757 Ancho Esto determina al ancho del marco como altura: 
33758 \begin_inset Box Boxed
33759 position "c"
33760 hor_pos "c"
33761 has_inner_box 1
33762 inner_pos "c"
33763 use_parbox 0
33764 use_makebox 0
33765 width "12col%"
33766 special "none"
33767 height "1in"
33768 height_special "width"
33769 thickness "0.4pt"
33770 separation "3pt"
33771 shadowsize "4pt"
33772 framecolor "black"
33773 backgroundcolor "none"
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777 \align center
33778 Marco con altura puesta en 1
33779 \begin_inset space \thinspace{}
33780 \end_inset
33781
33782 Ancho
33783 \end_layout
33784
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \begin_layout Subsection
33791 Alineación
33792 \begin_inset Index idx
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796 Marcos ! Alineación
33797 \end_layout
33798
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \begin_layout Standard
33805 Si has elegido un 
33806 \family sans
33807 Marco
33808 \begin_inset space ~
33809 \end_inset
33810
33811 interior
33812 \family default
33813 , la alineación vertical del marco puede ser:
33814 \end_layout
33815
33816 \begin_layout Description
33817 Superior Ejemplo de línea de texto.
33818  
33819 \begin_inset Box Boxed
33820 position "t"
33821 hor_pos "c"
33822 has_inner_box 1
33823 inner_pos "c"
33824 use_parbox 0
33825 use_makebox 0
33826 width "12col%"
33827 special "none"
33828 height "1in"
33829 height_special "totalheight"
33830 thickness "0.4pt"
33831 separation "3pt"
33832 shadowsize "4pt"
33833 framecolor "black"
33834 backgroundcolor "none"
33835 status collapsed
33836
33837 \begin_layout Plain Layout
33838 \align center
33839 marco alineado arriba.
33840 \end_layout
33841
33842 \end_inset
33843
33844  Ejemplo de línea de texto.
33845 \end_layout
33846
33847 \begin_layout Description
33848 Medio Ejemplo de línea de texto.
33849  
33850 \begin_inset Box Boxed
33851 position "c"
33852 hor_pos "c"
33853 has_inner_box 1
33854 inner_pos "c"
33855 use_parbox 0
33856 use_makebox 0
33857 width "12col%"
33858 special "none"
33859 height "1in"
33860 height_special "totalheight"
33861 thickness "0.4pt"
33862 separation "3pt"
33863 shadowsize "4pt"
33864 framecolor "black"
33865 backgroundcolor "none"
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869 \align center
33870 marco alineado en medio.
33871 \end_layout
33872
33873 \end_inset
33874
33875  Ejemplo de línea de texto.
33876 \end_layout
33877
33878 \begin_layout Description
33879 Inferior Ejemplo de línea de texto.
33880  
33881 \begin_inset Box Boxed
33882 position "b"
33883 hor_pos "c"
33884 has_inner_box 1
33885 inner_pos "c"
33886 use_parbox 0
33887 use_makebox 0
33888 width "12col%"
33889 special "none"
33890 height "1in"
33891 height_special "totalheight"
33892 thickness "0.4pt"
33893 separation "3pt"
33894 shadowsize "4pt"
33895 framecolor "black"
33896 backgroundcolor "none"
33897 status collapsed
33898
33899 \begin_layout Plain Layout
33900 \align center
33901 marco alineado abajo.
33902 \end_layout
33903
33904 \end_inset
33905
33906  Ejemplo de línea de texto.
33907 \end_layout
33908
33909 \begin_layout Standard
33910 \begin_inset Note Greyedout
33911 status open
33912
33913 \begin_layout Plain Layout
33914
33915 \series bold
33916 Nota:
33917 \series default
33918  La alineación vertical puede desaparecer en la salida si hay dos marcos
33919  en una línea y, p.
33920 \begin_inset space \thinspace{}
33921 \end_inset
33922
33923 ej., uno de ellos tiene sombreado y el otro no.
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 La alineación horizontal del marco puede establecerse en el diálogo de configura
33933 ción de párrafo de \SpecialChar LyX
33934  si colocas el marco en su propio párrafo.
33935 \end_layout
33936
33937 \begin_layout Standard
33938 \begin_inset VSpace bigskip
33939 \end_inset
33940
33941 Si has escogido un 
33942 \family sans
33943 Marco
33944 \begin_inset space ~
33945 \end_inset
33946
33947 interior
33948 \family default
33949 , el contenido puede alinearse verticalmente a:
33950 \end_layout
33951
33952 \begin_layout Description
33953 Superior Ejemplo de línea de texto.
33954  
33955 \begin_inset Box Boxed
33956 position "c"
33957 hor_pos "c"
33958 has_inner_box 1
33959 inner_pos "t"
33960 use_parbox 0
33961 use_makebox 0
33962 width "12col%"
33963 special "none"
33964 height "1.5in"
33965 height_special "totalheight"
33966 thickness "0.4pt"
33967 separation "3pt"
33968 shadowsize "4pt"
33969 framecolor "black"
33970 backgroundcolor "none"
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974 \align center
33975 marco con texto alineado arriba.
33976 \end_layout
33977
33978 \end_inset
33979
33980  Ejemplo de línea de texto.
33981 \end_layout
33982
33983 \begin_layout Description
33984 Medio Ejemplo de línea de texto.
33985  
33986 \begin_inset Box Boxed
33987 position "c"
33988 hor_pos "c"
33989 has_inner_box 1
33990 inner_pos "c"
33991 use_parbox 0
33992 use_makebox 0
33993 width "12col%"
33994 special "none"
33995 height "1.5in"
33996 height_special "totalheight"
33997 thickness "0.4pt"
33998 separation "3pt"
33999 shadowsize "4pt"
34000 framecolor "black"
34001 backgroundcolor "none"
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005 \align center
34006 marco con texto alineado en medio.
34007 \end_layout
34008
34009 \end_inset
34010
34011  Ejemplo de línea de texto.
34012 \end_layout
34013
34014 \begin_layout Description
34015 Inferior Ejemplo de línea de texto.
34016  
34017 \begin_inset Box Boxed
34018 position "c"
34019 hor_pos "c"
34020 has_inner_box 1
34021 inner_pos "b"
34022 use_parbox 0
34023 use_makebox 0
34024 width "12col%"
34025 special "none"
34026 height "1.5in"
34027 height_special "totalheight"
34028 thickness "0.4pt"
34029 separation "3pt"
34030 shadowsize "4pt"
34031 framecolor "black"
34032 backgroundcolor "none"
34033 status collapsed
34034
34035 \begin_layout Plain Layout
34036 \align center
34037 marco con texto alineado abajo.
34038 \end_layout
34039
34040 \end_inset
34041
34042  Ejemplo de línea de texto.
34043 \end_layout
34044
34045 \begin_layout Description
34046 Estirado Ejemplo de línea de texto.
34047  
34048 \begin_inset Box Boxed
34049 position "c"
34050 hor_pos "c"
34051 has_inner_box 1
34052 inner_pos "s"
34053 use_parbox 0
34054 use_makebox 0
34055 width "12col%"
34056 special "none"
34057 height "1.5in"
34058 height_special "totalheight"
34059 thickness "0.4pt"
34060 separation "3pt"
34061 shadowsize "4pt"
34062 framecolor "black"
34063 backgroundcolor "none"
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067 \align center
34068 Este texto
34069 \end_layout
34070
34071 \begin_layout Plain Layout
34072 \align center
34073 está
34074 \end_layout
34075
34076 \begin_layout Plain Layout
34077 \align center
34078 estirado.
34079 \end_layout
34080
34081 \end_inset
34082
34083  Ejemplo de línea de texto.
34084 \end_layout
34085
34086 \begin_layout Standard
34087 Para estirar el contenido debe tener más de un párrafo.
34088  En el ejemplo anterior cada línea de texto está en un párrafo propio.
34089 \end_layout
34090
34091 \begin_layout Standard
34092 \begin_inset VSpace bigskip
34093 \end_inset
34094
34095 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
34096  \SpecialChar LyX
34097  cuando hayas escogido un 
34098 \family sans
34099 Marco
34100 \begin_inset space ~
34101 \end_inset
34102
34103 interior
34104 \family default
34105 .
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \align center
34110 \begin_inset Box Boxed
34111 position "c"
34112 hor_pos "c"
34113 has_inner_box 1
34114 inner_pos "s"
34115 use_parbox 0
34116 use_makebox 0
34117 width "15col%"
34118 special "none"
34119 height "1.25in"
34120 height_special "totalheight"
34121 thickness "0.4pt"
34122 separation "3pt"
34123 shadowsize "4pt"
34124 framecolor "black"
34125 backgroundcolor "none"
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129 \align left
34130 marco
34131 \end_layout
34132
34133 \begin_layout Plain Layout
34134 \align center
34135 con texto
34136 \end_layout
34137
34138 \begin_layout Plain Layout
34139 \align right
34140 estirado
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Si no has establecido un 
34150 \family sans
34151 Marco
34152 \begin_inset space ~
34153 \end_inset
34154
34155 interior
34156 \family default
34157 , puedes alinear horizontalmente el contenido del marco en el diálogo de
34158  marcos.
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \align center
34163 \begin_inset Box Boxed
34164 position "c"
34165 hor_pos "s"
34166 has_inner_box 0
34167 inner_pos "s"
34168 use_parbox 0
34169 use_makebox 0
34170 width "90col%"
34171 special "none"
34172 height "1.25in"
34173 height_special "totalheight"
34174 thickness "0.4pt"
34175 separation "3pt"
34176 shadowsize "4pt"
34177 framecolor "black"
34178 backgroundcolor "none"
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182 Texto estirado horizontalmente.
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \end_layout
34189
34190 \begin_layout Subsection
34191 Decoración
34192 \begin_inset CommandInset label
34193 LatexCommand label
34194 name "sec:Decoración"
34195
34196 \end_inset
34197
34198
34199 \begin_inset Index idx
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 Marcos ! Decoración
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Standard
34212 El estilo de borde del marco se puede determinar en la lista desplegable
34213  
34214 \family sans
34215 Tipo
34216 \family default
34217  del diálogo de marcos.
34218  Son posibles los siguientes bordes:
34219 \end_layout
34220
34221 \begin_layout Description
34222 Sin
34223 \begin_inset space ~
34224 \end_inset
34225
34226 borde No se dibuja ninguno.
34227 \end_layout
34228
34229 \begin_layout Description
34230 Borde
34231 \begin_inset space ~
34232 \end_inset
34233
34234 rectangular
34235 \begin_inset space ~
34236 \end_inset
34237
34238 sencillo Dibuja un borde rectangular alrededor del marco.
34239  El grosor del borde se puede especificar.
34240  
34241 \begin_inset Box Boxed
34242 position "c"
34243 hor_pos "c"
34244 has_inner_box 1
34245 inner_pos "c"
34246 use_parbox 0
34247 use_makebox 0
34248 width "25col%"
34249 special "none"
34250 height "1in"
34251 height_special "totalheight"
34252 thickness "0.4pt"
34253 separation "3pt"
34254 shadowsize "4pt"
34255 framecolor "black"
34256 backgroundcolor "none"
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 \align center
34261 Marco rectangular
34262 \end_layout
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Description
34270 Borde
34271 \begin_inset space ~
34272 \end_inset
34273
34274 ovalado,
34275 \begin_inset space ~
34276 \end_inset
34277
34278 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
34279 \begin_inset space \thinspace{}
34280 \end_inset
34281
34282 pt.
34283  
34284 \begin_inset Box ovalbox
34285 position "c"
34286 hor_pos "c"
34287 has_inner_box 1
34288 inner_pos "c"
34289 use_parbox 0
34290 use_makebox 0
34291 width "25col%"
34292 special "none"
34293 height "1in"
34294 height_special "totalheight"
34295 thickness "0.4pt"
34296 separation "3pt"
34297 shadowsize "4pt"
34298 framecolor "black"
34299 backgroundcolor "none"
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303 \align center
34304 Borde ovalado, fino
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Description
34313 Borde
34314 \begin_inset space ~
34315 \end_inset
34316
34317 ovalado,
34318 \begin_inset space ~
34319 \end_inset
34320
34321 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
34322 \begin_inset space \thinspace{}
34323 \end_inset
34324
34325 pt.
34326  
34327 \begin_inset Box Ovalbox
34328 position "c"
34329 hor_pos "c"
34330 has_inner_box 1
34331 inner_pos "c"
34332 use_parbox 0
34333 use_makebox 0
34334 width "30col%"
34335 special "none"
34336 height "1in"
34337 height_special "totalheight"
34338 thickness "0.4pt"
34339 separation "3pt"
34340 shadowsize "4pt"
34341 framecolor "black"
34342 backgroundcolor "none"
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 \align center
34347 Borde ovalado, grueso
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Description
34356 Borde
34357 \begin_inset space ~
34358 \end_inset
34359
34360 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
34361  El grosor de la línea y la sombra se puede especificar.
34362  
34363 \begin_inset Box Shadowbox
34364 position "c"
34365 hor_pos "c"
34366 has_inner_box 1
34367 inner_pos "c"
34368 use_parbox 0
34369 use_makebox 0
34370 width "20col%"
34371 special "none"
34372 height "1in"
34373 height_special "totalheight"
34374 thickness "0.4pt"
34375 separation "3pt"
34376 shadowsize "4pt"
34377 framecolor "black"
34378 backgroundcolor "none"
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382 \align center
34383 Borde sombrado
34384 \end_layout
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \begin_layout Description
34392 Fondo
34393 \begin_inset space ~
34394 \end_inset
34395
34396 coloreado Dibuja un cuadro con fondo de color rojo.
34397  A diferencia de los cuadros coloreados,
34398 \begin_inset Foot
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 véase sec.
34403  
34404 \begin_inset CommandInset ref
34405 LatexCommand ref
34406 reference "sec:Marcos-Coloreados"
34407
34408 \end_inset
34409
34410
34411 \end_layout
34412
34413 \end_inset
34414
34415  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
34416 \begin_inset Box Shaded
34417 position "t"
34418 hor_pos "c"
34419 has_inner_box 0
34420 inner_pos "t"
34421 use_parbox 0
34422 use_makebox 0
34423 width "50col%"
34424 special "none"
34425 height "1in"
34426 height_special "totalheight"
34427 thickness "0.4pt"
34428 separation "3pt"
34429 shadowsize "4pt"
34430 framecolor "black"
34431 backgroundcolor "none"
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 Cuadro con fondo sombreado
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Description
34444 Borde
34445 \begin_inset space ~
34446 \end_inset
34447
34448 rectangular
34449 \begin_inset space ~
34450 \end_inset
34451
34452 doble Dibuja un rectángulo de línea doble alrededor.
34453  El grosor de la línea interior es 0.75
34454 \begin_inset space \thinspace{}
34455 \end_inset
34456
34457 grosor
34458 \begin_inset space ~
34459 \end_inset
34460
34461 del
34462 \begin_inset space ~
34463 \end_inset
34464
34465 borde, el de la línea exterior es 1.5
34466 \begin_inset space \thinspace{}
34467 \end_inset
34468
34469 grosor
34470 \begin_inset space ~
34471 \end_inset
34472
34473 del
34474 \begin_inset space ~
34475 \end_inset
34476
34477 borde.
34478  La distancia entre líneas es 1.5
34479 \begin_inset space \thinspace{}
34480 \end_inset
34481
34482 grosor
34483 \begin_inset space ~
34484 \end_inset
34485
34486 del
34487 \begin_inset space ~
34488 \end_inset
34489
34490 borde
34491 \begin_inset space \thinspace{}
34492 \end_inset
34493
34494 +
34495 \begin_inset space \thinspace{}
34496 \end_inset
34497
34498 0.5
34499 \begin_inset space \thinspace{}
34500 \end_inset
34501
34502 pt.
34503  
34504 \begin_inset Box Doublebox
34505 position "c"
34506 hor_pos "c"
34507 has_inner_box 1
34508 inner_pos "c"
34509 use_parbox 0
34510 use_makebox 0
34511 width "20col%"
34512 special "none"
34513 height "1in"
34514 height_special "totalheight"
34515 thickness "0.4pt"
34516 separation "3pt"
34517 shadowsize "4pt"
34518 framecolor "black"
34519 backgroundcolor "none"
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 \align center
34524 Borde doble
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Standard
34533 La etiqueta del marco en \SpecialChar LyX
34534  reflejará el estilo de borde elegido.
34535  Para poder utilizar los distintos bordes, debe estar instalado el paquete
34536  \SpecialChar LaTeX
34537  
34538 \series bold
34539 fancybox
34540 \series default
34541
34542 \begin_inset Index idx
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546 \SpecialChar LaTeX
34547 -paquetes ! fancybox
34548 \end_layout
34549
34550 \end_inset
34551
34552 .
34553 \end_layout
34554
34555 \begin_layout Standard
34556 \begin_inset VSpace bigskip
34557 \end_inset
34558
34559 Si usas la decoración 
34560 \family sans
34561 Borde rectangular sencillo
34562 \family default
34563  sin marco interior, puedes permitir saltos de página dentro del marco.
34564  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
34565  el borde usa siempre todo el ancho de columna y el marco se establece como
34566  su párrafo propio: 
34567 \begin_inset Box Framed
34568 position "t"
34569 hor_pos "c"
34570 has_inner_box 0
34571 inner_pos "t"
34572 use_parbox 0
34573 use_makebox 0
34574 width "100col%"
34575 special "none"
34576 height "1in"
34577 height_special "totalheight"
34578 thickness "0.4pt"
34579 separation "3pt"
34580 shadowsize "4pt"
34581 framecolor "black"
34582 backgroundcolor "none"
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586 Cuadro que permite saltos de página
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \begin_layout Section
34595 Personalización de marcos
34596 \begin_inset Index idx
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 Marcos ! Personalizar
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \begin_layout Standard
34609 El diámetro de las esquinas de los bordes ovalados se puede modificar con
34610  el comando 
34611 \series bold
34612
34613 \backslash
34614 cornersize
34615 \series default
34616 .
34617  El comando
34618 \end_layout
34619
34620 \begin_layout Standard
34621
34622 \series bold
34623
34624 \backslash
34625 cornersize*{1cm}
34626 \end_layout
34627
34628 \begin_layout Standard
34629 establece un diámetro de 1
34630 \begin_inset space \thinspace{}
34631 \end_inset
34632
34633 cm.
34634  El comando
34635 \end_layout
34636
34637 \begin_layout Standard
34638
34639 \series bold
34640
34641 \backslash
34642 cornersize{num}
34643 \end_layout
34644
34645 \begin_layout Standard
34646 fija el diámetro en 
34647 \family sans
34648 num
34649 \begin_inset space \thinspace{}
34650 \end_inset
34651
34652 ×
34653 \begin_inset space \thinspace{}
34654 \end_inset
34655
34656 mínimo
34657 \family default
34658  
34659 \family sans
34660 (ancho y alto del marco)
34661 \family default
34662 .
34663  Por omisión es 
34664 \series bold
34665
34666 \backslash
34667 cornersize{0.5}
34668 \series default
34669 .
34670 \end_layout
34671
34672 \begin_layout Standard
34673 \begin_inset ERT
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677
34678
34679 \backslash
34680 cornersize*{1.5cm}
34681 \end_layout
34682
34683 \end_inset
34684
34685
34686 \begin_inset Box Ovalbox
34687 position "c"
34688 hor_pos "c"
34689 has_inner_box 1
34690 inner_pos "c"
34691 use_parbox 0
34692 use_makebox 0
34693 width "28col%"
34694 special "none"
34695 height "1in"
34696 height_special "totalheight"
34697 thickness "0.4pt"
34698 separation "3pt"
34699 shadowsize "4pt"
34700 framecolor "black"
34701 backgroundcolor "none"
34702 status open
34703
34704 \begin_layout Plain Layout
34705 \align center
34706 Marco ovalado con 
34707 \series bold
34708
34709 \backslash
34710 cornersize
34711 \series default
34712
34713 \begin_inset space \thinspace{}
34714 \end_inset
34715
34716 =
34717 \begin_inset space \thinspace{}
34718 \end_inset
34719
34720 1.5
34721 \begin_inset space \thinspace{}
34722 \end_inset
34723
34724 cm
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \begin_inset ERT
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734
34735
34736 \backslash
34737 cornersize{0.5}
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 \begin_inset VSpace bigskip
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \begin_layout Standard
34753 El color rojo predeterminado de los marcos con 
34754 \family sans
34755 fondo
34756 \begin_inset space ~
34757 \end_inset
34758
34759 coloreado
34760 \family default
34761  se puede cambiar en el sitio con el comando 
34762 \series bold
34763
34764 \backslash
34765 definecolor{shadecolor}
34766 \series default
34767  o globalmente con el menú 
34768 \family sans
34769 Herramientas
34770 \family default
34771 \SpecialChar menuseparator
34772
34773 \family sans
34774 Preferencias
34775 \family default
34776 \SpecialChar menuseparator
34777
34778 \family sans
34779 Colores
34780 \family default
34781 \SpecialChar menuseparator
34782
34783 \family sans
34784 marco
34785 \begin_inset space ~
34786 \end_inset
34787
34788 coloreado
34789 \family default
34790 .
34791  El esquema del comando 
34792 \series bold
34793
34794 \backslash
34795 definecolor
34796 \series default
34797  se explica en la sección
34798 \begin_inset space ~
34799 \end_inset
34800
34801
34802 \begin_inset CommandInset ref
34803 LatexCommand ref
34804 reference "sec:Cuadros-Coloreados"
34805
34806 \end_inset
34807
34808 .
34809 \begin_inset Foot
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813 El comando 
34814 \series bold
34815
34816 \backslash
34817 definecolor
34818 \series default
34819  requiere el paquete \SpecialChar LaTeX
34820  
34821 \series bold
34822 color
34823 \series default
34824  en el preámbulo, véase la sección
34825 \begin_inset space ~
34826 \end_inset
34827
34828
34829 \begin_inset CommandInset ref
34830 LatexCommand ref
34831 reference "sec:Marcos-Coloreados"
34832
34833 \end_inset
34834
34835 .
34836 \end_layout
34837
34838 \end_inset
34839
34840  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
34841
34842 \end_layout
34843
34844 \begin_layout Standard
34845
34846 \series bold
34847
34848 \backslash
34849 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34850 \end_layout
34851
34852 \begin_layout Standard
34853 \begin_inset ERT
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857
34858
34859 \backslash
34860 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34861 \end_layout
34862
34863 \end_inset
34864
34865
34866 \begin_inset Box Shaded
34867 position "t"
34868 hor_pos "c"
34869 has_inner_box 0
34870 inner_pos "t"
34871 use_parbox 0
34872 use_makebox 0
34873 width "100col%"
34874 special "none"
34875 height "1in"
34876 height_special "totalheight"
34877 thickness "0.4pt"
34878 separation "3pt"
34879 shadowsize "4pt"
34880 framecolor "black"
34881 backgroundcolor "none"
34882 status open
34883
34884 \begin_layout Plain Layout
34885
34886 \color yellow
34887 Texto amarillo en un marco con fondo coloreado en verde oscuro.
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \begin_inset ERT
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897
34898
34899 \backslash
34900 definecolor{shadecolor}{rgb}{1,0,0}
34901 \end_layout
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset VSpace bigskip
34910 \end_inset
34911
34912 Los cambios en las dimensiones y de los colores son válidos para todos los
34913  marcos que siguen a los comandos.
34914 \end_layout
34915
34916 \begin_layout Section
34917 Minipáginas
34918 \begin_inset CommandInset label
34919 LatexCommand label
34920 name "sec:Minipáginas"
34921
34922 \end_inset
34923
34924
34925 \begin_inset Index idx
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929 Marcos ! Minipáginas
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Standard
34938 Las minipáginas son tratadas por \SpecialChar LaTeX
34939  como páginas dentro de páginas y por tanto
34940  pueden tener, por ejemplo, sus propias notas al pie.
34941 \end_layout
34942
34943 \begin_layout Standard
34944 Las minipáginas son útiles para escribir documentos en distintas lenguas.
34945 \end_layout
34946
34947 \begin_layout Standard
34948 A continuación hay dos ejemplos de minipáginas adosadas.
34949  Su anchura está puesta en 45
34950 \begin_inset space \thinspace{}
34951 \end_inset
34952
34953 % y separadas por un relleno horizontal, insertado mediante el menú 
34954 \family sans
34955 Insertar\SpecialChar menuseparator
34956 Formato\SpecialChar menuseparator
34957 Relleno
34958 \begin_inset space ~
34959 \end_inset
34960
34961 horizontal
34962 \family default
34963 .
34964 \end_layout
34965
34966 \begin_layout Standard
34967 \begin_inset Box Frameless
34968 position "t"
34969 hor_pos "c"
34970 has_inner_box 1
34971 inner_pos "c"
34972 use_parbox 0
34973 use_makebox 0
34974 width "45col%"
34975 special "none"
34976 height "1in"
34977 height_special "totalheight"
34978 thickness "0.4pt"
34979 separation "3pt"
34980 shadowsize "4pt"
34981 framecolor "black"
34982 backgroundcolor "none"
34983 status open
34984
34985 \begin_layout Plain Layout
34986
34987 \lang ngerman
34988 Dies ist ein deutscher Text.
34989  Dies ist ein deutscher Text.
34990  Dies ist ein deutscher Text.
34991  Dies ist ein deutscher Text.
34992  Dies ist ein deutscher Text.
34993  Dies ist ein deutscher Text.
34994  Dies ist ein deutscher Text.
34995  Dies ist ein deutscher Text.
34996  Dies ist ein deutscher Text.
34997  Dies ist ein deutscher Text.
34998  Dies ist ein deutscher Text.
34999  Dies ist ein deutscher Text.
35000  Dies ist ein deutscher Text
35001 \begin_inset Foot
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006 \lang ngerman
35007 Dies ist eine deutsche Fußnote.
35008 \end_layout
35009
35010 \end_inset
35011
35012 .
35013  Dies ist ein deutscher Text.
35014  Dies ist ein deutscher Text.
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \begin_inset space \hfill{}
35021 \end_inset
35022
35023
35024 \begin_inset Box Frameless
35025 position "t"
35026 hor_pos "c"
35027 has_inner_box 1
35028 inner_pos "c"
35029 use_parbox 0
35030 use_makebox 0
35031 width "45col%"
35032 special "none"
35033 height "1in"
35034 height_special "totalheight"
35035 thickness "0.4pt"
35036 separation "3pt"
35037 shadowsize "4pt"
35038 framecolor "black"
35039 backgroundcolor "none"
35040 status open
35041
35042 \begin_layout Plain Layout
35043
35044 \lang english
35045 This is an English Text.
35046  This is an English Text.
35047  This is an English Text.
35048  This is an English Text.
35049  This is an English Text.
35050  This is an English Text.
35051  This is an English Text.
35052  This is an English Text.
35053  This is an English Text.
35054  This is an English Text.
35055  This is an English Text.
35056  This is an English Text.
35057  This is an English Text.
35058  This is an English Text.
35059  This is an English Text.
35060  This is an English Text.
35061 \begin_inset Foot
35062 status collapsed
35063
35064 \begin_layout Plain Layout
35065
35066 \lang english
35067 This is an English footnote.
35068 \end_layout
35069
35070 \end_inset
35071
35072  This is an English Text.
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Standard
35081 \begin_inset VSpace bigskip
35082 \end_inset
35083
35084 La configuración global de párrafos se ignora en las minipáginas.
35085  Esto significa que en las mismas no habrá espacio entre párrafos aunque
35086  pongas p.
35087 \begin_inset space \thinspace{}
35088 \end_inset
35089
35090 ej.
35091 \begin_inset space ~
35092 \end_inset
35093
35094
35095 \family sans
35096 Salto
35097 \begin_inset space ~
35098 \end_inset
35099
35100 medio
35101 \family default
35102  en la configuración del documento.
35103 \end_layout
35104
35105 \begin_layout Standard
35106 Las minipáginas también sirven para poner un color de fondo para partes
35107  de texto, véase sección
35108 \begin_inset space ~
35109 \end_inset
35110
35111
35112 \begin_inset CommandInset ref
35113 LatexCommand ref
35114 reference "sec:Marcos-Coloreados"
35115
35116 \end_inset
35117
35118 .
35119 \end_layout
35120
35121 \begin_layout Standard
35122 \begin_inset Note Greyedout
35123 status open
35124
35125 \begin_layout Plain Layout
35126
35127 \series bold
35128 Nota:
35129 \series default
35130  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
35131  tener minipáginas en cuadros, en flotantes, y en otros marcos.
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 \begin_inset VSpace bigskip
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \begin_layout Standard
35147 \SpecialChar LyX
35148  proporciona soporte básico para minipáginas cuyo tamaño es determinado
35149  automáticamente por la anchura de su contenido, mediante el módulo 
35150 \family sans
35151 Minipáginas
35152 \begin_inset space ~
35153 \end_inset
35154
35155 ancho
35156 \begin_inset space ~
35157 \end_inset
35158
35159 variable
35160 \family default
35161 .
35162  El archivo de ejemplo \SpecialChar LyX
35163  
35164 \emph on
35165 varwidth-floats-side-by-side
35166 \emph default
35167  tiene ejemplos de estas minipáginas para colocar flotantes adosados.
35168 \end_layout
35169
35170 \begin_layout Section
35171 Marcos de párrafo
35172 \begin_inset CommandInset label
35173 LatexCommand label
35174 name "sec:Marcos-de-Párrafo"
35175
35176 \end_inset
35177
35178
35179 \begin_inset Index idx
35180 status collapsed
35181
35182 \begin_layout Plain Layout
35183 Marcos ! de párrafo
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192 Los marcos de párrafo son similares a las minipáginas con la diferencia
35193  de que no pueden contener notas al pie.
35194 \end_layout
35195
35196 \begin_layout Standard
35197 \align center
35198 \begin_inset Box Frameless
35199 position "t"
35200 hor_pos "c"
35201 has_inner_box 1
35202 inner_pos "t"
35203 use_parbox 1
35204 use_makebox 0
35205 width "33col%"
35206 special "none"
35207 height "1in"
35208 height_special "totalheight"
35209 thickness "0.4pt"
35210 separation "3pt"
35211 shadowsize "4pt"
35212 framecolor "black"
35213 backgroundcolor "none"
35214 status open
35215
35216 \begin_layout Plain Layout
35217 Texto en un marco de párrafo.
35218  Texto en un marco de párrafo.
35219  Esta nota no aparece:
35220 \begin_inset Foot
35221 status open
35222
35223 \begin_layout Plain Layout
35224 Esta es una nota en un marco de párrafo y por eso no aparecerá.
35225 \end_layout
35226
35227 \end_inset
35228
35229
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Section
35238 Marcos para palabras y caracteres
35239 \begin_inset Index idx
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243 Marcos ! para palabras y caracteres
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Subsection
35252 Evitar la partición de palabras
35253 \begin_inset CommandInset label
35254 LatexCommand label
35255 name "sec:Evitar-la-Partición"
35256
35257 \end_inset
35258
35259
35260 \begin_inset Index idx
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Marcos ! para evitar partición de palabras
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \begin_layout Standard
35273 El marco tipo 
35274 \family sans
35275 Marco de línea
35276 \family default
35277  sirve para evitar que una palabra sea partida con guión.
35278 \begin_inset Newline newline
35279 \end_inset
35280
35281 He aquí un ejemplo:
35282 \end_layout
35283
35284 \begin_layout Standard
35285 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
35286 palabra».
35287 \end_layout
35288
35289 \begin_layout Standard
35290 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
35291  un marco, establece el 
35292 \family sans
35293 Marco interior
35294 \family default
35295  en 
35296 \family sans
35297 Marco de línea
35298 \family default
35299  y no pongas ancho explícito.
35300 \end_layout
35301
35302 \begin_layout Standard
35303 Este es el resultado:
35304 \end_layout
35305
35306 \begin_layout Standard
35307 Esta línea es un ejemplo para mostrar cómo evitar la división de 
35308 \begin_inset Box Frameless
35309 position "t"
35310 hor_pos "c"
35311 has_inner_box 1
35312 inner_pos "t"
35313 use_parbox 0
35314 use_makebox 1
35315 width ""
35316 special "none"
35317 height "1in"
35318 height_special "totalheight"
35319 thickness "0.4pt"
35320 separation "3pt"
35321 shadowsize "4pt"
35322 framecolor "black"
35323 backgroundcolor "none"
35324 status open
35325
35326 \begin_layout Plain Layout
35327 «estalarguísimapalabra»
35328 \end_layout
35329
35330 \end_inset
35331
35332 .
35333 \end_layout
35334
35335 \begin_layout Standard
35336 Como alternativa puedes poner el comando «
35337 \series bold
35338
35339 \backslash
35340 -
35341 \series default
35342 » en código \SpecialChar TeX
35343  directamente antes de la palabra:
35344 \end_layout
35345
35346 \begin_layout Standard
35347 Esta línea es un ejemplo para mostrar cómo evitar la división de «
35348 \begin_inset ERT
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352
35353
35354 \backslash
35355 -
35356 \end_layout
35357
35358 \end_inset
35359
35360 estalarguísimapalabra».
35361 \end_layout
35362
35363 \begin_layout Standard
35364 Por supuesto, la palabra sobresale del margen.
35365  Para evitarlo añade, con el menú 
35366 \family sans
35367 Insertar\SpecialChar menuseparator
35368 Formato\SpecialChar menuseparator
35369 Salto
35370 \begin_inset space ~
35371 \end_inset
35372
35373 de
35374 \begin_inset space ~
35375 \end_inset
35376
35377 línea
35378 \begin_inset space ~
35379 \end_inset
35380
35381 cortada
35382 \family default
35383  (atajo 
35384 \family sans
35385 Ctrl+Entrar
35386 \family default
35387 ), un salto de línea antes de la palabra:
35388 \end_layout
35389
35390 \begin_layout Standard
35391 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
35392 \begin_inset Newline newline
35393 \end_inset
35394
35395
35396 \begin_inset Box Frameless
35397 position "t"
35398 hor_pos "c"
35399 has_inner_box 1
35400 inner_pos "t"
35401 use_parbox 0
35402 use_makebox 1
35403 width ""
35404 special "none"
35405 height "1in"
35406 height_special "totalheight"
35407 thickness "0.4pt"
35408 separation "3pt"
35409 shadowsize "4pt"
35410 framecolor "black"
35411 backgroundcolor "none"
35412 status open
35413
35414 \begin_layout Plain Layout
35415 «estalarguísimapalabra»
35416 \end_layout
35417
35418 \end_inset
35419
35420 .
35421 \end_layout
35422
35423 \begin_layout Subsection
35424 Alineación vertical
35425 \begin_inset CommandInset label
35426 LatexCommand label
35427 name "subsec:Alineación-Vertical"
35428
35429 \end_inset
35430
35431
35432 \begin_inset Index idx
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436 Marcos ! para alineación vertical
35437 \end_layout
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \begin_layout Standard
35445 Con ayuda del comando 
35446 \series bold
35447
35448 \backslash
35449 raisebox
35450 \series default
35451  puedes alinear verticalmente con el texto circundante palabras o caracteres.
35452  
35453 \series bold
35454
35455 \backslash
35456 raisebox
35457 \series default
35458  se utiliza según el esquema:
35459 \end_layout
35460
35461 \begin_layout Standard
35462
35463 \series bold
35464
35465 \backslash
35466 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
35467 \end_layout
35468
35469 \begin_layout Standard
35470 La elevación puede ser un valor positivo para subir el marco o negativo
35471  para bajarlo.
35472 \end_layout
35473
35474 \begin_layout Standard
35475 Para alinear una palabra, p.
35476 \begin_inset space \thinspace{}
35477 \end_inset
35478
35479 e
35480 \begin_inset space ~
35481 \end_inset
35482
35483 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
35484  en la línea de base, inserta el comando
35485 \end_layout
35486
35487 \begin_layout Standard
35488
35489 \series bold
35490
35491 \backslash
35492 raisebox{
35493 \backslash
35494 depth}{
35495 \end_layout
35496
35497 \begin_layout Standard
35498 en código \SpecialChar TeX
35499  antes de la palabra.
35500  Detrás de la palabra inserta una llave de cierre «
35501 \series bold
35502 }
35503 \series default
35504 » en código \SpecialChar TeX
35505 .
35506 \begin_inset Newline newline
35507 \end_inset
35508
35509 Este es el resultado:
35510 \end_layout
35511
35512 \begin_layout Standard
35513 Esto es una línea de texto con la palabra 
35514 \begin_inset ERT
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518
35519
35520 \backslash
35521 raisebox{
35522 \backslash
35523 depth}{
35524 \end_layout
35525
35526 \end_inset
35527
35528 «prevención»
35529 \begin_inset ERT
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533
35534 }
35535 \end_layout
35536
35537 \end_inset
35538
35539  elevada.
35540 \end_layout
35541
35542 \begin_layout Standard
35543 \begin_inset VSpace bigskip
35544 \end_inset
35545
35546 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
35547 \end_layout
35548
35549 \begin_layout Standard
35550 Esto es una línea de texto con la palabra 
35551 \begin_inset ERT
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555
35556
35557 \backslash
35558 raisebox{-
35559 \backslash
35560 depth}{
35561 \end_layout
35562
35563 \end_inset
35564
35565 «prevención»
35566 \begin_inset ERT
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570
35571 }
35572 \end_layout
35573
35574 \end_inset
35575
35576  bajada.
35577 \begin_inset Newline newline
35578 \end_inset
35579
35580 Esto es una línea de texto con la palabra 
35581 \begin_inset ERT
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585
35586
35587 \backslash
35588 raisebox{0.5cm}{
35589 \end_layout
35590
35591 \end_inset
35592
35593 «testigo»
35594 \begin_inset ERT
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598
35599 }
35600 \end_layout
35601
35602 \end_inset
35603
35604  elevada.
35605 \end_layout
35606
35607 \begin_layout Standard
35608 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
35609  Por ejemplo
35610 \end_layout
35611
35612 \begin_layout Standard
35613
35614 \series bold
35615
35616 \backslash
35617 raisebox{-
35618 \backslash
35619 depth}[0pt]{
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Esto es una línea de texto con la palabra 
35624 \begin_inset ERT
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628
35629
35630 \backslash
35631 raisebox{-
35632 \backslash
35633 depth}[0pt]{
35634 \end_layout
35635
35636 \end_inset
35637
35638 «prevención»
35639 \begin_inset ERT
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643
35644 }
35645 \end_layout
35646
35647 \end_inset
35648
35649  bajada.
35650 \begin_inset Newline newline
35651 \end_inset
35652
35653
35654 \begin_inset Newline newline
35655 \end_inset
35656
35657 Esto es una línea de texto con la palabra 
35658 \begin_inset ERT
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662
35663
35664 \backslash
35665 raisebox{0.5cm}[0pt]{
35666 \end_layout
35667
35668 \end_inset
35669
35670 «testigo»
35671 \begin_inset ERT
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675
35676 }
35677 \end_layout
35678
35679 \end_inset
35680
35681  elevada.
35682 \end_layout
35683
35684 \begin_layout Section
35685 Marcos coloreados
35686 \begin_inset CommandInset label
35687 LatexCommand label
35688 name "sec:Marcos-Coloreados"
35689
35690 \end_inset
35691
35692
35693 \begin_inset Index idx
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697 Marcos ! Colorear
35698 \end_layout
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Para colorear el fondo de un marco selecciona el color deseado en el cuadro
35707  de diálogo.
35708  Como ejemplo, he aquí un marco con fondo naranja:
35709 \end_layout
35710
35711 \begin_layout Standard
35712 \begin_inset Box Frameless
35713 position "t"
35714 hor_pos "c"
35715 has_inner_box 1
35716 inner_pos "t"
35717 use_parbox 0
35718 use_makebox 1
35719 width ""
35720 special "none"
35721 height "1in"
35722 height_special "totalheight"
35723 thickness "0.4pt"
35724 separation "3pt"
35725 shadowsize "4pt"
35726 framecolor "black"
35727 backgroundcolor "orange"
35728 status open
35729
35730 \begin_layout Plain Layout
35731 Marco con fondo naranja
35732 \end_layout
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \begin_layout Standard
35740 Si usas la decoración 
35741 \family sans
35742 Borde
35743 \begin_inset space ~
35744 \end_inset
35745
35746 rectangular
35747 \begin_inset space ~
35748 \end_inset
35749
35750 sencillo
35751 \family default
35752  puedes determinar un borde colorido.
35753  En este caso debes especificar además un color (\SpecialChar LyX
35754  pone blanco por omisión).
35755  Un ejemplo:
35756 \end_layout
35757
35758 \begin_layout Standard
35759 \begin_inset Box Boxed
35760 position "t"
35761 hor_pos "c"
35762 has_inner_box 0
35763 inner_pos "t"
35764 use_parbox 0
35765 use_makebox 0
35766 width ""
35767 special "none"
35768 height "1in"
35769 height_special "totalheight"
35770 thickness "0.4pt"
35771 separation "3pt"
35772 shadowsize "4pt"
35773 framecolor "teal"
35774 backgroundcolor "yellow"
35775 status open
35776
35777 \begin_layout Plain Layout
35778 Marco con borde color cerceta y fondo amarillo
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \begin_layout Standard
35787 \begin_inset VSpace bigskip
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \begin_layout Standard
35794 También puedes colorear el texto, por supuesto:
35795 \begin_inset Newline newline
35796 \end_inset
35797
35798
35799 \begin_inset Box Boxed
35800 position "t"
35801 hor_pos "c"
35802 has_inner_box 0
35803 inner_pos "t"
35804 use_parbox 0
35805 use_makebox 0
35806 width ""
35807 special "none"
35808 height "1in"
35809 height_special "totalheight"
35810 thickness "0.4pt"
35811 separation "3pt"
35812 shadowsize "4pt"
35813 framecolor "cyan"
35814 backgroundcolor "magenta"
35815 status open
35816
35817 \begin_layout Plain Layout
35818
35819 \color yellow
35820 Marco con texto, fondo y borde en distintos colores.
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 \begin_inset VSpace bigskip
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 Si deseas un color distinto de los predefinidos, puedes definir tus propios
35837  colores según se explica en la sección
35838 \begin_inset space ~
35839 \end_inset
35840
35841
35842 \begin_inset CommandInset ref
35843 LatexCommand ref
35844 reference "sec:Cuadros-Coloreados"
35845
35846 \end_inset
35847
35848 .
35849  Para usar un color personal debes hay que usar código \SpecialChar TeX
35850
35851 \end_layout
35852
35853 \begin_layout Standard
35854 Los marcos coloreados sin borde se crean con el comando 
35855 \series bold
35856
35857 \backslash
35858 colorbox
35859 \series default
35860 , de acuerdo con el siguiente esquema:
35861 \end_layout
35862
35863 \begin_layout Standard
35864
35865 \series bold
35866
35867 \backslash
35868 colorbox{color}{contenido del marco}
35869 \end_layout
35870
35871 \begin_layout Standard
35872 El contenido también puede ser un marco y los marcos coloreados también
35873  pueden estar en otros marcos.
35874  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
35875 \end_layout
35876
35877 \begin_layout Standard
35878
35879 \series bold
35880
35881 \backslash
35882 colorbox{verdeoscuro}{
35883 \end_layout
35884
35885 \begin_layout Standard
35886 en código \SpecialChar TeX
35887  antes de la palabra.
35888  Tras la palabra inserta una llave de cierre «
35889 \series bold
35890 }
35891 \series default
35892 » en código \SpecialChar TeX
35893 .
35894 \begin_inset Newline newline
35895 \end_inset
35896
35897 Este es el resultado:
35898 \end_layout
35899
35900 \begin_layout Standard
35901 Línea en la que la palabra 
35902 \begin_inset ERT
35903 status collapsed
35904
35905 \begin_layout Plain Layout
35906
35907
35908 \backslash
35909 colorbox{verdeoscuro}{
35910 \end_layout
35911
35912 \end_inset
35913
35914 «¡Atención!»
35915 \begin_inset ERT
35916 status collapsed
35917
35918 \begin_layout Plain Layout
35919
35920 }
35921 \end_layout
35922
35923 \end_inset
35924
35925  tiene fondo verdeoscuro.
35926 \end_layout
35927
35928 \begin_layout Standard
35929 Los marcos coloreados con borde se crean con el comando 
35930 \series bold
35931
35932 \backslash
35933 fcolorbox
35934 \series default
35935  con el esquema siguiente:
35936 \end_layout
35937
35938 \begin_layout Standard
35939
35940 \series bold
35941
35942 \backslash
35943 fcolorbox{color del borde}{color del fondo}{contenido del marco}
35944 \end_layout
35945
35946 \begin_layout Section
35947 Marcos girados y a escala
35948 \end_layout
35949
35950 \begin_layout Standard
35951 Para poder usar los marcos descritos en esta sección debe cargarse el módulo
35952  
35953 \family sans
35954 Marcos gráficos
35955 \family default
35956  en la configuración del documento.
35957 \end_layout
35958
35959 \begin_layout Standard
35960 \begin_inset Note Greyedout
35961 status open
35962
35963 \begin_layout Plain Layout
35964
35965 \series bold
35966 Nota:
35967 \series default
35968  no todos los visores DVI pueden mostrar rotaciones o escalas.
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \begin_layout Standard
35977 \begin_inset Note Greyedout
35978 status open
35979
35980 \begin_layout Plain Layout
35981
35982 \series bold
35983 Nota:
35984 \series default
35985  Los marcos girados o a escala no pueden contener flotantes.
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Subsection
35994 Marcos girados
35995 \begin_inset Index idx
35996 status collapsed
35997
35998 \begin_layout Plain Layout
35999 Marcos ! Girar
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \begin_inset Index idx
36006 status collapsed
36007
36008 \begin_layout Plain Layout
36009 Material rotado
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 Para girar material debes ponerlo en un 
36019 \family sans
36020 Marco
36021 \begin_inset space ~
36022 \end_inset
36023
36024 rotación
36025 \family default
36026 .
36027  Se inserta con el menú
36028 \family sans
36029  Insertar\SpecialChar menuseparator
36030 Recuadro
36031 \begin_inset space ~
36032 \end_inset
36033
36034 personalizado\SpecialChar menuseparator
36035 Marco
36036 \begin_inset space ~
36037 \end_inset
36038
36039 rotación
36040 \family default
36041 .
36042 \end_layout
36043
36044 \begin_layout Standard
36045 El origen de rotación se puede especificar en el recuadro 
36046 \family sans
36047 Origen
36048 \family default
36049  (menú 
36050 \family sans
36051 Insertar\SpecialChar menuseparator
36052 Origen
36053 \family default
36054 ) en la forma 
36055 \series bold
36056 origin=position
36057 \series default
36058 .
36059  Son posibles las posiciones siguientes: 
36060 \emph on
36061 c
36062 \emph default
36063  (
36064 \emph on
36065 center
36066 \emph default
36067 , centro), 
36068 \emph on
36069 l
36070 \emph default
36071  (
36072 \emph on
36073 left
36074 \emph default
36075 , izquierda), 
36076 \emph on
36077 r
36078 \emph default
36079  (
36080 \emph on
36081 right
36082 \emph default
36083 , derecha), 
36084 \emph on
36085 b
36086 \emph default
36087  (
36088 \emph on
36089 bottom
36090 \emph default
36091 , abajo), 
36092 \emph on
36093 t
36094 \emph default
36095  (
36096 \emph on
36097 top
36098 \emph default
36099 , arriba), así como combinaciones adecuadas de las posiciones básicas.
36100  Por ejemplo, 
36101 \emph on
36102 lt
36103 \emph default
36104  significa que el origen de rotación es la esquina superior izquierda del
36105  marco.
36106  Si no se especifica origen de rotación se usará la posición 
36107 \emph on
36108 l
36109 \emph default
36110 .
36111  El ángulo de rotación es un número de grados, y puede ser negativo.
36112  El sentido de giro es antihorario.
36113 \end_layout
36114
36115 \begin_layout Standard
36116 En el siguiente ejemplo se ha insertado 
36117 \series bold
36118 origin=c
36119 \series default
36120  en el recuadro 
36121 \family sans
36122 Origen
36123 \family default
36124  y 
36125 \series bold
36126 60
36127 \series default
36128  en el recuadro 
36129 \family sans
36130 Ángulo
36131 \family default
36132 .
36133 \end_layout
36134
36135 \begin_layout Standard
36136 Esta línea contiene texto 
36137 \begin_inset Flex Rotatebox
36138 status open
36139
36140 \begin_layout Plain Layout
36141 \begin_inset Argument 1
36142 status open
36143
36144 \begin_layout Plain Layout
36145 origin=c
36146 \end_layout
36147
36148 \end_inset
36149
36150
36151 \begin_inset Argument 2
36152 status open
36153
36154 \begin_layout Plain Layout
36155 60
36156 \end_layout
36157
36158 \end_inset
36159
36160 con rotación
36161 \end_layout
36162
36163 \end_inset
36164
36165 .
36166 \end_layout
36167
36168 \begin_layout Standard
36169 El contenido del marco puede ser también otro marco o una ecuación en línea:
36170 \end_layout
36171
36172 \begin_layout Standard
36173 En esta línea hay texto enmarcado 
36174 \begin_inset Flex Rotatebox
36175 status open
36176
36177 \begin_layout Plain Layout
36178 \begin_inset Argument 1
36179 status open
36180
36181 \begin_layout Plain Layout
36182 origin=r
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \begin_inset Argument 2
36189 status open
36190
36191 \begin_layout Plain Layout
36192 -60
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \begin_inset Box Doublebox
36199 position "c"
36200 hor_pos "c"
36201 has_inner_box 0
36202 inner_pos "c"
36203 use_parbox 0
36204 use_makebox 0
36205 width "1in"
36206 special "width"
36207 height "1in"
36208 height_special "totalheight"
36209 thickness "0.4pt"
36210 separation "3pt"
36211 shadowsize "4pt"
36212 framecolor "black"
36213 backgroundcolor "none"
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217 con rotación
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \end_inset
36226
36227  y 
36228 \begin_inset Flex Rotatebox
36229 status open
36230
36231 \begin_layout Plain Layout
36232 \begin_inset Argument 1
36233 status open
36234
36235 \begin_layout Plain Layout
36236 origin=lb
36237 \end_layout
36238
36239 \end_inset
36240
36241
36242 \begin_inset Argument 2
36243 status open
36244
36245 \begin_layout Plain Layout
36246 60
36247 \end_layout
36248
36249 \end_inset
36250
36251
36252 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \end_inset
36259
36260  una ecuación.
36261 \end_layout
36262
36263 \begin_layout Standard
36264 O una imagen o un cuadro:
36265 \end_layout
36266
36267 \begin_layout Standard
36268 Aquí hay una imagen girada 
36269 \begin_inset Flex Rotatebox
36270 status open
36271
36272 \begin_layout Plain Layout
36273 \begin_inset Argument 1
36274 status open
36275
36276 \begin_layout Plain Layout
36277 origin=lb
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \begin_inset Argument 2
36284 status open
36285
36286 \begin_layout Plain Layout
36287 90
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \begin_inset Graphics
36294         filename ../clipart/platypus.eps
36295         lyxscale 50
36296         width 25col%
36297
36298 \end_inset
36299
36300
36301 \end_layout
36302
36303 \end_inset
36304
36305  y un cuadro girado 
36306 \begin_inset Flex Rotatebox
36307 status open
36308
36309 \begin_layout Plain Layout
36310 \begin_inset Argument 2
36311 status open
36312
36313 \begin_layout Plain Layout
36314 -90
36315 \end_layout
36316
36317 \end_inset
36318
36319
36320 \begin_inset Tabular
36321 <lyxtabular version="3" rows="2" columns="2">
36322 <features tabularvalignment="middle">
36323 <column alignment="center" valignment="top">
36324 <column alignment="center" valignment="top">
36325 <row>
36326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36327 \begin_inset Text
36328
36329 \begin_layout Plain Layout
36330 q
36331 \end_layout
36332
36333 \end_inset
36334 </cell>
36335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36336 \begin_inset Text
36337
36338 \begin_layout Plain Layout
36339 w
36340 \end_layout
36341
36342 \end_inset
36343 </cell>
36344 </row>
36345 <row>
36346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36347 \begin_inset Text
36348
36349 \begin_layout Plain Layout
36350 e
36351 \end_layout
36352
36353 \end_inset
36354 </cell>
36355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359 r
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 </row>
36365 </lyxtabular>
36366
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \end_inset
36373
36374 .
36375 \begin_inset Index idx
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379 Figuras ! Rotar
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \begin_inset Index idx
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389 Cuadros ! Girar
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Standard
36398 \begin_inset Note Greyedout
36399 status open
36400
36401 \begin_layout Plain Layout
36402
36403 \series bold
36404 Nota:
36405 \series default
36406  Si el recuadro 
36407 \family sans
36408 Ángulo
36409 \family default
36410  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36411  al ver/exportar
36412  el documento.
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \end_layout
36419
36420 \begin_layout Subsection
36421 Marcos para variar la escala
36422 \begin_inset Index idx
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426 Marcos ! para variar la escala
36427 \end_layout
36428
36429 \end_inset
36430
36431
36432 \begin_inset Index idx
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436 Material a escala
36437 \end_layout
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Standard
36445 Para modificar las proporciones de un material se coloca en un 
36446 \family sans
36447 Marco
36448 \begin_inset space ~
36449 \end_inset
36450
36451 escala
36452 \family default
36453 .
36454  Se inserta con el menú
36455 \family sans
36456  Insertar\SpecialChar menuseparator
36457 Recuadro
36458 \begin_inset space ~
36459 \end_inset
36460
36461 personalizado\SpecialChar menuseparator
36462 Marco
36463 \begin_inset space ~
36464 \end_inset
36465
36466 escala
36467 \family default
36468 .
36469 \end_layout
36470
36471 \begin_layout Standard
36472 El 
36473 \family sans
36474 Marco
36475 \begin_inset space ~
36476 \end_inset
36477
36478 escala
36479 \family default
36480  contiene el recuadro obligatorio 
36481 \family sans
36482 Factor-H
36483 \family default
36484  y el opcional 
36485 \family sans
36486 Factor-V
36487 \family default
36488  (con el menú 
36489 \family sans
36490 Insertar\SpecialChar menuseparator
36491 Factor-V
36492 \family default
36493 ).
36494  En ellos se introducen los factores de escala horizontal y vertical, respectiva
36495 mente.
36496  Si no se usa 
36497 \family sans
36498 Factor-V
36499 \family default
36500 , su valor será el mismo que el factor de escala horizontal.
36501 \end_layout
36502
36503 \begin_layout Standard
36504 Para obtener doble tamaño que el texto normal del documento, inserta 
36505 \series bold
36506 2
36507 \series default
36508  en el recuadro
36509 \family sans
36510  Factor-H
36511 \family default
36512 , por ejemplo: 
36513 \begin_inset Flex Scalebox
36514 status open
36515
36516 \begin_layout Plain Layout
36517 \begin_inset Argument 1
36518 status open
36519
36520 \begin_layout Plain Layout
36521 2
36522 \end_layout
36523
36524 \end_inset
36525
36526 Hola
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \begin_layout Standard
36535
36536 \series bold
36537 2
36538 \series default
36539  en 
36540 \family sans
36541 Factor-H y
36542 \family default
36543  
36544 \series bold
36545 1
36546 \series default
36547  en 
36548 \family sans
36549 Factor-V
36550 \family default
36551  distorsiona el resultado: 
36552 \begin_inset Flex Scalebox
36553 status open
36554
36555 \begin_layout Plain Layout
36556 \begin_inset Argument 1
36557 status open
36558
36559 \begin_layout Plain Layout
36560 2
36561 \end_layout
36562
36563 \end_inset
36564
36565
36566 \begin_inset Argument 2
36567 status open
36568
36569 \begin_layout Plain Layout
36570 1
36571 \end_layout
36572
36573 \end_inset
36574
36575 Hola
36576 \end_layout
36577
36578 \end_inset
36579
36580 .
36581 \end_layout
36582
36583 \begin_layout Standard
36584 Si el factor de escala es negativo, el contenido del marco se reflejará.
36585  Por tanto, 
36586 \series bold
36587 -1
36588 \series default
36589  para 
36590 \family sans
36591 Factor-H
36592 \family default
36593  y 
36594 \series bold
36595 1
36596 \series default
36597  para 
36598 \family sans
36599 Factor-V
36600 \family default
36601  se puede usar para escribir en espejo: 
36602 \begin_inset Flex Scalebox
36603 status open
36604
36605 \begin_layout Plain Layout
36606 \begin_inset Argument 1
36607 status open
36608
36609 \begin_layout Plain Layout
36610 -1
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \begin_inset Argument 2
36617 status open
36618
36619 \begin_layout Plain Layout
36620 1
36621 \end_layout
36622
36623 \end_inset
36624
36625 Hola
36626 \end_layout
36627
36628 \end_inset
36629
36630 .
36631 \end_layout
36632
36633 \begin_layout Standard
36634
36635 \series bold
36636 1
36637 \series default
36638  para 
36639 \family sans
36640 Factor-H
36641 \family default
36642  y 
36643 \series bold
36644 -1
36645 \series default
36646  para 
36647 \family sans
36648 Factor-V
36649 \family default
36650  refleja respecto a la línea: 
36651 \begin_inset Flex Scalebox
36652 status open
36653
36654 \begin_layout Plain Layout
36655 \begin_inset Argument 1
36656 status open
36657
36658 \begin_layout Plain Layout
36659 1
36660 \end_layout
36661
36662 \end_inset
36663
36664
36665 \begin_inset Argument 2
36666 status open
36667
36668 \begin_layout Plain Layout
36669 -1
36670 \end_layout
36671
36672 \end_inset
36673
36674 Hola
36675 \end_layout
36676
36677 \end_inset
36678
36679 .
36680 \end_layout
36681
36682 \begin_layout Standard
36683 El 
36684 \family sans
36685 Marco
36686 \begin_inset space ~
36687 \end_inset
36688
36689 reflejo
36690 \family default
36691  (menú
36692 \family sans
36693  Insertar\SpecialChar menuseparator
36694 Recuadro
36695 \begin_inset space ~
36696 \end_inset
36697
36698 personalizado\SpecialChar menuseparator
36699 Marco
36700 \begin_inset space ~
36701 \end_inset
36702
36703 reflejo
36704 \family default
36705 ) equivale a 
36706 \family sans
36707 Marco
36708 \begin_inset space ~
36709 \end_inset
36710
36711 escala
36712 \family default
36713  con 
36714 \series bold
36715 -1
36716 \series default
36717  para 
36718 \family sans
36719 Factor-H
36720 \family default
36721  y 
36722 \series bold
36723 1
36724 \series default
36725  para 
36726 \family sans
36727 Factor-V
36728 \family default
36729 .
36730 \end_layout
36731
36732 \begin_layout Standard
36733 \begin_inset Note Greyedout
36734 status open
36735
36736 \begin_layout Plain Layout
36737
36738 \series bold
36739 Nota:
36740 \series default
36741  Si 
36742 \family sans
36743 Factor-H
36744 \family default
36745  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36746  al ver/exportar
36747  el documento.
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Standard
36756 \begin_inset VSpace bigskip
36757 \end_inset
36758
36759 El 
36760 \family sans
36761 Marco
36762 \begin_inset space ~
36763 \end_inset
36764
36765 tamaño
36766 \family default
36767  (menú 
36768 \family sans
36769 Insertar\SpecialChar menuseparator
36770 Recuadro
36771 \begin_inset space ~
36772 \end_inset
36773
36774 personalizado\SpecialChar menuseparator
36775 Marco
36776 \begin_inset space ~
36777 \end_inset
36778
36779 tamaño
36780 \family default
36781 ) se usa para redimensionar el contenido a una anchura y altura dadas.
36782  El recuadro 
36783 \family sans
36784 Marco
36785 \begin_inset space ~
36786 \end_inset
36787
36788 tamaño
36789 \family default
36790  contiene el recuadro obligatorio 
36791 \family sans
36792 Ancho
36793 \family default
36794  y el opcional 
36795 \family sans
36796 Alto
36797 \family default
36798  (menú 
36799 \family sans
36800 Insertar\SpecialChar menuseparator
36801 Alto)
36802 \family default
36803 .
36804  En ellos se introducen respectivamente la anchura y la altura como cantidad
36805  y unidad.
36806  La lista de unidades disponibles es
36807 \begin_inset space ~
36808 \end_inset
36809
36810
36811 \begin_inset CommandInset ref
36812 LatexCommand ref
36813 reference "tab:Unidades"
36814
36815 \end_inset
36816
36817 .
36818  Si en uno de los recuadros hay un signo de exclamación, 
36819 \series bold
36820 !
36821 \series default
36822 , la escala mantiene la relación de las dimensiones originales del contenido
36823  del marco.
36824  Si no se usa el recuadro 
36825 \family sans
36826 Alto
36827 \family default
36828 , internamente se usará un signo de exclamación para la altura.
36829 \end_layout
36830
36831 \begin_layout Standard
36832
36833 \series bold
36834 2cm
36835 \series default
36836  de 
36837 \family sans
36838 Ancho
36839 \family default
36840  y 
36841 \series bold
36842 1cm
36843 \series default
36844  de 
36845 \family sans
36846 Alto
36847 \family default
36848  produce: 
36849 \begin_inset Flex Resizebox
36850 status open
36851
36852 \begin_layout Plain Layout
36853 \begin_inset Argument 1
36854 status open
36855
36856 \begin_layout Plain Layout
36857 2cm
36858 \end_layout
36859
36860 \end_inset
36861
36862
36863 \begin_inset Argument 2
36864 status open
36865
36866 \begin_layout Plain Layout
36867 1cm
36868 \end_layout
36869
36870 \end_inset
36871
36872 Hola
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \begin_inset Newline newline
36879 \end_inset
36880
36881
36882 \series bold
36883 2cm
36884 \series default
36885  de 
36886 \family sans
36887 Ancho
36888 \family default
36889  y 
36890 \series bold
36891 !
36892 \series default
36893  de 
36894 \family sans
36895 Alto
36896 \family default
36897  (o sin 
36898 \family sans
36899 Alto
36900 \family default
36901 ) produce: 
36902 \begin_inset Flex Resizebox
36903 status open
36904
36905 \begin_layout Plain Layout
36906 \begin_inset Argument 1
36907 status open
36908
36909 \begin_layout Plain Layout
36910 2cm
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \begin_inset Argument 2
36917 status open
36918
36919 \begin_layout Plain Layout
36920 !
36921 \end_layout
36922
36923 \end_inset
36924
36925 Hola
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 \begin_inset Note Greyedout
36935 status open
36936
36937 \begin_layout Plain Layout
36938
36939 \series bold
36940 Nota:
36941 \series default
36942  Si 
36943 \family sans
36944 Ancho
36945 \family default
36946  está vacío o contiene unidades no válidas habrá errores \SpecialChar LaTeX
36947  al ver/exportar
36948  el documento.
36949 \end_layout
36950
36951 \end_inset
36952
36953
36954 \end_layout
36955
36956 \begin_layout Standard
36957 \begin_inset VSpace bigskip
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \begin_layout Standard
36964 Los marcos se pueden combinar en cualquier orden.
36965  Un ejemplo de 
36966 \family sans
36967 Marco
36968 \begin_inset space ~
36969 \end_inset
36970
36971 reflejo
36972 \family default
36973  dentro de un
36974 \family sans
36975  Marco
36976 \begin_inset space ~
36977 \end_inset
36978
36979 tamaño
36980 \family default
36981  girado en un 
36982 \family sans
36983 Marco
36984 \begin_inset space ~
36985 \end_inset
36986
36987 rotación
36988 \family default
36989 :
36990 \end_layout
36991
36992 \begin_layout Standard
36993 \noindent
36994 \align center
36995 \begin_inset Flex Rotatebox
36996 status open
36997
36998 \begin_layout Plain Layout
36999 \begin_inset Argument 1
37000 status open
37001
37002 \begin_layout Plain Layout
37003 origin=c
37004 \end_layout
37005
37006 \end_inset
37007
37008
37009 \begin_inset Argument 2
37010 status open
37011
37012 \begin_layout Plain Layout
37013 -45
37014 \end_layout
37015
37016 \end_inset
37017
37018
37019 \begin_inset Flex Resizebox
37020 status open
37021
37022 \begin_layout Plain Layout
37023 \begin_inset Argument 1
37024 status open
37025
37026 \begin_layout Plain Layout
37027 2cm
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \begin_inset Flex Reflectbox
37034 status open
37035
37036 \begin_layout Plain Layout
37037 Hola
37038 \end_layout
37039
37040 \end_inset
37041
37042
37043 \end_layout
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Standard
37056 \noindent
37057 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
37058 \end_layout
37059
37060 \begin_layout Standard
37061 \noindent
37062 \align center
37063 \begin_inset Flex Resizebox
37064 status open
37065
37066 \begin_layout Plain Layout
37067 \begin_inset Argument 1
37068 status open
37069
37070 \begin_layout Plain Layout
37071 2cm
37072 \end_layout
37073
37074 \end_inset
37075
37076
37077 \begin_inset Flex Reflectbox
37078 status open
37079
37080 \begin_layout Plain Layout
37081 \begin_inset Graphics
37082         filename ../clipart/platypus.eps
37083         lyxscale 50
37084         width 25col%
37085
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \end_inset
37097
37098  
37099 \begin_inset Flex Resizebox
37100 status open
37101
37102 \begin_layout Plain Layout
37103 \begin_inset Argument 1
37104 status open
37105
37106 \begin_layout Plain Layout
37107 2cm
37108 \end_layout
37109
37110 \end_inset
37111
37112
37113 \begin_inset Flex Reflectbox
37114 status open
37115
37116 \begin_layout Plain Layout
37117 \begin_inset Tabular
37118 <lyxtabular version="3" rows="2" columns="2">
37119 <features tabularvalignment="middle">
37120 <column alignment="center" valignment="top">
37121 <column alignment="center" valignment="top">
37122 <row>
37123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127 q
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 w
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 </row>
37142 <row>
37143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147 e
37148 \end_layout
37149
37150 \end_inset
37151 </cell>
37152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 r
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 </row>
37162 </lyxtabular>
37163
37164 \end_inset
37165
37166
37167 \end_layout
37168
37169 \end_inset
37170
37171
37172 \end_layout
37173
37174 \end_inset
37175
37176  
37177 \begin_inset Flex Resizebox
37178 status open
37179
37180 \begin_layout Plain Layout
37181 \begin_inset Argument 1
37182 status open
37183
37184 \begin_layout Plain Layout
37185 3cm
37186 \end_layout
37187
37188 \end_inset
37189
37190
37191 \begin_inset Flex Reflectbox
37192 status open
37193
37194 \begin_layout Plain Layout
37195 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \end_inset
37202
37203
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 Figuras ! a escala
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \begin_inset Index idx
37220 status collapsed
37221
37222 \begin_layout Plain Layout
37223 Cuadros ! a escala
37224 \end_layout
37225
37226 \end_inset
37227
37228
37229 \end_layout
37230
37231 \begin_layout Standard
37232 Si se usa el estilo global 
37233 \series bold
37234 fleqn
37235 \series default
37236  para las ecuaciones del documento,
37237 \begin_inset Foot
37238 status collapsed
37239
37240 \begin_layout Plain Layout
37241 Si «fleqn» se añade a las opciones de clase del documento.
37242 \end_layout
37243
37244 \end_inset
37245
37246  también se puede variar la escala de las ecuaciones en estilo presentación.
37247 \end_layout
37248
37249 \begin_layout Chapter
37250 Objetos envueltos en texto
37251 \begin_inset Index idx
37252 status collapsed
37253
37254 \begin_layout Plain Layout
37255 Envueltos en texto
37256 \end_layout
37257
37258 \end_inset
37259
37260
37261 \end_layout
37262
37263 \begin_layout Section
37264 Flotantes envueltos
37265 \begin_inset CommandInset label
37266 LatexCommand label
37267 name "sec:Flotantes-envueltos"
37268
37269 \end_inset
37270
37271
37272 \begin_inset Index idx
37273 status collapsed
37274
37275 \begin_layout Plain Layout
37276 Flotantes ! Envueltos
37277 \end_layout
37278
37279 \end_inset
37280
37281
37282 \begin_inset Index idx
37283 status collapsed
37284
37285 \begin_layout Plain Layout
37286 Envueltos en texto ! Flotantes
37287 \end_layout
37288
37289 \end_inset
37290
37291
37292 \end_layout
37293
37294 \begin_layout Standard
37295 \begin_inset Wrap figure
37296 lines 0
37297 placement l
37298 overhang 1cm
37299 width "40col%"
37300 status open
37301
37302 \begin_layout Plain Layout
37303 \begin_inset Graphics
37304         filename ../clipart/mobius.eps
37305         width 40col%
37306         rotateOrigin center
37307
37308 \end_inset
37309
37310
37311 \end_layout
37312
37313 \begin_layout Plain Layout
37314 \begin_inset Caption Standard
37315
37316 \begin_layout Plain Layout
37317 \begin_inset CommandInset label
37318 LatexCommand label
37319 name "fig:Envoltorio-de-figura"
37320
37321 \end_inset
37322
37323 Figura envuelta en el texto
37324 \end_layout
37325
37326 \end_inset
37327
37328
37329 \end_layout
37330
37331 \end_inset
37332
37333  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
37334  de modo que ocupe sólo una parte del ancho de columna.
37335  Se inserta con el menú 
37336 \family sans
37337 Insertar\SpecialChar menuseparator
37338 Flotante\SpecialChar menuseparator
37339 Figura
37340 \begin_inset space ~
37341 \end_inset
37342
37343 envuelta
37344 \family default
37345
37346 \begin_inset space \thinspace{}
37347 \end_inset
37348
37349 /
37350 \begin_inset space \thinspace{}
37351 \end_inset
37352
37353
37354 \family sans
37355 Cuadro
37356 \begin_inset space ~
37357 \end_inset
37358
37359 envuelto
37360 \family default
37361  si está instalado el paquete \SpecialChar LaTeX
37362  
37363 \series bold
37364 wrapfig
37365 \series default
37366
37367 \begin_inset Index idx
37368 status collapsed
37369
37370 \begin_layout Plain Layout
37371 \SpecialChar LaTeX
37372 -paquetes ! wrapfig
37373 \end_layout
37374
37375 \end_inset
37376
37377 .
37378 \begin_inset Foot
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382 La instalación de paquetes \SpecialChar LaTeX
37383  se explica en el manual 
37384 \emph on
37385 Configuración de \SpecialChar LaTeX
37386
37387 \emph default
37388 .
37389 \end_layout
37390
37391 \end_inset
37392
37393  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
37394  con clic derecho sobre el cuadro del flotante.
37395  Son obligatorias la 
37396 \family sans
37397 Ubicación
37398 \family default
37399  y la 
37400 \family sans
37401 Anchura
37402 \family default
37403 .
37404  Son opcionales 
37405 \family sans
37406 Extensión al margen
37407 \family default
37408 , que especifica la anchura de invasión del margen, y 
37409 \family sans
37410 Extender
37411 \begin_inset space ~
37412 \end_inset
37413
37414 a
37415 \begin_inset space ~
37416 \end_inset
37417
37418 líneas
37419 \family default
37420 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
37421  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
37422  opción sólo si encuentras problemas en la colocación del flotante.
37423  Además puedes decidir si permitir que \SpecialChar LaTeX
37424  deje flotar el flotante dentro del
37425  párrafo o en los párrafos adyacentes.
37426  La figura
37427 \begin_inset space ~
37428 \end_inset
37429
37430
37431 \begin_inset CommandInset ref
37432 LatexCommand ref
37433 reference "fig:Envoltorio-de-figura"
37434
37435 \end_inset
37436
37437  es un ejemplo de envoltorio con una anchura de columna del 40
37438 \begin_inset space \thinspace{}
37439 \end_inset
37440
37441 %, ubicado a la izquierda y 1
37442 \begin_inset space \thinspace{}
37443 \end_inset
37444
37445 cm de invasión de margen.
37446 \end_layout
37447
37448 \begin_layout Standard
37449 \begin_inset Note Greyedout
37450 status open
37451
37452 \begin_layout Plain Layout
37453
37454 \series bold
37455 Nota:
37456 \series default
37457  ¡Los flotantes envueltos son frágiles! P.
37458 \begin_inset space \thinspace{}
37459 \end_inset
37460
37461 ej.
37462 \begin_inset space ~
37463 \end_inset
37464
37465 si una figura está demasiado cerca de la parte inferior de la página se
37466  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
37467  o situarse junto a otro texto.
37468 \end_layout
37469
37470 \end_inset
37471
37472
37473 \end_layout
37474
37475 \begin_layout Standard
37476 En general:
37477 \end_layout
37478
37479 \begin_layout Itemize
37480 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
37481  salto de página.
37482  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
37483  esté casi listo y puedas prever los saltos de página.
37484 \end_layout
37485
37486 \begin_layout Itemize
37487 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
37488  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
37489 \end_layout
37490
37491 \begin_layout Itemize
37492 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
37493  que procura que haya un párrafo de texto entre ellos.
37494 \end_layout
37495
37496 \begin_layout Itemize
37497 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
37498 \end_layout
37499
37500 \begin_layout Itemize
37501 Su numeración y referencias funciona como se explica en el cap.
37502 \begin_inset space \thinspace{}
37503 \end_inset
37504
37505
37506 \begin_inset CommandInset ref
37507 LatexCommand ref
37508 reference "chap:Flotantes"
37509
37510 \end_inset
37511
37512 .
37513 \end_layout
37514
37515 \begin_layout Section
37516 Objetos fijos envueltos
37517 \begin_inset Index idx
37518 status collapsed
37519
37520 \begin_layout Plain Layout
37521 Envueltos en texto ! Objetos fijos
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \end_layout
37528
37529 \begin_layout Standard
37530 Los flotantes envueltos, descritos en la sec.
37531 \begin_inset space \thinspace{}
37532 \end_inset
37533
37534
37535 \begin_inset CommandInset ref
37536 LatexCommand ref
37537 reference "sec:Flotantes-envueltos"
37538
37539 \end_inset
37540
37541  , tienen estas posiciones en el párrafo:
37542 \end_layout
37543
37544 \begin_layout Standard
37545 \noindent
37546 \align center
37547 \begin_inset Tabular
37548 <lyxtabular version="3" rows="2" columns="2">
37549 <features tabularvalignment="middle">
37550 <column alignment="center" valignment="top">
37551 <column alignment="center" valignment="top">
37552 <row>
37553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557 \begin_inset Info
37558 type  "icon"
37559 arg   "dialog-show-new-inset graphics"
37560 \end_inset
37561
37562
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571 texto
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 </row>
37577 <row>
37578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582 texto
37583 \end_layout
37584
37585 \end_inset
37586 </cell>
37587 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591 texto
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 </row>
37597 </lyxtabular>
37598
37599 \end_inset
37600
37601  y 
37602 \begin_inset Tabular
37603 <lyxtabular version="3" rows="2" columns="2">
37604 <features tabularvalignment="middle">
37605 <column alignment="center" valignment="top">
37606 <column alignment="center" valignment="top">
37607 <row>
37608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 texto
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621 \begin_inset Info
37622 type  "icon"
37623 arg   "dialog-show-new-inset graphics"
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 <row>
37633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637 texto
37638 \end_layout
37639
37640 \end_inset
37641 </cell>
37642 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 texto
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 </row>
37652 </lyxtabular>
37653
37654 \end_inset
37655
37656
37657 \end_layout
37658
37659 \begin_layout Standard
37660 Para colocar un objeto exactamente en la posición en la que se inserta,
37661  por ejemplo una de estas:
37662 \begin_inset VSpace defskip
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \begin_layout Standard
37669 \noindent
37670 \align center
37671 \begin_inset Tabular
37672 <lyxtabular version="3" rows="2" columns="2">
37673 <features tabularvalignment="middle">
37674 <column alignment="center" valignment="top">
37675 <column alignment="center" valignment="top">
37676 <row>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 texto
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 texto
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 </row>
37696 <row>
37697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37698 \begin_inset Text
37699
37700 \begin_layout Plain Layout
37701 \begin_inset Info
37702 type  "icon"
37703 arg   "dialog-show-new-inset graphics"
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 texto
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 </row>
37721 </lyxtabular>
37722
37723 \end_inset
37724
37725  
37726 \begin_inset Tabular
37727 <lyxtabular version="3" rows="2" columns="2">
37728 <features tabularvalignment="middle">
37729 <column alignment="center" valignment="top">
37730 <column alignment="center" valignment="top">
37731 <row>
37732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736 texto
37737 \end_layout
37738
37739 \end_inset
37740 </cell>
37741 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 texto
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 </row>
37751 <row>
37752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37753 \begin_inset Text
37754
37755 \begin_layout Plain Layout
37756 texto
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37762 \begin_inset Text
37763
37764 \begin_layout Plain Layout
37765 \begin_inset Info
37766 type  "icon"
37767 arg   "dialog-show-new-inset graphics"
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 </row>
37776 </lyxtabular>
37777
37778 \end_inset
37779
37780  
37781 \begin_inset Tabular
37782 <lyxtabular version="3" rows="2" columns="3">
37783 <features tabularvalignment="middle">
37784 <column alignment="center" valignment="top">
37785 <column alignment="center" valignment="top">
37786 <column alignment="center" valignment="top">
37787 <row>
37788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792 texto
37793 \end_layout
37794
37795 \end_inset
37796 </cell>
37797 <cell alignment="center" valignment="top" topline="true" usebox="none">
37798 \begin_inset Text
37799
37800 \begin_layout Plain Layout
37801 \begin_inset Info
37802 type  "icon"
37803 arg   "dialog-show-new-inset graphics"
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \end_inset
37810 </cell>
37811 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
37821 <row>
37822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826 texto
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835 texto
37836 \end_layout
37837
37838 \end_inset
37839 </cell>
37840 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844 texto
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 </row>
37850 </lyxtabular>
37851
37852 \end_inset
37853
37854  
37855 \begin_inset Tabular
37856 <lyxtabular version="3" rows="2" columns="3">
37857 <features tabularvalignment="middle">
37858 <column alignment="center" valignment="top">
37859 <column alignment="center" valignment="top">
37860 <column alignment="center" valignment="top">
37861 <row>
37862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866 texto
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 texto
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884 texto
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 </row>
37890 <row>
37891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 texto
37896 \end_layout
37897
37898 \end_inset
37899 </cell>
37900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37901 \begin_inset Text
37902
37903 \begin_layout Plain Layout
37904 \begin_inset Info
37905 type  "icon"
37906 arg   "dialog-show-new-inset graphics"
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
37924 </lyxtabular>
37925
37926 \end_inset
37927
37928
37929 \end_layout
37930
37931 \begin_layout Standard
37932 \noindent
37933 \align center
37934 \begin_inset Tabular
37935 <lyxtabular version="3" rows="3" columns="2">
37936 <features tabularvalignment="middle">
37937 <column alignment="center" valignment="top">
37938 <column alignment="center" valignment="top">
37939 <row>
37940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37941 \begin_inset Text
37942
37943 \begin_layout Plain Layout
37944 texto
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953 texto
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964 \begin_inset Info
37965 type  "icon"
37966 arg   "dialog-show-new-inset graphics"
37967 \end_inset
37968
37969
37970 \end_layout
37971
37972 \end_inset
37973 </cell>
37974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978 texto
37979 \end_layout
37980
37981 \end_inset
37982 </cell>
37983 </row>
37984 <row>
37985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989 texto
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37995 \begin_inset Text
37996
37997 \begin_layout Plain Layout
37998 texto
37999 \end_layout
38000
38001 \end_inset
38002 </cell>
38003 </row>
38004 </lyxtabular>
38005
38006 \end_inset
38007
38008  
38009 \begin_inset Tabular
38010 <lyxtabular version="3" rows="3" columns="3">
38011 <features tabularvalignment="middle">
38012 <column alignment="center" valignment="top">
38013 <column alignment="center" valignment="top">
38014 <column alignment="center" valignment="top">
38015 <row>
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 texto
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 <cell alignment="center" valignment="top" topline="true" usebox="none">
38026 \begin_inset Text
38027
38028 \begin_layout Plain Layout
38029 texto
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038 texto
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 </row>
38044 <row>
38045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049 texto
38050 \end_layout
38051
38052 \end_inset
38053 </cell>
38054 <cell alignment="center" valignment="top" usebox="none">
38055 \begin_inset Text
38056
38057 \begin_layout Plain Layout
38058 \begin_inset Info
38059 type  "icon"
38060 arg   "dialog-show-new-inset graphics"
38061 \end_inset
38062
38063
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 <cell alignment="center" valignment="top" rightline="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 </row>
38078 <row>
38079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083 texto
38084 \end_layout
38085
38086 \end_inset
38087 </cell>
38088 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38089 \begin_inset Text
38090
38091 \begin_layout Plain Layout
38092 texto
38093 \end_layout
38094
38095 \end_inset
38096 </cell>
38097 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 texto
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 </row>
38107 </lyxtabular>
38108
38109 \end_inset
38110
38111  
38112 \begin_inset Tabular
38113 <lyxtabular version="3" rows="3" columns="2">
38114 <features tabularvalignment="middle">
38115 <column alignment="center" valignment="top">
38116 <column alignment="center" valignment="top">
38117 <row>
38118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38119 \begin_inset Text
38120
38121 \begin_layout Plain Layout
38122 texto
38123 \end_layout
38124
38125 \end_inset
38126 </cell>
38127 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38128 \begin_inset Text
38129
38130 \begin_layout Plain Layout
38131 texto
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 </row>
38137 <row>
38138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38139 \begin_inset Text
38140
38141 \begin_layout Plain Layout
38142 texto
38143 \end_layout
38144
38145 \end_inset
38146 </cell>
38147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38148 \begin_inset Text
38149
38150 \begin_layout Plain Layout
38151 \begin_inset Info
38152 type  "icon"
38153 arg   "dialog-show-new-inset graphics"
38154 \end_inset
38155
38156
38157 \end_layout
38158
38159 \end_inset
38160 </cell>
38161 </row>
38162 <row>
38163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38164 \begin_inset Text
38165
38166 \begin_layout Plain Layout
38167 texto
38168 \end_layout
38169
38170 \end_inset
38171 </cell>
38172 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38173 \begin_inset Text
38174
38175 \begin_layout Plain Layout
38176 texto
38177 \end_layout
38178
38179 \end_inset
38180 </cell>
38181 </row>
38182 </lyxtabular>
38183
38184 \end_inset
38185
38186
38187 \end_layout
38188
38189 \begin_layout Standard
38190 \noindent
38191 puedes usar el paquete \SpecialChar LaTeX
38192  
38193 \series bold
38194 picinpar
38195 \series default
38196
38197 \begin_inset Index idx
38198 status collapsed
38199
38200 \begin_layout Plain Layout
38201 \SpecialChar LaTeX
38202 -paquetes ! picinpar
38203 \end_layout
38204
38205 \end_inset
38206
38207 .
38208  Aquí hay un ejemplo:
38209 \end_layout
38210
38211 \begin_layout Standard
38212 \begin_inset ERT
38213 status collapsed
38214
38215 \begin_layout Plain Layout
38216
38217
38218 \backslash
38219 ifpicinpar
38220 \end_layout
38221
38222 \end_inset
38223
38224
38225 \begin_inset Note Note
38226 status open
38227
38228 \begin_layout Plain Layout
38229 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38230  \SpecialChar LaTeX
38231  
38232 \series bold
38233 picinpar
38234 \series default
38235 .
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Standard
38244 \begin_inset ERT
38245 status collapsed
38246
38247 \begin_layout Plain Layout
38248
38249
38250 \backslash
38251 begin{window}[2,c,{
38252 \end_layout
38253
38254 \end_inset
38255
38256
38257 \begin_inset Graphics
38258         filename ../clipart/mobius.eps
38259         lyxscale 60
38260         width 40col%
38261         scaleBeforeRotation
38262         rotateOrigin center
38263
38264 \end_inset
38265
38266
38267 \begin_inset ERT
38268 status collapsed
38269
38270 \begin_layout Plain Layout
38271
38272 },]
38273 \end_layout
38274
38275 \begin_layout Plain Layout
38276
38277 {}
38278 \end_layout
38279
38280 \end_inset
38281
38282
38283 \size small
38284 \lang english
38285 It was in the spring of the year 1894 that all London was interested, and
38286  the fashionable world dismayed, by the murder of the Honourable Ronald
38287  Adair under most unusual and inexplicable circumstances.
38288  The public has already learned those particulars of the crime which
38289 \size default
38290
38291 \begin_inset ERT
38292 status collapsed
38293
38294 \begin_layout Plain Layout
38295
38296
38297 \backslash
38298 footnotemark{}
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \size small
38305  came out in the police investigation, but a good deal was suppressed upon
38306  that occasion, since the case for the prosecution was so overwhelmingly
38307  strong that it was not necessary to bring forward all the facts.
38308  Only now, at the end of nearly ten years, am I allowed to supply those
38309  missing links which make up the whole of that remarkable chain
38310 \lang spanish
38311 .
38312 \size default
38313
38314 \begin_inset ERT
38315 status collapsed
38316
38317 \begin_layout Plain Layout
38318
38319
38320 \backslash
38321 end{window}
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \begin_layout Standard
38330 \begin_inset ERT
38331 status collapsed
38332
38333 \begin_layout Plain Layout
38334
38335
38336 \backslash
38337 footnotetext{
38338 \end_layout
38339
38340 \end_inset
38341
38342 Nota al pie del párrafo con el objeto fijo
38343 \begin_inset ERT
38344 status collapsed
38345
38346 \begin_layout Plain Layout
38347
38348 }
38349 \end_layout
38350
38351 \end_inset
38352
38353
38354 \end_layout
38355
38356 \begin_layout Standard
38357 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
38358  donde la posición del objeto en el párrafo se puede determinar por el número
38359  de líneas sobre él.
38360  A diferencia de los flotantes, no es posible tener leyendas numeradas.
38361 \end_layout
38362
38363 \begin_layout Standard
38364 Un objeto fijo se inserta añadiendo el comando
38365 \end_layout
38366
38367 \begin_layout Standard
38368
38369 \series bold
38370
38371 \backslash
38372 begin{window}[2,c,{
38373 \end_layout
38374
38375 \begin_layout Standard
38376 en código \SpecialChar TeX
38377  al principio del párrafo.
38378  El primer parámetro en el corchete, aquí '2', define el número de líneas
38379  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
38380  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
38381  Tras el comando se inserta el objeto.
38382  En este ejemplo se ha insertado una imagen con una anchura del 40
38383 \begin_inset space \thinspace{}
38384 \end_inset
38385
38386 % de la anchura de la columna de texto.
38387  El objeto también puede ser un cuadro, un marco o una ecuación.
38388  Detrás del objeto se inserta el comando
38389 \end_layout
38390
38391 \begin_layout Standard
38392
38393 \series bold
38394 },texto de la descripción]
38395 \begin_inset Newline newline
38396 \end_inset
38397
38398 {}
38399 \end_layout
38400
38401 \begin_layout Standard
38402 Ten en cuenta que 
38403 \begin_inset Quotes eld
38404 \end_inset
38405
38406
38407 \series bold
38408 {}
38409 \series default
38410
38411 \begin_inset Quotes erd
38412 \end_inset
38413
38414  está en la segunda línea.
38415  El texto de la descripción es opcional.
38416  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
38417  debe empezar inmediatamente después de 
38418 \series bold
38419 {}
38420 \series default
38421 .
38422  Al final del párrafo inserta el comando:
38423 \end_layout
38424
38425 \begin_layout Standard
38426
38427 \series bold
38428
38429 \backslash
38430 end{window}
38431 \end_layout
38432
38433 \begin_layout Standard
38434 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
38435  de la manera habitual.
38436  Hay que usar el comando 
38437 \series bold
38438
38439 \backslash
38440 footnotemark
38441 \series default
38442  dentro del párrafo y fuera del comando 
38443 \series bold
38444
38445 \backslash
38446 footnotetext
38447 \series default
38448 , como se describe en la sec.
38449 \begin_inset space \thinspace{}
38450 \end_inset
38451
38452
38453 \begin_inset CommandInset ref
38454 LatexCommand ref
38455 reference "sec:Notas-al-pie"
38456
38457 \end_inset
38458
38459 .
38460 \end_layout
38461
38462 \begin_layout Standard
38463 \begin_inset ERT
38464 status collapsed
38465
38466 \begin_layout Plain Layout
38467
38468
38469 \backslash
38470 else
38471 \end_layout
38472
38473 \end_inset
38474
38475
38476 \begin_inset Note Note
38477 status open
38478
38479 \begin_layout Plain Layout
38480 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38481  
38482 \series bold
38483 picinpar
38484 \series default
38485 .
38486 \end_layout
38487
38488 \end_inset
38489
38490
38491 \end_layout
38492
38493 \begin_layout Standard
38494 Debes instalar el paquete \SpecialChar LaTeX
38495  
38496 \series bold
38497 picinpar
38498 \series default
38499  para ver la parte siguiente en la salida.
38500 \end_layout
38501
38502 \begin_layout Standard
38503 \begin_inset ERT
38504 status collapsed
38505
38506 \begin_layout Plain Layout
38507
38508
38509 \backslash
38510 fi
38511 \end_layout
38512
38513 \end_inset
38514
38515
38516 \end_layout
38517
38518 \begin_layout Section
38519 Letras capitales
38520 \begin_inset Index idx
38521 status collapsed
38522
38523 \begin_layout Plain Layout
38524 Letras capitales
38525 \end_layout
38526
38527 \end_inset
38528
38529
38530 \begin_inset Index idx
38531 status collapsed
38532
38533 \begin_layout Plain Layout
38534 Envueltos en texto ! Letras capitales
38535 \end_layout
38536
38537 \end_inset
38538
38539
38540 \end_layout
38541
38542 \begin_layout Standard
38543 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
38544
38545 \series bold
38546  lettrine
38547 \series default
38548
38549 \begin_inset Index idx
38550 status collapsed
38551
38552 \begin_layout Plain Layout
38553 \SpecialChar LaTeX
38554 -paquetes ! lettrine
38555 \end_layout
38556
38557 \end_inset
38558
38559  y habilitar el uso del módulo 
38560 \family sans
38561 Capitales
38562 \family default
38563  en el documento (menú 
38564 \family sans
38565 Documento\SpecialChar menuseparator
38566 Configuración\SpecialChar menuseparator
38567 Módulos
38568 \family default
38569 ).
38570  Para insertar una letra capital, usa el entorno 
38571 \family sans
38572 Capital
38573 \family default
38574 .
38575  Este entorno tiene un argumento obligatorio y dos opcionales.
38576  Los argumentos se insertan mediante el menú 
38577 \family sans
38578 Insertar
38579 \family default
38580 .
38581  El argumento obligatorio 
38582 \family sans
38583 Capital
38584 \family default
38585  contiene la(s) letra(s) capital(es), el argumento opcional 
38586 \family sans
38587 Resto
38588 \begin_inset space ~
38589 \end_inset
38590
38591 de
38592 \begin_inset space ~
38593 \end_inset
38594
38595 capital
38596 \family default
38597  contiene el resto de la palabra o del texto en capitales.
38598  El argumento 
38599 \family sans
38600 Opciones
38601 \family default
38602  contiene parámetros para modificar la letra capital.
38603  Véase la documentación de 
38604 \series bold
38605 lettrine
38606 \series default
38607
38608 \begin_inset CommandInset citation
38609 LatexCommand cite
38610 key "lettrine"
38611
38612 \end_inset
38613
38614 , para más información sobre los parámetros disponibles.
38615  El estilo contiene el texto que rodeará a la capital.
38616  De esta forma, el estilo habitual es que la palabra cuya primera letra
38617  es la capital se imprima en 
38618 \noun on
38619 versalitas
38620 \noun default
38621 .
38622 \end_layout
38623
38624 \begin_layout Standard
38625 Aquí hay algunos ejemplos:
38626 \end_layout
38627
38628 \begin_layout Standard
38629 \begin_inset ERT
38630 status collapsed
38631
38632 \begin_layout Plain Layout
38633
38634
38635 \backslash
38636 iflettrine
38637 \end_layout
38638
38639 \end_inset
38640
38641
38642 \begin_inset Note Note
38643 status open
38644
38645 \begin_layout Plain Layout
38646 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38647  \SpecialChar LaTeX
38648  
38649 \series bold
38650 lettrine
38651 \series default
38652 .
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \end_layout
38659
38660 \begin_layout Enumerate
38661 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
38662  
38663 \begin_inset Formula $\mathfrak{Fraktur}$
38664 \end_inset
38665
38666 :
38667 \end_layout
38668
38669 \begin_deeper
38670 \begin_layout Initial
38671 \begin_inset Argument 2
38672 status open
38673
38674 \begin_layout Plain Layout
38675 \begin_inset Formula $\mathfrak{I}$
38676 \end_inset
38677
38678
38679 \end_layout
38680
38681 \end_inset
38682
38683
38684 \begin_inset Argument 3
38685 status open
38686
38687 \begin_layout Plain Layout
38688 t
38689 \end_layout
38690
38691 \end_inset
38692
38693  
38694 \lang english
38695 was in the spring of the year 1894 that all London was interested, and the
38696  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38697  under most unusual and inexplicable circumstances.
38698  The public has already learned those particulars of the crime which came
38699  out in the police investigation, but a good deal was suppressed upon that
38700  occasion, since the case for the prosecution was so overwhelmingly strong
38701  that it was not necessary to bring forward all the facts.
38702 \lang spanish
38703
38704 \begin_inset Newpage newpage
38705 \end_inset
38706
38707
38708 \end_layout
38709
38710 \end_deeper
38711 \begin_layout Enumerate
38712 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
38713  y no se imprime nada en versalitas:
38714 \end_layout
38715
38716 \begin_deeper
38717 \begin_layout Initial
38718 \begin_inset Argument 1
38719 status open
38720
38721 \begin_layout Plain Layout
38722 lines=1
38723 \end_layout
38724
38725 \end_inset
38726
38727
38728 \begin_inset Argument 2
38729 status open
38730
38731 \begin_layout Plain Layout
38732 It
38733 \end_layout
38734
38735 \end_inset
38736
38737  
38738 \lang english
38739 was in the spring of the year 1894 that all London was interested, and the
38740  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38741  under most unusual and inexplicable circumstances.
38742  The public has already learned those particulars of the crime which came
38743  out in the police investigation, but a good deal was suppressed upon that
38744  occasion, since the case for the prosecution was so overwhelmingly strong
38745  that it was not necessary to bring forward all the facts.
38746 \end_layout
38747
38748 \end_deeper
38749 \begin_layout Enumerate
38750 Magenta, capital colgada sobre tres líneas en tipografía matemática
38751 \begin_inset Newline newline
38752 \end_inset
38753
38754
38755 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38756 \end_inset
38757
38758 , el texto 
38759 \begin_inset Quotes eld
38760 \end_inset
38761
38762 t was in the spring
38763 \begin_inset Quotes erd
38764 \end_inset
38765
38766  en 
38767 \noun on
38768 versalitas
38769 \noun default
38770 ; para colorear la capital, debes insertar este comando delante de ella:
38771 \begin_inset Newline newline
38772 \end_inset
38773
38774
38775 \series bold
38776
38777 \backslash
38778 renewcommand{
38779 \backslash
38780 LettrineFontHook}{
38781 \backslash
38782 color{color}}
38783 \series default
38784
38785 \begin_inset Newline newline
38786 \end_inset
38787
38788 donde el segundo 
38789 \emph on
38790 color
38791 \emph default
38792  puede ser 
38793 \begin_inset Quotes eld
38794 \end_inset
38795
38796 red
38797 \begin_inset Quotes erd
38798 \end_inset
38799
38800
38801 \begin_inset Quotes eld
38802 \end_inset
38803
38804 blue
38805 \begin_inset Quotes erd
38806 \end_inset
38807
38808
38809 \begin_inset Quotes eld
38810 \end_inset
38811
38812 green
38813 \begin_inset Quotes erd
38814 \end_inset
38815
38816
38817 \begin_inset Quotes eld
38818 \end_inset
38819
38820 yellow
38821 \begin_inset Quotes erd
38822 \end_inset
38823
38824
38825 \begin_inset Quotes eld
38826 \end_inset
38827
38828 cyan
38829 \begin_inset Quotes erd
38830 \end_inset
38831
38832
38833 \begin_inset Quotes eld
38834 \end_inset
38835
38836 magenta
38837 \begin_inset Quotes erd
38838 \end_inset
38839
38840
38841 \begin_inset Quotes eld
38842 \end_inset
38843
38844 black
38845 \begin_inset Quotes erd
38846 \end_inset
38847
38848  o 
38849 \begin_inset Quotes eld
38850 \end_inset
38851
38852 white
38853 \begin_inset Quotes erd
38854 \end_inset
38855
38856 , y añade este comando al preámbulo del documento:
38857 \begin_inset Newline newline
38858 \end_inset
38859
38860
38861 \series bold
38862
38863 \backslash
38864 @ifundefined{textcolor}
38865 \begin_inset Newline newline
38866 \end_inset
38867
38868
38869 \begin_inset space ~
38870 \end_inset
38871
38872 {
38873 \backslash
38874 usepackage{color}}{}
38875 \end_layout
38876
38877 \begin_deeper
38878 \begin_layout Standard
38879 \begin_inset ERT
38880 status collapsed
38881
38882 \begin_layout Plain Layout
38883
38884
38885 \backslash
38886 renewcommand{
38887 \backslash
38888 LettrineFontHook}{
38889 \backslash
38890 color{magenta}}
38891 \end_layout
38892
38893 \end_inset
38894
38895
38896 \begin_inset Note Note
38897 status open
38898
38899 \begin_layout Plain Layout
38900 pone la capital en magenta
38901 \end_layout
38902
38903 \end_inset
38904
38905
38906 \end_layout
38907
38908 \begin_layout Initial
38909 \begin_inset Argument 1
38910 status open
38911
38912 \begin_layout Plain Layout
38913 lines=3, lhang=0.33, loversize=0.25
38914 \end_layout
38915
38916 \end_inset
38917
38918
38919 \begin_inset Argument 2
38920 status open
38921
38922 \begin_layout Plain Layout
38923 \begin_inset Formula $\mathcal{I}$
38924 \end_inset
38925
38926
38927 \end_layout
38928
38929 \end_inset
38930
38931
38932 \begin_inset Argument 3
38933 status open
38934
38935 \begin_layout Plain Layout
38936
38937 \lang english
38938 t was in the spring
38939 \end_layout
38940
38941 \end_inset
38942
38943  
38944 \lang english
38945 of the year 1894 that all London was interested, and the fashionable world
38946  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38947  and inexplicable circumstances.
38948  The public has already learned those particulars of the crime which came
38949  out in the police investigation, but a good deal was suppressed upon that
38950  occasion, since the case for the prosecution was so overwhelmingly strong
38951  that it was not necessary to bring forward all the facts.
38952 \end_layout
38953
38954 \end_deeper
38955 \begin_layout Standard
38956 \begin_inset ERT
38957 status collapsed
38958
38959 \begin_layout Plain Layout
38960
38961
38962 \backslash
38963 else
38964 \end_layout
38965
38966 \end_inset
38967
38968
38969 \begin_inset Note Note
38970 status open
38971
38972 \begin_layout Plain Layout
38973 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38974  
38975 \series bold
38976 lettrine
38977 \series default
38978 .
38979 \end_layout
38980
38981 \end_inset
38982
38983
38984 \end_layout
38985
38986 \begin_layout Standard
38987 Debes instalar el paquete \SpecialChar LaTeX
38988  
38989 \series bold
38990 lettrine
38991 \series default
38992  para ver la parte siguiente en la salida.
38993 \end_layout
38994
38995 \begin_layout Standard
38996 \begin_inset ERT
38997 status collapsed
38998
38999 \begin_layout Plain Layout
39000
39001
39002 \backslash
39003 fi
39004 \end_layout
39005
39006 \end_inset
39007
39008
39009 \end_layout
39010
39011 \begin_layout Chapter
39012 Archivos externos
39013 \begin_inset Index idx
39014 status collapsed
39015
39016 \begin_layout Plain Layout
39017 Archivos externos
39018 \end_layout
39019
39020 \end_inset
39021
39022
39023 \end_layout
39024
39025 \begin_layout Standard
39026 Con el menú 
39027 \family sans
39028 Insertar\SpecialChar menuseparator
39029 Archivo 
39030 \family default
39031 se pueden insertar archivos externos en un documento.
39032  Estos pueden ser:
39033 \end_layout
39034
39035 \begin_layout Description
39036 Documento
39037 \begin_inset space ~
39038 \end_inset
39039
39040 \SpecialChar LyX
39041  Otro documento \SpecialChar LyX
39042 ; su contenido se inserta directamente en tu documento.
39043 \end_layout
39044
39045 \begin_layout Description
39046 Texto
39047 \begin_inset space ~
39048 \end_inset
39049
39050 simple Un documento de texto; cada línea del mismo se inserta en tu documento
39051  como párrafo propio.
39052 \end_layout
39053
39054 \begin_layout Description
39055 Texto
39056 \begin_inset space ~
39057 \end_inset
39058
39059 simple,
39060 \begin_inset space ~
39061 \end_inset
39062
39063 unir
39064 \begin_inset space ~
39065 \end_inset
39066
39067 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
39068  Las líneas vacías generan un nuevo párrafo en tu documento.
39069 \end_layout
39070
39071 \begin_layout Description
39072 Material
39073 \begin_inset space ~
39074 \end_inset
39075
39076 externo Archivos en diversos formatos.
39077 \end_layout
39078
39079 \begin_layout Description
39080 Documento
39081 \begin_inset space ~
39082 \end_inset
39083
39084 hijo Documentos \SpecialChar LyX
39085 , \SpecialChar LaTeX
39086  o texto simple.
39087 \end_layout
39088
39089 \begin_layout Section
39090 Material externo
39091 \begin_inset Index idx
39092 status collapsed
39093
39094 \begin_layout Plain Layout
39095 Material externo
39096 \end_layout
39097
39098 \end_inset
39099
39100
39101 \end_layout
39102
39103 \begin_layout Standard
39104 Esta característica te permite insertar archivos en tu documento sin convertirlo
39105 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
39106  se ocupa de las
39107  necesarias conversiones.
39108  Esto es parecido a la inserción de imágenes en diversos formatos en los
39109  documentos \SpecialChar LyX
39110 .
39111  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
39112 ,
39113  en 
39114 \family sans
39115 Apariencia
39116 \family default
39117 \SpecialChar menuseparator
39118 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
39119  en \SpecialChar LyX
39120 .
39121 \end_layout
39122
39123 \begin_layout Standard
39124 El material externo se puede insertar mediante el diálogo que surge a partir
39125  del menú 
39126 \family sans
39127 Insertar\SpecialChar menuseparator
39128 Archivo\SpecialChar menuseparator
39129 Material
39130 \begin_inset space ~
39131 \end_inset
39132
39133 externo
39134 \family default
39135 .
39136  Actualmente se permiten los siguientes tipos de archivo (
39137 \family sans
39138 Plantillas
39139 \family default
39140 ):
39141 \end_layout
39142
39143 \begin_layout Description
39144 Diagrama
39145 \begin_inset space ~
39146 \end_inset
39147
39148 de
39149 \begin_inset space ~
39150 \end_inset
39151
39152 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
39153  con el programa 
39154 \series bold
39155
39156 \begin_inset CommandInset href
39157 LatexCommand href
39158 name "XBoard"
39159 target "http://es.wikipedia.org/wiki/XBoard"
39160
39161 \end_inset
39162
39163
39164 \series default
39165 .
39166 \end_layout
39167
39168 \begin_layout Description
39169 Dia Esta plantilla soporta diagramas creados con el programa 
39170 \series bold
39171
39172 \begin_inset CommandInset href
39173 LatexCommand href
39174 name "Dia"
39175 target "http://es.wikipedia.org/wiki/Dia_(programa)"
39176
39177 \end_inset
39178
39179
39180 \series default
39181 .
39182 \end_layout
39183
39184 \begin_layout Description
39185 Hoja
39186 \begin_inset space ~
39187 \end_inset
39188
39189 de
39190 \begin_inset space ~
39191 \end_inset
39192
39193 cálculo Esta plantilla permite insertar tablas/hojas de cálculo en los formatos
39194  
39195 \series bold
39196
39197 \begin_inset CommandInset href
39198 LatexCommand href
39199 name "Gnumeric"
39200 target "http://es.wikipedia.org/wiki/Gnumeric"
39201
39202 \end_inset
39203
39204
39205 \series default
39206
39207 \begin_inset CommandInset href
39208 LatexCommand href
39209 name "OpenDocument"
39210 target "http://es.wikipedia.org/wiki/OpenDocument"
39211
39212 \end_inset
39213
39214
39215 \begin_inset CommandInset href
39216 LatexCommand href
39217 name "Microsoft Office XML"
39218 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
39219
39220 \end_inset
39221
39222  y 
39223 \begin_inset CommandInset href
39224 LatexCommand href
39225 name "Office Open XML"
39226 target "http://es.wikipedia.org/wiki/Office_Open_XML"
39227
39228 \end_inset
39229
39230 .
39231  Para que esto funcione \SpecialChar LyX
39232  debe haber encontrado el programa 
39233 \family typewriter
39234 ssconvert
39235 \family default
39236  durante su configuración.
39237  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
39238  las tablas no estén en el formato de Gnumeric.
39239  Echa un vistazo al archivo de ejemplo 
39240 \emph on
39241 spreadsheet.lyx
39242 \emph default
39243  para ver ejemplos de uso y posibles limitaciones.
39244 \end_layout
39245
39246 \begin_layout Description
39247 Fecha Esta inserta la fecha en el formato 
39248 \emph on
39249 Día-Mes-Año.
39250
39251 \emph default
39252  A continuación hay una fecha insertada como material externo: 
39253 \begin_inset External
39254         template Date
39255         filename .
39256
39257 \end_inset
39258
39259
39260 \begin_inset space ~
39261 \end_inset
39262
39263
39264 \begin_inset Note Note
39265 status collapsed
39266
39267 \begin_layout Plain Layout
39268 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
39269 \end_layout
39270
39271 \end_inset
39272
39273
39274 \begin_inset Newline newline
39275 \end_inset
39276
39277 La fecha no se muestra en \SpecialChar LyX
39278 , sólo en la salida.
39279  Hay otros dos métodos de insertar una fecha, con el menú 
39280 \family sans
39281 Insertar\SpecialChar menuseparator
39282 Fecha
39283 \family default
39284  y con el comando \SpecialChar LaTeX
39285  
39286 \series bold
39287
39288 \backslash
39289 today
39290 \series default
39291  en código \SpecialChar TeX
39292 .
39293  Los distintos métodos se comparan en el cuadro
39294 \begin_inset space ~
39295 \end_inset
39296
39297
39298 \begin_inset CommandInset ref
39299 LatexCommand ref
39300 reference "tab:Comparación-de"
39301
39302 \end_inset
39303
39304 .
39305 \end_layout
39306
39307 \begin_layout Description
39308 Tipografía
39309 \begin_inset space ~
39310 \end_inset
39311
39312 musical
39313 \begin_inset space ~
39314 \end_inset
39315
39316 Lilypond Esta plantilla sirve para tipografiar notación musical con el programa
39317 \begin_inset Newline linebreak
39318 \end_inset
39319
39320
39321 \series bold
39322
39323 \begin_inset CommandInset href
39324 LatexCommand href
39325 name "LilyPond"
39326 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
39327
39328 \end_inset
39329
39330
39331 \series default
39332 .
39333  Echa un vistazo al archivo de ejemplo
39334 \emph on
39335  lilypond.lyx
39336 \emph default
39337  para más información sobre el soporte de \SpecialChar LyX
39338  a LilyPond.
39339 \end_layout
39340
39341 \begin_layout Description
39342 Páginas
39343 \begin_inset space ~
39344 \end_inset
39345
39346 PDF Con esta plantilla puedes insertar documentos PDF en tu documento.
39347  Para insertar algunas o todas las páginas de un documento PDF, utiliza
39348  la opción 
39349 \series bold
39350 pages
39351 \series default
39352  en el campo 
39353 \family sans
39354 Opción
39355 \family default
39356  de la pestaña 
39357 \family sans
39358 Opciones de \SpecialChar LaTeX
39359  y \SpecialChar LyX
39360
39361 \family default
39362 .
39363  El argumento de esta opción es una lista separada con comas que contiene
39364  números de páginas (opción 
39365 \series bold
39366 pages={3,5,6,8}
39367 \series default
39368 ), rangos de números de páginas (
39369 \series bold
39370 pages={4-9}
39371 \series default
39372 ) o cualquier combinación.
39373  Para insertar páginas vacías usa {}.
39374  Por ej.,
39375 \begin_inset space ~
39376 \end_inset
39377
39378
39379 \series bold
39380 pages={3,{},8-11,15}
39381 \series default
39382  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
39383  Los rangos de páginas se especifican según el esquema 
39384 \emph on
39385 inicial
39386 \emph default
39387 -
39388 \emph on
39389 final.
39390
39391 \emph default
39392  Así se seleccionan todas las páginas desde 
39393 \emph on
39394 inicial
39395 \emph default
39396  a 
39397 \emph on
39398 final
39399 \emph default
39400 .
39401  Si se omite 
39402 \emph on
39403 inicial
39404 \emph default
39405  comienza en la primera página; si se omite 
39406 \emph on
39407 final
39408 \emph default
39409  termina en la última.
39410  La última página también se puede seleccionar con la clave 
39411 \series bold
39412 last
39413 \series default
39414 .
39415  (Solo está permitido en rangos de páginas).
39416  Así, 
39417 \series bold
39418 pages=-
39419 \series default
39420  insertará todas las páginas del documento y 
39421 \series bold
39422 pages=last-1
39423 \series default
39424  insertará todas las páginas en orden inverso.
39425  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
39426 \begin_inset Newline newline
39427 \end_inset
39428
39429 La opción 
39430 \series bold
39431 noautoscale
39432 \series default
39433  inserta las páginas a tamaño original; si esta opción no se especifica,
39434  el tamaño de las páginas se adaptará a la anchura de página del documento.
39435  En la pestaña 
39436 \family sans
39437 Tamaño y rotación
39438 \family default
39439  se puede especificar la anchura, la altura y la rotación de las páginas
39440  introducidas.
39441  Si se usa una anchura distinta de 100
39442 \begin_inset space \thinspace{}
39443 \end_inset
39444
39445 % Escala, la opción 
39446 \series bold
39447 noautoscale
39448 \series default
39449  será ignorada.
39450  Para más información y otras opciones posibles, consulta la documentación
39451  del paquete \SpecialChar LaTeX
39452  
39453 \series bold
39454 pdfpages
39455 \series default
39456  
39457 \begin_inset CommandInset citation
39458 LatexCommand cite
39459 key "pdfpages"
39460
39461 \end_inset
39462
39463 .
39464 \begin_inset Index idx
39465 status collapsed
39466
39467 \begin_layout Plain Layout
39468 \SpecialChar LaTeX
39469 -paquetes ! pdfpages
39470 \end_layout
39471
39472 \end_inset
39473
39474
39475 \begin_inset Newline newline
39476 \end_inset
39477
39478 Para usar esta plantilla en una presentación 
39479 \family sans
39480 Beamer
39481 \family default
39482 , hay que insertar primero un entorno 
39483 \family sans
39484 Fin de fotograma
39485 \family default
39486  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
39487  con el comando 
39488 \series bold
39489
39490 \backslash
39491 setbeamertemplate{background canvas}{}
39492 \series default
39493 .
39494  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
39495  como quieras.
39496  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
39497  comenzando una nueva diapositiva o una nueva sección.
39498  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
39499  usar alineación 
39500 \family sans
39501 Predeterminada
39502 \family default
39503  para el párrafo que contiene la plantilla.
39504 \begin_inset Newline newline
39505 \end_inset
39506
39507 Un PDF incluido girado -5°: 
39508 \begin_inset External
39509         template PDFPages
39510         filename ../clipart/Abstract.pdf
39511         extra LaTeX "noautoscale, pages=-"
39512         rotateAngle -5
39513         rotateOrigin bottomleft
39514
39515 \end_inset
39516
39517
39518 \end_layout
39519
39520 \begin_layout Description
39521 Imagen
39522 \begin_inset space ~
39523 \end_inset
39524
39525 mapa
39526 \begin_inset space ~
39527 \end_inset
39528
39529 de
39530 \begin_inset space ~
39531 \end_inset
39532
39533 bits Sirve para insertar imágenes bitmap.
39534  Las imágenes se pueden tratar en el diálogo 
39535 \family sans
39536 Material Externo
39537 \family default
39538  como las que habitualmente se incluyen mediante el diálogo 
39539 \family sans
39540 Gráficos
39541 \family default
39542 , tal como se explica en la sección
39543 \begin_inset space ~
39544 \end_inset
39545
39546
39547 \begin_inset CommandInset ref
39548 LatexCommand ref
39549 reference "sec:Diálogo-Gráficos"
39550
39551 \end_inset
39552
39553 .
39554  Aquí se ha insertado una imagen 
39555 \emph on
39556 raster
39557 \emph default
39558
39559 \begin_inset External
39560         template RasterImage
39561         filename ../clipart/ToolbarEnvBox.png
39562
39563 \end_inset
39564
39565
39566 \end_layout
39567
39568 \begin_layout Description
39569 Gráficos
39570 \begin_inset space ~
39571 \end_inset
39572
39573 vectoriales Sirve para insertar gráficos vectoriales.
39574  Los gráficos se pueden tratar en el diálogo 
39575 \family sans
39576 Material Externo
39577 \family default
39578  como las que habitualmente se incluyen mediante el diálogo 
39579 \family sans
39580 Gráficos
39581 \family default
39582 , tal como se explica en la sección
39583 \begin_inset space ~
39584 \end_inset
39585
39586
39587 \begin_inset CommandInset ref
39588 LatexCommand ref
39589 reference "sec:Diálogo-Gráficos"
39590
39591 \end_inset
39592
39593 .
39594  Aquí una imagen vectorial insertada: 
39595 \begin_inset External
39596         template VectorGraphics
39597         filename ../clipart/SVG-Drawing.svg
39598         scale 33
39599
39600 \end_inset
39601
39602
39603 \end_layout
39604
39605 \begin_layout Description
39606 Figura
39607 \begin_inset space ~
39608 \end_inset
39609
39610 Xfig Esta plantilla soporta imágenes creadas con el programa 
39611 \series bold
39612
39613 \begin_inset CommandInset href
39614 LatexCommand href
39615 name "Xfig"
39616 target "http://en.wikipedia.org/wiki/Xfig"
39617
39618 \end_inset
39619
39620
39621 \series default
39622 .
39623 \end_layout
39624
39625 \begin_layout Standard
39626 \begin_inset Float table
39627 placement !h
39628 wide false
39629 sideways false
39630 status open
39631
39632 \begin_layout Plain Layout
39633 \begin_inset Caption Standard
39634
39635 \begin_layout Plain Layout
39636 \begin_inset CommandInset label
39637 LatexCommand label
39638 name "tab:Comparación-de"
39639
39640 \end_inset
39641
39642 Comparación de los métodos de inserción de fecha.
39643 \end_layout
39644
39645 \end_inset
39646
39647
39648 \end_layout
39649
39650 \begin_layout Plain Layout
39651 \align center
39652 \begin_inset Tabular
39653 <lyxtabular version="3" rows="4" columns="4">
39654 <features tabularvalignment="middle">
39655 <column alignment="center" valignment="top">
39656 <column alignment="center" valignment="top">
39657 <column alignment="center" valignment="top">
39658 <column alignment="center" valignment="top">
39659 <row>
39660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39661 \begin_inset Text
39662
39663 \begin_layout Plain Layout
39664 Documento
39665 \end_layout
39666
39667 \end_inset
39668 </cell>
39669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39670 \begin_inset Text
39671
39672 \begin_layout Plain Layout
39673
39674 \family sans
39675 Material externo\SpecialChar menuseparator
39676 Fecha
39677 \end_layout
39678
39679 \end_inset
39680 </cell>
39681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39682 \begin_inset Text
39683
39684 \begin_layout Plain Layout
39685
39686 \family sans
39687 Insertar\SpecialChar menuseparator
39688 Fecha
39689 \end_layout
39690
39691 \end_inset
39692 </cell>
39693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39694 \begin_inset Text
39695
39696 \begin_layout Plain Layout
39697 comando 
39698 \series bold
39699
39700 \backslash
39701 today
39702 \end_layout
39703
39704 \end_inset
39705 </cell>
39706 </row>
39707 <row>
39708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39709 \begin_inset Text
39710
39711 \begin_layout Plain Layout
39712 \SpecialChar LyX
39713
39714 \end_layout
39715
39716 \end_inset
39717 </cell>
39718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39719 \begin_inset Text
39720
39721 \begin_layout Plain Layout
39722 como recuadro
39723 \end_layout
39724
39725 \end_inset
39726 </cell>
39727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39728 \begin_inset Text
39729
39730 \begin_layout Plain Layout
39731 como fecha
39732 \end_layout
39733
39734 \end_inset
39735 </cell>
39736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39737 \begin_inset Text
39738
39739 \begin_layout Plain Layout
39740 como cuadro código \SpecialChar TeX
39741
39742 \end_layout
39743
39744 \end_inset
39745 </cell>
39746 </row>
39747 <row>
39748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39749 \begin_inset Text
39750
39751 \begin_layout Plain Layout
39752 \SpecialChar LaTeX
39753
39754 \end_layout
39755
39756 \end_inset
39757 </cell>
39758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39759 \begin_inset Text
39760
39761 \begin_layout Plain Layout
39762 como fecha
39763 \end_layout
39764
39765 \end_inset
39766 </cell>
39767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39768 \begin_inset Text
39769
39770 \begin_layout Plain Layout
39771 como fecha
39772 \end_layout
39773
39774 \end_inset
39775 </cell>
39776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39777 \begin_inset Text
39778
39779 \begin_layout Plain Layout
39780 como comando
39781 \end_layout
39782
39783 \end_inset
39784 </cell>
39785 </row>
39786 <row>
39787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39788 \begin_inset Text
39789
39790 \begin_layout Plain Layout
39791 DVI, PDF, PS
39792 \end_layout
39793
39794 \end_inset
39795 </cell>
39796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39797 \begin_inset Text
39798
39799 \begin_layout Plain Layout
39800 como fecha
39801 \end_layout
39802
39803 \end_inset
39804 </cell>
39805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39806 \begin_inset Text
39807
39808 \begin_layout Plain Layout
39809 como fecha
39810 \end_layout
39811
39812 \end_inset
39813 </cell>
39814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39815 \begin_inset Text
39816
39817 \begin_layout Plain Layout
39818 como fecha
39819 \end_layout
39820
39821 \end_inset
39822 </cell>
39823 </row>
39824 </lyxtabular>
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \end_inset
39832
39833
39834 \end_layout
39835
39836 \begin_layout Standard
39837 Si utilizas la opción 
39838 \family sans
39839 Borrador
39840 \family default
39841  en la solapa 
39842 \family sans
39843 Archivo
39844 \family default
39845  del diálogo 
39846 \family sans
39847 Material Externo
39848 \family default
39849 , en el documento de salida sólo se muestra la ruta al archivo insertado.
39850 \family sans
39851
39852 \begin_inset Newline newline
39853 \end_inset
39854
39855
39856 \family default
39857 El material externo se muestra en \SpecialChar LyX
39858  como un recuadro del tipo:
39859 \family sans
39860  
39861 \family default
39862
39863 \begin_inset Graphics
39864         filename clipart/MaterialExterno.png
39865         scale 75
39866
39867 \end_inset
39868
39869  o como imagen, dependiendo de si se marca la opción 
39870 \family sans
39871 Mostrar en \SpecialChar LyX
39872  
39873 \family default
39874 de la pestaña 
39875 \family sans
39876 Opciones de \SpecialChar LaTeX
39877  y \SpecialChar LyX
39878
39879 \family default
39880  del diálogo
39881 \family sans
39882 .
39883 \end_layout
39884
39885 \begin_layout Standard
39886 En el manual 
39887 \emph on
39888 Personalización
39889 \emph default
39890  se explica cómo definir tus propias plantillas.
39891 \end_layout
39892
39893 \begin_layout Section
39894 Documento hijo
39895 \begin_inset CommandInset label
39896 LatexCommand label
39897 name "sec:Documento-Hijo"
39898
39899 \end_inset
39900
39901
39902 \begin_inset Index idx
39903 status collapsed
39904
39905 \begin_layout Plain Layout
39906 Documento hijo
39907 \end_layout
39908
39909 \end_inset
39910
39911
39912 \end_layout
39913
39914 \begin_layout Standard
39915 Los documentos hijos se emplean en el caso de tener un documento extenso
39916  compuesto por varias partes o secciones más grandes.
39917  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
39918  en varios archivos que pueden ser revisados por separado.
39919  Estos archivos se conocen como documentos hijos, y el llamado documento
39920  maestro los conecta con el fin de imprimirlos como un todo o por partes.
39921  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
39922  \SpecialChar LaTeX
39923 , la bibliografía y las etiquetas de las referencias cruzadas.
39924 \end_layout
39925
39926 \begin_layout Standard
39927 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
39928  en el menú 
39929 \family sans
39930 Documento\SpecialChar menuseparator
39931 Configuración\SpecialChar menuseparator
39932 Clase del documento
39933 \family default
39934  del documento hijo especifica el documento maestro predeterminado.
39935  Este maestro será usado entonces por \SpecialChar LyX
39936  en un segundo plano cuando edites
39937  el documento hijo.
39938 \end_layout
39939
39940 \begin_layout Standard
39941 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
39942  como
39943  recuadros del tipo: 
39944 \begin_inset Graphics
39945         filename clipart/DocumentoHijo.png
39946         scale 75
39947
39948 \end_inset
39949
39950 .
39951  Para incluir documentos hijos en un documento maestro utiliza el menú 
39952 \family sans
39953 Insertar
39954 \family default
39955 \SpecialChar menuseparator
39956
39957 \family sans
39958 Archivo
39959 \family default
39960 \SpecialChar menuseparator
39961
39962 \family sans
39963 Documento
39964 \begin_inset space ~
39965 \end_inset
39966
39967 hijo
39968 \family default
39969 .
39970  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
39971 \end_layout
39972
39973 \begin_layout Description
39974 Anexar Puedes incluir documentos \SpecialChar LyX
39975  y documentos \SpecialChar LaTeX
39976 .
39977  Al pulsar el botón 
39978 \family sans
39979 Editar
39980 \family default
39981  en el diálogo 
39982 \family sans
39983 Documento hijo
39984 \family default
39985 , los documentos incluidos se abrirán en una nueva solapa de archivo en
39986  la ventana de \SpecialChar LyX
39987  y así puedes modificarlos si quieres.
39988 \end_layout
39989
39990 \begin_layout Standard
39991 Aquí hay un archivo insertado con el método 
39992 \family sans
39993 Anexar
39994 \family default
39995
39996 \begin_inset CommandInset include
39997 LatexCommand include
39998 filename "DocumentoPostizo1.lyx"
39999
40000 \end_inset
40001
40002
40003 \end_layout
40004
40005 \begin_layout Standard
40006 La numeración de secciones tiene en cuenta las secciones de los archivos
40007  incluidos en el orden en que están insertados en el documento maestro.
40008  El documento incluido de ejemplo tiene una subsección que se numera como
40009  subsección de la presente sección.
40010  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
40011 \begin_inset space ~
40012 \end_inset
40013
40014
40015 \begin_inset CommandInset ref
40016 LatexCommand ref
40017 reference "subsec:Subsección-Externa-1"
40018
40019 \end_inset
40020
40021 .
40022 \end_layout
40023
40024 \begin_layout Standard
40025 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
40026  del documento maestro.
40027  Las ramas en los documentos hijos serán ignoradas por el documento maestro
40028  si éste no tiene una rama con el mismo nombre.
40029  Los documentos anexados se insertan comenzando una página nueva y acabando
40030  con un salto de página.
40031 \end_layout
40032
40033 \begin_layout Standard
40034 \begin_inset Note Greyedout
40035 status open
40036
40037 \begin_layout Plain Layout
40038
40039 \series bold
40040 Nota:
40041 \series default
40042  Si has incluido un archivo \SpecialChar LyX
40043  o \SpecialChar LaTeX
40044  cuya clase de documento es distinta a la
40045  del documento maestro, recibirás una advertencia al exportar/ver el documento,
40046  ya que esto podría dar resultados inesperados.
40047 \end_layout
40048
40049 \end_inset
40050
40051
40052 \end_layout
40053
40054 \begin_layout Description
40055 Incorporar Este método es muy parecido al método 
40056 \family sans
40057 Anexar
40058 \family default
40059 .
40060  Las diferencias son:
40061 \end_layout
40062
40063 \begin_deeper
40064 \begin_layout Itemize
40065 Los archivos incorporados no comienzan en página nueva ni acaban con un
40066  salto de página.
40067 \end_layout
40068
40069 \begin_layout Itemize
40070 Los archivos incorporados pueden visualizar en \SpecialChar LyX
40071  si la 
40072 \family sans
40073 Vista
40074 \begin_inset space ~
40075 \end_inset
40076
40077 preliminar
40078 \begin_inset space ~
40079 \end_inset
40080
40081 inmediata 
40082 \family default
40083 está activada en el diálogo 
40084 \family sans
40085 Herramientas\SpecialChar menuseparator
40086 Preferencias
40087 \family default
40088 , apartado 
40089 \family sans
40090 Apariencia\SpecialChar menuseparator
40091 Visualización
40092 \family default
40093 .
40094 \end_layout
40095
40096 \begin_layout Itemize
40097 Los archivos incorporados no se pueden excluir mediante el menú 
40098 \family sans
40099 Documento\SpecialChar menuseparator
40100 Configuración\SpecialChar menuseparator
40101 Documentos hijo
40102 \family default
40103 .
40104 \end_layout
40105
40106 \end_deeper
40107 \begin_layout Standard
40108 Aquí hay un documento hijo insertado con el método 
40109 \family sans
40110 Incorporar
40111 \family default
40112 :
40113 \end_layout
40114
40115 \begin_layout Standard
40116 \begin_inset CommandInset include
40117 LatexCommand input
40118 filename "DocumentoPostizo2.lyx"
40119
40120 \end_inset
40121
40122
40123 \end_layout
40124
40125 \begin_layout Standard
40126 Aquí se inserta un documento hijo en modo 
40127 \emph on
40128 input
40129 \emph default
40130  como fuente de \SpecialChar LaTeX
40131 :
40132 \end_layout
40133
40134 \begin_layout Quote
40135 \begin_inset CommandInset include
40136 LatexCommand input
40137 filename "DocumentoTextoPostizo.txt"
40138
40139 \end_inset
40140
40141
40142 \end_layout
40143
40144 \begin_layout Description
40145 Literal Con este método se puede incluir cualquier archivo de texto.
40146  El archivo aparece en la salida con su código fuente, y si contiene comandos
40147  no se ejecutan.
40148  Con la opción 
40149 \family sans
40150 Marcar espacios en la salida
40151 \family default
40152  cada espacio en el código fuente se muestra en la salida con el carácter
40153  «
40154 \begin_inset ERT
40155 status collapsed
40156
40157 \begin_layout Plain Layout
40158
40159
40160 \backslash
40161 textvisiblespace
40162 \end_layout
40163
40164 \end_inset
40165
40166 ».
40167  La diferencia con el método de inserción mediante el menú 
40168 \family sans
40169 Insertar
40170 \family default
40171 \SpecialChar menuseparator
40172
40173 \family sans
40174 Archivo
40175 \family default
40176 \SpecialChar menuseparator
40177
40178 \family sans
40179 Texto
40180 \begin_inset space ~
40181 \end_inset
40182
40183 simple
40184 \family default
40185  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
40186 , mientras que en
40187  modo 
40188 \family sans
40189 Literal 
40190 \family default
40191 no se muestra el contenido, sino un recuadro con el nombre.
40192
40193 \family sans
40194  
40195 \end_layout
40196
40197 \begin_layout Standard
40198 Aquí se inserta un documento hijo en modo Literal:
40199 \begin_inset CommandInset include
40200 LatexCommand verbatiminput
40201 filename "DocumentoTextoPostizo.txt"
40202
40203 \end_inset
40204
40205
40206 \begin_inset VSpace bigskip
40207 \end_inset
40208
40209
40210 \end_layout
40211
40212 \begin_layout Standard
40213 Aquí se inserta un documento hijo en modo Literal con la opción 
40214 \family sans
40215 Marcar espacios en la salida
40216 \family default
40217 :
40218 \begin_inset CommandInset include
40219 LatexCommand verbatiminput*
40220 filename "DocumentoTextoPostizo.txt"
40221
40222 \end_inset
40223
40224
40225 \begin_inset VSpace bigskip
40226 \end_inset
40227
40228
40229 \end_layout
40230
40231 \begin_layout Standard
40232 \begin_inset Note Greyedout
40233 status open
40234
40235 \begin_layout Plain Layout
40236
40237 \series bold
40238 Nota:
40239 \series default
40240  Como puedes ver en los ejemplos anteriores, el texto de los documentos
40241  incluidos en modo 
40242 \family sans
40243 literal
40244 \family default
40245  no contiene saltos de línea, a no ser que se incluyan expresamente en el
40246  archivo de texto.
40247 \end_layout
40248
40249 \end_inset
40250
40251
40252 \end_layout
40253
40254 \begin_layout Description
40255 Listado
40256 \begin_inset space ~
40257 \end_inset
40258
40259 de
40260 \begin_inset space ~
40261 \end_inset
40262
40263 código Este tipo se describe en el capítulo
40264 \begin_inset space ~
40265 \end_inset
40266
40267
40268 \begin_inset CommandInset ref
40269 LatexCommand ref
40270 reference "cap:Listado-de-código"
40271
40272 \end_inset
40273
40274 .
40275 \end_layout
40276
40277 \begin_layout Standard
40278 \begin_inset Note Greyedout
40279 status open
40280
40281 \begin_layout Plain Layout
40282
40283 \series bold
40284 Nota:
40285 \series default
40286  Incluir el mismo documento dos veces con métodos diferentes podría causar
40287  problemas en \SpecialChar LaTeX
40288 .
40289 \end_layout
40290
40291 \end_inset
40292
40293
40294 \end_layout
40295
40296 \begin_layout Standard
40297 Si quieres ver o exportar solo determinados hijos del documento maestro,
40298  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
40299  individuales del libro, puedes excluir hijos en la salida.
40300  Esto se consigue mediante el menú 
40301 \family sans
40302 Documento\SpecialChar menuseparator
40303 Configuración\SpecialChar menuseparator
40304 Documento hijo
40305 \family default
40306 .
40307  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
40308  (esto solo funciona para documentos insertados mediante 
40309 \begin_inset Quotes fld
40310 \end_inset
40311
40312 Anexar
40313 \begin_inset Quotes frd
40314 \end_inset
40315
40316 , no con 
40317 \begin_inset Quotes fld
40318 \end_inset
40319
40320 Incorporar
40321 \begin_inset Quotes frd
40322 \end_inset
40323
40324 ).
40325  Si se marca la opción 
40326 \family sans
40327 Mantener contadores y referencias
40328 \family default
40329  \SpecialChar LyX
40330  garantiza que todos los números de página, referencias, etc., se respetan
40331  como si se procesara el documento completo.
40332  No obstante, \SpecialChar LyX
40333  tiene que procesar el documento entero en segundo plano para
40334  que esta característica funcione.
40335  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
40336  los contadores y referencias, desmarca esta casilla.
40337 \end_layout
40338
40339 \begin_layout Standard
40340 Alternativamente, se puede poner cada archivo incluido en una rama.
40341 \begin_inset Foot
40342 status collapsed
40343
40344 \begin_layout Plain Layout
40345 Las ramas se describen en la sección
40346 \emph on
40347  Ramas
40348 \emph default
40349  de la 
40350 \emph on
40351 Guía del usuario
40352 \emph default
40353  de \SpecialChar LyX
40354 .
40355 \end_layout
40356
40357 \end_inset
40358
40359  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
40360  aparecerán en la salida.
40361  Esto tiene la ventaja de que también funciona con hijos incluidos con 
40362 \begin_inset Quotes fld
40363 \end_inset
40364
40365 Incorporar
40366 \begin_inset Quotes frd
40367 \end_inset
40368
40369 .
40370  Sin embargo, los contadores y las referencias no se mantendrán usando este
40371  método.
40372 \end_layout
40373
40374 \begin_layout Chapter
40375 Listado de código
40376 \begin_inset CommandInset label
40377 LatexCommand label
40378 name "cap:Listado-de-código"
40379
40380 \end_inset
40381
40382
40383 \begin_inset Index idx
40384 status open
40385
40386 \begin_layout Plain Layout
40387 Listado de código
40388 \end_layout
40389
40390 \end_inset
40391
40392
40393 \begin_inset Index idx
40394 status open
40395
40396 \begin_layout Plain Layout
40397 Código de programa
40398 \end_layout
40399
40400 \end_inset
40401
40402
40403 \begin_inset Index idx
40404 status open
40405
40406 \begin_layout Plain Layout
40407 Flotantes ! Listado de código
40408 \end_layout
40409
40410 \end_inset
40411
40412
40413 \end_layout
40414
40415 \begin_layout Standard
40416 Para incluir y tipografiar código de programación puedes usar la opción
40417  de menú disponible en 
40418 \family sans
40419 Insertar\SpecialChar menuseparator
40420 Listado
40421 \begin_inset space ~
40422 \end_inset
40423
40424 de
40425 \begin_inset space ~
40426 \end_inset
40427
40428 código.
40429  
40430 \family default
40431 El paquete \SpecialChar LaTeX
40432  
40433 \series bold
40434 listings
40435 \series default
40436
40437 \begin_inset Index idx
40438 status collapsed
40439
40440 \begin_layout Plain Layout
40441 \SpecialChar LaTeX
40442 -paquetes ! listings
40443 \end_layout
40444
40445 \end_inset
40446
40447  provee un mecanismo potente y flexible para insertar código fuente en tu
40448  documento.
40449 \end_layout
40450
40451 \begin_layout Standard
40452 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
40453  incorporado en el que puedes configurar su formato.
40454 \end_layout
40455
40456 \begin_layout Standard
40457 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
40458  La opción de ubicación 
40459 \family sans
40460 Listado
40461 \begin_inset space ~
40462 \end_inset
40463
40464 en
40465 \begin_inset space ~
40466 \end_inset
40467
40468 línea
40469 \family default
40470  lo imprime en la línea, como este ejemplo: 
40471 \begin_inset listings
40472 lstparams "language={C++}"
40473 inline true
40474 status open
40475
40476 \begin_layout Plain Layout
40477
40478 int a=5;
40479 \end_layout
40480
40481 \end_inset
40482
40483
40484 \family sans
40485
40486 \begin_inset Newline newline
40487 \end_inset
40488
40489
40490 \family default
40491 La opción 
40492 \family sans
40493 Flotante
40494 \family default
40495  crea un listado flotante cuya colocación se puede especificar mediante
40496  las opciones «
40497 \family sans
40498 h
40499 \family default
40500 », «
40501 \family sans
40502 t
40503 \family default
40504 », «
40505 \family sans
40506 b
40507 \family default
40508 » y «
40509 \family sans
40510 p
40511 \family default
40512 », correspondientes a las opciones de colocación de flotantes descritas
40513  en la sección
40514 \family sans
40515
40516 \begin_inset space ~
40517 \end_inset
40518
40519
40520 \begin_inset CommandInset ref
40521 LatexCommand ref
40522 reference "sec:Colocación-de-Flotantes"
40523
40524 \end_inset
40525
40526
40527 \family default
40528 .
40529  Las opciones de colocación se pueden mezclar y se escriben sin separación,
40530  p.
40531 \family sans
40532
40533 \begin_inset space \thinspace{}
40534 \end_inset
40535
40536
40537 \family default
40538 ej.
40539 \begin_inset space ~
40540 \end_inset
40541
40542 «
40543 \family sans
40544 htbp
40545 \family default
40546 ».
40547  La opción «
40548 \family sans
40549 h
40550 \family default
40551 » a veces no tiene efecto, pero no necesitas usar la opción 
40552 \family sans
40553 Flotante
40554 \family default
40555  en ese caso puesto que los listados de código no flotantes también pueden
40556  tener leyendas y ser referenciadas.
40557 \end_layout
40558
40559 \begin_layout Standard
40560 Se puede añadir una leyenda a un listado de código con el menú 
40561 \family sans
40562 Insertar\SpecialChar menuseparator
40563 Leyenda
40564 \family default
40565 .
40566  Los listados de código se pueden referenciar como los flotantes: Listado
40567 \begin_inset space ~
40568 \end_inset
40569
40570
40571 \begin_inset CommandInset ref
40572 LatexCommand ref
40573 reference "lst:Ejemplo-de-listado-de-código"
40574
40575 \end_inset
40576
40577  Con el menú 
40578 \family sans
40579 Insertar\SpecialChar menuseparator
40580 Índices\SpecialChar menuseparator
40581 Listados
40582 \begin_inset space ~
40583 \end_inset
40584
40585 de
40586 \begin_inset space ~
40587 \end_inset
40588
40589 código
40590 \family default
40591  se crea un índice de todos los listados de código con leyenda insertados.
40592  Las entradas del índice son la leyenda y el número de cada listado de código.
40593 \end_layout
40594
40595 \begin_layout Standard
40596 \begin_inset listings
40597 lstparams "language=Python"
40598 inline false
40599 status open
40600
40601 \begin_layout Plain Layout
40602
40603 \begin_inset Caption Standard
40604
40605 \begin_layout Plain Layout
40606 \begin_inset CommandInset label
40607 LatexCommand label
40608 name "lst:Ejemplo-de-listado-de-código"
40609
40610 \end_inset
40611
40612 Ejemplo de listado de código flotante
40613 \end_layout
40614
40615 \end_inset
40616
40617 # Ejemplo de listado flotante
40618 \end_layout
40619
40620 \begin_layout Plain Layout
40621
40622 def func(param):
40623 \end_layout
40624
40625 \begin_layout Plain Layout
40626
40627     'this is a python function'
40628 \end_layout
40629
40630 \begin_layout Plain Layout
40631
40632     pass
40633 \end_layout
40634
40635 \end_inset
40636
40637
40638 \end_layout
40639
40640 \begin_layout Standard
40641 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
40642  de listado de código, las palabras clave de ese lenguaje serán reconocidas
40643  y tipografiadas de manera especial en la salida.
40644  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
40645  negrita.
40646 \end_layout
40647
40648 \begin_layout Standard
40649 \begin_inset Note Greyedout
40650 status open
40651
40652 \begin_layout Plain Layout
40653
40654 \series bold
40655 Nota:
40656 \series default
40657  Si no consigues caracteres en negrita cuando usas tipografías de ancho
40658  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
40659  En este caso selecciona una tipografía distinta en el menú 
40660 \family sans
40661 Documento
40662 \family default
40663 \SpecialChar menuseparator
40664
40665 \family sans
40666 Configuración
40667 \family default
40668 \SpecialChar menuseparator
40669
40670 \family sans
40671 Tipografías.
40672  
40673 \family default
40674 (Las tipografías 
40675 \emph on
40676 LuxiMono, BeraMono
40677 \emph default
40678  y 
40679 \emph on
40680 Courier 
40681 \emph default
40682 suministran negritas.)
40683 \end_layout
40684
40685 \end_inset
40686
40687
40688 \end_layout
40689
40690 \begin_layout Standard
40691 En la sección 
40692 \family sans
40693 Numeración
40694 \begin_inset space ~
40695 \end_inset
40696
40697 de
40698 \begin_inset space ~
40699 \end_inset
40700
40701 líneas
40702 \family default
40703  del diálogo puedes elegir el estilo de numeración de las líneas.
40704  En el campo 
40705 \family sans
40706 Paso 
40707 \family default
40708 puedes insertar un número para determinar qué líneas se numeran.
40709  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
40710  
40711 \end_layout
40712
40713 \begin_layout Standard
40714 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
40715  en la salida.
40716  La opción 
40717 \family sans
40718 Mapa
40719 \begin_inset space ~
40720 \end_inset
40721
40722 de
40723 \begin_inset space ~
40724 \end_inset
40725
40726 caracteres
40727 \begin_inset space ~
40728 \end_inset
40729
40730 tradicional
40731 \begin_inset space ~
40732 \end_inset
40733
40734 mejorado
40735 \family default
40736  debería emplearse si se usan en el código caracteres nacionales como la
40737  diéresis alemana.
40738 \begin_inset Newline newline
40739 \end_inset
40740
40741 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
40742  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
40743  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
40744 \begin_inset listings
40745 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40746 inline false
40747 status open
40748
40749 \begin_layout Plain Layout
40750
40751 def func(param):
40752 \end_layout
40753
40754 \begin_layout Plain Layout
40755
40756     'this is a python function'
40757 \end_layout
40758
40759 \begin_layout Plain Layout
40760
40761     pass
40762 \end_layout
40763
40764 \begin_layout Plain Layout
40765
40766 def func(param):
40767 \end_layout
40768
40769 \begin_layout Plain Layout
40770
40771 'This is a German word: Tschüß'
40772 \end_layout
40773
40774 \begin_layout Plain Layout
40775
40776 pass
40777 \end_layout
40778
40779 \begin_layout Plain Layout
40780
40781 def func(param):
40782 \end_layout
40783
40784 \begin_layout Plain Layout
40785
40786 'this is a python function'
40787 \end_layout
40788
40789 \begin_layout Plain Layout
40790
40791 pass
40792 \end_layout
40793
40794 \end_inset
40795
40796
40797 \end_layout
40798
40799 \begin_layout Standard
40800 \begin_inset Note Greyedout
40801 status open
40802
40803 \begin_layout Plain Layout
40804
40805 \series bold
40806 Nota:
40807 \series default
40808  Debido a un error en el paquete 
40809 \series bold
40810 listings
40811 \series default
40812  la numeración de líneas cambia en una línea por cada listado previo.
40813  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
40814  3 y 6.
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \end_layout
40821
40822 \begin_layout Standard
40823 \begin_inset VSpace bigskip
40824 \end_inset
40825
40826
40827 \end_layout
40828
40829 \begin_layout Standard
40830 También es posible imprimir como listado de código líneas de un archivo.
40831  Para hacer esto, usa el menú 
40832 \family sans
40833 Insertar\SpecialChar menuseparator
40834 Archivo\SpecialChar menuseparator
40835 Documento
40836 \begin_inset space ~
40837 \end_inset
40838
40839 hijo 
40840 \family default
40841 y elige el tipo 
40842 \family sans
40843 Listado de código
40844 \family default
40845 .
40846 \begin_inset Foot
40847 status collapsed
40848
40849 \begin_layout Plain Layout
40850 Los restantes tipos de documento hijo se describen en la sección
40851 \begin_inset space ~
40852 \end_inset
40853
40854
40855 \begin_inset CommandInset ref
40856 LatexCommand ref
40857 reference "sec:Documento-Hijo"
40858
40859 \end_inset
40860
40861 .
40862 \end_layout
40863
40864 \end_inset
40865
40866  En el diálogo de documento hijo puedes especificar los parámetros del listado
40867  en el cuadro de texto.
40868  Para ver una lista de los parámetros disponibles teclea una interrogación
40869  «?» en el cuadro.
40870 \end_layout
40871
40872 \begin_layout Standard
40873 Para referenciar un documento hijo tipo listado, escribe el texto de la
40874  etiqueta en el campo correspondiente del diálogo de documento hijo.
40875  Después se puede referenciar la etiqueta con el menú 
40876 \family sans
40877 Insertar\SpecialChar menuseparator
40878 Referencia cruzada.
40879 \end_layout
40880
40881 \begin_layout Standard
40882 A continuación hay un ejemplo, Listado
40883 \begin_inset space ~
40884 \end_inset
40885
40886
40887 \begin_inset CommandInset ref
40888 LatexCommand ref
40889 reference "lst:archivo-listado"
40890
40891 \end_inset
40892
40893 , de inserción de líneas de un archivo; en él se incluye el rango de las
40894  líneas 10
40895 \begin_inset space \thinspace{}
40896 \end_inset
40897
40898 -
40899 \begin_inset space \thinspace{}
40900 \end_inset
40901
40902 15 de este archivo \SpecialChar LyX
40903 .
40904 \end_layout
40905
40906 \begin_layout Standard
40907 \begin_inset CommandInset include
40908 LatexCommand lstinputlisting
40909 filename "EmbeddedObjects.lyx"
40910 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
40911
40912 \end_inset
40913
40914
40915 \end_layout
40916
40917 \begin_layout Standard
40918 \begin_inset VSpace bigskip
40919 \end_inset
40920
40921
40922 \end_layout
40923
40924 \begin_layout Standard
40925 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
40926 \end_layout
40927
40928 \begin_layout Enumerate
40929 Abre el diálogo de listado y añade
40930 \begin_inset Newline newline
40931 \end_inset
40932
40933
40934 \family sans
40935 mathescape=true
40936 \begin_inset Newline newline
40937 \end_inset
40938
40939
40940 \family default
40941 en el campo de texto de la solapa 
40942 \family sans
40943 Avanzado
40944 \end_layout
40945
40946 \begin_layout Enumerate
40947 Crea una ecuación fuera del listado
40948 \end_layout
40949
40950 \begin_layout Enumerate
40951 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
40952  (teclas 
40953 \family sans
40954 Ctrl+C
40955 \family default
40956 )
40957 \end_layout
40958
40959 \begin_layout Enumerate
40960 En el listado escribe 
40961 \begin_inset Quotes eld
40962 \end_inset
40963
40964
40965 \family sans
40966 $$
40967 \family default
40968
40969 \begin_inset Quotes erd
40970 \end_inset
40971
40972  y pega desde el portapapeles entre los símbolos dólar (teclas 
40973 \family sans
40974 Ctrl+V
40975 \family default
40976 )
40977 \end_layout
40978
40979 \begin_layout Standard
40980 \begin_inset listings
40981 lstparams "language=Python,mathescape=true"
40982 inline false
40983 status open
40984
40985 \begin_layout Plain Layout
40986
40987 \begin_inset Caption Standard
40988
40989 \begin_layout Plain Layout
40990 Ejemplo de listado flotante con una ecuación
40991 \end_layout
40992
40993 \end_inset
40994
40995 # Ejemplo de listado flotante
40996 \end_layout
40997
40998 \begin_layout Plain Layout
40999
41000 def func(param):
41001 \end_layout
41002
41003 \begin_layout Plain Layout
41004
41005     # $
41006 \backslash
41007 prod_{n=1}^{
41008 \backslash
41009 infty}
41010 \backslash
41011 ,
41012 \backslash
41013 frac{1}{x^{2}}$
41014 \end_layout
41015
41016 \begin_layout Plain Layout
41017
41018     pass
41019 \end_layout
41020
41021 \end_inset
41022
41023
41024 \end_layout
41025
41026 \begin_layout Standard
41027 \begin_inset VSpace bigskip
41028 \end_inset
41029
41030
41031 \end_layout
41032
41033 \begin_layout Standard
41034 Los parámetros globales para listados de programa se pueden establecer en
41035  el diálogo 
41036 \family sans
41037 Documento\SpecialChar menuseparator
41038 Configuración\SpecialChar menuseparator
41039 Listado
41040 \begin_inset space ~
41041 \end_inset
41042
41043 de
41044 \begin_inset space ~
41045 \end_inset
41046
41047 código.
41048  
41049 \family default
41050 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
41051  «?» en el campo de texto.
41052 \end_layout
41053
41054 \begin_layout Standard
41055 Para más información sobre el paquete 
41056 \series bold
41057 listings
41058 \series default
41059 , consulta su documentación
41060 \begin_inset space ~
41061 \end_inset
41062
41063
41064 \begin_inset CommandInset citation
41065 LatexCommand cite
41066 key "listings"
41067
41068 \end_inset
41069
41070 .
41071 \end_layout
41072
41073 \begin_layout Standard
41074 \begin_inset Newpage newpage
41075 \end_inset
41076
41077
41078 \end_layout
41079
41080 \begin_layout Chapter
41081 \start_of_appendix
41082 Unidades disponibles en \SpecialChar LyX
41083
41084 \begin_inset Index idx
41085 status collapsed
41086
41087 \begin_layout Plain Layout
41088 Unidades
41089 \end_layout
41090
41091 \end_inset
41092
41093
41094 \begin_inset CommandInset label
41095 LatexCommand label
41096 name "cap:Unidades-disponibles-en"
41097
41098 \end_inset
41099
41100
41101 \end_layout
41102
41103 \begin_layout Standard
41104 Para comprender las unidades utilizadas en este manual, el cuadro
41105 \begin_inset space ~
41106 \end_inset
41107
41108
41109 \begin_inset CommandInset ref
41110 LatexCommand ref
41111 reference "tab:Unidades"
41112
41113 \end_inset
41114
41115  describe todas las unidades disponibles en \SpecialChar LyX
41116 .
41117 \end_layout
41118
41119 \begin_layout Standard
41120 \begin_inset Float table
41121 placement h
41122 wide false
41123 sideways false
41124 status open
41125
41126 \begin_layout Plain Layout
41127 \begin_inset Caption Standard
41128
41129 \begin_layout Plain Layout
41130 \begin_inset CommandInset label
41131 LatexCommand label
41132 name "tab:Unidades"
41133
41134 \end_inset
41135
41136 Unidades
41137 \end_layout
41138
41139 \end_inset
41140
41141
41142 \end_layout
41143
41144 \begin_layout Plain Layout
41145 \begin_inset VSpace medskip
41146 \end_inset
41147
41148
41149 \end_layout
41150
41151 \begin_layout Plain Layout
41152 \align center
41153 \begin_inset Tabular
41154 <lyxtabular version="3" rows="20" columns="3">
41155 <features tabularvalignment="middle">
41156 <column alignment="center" valignment="top">
41157 <column alignment="center" valignment="top">
41158 <column alignment="center" valignment="top">
41159 <row>
41160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41161 \begin_inset Text
41162
41163 \begin_layout Plain Layout
41164 unidad
41165 \end_layout
41166
41167 \end_inset
41168 </cell>
41169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41170 \begin_inset Text
41171
41172 \begin_layout Plain Layout
41173 nombre/descripción
41174 \end_layout
41175
41176 \end_inset
41177 </cell>
41178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41179 \begin_inset Text
41180
41181 \begin_layout Plain Layout
41182 comando \SpecialChar LaTeX
41183
41184 \end_layout
41185
41186 \end_inset
41187 </cell>
41188 </row>
41189 <row>
41190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41191 \begin_inset Text
41192
41193 \begin_layout Plain Layout
41194 mm
41195 \end_layout
41196
41197 \end_inset
41198 </cell>
41199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41200 \begin_inset Text
41201
41202 \begin_layout Plain Layout
41203 milímetro
41204 \end_layout
41205
41206 \end_inset
41207 </cell>
41208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41209 \begin_inset Text
41210
41211 \begin_layout Plain Layout
41212 -
41213 \end_layout
41214
41215 \end_inset
41216 </cell>
41217 </row>
41218 <row>
41219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41220 \begin_inset Text
41221
41222 \begin_layout Plain Layout
41223 cm
41224 \end_layout
41225
41226 \end_inset
41227 </cell>
41228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41229 \begin_inset Text
41230
41231 \begin_layout Plain Layout
41232 centímetro
41233 \end_layout
41234
41235 \end_inset
41236 </cell>
41237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41238 \begin_inset Text
41239
41240 \begin_layout Plain Layout
41241 -
41242 \end_layout
41243
41244 \end_inset
41245 </cell>
41246 </row>
41247 <row>
41248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41249 \begin_inset Text
41250
41251 \begin_layout Plain Layout
41252 in
41253 \end_layout
41254
41255 \end_inset
41256 </cell>
41257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41258 \begin_inset Text
41259
41260 \begin_layout Plain Layout
41261 pulgada
41262 \end_layout
41263
41264 \end_inset
41265 </cell>
41266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41267 \begin_inset Text
41268
41269 \begin_layout Plain Layout
41270 -
41271 \end_layout
41272
41273 \end_inset
41274 </cell>
41275 </row>
41276 <row>
41277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41278 \begin_inset Text
41279
41280 \begin_layout Plain Layout
41281 pt
41282 \end_layout
41283
41284 \end_inset
41285 </cell>
41286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41287 \begin_inset Text
41288
41289 \begin_layout Plain Layout
41290 punto (72.27
41291 \begin_inset space \thinspace{}
41292 \end_inset
41293
41294 pt = 1
41295 \begin_inset space \thinspace{}
41296 \end_inset
41297
41298 in)
41299 \end_layout
41300
41301 \end_inset
41302 </cell>
41303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41304 \begin_inset Text
41305
41306 \begin_layout Plain Layout
41307 -
41308 \end_layout
41309
41310 \end_inset
41311 </cell>
41312 </row>
41313 <row>
41314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41315 \begin_inset Text
41316
41317 \begin_layout Plain Layout
41318 pc
41319 \end_layout
41320
41321 \end_inset
41322 </cell>
41323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41324 \begin_inset Text
41325
41326 \begin_layout Plain Layout
41327 pica (1
41328 \begin_inset space \thinspace{}
41329 \end_inset
41330
41331 pc = 12
41332 \begin_inset space \thinspace{}
41333 \end_inset
41334
41335 pt)
41336 \end_layout
41337
41338 \end_inset
41339 </cell>
41340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41341 \begin_inset Text
41342
41343 \begin_layout Plain Layout
41344 -
41345 \end_layout
41346
41347 \end_inset
41348 </cell>
41349 </row>
41350 <row>
41351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41352 \begin_inset Text
41353
41354 \begin_layout Plain Layout
41355 sp
41356 \end_layout
41357
41358 \end_inset
41359 </cell>
41360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41361 \begin_inset Text
41362
41363 \begin_layout Plain Layout
41364 punto a escala (65536
41365 \begin_inset space \thinspace{}
41366 \end_inset
41367
41368 sp = 1
41369 \begin_inset space \thinspace{}
41370 \end_inset
41371
41372 pt)
41373 \end_layout
41374
41375 \end_inset
41376 </cell>
41377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41378 \begin_inset Text
41379
41380 \begin_layout Plain Layout
41381 -
41382 \end_layout
41383
41384 \end_inset
41385 </cell>
41386 </row>
41387 <row>
41388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41389 \begin_inset Text
41390
41391 \begin_layout Plain Layout
41392 bp
41393 \end_layout
41394
41395 \end_inset
41396 </cell>
41397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41398 \begin_inset Text
41399
41400 \begin_layout Plain Layout
41401 punto grande (72
41402 \begin_inset space \thinspace{}
41403 \end_inset
41404
41405 bp = 1
41406 \begin_inset space \thinspace{}
41407 \end_inset
41408
41409 in)
41410 \end_layout
41411
41412 \end_inset
41413 </cell>
41414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41415 \begin_inset Text
41416
41417 \begin_layout Plain Layout
41418 -
41419 \end_layout
41420
41421 \end_inset
41422 </cell>
41423 </row>
41424 <row>
41425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41426 \begin_inset Text
41427
41428 \begin_layout Plain Layout
41429 dd
41430 \end_layout
41431
41432 \end_inset
41433 </cell>
41434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41435 \begin_inset Text
41436
41437 \begin_layout Plain Layout
41438 didot (1
41439 \begin_inset space \thinspace{}
41440 \end_inset
41441
41442 dd 
41443 \begin_inset Formula $\approx$
41444 \end_inset
41445
41446  0.376
41447 \begin_inset space \thinspace{}
41448 \end_inset
41449
41450 mm)
41451 \end_layout
41452
41453 \end_inset
41454 </cell>
41455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41456 \begin_inset Text
41457
41458 \begin_layout Plain Layout
41459 -
41460 \end_layout
41461
41462 \end_inset
41463 </cell>
41464 </row>
41465 <row>
41466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41467 \begin_inset Text
41468
41469 \begin_layout Plain Layout
41470 cc
41471 \end_layout
41472
41473 \end_inset
41474 </cell>
41475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41476 \begin_inset Text
41477
41478 \begin_layout Plain Layout
41479 cicero (1
41480 \begin_inset space \thinspace{}
41481 \end_inset
41482
41483 cc = 12
41484 \begin_inset space \thinspace{}
41485 \end_inset
41486
41487 dd)
41488 \end_layout
41489
41490 \end_inset
41491 </cell>
41492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41493 \begin_inset Text
41494
41495 \begin_layout Plain Layout
41496 -
41497 \end_layout
41498
41499 \end_inset
41500 </cell>
41501 </row>
41502 <row>
41503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41504 \begin_inset Text
41505
41506 \begin_layout Plain Layout
41507 Redimensionar gráficos %
41508 \end_layout
41509
41510 \end_inset
41511 </cell>
41512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41513 \begin_inset Text
41514
41515 \begin_layout Plain Layout
41516 % del tamaño original de la imagen
41517 \end_layout
41518
41519 \end_inset
41520 </cell>
41521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41522 \begin_inset Text
41523
41524 \begin_layout Plain Layout
41525
41526 \end_layout
41527
41528 \end_inset
41529 </cell>
41530 </row>
41531 <row>
41532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41533 \begin_inset Text
41534
41535 \begin_layout Plain Layout
41536 Anchura de texto %
41537 \end_layout
41538
41539 \end_inset
41540 </cell>
41541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41542 \begin_inset Text
41543
41544 \begin_layout Plain Layout
41545 % de anchura de texto
41546 \end_layout
41547
41548 \end_inset
41549 </cell>
41550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41551 \begin_inset Text
41552
41553 \begin_layout Plain Layout
41554
41555 \backslash
41556 textwidth
41557 \end_layout
41558
41559 \end_inset
41560 </cell>
41561 </row>
41562 <row>
41563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41564 \begin_inset Text
41565
41566 \begin_layout Plain Layout
41567 Anchura de columna %
41568 \end_layout
41569
41570 \end_inset
41571 </cell>
41572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41573 \begin_inset Text
41574
41575 \begin_layout Plain Layout
41576 % de anchura de columna
41577 \end_layout
41578
41579 \end_inset
41580 </cell>
41581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41582 \begin_inset Text
41583
41584 \begin_layout Plain Layout
41585
41586 \backslash
41587 columnwidth
41588 \end_layout
41589
41590 \end_inset
41591 </cell>
41592 </row>
41593 <row>
41594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598 Anchura de página %
41599 \end_layout
41600
41601 \end_inset
41602 </cell>
41603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41604 \begin_inset Text
41605
41606 \begin_layout Plain Layout
41607 % de anchura de página
41608 \end_layout
41609
41610 \end_inset
41611 </cell>
41612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616
41617 \backslash
41618 paperwidth
41619 \end_layout
41620
41621 \end_inset
41622 </cell>
41623 </row>
41624 <row>
41625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41626 \begin_inset Text
41627
41628 \begin_layout Plain Layout
41629 Anchura de línea %
41630 \end_layout
41631
41632 \end_inset
41633 </cell>
41634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 % de anchura de línea
41639 \end_layout
41640
41641 \end_inset
41642 </cell>
41643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41644 \begin_inset Text
41645
41646 \begin_layout Plain Layout
41647
41648 \backslash
41649 linewidth
41650 \end_layout
41651
41652 \end_inset
41653 </cell>
41654 </row>
41655 <row>
41656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41657 \begin_inset Text
41658
41659 \begin_layout Plain Layout
41660 Altura de texto %
41661 \end_layout
41662
41663 \end_inset
41664 </cell>
41665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41666 \begin_inset Text
41667
41668 \begin_layout Plain Layout
41669 % de altura de texto
41670 \end_layout
41671
41672 \end_inset
41673 </cell>
41674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41675 \begin_inset Text
41676
41677 \begin_layout Plain Layout
41678
41679 \backslash
41680 textheight
41681 \end_layout
41682
41683 \end_inset
41684 </cell>
41685 </row>
41686 <row>
41687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41688 \begin_inset Text
41689
41690 \begin_layout Plain Layout
41691 Altura de página %
41692 \end_layout
41693
41694 \end_inset
41695 </cell>
41696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700 % de altura de página
41701 \end_layout
41702
41703 \end_inset
41704 </cell>
41705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709
41710 \backslash
41711 paperheight
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 </row>
41717 <row>
41718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41719 \begin_inset Text
41720
41721 \begin_layout Plain Layout
41722 ex
41723 \end_layout
41724
41725 \end_inset
41726 </cell>
41727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41728 \begin_inset Text
41729
41730 \begin_layout Plain Layout
41731 altura de letra 
41732 \emph on
41733 x
41734 \emph default
41735  en tipografía actual
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744 -
41745 \end_layout
41746
41747 \end_inset
41748 </cell>
41749 </row>
41750 <row>
41751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41752 \begin_inset Text
41753
41754 \begin_layout Plain Layout
41755 em
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 anchura de letra 
41765 \emph on
41766 M
41767 \emph default
41768  en tipografía actual
41769 \end_layout
41770
41771 \end_inset
41772 </cell>
41773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41774 \begin_inset Text
41775
41776 \begin_layout Plain Layout
41777 -
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 </row>
41783 <row>
41784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 mu
41789 \end_layout
41790
41791 \end_inset
41792 </cell>
41793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41794 \begin_inset Text
41795
41796 \begin_layout Plain Layout
41797 unidad matemática (1
41798 \begin_inset space \thinspace{}
41799 \end_inset
41800
41801 mu = 1/18
41802 \begin_inset space \thinspace{}
41803 \end_inset
41804
41805 em)
41806 \end_layout
41807
41808 \end_inset
41809 </cell>
41810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41811 \begin_inset Text
41812
41813 \begin_layout Plain Layout
41814 -
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 </row>
41820 </lyxtabular>
41821
41822 \end_inset
41823
41824
41825 \end_layout
41826
41827 \end_inset
41828
41829
41830 \end_layout
41831
41832 \begin_layout Chapter
41833 Formatos de archivos de salida con gráficos
41834 \begin_inset CommandInset label
41835 LatexCommand label
41836 name "cap:Formatos-de-Archivos-de-Salida"
41837
41838 \end_inset
41839
41840
41841 \end_layout
41842
41843 \begin_layout Section
41844 DVI
41845 \begin_inset Index idx
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849 Formatos de archivo ! DVI
41850 \end_layout
41851
41852 \end_inset
41853
41854
41855 \begin_inset Index idx
41856 status collapsed
41857
41858 \begin_layout Plain Layout
41859 DVI|see
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 {
41866 \end_layout
41867
41868 \end_inset
41869
41870 Formatos de archivo
41871 \begin_inset ERT
41872 status collapsed
41873
41874 \begin_layout Plain Layout
41875
41876 }
41877 \end_layout
41878
41879 \end_inset
41880
41881
41882 \end_layout
41883
41884 \end_inset
41885
41886
41887 \end_layout
41888
41889 \begin_layout Standard
41890 Este tipo de archivo tiene la extensión «
41891 \family typewriter
41892 .dvi
41893 \family default
41894 ».
41895  Se denomina «device-independent» (DVI), porque es completamente portable;
41896  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
41897  En la época en que se desarrolló este formato, esto no era un asunto baladí.
41898  Los DVI se usan para vistas preliminares rápidas y como preparación para
41899  otros formatos de salida como PostScript.
41900 \end_layout
41901
41902 \begin_layout Standard
41903 \begin_inset Note Greyedout
41904 status open
41905
41906 \begin_layout Plain Layout
41907
41908 \series bold
41909 Nota:
41910 \series default
41911  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
41912 \end_layout
41913
41914 \end_inset
41915
41916  Por tanto no debes olvidar esto si mueves archivos 
41917 \family typewriter
41918 .dvi
41919 \family default
41920  a otro ordenador.
41921  Esta característica también puede retardar la visualización del archivo,
41922  porque el visor DVI tiene que convertir la imagen en segundo plano para
41923  hacerla visible al deslizar el visor.
41924  Así pues recomendamos usar PDF para archivos con muchas imágenes.
41925 \end_layout
41926
41927 \begin_layout Standard
41928 Un documento se exporta a DVI con el menú 
41929 \family sans
41930 Archivo\SpecialChar menuseparator
41931 Exportar\SpecialChar menuseparator
41932 DVI
41933 \family default
41934 .
41935  Puedes ver la salida del documento en DVI con el menú 
41936 \family sans
41937 Ver\SpecialChar menuseparator
41938 DVI
41939 \family default
41940 .
41941 \end_layout
41942
41943 \begin_layout Section
41944 PostScript
41945 \begin_inset Index idx
41946 status collapsed
41947
41948 \begin_layout Plain Layout
41949 Formatos de archivo ! PostScript
41950 \end_layout
41951
41952 \end_inset
41953
41954
41955 \begin_inset Index idx
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959 PostScript|see
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 {
41966 \end_layout
41967
41968 \end_inset
41969
41970 Formatos de archivo
41971 \begin_inset ERT
41972 status collapsed
41973
41974 \begin_layout Plain Layout
41975
41976 }
41977 \end_layout
41978
41979 \end_inset
41980
41981
41982 \end_layout
41983
41984 \end_inset
41985
41986
41987 \end_layout
41988
41989 \begin_layout Standard
41990 Este tipo de archivo tiene la extensión «
41991 \family typewriter
41992 .ps
41993 \family default
41994 ».
41995  PostScript fue desarrollado por la compañía 
41996 \family typewriter
41997 Adobe
41998 \family default
41999  como lenguaje para impresoras.
42000  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
42001  PostScript puede considerarse como un «lenguaje de programación»; con él
42002  puedes calcular y dibujar imágenes y diagramas.
42003 \begin_inset Foot
42004 status collapsed
42005
42006 \begin_layout Plain Layout
42007 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
42008  
42009 \series bold
42010 PSTricks
42011 \series default
42012  
42013 \begin_inset CommandInset citation
42014 LatexCommand cite
42015 key "pstricks"
42016
42017 \end_inset
42018
42019 .
42020 \end_layout
42021
42022 \end_inset
42023
42024  Por esto los archivos suelen ser más grandes que los PDF.
42025 \end_layout
42026
42027 \begin_layout Standard
42028 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
42029 d PostScript» (EPS, extensión «
42030 \family typewriter
42031 .eps
42032 \family default
42033 »).
42034  Como \SpecialChar LyX
42035  permite usar cualquier formato de imagen conocido, tiene que trabajar
42036  en segundo plano para convertir las imágenes a EPS.
42037  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
42038  ha de hacer 50 conversiones
42039  cada vez que veas o exportes el documento.
42040  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
42041  puedes evitar el problema insertando las imágenes directamente en EPS.
42042 \end_layout
42043
42044 \begin_layout Standard
42045 El documento se puede exportar a PostScript con el menú 
42046 \family sans
42047 Archivo\SpecialChar menuseparator
42048 Exportar\SpecialChar menuseparator
42049 Postscript
42050 \family default
42051 .
42052  Se puede ver la salida en PostScript con el menú 
42053 \family sans
42054 Ver\SpecialChar menuseparator
42055 Postscript
42056 \family default
42057 .
42058 \end_layout
42059
42060 \begin_layout Section
42061 PDF
42062 \begin_inset Index idx
42063 status collapsed
42064
42065 \begin_layout Plain Layout
42066 Formatos de archivo ! PDF
42067 \end_layout
42068
42069 \end_inset
42070
42071
42072 \begin_inset Index idx
42073 status collapsed
42074
42075 \begin_layout Plain Layout
42076 PDF
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \end_layout
42083
42084 \begin_layout Standard
42085 Este tipo de archivo tiene la extensión «
42086 \family typewriter
42087 .pdf
42088 \family default
42089 ».
42090  El formato «Portable Document Format» (PDF) fue desarrollado por 
42091 \family typewriter
42092 Adobe
42093 \family default
42094  como derivado de PostScript.
42095  Es más comprimido y utiliza muchos menos comandos que PostScript.
42096  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
42097  operativo y la salida impresa se muestra exactamente igual.
42098 \end_layout
42099
42100 \begin_layout Standard
42101 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
42102  Photographic Experts Group» (JPG, extensión «
42103 \family typewriter
42104 .jpg
42105 \family default
42106 » o «
42107 \family typewriter
42108 .jpeg
42109 \family default
42110 »), y en el formato «Portable Network Graphics» (PNG, extensión «
42111 \family typewriter
42112 .png
42113 \family default
42114 »).
42115  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
42116  los convierte
42117  en segundo plano a alguno de los anteriores.
42118  Pero como se ha comentado en la sección sobre PostScript, la conversión
42119  de gráficos ralentiza el trabajo.
42120  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
42121  mencionados.
42122 \end_layout
42123
42124 \begin_layout Standard
42125 Un documento se puede exportar a PDF con el menú 
42126 \family sans
42127 Archivo\SpecialChar menuseparator
42128 Exportar
42129 \family default
42130  en tres modos diferentes:
42131 \end_layout
42132
42133 \begin_layout Description
42134 PDF
42135 \begin_inset space ~
42136 \end_inset
42137
42138 (ps2pdf) Este utiliza el programa 
42139 \family typewriter
42140 ps2pdf
42141 \family default
42142  que crea un PDF a partir de una versión PostScript del archivo.
42143  La versión PostScript es producida por el programa 
42144 \family typewriter
42145 dvips
42146 \family default
42147  que usa una versión DVI como paso intermedio.
42148  Así que este modo de exportación consta de tres conversiones.
42149 \end_layout
42150
42151 \begin_layout Description
42152 PDF
42153 \begin_inset space ~
42154 \end_inset
42155
42156 (dvipdfm) Este utiliza el programa 
42157 \family typewriter
42158 dvipdfm
42159 \family default
42160  que convierte el archivo a DVI en segundo plano y en un segundo paso a
42161  PDF.
42162 \end_layout
42163
42164 \begin_layout Description
42165 PDF
42166 \begin_inset space ~
42167 \end_inset
42168
42169 (pdflatex) Este utiliza el programa 
42170 \family typewriter
42171 pdftex
42172 \family default
42173  que convierte directamente el archivo a PDF.
42174 \end_layout
42175
42176 \begin_layout Standard
42177 Se recomienda usar 
42178 \family sans
42179 PDF
42180 \begin_inset space ~
42181 \end_inset
42182
42183 (pdflatex)
42184 \family default
42185  porque 
42186 \family typewriter
42187 pdftex
42188 \family default
42189  soporta todas las características de las versiones actuales de PDF, es
42190  rápido y estable.
42191  El programa 
42192 \family typewriter
42193 dvipdfm
42194 \family default
42195  ya no se desarrolla y está un poco obsoleto.
42196 \end_layout
42197
42198 \begin_layout Standard
42199 La salida en formato PDF se puede ver con el menú 
42200 \family sans
42201 Ver 
42202 \family default
42203 o con un botón.
42204 \end_layout
42205
42206 \begin_layout Chapter
42207 Lista de colores dvips
42208 \begin_inset CommandInset label
42209 LatexCommand label
42210 name "chap:Lista-de-colores-dvips"
42211
42212 \end_inset
42213
42214
42215 \end_layout
42216
42217 \begin_layout Standard
42218 \begin_inset Tabular
42219 <lyxtabular version="3" rows="17" columns="4">
42220 <features tabularvalignment="middle">
42221 <column alignment="left" valignment="top" width="0pt">
42222 <column alignment="left" valignment="top" width="0pt">
42223 <column alignment="left" valignment="top" width="0pt">
42224 <column alignment="left" valignment="top" width="0pt">
42225 <row>
42226 <cell alignment="left" valignment="top" usebox="none">
42227 \begin_inset Text
42228
42229 \begin_layout Plain Layout
42230 \begin_inset ERT
42231 status collapsed
42232
42233 \begin_layout Plain Layout
42234
42235
42236 \backslash
42237 fcolorbox{black}{
42238 \end_layout
42239
42240 \end_inset
42241
42242 white
42243 \begin_inset ERT
42244 status collapsed
42245
42246 \begin_layout Plain Layout
42247
42248 }{
42249 \end_layout
42250
42251 \end_inset
42252
42253 Color
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259 }
42260 \end_layout
42261
42262 \end_inset
42263
42264  Nombre
42265 \end_layout
42266
42267 \end_inset
42268 </cell>
42269 <cell alignment="left" valignment="top" usebox="none">
42270 \begin_inset Text
42271
42272 \begin_layout Plain Layout
42273 \begin_inset ERT
42274 status collapsed
42275
42276 \begin_layout Plain Layout
42277
42278
42279 \backslash
42280 fcolorbox{black}{
42281 \end_layout
42282
42283 \end_inset
42284
42285 white
42286 \begin_inset ERT
42287 status collapsed
42288
42289 \begin_layout Plain Layout
42290
42291 }{
42292 \end_layout
42293
42294 \end_inset
42295
42296 Color
42297 \begin_inset ERT
42298 status collapsed
42299
42300 \begin_layout Plain Layout
42301
42302 }
42303 \end_layout
42304
42305 \end_inset
42306
42307  Nombre
42308 \end_layout
42309
42310 \end_inset
42311 </cell>
42312 <cell alignment="left" valignment="top" usebox="none">
42313 \begin_inset Text
42314
42315 \begin_layout Plain Layout
42316 \begin_inset ERT
42317 status collapsed
42318
42319 \begin_layout Plain Layout
42320
42321
42322 \backslash
42323 fcolorbox{black}{
42324 \end_layout
42325
42326 \end_inset
42327
42328 white
42329 \begin_inset ERT
42330 status collapsed
42331
42332 \begin_layout Plain Layout
42333
42334 }{
42335 \end_layout
42336
42337 \end_inset
42338
42339 Color
42340 \begin_inset ERT
42341 status collapsed
42342
42343 \begin_layout Plain Layout
42344
42345 }
42346 \end_layout
42347
42348 \end_inset
42349
42350  Nombre
42351 \end_layout
42352
42353 \end_inset
42354 </cell>
42355 <cell alignment="left" valignment="top" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364
42365 \backslash
42366 fcolorbox{black}{
42367 \end_layout
42368
42369 \end_inset
42370
42371 white
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 }{
42378 \end_layout
42379
42380 \end_inset
42381
42382 Color
42383 \begin_inset ERT
42384 status collapsed
42385
42386 \begin_layout Plain Layout
42387
42388 }
42389 \end_layout
42390
42391 \end_inset
42392
42393  Nombre
42394 \end_layout
42395
42396 \end_inset
42397 </cell>
42398 </row>
42399 <row>
42400 <cell alignment="center" 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 Apricot
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422 }{
42423 \end_layout
42424
42425 \end_inset
42426
42427
42428 \begin_inset Phantom Phantom
42429 status open
42430
42431 \begin_layout Plain Layout
42432 W
42433 \end_layout
42434
42435 \end_inset
42436
42437
42438 \begin_inset ERT
42439 status collapsed
42440
42441 \begin_layout Plain Layout
42442
42443 }
42444 \end_layout
42445
42446 \end_inset
42447
42448  Apricot
42449 \end_layout
42450
42451 \end_inset
42452 </cell>
42453 <cell alignment="center" valignment="top" usebox="none">
42454 \begin_inset Text
42455
42456 \begin_layout Plain Layout
42457 \begin_inset ERT
42458 status collapsed
42459
42460 \begin_layout Plain Layout
42461
42462
42463 \backslash
42464 fcolorbox{black}{
42465 \end_layout
42466
42467 \end_inset
42468
42469 Aquamarine
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475 }{
42476 \end_layout
42477
42478 \end_inset
42479
42480
42481 \begin_inset Phantom Phantom
42482 status open
42483
42484 \begin_layout Plain Layout
42485 W
42486 \end_layout
42487
42488 \end_inset
42489
42490
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496 }
42497 \end_layout
42498
42499 \end_inset
42500
42501  Aquamarine
42502 \end_layout
42503
42504 \end_inset
42505 </cell>
42506 <cell alignment="center" valignment="top" usebox="none">
42507 \begin_inset Text
42508
42509 \begin_layout Plain Layout
42510 \begin_inset ERT
42511 status collapsed
42512
42513 \begin_layout Plain Layout
42514
42515
42516 \backslash
42517 fcolorbox{black}{
42518 \end_layout
42519
42520 \end_inset
42521
42522 Bittersweet
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528 }{
42529 \end_layout
42530
42531 \end_inset
42532
42533
42534 \begin_inset Phantom Phantom
42535 status open
42536
42537 \begin_layout Plain Layout
42538 W
42539 \end_layout
42540
42541 \end_inset
42542
42543
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549 }
42550 \end_layout
42551
42552 \end_inset
42553
42554  Bittersweet
42555 \end_layout
42556
42557 \end_inset
42558 </cell>
42559 <cell alignment="center" valignment="top" usebox="none">
42560 \begin_inset Text
42561
42562 \begin_layout Plain Layout
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568
42569 \backslash
42570 fcolorbox{black}{
42571 \end_layout
42572
42573 \end_inset
42574
42575 BlueGreen
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581 }{
42582 \end_layout
42583
42584 \end_inset
42585
42586
42587 \begin_inset Phantom Phantom
42588 status open
42589
42590 \begin_layout Plain Layout
42591 W
42592 \end_layout
42593
42594 \end_inset
42595
42596
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602 }
42603 \end_layout
42604
42605 \end_inset
42606
42607  BlueGreen
42608 \end_layout
42609
42610 \end_inset
42611 </cell>
42612 </row>
42613 <row>
42614 <cell alignment="left" valignment="top" usebox="none">
42615 \begin_inset Text
42616
42617 \begin_layout Plain Layout
42618 \begin_inset ERT
42619 status collapsed
42620
42621 \begin_layout Plain Layout
42622
42623
42624 \backslash
42625 fcolorbox{black}{
42626 \end_layout
42627
42628 \end_inset
42629
42630 BlueViolet
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636 }{
42637 \end_layout
42638
42639 \end_inset
42640
42641
42642 \begin_inset Phantom Phantom
42643 status open
42644
42645 \begin_layout Plain Layout
42646 W
42647 \end_layout
42648
42649 \end_inset
42650
42651
42652 \begin_inset ERT
42653 status collapsed
42654
42655 \begin_layout Plain Layout
42656
42657 }
42658 \end_layout
42659
42660 \end_inset
42661
42662  BlueViolet
42663 \end_layout
42664
42665 \end_inset
42666 </cell>
42667 <cell alignment="left" valignment="top" usebox="none">
42668 \begin_inset Text
42669
42670 \begin_layout Plain Layout
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676
42677 \backslash
42678 fcolorbox{black}{
42679 \end_layout
42680
42681 \end_inset
42682
42683 BrickRed
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689 }{
42690 \end_layout
42691
42692 \end_inset
42693
42694
42695 \begin_inset Phantom Phantom
42696 status open
42697
42698 \begin_layout Plain Layout
42699 W
42700 \end_layout
42701
42702 \end_inset
42703
42704
42705 \begin_inset ERT
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709
42710 }
42711 \end_layout
42712
42713 \end_inset
42714
42715  BrickRed
42716 \end_layout
42717
42718 \end_inset
42719 </cell>
42720 <cell alignment="left" valignment="top" usebox="none">
42721 \begin_inset Text
42722
42723 \begin_layout Plain Layout
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729
42730 \backslash
42731 fcolorbox{black}{
42732 \end_layout
42733
42734 \end_inset
42735
42736 Brown
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742 }{
42743 \end_layout
42744
42745 \end_inset
42746
42747
42748 \begin_inset Phantom Phantom
42749 status open
42750
42751 \begin_layout Plain Layout
42752 W
42753 \end_layout
42754
42755 \end_inset
42756
42757
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763 }
42764 \end_layout
42765
42766 \end_inset
42767
42768  Brown
42769 \end_layout
42770
42771 \end_inset
42772 </cell>
42773 <cell alignment="left" valignment="top" usebox="none">
42774 \begin_inset Text
42775
42776 \begin_layout Plain Layout
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782
42783 \backslash
42784 fcolorbox{black}{
42785 \end_layout
42786
42787 \end_inset
42788
42789 BurntOrange
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795 }{
42796 \end_layout
42797
42798 \end_inset
42799
42800
42801 \begin_inset Phantom Phantom
42802 status open
42803
42804 \begin_layout Plain Layout
42805 W
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816 }
42817 \end_layout
42818
42819 \end_inset
42820
42821  BurntOrange
42822 \end_layout
42823
42824 \end_inset
42825 </cell>
42826 </row>
42827 <row>
42828 <cell alignment="left" valignment="top" usebox="none">
42829 \begin_inset Text
42830
42831 \begin_layout Plain Layout
42832 \begin_inset ERT
42833 status collapsed
42834
42835 \begin_layout Plain Layout
42836
42837
42838 \backslash
42839 fcolorbox{black}{
42840 \end_layout
42841
42842 \end_inset
42843
42844 CadetBlue
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850 }{
42851 \end_layout
42852
42853 \end_inset
42854
42855
42856 \begin_inset Phantom Phantom
42857 status open
42858
42859 \begin_layout Plain Layout
42860 W
42861 \end_layout
42862
42863 \end_inset
42864
42865
42866 \begin_inset ERT
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870
42871 }
42872 \end_layout
42873
42874 \end_inset
42875
42876  CadetBlue
42877 \end_layout
42878
42879 \end_inset
42880 </cell>
42881 <cell alignment="left" valignment="top" usebox="none">
42882 \begin_inset Text
42883
42884 \begin_layout Plain Layout
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890
42891 \backslash
42892 fcolorbox{black}{
42893 \end_layout
42894
42895 \end_inset
42896
42897 CarnationPink
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903 }{
42904 \end_layout
42905
42906 \end_inset
42907
42908
42909 \begin_inset Phantom Phantom
42910 status open
42911
42912 \begin_layout Plain Layout
42913 W
42914 \end_layout
42915
42916 \end_inset
42917
42918
42919 \begin_inset ERT
42920 status collapsed
42921
42922 \begin_layout Plain Layout
42923
42924 }
42925 \end_layout
42926
42927 \end_inset
42928
42929  CarnationPink
42930 \end_layout
42931
42932 \end_inset
42933 </cell>
42934 <cell alignment="left" valignment="top" usebox="none">
42935 \begin_inset Text
42936
42937 \begin_layout Plain Layout
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943
42944 \backslash
42945 fcolorbox{black}{
42946 \end_layout
42947
42948 \end_inset
42949
42950 Cerulean
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956 }{
42957 \end_layout
42958
42959 \end_inset
42960
42961
42962 \begin_inset Phantom Phantom
42963 status open
42964
42965 \begin_layout Plain Layout
42966 W
42967 \end_layout
42968
42969 \end_inset
42970
42971
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977 }
42978 \end_layout
42979
42980 \end_inset
42981
42982  Cerulean
42983 \end_layout
42984
42985 \end_inset
42986 </cell>
42987 <cell alignment="left" valignment="top" usebox="none">
42988 \begin_inset Text
42989
42990 \begin_layout Plain Layout
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996
42997 \backslash
42998 fcolorbox{black}{
42999 \end_layout
43000
43001 \end_inset
43002
43003 CornflowerBlue
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009 }{
43010 \end_layout
43011
43012 \end_inset
43013
43014
43015 \begin_inset Phantom Phantom
43016 status open
43017
43018 \begin_layout Plain Layout
43019 W
43020 \end_layout
43021
43022 \end_inset
43023
43024
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030 }
43031 \end_layout
43032
43033 \end_inset
43034
43035  CornflowerBlue
43036 \end_layout
43037
43038 \end_inset
43039 </cell>
43040 </row>
43041 <row>
43042 <cell alignment="left" valignment="top" usebox="none">
43043 \begin_inset Text
43044
43045 \begin_layout Plain Layout
43046 \begin_inset ERT
43047 status collapsed
43048
43049 \begin_layout Plain Layout
43050
43051
43052 \backslash
43053 fcolorbox{black}{
43054 \end_layout
43055
43056 \end_inset
43057
43058 Dandelion
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064 }{
43065 \end_layout
43066
43067 \end_inset
43068
43069
43070 \begin_inset Phantom Phantom
43071 status open
43072
43073 \begin_layout Plain Layout
43074 W
43075 \end_layout
43076
43077 \end_inset
43078
43079
43080 \begin_inset ERT
43081 status collapsed
43082
43083 \begin_layout Plain Layout
43084
43085 }
43086 \end_layout
43087
43088 \end_inset
43089
43090  Dandelion
43091 \end_layout
43092
43093 \end_inset
43094 </cell>
43095 <cell alignment="left" valignment="top" usebox="none">
43096 \begin_inset Text
43097
43098 \begin_layout Plain Layout
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104
43105 \backslash
43106 fcolorbox{black}{
43107 \end_layout
43108
43109 \end_inset
43110
43111 DarkOrchid
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }{
43118 \end_layout
43119
43120 \end_inset
43121
43122
43123 \begin_inset Phantom Phantom
43124 status open
43125
43126 \begin_layout Plain Layout
43127 W
43128 \end_layout
43129
43130 \end_inset
43131
43132
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138 }
43139 \end_layout
43140
43141 \end_inset
43142
43143  DarkOrchid
43144 \end_layout
43145
43146 \end_inset
43147 </cell>
43148 <cell alignment="left" valignment="top" usebox="none">
43149 \begin_inset Text
43150
43151 \begin_layout Plain Layout
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157
43158 \backslash
43159 fcolorbox{black}{
43160 \end_layout
43161
43162 \end_inset
43163
43164 Emerald
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }{
43171 \end_layout
43172
43173 \end_inset
43174
43175
43176 \begin_inset Phantom Phantom
43177 status open
43178
43179 \begin_layout Plain Layout
43180 W
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191 }
43192 \end_layout
43193
43194 \end_inset
43195
43196  Emerald
43197 \end_layout
43198
43199 \end_inset
43200 </cell>
43201 <cell alignment="left" valignment="top" usebox="none">
43202 \begin_inset Text
43203
43204 \begin_layout Plain Layout
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210
43211 \backslash
43212 fcolorbox{black}{
43213 \end_layout
43214
43215 \end_inset
43216
43217 ForestGreen
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223 }{
43224 \end_layout
43225
43226 \end_inset
43227
43228
43229 \begin_inset Phantom Phantom
43230 status open
43231
43232 \begin_layout Plain Layout
43233 W
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244 }
43245 \end_layout
43246
43247 \end_inset
43248
43249  ForestGreen
43250 \end_layout
43251
43252 \end_inset
43253 </cell>
43254 </row>
43255 <row>
43256 <cell alignment="left" valignment="top" usebox="none">
43257 \begin_inset Text
43258
43259 \begin_layout Plain Layout
43260 \begin_inset ERT
43261 status collapsed
43262
43263 \begin_layout Plain Layout
43264
43265
43266 \backslash
43267 fcolorbox{black}{
43268 \end_layout
43269
43270 \end_inset
43271
43272 Fuchsia
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }{
43279 \end_layout
43280
43281 \end_inset
43282
43283
43284 \begin_inset Phantom Phantom
43285 status open
43286
43287 \begin_layout Plain Layout
43288 W
43289 \end_layout
43290
43291 \end_inset
43292
43293
43294 \begin_inset ERT
43295 status collapsed
43296
43297 \begin_layout Plain Layout
43298
43299 }
43300 \end_layout
43301
43302 \end_inset
43303
43304  Fuchsia
43305 \end_layout
43306
43307 \end_inset
43308 </cell>
43309 <cell alignment="left" valignment="top" usebox="none">
43310 \begin_inset Text
43311
43312 \begin_layout Plain Layout
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318
43319 \backslash
43320 fcolorbox{black}{
43321 \end_layout
43322
43323 \end_inset
43324
43325 Goldenrod
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }{
43332 \end_layout
43333
43334 \end_inset
43335
43336
43337 \begin_inset Phantom Phantom
43338 status open
43339
43340 \begin_layout Plain Layout
43341 W
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352 }
43353 \end_layout
43354
43355 \end_inset
43356
43357  Goldenrod
43358 \end_layout
43359
43360 \end_inset
43361 </cell>
43362 <cell alignment="left" valignment="top" usebox="none">
43363 \begin_inset Text
43364
43365 \begin_layout Plain Layout
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371
43372 \backslash
43373 fcolorbox{black}{
43374 \end_layout
43375
43376 \end_inset
43377
43378 Gray
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }{
43385 \end_layout
43386
43387 \end_inset
43388
43389
43390 \begin_inset Phantom Phantom
43391 status open
43392
43393 \begin_layout Plain Layout
43394 W
43395 \end_layout
43396
43397 \end_inset
43398
43399
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405 }
43406 \end_layout
43407
43408 \end_inset
43409
43410  Gray
43411 \end_layout
43412
43413 \end_inset
43414 </cell>
43415 <cell alignment="left" valignment="top" usebox="none">
43416 \begin_inset Text
43417
43418 \begin_layout Plain Layout
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424
43425 \backslash
43426 fcolorbox{black}{
43427 \end_layout
43428
43429 \end_inset
43430
43431 GreenYellow
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 }{
43438 \end_layout
43439
43440 \end_inset
43441
43442
43443 \begin_inset Phantom Phantom
43444 status open
43445
43446 \begin_layout Plain Layout
43447 W
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458 }
43459 \end_layout
43460
43461 \end_inset
43462
43463  GreenYellow
43464 \end_layout
43465
43466 \end_inset
43467 </cell>
43468 </row>
43469 <row>
43470 <cell alignment="center" valignment="top" usebox="none">
43471 \begin_inset Text
43472
43473 \begin_layout Plain Layout
43474 \begin_inset ERT
43475 status collapsed
43476
43477 \begin_layout Plain Layout
43478
43479
43480 \backslash
43481 fcolorbox{black}{
43482 \end_layout
43483
43484 \end_inset
43485
43486 JungleGreen
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }{
43493 \end_layout
43494
43495 \end_inset
43496
43497
43498 \begin_inset Phantom Phantom
43499 status open
43500
43501 \begin_layout Plain Layout
43502 W
43503 \end_layout
43504
43505 \end_inset
43506
43507
43508 \begin_inset ERT
43509 status collapsed
43510
43511 \begin_layout Plain Layout
43512
43513 }
43514 \end_layout
43515
43516 \end_inset
43517
43518  JungleGreen
43519 \end_layout
43520
43521 \end_inset
43522 </cell>
43523 <cell alignment="center" valignment="top" usebox="none">
43524 \begin_inset Text
43525
43526 \begin_layout Plain Layout
43527 \begin_inset ERT
43528 status collapsed
43529
43530 \begin_layout Plain Layout
43531
43532
43533 \backslash
43534 fcolorbox{black}{
43535 \end_layout
43536
43537 \end_inset
43538
43539 Lavender
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }{
43546 \end_layout
43547
43548 \end_inset
43549
43550
43551 \begin_inset Phantom Phantom
43552 status open
43553
43554 \begin_layout Plain Layout
43555 W
43556 \end_layout
43557
43558 \end_inset
43559
43560
43561 \begin_inset ERT
43562 status collapsed
43563
43564 \begin_layout Plain Layout
43565
43566 }
43567 \end_layout
43568
43569 \end_inset
43570
43571  Lavender
43572 \end_layout
43573
43574 \end_inset
43575 </cell>
43576 <cell alignment="center" valignment="top" usebox="none">
43577 \begin_inset Text
43578
43579 \begin_layout Plain Layout
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585
43586 \backslash
43587 fcolorbox{black}{
43588 \end_layout
43589
43590 \end_inset
43591
43592 LimeGreen
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }{
43599 \end_layout
43600
43601 \end_inset
43602
43603
43604 \begin_inset Phantom Phantom
43605 status open
43606
43607 \begin_layout Plain Layout
43608 W
43609 \end_layout
43610
43611 \end_inset
43612
43613
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619 }
43620 \end_layout
43621
43622 \end_inset
43623
43624  LimeGreen
43625 \end_layout
43626
43627 \end_inset
43628 </cell>
43629 <cell alignment="center" valignment="top" usebox="none">
43630 \begin_inset Text
43631
43632 \begin_layout Plain Layout
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638
43639 \backslash
43640 fcolorbox{black}{
43641 \end_layout
43642
43643 \end_inset
43644
43645 Mahogany
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651 }{
43652 \end_layout
43653
43654 \end_inset
43655
43656
43657 \begin_inset Phantom Phantom
43658 status open
43659
43660 \begin_layout Plain Layout
43661 W
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672 }
43673 \end_layout
43674
43675 \end_inset
43676
43677  Mahogany
43678 \end_layout
43679
43680 \end_inset
43681 </cell>
43682 </row>
43683 <row>
43684 <cell alignment="left" valignment="top" usebox="none">
43685 \begin_inset Text
43686
43687 \begin_layout Plain Layout
43688 \begin_inset ERT
43689 status collapsed
43690
43691 \begin_layout Plain Layout
43692
43693
43694 \backslash
43695 fcolorbox{black}{
43696 \end_layout
43697
43698 \end_inset
43699
43700 Mahogany
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }{
43707 \end_layout
43708
43709 \end_inset
43710
43711
43712 \begin_inset Phantom Phantom
43713 status open
43714
43715 \begin_layout Plain Layout
43716 W
43717 \end_layout
43718
43719 \end_inset
43720
43721
43722 \begin_inset ERT
43723 status collapsed
43724
43725 \begin_layout Plain Layout
43726
43727 }
43728 \end_layout
43729
43730 \end_inset
43731
43732  Mahogany
43733 \end_layout
43734
43735 \end_inset
43736 </cell>
43737 <cell alignment="left" valignment="top" usebox="none">
43738 \begin_inset Text
43739
43740 \begin_layout Plain Layout
43741 \begin_inset ERT
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745
43746
43747 \backslash
43748 fcolorbox{black}{
43749 \end_layout
43750
43751 \end_inset
43752
43753 Maroon
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }{
43760 \end_layout
43761
43762 \end_inset
43763
43764
43765 \begin_inset Phantom Phantom
43766 status open
43767
43768 \begin_layout Plain Layout
43769 W
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \begin_inset ERT
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779
43780 }
43781 \end_layout
43782
43783 \end_inset
43784
43785  Maroon
43786 \end_layout
43787
43788 \end_inset
43789 </cell>
43790 <cell alignment="left" valignment="top" usebox="none">
43791 \begin_inset Text
43792
43793 \begin_layout Plain Layout
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799
43800 \backslash
43801 fcolorbox{black}{
43802 \end_layout
43803
43804 \end_inset
43805
43806 Melon
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }{
43813 \end_layout
43814
43815 \end_inset
43816
43817
43818 \begin_inset Phantom Phantom
43819 status open
43820
43821 \begin_layout Plain Layout
43822 W
43823 \end_layout
43824
43825 \end_inset
43826
43827
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833 }
43834 \end_layout
43835
43836 \end_inset
43837
43838  Melon
43839 \end_layout
43840
43841 \end_inset
43842 </cell>
43843 <cell alignment="left" valignment="top" usebox="none">
43844 \begin_inset Text
43845
43846 \begin_layout Plain Layout
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852
43853 \backslash
43854 fcolorbox{black}{
43855 \end_layout
43856
43857 \end_inset
43858
43859 MidnightBlue
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865 }{
43866 \end_layout
43867
43868 \end_inset
43869
43870
43871 \begin_inset Phantom Phantom
43872 status open
43873
43874 \begin_layout Plain Layout
43875 W
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886 }
43887 \end_layout
43888
43889 \end_inset
43890
43891  MidnightBlue
43892 \end_layout
43893
43894 \end_inset
43895 </cell>
43896 </row>
43897 <row>
43898 <cell alignment="left" valignment="top" usebox="none">
43899 \begin_inset Text
43900
43901 \begin_layout Plain Layout
43902 \begin_inset ERT
43903 status collapsed
43904
43905 \begin_layout Plain Layout
43906
43907
43908 \backslash
43909 fcolorbox{black}{
43910 \end_layout
43911
43912 \end_inset
43913
43914 Mulberry
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }{
43921 \end_layout
43922
43923 \end_inset
43924
43925
43926 \begin_inset Phantom Phantom
43927 status open
43928
43929 \begin_layout Plain Layout
43930 W
43931 \end_layout
43932
43933 \end_inset
43934
43935
43936 \begin_inset ERT
43937 status collapsed
43938
43939 \begin_layout Plain Layout
43940
43941 }
43942 \end_layout
43943
43944 \end_inset
43945
43946  Mulberry
43947 \end_layout
43948
43949 \end_inset
43950 </cell>
43951 <cell alignment="left" valignment="top" usebox="none">
43952 \begin_inset Text
43953
43954 \begin_layout Plain Layout
43955 \begin_inset ERT
43956 status collapsed
43957
43958 \begin_layout Plain Layout
43959
43960
43961 \backslash
43962 fcolorbox{black}{
43963 \end_layout
43964
43965 \end_inset
43966
43967 NavyBlue
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }{
43974 \end_layout
43975
43976 \end_inset
43977
43978
43979 \begin_inset Phantom Phantom
43980 status open
43981
43982 \begin_layout Plain Layout
43983 W
43984 \end_layout
43985
43986 \end_inset
43987
43988
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994 }
43995 \end_layout
43996
43997 \end_inset
43998
43999  NavyBlue
44000 \end_layout
44001
44002 \end_inset
44003 </cell>
44004 <cell alignment="left" valignment="top" usebox="none">
44005 \begin_inset Text
44006
44007 \begin_layout Plain Layout
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013
44014 \backslash
44015 fcolorbox{black}{
44016 \end_layout
44017
44018 \end_inset
44019
44020 OliveGreen
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }{
44027 \end_layout
44028
44029 \end_inset
44030
44031
44032 \begin_inset Phantom Phantom
44033 status open
44034
44035 \begin_layout Plain Layout
44036 W
44037 \end_layout
44038
44039 \end_inset
44040
44041
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047 }
44048 \end_layout
44049
44050 \end_inset
44051
44052  OliveGreen
44053 \end_layout
44054
44055 \end_inset
44056 </cell>
44057 <cell alignment="left" valignment="top" usebox="none">
44058 \begin_inset Text
44059
44060 \begin_layout Plain Layout
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066
44067 \backslash
44068 fcolorbox{black}{
44069 \end_layout
44070
44071 \end_inset
44072
44073 Orange
44074 \begin_inset ERT
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078
44079 }{
44080 \end_layout
44081
44082 \end_inset
44083
44084
44085 \begin_inset Phantom Phantom
44086 status open
44087
44088 \begin_layout Plain Layout
44089 W
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100 }
44101 \end_layout
44102
44103 \end_inset
44104
44105  Orange
44106 \end_layout
44107
44108 \end_inset
44109 </cell>
44110 </row>
44111 <row>
44112 <cell alignment="left" valignment="top" usebox="none">
44113 \begin_inset Text
44114
44115 \begin_layout Plain Layout
44116 \begin_inset ERT
44117 status collapsed
44118
44119 \begin_layout Plain Layout
44120
44121
44122 \backslash
44123 fcolorbox{black}{
44124 \end_layout
44125
44126 \end_inset
44127
44128 OrangeRed
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }{
44135 \end_layout
44136
44137 \end_inset
44138
44139
44140 \begin_inset Phantom Phantom
44141 status open
44142
44143 \begin_layout Plain Layout
44144 W
44145 \end_layout
44146
44147 \end_inset
44148
44149
44150 \begin_inset ERT
44151 status collapsed
44152
44153 \begin_layout Plain Layout
44154
44155 }
44156 \end_layout
44157
44158 \end_inset
44159
44160  OrangeRed
44161 \end_layout
44162
44163 \end_inset
44164 </cell>
44165 <cell alignment="left" valignment="top" usebox="none">
44166 \begin_inset Text
44167
44168 \begin_layout Plain Layout
44169 \begin_inset ERT
44170 status collapsed
44171
44172 \begin_layout Plain Layout
44173
44174
44175 \backslash
44176 fcolorbox{black}{
44177 \end_layout
44178
44179 \end_inset
44180
44181 Orchid
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }{
44188 \end_layout
44189
44190 \end_inset
44191
44192
44193 \begin_inset Phantom Phantom
44194 status open
44195
44196 \begin_layout Plain Layout
44197 W
44198 \end_layout
44199
44200 \end_inset
44201
44202
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208 }
44209 \end_layout
44210
44211 \end_inset
44212
44213  Orchid
44214 \end_layout
44215
44216 \end_inset
44217 </cell>
44218 <cell alignment="left" valignment="top" usebox="none">
44219 \begin_inset Text
44220
44221 \begin_layout Plain Layout
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227
44228 \backslash
44229 fcolorbox{black}{
44230 \end_layout
44231
44232 \end_inset
44233
44234 Peach
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }{
44241 \end_layout
44242
44243 \end_inset
44244
44245
44246 \begin_inset Phantom Phantom
44247 status open
44248
44249 \begin_layout Plain Layout
44250 W
44251 \end_layout
44252
44253 \end_inset
44254
44255
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261 }
44262 \end_layout
44263
44264 \end_inset
44265
44266  Peach
44267 \end_layout
44268
44269 \end_inset
44270 </cell>
44271 <cell alignment="left" valignment="top" usebox="none">
44272 \begin_inset Text
44273
44274 \begin_layout Plain Layout
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280
44281 \backslash
44282 fcolorbox{black}{
44283 \end_layout
44284
44285 \end_inset
44286
44287 Periwinkle
44288 \begin_inset ERT
44289 status collapsed
44290
44291 \begin_layout Plain Layout
44292
44293 }{
44294 \end_layout
44295
44296 \end_inset
44297
44298
44299 \begin_inset Phantom Phantom
44300 status open
44301
44302 \begin_layout Plain Layout
44303 W
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314 }
44315 \end_layout
44316
44317 \end_inset
44318
44319  Periwinkle
44320 \end_layout
44321
44322 \end_inset
44323 </cell>
44324 </row>
44325 <row>
44326 <cell alignment="left" valignment="top" usebox="none">
44327 \begin_inset Text
44328
44329 \begin_layout Plain Layout
44330 \begin_inset ERT
44331 status collapsed
44332
44333 \begin_layout Plain Layout
44334
44335
44336 \backslash
44337 fcolorbox{black}{
44338 \end_layout
44339
44340 \end_inset
44341
44342 PineGreen
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }{
44349 \end_layout
44350
44351 \end_inset
44352
44353
44354 \begin_inset Phantom Phantom
44355 status open
44356
44357 \begin_layout Plain Layout
44358 W
44359 \end_layout
44360
44361 \end_inset
44362
44363
44364 \begin_inset ERT
44365 status collapsed
44366
44367 \begin_layout Plain Layout
44368
44369 }
44370 \end_layout
44371
44372 \end_inset
44373
44374  PineGreen
44375 \end_layout
44376
44377 \end_inset
44378 </cell>
44379 <cell alignment="left" valignment="top" usebox="none">
44380 \begin_inset Text
44381
44382 \begin_layout Plain Layout
44383 \begin_inset ERT
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387
44388
44389 \backslash
44390 fcolorbox{black}{
44391 \end_layout
44392
44393 \end_inset
44394
44395 Plum
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }{
44402 \end_layout
44403
44404 \end_inset
44405
44406
44407 \begin_inset Phantom Phantom
44408 status open
44409
44410 \begin_layout Plain Layout
44411 W
44412 \end_layout
44413
44414 \end_inset
44415
44416
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422 }
44423 \end_layout
44424
44425 \end_inset
44426
44427  Plum
44428 \end_layout
44429
44430 \end_inset
44431 </cell>
44432 <cell alignment="left" valignment="top" usebox="none">
44433 \begin_inset Text
44434
44435 \begin_layout Plain Layout
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441
44442 \backslash
44443 fcolorbox{black}{
44444 \end_layout
44445
44446 \end_inset
44447
44448 ProcessBlue
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }{
44455 \end_layout
44456
44457 \end_inset
44458
44459
44460 \begin_inset Phantom Phantom
44461 status open
44462
44463 \begin_layout Plain Layout
44464 W
44465 \end_layout
44466
44467 \end_inset
44468
44469
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475 }
44476 \end_layout
44477
44478 \end_inset
44479
44480  ProcessBlue
44481 \end_layout
44482
44483 \end_inset
44484 </cell>
44485 <cell alignment="left" valignment="top" usebox="none">
44486 \begin_inset Text
44487
44488 \begin_layout Plain Layout
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494
44495 \backslash
44496 fcolorbox{black}{
44497 \end_layout
44498
44499 \end_inset
44500
44501 Purple
44502 \begin_inset ERT
44503 status collapsed
44504
44505 \begin_layout Plain Layout
44506
44507 }{
44508 \end_layout
44509
44510 \end_inset
44511
44512
44513 \begin_inset Phantom Phantom
44514 status open
44515
44516 \begin_layout Plain Layout
44517 W
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528 }
44529 \end_layout
44530
44531 \end_inset
44532
44533  Purple
44534 \end_layout
44535
44536 \end_inset
44537 </cell>
44538 </row>
44539 <row>
44540 <cell alignment="left" valignment="top" usebox="none">
44541 \begin_inset Text
44542
44543 \begin_layout Plain Layout
44544 \begin_inset ERT
44545 status collapsed
44546
44547 \begin_layout Plain Layout
44548
44549
44550 \backslash
44551 fcolorbox{black}{
44552 \end_layout
44553
44554 \end_inset
44555
44556 RawSienna
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }{
44563 \end_layout
44564
44565 \end_inset
44566
44567
44568 \begin_inset Phantom Phantom
44569 status open
44570
44571 \begin_layout Plain Layout
44572 W
44573 \end_layout
44574
44575 \end_inset
44576
44577
44578 \begin_inset ERT
44579 status collapsed
44580
44581 \begin_layout Plain Layout
44582
44583 }
44584 \end_layout
44585
44586 \end_inset
44587
44588  RawSienna
44589 \end_layout
44590
44591 \end_inset
44592 </cell>
44593 <cell alignment="left" valignment="top" usebox="none">
44594 \begin_inset Text
44595
44596 \begin_layout Plain Layout
44597 \begin_inset ERT
44598 status collapsed
44599
44600 \begin_layout Plain Layout
44601
44602
44603 \backslash
44604 fcolorbox{black}{
44605 \end_layout
44606
44607 \end_inset
44608
44609 RedOrange
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }{
44616 \end_layout
44617
44618 \end_inset
44619
44620
44621 \begin_inset Phantom Phantom
44622 status open
44623
44624 \begin_layout Plain Layout
44625 W
44626 \end_layout
44627
44628 \end_inset
44629
44630
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636 }
44637 \end_layout
44638
44639 \end_inset
44640
44641  RedOrange
44642 \end_layout
44643
44644 \end_inset
44645 </cell>
44646 <cell alignment="left" valignment="top" usebox="none">
44647 \begin_inset Text
44648
44649 \begin_layout Plain Layout
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655
44656 \backslash
44657 fcolorbox{black}{
44658 \end_layout
44659
44660 \end_inset
44661
44662 RedViolet
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }{
44669 \end_layout
44670
44671 \end_inset
44672
44673
44674 \begin_inset Phantom Phantom
44675 status open
44676
44677 \begin_layout Plain Layout
44678 W
44679 \end_layout
44680
44681 \end_inset
44682
44683
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689 }
44690 \end_layout
44691
44692 \end_inset
44693
44694  RedViolet
44695 \end_layout
44696
44697 \end_inset
44698 </cell>
44699 <cell alignment="left" valignment="top" usebox="none">
44700 \begin_inset Text
44701
44702 \begin_layout Plain Layout
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708
44709 \backslash
44710 fcolorbox{black}{
44711 \end_layout
44712
44713 \end_inset
44714
44715 Rhodamine
44716 \begin_inset ERT
44717 status collapsed
44718
44719 \begin_layout Plain Layout
44720
44721 }{
44722 \end_layout
44723
44724 \end_inset
44725
44726
44727 \begin_inset Phantom Phantom
44728 status open
44729
44730 \begin_layout Plain Layout
44731 W
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742 }
44743 \end_layout
44744
44745 \end_inset
44746
44747  Rhodamine
44748 \end_layout
44749
44750 \end_inset
44751 </cell>
44752 </row>
44753 <row>
44754 <cell alignment="left" valignment="top" usebox="none">
44755 \begin_inset Text
44756
44757 \begin_layout Plain Layout
44758 \begin_inset ERT
44759 status collapsed
44760
44761 \begin_layout Plain Layout
44762
44763
44764 \backslash
44765 fcolorbox{black}{
44766 \end_layout
44767
44768 \end_inset
44769
44770 RoyalBlue
44771 \begin_inset ERT
44772 status collapsed
44773
44774 \begin_layout Plain Layout
44775
44776 }{
44777 \end_layout
44778
44779 \end_inset
44780
44781
44782 \begin_inset Phantom Phantom
44783 status open
44784
44785 \begin_layout Plain Layout
44786 W
44787 \end_layout
44788
44789 \end_inset
44790
44791
44792 \begin_inset ERT
44793 status collapsed
44794
44795 \begin_layout Plain Layout
44796
44797 }
44798 \end_layout
44799
44800 \end_inset
44801
44802  RoyalBlue
44803 \end_layout
44804
44805 \end_inset
44806 </cell>
44807 <cell alignment="left" valignment="top" usebox="none">
44808 \begin_inset Text
44809
44810 \begin_layout Plain Layout
44811 \begin_inset ERT
44812 status collapsed
44813
44814 \begin_layout Plain Layout
44815
44816
44817 \backslash
44818 fcolorbox{black}{
44819 \end_layout
44820
44821 \end_inset
44822
44823 RoyalPurple
44824 \begin_inset ERT
44825 status collapsed
44826
44827 \begin_layout Plain Layout
44828
44829 }{
44830 \end_layout
44831
44832 \end_inset
44833
44834
44835 \begin_inset Phantom Phantom
44836 status open
44837
44838 \begin_layout Plain Layout
44839 W
44840 \end_layout
44841
44842 \end_inset
44843
44844
44845 \begin_inset ERT
44846 status collapsed
44847
44848 \begin_layout Plain Layout
44849
44850 }
44851 \end_layout
44852
44853 \end_inset
44854
44855  RoyalPurple
44856 \end_layout
44857
44858 \end_inset
44859 </cell>
44860 <cell alignment="left" valignment="top" usebox="none">
44861 \begin_inset Text
44862
44863 \begin_layout Plain Layout
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869
44870 \backslash
44871 fcolorbox{black}{
44872 \end_layout
44873
44874 \end_inset
44875
44876 RubineRed
44877 \begin_inset ERT
44878 status collapsed
44879
44880 \begin_layout Plain Layout
44881
44882 }{
44883 \end_layout
44884
44885 \end_inset
44886
44887
44888 \begin_inset Phantom Phantom
44889 status open
44890
44891 \begin_layout Plain Layout
44892 W
44893 \end_layout
44894
44895 \end_inset
44896
44897
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903 }
44904 \end_layout
44905
44906 \end_inset
44907
44908  RubineRed
44909 \end_layout
44910
44911 \end_inset
44912 </cell>
44913 <cell alignment="left" valignment="top" usebox="none">
44914 \begin_inset Text
44915
44916 \begin_layout Plain Layout
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922
44923 \backslash
44924 fcolorbox{black}{
44925 \end_layout
44926
44927 \end_inset
44928
44929 Salmon
44930 \begin_inset ERT
44931 status collapsed
44932
44933 \begin_layout Plain Layout
44934
44935 }{
44936 \end_layout
44937
44938 \end_inset
44939
44940
44941 \begin_inset Phantom Phantom
44942 status open
44943
44944 \begin_layout Plain Layout
44945 W
44946 \end_layout
44947
44948 \end_inset
44949
44950
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956 }
44957 \end_layout
44958
44959 \end_inset
44960
44961  Salmon
44962 \end_layout
44963
44964 \end_inset
44965 </cell>
44966 </row>
44967 <row>
44968 <cell alignment="left" valignment="top" usebox="none">
44969 \begin_inset Text
44970
44971 \begin_layout Plain Layout
44972 \begin_inset ERT
44973 status collapsed
44974
44975 \begin_layout Plain Layout
44976
44977
44978 \backslash
44979 fcolorbox{black}{
44980 \end_layout
44981
44982 \end_inset
44983
44984 SeaGreen
44985 \begin_inset ERT
44986 status collapsed
44987
44988 \begin_layout Plain Layout
44989
44990 }{
44991 \end_layout
44992
44993 \end_inset
44994
44995
44996 \begin_inset Phantom Phantom
44997 status open
44998
44999 \begin_layout Plain Layout
45000 W
45001 \end_layout
45002
45003 \end_inset
45004
45005
45006 \begin_inset ERT
45007 status collapsed
45008
45009 \begin_layout Plain Layout
45010
45011 }
45012 \end_layout
45013
45014 \end_inset
45015
45016  SeaGreen
45017 \end_layout
45018
45019 \end_inset
45020 </cell>
45021 <cell alignment="left" valignment="top" usebox="none">
45022 \begin_inset Text
45023
45024 \begin_layout Plain Layout
45025 \begin_inset ERT
45026 status collapsed
45027
45028 \begin_layout Plain Layout
45029
45030
45031 \backslash
45032 fcolorbox{black}{
45033 \end_layout
45034
45035 \end_inset
45036
45037 Sepia
45038 \begin_inset ERT
45039 status collapsed
45040
45041 \begin_layout Plain Layout
45042
45043 }{
45044 \end_layout
45045
45046 \end_inset
45047
45048
45049 \begin_inset Phantom Phantom
45050 status open
45051
45052 \begin_layout Plain Layout
45053 W
45054 \end_layout
45055
45056 \end_inset
45057
45058
45059 \begin_inset ERT
45060 status collapsed
45061
45062 \begin_layout Plain Layout
45063
45064 }
45065 \end_layout
45066
45067 \end_inset
45068
45069  Sepia
45070 \end_layout
45071
45072 \end_inset
45073 </cell>
45074 <cell alignment="left" valignment="top" usebox="none">
45075 \begin_inset Text
45076
45077 \begin_layout Plain Layout
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083
45084 \backslash
45085 fcolorbox{black}{
45086 \end_layout
45087
45088 \end_inset
45089
45090 SkyBlue
45091 \begin_inset ERT
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095
45096 }{
45097 \end_layout
45098
45099 \end_inset
45100
45101
45102 \begin_inset Phantom Phantom
45103 status open
45104
45105 \begin_layout Plain Layout
45106 W
45107 \end_layout
45108
45109 \end_inset
45110
45111
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117 }
45118 \end_layout
45119
45120 \end_inset
45121
45122  SkyBlue
45123 \end_layout
45124
45125 \end_inset
45126 </cell>
45127 <cell alignment="left" valignment="top" usebox="none">
45128 \begin_inset Text
45129
45130 \begin_layout Plain Layout
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136
45137 \backslash
45138 fcolorbox{black}{
45139 \end_layout
45140
45141 \end_inset
45142
45143 SpringGreen
45144 \begin_inset ERT
45145 status collapsed
45146
45147 \begin_layout Plain Layout
45148
45149 }{
45150 \end_layout
45151
45152 \end_inset
45153
45154
45155 \begin_inset Phantom Phantom
45156 status open
45157
45158 \begin_layout Plain Layout
45159 W
45160 \end_layout
45161
45162 \end_inset
45163
45164
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170 }
45171 \end_layout
45172
45173 \end_inset
45174
45175  SpringGreen
45176 \end_layout
45177
45178 \end_inset
45179 </cell>
45180 </row>
45181 <row>
45182 <cell alignment="left" valignment="top" usebox="none">
45183 \begin_inset Text
45184
45185 \begin_layout Plain Layout
45186 \begin_inset ERT
45187 status collapsed
45188
45189 \begin_layout Plain Layout
45190
45191
45192 \backslash
45193 fcolorbox{black}{
45194 \end_layout
45195
45196 \end_inset
45197
45198 Tan
45199 \begin_inset ERT
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203
45204 }{
45205 \end_layout
45206
45207 \end_inset
45208
45209
45210 \begin_inset Phantom Phantom
45211 status open
45212
45213 \begin_layout Plain Layout
45214 W
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \begin_inset ERT
45221 status collapsed
45222
45223 \begin_layout Plain Layout
45224
45225 }
45226 \end_layout
45227
45228 \end_inset
45229
45230  Tan
45231 \end_layout
45232
45233 \end_inset
45234 </cell>
45235 <cell alignment="left" valignment="top" usebox="none">
45236 \begin_inset Text
45237
45238 \begin_layout Plain Layout
45239 \begin_inset ERT
45240 status collapsed
45241
45242 \begin_layout Plain Layout
45243
45244
45245 \backslash
45246 fcolorbox{black}{
45247 \end_layout
45248
45249 \end_inset
45250
45251 TealBlue
45252 \begin_inset ERT
45253 status collapsed
45254
45255 \begin_layout Plain Layout
45256
45257 }{
45258 \end_layout
45259
45260 \end_inset
45261
45262
45263 \begin_inset Phantom Phantom
45264 status open
45265
45266 \begin_layout Plain Layout
45267 W
45268 \end_layout
45269
45270 \end_inset
45271
45272
45273 \begin_inset ERT
45274 status collapsed
45275
45276 \begin_layout Plain Layout
45277
45278 }
45279 \end_layout
45280
45281 \end_inset
45282
45283  TealBlue
45284 \end_layout
45285
45286 \end_inset
45287 </cell>
45288 <cell alignment="left" valignment="top" usebox="none">
45289 \begin_inset Text
45290
45291 \begin_layout Plain Layout
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297
45298 \backslash
45299 fcolorbox{black}{
45300 \end_layout
45301
45302 \end_inset
45303
45304 Thistle
45305 \begin_inset ERT
45306 status collapsed
45307
45308 \begin_layout Plain Layout
45309
45310 }{
45311 \end_layout
45312
45313 \end_inset
45314
45315
45316 \begin_inset Phantom Phantom
45317 status open
45318
45319 \begin_layout Plain Layout
45320 W
45321 \end_layout
45322
45323 \end_inset
45324
45325
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331 }
45332 \end_layout
45333
45334 \end_inset
45335
45336  Thistle
45337 \end_layout
45338
45339 \end_inset
45340 </cell>
45341 <cell alignment="left" valignment="top" usebox="none">
45342 \begin_inset Text
45343
45344 \begin_layout Plain Layout
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350
45351 \backslash
45352 fcolorbox{black}{
45353 \end_layout
45354
45355 \end_inset
45356
45357 Turquoise
45358 \begin_inset ERT
45359 status collapsed
45360
45361 \begin_layout Plain Layout
45362
45363 }{
45364 \end_layout
45365
45366 \end_inset
45367
45368
45369 \begin_inset Phantom Phantom
45370 status open
45371
45372 \begin_layout Plain Layout
45373 W
45374 \end_layout
45375
45376 \end_inset
45377
45378
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384 }
45385 \end_layout
45386
45387 \end_inset
45388
45389  Turquoise
45390 \end_layout
45391
45392 \end_inset
45393 </cell>
45394 </row>
45395 <row>
45396 <cell alignment="left" valignment="top" usebox="none">
45397 \begin_inset Text
45398
45399 \begin_layout Plain Layout
45400 \begin_inset ERT
45401 status collapsed
45402
45403 \begin_layout Plain Layout
45404
45405
45406 \backslash
45407 fcolorbox{black}{
45408 \end_layout
45409
45410 \end_inset
45411
45412 Violet
45413 \begin_inset ERT
45414 status collapsed
45415
45416 \begin_layout Plain Layout
45417
45418 }{
45419 \end_layout
45420
45421 \end_inset
45422
45423
45424 \begin_inset Phantom Phantom
45425 status open
45426
45427 \begin_layout Plain Layout
45428 W
45429 \end_layout
45430
45431 \end_inset
45432
45433
45434 \begin_inset ERT
45435 status collapsed
45436
45437 \begin_layout Plain Layout
45438
45439 }
45440 \end_layout
45441
45442 \end_inset
45443
45444  Violet
45445 \end_layout
45446
45447 \end_inset
45448 </cell>
45449 <cell alignment="left" valignment="top" usebox="none">
45450 \begin_inset Text
45451
45452 \begin_layout Plain Layout
45453 \begin_inset ERT
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457
45458
45459 \backslash
45460 fcolorbox{black}{
45461 \end_layout
45462
45463 \end_inset
45464
45465 VioletRed
45466 \begin_inset ERT
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470
45471 }{
45472 \end_layout
45473
45474 \end_inset
45475
45476
45477 \begin_inset Phantom Phantom
45478 status open
45479
45480 \begin_layout Plain Layout
45481 W
45482 \end_layout
45483
45484 \end_inset
45485
45486
45487 \begin_inset ERT
45488 status collapsed
45489
45490 \begin_layout Plain Layout
45491
45492 }
45493 \end_layout
45494
45495 \end_inset
45496
45497  VioletRed
45498 \end_layout
45499
45500 \end_inset
45501 </cell>
45502 <cell alignment="left" valignment="top" usebox="none">
45503 \begin_inset Text
45504
45505 \begin_layout Plain Layout
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511
45512 \backslash
45513 fcolorbox{black}{
45514 \end_layout
45515
45516 \end_inset
45517
45518 WildStrawberry
45519 \begin_inset ERT
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523
45524 }{
45525 \end_layout
45526
45527 \end_inset
45528
45529
45530 \begin_inset Phantom Phantom
45531 status open
45532
45533 \begin_layout Plain Layout
45534 W
45535 \end_layout
45536
45537 \end_inset
45538
45539
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545 }
45546 \end_layout
45547
45548 \end_inset
45549
45550  WildStrawberry
45551 \end_layout
45552
45553 \end_inset
45554 </cell>
45555 <cell alignment="left" valignment="top" usebox="none">
45556 \begin_inset Text
45557
45558 \begin_layout Plain Layout
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564
45565 \backslash
45566 fcolorbox{black}{
45567 \end_layout
45568
45569 \end_inset
45570
45571 YellowGreen
45572 \begin_inset ERT
45573 status collapsed
45574
45575 \begin_layout Plain Layout
45576
45577 }{
45578 \end_layout
45579
45580 \end_inset
45581
45582
45583 \begin_inset Phantom Phantom
45584 status open
45585
45586 \begin_layout Plain Layout
45587 W
45588 \end_layout
45589
45590 \end_inset
45591
45592
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598 }
45599 \end_layout
45600
45601 \end_inset
45602
45603  YellowGreen
45604 \end_layout
45605
45606 \end_inset
45607 </cell>
45608 </row>
45609 <row>
45610 <cell alignment="left" valignment="top" usebox="none">
45611 \begin_inset Text
45612
45613 \begin_layout Plain Layout
45614 \begin_inset ERT
45615 status collapsed
45616
45617 \begin_layout Plain Layout
45618
45619
45620 \backslash
45621 fcolorbox{black}{
45622 \end_layout
45623
45624 \end_inset
45625
45626 YellowOrange
45627 \begin_inset ERT
45628 status collapsed
45629
45630 \begin_layout Plain Layout
45631
45632 }{
45633 \end_layout
45634
45635 \end_inset
45636
45637
45638 \begin_inset Phantom Phantom
45639 status open
45640
45641 \begin_layout Plain Layout
45642 W
45643 \end_layout
45644
45645 \end_inset
45646
45647
45648 \begin_inset ERT
45649 status collapsed
45650
45651 \begin_layout Plain Layout
45652
45653 }
45654 \end_layout
45655
45656 \end_inset
45657
45658  YellowOrange
45659 \end_layout
45660
45661 \end_inset
45662 </cell>
45663 <cell alignment="left" valignment="top" usebox="none">
45664 \begin_inset Text
45665
45666 \begin_layout Plain Layout
45667
45668 \end_layout
45669
45670 \end_inset
45671 </cell>
45672 <cell alignment="left" valignment="top" usebox="none">
45673 \begin_inset Text
45674
45675 \begin_layout Plain Layout
45676
45677 \end_layout
45678
45679 \end_inset
45680 </cell>
45681 <cell alignment="left" valignment="top" usebox="none">
45682 \begin_inset Text
45683
45684 \begin_layout Plain Layout
45685
45686 \end_layout
45687
45688 \end_inset
45689 </cell>
45690 </row>
45691 </lyxtabular>
45692
45693 \end_inset
45694
45695
45696 \end_layout
45697
45698 \begin_layout Chapter
45699 Explicación de la ecuación
45700 \begin_inset space ~
45701 \end_inset
45702
45703 (
45704 \begin_inset CommandInset ref
45705 LatexCommand ref
45706 reference "eq:Wgn"
45707
45708 \end_inset
45709
45710 )
45711 \begin_inset CommandInset label
45712 LatexCommand label
45713 name "cap:Explicación-de-la-Ecuación"
45714
45715 \end_inset
45716
45717
45718 \end_layout
45719
45720 \begin_layout Standard
45721 La anchura total de 
45722 \emph on
45723 n
45724 \emph default
45725  celdas de un cuadro 
45726 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45727 \end_inset
45728
45729  puede calcularse con
45730 \begin_inset Formula 
45731 \begin{equation}
45732 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45733 \end{equation}
45734
45735 \end_inset
45736
45737
45738 \end_layout
45739
45740 \begin_layout Standard
45741 donde 
45742 \begin_inset Formula $W_{g\,n}$
45743 \end_inset
45744
45745  es el ancho dado de todas las celdas.
45746  
45747 \series bold
45748
45749 \backslash
45750 tabcolsep
45751 \series default
45752  es la longitud \SpecialChar LaTeX
45753  entre el texto y el borde de la celda, 6
45754 \begin_inset space \thinspace{}
45755 \end_inset
45756
45757 pt por omisión.
45758  
45759 \series bold
45760
45761 \backslash
45762 arrayrulewidth
45763 \series default
45764  es el grosor de línea del borde, 0.4
45765 \begin_inset space \thinspace{}
45766 \end_inset
45767
45768 pt por omisión.
45769 \end_layout
45770
45771 \begin_layout Standard
45772 Procediendo como en la ecuación
45773 \begin_inset space ~
45774 \end_inset
45775
45776
45777 \begin_inset CommandInset ref
45778 LatexCommand eqref
45779 reference "eq:Wtot_n"
45780
45781 \end_inset
45782
45783 , el ancho total de una multicolumna, 
45784 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45785 \end_inset
45786
45787  es
45788 \begin_inset Formula 
45789 \begin{equation}
45790 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45791 \end{equation}
45792
45793 \end_inset
45794
45795
45796 \end_layout
45797
45798 \begin_layout Standard
45799 Igualando las ecuaciones
45800 \begin_inset space ~
45801 \end_inset
45802
45803
45804 \begin_inset CommandInset ref
45805 LatexCommand eqref
45806 reference "eq:Wtot_n"
45807
45808 \end_inset
45809
45810  y 
45811 \begin_inset CommandInset ref
45812 LatexCommand eqref
45813 reference "eq:Wtot_mult"
45814
45815 \end_inset
45816
45817  podemos calcular el ancho dado necesario 
45818 \begin_inset Formula $W_{g\,n}$
45819 \end_inset
45820
45821  cuando se expanden 
45822 \emph on
45823 n
45824 \emph default
45825  columnas, de forma que cada una de ellas tiene una anchura total 
45826 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45827 \end_inset
45828
45829 :
45830 \begin_inset Formula 
45831 \begin{equation}
45832 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45833 \end{equation}
45834
45835 \end_inset
45836
45837
45838 \end_layout
45839
45840 \begin_layout Bibliography
45841 \begin_inset CommandInset bibitem
45842 LatexCommand bibitem
45843 key "latexcompanion"
45844
45845 \end_inset
45846
45847 Frank Mittelbach and Michel Goossens: 
45848 \emph on
45849 The \SpecialChar LaTeX
45850  Companion Second Edition.
45851
45852 \emph default
45853  Addison-Wesley, 2004
45854 \end_layout
45855
45856 \begin_layout Bibliography
45857 \begin_inset CommandInset bibitem
45858 LatexCommand bibitem
45859 key "latexguide"
45860
45861 \end_inset
45862
45863 Helmut Kopka and Patrick W.
45864  Daly: 
45865 \emph on
45866 A Guide to \SpecialChar LaTeX
45867  Fourth Edition.
45868
45869 \emph default
45870  Addison-Wesley, 2003
45871 \end_layout
45872
45873 \begin_layout Bibliography
45874 \begin_inset CommandInset bibitem
45875 LatexCommand bibitem
45876 key "latexbook"
45877
45878 \end_inset
45879
45880 Leslie Lamport: 
45881 \emph on
45882 \SpecialChar LaTeX
45883 : A Document Preparation System.
45884
45885 \emph default
45886  Addison-Wesley, second edition, 1994
45887 \end_layout
45888
45889 \begin_layout Bibliography
45890 \begin_inset CommandInset bibitem
45891 LatexCommand bibitem
45892 key "arydshln"
45893
45894 \end_inset
45895
45896 Documentación del paquete \SpecialChar LaTeX
45897  
45898 \series bold
45899
45900 \begin_inset CommandInset href
45901 LatexCommand href
45902 name "arydshln"
45903 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45904
45905 \end_inset
45906
45907
45908 \series default
45909
45910 \begin_inset Index idx
45911 status collapsed
45912
45913 \begin_layout Plain Layout
45914 \SpecialChar LaTeX
45915 -paquetes ! arydshln
45916 \end_layout
45917
45918 \end_inset
45919
45920
45921 \end_layout
45922
45923 \begin_layout Bibliography
45924 \begin_inset CommandInset bibitem
45925 LatexCommand bibitem
45926 key "booktabs"
45927
45928 \end_inset
45929
45930 Documentación del paquete \SpecialChar LaTeX
45931  
45932 \series bold
45933
45934 \begin_inset CommandInset href
45935 LatexCommand href
45936 name "booktabs"
45937 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45938
45939 \end_inset
45940
45941
45942 \series default
45943
45944 \begin_inset Index idx
45945 status collapsed
45946
45947 \begin_layout Plain Layout
45948 \SpecialChar LaTeX
45949 -paquetes ! booktabs
45950 \end_layout
45951
45952 \end_inset
45953
45954
45955 \end_layout
45956
45957 \begin_layout Bibliography
45958 \begin_inset CommandInset bibitem
45959 LatexCommand bibitem
45960 key "caption"
45961
45962 \end_inset
45963
45964 Documentación del paquete \SpecialChar LaTeX
45965  
45966 \series bold
45967
45968 \begin_inset CommandInset href
45969 LatexCommand href
45970 name "caption"
45971 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45972
45973 \end_inset
45974
45975
45976 \series default
45977
45978 \begin_inset Index idx
45979 status collapsed
45980
45981 \begin_layout Plain Layout
45982 \SpecialChar LaTeX
45983 -paquetes ! caption
45984 \end_layout
45985
45986 \end_inset
45987
45988
45989 \end_layout
45990
45991 \begin_layout Bibliography
45992 \begin_inset CommandInset bibitem
45993 LatexCommand bibitem
45994 key "diagbox"
45995
45996 \end_inset
45997
45998 Documentación del paquete \SpecialChar LaTeX
45999  
46000 \series bold
46001
46002 \begin_inset CommandInset href
46003 LatexCommand href
46004 name "diagbox"
46005 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46006
46007 \end_inset
46008
46009
46010 \series default
46011
46012 \begin_inset Index idx
46013 status collapsed
46014
46015 \begin_layout Plain Layout
46016 \SpecialChar LaTeX
46017 -paquetes ! diagbox
46018 \end_layout
46019
46020 \end_inset
46021
46022
46023 \end_layout
46024
46025 \begin_layout Bibliography
46026 \begin_inset CommandInset bibitem
46027 LatexCommand bibitem
46028 key "endfloat"
46029
46030 \end_inset
46031
46032 Documentación del paquete \SpecialChar LaTeX
46033  
46034 \series bold
46035
46036 \begin_inset CommandInset href
46037 LatexCommand href
46038 name "endfloat"
46039 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46040
46041 \end_inset
46042
46043
46044 \series default
46045
46046 \begin_inset Index idx
46047 status collapsed
46048
46049 \begin_layout Plain Layout
46050 \SpecialChar LaTeX
46051 -paquetes ! endfloat
46052 \end_layout
46053
46054 \end_inset
46055
46056
46057 \end_layout
46058
46059 \begin_layout Bibliography
46060 \begin_inset CommandInset bibitem
46061 LatexCommand bibitem
46062 key "footmisc"
46063
46064 \end_inset
46065
46066 Documentación del paquete \SpecialChar LaTeX
46067  
46068 \series bold
46069
46070 \begin_inset CommandInset href
46071 LatexCommand href
46072 name "footmisc"
46073 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46074
46075 \end_inset
46076
46077
46078 \series default
46079
46080 \begin_inset Index idx
46081 status collapsed
46082
46083 \begin_layout Plain Layout
46084 \SpecialChar LaTeX
46085 -paquetes ! footmisc
46086 \end_layout
46087
46088 \end_inset
46089
46090
46091 \end_layout
46092
46093 \begin_layout Bibliography
46094 \begin_inset CommandInset bibitem
46095 LatexCommand bibitem
46096 key "hypcap"
46097
46098 \end_inset
46099
46100 Documentación del paquete \SpecialChar LaTeX
46101  
46102 \series bold
46103
46104 \begin_inset CommandInset href
46105 LatexCommand href
46106 name "hypcap"
46107 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46108
46109 \end_inset
46110
46111
46112 \series default
46113
46114 \begin_inset Index idx
46115 status collapsed
46116
46117 \begin_layout Plain Layout
46118 \SpecialChar LaTeX
46119 -paquetes ! hyperref
46120 \end_layout
46121
46122 \end_inset
46123
46124
46125 \end_layout
46126
46127 \begin_layout Bibliography
46128 \begin_inset CommandInset bibitem
46129 LatexCommand bibitem
46130 key "hyperref"
46131
46132 \end_inset
46133
46134 Documentación del paquete \SpecialChar LaTeX
46135  
46136 \series bold
46137
46138 \begin_inset CommandInset href
46139 LatexCommand href
46140 name "hyperref"
46141 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46142
46143 \end_inset
46144
46145
46146 \series default
46147
46148 \begin_inset Index idx
46149 status collapsed
46150
46151 \begin_layout Plain Layout
46152 \SpecialChar LaTeX
46153 -paquetes ! hyperref
46154 \end_layout
46155
46156 \end_inset
46157
46158
46159 \end_layout
46160
46161 \begin_layout Bibliography
46162 \begin_inset CommandInset bibitem
46163 LatexCommand bibitem
46164 key "KOMA-Script"
46165
46166 \end_inset
46167
46168 Documentación del paquete \SpecialChar LaTeX
46169  
46170 \series bold
46171
46172 \begin_inset CommandInset href
46173 LatexCommand href
46174 name "KOMA-Script"
46175 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46176
46177 \end_inset
46178
46179
46180 \series default
46181
46182 \begin_inset Index idx
46183 status collapsed
46184
46185 \begin_layout Plain Layout
46186 \SpecialChar LaTeX
46187 -paquetes ! KOMA-Script
46188 \end_layout
46189
46190 \end_inset
46191
46192
46193 \end_layout
46194
46195 \begin_layout Bibliography
46196 \begin_inset CommandInset bibitem
46197 LatexCommand bibitem
46198 key "lettrine"
46199
46200 \end_inset
46201
46202 Documentación del paquete \SpecialChar LaTeX
46203  
46204 \series bold
46205
46206 \begin_inset CommandInset href
46207 LatexCommand href
46208 name "lettrine"
46209 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46210
46211 \end_inset
46212
46213
46214 \series default
46215  y un 
46216 \begin_inset CommandInset href
46217 LatexCommand href
46218 name "ejemplo"
46219 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46220
46221 \end_inset
46222
46223
46224 \begin_inset Index idx
46225 status collapsed
46226
46227 \begin_layout Plain Layout
46228 \SpecialChar LaTeX
46229 -paquetes ! lettrine
46230 \end_layout
46231
46232 \end_inset
46233
46234
46235 \end_layout
46236
46237 \begin_layout Bibliography
46238 \begin_inset CommandInset bibitem
46239 LatexCommand bibitem
46240 key "listings"
46241
46242 \end_inset
46243
46244 Documentación del paquete \SpecialChar LaTeX
46245  
46246 \series bold
46247
46248 \begin_inset CommandInset href
46249 LatexCommand href
46250 name "listings"
46251 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46252
46253 \end_inset
46254
46255
46256 \series default
46257
46258 \begin_inset Index idx
46259 status collapsed
46260
46261 \begin_layout Plain Layout
46262 \SpecialChar LaTeX
46263 -paquetes ! listings
46264 \end_layout
46265
46266 \end_inset
46267
46268
46269 \end_layout
46270
46271 \begin_layout Bibliography
46272 \begin_inset CommandInset bibitem
46273 LatexCommand bibitem
46274 key "marginnote"
46275
46276 \end_inset
46277
46278 Documentación del paquete \SpecialChar LaTeX
46279  
46280 \series bold
46281
46282 \begin_inset CommandInset href
46283 LatexCommand href
46284 name "marginnote"
46285 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46286
46287 \end_inset
46288
46289
46290 \series default
46291
46292 \begin_inset Index idx
46293 status collapsed
46294
46295 \begin_layout Plain Layout
46296 \SpecialChar LaTeX
46297 -paquetes ! marginnote
46298 \end_layout
46299
46300 \end_inset
46301
46302
46303 \end_layout
46304
46305 \begin_layout Bibliography
46306 \begin_inset CommandInset bibitem
46307 LatexCommand bibitem
46308 key "pdfpages"
46309
46310 \end_inset
46311
46312 Documentación del paquete \SpecialChar LaTeX
46313  
46314 \series bold
46315
46316 \begin_inset CommandInset href
46317 LatexCommand href
46318 name "pdfpages"
46319 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46320
46321 \end_inset
46322
46323
46324 \series default
46325
46326 \begin_inset Index idx
46327 status collapsed
46328
46329 \begin_layout Plain Layout
46330 \SpecialChar LaTeX
46331 -paquetes ! pdfpages
46332 \end_layout
46333
46334 \end_inset
46335
46336
46337 \end_layout
46338
46339 \begin_layout Bibliography
46340 \begin_inset CommandInset bibitem
46341 LatexCommand bibitem
46342 key "prettyref"
46343
46344 \end_inset
46345
46346 Documentación del paquete \SpecialChar LaTeX
46347  
46348 \series bold
46349
46350 \begin_inset CommandInset href
46351 LatexCommand href
46352 name "prettyref"
46353 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46354
46355 \end_inset
46356
46357
46358 \series default
46359
46360 \begin_inset Index idx
46361 status collapsed
46362
46363 \begin_layout Plain Layout
46364 \SpecialChar LaTeX
46365 -paquetes ! prettyref
46366 \end_layout
46367
46368 \end_inset
46369
46370
46371 \end_layout
46372
46373 \begin_layout Bibliography
46374 \begin_inset CommandInset bibitem
46375 LatexCommand bibitem
46376 key "pstricks"
46377
46378 \end_inset
46379
46380 Página web del paquete \SpecialChar LaTeX
46381  
46382 \series bold
46383
46384 \begin_inset CommandInset href
46385 LatexCommand href
46386 name "PSTricks"
46387 target "http://tug.org/PSTricks/"
46388
46389 \end_inset
46390
46391
46392 \series default
46393
46394 \begin_inset Index idx
46395 status collapsed
46396
46397 \begin_layout Plain Layout
46398 \SpecialChar LaTeX
46399 -paquetes ! PSTricks
46400 \end_layout
46401
46402 \end_inset
46403
46404
46405 \end_layout
46406
46407 \begin_layout Bibliography
46408 \begin_inset CommandInset bibitem
46409 LatexCommand bibitem
46410 key "refstyle"
46411
46412 \end_inset
46413
46414 Documentación del paquete \SpecialChar LaTeX
46415  
46416 \series bold
46417
46418 \begin_inset CommandInset href
46419 LatexCommand href
46420 name "refstyle"
46421 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46422
46423 \end_inset
46424
46425
46426 \series default
46427
46428 \begin_inset Index idx
46429 status collapsed
46430
46431 \begin_layout Plain Layout
46432 \SpecialChar LaTeX
46433 -paquetes ! refstyle
46434 \end_layout
46435
46436 \end_inset
46437
46438
46439 \end_layout
46440
46441 \begin_layout Bibliography
46442 \begin_inset CommandInset bibitem
46443 LatexCommand bibitem
46444 key "sidecap"
46445
46446 \end_inset
46447
46448 Documentación del paquete \SpecialChar LaTeX
46449  
46450 \series bold
46451
46452 \begin_inset CommandInset href
46453 LatexCommand href
46454 name "sidecap"
46455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46456
46457 \end_inset
46458
46459
46460 \series default
46461
46462 \begin_inset Index idx
46463 status collapsed
46464
46465 \begin_layout Plain Layout
46466 \SpecialChar LaTeX
46467 -paquetes ! sidecap
46468 \end_layout
46469
46470 \end_inset
46471
46472
46473 \end_layout
46474
46475 \begin_layout Bibliography
46476 \begin_inset CommandInset bibitem
46477 LatexCommand bibitem
46478 key "NewInLyX20"
46479
46480 \end_inset
46481
46482
46483 \begin_inset CommandInset href
46484 LatexCommand href
46485 name "Página wiki"
46486 target "http://wiki.lyx.org/LyX/NewInLyX20"
46487
46488 \end_inset
46489
46490  sobre características nuevas para la versión 
46491 \family sans
46492 \SpecialChar LyX
46493
46494 \begin_inset space ~
46495 \end_inset
46496
46497 2.0
46498 \family default
46499 .
46500 \end_layout
46501
46502 \begin_layout Standard
46503 \begin_inset CommandInset index_print
46504 LatexCommand printindex
46505 type "idx"
46506
46507 \end_inset
46508
46509
46510 \end_layout
46511
46512 \end_body
46513 \end_document