]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Math.lyx: describe new math features
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 543
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/es/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{grisclaro}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94
95 % insert additional vertical space of
96 % 1.5 mm between footnotes
97 \let\myFoot\footnote
98 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
99
100 % number algorithm floats within chapters
101 \numberwithin{algorithm}{chapter}
102 % en español
103 \floatname{algorithm}{Algoritmo}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % check for package arydshln
111 % used for tables with dashed lines
112 \newboolean{arydshln}
113 \IfFileExists{arydshln.sty}
114  {\usepackage{arydshln}
115   \setboolean{arydshln}{true}}
116  {\setboolean{arydshln}{false}}
117
118 % check for package marginnote
119 % used for margin notes
120 \newboolean{marginnote}
121 \IfFileExists{marginnote.sty}
122  {\usepackage{marginnote}
123   \let\marginpar\marginnote
124   \setboolean{marginnote}{true}}
125  {\setboolean{marginnote}{false}}
126
127 % check for package sidecap
128 % used for captions on the side
129 \newboolean{sidecap}
130 \IfFileExists{sidecap.sty}
131  {\usepackage{sidecap}
132   \setboolean{sidecap}{true}}
133  {\setboolean{sidecap}{false}}
134
135 % check for picinpar
136 % used for surrounded fixed objects
137 \newboolean{picinpar}
138 \IfFileExists{picinpar.sty}
139  {\usepackage{picinpar}
140   \setboolean{picinpar}{true}}
141  {\setboolean{picinpar}{false}}
142
143 % check for lettrine
144 \newboolean{lettrine}
145 \IfFileExists{lettrine.sty}
146  {\usepackage{lettrine}
147   \setboolean{lettrine}{true}}
148  {\setboolean{lettrine}{false}}
149
150 % check for diagbox
151 \newboolean{diagbox}
152 \IfFileExists{diagbox.sty}
153  {\usepackage{diagbox}
154   \setboolean{diagbox}{true}}
155  {\setboolean{diagbox}{false}}
156 \end_preamble
157 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
158 \use_default_options false
159 \begin_modules
160 initials
161 graphicboxes
162 \end_modules
163 \maintain_unincluded_children false
164 \language spanish
165 \language_package babel
166 \inputencoding auto
167 \fontencoding global
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100 100
177 \font_tt_scale 100 100
178 \use_microtype false
179 \use_dash_ligatures false
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_package amsmath 2
205 \use_package amssymb 2
206 \use_package cancel 0
207 \use_package esint 0
208 \use_package mathdots 1
209 \use_package mathtools 0
210 \use_package mhchem 1
211 \use_package stackrel 0
212 \use_package stmaryrd 0
213 \use_package undertilde 0
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index Índice
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \is_math_indent 0
233 \math_numbering_side default
234 \quotes_style swiss
235 \dynamic_quotes 0
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \tracking_changes false
240 \output_changes false
241 \html_math_output 0
242 \html_css_as_file 0
243 \html_be_strict false
244 \end_header
245
246 \begin_body
247
248 \begin_layout Title
249 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
250  en \SpecialChar LyX
251
252 \end_layout
253
254 \begin_layout Author
255 por el Equipo \SpecialChar LyX
256
257 \begin_inset Foot
258 status collapsed
259
260 \begin_layout Plain Layout
261 \noindent
262 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
263  de Documentación de \SpecialChar LyX
264
265 \begin_inset CommandInset href
266 LatexCommand href
267 name "lyx-docs@lists.lyx.org"
268 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
269 type "mailto:"
270 literal "false"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 Autor: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Note Note
291 status collapsed
292
293 \begin_layout Plain Layout
294 Traducción de: Ignacio García
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Newline newline
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \family sans
309 Versión 2.2.x
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset CommandInset toc
314 LatexCommand tableofcontents
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Note Note
323 status open
324
325 \begin_layout Plain Layout
326 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
327  estar instalados los paquetes \SpecialChar LaTeX
328  
329 \series bold
330 arydshln
331 \series default
332
333 \series bold
334 colortbl
335 \series default
336
337 \series bold
338 diagbox, lettrine, marginnote, picinpar
339 \series default
340  y 
341 \series bold
342 sidecap
343 \series default
344 .
345  Si no están instalados, también podrás exportar el documento, pero las
346  secciones en que dichos paquetes son necesarios no aparecen en la salida.
347 \end_layout
348
349 \begin_layout Plain Layout
350 La última versión en PDF de este documento puede encontrarse aquí:
351 \series bold
352
353 \begin_inset Newline newline
354 \end_inset
355
356 http://wiki.lyx.org/\SpecialChar LyX
357 /Manuals#EmbeddedObjects
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366 Figuras
367 \begin_inset Index idx
368 status collapsed
369
370 \begin_layout Plain Layout
371 Figuras
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset Index idx
378 status collapsed
379
380 \begin_layout Plain Layout
381 Gráficos|see
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 {
388 \end_layout
389
390 \end_inset
391
392 Figuras
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 }
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Section
412 Diálogo de gráficos
413 \begin_inset CommandInset label
414 LatexCommand label
415 name "sec:Diálogo-Gráficos"
416
417 \end_inset
418
419
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 Figuras ! Diálogo de gráficos
425 \end_layout
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_layout Standard
433 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
434  texto que desees y haz clic en el botón 
435 \begin_inset Info
436 type  "icon"
437 arg   "dialog-show-new-inset graphics"
438 \end_inset
439
440  o en el menú 
441 \family sans
442 Insertar\SpecialChar menuseparator
443 Imagen
444 \family default
445 .
446  Aparecerá un diálogo para escoger el archivo a cargar.
447  La imagen aparecerá en el archivo de salida exactamente en la misma posición
448  en la que la has colocado.
449 \end_layout
450
451 \begin_layout Standard
452 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
453  una imagen.
454  Este diálogo tiene tres pestañas:
455 \end_layout
456
457 \begin_layout Description
458 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
459  presentación en \SpecialChar LyX
460  y en la salida.
461  En el apéndice
462 \begin_inset space ~
463 \end_inset
464
465
466 \begin_inset CommandInset ref
467 LatexCommand ref
468 reference "cap:Unidades-disponibles-en"
469
470 \end_inset
471
472  se detallan las unidades disponibles para el tamaño del gráfico.
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figuras ! Rotar
482 \end_layout
483
484 \end_inset
485
486 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
487  un ángulo y un origen de rotación.
488  La imagen también gira en \SpecialChar LyX
489 .
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index idx
495 status collapsed
496
497 \begin_layout Plain Layout
498 Figuras ! Redimensionar
499 \end_layout
500
501 \end_inset
502
503 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
504 ente la altura y la anchura.
505  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
506  automáticamente.
507  Si fijas ambas dimensiones
508 \family sans
509 ,
510 \family default
511  la imagen se adaptará a ellas, posiblemente distorsionada.
512  Para evitar distorsión en la imagen marca la opción 
513 \family sans
514 Mantener
515 \begin_inset space ~
516 \end_inset
517
518 proporción
519 \family default
520 .
521  En ese caso la imagen será modificada de forma que su anchura y su altura
522  no excedan de las dimensiones especificadas.
523 \begin_inset Newline newline
524 \end_inset
525
526 Las imágenes se pueden abrir en el programa de tu elección con la entrada
527 \family sans
528  Editar
529 \begin_inset space ~
530 \end_inset
531
532  externamente
533 \family default
534  del menú contextual que aparece al hacer clic derecho sobre la imagen.
535  Los programas visor y editor para cada formato de imagen se pueden establecer
536  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
537 .
538 \end_layout
539
540 \begin_layout Description
541 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
542  coordenadas de la imagen para ajustar su altura y anchura en la salida.
543  Además, las coordenadas se pueden calcular automáticamente pinchando el
544  botón 
545 \family sans
546 Obtener
547 \begin_inset space ~
548 \end_inset
549
550 de
551 \begin_inset space ~
552 \end_inset
553
554 archivo
555 \family default
556 .
557  El botón 
558 \family sans
559 Recortar
560 \begin_inset space ~
561 \end_inset
562
563 al
564 \begin_inset space ~
565 \end_inset
566
567 cuadro
568 \begin_inset space ~
569 \end_inset
570
571 delimitador
572 \family default
573  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
574 as.
575  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
576 \end_layout
577
578 \begin_layout Description
579 Opciones
580 \begin_inset space ~
581 \end_inset
582
583 de
584 \begin_inset space ~
585 \end_inset
586
587 \SpecialChar LaTeX
588
589 \begin_inset space ~
590 \end_inset
591
592 y
593 \begin_inset space ~
594 \end_inset
595
596 \SpecialChar LyX
597  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
598  y, si eres
599  experto en \SpecialChar LaTeX
600 , especificar opciones \SpecialChar LaTeX
601  adicionales.
602 \begin_inset Newline newline
603 \end_inset
604
605 La opción 
606 \family sans
607 Modo
608 \begin_inset space ~
609 \end_inset
610
611 borrador
612 \family default
613  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
614 \begin_inset Newline newline
615 \end_inset
616
617 En la sección 
618 \family sans
619 Grupo
620 \begin_inset space ~
621 \end_inset
622
623 de
624 \begin_inset space ~
625 \end_inset
626
627 gráficos
628 \family default
629  puedes definir un conjunto de ajustes de imagen.
630 \begin_inset Index idx
631 status collapsed
632
633 \begin_layout Plain Layout
634 Figuras ! Agrupación de ajustes
635 \end_layout
636
637 \end_inset
638
639  Las imágenes incluidas en un grupo comparten sus características, de modo
640  que al modificar las de una imagen del grupo se modifican igualmente las
641  de las demás imágenes del grupo.
642  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
643  necesidad de hacerlo individualmente para cada una de ellas.
644  Además se puede integrar una imagen en un grupo existente marcando el nombre
645  del mismo en el menú contextual de la imagen.
646  
647 \end_layout
648
649 \begin_layout Standard
650 \begin_inset VSpace bigskip
651 \end_inset
652
653
654 \end_layout
655
656 \begin_layout Standard
657 Esto es un ejemplo de imagen en formato PDF
658 \begin_inset Foot
659 status collapsed
660
661 \begin_layout Plain Layout
662 Los formatos de imagen se explican en el sección
663 \begin_inset space ~
664 \end_inset
665
666
667 \begin_inset CommandInset ref
668 LatexCommand ref
669 reference "sec:Formatos-de-imagen"
670
671 \end_inset
672
673 .
674 \end_layout
675
676 \end_inset
677
678  en un párrafo separado centrado horizontalmente:
679 \end_layout
680
681 \begin_layout Standard
682 \align center
683 \begin_inset Graphics
684         filename ../clipart/2D-intensity-plot.pdf
685         clip
686         rotateOrigin center
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 Esta es la misma imagen pero en modo borrador:
695 \end_layout
696
697 \begin_layout Standard
698 \align center
699 \begin_inset Graphics
700         filename ../clipart/2D-intensity-plot.pdf
701         draft
702         rotateOrigin center
703
704 \end_inset
705
706
707 \begin_inset Newpage newpage
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Section
714 Figuras flotantes
715 \begin_inset CommandInset label
716 LatexCommand label
717 name "sec:Figuras-Flotantes"
718
719 \end_inset
720
721
722 \begin_inset Index idx
723 status collapsed
724
725 \begin_layout Plain Layout
726 Flotantes ! Figuras
727 \end_layout
728
729 \end_inset
730
731
732 \begin_inset Index idx
733 status collapsed
734
735 \begin_layout Plain Layout
736 Figuras ! Flotantes
737 \end_layout
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 Para información general sobre flotantes, echa una ojeada a la sección
746 \begin_inset space ~
747 \end_inset
748
749
750 \begin_inset CommandInset ref
751 LatexCommand ref
752 reference "sec:Introducción-Flotantes"
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \begin_layout Standard
760 El botón 
761 \begin_inset Info
762 type  "icon"
763 arg   "float-insert figure"
764 \end_inset
765
766  y el menú 
767 \family sans
768 Insertar\SpecialChar menuseparator
769 Flotante\SpecialChar menuseparator
770 Figura
771 \family default
772  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
773  La imagen se puede insertar sobre la leyenda, como en la figura
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "fig:A-star-structure"
781
782 \end_inset
783
784 , o bajo ella, como en la figura
785 \begin_inset space ~
786 \end_inset
787
788
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "fig:A-3D-object"
792
793 \end_inset
794
795 .
796  Más información sobre ubicación de leyendas en la sección
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sec:Colocación-de-leyendas"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Float figure
812 wide false
813 sideways false
814 status open
815
816 \begin_layout Plain Layout
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/Star-structure.pdf
820         width 50col%
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:A-star-structure"
835
836 \end_inset
837
838
839 \lang english
840 A star structure in a float.
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \end_inset
849
850
851 \end_layout
852
853 \begin_layout Standard
854 \begin_inset Float figure
855 wide false
856 sideways false
857 status open
858
859 \begin_layout Plain Layout
860 \begin_inset Caption Standard
861
862 \begin_layout Plain Layout
863 \begin_inset CommandInset label
864 LatexCommand label
865 name "fig:A-3D-object"
866
867 \end_inset
868
869
870 \lang english
871 A 3D object.
872 \end_layout
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Plain Layout
880 \align center
881 \begin_inset Graphics
882         filename ../clipart/3D-structure-distort.pdf
883         scale 80
884         rotateOrigin center
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 Referencias ! a figuras
902 \end_layout
903
904 \end_inset
905
906 Las figuras
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:A-star-structure"
914
915 \end_inset
916
917  y 
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "fig:A-3D-object"
921
922 \end_inset
923
924  son ejemplos de figuras con referencias cruzadas.
925  Las figuras pueden tener referencias cruzadas en el documento mediante
926  referencia a su etiqueta.
927  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
928 \family sans
929 Insertar\SpecialChar menuseparator
930 Etiqueta
931 \family default
932  o el botón 
933 \begin_inset Info
934 type  "icon"
935 arg   "label-insert"
936 \end_inset
937
938 .
939  Ahora puedes referirte a la etiqueta usando el menú 
940 \family sans
941 Insertar\SpecialChar menuseparator
942 Referencia
943 \begin_inset space ~
944 \end_inset
945
946 cruzada
947 \family default
948  o el botón 
949 \begin_inset Info
950 type  "icon"
951 arg   "dialog-show-new-inset ref"
952 \end_inset
953
954 .
955  Es importante emplear referencias a flotantes, mejor que alusiones vagas
956  como «la figura de arriba», porque como \SpecialChar LaTeX
957  recolocará los flotantes en el
958  documento final, podría no quedar «arriba» precisamente.
959 \begin_inset Newline newline
960 \end_inset
961
962 Las referencias se explican con detalle en la sección
963 \begin_inset space ~
964 \end_inset
965
966
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "sec:Referencias-a-Flotantes"
970
971 \end_inset
972
973 .
974 \end_layout
975
976 \begin_layout Standard
977 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
978  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
979  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
980  existente.
981  La figura
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "fig:Dos-imágenes-distorsionadas"
989
990 \end_inset
991
992  es un ejemplo de figura flotante con dos imágenes adosadas.
993  También se pueden poner una sobre otra.
994  Las subfiguras son
995 \begin_inset space ~
996 \end_inset
997
998
999 \begin_inset CommandInset ref
1000 LatexCommand ref
1001 reference "fig:Pink-object"
1002
1003 \end_inset
1004
1005  y
1006 \begin_inset space ~
1007 \end_inset
1008
1009
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "fig:A-star"
1013
1014 \end_inset
1015
1016 .
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \begin_inset Float figure
1021 wide false
1022 sideways false
1023 status open
1024
1025 \begin_layout Plain Layout
1026 \begin_inset space \hfill{}
1027 \end_inset
1028
1029
1030 \begin_inset Float figure
1031 wide false
1032 sideways false
1033 status collapsed
1034
1035 \begin_layout Plain Layout
1036 \begin_inset Caption Standard
1037
1038 \begin_layout Plain Layout
1039 \begin_inset CommandInset label
1040 LatexCommand label
1041 name "fig:Pink-object"
1042
1043 \end_inset
1044
1045
1046 \lang english
1047 Pink object.
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Graphics
1057         filename ../clipart/3D-structure-distort.pdf
1058         width 45col%
1059         groupId distorsionadas
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption Standard
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "fig:A-star"
1085
1086 \end_inset
1087
1088
1089 \lang english
1090 A star.
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Graphics
1100         filename ../clipart/Star-structure.pdf
1101         width 45col%
1102         groupId distorsionadas
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \begin_inset space \hfill{}
1113 \end_inset
1114
1115
1116 \end_layout
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Dos-imágenes-distorsionadas"
1125
1126 \end_inset
1127
1128 Dos imágenes distorsionadas.
1129  Ambas están en el grupo llamado «distorsionadas».
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \end_layout
1136
1137 \end_inset
1138
1139
1140 \begin_inset Newpage newpage
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Section
1147 Formatos de imagen
1148 \begin_inset CommandInset label
1149 LatexCommand label
1150 name "sec:Formatos-de-imagen"
1151
1152 \end_inset
1153
1154
1155 \begin_inset Index idx
1156 status collapsed
1157
1158 \begin_layout Plain Layout
1159 Formatos de imagen
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \begin_inset Index idx
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 Figuras ! Formatos de imagen
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Standard
1178 Puedes insertar imágenes en cualquier formato.
1179  Pero como se explica en el apéndice
1180 \begin_inset space ~
1181 \end_inset
1182
1183
1184 \begin_inset CommandInset ref
1185 LatexCommand ref
1186 reference "cap:Formatos-de-Archivos-de-Salida"
1187
1188 \end_inset
1189
1190 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1191  de archivo de imagen.
1192  Por eso \SpecialChar LyX
1193  usa el programa 
1194 \family typewriter
1195 ImageMagick
1196 \family default
1197  en segundo plano para convertir imágenes al formato adecuado.
1198  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1199  los formatos de imagen admitidos en el formato de archivo de salida.
1200  Los formatos de salida se explican en el apéndice
1201 \begin_inset space ~
1202 \end_inset
1203
1204
1205 \begin_inset CommandInset ref
1206 LatexCommand ref
1207 reference "cap:Formatos-de-Archivos-de-Salida"
1208
1209 \end_inset
1210
1211 .
1212 \end_layout
1213
1214 \begin_layout Standard
1215 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1216 \end_layout
1217
1218 \begin_layout Description
1219 Imágenes
1220 \begin_inset space ~
1221 \end_inset
1222
1223 mapa
1224 \begin_inset space ~
1225 \end_inset
1226
1227 de
1228 \begin_inset space ~
1229 \end_inset
1230
1231 bits
1232 \begin_inset space ~
1233 \end_inset
1234
1235 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1236  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1237  de zoom.
1238  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1239  Format» (GIF, extensión «
1240 \family typewriter
1241 .gif
1242 \family default
1243 »)
1244 \begin_inset Index idx
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248 GIF|see
1249 \begin_inset ERT
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253
1254 {
1255 \end_layout
1256
1257 \end_inset
1258
1259 Formatos de imagen
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 }
1266 \end_layout
1267
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \end_inset
1274
1275 , «Portable Network Graphics» (PNG, extensión «
1276 \family typewriter
1277 .png
1278 \family default
1279 »)
1280 \begin_inset Index idx
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 PNG|see
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 {
1291 \end_layout
1292
1293 \end_inset
1294
1295 Formatos de imagen
1296 \begin_inset ERT
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300
1301 }
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310
1311 , y «Joint Photographic Experts Group» (JPG, extensión «
1312 \family typewriter
1313 .jpg
1314 \family default
1315 » o «
1316 \family typewriter
1317 .jpeg
1318 \family default
1319 »)
1320 \begin_inset Index idx
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 JPG|see
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 {
1331 \end_layout
1332
1333 \end_inset
1334
1335 Formatos de imagen
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 }
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351 .
1352 \end_layout
1353
1354 \begin_layout Description
1355 Imágenes
1356 \begin_inset space ~
1357 \end_inset
1358
1359 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1360 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1361  La posibilidad de variar la escala hace falta para crear presentaciones,
1362  porque éstas siempre son redimensionadas por el proyector.
1363  La modificación de la escala también es útil en los documentos en línea
1364  para permitir el zoom en diagramas.
1365 \begin_inset Newline newline
1366 \end_inset
1367
1368 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1369  (SVG, extensión «
1370 \family typewriter
1371 .svg
1372 \family default
1373 »)
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 SVG|see
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 {
1385 \end_layout
1386
1387 \end_inset
1388
1389 Formatos de imagen
1390 \begin_inset ERT
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394
1395 }
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405 , «Encapsulated PostScript» (EPS, extensión «
1406 \family typewriter
1407 .eps
1408 \family default
1409 »)
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 EPS|see
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 {
1421 \end_layout
1422
1423 \end_inset
1424
1425 Formatos de imagen
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 }
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \end_inset
1440
1441 , «Portable Document Format» (PDF, extensión «
1442 \family typewriter
1443 .pdf
1444 \family default
1445 »)
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 PDF|see
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 {
1457 \end_layout
1458
1459 \end_inset
1460
1461 Formatos de imagen
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 }
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \end_inset
1476
1477 , y «Windows Metafile» (WMF, extensión «
1478 \family typewriter
1479 .wmf
1480 \family default
1481 »)
1482 \begin_inset Index idx
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 WMF|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Formatos de imagen
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513 .
1514  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1515  a PDF o EPS y el resultado será todavía una imagen bitmap.
1516  En estos casos sólo se añade a la imagen original una cabecera con las
1517  propiedades de la imagen.
1518 \begin_inset Foot
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522 En el caso de PDF, además se comprime la imagen original.
1523 \end_layout
1524
1525 \end_inset
1526
1527  Por ejemplo, los archivos PDF generados por 
1528 \family typewriter
1529 Adobe Photoshop
1530 \family default
1531  son imágenes bitmap.
1532 \end_layout
1533
1534 \begin_layout Standard
1535 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1536  escala pero sí al contrario.
1537  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1538  archivos de salida PDF y PostScript, respectivamente.
1539  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1540  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1541 \begin_inset Formula $\to$
1542 \end_inset
1543
1544  PDF/EPS.
1545 \end_layout
1546
1547 \begin_layout Chapter
1548 Cuadros y tablas
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 Cuadros
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \begin_inset Index idx
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 Tablas|see 
1564 \begin_inset ERT
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568
1569 {
1570 \end_layout
1571
1572 \end_inset
1573
1574 Cuadros
1575 \begin_inset ERT
1576 status collapsed
1577
1578 \begin_layout Plain Layout
1579
1580 }
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \begin_layout Section
1594 Introducción
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 Cuadros ! Introducción
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \begin_layout Standard
1608 Puede insertarse un cuadro mediante el botón 
1609 \begin_inset Info
1610 type  "icon"
1611 arg   "tabular-insert"
1612 \end_inset
1613
1614  o el menú 
1615 \family sans
1616 Insertar\SpecialChar menuseparator
1617 Cuadro/Tabla
1618 \family default
1619 .
1620  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1621  el número de filas y de columnas del cuadro.
1622  Si usas el menú aparece un diálogo en el que se pide el número de filas
1623  y columnas.
1624  
1625 \begin_inset Newline newline
1626 \end_inset
1627
1628 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1629  fila aparece separada por una línea doble: el borde inferior de la primera
1630  fila y el borde superior de la segunda fila.
1631  Ejemplo de cuadro:
1632 \end_layout
1633
1634 \begin_layout Standard
1635 \align center
1636 \begin_inset Tabular
1637 <lyxtabular version="3" rows="4" columns="4">
1638 <features tabularvalignment="middle">
1639 <column alignment="center" valignment="top">
1640 <column alignment="center" valignment="top" width="0pt">
1641 <column alignment="center" valignment="top" width="0in">
1642 <column alignment="center" valignment="top" width="0pt">
1643 <row>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Plain Layout
1657
1658 \family roman
1659 \series medium
1660 \shape up
1661 \size normal
1662 \emph off
1663 \bar no
1664 \noun off
1665 \color none
1666 1
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 2
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684 3
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695
1696 \family roman
1697 \series medium
1698 \shape up
1699 \size normal
1700 \emph off
1701 \bar no
1702 \noun off
1703 \color none
1704 A
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 </row>
1737 <row>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \family roman
1744 \series medium
1745 \shape up
1746 \size normal
1747 \emph off
1748 \bar no
1749 \noun off
1750 \color none
1751 B
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \size normal
1771 \noun off
1772 \color none
1773  
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \family roman
1795 \series medium
1796 \shape up
1797 \size normal
1798 \emph off
1799 \bar no
1800 \noun off
1801 \color none
1802 C
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 </lyxtabular>
1836
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \begin_layout Section
1843 Diálogo de cuadros
1844 \begin_inset Index idx
1845 status collapsed
1846
1847 \begin_layout Plain Layout
1848 Cuadros ! Configuración
1849 \end_layout
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Standard
1857 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1858  un clic del botón derecho del ratón.
1859  En la opción 
1860 \family sans
1861 Más...
1862
1863 \family default
1864  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1865  encuentra el cursor.
1866  La entrada del menú contextual 
1867 \family sans
1868 Más...\SpecialChar menuseparator
1869 Configuración...
1870
1871 \family default
1872  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1873  cuadro.
1874  La mayoría de opciones también trabajan sobre una selección de celdas,
1875  de filas o de columnas.
1876  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1877  su 
1878 \emph on
1879 contenido
1880 \emph default
1881 .
1882 \begin_inset Newline newline
1883 \end_inset
1884
1885 Con la opción del diálogo 
1886 \family sans
1887 Aplicar inmediatamente
1888 \family default
1889  cada cambio que hagas se aplica directamente.
1890  Si mueves el cursor a otra celda el diálogo también se actualizará con
1891  los parámetros de la nueva celda.
1892  Si cambias valores de longitud debes pulsar la tecla 
1893 \family sans
1894 Entrar
1895 \family default
1896  para aplicar los cambios.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 En el cuadro de diálogo aparecen las siguientes solapas:
1901 \end_layout
1902
1903 \begin_layout Description
1904 Configuración
1905 \begin_inset space ~
1906 \end_inset
1907
1908 del
1909 \begin_inset space ~
1910 \end_inset
1911
1912 cuadro Aquí puedes establecer la alineación horizontal y la anchura de la
1913  columna actual o del cuadro completo.
1914 \begin_inset Index idx
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918 Cuadros ! Anchura
1919 \end_layout
1920
1921 \end_inset
1922
1923  La alineación 
1924 \family sans
1925 Al separador decimal
1926 \family default
1927  se describe en la sección
1928 \begin_inset space ~
1929 \end_inset
1930
1931
1932 \begin_inset CommandInset ref
1933 LatexCommand ref
1934 reference "subsec:Alineación-especial-de"
1935
1936 \end_inset
1937
1938 .
1939  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1940  Una anchura determinada permite tener saltos de línea y distintos párrafos
1941  de texto, véase sección
1942 \begin_inset space ~
1943 \end_inset
1944
1945
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "subsec:Líneas-Múltiples-en"
1949
1950 \end_inset
1951
1952 .
1953  Si no estableces anchura, la columna será tan ancha como el contenido de
1954  la celda más ancha.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1959  véase sección
1960 \begin_inset space ~
1961 \end_inset
1962
1963
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "subsec:Multicolumnas"
1967
1968 \end_inset
1969
1970 , o las celdas de una columna como celda multifila, véase sección
1971 \begin_inset space ~
1972 \end_inset
1973
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "subsec:Multifilas"
1978
1979 \end_inset
1980
1981 .
1982 \begin_inset Newline newline
1983 \end_inset
1984
1985 Las casillas de giro rotan la celda actual, una selección o todo el cuadro
1986  90º en sentido antihorario.
1987  La rotación no se ve en \SpecialChar LyX
1988 , sí en la salida.
1989  Para más información véase sección
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "sec:Celdas de cuadro giradas"
1997
1998 \end_inset
1999
2000 .
2001 \begin_inset Newline newline
2002 \end_inset
2003
2004
2005 \begin_inset Note Greyedout
2006 status open
2007
2008 \begin_layout Plain Layout
2009
2010 \series bold
2011 Nota:
2012 \series default
2013  no todos los visores DVI pueden mostrar rotaciones.
2014 \end_layout
2015
2016 \end_inset
2017
2018
2019 \begin_inset Newline newline
2020 \end_inset
2021
2022 La alineación vertical del cuadro completo se usa para cuadros en líneas
2023  de texto:
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Línea con cuadros con diferentes alineaciones: 
2028 \begin_inset Tabular
2029 <lyxtabular version="3" rows="2" columns="2">
2030 <features tabularvalignment="top">
2031 <column alignment="center" valignment="top" width="0pt">
2032 <column alignment="center" valignment="top">
2033 <row>
2034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2035 \begin_inset Text
2036
2037 \begin_layout Plain Layout
2038
2039 \end_layout
2040
2041 \end_inset
2042 </cell>
2043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2044 \begin_inset Text
2045
2046 \begin_layout Plain Layout
2047 1
2048 \end_layout
2049
2050 \end_inset
2051 </cell>
2052 </row>
2053 <row>
2054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Plain Layout
2058 A
2059 \end_layout
2060
2061 \end_inset
2062 </cell>
2063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2064 \begin_inset Text
2065
2066 \begin_layout Plain Layout
2067
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 </row>
2073 </lyxtabular>
2074
2075 \end_inset
2076
2077  
2078 \begin_inset Tabular
2079 <lyxtabular version="3" rows="2" columns="2">
2080 <features tabularvalignment="middle">
2081 <column alignment="center" valignment="top">
2082 <column alignment="center" valignment="top">
2083 <row>
2084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2085 \begin_inset Text
2086
2087 \begin_layout Plain Layout
2088
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097 1
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 </row>
2103 <row>
2104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2105 \begin_inset Text
2106
2107 \begin_layout Plain Layout
2108 A
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 </row>
2123 </lyxtabular>
2124
2125 \end_inset
2126
2127  
2128 \begin_inset Tabular
2129 <lyxtabular version="3" rows="2" columns="2">
2130 <features tabularvalignment="bottom">
2131 <column alignment="center" valignment="top" width="0pt">
2132 <column alignment="center" valignment="top">
2133 <row>
2134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147 1
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 </row>
2153 <row>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158 A
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Plain Layout
2167
2168 \end_layout
2169
2170 \end_inset
2171 </cell>
2172 </row>
2173 </lyxtabular>
2174
2175 \end_inset
2176
2177
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 También es posible introducir argumentos \SpecialChar LaTeX
2182  necesarios para formatos especiales,
2183  véanse las secciones
2184 \begin_inset space ~
2185 \end_inset
2186
2187
2188 \begin_inset CommandInset ref
2189 LatexCommand ref
2190 reference "subsec:Cálculos-en-Multicolumnas"
2191
2192 \end_inset
2193
2194  y
2195 \begin_inset space ~
2196 \end_inset
2197
2198
2199 \begin_inset CommandInset ref
2200 LatexCommand ref
2201 reference "sec:Cuadros-Coloreados"
2202
2203 \end_inset
2204
2205 .
2206 \end_layout
2207
2208 \begin_layout Description
2209 Bordes En esta solapa puedes añadir y quitar bordes para la fila/columna
2210  actual.
2211  Puedes elegir para el cuadro un estilo 
2212 \family sans
2213 Formal
2214 \family default
2215 , como se describe en la sección
2216 \begin_inset space ~
2217 \end_inset
2218
2219
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sec:Cuadros-Formales"
2223
2224 \end_inset
2225
2226 .
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2231  se describe en la sección
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "subsec:Espacio-adicional"
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Description
2246 Cuadro
2247 \begin_inset space ~
2248 \end_inset
2249
2250 multipágina Para hacer 
2251 \emph on
2252 cuadros multipágina
2253 \emph default
2254  que pueden extenderse por varias páginas.
2255  Las secciones
2256 \begin_inset space ~
2257 \end_inset
2258
2259
2260 \begin_inset CommandInset ref
2261 LatexCommand ref
2262 reference "sec:Cuadros-multipágina"
2263
2264 \end_inset
2265
2266  y 
2267 \begin_inset CommandInset ref
2268 LatexCommand ref
2269 reference "sec:Particularidades-cuadros-multipágina"
2270
2271 \end_inset
2272
2273  describen sus características en detalle.
2274 \end_layout
2275
2276 \begin_layout Section
2277 Barra de herramientas de cuadros
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Cuadros ! Barra de herramientas
2283 \end_layout
2284
2285 \end_inset
2286
2287
2288 \end_layout
2289
2290 \begin_layout Standard
2291 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2292  para cambiar los cuadros de manera más rápida.
2293  Normalmente debería aparecer en la parte inferior de la ventana principal
2294  de \SpecialChar LyX
2295  cuando el cursor está dentro de un cuadro.
2296  En cualquier momento se puede presentar esta barra pulsando con el botón
2297  derecho del ratón en cualquier punto de la barra principal de menú.
2298 \end_layout
2299
2300 \begin_layout Standard
2301 La barra de herramientas tiene los siguientes iconos:
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Info
2307 type  "icon"
2308 arg   "tabular-feature append-row"
2309 \end_inset
2310
2311  añade una fila bajo la celda actual o selección
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Info
2317 type  "icon"
2318 arg   "tabular-feature append-column"
2319 \end_inset
2320
2321  añade una columna a la derecha de la celda actual o selección
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Info
2327 type  "icon"
2328 arg   "tabular-feature delete-row"
2329 \end_inset
2330
2331  borra la fila actual o selección
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Info
2337 type  "icon"
2338 arg   "tabular-feature delete-column"
2339 \end_inset
2340
2341  borra la columna actual o selección
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "tabular-feature move-row-up"
2349 \end_inset
2350
2351  desplaza la fila arriba
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Info
2357 type  "icon"
2358 arg   "tabular-feature move-column-left"
2359 \end_inset
2360
2361  desplaza la columna a la izquierda
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Info
2367 type  "icon"
2368 arg   "tabular-feature move-row-down"
2369 \end_inset
2370
2371  desplaza la fila abajo
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Info
2377 type  "icon"
2378 arg   "tabular-feature move-column-right"
2379 \end_inset
2380
2381  desplaza la columna a la derecha
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Info
2387 type  "icon"
2388 arg   "tabular-feature toggle-line-top"
2389 \end_inset
2390
2391  añade un borde superior en la celda/fila actual o la selección
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Info
2397 type  "icon"
2398 arg   "tabular-feature toggle-line-bottom"
2399 \end_inset
2400
2401  añade un borde inferior en la celda/fila actual o la selección
2402 \end_layout
2403
2404 \begin_layout Labeling
2405 \labelwidthstring 00.00.0000
2406 \begin_inset Info
2407 type  "icon"
2408 arg   "tabular-feature toggle-line-left"
2409 \end_inset
2410
2411  añade un borde a la izquierda en la celda/fila actual o la selección
2412 \end_layout
2413
2414 \begin_layout Labeling
2415 \labelwidthstring 00.00.0000
2416 \begin_inset Info
2417 type  "icon"
2418 arg   "tabular-feature toggle-line-right"
2419 \end_inset
2420
2421  añade un borde a la derecha en la celda/fila actual o la selección
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Info
2427 type  "icon"
2428 arg   "tabular-feature set-all-lines"
2429 \end_inset
2430
2431  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2432  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 unset-all-lines"
2440 \end_inset
2441
2442  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2443  actual no es multicolumna esto afecta también a la fila y a la columna)
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Info
2449 type  "icon"
2450 arg   "tabular-feature m-align-left"
2451 \end_inset
2452
2453  alinea a la izquierda el contenido de la celda/columna
2454 \end_layout
2455
2456 \begin_layout Labeling
2457 \labelwidthstring 00.00.0000
2458 \begin_inset Info
2459 type  "icon"
2460 arg   "tabular-feature m-align-center"
2461 \end_inset
2462
2463  centra el contenido de la celda/columna horizontalmente
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Info
2469 type  "icon"
2470 arg   "tabular-feature m-align-right"
2471 \end_inset
2472
2473  alinea a la derecha el contenido de la celda/columna
2474 \end_layout
2475
2476 \begin_layout Labeling
2477 \labelwidthstring 00.00.0000
2478 \begin_inset Info
2479 type  "icon"
2480 arg   "tabular-feature align-decimal"
2481 \end_inset
2482
2483  alinea el contenido de la celda/columna a un carácter
2484 \end_layout
2485
2486 \begin_layout Labeling
2487 \labelwidthstring 00.00.0000
2488 \begin_inset Info
2489 type  "icon"
2490 arg   "tabular-feature m-valign-top"
2491 \end_inset
2492
2493  alinea arriba el contenido de la celda
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498 \begin_inset Info
2499 type  "icon"
2500 arg   "tabular-feature m-valign-middle"
2501 \end_inset
2502
2503  centra verticalmente el contenido de la celda
2504 \end_layout
2505
2506 \begin_layout Labeling
2507 \labelwidthstring 00.00.0000
2508 \begin_inset Info
2509 type  "icon"
2510 arg   "tabular-feature m-valign-bottom"
2511 \end_inset
2512
2513  alinea abajo el contenido de la celda
2514 \end_layout
2515
2516 \begin_layout Labeling
2517 \labelwidthstring 00.00.0000
2518 \begin_inset Info
2519 type  "icon"
2520 arg   "tabular-feature set-rotate-cell"
2521 \end_inset
2522
2523  gira la celda o selección 90° como las agujas de reloj
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "tabular-feature set-rotate-tabular"
2531 \end_inset
2532
2533  gira todo el cuadro 90° como agujas del reloj
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538 \begin_inset Info
2539 type  "icon"
2540 arg   "tabular-feature multicolumn"
2541 \end_inset
2542
2543  establece la celda actual o selección como multicolumna
2544 \end_layout
2545
2546 \begin_layout Labeling
2547 \labelwidthstring 00.00.0000
2548 \begin_inset Info
2549 type  "icon"
2550 arg   "tabular-feature multirow"
2551 \end_inset
2552
2553  establece la celda actual o selección como multifila
2554 \end_layout
2555
2556 \begin_layout Standard
2557 \begin_inset Note Greyedout
2558 status open
2559
2560 \begin_layout Plain Layout
2561
2562 \series bold
2563 Nota:
2564 \series default
2565  En la salida se emplea la alineación vertical de la primera celda de una
2566  fila para todas las celdas restantes de la fila.
2567 \end_layout
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Section
2575 Menú Editar cuadro
2576 \begin_inset Index idx
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 Cuadros ! Editar
2581 \end_layout
2582
2583 \end_inset
2584
2585
2586 \end_layout
2587
2588 \begin_layout Standard
2589 Además del diálogo y la barra de herramientas, el menú 
2590 \family sans
2591 Editar\SpecialChar menuseparator
2592 Cuadro/Tabla
2593 \family default
2594  permite añadir y borrar bordes para la fila/columna actual y establecer
2595  la selección como multicolumna.
2596  El menú sólo está disponible si el cursor está en el cuadro.
2597 \end_layout
2598
2599 \begin_layout Section
2600 Cuadros flotantes
2601 \begin_inset CommandInset label
2602 LatexCommand label
2603 name "sec:Cuadros-Flotantes"
2604
2605 \end_inset
2606
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Flotantes ! Cuadros
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \begin_inset Index idx
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622 Cuadros ! Flotantes
2623 \end_layout
2624
2625 \end_inset
2626
2627
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Para una explicación general sobre flotantes, echa un vistazo a la sección
2632 \begin_inset space ~
2633 \end_inset
2634
2635
2636 \begin_inset CommandInset ref
2637 LatexCommand ref
2638 reference "sec:Introducción-Flotantes"
2639
2640 \end_inset
2641
2642 .
2643 \end_layout
2644
2645 \begin_layout Standard
2646 \begin_inset Float table
2647 placement h
2648 wide false
2649 sideways false
2650 status collapsed
2651
2652 \begin_layout Plain Layout
2653 \begin_inset Caption Standard
2654
2655 \begin_layout Plain Layout
2656 \begin_inset CommandInset label
2657 LatexCommand label
2658 name "tab:un cuadro flotante"
2659
2660 \end_inset
2661
2662 Un cuadro flotante.
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Plain Layout
2671 \align center
2672 \begin_inset Tabular
2673 <lyxtabular version="3" rows="3" columns="3">
2674 <features tabularvalignment="middle">
2675 <column alignment="center" valignment="top" width="0pt">
2676 <column alignment="center" valignment="top" width="0pt">
2677 <column alignment="center" valignment="top" width="0pt">
2678 <row>
2679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \family roman
2685 \series medium
2686 \shape up
2687 \size normal
2688 \emph off
2689 \bar no
2690 \noun off
2691 \color none
2692 1
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2698 \begin_inset Text
2699
2700 \begin_layout Plain Layout
2701
2702 \family roman
2703 \series medium
2704 \shape up
2705 \size normal
2706 \emph off
2707 \bar no
2708 \noun off
2709 \color none
2710 2
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 3
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 </row>
2734 <row>
2735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739
2740 \family roman
2741 \series medium
2742 \shape up
2743 \size normal
2744 \emph off
2745 \bar no
2746 \noun off
2747 \color none
2748 Pepe
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757
2758 \family roman
2759 \series medium
2760 \shape up
2761 \size normal
2762 \emph off
2763 \bar no
2764 \noun off
2765 \color none
2766 Mari
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775
2776 \family roman
2777 \series medium
2778 \shape up
2779 \size normal
2780 \emph off
2781 \bar no
2782 \noun off
2783 \color none
2784 Teo
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 </row>
2790 <row>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 \begin_inset Formula $\int x^{2}dx$
2805 \end_inset
2806
2807
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \family roman
2818 \series medium
2819 \shape up
2820 \size normal
2821 \emph off
2822 \bar no
2823 \noun off
2824 \color none
2825 \begin_inset Formula $\left[\begin{array}{cc}
2826 a & b\\
2827 c & d
2828 \end{array}\right]$
2829 \end_inset
2830
2831
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840
2841 \family roman
2842 \series medium
2843 \shape up
2844 \size normal
2845 \emph off
2846 \bar no
2847 \noun off
2848 \color none
2849 \begin_inset Formula $1+1=2$
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 </row>
2858 </lyxtabular>
2859
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \begin_layout Standard
2871 Los cuadros flotantes pueden insertarse con el menú 
2872 \family sans
2873 Insertar\SpecialChar menuseparator
2874 Flotante\SpecialChar menuseparator
2875 Cuadro
2876 \family default
2877  o con el botón 
2878 \begin_inset Info
2879 type  "icon"
2880 arg   "float-insert table"
2881 \end_inset
2882
2883 .
2884 \end_layout
2885
2886 \begin_layout Standard
2887 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2888 \begin_inset space ~
2889 \end_inset
2890
2891 #:» (# es el número actual).
2892  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2893  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2894  texto del encabezado y se pulsa 
2895 \family sans
2896 Entrar
2897 \family default
2898 .
2899  La leyenda se imprime encima del cuadro.
2900 \end_layout
2901
2902 \begin_layout Standard
2903 El cuadro
2904 \begin_inset space ~
2905 \end_inset
2906
2907
2908 \begin_inset CommandInset ref
2909 LatexCommand ref
2910 reference "tab:un cuadro flotante"
2911
2912 \end_inset
2913
2914  es un ejemplo de cuadro flotante.
2915 \end_layout
2916
2917 \begin_layout Standard
2918 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2919  no es soportado en las clases estándar de \SpecialChar LaTeX
2920 .
2921  Esto significa que si estás usando las clases de documento 
2922 \family sans
2923 article
2924 \family default
2925
2926 \family sans
2927 book
2928 \family default
2929
2930 \family sans
2931 letter
2932 \family default
2933  o 
2934 \family sans
2935 report
2936 \family default
2937  no habrá espacio entre la leyenda y el cuadro.
2938  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2939  del documento
2940  la siguiente opción al comando del paquete \SpecialChar LaTeX
2941  
2942 \series bold
2943 caption
2944 \series default
2945
2946 \begin_inset Index idx
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 \SpecialChar LaTeX
2951 -paquetes ! caption
2952 \end_layout
2953
2954 \end_inset
2955
2956 :
2957 \begin_inset Foot
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961 Para más información ve a la sección
2962 \begin_inset space ~
2963 \end_inset
2964
2965
2966 \begin_inset CommandInset ref
2967 LatexCommand ref
2968 reference "sec:Colocación-de-leyendas"
2969
2970 \end_inset
2971
2972 .
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Standard
2981
2982 \series bold
2983 tableposition=top
2984 \end_layout
2985
2986 \begin_layout Standard
2987 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
2988  
2989 \series bold
2990 caption
2991 \series default
2992  como se describe en la sección
2993 \begin_inset space ~
2994 \end_inset
2995
2996
2997 \begin_inset CommandInset ref
2998 LatexCommand ref
2999 reference "sec:Formato-de-leyendas"
3000
3001 \end_inset
3002
3003 .
3004  
3005 \end_layout
3006
3007 \begin_layout Standard
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 Referencias ! a cuadros
3013 \end_layout
3014
3015 \end_inset
3016
3017 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3018  su etiqueta.
3019  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3020 \family sans
3021 Insertar\SpecialChar menuseparator
3022 Etiqueta
3023 \family default
3024  o con el botón 
3025 \begin_inset Info
3026 type  "icon"
3027 arg   "label-insert"
3028 \end_inset
3029
3030 .
3031  Ahora puedes referenciar la etiqueta con el menú 
3032 \family sans
3033 Insertar\SpecialChar menuseparator
3034 Referencia
3035 \begin_inset space ~
3036 \end_inset
3037
3038 cruzada
3039 \family default
3040  o con el botón 
3041 \begin_inset Info
3042 type  "icon"
3043 arg   "dialog-show-new-inset ref"
3044 \end_inset
3045
3046 .
3047 \begin_inset Newline newline
3048 \end_inset
3049
3050 Las referencias se explican con detalle en la sección
3051 \begin_inset space ~
3052 \end_inset
3053
3054
3055 \begin_inset CommandInset ref
3056 LatexCommand ref
3057 reference "sec:Referencias-a-Flotantes"
3058
3059 \end_inset
3060
3061 .
3062 \end_layout
3063
3064 \begin_layout Section
3065 Cuadros multipágina
3066 \begin_inset CommandInset label
3067 LatexCommand label
3068 name "sec:Cuadros-multipágina"
3069
3070 \end_inset
3071
3072
3073 \begin_inset Index idx
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Cuadros ! Multipágina
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3087 \family sans
3088 Usar
3089 \begin_inset space ~
3090 \end_inset
3091
3092 cuadro
3093 \begin_inset space ~
3094 \end_inset
3095
3096 multipágina
3097 \family default
3098  en la solapa 
3099 \family sans
3100 Cuadro
3101 \begin_inset space ~
3102 \end_inset
3103
3104 multipágina
3105 \family default
3106  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3107  páginas.
3108  Al hacerlo se habilitan las siguientes opciones:
3109 \end_layout
3110
3111 \begin_layout Description
3112 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3113  las páginas del cuadro, excepto para la primera página si 
3114 \family sans
3115 Primer
3116 \begin_inset space ~
3117 \end_inset
3118
3119 encabezado
3120 \family default
3121  está definido.
3122  Este se denomina encabezado principal.
3123 \end_layout
3124
3125 \begin_layout Description
3126 Primer
3127 \begin_inset space ~
3128 \end_inset
3129
3130 encabezado: La fila actual se define como encabezado de la primera página
3131  del cuadro.
3132 \end_layout
3133
3134 \begin_layout Description
3135 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3136  del cuadro/tabla, excepto para la última página si se define 
3137 \family sans
3138 Último
3139 \begin_inset space ~
3140 \end_inset
3141
3142 pie.
3143 \end_layout
3144
3145 \begin_layout Description
3146 Último
3147 \begin_inset space ~
3148 \end_inset
3149
3150 pie:
3151 \family sans
3152  
3153 \family default
3154 La fila actual se define como pie de la última página del cuadro.
3155 \end_layout
3156
3157 \begin_layout Description
3158 Leyenda: La fila actual contiene la leyenda del cuadro.
3159  La primera fila se reajusta como columna única y se inserta una leyenda.
3160  Más detalles sobre leyendas en cuadros multipágina en la sec.
3161 \begin_inset space \thinspace{}
3162 \end_inset
3163
3164
3165 \begin_inset CommandInset ref
3166 LatexCommand ref
3167 reference "subsec:Leyendas-en-Cuadros"
3168
3169 \end_inset
3170
3171 .
3172 \end_layout
3173
3174 \begin_layout Standard
3175 También se puede especificar en el diálogo en qué fila se ha de cortar el
3176  cuadro.
3177  El siguiente cuadro muestra cómo funciona:
3178 \end_layout
3179
3180 \begin_layout Standard
3181 \align center
3182 \begin_inset Tabular
3183 <lyxtabular version="3" rows="69" columns="3">
3184 <features islongtable="true" longtabularalignment="center">
3185 <column alignment="left" valignment="top" width="0cm">
3186 <column alignment="left" valignment="top" width="0pt">
3187 <column alignment="right" valignment="top" width="0pt">
3188 <row endfirsthead="true">
3189 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \series bold
3195 Ejemplo de lista telefónica (ignore los nombres)
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row endfirsthead="true">
3220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 NOMBRE
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \series bold
3246 TEL.
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row endhead="true">
3253 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \series bold
3259 Ejemplo de lista telefónica
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row endhead="true">
3284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 NOMBRE
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 TEL.
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row endfoot="true">
3317 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321  continúa en la página siguiente
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Annovi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Silvia
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Bertoli
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Stefano
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Bozzi
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Walter
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Cachia
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Maria
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Cachia
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Maurizio
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Cinquemani
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Giusi
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Colin
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Bernard
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Concli
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Gianfranco
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Dal Bosco
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Carolina
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Dalpiaz
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Annamaria
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Feliciello
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Domenico
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Focarelli
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Paola
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Galletti
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Oreste
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Gasparini
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Franca
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Rizzardi
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Paola
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Lassini
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Giancarlo
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Malfatti
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Luciano
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Malfatti
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Valeriano
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Meneguzzo
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Roberto
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Mezzadra
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Roberto
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Pirpamer
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Erich
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Pochiesa
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Paolo
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111, 222
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Radina
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Claudio
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Stuffer
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Oskar
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Tacchelli
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Ugo
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Tezzele
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Margit
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Unterkalmsteiner
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Frieda
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Vieider
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Hilde
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Vigna
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Jürgen
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Weber
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Maurizio
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Winkler
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Franz
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311  
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Annovi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Silvia
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Bertoli
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Stefano
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Bozzi
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Walter
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Cachia
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Maria
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Cachia
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Maurizio
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Cinquemani
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Giusi
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Colin
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Bernard
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Concli
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Gianfranco
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Dal Bosco
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Carolina
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Dalpiaz
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Annamaria
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Feliciello
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Domenico
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Focarelli
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Paola
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Galletti
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Oreste
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Gasparini
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Franca
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Rizzardi
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Paola
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Lassini
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Giancarlo
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Malfatti
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Luciano
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Malfatti
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Valeriano
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Meneguzzo
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Roberto
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Mezzadra
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Roberto
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Pirpamer
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Erich
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Pochiesa
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Paolo
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555, 222
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Radina
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Claudio
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Stuffer
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Oskar
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Tacchelli
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Ugo
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Tezzele
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Margit
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Unterkalmsteiner
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Frieda
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Vieider
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Hilde
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Vigna
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Jürgen
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 999
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Weber
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Maurizio
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 555
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Winkler
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Franz
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row endlastfoot="true">
5297 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 fin
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 </lyxtabular>
5326
5327 \end_inset
5328
5329
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 addtocounter{table}{-1}
5338 \end_layout
5339
5340 \end_inset
5341
5342
5343 \begin_inset Note Note
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347 Para comprender el uso de este comando, lee al final de la sección
5348 \begin_inset space ~
5349 \end_inset
5350
5351
5352 \begin_inset CommandInset ref
5353 LatexCommand ref
5354 reference "subsec:Leyendas-en-Cuadros"
5355
5356 \end_inset
5357
5358  la primera nota resaltada en gris.
5359  
5360 \end_layout
5361
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \begin_layout Subsection
5368 Notas al pie en cuadros multipágina
5369 \begin_inset CommandInset label
5370 LatexCommand label
5371 name "subsec:Notas-al-pie-en-Cuadros-Multipágina"
5372
5373 \end_inset
5374
5375
5376 \begin_inset Index idx
5377 status open
5378
5379 \begin_layout Plain Layout
5380 Cuadros ! Multipágina ! Notas al pie
5381 \end_layout
5382
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Se pueden insertar notas al pie en cada celda de un cuadro multipágina.
5390  Las notas se muestran en la parte inferior de la página en la que esté
5391  la celda con la nota.
5392  El cuadro
5393 \begin_inset space ~
5394 \end_inset
5395
5396
5397 \begin_inset CommandInset ref
5398 LatexCommand ref
5399 reference "tab:DifLeyendas"
5400
5401 \end_inset
5402
5403  tiene un ejemplo de nota al pie.
5404 \end_layout
5405
5406 \begin_layout Subsection
5407 Alineación de cuadros multipágina
5408 \begin_inset Index idx
5409 status open
5410
5411 \begin_layout Plain Layout
5412 Cuadros ! Multipágina ! Alineación
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Standard
5421 La alineación horizontal de cuadros multipágina se puede establecer en el
5422  diálogo de configuración de cuadros.
5423  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5424  página.
5425  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5426  al centro y cambiar el valor de las longitudes 
5427 \series bold
5428
5429 \backslash
5430 LTleft
5431 \series default
5432  y 
5433 \series bold
5434
5435 \backslash
5436 LTright 
5437 \series default
5438 insertando la línea siguiente en código \SpecialChar TeX
5439  antes del correspondiente cuadro
5440  multipágina:
5441 \end_layout
5442
5443 \begin_layout Standard
5444
5445 \series bold
5446
5447 \backslash
5448 setlength{
5449 \backslash
5450 LTleft}{valor}
5451 \end_layout
5452
5453 \begin_layout Standard
5454 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5455 \begin_inset space ~
5456 \end_inset
5457
5458
5459 \begin_inset CommandInset ref
5460 LatexCommand ref
5461 reference "tab:Unidades"
5462
5463 \end_inset
5464
5465 .
5466  
5467 \series bold
5468
5469 \backslash
5470 LTlent 
5471 \series default
5472 controla la distancia entre el borde izquierdo de la página y el cuadro.
5473  
5474 \series bold
5475
5476 \backslash
5477 LTright 
5478 \series default
5479 la distancia desde el lado derecho.
5480  El valor predeterminado para ambas longitudes es 
5481 \series bold
5482
5483 \backslash
5484 fill
5485 \series default
5486 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5487 .
5488 \end_layout
5489
5490 \begin_layout Standard
5491 El siguiente cuadro multipágina se ha alineado centrado y 
5492 \series bold
5493
5494 \backslash
5495 LTleft
5496 \series default
5497  establecido en 
5498 \family sans
5499 0.1
5500 \backslash
5501 columnwidth
5502 \family default
5503 :
5504 \begin_inset ERT
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508
5509
5510 \backslash
5511 setlength{
5512 \backslash
5513 LTleft}{0.1
5514 \backslash
5515 columnwidth}
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 \begin_inset Tabular
5525 <lyxtabular version="3" rows="5" columns="5">
5526 <features islongtable="true" longtabularalignment="center">
5527 <column alignment="center" valignment="top">
5528 <column alignment="center" valignment="top">
5529 <column alignment="center" valignment="top">
5530 <column alignment="center" valignment="top">
5531 <column alignment="center" valignment="top">
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 1
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 2
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 3
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 4
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 5
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 s
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 s
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 s
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 asd
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 s
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 s
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 s
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 asd
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 asd
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 </lyxtabular>
5768
5769 \end_inset
5770
5771
5772 \begin_inset ERT
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776
5777
5778 \backslash
5779 setlength{
5780 \backslash
5781 LTleft}{
5782 \backslash
5783 fill}
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \begin_inset ERT
5790 status collapsed
5791
5792 \begin_layout Plain Layout
5793
5794
5795 \backslash
5796 addtocounter{table}{-1}
5797 \end_layout
5798
5799 \end_inset
5800
5801
5802 \begin_inset Note Note
5803 status collapsed
5804
5805 \begin_layout Plain Layout
5806 Para comprender el uso de este comando, lee al final de la sección
5807 \begin_inset space ~
5808 \end_inset
5809
5810
5811 \begin_inset CommandInset ref
5812 LatexCommand ref
5813 reference "subsec:Leyendas-en-Cuadros"
5814
5815 \end_inset
5816
5817  la primera nota resaltada en gris.
5818  
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \begin_layout Subsection
5827 Leyendas en cuadros multipágina
5828 \begin_inset Index idx
5829 status open
5830
5831 \begin_layout Plain Layout
5832 Cuadros ! Multipágina ! Leyendas
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \begin_inset CommandInset label
5839 LatexCommand label
5840 name "subsec:Leyendas-en-Cuadros"
5841
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \begin_layout Standard
5848 Un cuadro multipágina no se puede poner flotante porque los flotantes sólo
5849  pueden estar en una página.
5850  Pero el entorno leyenda de flotantes sí puede usarse para cuadros multipágina
5851  utilizando para una fila de un cuadro multipágina la opción 
5852 \family sans
5853 Leyenda
5854 \family default
5855 , como se explica en la sec.
5856 \begin_inset space \thinspace{}
5857 \end_inset
5858
5859
5860 \begin_inset CommandInset ref
5861 LatexCommand ref
5862 reference "sec:Cuadros-multipágina"
5863
5864 \end_inset
5865
5866 .
5867  Sólo una fila puede contener la leyenda.
5868 \end_layout
5869
5870 \begin_layout Standard
5871 He aquí un pequeño cuadro multipágina para mostrar cómo funciona:
5872 \end_layout
5873
5874 \begin_layout Standard
5875 \begin_inset Tabular
5876 <lyxtabular version="3" rows="6" columns="5">
5877 <features islongtable="true" longtabularalignment="center">
5878 <column alignment="center" valignment="top">
5879 <column alignment="center" valignment="top">
5880 <column alignment="center" valignment="top">
5881 <column alignment="center" valignment="top">
5882 <column alignment="center" valignment="top">
5883 <row endfirsthead="true" caption="true">
5884 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Caption Standard
5889
5890 \begin_layout Plain Layout
5891 Cuadro multipágina con leyenda
5892 \begin_inset Argument 1
5893 status open
5894
5895 \begin_layout Plain Layout
5896 Cuadro multipágina
5897 \end_layout
5898
5899 \end_inset
5900
5901
5902 \end_layout
5903
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 1
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 2
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 3
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 4
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 5
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 s
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 s
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 s
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 s
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 s
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6089 <row>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 s
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 s
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 asd
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 asd
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 </lyxtabular>
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \begin_layout Standard
6191 \begin_inset VSpace medskip
6192 \end_inset
6193
6194
6195 \begin_inset Note Greyedout
6196 status open
6197
6198 \begin_layout Plain Layout
6199
6200 \series bold
6201 Nota
6202 \begin_inset space ~
6203 \end_inset
6204
6205 1:
6206 \series default
6207  El número del cuadro se incrementa para cada cuadro multipágina, aunque
6208  no pongas leyenda en alguna de ellas.
6209  Por esto podría suceder que, p.
6210 \begin_inset space \thinspace{}
6211 \end_inset
6212
6213 ej., el cuadro
6214 \begin_inset space ~
6215 \end_inset
6216
6217 2.4 siga al cuadro
6218 \begin_inset space ~
6219 \end_inset
6220
6221 2.1 en el índice de cuadros debido a que hay dos cuadros multipágina sin
6222  leyenda.
6223  Para evitarlo, añade detrás de cada cuadro multipágina sin leyenda este
6224  comando en código \SpecialChar TeX
6225 :
6226 \end_layout
6227
6228 \begin_layout Plain Layout
6229
6230 \series bold
6231
6232 \backslash
6233 addtocounter{table}{-1}
6234 \end_layout
6235
6236 \begin_layout Plain Layout
6237 Esto no es necesario si ninguna de los cuadros multipágina tiene leyenda
6238  y añades el siguiente código en el preámbulo del documento:
6239 \end_layout
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244
6245 \backslash
6246 let
6247 \backslash
6248 myEnd
6249 \backslash
6250 endlongtable
6251 \begin_inset Newline newline
6252 \end_inset
6253
6254
6255 \backslash
6256 renewcommand{
6257 \backslash
6258 endlongtable}{
6259 \backslash
6260 myEnd
6261 \backslash
6262 addtocounter{table}{-1}}
6263 \end_layout
6264
6265 \end_inset
6266
6267
6268 \end_layout
6269
6270 \begin_layout Standard
6271 \begin_inset Note Greyedout
6272 status open
6273
6274 \begin_layout Plain Layout
6275
6276 \series bold
6277 Nota
6278 \begin_inset space ~
6279 \end_inset
6280
6281 2:
6282 \series default
6283  Si utilizas 
6284 \series bold
6285 hyperref
6286 \series default
6287
6288 \begin_inset Index idx
6289 status collapsed
6290
6291 \begin_layout Plain Layout
6292 \SpecialChar LaTeX
6293 -paquetes ! hyperref
6294 \end_layout
6295
6296 \end_inset
6297
6298  en las 
6299 \family sans
6300 Propiedades PDF 
6301 \family default
6302 del diálogo 
6303 \family sans
6304 Configuración del documento 
6305 \family default
6306 para enlazar referencias cruzadas en la salida, los enlaces a cuadros multipágin
6307 a llevan siempre al principio del documento.
6308 \end_layout
6309
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \begin_layout Subsubsection
6316 Referencias a cuadros multipágina
6317 \begin_inset Index idx
6318 status open
6319
6320 \begin_layout Plain Layout
6321 Cuadros ! Multipágina ! Referencias a
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \end_layout
6328
6329 \begin_layout Standard
6330 \begin_inset Tabular
6331 <lyxtabular version="3" rows="6" columns="5">
6332 <features islongtable="true" longtabularalignment="center">
6333 <column alignment="center" valignment="top">
6334 <column alignment="center" valignment="top">
6335 <column alignment="center" valignment="top">
6336 <column alignment="center" valignment="top">
6337 <column alignment="center" valignment="top">
6338 <row endfirsthead="true" caption="true">
6339 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 \begin_inset Caption Standard
6344
6345 \begin_layout Plain Layout
6346 Cuadro multipágina con referencia
6347 \begin_inset CommandInset label
6348 LatexCommand label
6349 name "tab:RefEjemplo"
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 <row>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 1
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 2
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 3
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 4
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 5
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 <row>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 s
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 s
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 s
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6494 <row>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 s
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 s
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 s
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 s
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 s
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 s
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6588 <row>
6589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 sad
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 asd
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 asd
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 </lyxtabular>
6636
6637 \end_inset
6638
6639
6640 \end_layout
6641
6642 \begin_layout Standard
6643 Para referenciar un cuadro multipágina, inserta una etiqueta en la leyenda.
6644  
6645 \end_layout
6646
6647 \begin_layout Standard
6648 Esto es una referencia al cuadro
6649 \begin_inset space ~
6650 \end_inset
6651
6652
6653 \begin_inset CommandInset ref
6654 LatexCommand ref
6655 reference "tab:RefEjemplo"
6656
6657 \end_inset
6658
6659 .
6660 \end_layout
6661
6662 \begin_layout Standard
6663 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6664  del documento mediante el paquete \SpecialChar LaTeX
6665  
6666 \series bold
6667 caption
6668 \series default
6669
6670 \begin_inset Index idx
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674 \SpecialChar LaTeX
6675 -paquetes ! caption
6676 \end_layout
6677
6678 \end_inset
6679
6680 , véase sección
6681 \begin_inset space ~
6682 \end_inset
6683
6684
6685 \begin_inset CommandInset ref
6686 LatexCommand ref
6687 reference "sec:Formato-de-leyendas"
6688
6689 \end_inset
6690
6691 .
6692 \end_layout
6693
6694 \begin_layout Subsubsection
6695 Anchura de la leyenda
6696 \begin_inset Index idx
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700 Cuadros ! Multipágina ! Anchura de la leyenda
6701 \end_layout
6702
6703 \end_inset
6704
6705
6706 \end_layout
6707
6708 \begin_layout Standard
6709 La anchura máxima de la leyenda se define por la longitud 
6710 \series bold
6711
6712 \backslash
6713 LTcapwidth
6714 \series default
6715 .
6716  Por omisión, su valor es 4
6717 \begin_inset space \thinspace{}
6718 \end_inset
6719
6720 in (4
6721 \begin_inset space ~
6722 \end_inset
6723
6724 pulgadas).
6725  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6726
6727  en el propio documento antes del cuadro multipágina al que deba afectar
6728 \end_layout
6729
6730 \begin_layout Standard
6731
6732 \series bold
6733
6734 \backslash
6735 setlength{
6736 \backslash
6737 LTcapwidth}{anchura}
6738 \end_layout
6739
6740 \begin_layout Standard
6741 donde la 
6742 \family sans
6743 anchura
6744 \family default
6745  puede ser una de las unidades listadas en el apéndice
6746 \begin_inset space ~
6747 \end_inset
6748
6749
6750 \begin_inset CommandInset ref
6751 LatexCommand ref
6752 reference "cap:Unidades-disponibles-en"
6753
6754 \end_inset
6755
6756 .
6757 \end_layout
6758
6759 \begin_layout Standard
6760 Los cuadros siguientes muestran la diferencia:
6761 \end_layout
6762
6763 \begin_layout Standard
6764 \begin_inset Tabular
6765 <lyxtabular version="3" rows="6" columns="5">
6766 <features islongtable="true" longtabularalignment="center">
6767 <column alignment="center" valignment="top">
6768 <column alignment="center" valignment="top">
6769 <column alignment="center" valignment="top">
6770 <column alignment="center" valignment="top">
6771 <column alignment="center" valignment="top">
6772 <row endfirsthead="true" caption="true">
6773 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Caption Standard
6778
6779 \begin_layout Plain Layout
6780 Leyenda larga completa con anchura predeterminada leyenda larga completa
6781  con anchura predeterminada
6782 \begin_inset Argument 1
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786 Leyenda con anchura predeterminada
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 1
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 2
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 3
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 4
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 5
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 </row>
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 s
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6979 <row>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 s
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7026 <row>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 sad
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 </row>
7073 </lyxtabular>
7074
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081 \begin_inset ERT
7082 status collapsed
7083
7084 \begin_layout Plain Layout
7085
7086
7087 \backslash
7088 setlength{
7089 \backslash
7090 LTcapwidth}{5cm}
7091 \end_layout
7092
7093 \end_inset
7094
7095
7096 \begin_inset Tabular
7097 <lyxtabular version="3" rows="6" columns="5">
7098 <features islongtable="true" longtabularalignment="center">
7099 <column alignment="center" valignment="top">
7100 <column alignment="center" valignment="top">
7101 <column alignment="center" valignment="top">
7102 <column alignment="center" valignment="top">
7103 <column alignment="center" valignment="top">
7104 <row endfirsthead="true" caption="true">
7105 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 \begin_inset Caption Standard
7110
7111 \begin_layout Plain Layout
7112 Leyenda larga completa con una anchura de 5
7113 \begin_inset space \thinspace{}
7114 \end_inset
7115
7116 cm leyenda larga completa con una anchura de 5
7117 \begin_inset space \thinspace{}
7118 \end_inset
7119
7120 cm 
7121 \begin_inset Argument 1
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125 Leyenda con anchura
7126 \begin_inset space \thinspace{}
7127 \end_inset
7128
7129 =
7130 \begin_inset space \thinspace{}
7131 \end_inset
7132
7133 5
7134 \begin_inset space \thinspace{}
7135 \end_inset
7136
7137 cm
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 1
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 2
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 3
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 4
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 5
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 s
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7377 <row>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 sad
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 asd
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 </lyxtabular>
7425
7426 \end_inset
7427
7428
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 setlength{
7437 \backslash
7438 LTcapwidth}{4in}
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \begin_layout Standard
7447 \begin_inset Note Greyedout
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452 \series bold
7453 Nota: 
7454 \series default
7455 Si se usa el paquete \SpecialChar LaTeX
7456  
7457 \series bold
7458 caption
7459 \series default
7460
7461 \begin_inset Index idx
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465 \SpecialChar LaTeX
7466 -paquetes ! caption
7467 \end_layout
7468
7469 \end_inset
7470
7471 , como en este documento, para la leyenda se utiliza toda la anchura de
7472  la página cuando se deja el valor por omisión de 4
7473 \begin_inset space \thinspace{}
7474 \end_inset
7475
7476 in para 
7477 \series bold
7478
7479 \backslash
7480 LTcapwidth
7481 \series default
7482 .
7483  En este caso, para conseguir una leyenda de 4
7484 \begin_inset space \thinspace{}
7485 \end_inset
7486
7487 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7488 \begin_inset space \thinspace{}
7489 \end_inset
7490
7491 in, p.
7492 \begin_inset space \thinspace{}
7493 \end_inset
7494
7495 ej.
7496  3.99
7497 \begin_inset space \thinspace{}
7498 \end_inset
7499
7500 in, o bien emplear el comando \SpecialChar LaTeX
7501  
7502 \series bold
7503
7504 \backslash
7505 captionsetup{width=valor}
7506 \series default
7507 , suministrado por el paquete 
7508 \series bold
7509 caption
7510 \series default
7511 .
7512 \end_layout
7513
7514 \end_inset
7515
7516
7517 \end_layout
7518
7519 \begin_layout Subsubsection
7520 Leyendas distintas para cada página
7521 \begin_inset Index idx
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525 Cuadros ! Multipágina ! Leyendas ! distintas para cada página
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \begin_layout Standard
7534 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7535  de la leyenda de la primera página del cuadro, marca una fila vacía como
7536  cabecera que contiene una leyenda.
7537  Después, clic derecho sobre la leyenda y selecciona 
7538 \family sans
7539 Leyenda
7540 \begin_inset space ~
7541 \end_inset
7542
7543 (Sin
7544 \begin_inset space ~
7545 \end_inset
7546
7547 numerar)
7548 \family default
7549  en el menú contextual.
7550  El cuadro
7551 \begin_inset space ~
7552 \end_inset
7553
7554
7555 \begin_inset CommandInset ref
7556 LatexCommand ref
7557 reference "tab:DifLeyendas"
7558
7559 \end_inset
7560
7561  es un ejemplo de cuadro multipágina con encabezados distintos donde el
7562  segundo no incluye número de cuadro.
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \align center
7567 \begin_inset Tabular
7568 <lyxtabular version="3" rows="59" columns="3">
7569 <features islongtable="true" longtabularalignment="center">
7570 <column alignment="left" valignment="top" width="0pt">
7571 <column alignment="left" valignment="top" width="0pt">
7572 <column alignment="right" valignment="top" width="0pt">
7573 <row endfirsthead="true" caption="true">
7574 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset Caption Standard
7579
7580 \begin_layout Plain Layout
7581 Ejemplo de lista telefónica
7582 \begin_inset CommandInset label
7583 LatexCommand label
7584 name "tab:DifLeyendas"
7585
7586 \end_inset
7587
7588
7589 \begin_inset Argument 1
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593 Ejemplo de lista telefónica
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 Ejemplo de lista telefónica (ignore los nombres)
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row endfirsthead="true">
7659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \series bold
7665 NOMBRE
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 TEL.
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endhead="true" caption="true">
7692 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 \begin_inset Caption Unnumbered
7697
7698 \begin_layout Plain Layout
7699 Continúa ejemplo de lista telefónica
7700 \end_layout
7701
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row endhead="true">
7729 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Ejemplo de lista telefónica
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endhead="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 NOMBRE
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 TEL.
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endfoot="true">
7793 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 continúa en página siguiente
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Annovi
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Silvia
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Bertoli
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Stefano
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Bozzi
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Walter
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 111
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 Cachia
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Maria
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 111
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 Cachia
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 Maurizio
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 111
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \series bold
7983 Cinquemani
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 Giusi
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 111
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \series bold
8014 Colin
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 Bernard
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 111
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \series bold
8045 Concli
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 Gianfranco
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 111
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \series bold
8076 Dal Bosco
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Carolina
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 111
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 Dalpiaz
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Annamaria
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 111
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 Feliciello
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Domenico
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 111
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \series bold
8169 Focarelli
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Paola
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Galletti
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Oreste
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Gasparini
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Franca
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Rizzardi
8263 \series default
8264
8265 \begin_inset Foot
8266 status collapsed
8267
8268 \begin_layout Plain Layout
8269 Ejemplo de nota a pie de página
8270 \end_layout
8271
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Paola
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Lassini
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Giancarlo
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Malfatti
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Luciano
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Malfatti
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Valeriano
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Meneguzzo
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Roberto
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Mezzadra
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Roberto
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Pirpamer
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Erich
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Pochiesa
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Paolo
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111, 222
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Radina
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Claudio
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Stuffer
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Oskar
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Tacchelli
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Ugo
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Tezzele
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Margit
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 111
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Unterkalmsteiner
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Frieda
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 111
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Vieider
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Hilde
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 111
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Vigna
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Jürgen
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 111
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Weber
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Maurizio
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 111
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Winkler
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Franz
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 111
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799  
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Annovi
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Silvia
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Bertoli
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Stefano
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Bozzi
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Walter
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Cachia
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Maria
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Cachia
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Maurizio
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Cinquemani
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Giusi
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Colin
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Bernard
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Concli
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Gianfranco
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 <row>
9072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \series bold
9078 Dal Bosco
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Carolina
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 555
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Dalpiaz
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Annamaria
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 Feliciello
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Domenico
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 555
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \series bold
9171 Focarelli
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Paola
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 555
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Galletti
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Oreste
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 555
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \series bold
9233 Gasparini
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Franca
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 555
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Rizzardi
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Paola
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 555
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Lassini
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Giancarlo
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 555
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Malfatti
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Luciano
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 555
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Malfatti
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Valeriano
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 555
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 Meneguzzo
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Roberto
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 555
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 Mezzadra
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Roberto
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 555
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 </lyxtabular>
9444
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Section
9451 Particularidades de los cuadros multipágina
9452 \begin_inset CommandInset label
9453 LatexCommand label
9454 name "sec:Particularidades-cuadros-multipágina"
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \begin_layout Subsection
9462 Cálculos
9463 \begin_inset Index idx
9464 status collapsed
9465
9466 \begin_layout Plain Layout
9467 Cuadros ! Multipágina ! Cálculos
9468 \end_layout
9469
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \begin_layout Standard
9476 \SpecialChar LaTeX
9477  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9478  los denominados «trozos», que son partes del cuadro presentes en la memoria
9479  de \SpecialChar LaTeX
9480 .
9481  El valor predeterminado está establecido a sólo 20
9482 \begin_inset space ~
9483 \end_inset
9484
9485 filas.
9486  Si estás usando cuadros multipágina con muchas páginas, la generación del
9487  documento puede hacerse muy lenta.
9488  No hay problema en aumentar el tamaño de los trozos hasta 100
9489 \begin_inset space \thinspace{}
9490 \end_inset
9491
9492 --
9493 \begin_inset space \thinspace{}
9494 \end_inset
9495
9496 1000 añadiendo el siguiente comando en el preámbulo del documento:
9497 \end_layout
9498
9499 \begin_layout Standard
9500
9501 \series bold
9502
9503 \backslash
9504 setcounter{LTchunksize}{100}
9505 \end_layout
9506
9507 \begin_layout Subsection
9508 Flotantes y cuadros multipágina
9509 \begin_inset Index idx
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Cuadros ! Multipágina ! Flotantes
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Podría haber problemas si un flotante aparece en la misma página donde comienza
9523  un cuadro multipágina.
9524  Para evitarlo, añade un 
9525 \begin_inset Quotes cld
9526 \end_inset
9527
9528 salto de página limpia
9529 \begin_inset Quotes crd
9530 \end_inset
9531
9532  (menú 
9533 \family sans
9534 Insertar\SpecialChar menuseparator
9535 Formato\SpecialChar menuseparator
9536 Limpiar
9537 \begin_inset space ~
9538 \end_inset
9539
9540 página
9541 \family default
9542 ) antes del cuadro.
9543 \end_layout
9544
9545 \begin_layout Subsection
9546 Saltos de página forzados
9547 \begin_inset Index idx
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Cuadros ! Multipágina ! Saltos de página forzados
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560 Por omisión, los cuadros sólo se cortan entre filas.
9561  Si tienes una celda con líneas múltiples y necesitas un salto de página
9562  dentro de la celda, inserta el comando de nueva línea «
9563 \series bold
9564
9565 \backslash
9566
9567 \backslash
9568
9569 \series default
9570 » en código \SpecialChar TeX
9571  en el punto en que quieras cortar.
9572  Antes del comando «
9573 \series bold
9574
9575 \backslash
9576
9577 \backslash
9578
9579 \series default
9580 » debes insertar en código \SpecialChar TeX
9581  tantos caracteres «
9582 \series bold
9583 &
9584 \series default
9585 » como columnas siguientes del cuadro.
9586  
9587 \series bold
9588 &
9589 \series default
9590  es el carácter para separar celdas.
9591  Escribe en código \SpecialChar TeX
9592  después de cada 
9593 \series bold
9594 &
9595 \series default
9596  el contenido de la celda siguiente correspondiente y borra el contenido
9597  de esas celdas.
9598 \begin_inset Newline newline
9599 \end_inset
9600
9601 Detrás del comando 
9602 \series bold
9603
9604 \backslash
9605
9606 \backslash
9607
9608 \series default
9609 , inserta tantos 
9610 \series bold
9611 &
9612 \series default
9613  como columnas haya delante de la actual.
9614  Enl cuadro
9615 \begin_inset space ~
9616 \end_inset
9617
9618
9619 \begin_inset CommandInset ref
9620 LatexCommand ref
9621 reference "tab:Saltos de Página Forzados"
9622
9623 \end_inset
9624
9625  la celda que debería cortarse está en la segunda columna seguida de otra
9626  columna.
9627  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9628  detrás
9629  de «
9630 \emph on
9631 Castelchiodato,
9632 \emph default
9633 »:
9634 \end_layout
9635
9636 \begin_layout Standard
9637
9638 \series bold
9639 & 111
9640 \backslash
9641
9642 \backslash
9643  
9644 \backslash
9645 newpage
9646 \begin_inset Newline newline
9647 \end_inset
9648
9649 &
9650 \end_layout
9651
9652 \begin_layout Standard
9653 El «111» en la tercera columna de la fila se ha borrado.
9654
9655 \series bold
9656  
9657 \backslash
9658 newpage 
9659 \series default
9660 es necesario solo si en esta posición debiera ir definitivamente un salto
9661  de página, de otro modo es sólamente una posibilidad de salto.
9662  Si la fila más baja de la cuadro multipágina no tiene, por alguna razón,
9663  línea superior pero quisieras una línea horizontal donde se corta la celda,
9664  usa este comando alternativo:
9665 \end_layout
9666
9667 \begin_layout Standard
9668
9669 \series bold
9670 & 111
9671 \backslash
9672
9673 \backslash
9674
9675 \begin_inset Newline newline
9676 \end_inset
9677
9678
9679 \backslash
9680 hline &
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Cuando la celda a cortar está en la última columna, el comando
9685 \end_layout
9686
9687 \begin_layout Standard
9688
9689 \series bold
9690
9691 \backslash
9692 setlength{
9693 \backslash
9694 parfillskip}{0pt}
9695 \end_layout
9696
9697 \begin_layout Standard
9698 debe insertarse en código \SpecialChar TeX
9699  al principio de la celda.
9700  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9701  aparecerá con toda su anchura.
9702 \end_layout
9703
9704 \begin_layout Standard
9705 \align center
9706 \begin_inset Tabular
9707 <lyxtabular version="3" rows="38" columns="3">
9708 <features islongtable="true" longtabularalignment="center">
9709 <column alignment="left" valignment="top" width="0pt">
9710 <column alignment="left" valignment="top" width="3cm">
9711 <column alignment="right" valignment="top" width="0pt">
9712 <row endfirsthead="true" caption="true">
9713 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Caption Standard
9718
9719 \begin_layout Plain Layout
9720 Cuadro con salto de página forzado en celda
9721 \begin_inset CommandInset label
9722 LatexCommand label
9723 name "tab:Saltos de Página Forzados"
9724
9725 \end_inset
9726
9727
9728 \begin_inset Argument 1
9729 status open
9730
9731 \begin_layout Plain Layout
9732 Cuadro con salto de página forzado
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row endfirsthead="true">
9767 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Ejemplo de lista telefónica (ignore los nombres)
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row endfirsthead="true">
9798 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 NOMBRE
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \series bold
9824 TEL.
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row endhead="true" caption="true">
9831 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 \begin_inset Caption Unnumbered
9836
9837 \begin_layout Plain Layout
9838 continúa Ejemplo de lista telefónica
9839 \end_layout
9840
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row endhead="true">
9868 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872  
9873 \series bold
9874 Ejemplo de lista telefónica
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row endhead="true">
9899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 NOMBRE
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \series bold
9925 TEL.
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row endfoot="true">
9932 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 continúa en página siguiente
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Annovi
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Silvia
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 111
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Bertoli
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Stefano
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 111
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Bozzi
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Walter
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 111
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Cachia
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Maria
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 111
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 Cachia
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Maurizio
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 111
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Cinquemani
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Giusi
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Colin
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Bernard
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Concli
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Gianfranco
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Dal Bosco
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Carolina
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Dalpiaz
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Annamaria
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Feliciello
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Domenico
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Focarelli
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Paola
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Galletti
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Oreste
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Gasparini
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Franca
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Lassini
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Giancarlo
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Malfatti
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Luciano
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Malfatti
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Valeriano
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Meneguzzo
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Roberto
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Mezzadra
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Roberto
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Pirpamer
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Erich
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Pochiesa
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Paolo
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111, 222
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Radina
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Claudio
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Rizzardi
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Paolo, 11.
10659  Fürst von Montecompatri, 11.
10660  Fürst von Sulmona und Vivaro, 10.
10661  Fürst von Rossano, 5.
10662  Herzog von Canemorte, 11.
10663  Herzog von Palombara, 5.
10664  Herzog von Castelchiodato,
10665 \begin_inset ERT
10666 status open
10667
10668 \begin_layout Plain Layout
10669
10670 & 111
10671 \backslash
10672
10673 \backslash
10674  
10675 \backslash
10676 newpage
10677 \end_layout
10678
10679 \begin_layout Plain Layout
10680
10681 &
10682 \end_layout
10683
10684 \end_inset
10685
10686  11.
10687  Herzog von Poggionativo, 11.
10688  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10689  Graf von Valinfreda, 11.
10690  Baron von Cropalati, 11.
10691  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row>
10707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713 Stuffer
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 Oskar
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 111
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \series bold
10744 Tacchelli
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Ugo
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 111
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \series bold
10775 Tezzele
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Margit
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 111
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \series bold
10806 Unterkalmsteiner
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 Frieda
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 111
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \series bold
10837 Vieider
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 Hilde
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 111
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 <row>
10862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \series bold
10868 Vigna
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 Jürgen
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 111
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \series bold
10899 Weber
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Maurizio
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 111
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \series bold
10930 Winkler
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 Franz
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 111
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \begin_layout Section
10962 Líneas, columnas y filas múltiples
10963 \end_layout
10964
10965 \begin_layout Subsection
10966 Líneas múltiples en celdas
10967 \begin_inset CommandInset label
10968 LatexCommand label
10969 name "subsec:Líneas-Múltiples-en"
10970
10971 \end_inset
10972
10973
10974 \begin_inset Index idx
10975 status collapsed
10976
10977 \begin_layout Plain Layout
10978 Lineas@Líneas múltiples en celdas
10979 \end_layout
10980
10981 \end_inset
10982
10983
10984 \begin_inset Index idx
10985 status collapsed
10986
10987 \begin_layout Plain Layout
10988 Cuadros ! Saltos de línea
10989 \end_layout
10990
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \begin_layout Standard
10997 \noindent
10998 \begin_inset Float table
10999 placement H
11000 wide false
11001 sideways false
11002 status open
11003
11004 \begin_layout Plain Layout
11005 \begin_inset Caption Standard
11006
11007 \begin_layout Plain Layout
11008 \begin_inset CommandInset label
11009 LatexCommand label
11010 name "tab:Cuadro-con-múltiples"
11011
11012 \end_inset
11013
11014 Cuadro con líneas múltiples en celda
11015 \end_layout
11016
11017 \end_inset
11018
11019
11020 \end_layout
11021
11022 \begin_layout Plain Layout
11023 \align center
11024 \begin_inset Tabular
11025 <lyxtabular version="3" rows="3" columns="3">
11026 <features tabularvalignment="middle">
11027 <column alignment="center" valignment="middle" width="2.5cm">
11028 <column alignment="center" valignment="middle">
11029 <column alignment="center" valignment="middle">
11030 <row>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 líneas
11036 \begin_inset Newline linebreak
11037 \end_inset
11038
11039 múltiples
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 b
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 c
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 d
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 e
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 f
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 <row>
11093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 g
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 h
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 i
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 </lyxtabular>
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \end_inset
11129
11130
11131 \end_layout
11132
11133 \begin_layout Standard
11134 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11135  párrafos con varias líneas y guionado.
11136 \end_layout
11137
11138 \begin_layout Standard
11139 Para generar el cuadro
11140 \begin_inset space ~
11141 \end_inset
11142
11143
11144 \begin_inset CommandInset ref
11145 LatexCommand ref
11146 reference "tab:Cuadro-con-múltiples"
11147
11148 \end_inset
11149
11150 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11151  En el diálogo que surge establece una anchura de 2.5
11152 \begin_inset space \thinspace{}
11153 \end_inset
11154
11155 cm y escoge centro en alineación vertical y horizontal.
11156  La alineación vertical se utiliza para todas las celdas de la fila.
11157  Como nuestro texto es menor de 2.5
11158 \begin_inset space \thinspace{}
11159 \end_inset
11160
11161 cm, sólo aparece una línea.
11162  Para poner dos añadimos un salto de línea justificado, (atajo 
11163 \family sans
11164 Ctrl+Mayúsculas+Entrar
11165 \family default
11166 ).
11167  Si el texto es más ancho que la celda será automáticamente dividido en
11168  líneas.
11169 \end_layout
11170
11171 \begin_layout Standard
11172 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11173  no puede cortarla
11174  con guión si es la primera entrada.
11175  Por eso hay que insertar algo para que dicha palabra no sea la primera
11176  entrada: añade un espacio horizontal de 0
11177 \begin_inset space \thinspace{}
11178 \end_inset
11179
11180 pt delante de la palabra.
11181  Como el espacio es 0 la salida no cambia.
11182  El cuadro
11183 \begin_inset space ~
11184 \end_inset
11185
11186
11187 \begin_inset CommandInset ref
11188 LatexCommand ref
11189 reference "tab:Cuadro-con-y"
11190
11191 \end_inset
11192
11193  muestra el efecto.
11194 \end_layout
11195
11196 \begin_layout Standard
11197 \begin_inset Float table
11198 placement b
11199 wide false
11200 sideways false
11201 status open
11202
11203 \begin_layout Plain Layout
11204 \begin_inset Caption Standard
11205
11206 \begin_layout Plain Layout
11207 \begin_inset CommandInset label
11208 LatexCommand label
11209 name "tab:Cuadro-con-y"
11210
11211 \end_inset
11212
11213 Cuadros con y sin guión
11214 \end_layout
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \begin_layout Plain Layout
11222 \begin_inset space \hfill{}
11223 \end_inset
11224
11225
11226 \begin_inset Tabular
11227 <lyxtabular version="3" rows="3" columns="3">
11228 <features tabularvalignment="middle">
11229 <column alignment="center" valignment="middle" width="2.5cm">
11230 <column alignment="center" valignment="middle">
11231 <column alignment="center" valignment="middle">
11232 <row>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 celdaconpalabramuylarga
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 b
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 c
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 d
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 e
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 f
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 <row>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 g
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 h
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 i
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 </row>
11319 </lyxtabular>
11320
11321 \end_inset
11322
11323
11324 \begin_inset space \hfill{}
11325 \end_inset
11326
11327
11328 \begin_inset Tabular
11329 <lyxtabular version="3" rows="3" columns="3">
11330 <features tabularvalignment="middle">
11331 <column alignment="center" valignment="middle" width="2.5cm">
11332 <column alignment="center" valignment="middle">
11333 <column alignment="center" valignment="middle">
11334 <row>
11335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 \begin_inset space \hspace{}
11340 \length 0pt
11341 \end_inset
11342
11343 celdaconpalabramuylarga
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 b
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 c
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 d
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 e
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 f
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 g
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 h
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 i
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 </lyxtabular>
11426
11427 \end_inset
11428
11429
11430 \begin_inset space \hfill{}
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Subsection
11442 Multicolumnas
11443 \begin_inset CommandInset label
11444 LatexCommand label
11445 name "subsec:Multicolumnas"
11446
11447 \end_inset
11448
11449
11450 \begin_inset Index idx
11451 status collapsed
11452
11453 \begin_layout Plain Layout
11454 Multicolumnas
11455 \end_layout
11456
11457 \end_inset
11458
11459
11460 \begin_inset Index idx
11461 status collapsed
11462
11463 \begin_layout Plain Layout
11464 Cuadros ! Multicolumnas
11465 \end_layout
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \begin_layout Subsubsection
11473 Fundamentos de multicolumnas
11474 \end_layout
11475
11476 \begin_layout Standard
11477 Para extender una celda sobre varias columnas, se marcan las celdas que
11478  se desee combinar y se usa el botón 
11479 \begin_inset Info
11480 type  "icon"
11481 arg   "tabular-feature multicolumn"
11482 \end_inset
11483
11484 , el menú 
11485 \family sans
11486 Editar\SpecialChar menuseparator
11487 Cuadro\SpecialChar menuseparator
11488 Multicolumna
11489 \family default
11490 , o clic derecho sobre las celdas marcadas y elige 
11491 \family sans
11492 Multicolumna 
11493 \family default
11494 en el menú contextual.
11495 \end_layout
11496
11497 \begin_layout Standard
11498 Las multicolumnas tienen su propia configuración de celdas.
11499  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11500  multicolumna.
11501  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11502  última fila sin borde superior:
11503 \end_layout
11504
11505 \begin_layout Standard
11506 \align center
11507 \begin_inset Tabular
11508 <lyxtabular version="3" rows="3" columns="4">
11509 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11510 <column alignment="center" valignment="top" width="0pt">
11511 <column alignment="center" valignment="middle">
11512 <column alignment="center" valignment="top" width="0in">
11513 <column alignment="center" valignment="top" width="0pt">
11514 <row>
11515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 abc
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 def ghi
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 jkl
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \family roman
11559 \series medium
11560 \shape up
11561 \size normal
11562 \emph off
11563 \bar no
11564 \noun off
11565 \color none
11566 A
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 B
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 C
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 D
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 <row>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 1
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 2
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 3
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 4
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 </row>
11637 </lyxtabular>
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Subsubsection
11645 Cálculos en multicolumnas
11646 \begin_inset CommandInset label
11647 LatexCommand label
11648 name "subsec:Cálculos-en-Multicolumnas"
11649
11650 \end_inset
11651
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 Cuadros ! Multicolumnas ! Cálculos
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \begin_layout Standard
11666 \SpecialChar LyX
11667  soporta multicolumnas directamente, pero hay que prestar atención a la
11668  anchura de celda de las columnas combinadas en la celda multicolumna.
11669 \end_layout
11670
11671 \begin_layout Standard
11672 \begin_inset Float table
11673 placement h
11674 wide false
11675 sideways false
11676 status open
11677
11678 \begin_layout Plain Layout
11679 \begin_inset Caption Standard
11680
11681 \begin_layout Plain Layout
11682 \begin_inset CommandInset label
11683 LatexCommand label
11684 name "tab:Cuadro-con-centrado"
11685
11686 \end_inset
11687
11688 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11689  exactamente la mitad de anchura que la celda multicolumna
11690 \begin_inset Argument 1
11691 status open
11692
11693 \begin_layout Plain Layout
11694 Cuadro multicolumna perfecta
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Plain Layout
11708 \align center
11709 \begin_inset Tabular
11710 <lyxtabular version="3" rows="3" columns="3">
11711 <features tabularvalignment="middle">
11712 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11713 <column alignment="center" valignment="middle">
11714 <column alignment="center" valignment="top">
11715 <row>
11716 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 multicolumna línea múltiple
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 c
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 d
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 e
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 f
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 g
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 h
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 i
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 </lyxtabular>
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Por ejemplo, para crear el cuadro
11816 \begin_inset space ~
11817 \end_inset
11818
11819
11820 \begin_inset CommandInset ref
11821 LatexCommand ref
11822 reference "tab:Cuadro-con-centrado"
11823
11824 \end_inset
11825
11826 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11827  clic derecho.
11828  En el diálogo marca 
11829 \emph on
11830 multicolumna
11831 \emph default
11832
11833 \emph on
11834 alineación centro
11835 \emph default
11836  y una anchura de 2.5
11837 \begin_inset space \thinspace{}
11838 \end_inset
11839
11840 cm.
11841  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11842  de la celda multicolumna, así que deberías ajustar 1.25
11843 \begin_inset space \thinspace{}
11844 \end_inset
11845
11846 cm para la primera columna.
11847  La segunda columna tendrá entonces automáticamente 1.25
11848 \begin_inset space \thinspace{}
11849 \end_inset
11850
11851 cm de anchura.
11852  Para el cuadro
11853 \begin_inset space ~
11854 \end_inset
11855
11856
11857 \begin_inset CommandInset ref
11858 LatexCommand ref
11859 reference "tab:Cuadro-sin-mitad"
11860
11861 \end_inset
11862
11863  se ha procedido de la siguiente manera:
11864 \end_layout
11865
11866 \begin_layout Standard
11867 \begin_inset Float table
11868 wide false
11869 sideways false
11870 status open
11871
11872 \begin_layout Plain Layout
11873 \begin_inset Caption Standard
11874
11875 \begin_layout Plain Layout
11876 \begin_inset CommandInset label
11877 LatexCommand label
11878 name "tab:Cuadro-sin-mitad"
11879
11880 \end_inset
11881
11882 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11883  de anchura que la celda multicolumna
11884 \begin_inset Argument 1
11885 status open
11886
11887 \begin_layout Plain Layout
11888 Cuadro multicolumna imperfecta
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Plain Layout
11902 \align center
11903 \begin_inset Tabular
11904 <lyxtabular version="3" rows="3" columns="3">
11905 <features tabularvalignment="middle">
11906 <column alignment="center" valignment="top" width="1.25cm">
11907 <column alignment="center" valignment="top">
11908 <column alignment="center" valignment="top">
11909 <row>
11910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 multicolumna línea múltiple
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 c
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 </row>
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 d
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 e
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 f
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 <row>
11968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 g
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 h
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 i
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 </row>
11996 </lyxtabular>
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Standard
12009 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12010 a, es un poco mayor.
12011  La razón es que la anchura dada para una celda 
12012 \begin_inset Formula $W_{g}$
12013 \end_inset
12014
12015  no es su anchura total 
12016 \begin_inset Formula $W_{\mathrm{tot}}$
12017 \end_inset
12018
12019  porque una celda es siempre algo mayor que la anchura dada.
12020  El apéndice
12021 \begin_inset space ~
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset ref
12026 LatexCommand ref
12027 reference "cap:Explicación-de-la-Ecuación"
12028
12029 \end_inset
12030
12031  lo explica con detalle.
12032 \end_layout
12033
12034 \begin_layout Standard
12035 La anchura dada 
12036 \begin_inset Formula $W_{g\,n}$
12037 \end_inset
12038
12039  necesaria para combinar 
12040 \emph on
12041 n
12042 \emph default
12043  columnas puede calcularse de manera que cada columna tenga una anchura
12044  total de 
12045 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12046 \end_inset
12047
12048 :
12049 \begin_inset Formula 
12050 \begin{equation}
12051 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12052 \end{equation}
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \begin_layout Standard
12060 En nuestro caso tenemos 
12061 \begin_inset Formula $n=2$
12062 \end_inset
12063
12064
12065 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12066 \end_inset
12067
12068
12069 \begin_inset space \thinspace{}
12070 \end_inset
12071
12072 cm y los valores predeterminados para longitudes, así la ecuación
12073 \begin_inset space ~
12074 \end_inset
12075
12076
12077 \begin_inset CommandInset ref
12078 LatexCommand ref
12079 reference "eq:Wgn"
12080
12081 \end_inset
12082
12083  queda
12084 \begin_inset Formula 
12085 \begin{equation}
12086 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12087 \end{equation}
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Standard
12095 Para habilitar cálculos en \SpecialChar LaTeX
12096 , debe cargarse en el preámbulo el paquete 
12097 \series bold
12098 calc
12099 \series default
12100  con la línea
12101 \begin_inset Index idx
12102 status collapsed
12103
12104 \begin_layout Plain Layout
12105 \SpecialChar LaTeX
12106 -paquetes ! calc
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115
12116 \series bold
12117
12118 \backslash
12119 usepackage{calc}
12120 \end_layout
12121
12122 \begin_layout Standard
12123 \SpecialChar LyX
12124  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12125  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12126  en el diálogo.
12127  He aquí un repaso de los argumentos:
12128 \end_layout
12129
12130 \begin_layout Itemize
12131
12132 \series bold
12133 p{ancho}
12134 \series default
12135  crea celdas con anchura fija, el texto alineado arriba
12136 \end_layout
12137
12138 \begin_layout Itemize
12139
12140 \series bold
12141 m{ancho}
12142 \series default
12143  crea celdas con anchura fija, el texto con alineación vertical centrada
12144  
12145 \end_layout
12146
12147 \begin_layout Itemize
12148
12149 \series bold
12150 b{ancho}
12151 \series default
12152  crea celdas con anchura fija, el texto alineado abajo
12153 \end_layout
12154
12155 \begin_layout Standard
12156 Al introducir un argumento \SpecialChar LaTeX
12157 , todas las propiedades de celda puestas en el
12158  diálogo se ignoran.
12159 \end_layout
12160
12161 \begin_layout Standard
12162 \begin_inset Note Greyedout
12163 status open
12164
12165 \begin_layout Plain Layout
12166
12167 \series bold
12168 Nota:
12169 \series default
12170  Debido a un error, \SpecialChar LyX
12171  muestra de todas formas estas propiedades.
12172 \end_layout
12173
12174 \end_inset
12175
12176  
12177 \end_layout
12178
12179 \begin_layout Standard
12180 El comando 
12181 \series bold
12182
12183 \backslash
12184 centering
12185 \series default
12186  centra horizontalmente el texto.
12187  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12188  para la primera columna
12189  extendida:
12190 \end_layout
12191
12192 \begin_layout Standard
12193
12194 \series bold
12195 >{
12196 \backslash
12197 centering}m{1.25cm-6.2pt}
12198 \end_layout
12199
12200 \begin_layout Standard
12201 El comando 
12202 \series bold
12203 >{ }
12204 \series default
12205  significa que los comandos entre llaves se aplican antes de crear la celda.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12210 , aún está alineado a la izquierda.
12211  Esto se debe a que \SpecialChar LyX
12212  sólo aplica alineado a columnas simples.
12213  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218
12219 \series bold
12220 >{
12221 \backslash
12222 centering}m{2.5cm}
12223 \end_layout
12224
12225 \begin_layout Subsection
12226 Multifilas
12227 \begin_inset CommandInset label
12228 LatexCommand label
12229 name "subsec:Multifilas"
12230
12231 \end_inset
12232
12233
12234 \begin_inset Index idx
12235 status collapsed
12236
12237 \begin_layout Plain Layout
12238 Multifilas
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \begin_inset Index idx
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248 Cuadros ! Multifilas
12249 \end_layout
12250
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 Para extender una celda sobre varias filas, se marcan las celdas que se
12258  desee combinar y se usa el botón 
12259 \begin_inset Info
12260 type  "icon"
12261 arg   "tabular-feature multirow"
12262 \end_inset
12263
12264 , el menú 
12265 \family sans
12266 Editar\SpecialChar menuseparator
12267 Cuadro\SpecialChar menuseparator
12268 Multifila
12269 \family default
12270 , o haz clic derecho sobre las celdas marcadas y elige 
12271 \family sans
12272 Multifila 
12273 \family default
12274 en el menú contextual.
12275 \end_layout
12276
12277 \begin_layout Standard
12278 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12279 \end_layout
12280
12281 \begin_layout Standard
12282 \align center
12283 \begin_inset Tabular
12284 <lyxtabular version="3" rows="3" columns="3">
12285 <features tabularvalignment="middle">
12286 <column alignment="center" valignment="top" width="0pt">
12287 <column alignment="center" valignment="top">
12288 <column alignment="center" valignment="top">
12289 <row>
12290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 entrada en una celda larga
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 b
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 c
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 </row>
12318 <row>
12319 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 multifila
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 e
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341 f
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 </row>
12347 <row>
12348 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Plain Layout
12361 h
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370 i
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 </row>
12376 </lyxtabular>
12377
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \begin_layout Standard
12384 La anchura de las celdas multifila se establece poniendo la anchura y la
12385  alineación para toda la columna.
12386  El 
12387 \family sans
12388 Desplazamiento vertical
12389 \family default
12390  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12391 gativo.
12392 \end_layout
12393
12394 \begin_layout Standard
12395 Si la columna de una celda multifila no tiene anchura explícita, la celda
12396  multifila hereda el alineamiento de la columna.
12397  Por otra parte, se alinea a la izquierda por omisión.
12398  Para cambiar esto renombra el comando 
12399 \series bold
12400
12401 \backslash
12402 multirowsetup
12403 \series default
12404  con el comando
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 renewcommand{
12413 \backslash
12414 multirowsetup}{
12415 \backslash
12416 centering}
12417 \end_layout
12418
12419 \begin_layout Standard
12420 en el preámbulo del documento.
12421  Entonces se centran todas las entradas de celdas multifila en el documento.
12422  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12423  en código \SpecialChar TeX
12424  justo antes del cuadro en lugar de en el preámbulo.
12425  Si el texto debe estar alineado a la derecha, reemplaza 
12426 \series bold
12427
12428 \backslash
12429 centering
12430 \series default
12431  por 
12432 \series bold
12433
12434 \backslash
12435 raggedleft
12436 \series default
12437 .
12438  Para volver a alineado a la izquierda usa 
12439 \series bold
12440
12441 \backslash
12442 raggedright
12443 \series default
12444 .
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12449  que tiene un desplazamiento vertical de -4
12450 \begin_inset space \thinspace{}
12451 \end_inset
12452
12453 mm y está en una columna de 3
12454 \begin_inset space \thinspace{}
12455 \end_inset
12456
12457 cm de ancho:
12458 \end_layout
12459
12460 \begin_layout Standard
12461 \noindent
12462 \align center
12463 \begin_inset ERT
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467
12468
12469 \backslash
12470 renewcommand{
12471 \backslash
12472 multirowsetup}{
12473 \backslash
12474 raggedleft}
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \begin_inset Tabular
12481 <lyxtabular version="3" rows="4" columns="3">
12482 <features tabularvalignment="middle">
12483 <column alignment="center" valignment="top" width="3cm">
12484 <column alignment="center" valignment="top">
12485 <column alignment="center" valignment="top">
12486 <row>
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 entrada en una celda larga
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 b
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 c
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 <row>
12516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 t
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 n
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 m
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 </row>
12544 <row>
12545 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 multifila
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 e
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 f
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 </row>
12573 <row>
12574 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 h
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 i
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 </lyxtabular>
12603
12604 \end_inset
12605
12606
12607 \begin_inset ERT
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611
12612
12613 \backslash
12614 renewcommand{
12615 \backslash
12616 multirowsetup}{
12617 \backslash
12618 raggedright}
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Para iniciar una nueva línea en una multifila se puede usar un salto de
12628  página forzado (
12629 \family sans
12630 Ctrl+Retorno
12631 \family default
12632 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12633 \end_layout
12634
12635 \begin_layout Standard
12636 \noindent
12637 \align center
12638 \begin_inset Tabular
12639 <lyxtabular version="3" rows="3" columns="2">
12640 <features tabularvalignment="middle">
12641 <column alignment="left" valignment="middle" width="2cm">
12642 <column alignment="center" valignment="top">
12643 <row>
12644 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 aaa
12649 \begin_inset Newline newline
12650 \end_inset
12651
12652 aaa
12653 \begin_inset Newline newline
12654 \end_inset
12655
12656 celda errónea
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 ccc
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 </row>
12671 <row>
12672 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 ddd
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 bbb
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 eee
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 </lyxtabular>
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 Por tanto, hay que usar con cuidado los saltos forzados.
12720 \end_layout
12721
12722 \begin_layout Subsection
12723 Celdas con línea(s) diagonal(es)
12724 \end_layout
12725
12726 \begin_layout Standard
12727 Para que el lector distinga los encabezados de filas y columnas, es útil
12728  dividir la primera celda del cuadro con una o dos líneas diagonales.
12729  Esto es posible cargando el paquete \SpecialChar LaTeX
12730  
12731 \series bold
12732 diagbox
12733 \series default
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 \SpecialChar LaTeX
12740 -paquetes ! diagbox
12741 \end_layout
12742
12743 \end_inset
12744
12745  en el preámbulo del documento.
12746  El paquete suministra el comando 
12747 \series bold
12748
12749 \backslash
12750 diagbox
12751 \series default
12752 , que se inserta en código \SpecialChar TeX
12753  con dos o tres argumentos:
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 diagbox[options]{izquierda abajo}{derecha arriba}
12762 \end_layout
12763
12764 \begin_layout Standard
12765
12766 \series bold
12767
12768 \backslash
12769 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12770 \end_layout
12771
12772 \begin_layout Standard
12773 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12774  se colocan debajo y encima de dicha línea.
12775  En el segundo la celda se divide con dos líneas.
12776 \end_layout
12777
12778 \begin_layout Standard
12779 \begin_inset ERT
12780 status collapsed
12781
12782 \begin_layout Plain Layout
12783
12784
12785 \backslash
12786 ifdiagbox
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \begin_inset Note Note
12793 status open
12794
12795 \begin_layout Plain Layout
12796 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12797  \SpecialChar LaTeX
12798  
12799 \series bold
12800 diagbox
12801 \series default
12802 .
12803 \end_layout
12804
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 Aquí hay un ejemplo de cuadro con 
12812 \series bold
12813
12814 \backslash
12815 diagbox
12816 \series default
12817  y dos argumentos:
12818 \end_layout
12819
12820 \begin_layout Standard
12821 \begin_inset VSpace medskip
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 \noindent
12829 \begin_inset Tabular
12830 <lyxtabular version="3" rows="4" columns="4">
12831 <features tabularvalignment="middle">
12832 <column alignment="center" valignment="top">
12833 <column alignment="center" valignment="top">
12834 <column alignment="center" valignment="top">
12835 <column alignment="center" valignment="top">
12836 <row>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 \begin_inset ERT
12842 status collapsed
12843
12844 \begin_layout Plain Layout
12845
12846
12847 \backslash
12848 diagbox{
12849 \end_layout
12850
12851 \end_inset
12852
12853 Nombre
12854 \begin_inset ERT
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858
12859 }{
12860 \end_layout
12861
12862 \end_inset
12863
12864 Parámetro
12865 \begin_inset ERT
12866 status collapsed
12867
12868 \begin_layout Plain Layout
12869
12870 }
12871 \end_layout
12872
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 Thickness in nm
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 Transparency in %
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 Hardness in MPa
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 <row>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 Perfect Green
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 45
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 80
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 504
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 </row>
12946 <row>
12947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 Dark Multi-P
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 60
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 72
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 982
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 <row>
12985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 Crystal Clear Pro
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 18
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 86
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 374
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 </row>
13022 </lyxtabular>
13023
13024 \end_inset
13025
13026
13027 \begin_inset VSpace medskip
13028 \end_inset
13029
13030
13031 \end_layout
13032
13033 \begin_layout Standard
13034 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13035  de ligas deportivas o distancias:
13036 \end_layout
13037
13038 \begin_layout Standard
13039 \noindent
13040 \align center
13041 \begin_inset Tabular
13042 <lyxtabular version="3" rows="4" columns="4">
13043 <features tabularvalignment="middle">
13044 <column alignment="center" valignment="top" width="0pt">
13045 <column alignment="center" valignment="top">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <row>
13049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 diagbox{
13061 \end_layout
13062
13063 \end_inset
13064
13065 Equipo local
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071 }{
13072 \end_layout
13073
13074 \end_inset
13075
13076 Resultado
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082 }{
13083 \end_layout
13084
13085 \end_inset
13086
13087 Equipo visitante
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093 }
13094 \end_layout
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Tigers
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Panthers
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Falcons
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 Tigers
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 1:3
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 0:1
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 Panthers
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 3:1
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 0:0
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 Falcons
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 1:0
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 0:0
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 </lyxtabular>
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13254  en cada esquina del cuadro, como en el siguiente ejemplo:
13255 \end_layout
13256
13257 \begin_layout Standard
13258 \noindent
13259 \align center
13260 \begin_inset Tabular
13261 <lyxtabular version="3" rows="5" columns="5">
13262 <features tabularvalignment="middle">
13263 <column alignment="center" valignment="top" width="0pt">
13264 <column alignment="center" valignment="top">
13265 <column alignment="center" valignment="top">
13266 <column alignment="center" valignment="top">
13267 <column alignment="center" valignment="top">
13268 <row>
13269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 \begin_inset ERT
13274 status open
13275
13276 \begin_layout Plain Layout
13277
13278
13279 \backslash
13280 diagbox{
13281 \end_layout
13282
13283 \end_inset
13284
13285 Equipo local
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291 }{
13292 \end_layout
13293
13294 \end_inset
13295
13296 Resultado
13297 \begin_inset ERT
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301
13302 }{
13303 \end_layout
13304
13305 \end_inset
13306
13307 Equipo visitante
13308 \begin_inset ERT
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312
13313 }
13314 \end_layout
13315
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Tigers
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Panthers
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Falcons
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 \begin_inset ERT
13355 status open
13356
13357 \begin_layout Plain Layout
13358
13359
13360 \backslash
13361 diagbox[dir=NE]{
13362 \end_layout
13363
13364 \end_inset
13365
13366 Equipo local
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372 }{
13373 \end_layout
13374
13375 \end_inset
13376
13377 Resultado
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383 }{
13384 \end_layout
13385
13386 \end_inset
13387
13388 Equipo visitante
13389 \begin_inset ERT
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393
13394 }
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 Tigers
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 1:3
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 0:1
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 Tigers
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 </row>
13452 <row>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 Panthers
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 3:1
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 0:0
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 Panthers
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 Falcons
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 1:0
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 0:0
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Falcons
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 </row>
13546 <row>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 \begin_inset ERT
13552 status open
13553
13554 \begin_layout Plain Layout
13555
13556
13557 \backslash
13558 diagbox[dir=SW]{
13559 \end_layout
13560
13561 \end_inset
13562
13563 Equipo local
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }{
13570 \end_layout
13571
13572 \end_inset
13573
13574 Resultado
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580 }{
13581 \end_layout
13582
13583 \end_inset
13584
13585 Equipo visitante
13586 \begin_inset ERT
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 }
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 Tigers
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 Panthers
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 Falcons
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 \begin_inset ERT
13633 status open
13634
13635 \begin_layout Plain Layout
13636
13637
13638 \backslash
13639 diagbox[dir=SE]{
13640 \end_layout
13641
13642 \end_inset
13643
13644 Equipo local
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 }{
13651 \end_layout
13652
13653 \end_inset
13654
13655 Resultado
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 Equipo visitante
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 </row>
13683 </lyxtabular>
13684
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \begin_layout Standard
13691 Para rotar las líneas diagonales se usa la opción 
13692 \series bold
13693 dir=direction
13694 \series default
13695 .
13696  
13697 \emph on
13698 direction
13699 \emph default
13700  es 
13701 \series bold
13702 NE
13703 \series default
13704
13705 \series bold
13706 SE
13707 \series default
13708
13709 \series bold
13710 SW
13711 \series default
13712  o 
13713 \series bold
13714 NW
13715 \series default
13716 , que representan puntos en una brújula.
13717  Por ejemplo, 
13718 \series bold
13719 SW
13720 \series default
13721  es la orientación suroeste.
13722  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13723  el comando
13724 \end_layout
13725
13726 \begin_layout Standard
13727
13728 \series bold
13729
13730 \backslash
13731 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13732 \end_layout
13733
13734 \begin_layout Standard
13735 Si no se indica dirección se usa NW.
13736 \end_layout
13737
13738 \begin_layout Standard
13739 La anchura adecuada para las celdas divididas se calcula automáticamente.
13740  Si estableces una anchura fija de columna menor que la calculada, el contenido
13741  sobrepasará los bordes de la celda:
13742 \end_layout
13743
13744 \begin_layout Standard
13745 \noindent
13746 \align center
13747 \begin_inset Tabular
13748 <lyxtabular version="3" rows="2" columns="2">
13749 <features tabularvalignment="middle">
13750 <column alignment="center" valignment="top" width="3cm">
13751 <column alignment="center" valignment="top">
13752 <row>
13753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762
13763 \backslash
13764 diagbox{
13765 \end_layout
13766
13767 \end_inset
13768
13769 Nombre
13770 \begin_inset ERT
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774
13775 }{
13776 \end_layout
13777
13778 \end_inset
13779
13780 Parámetro
13781 \begin_inset ERT
13782 status collapsed
13783
13784 \begin_layout Plain Layout
13785
13786 }
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Thickness in nm
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 </row>
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Perfect Green
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 45
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 </lyxtabular>
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834 Si hace falta una determinada anchura para columnas con celdas divididas,
13835  se usa la opción 
13836 \series bold
13837 width=3cm
13838 \series default
13839  (donde '3cm' puede cambiarse por la cantidad deseada).
13840  En el cuadro siguiente se ha puesto 4
13841 \begin_inset space \thinspace{}
13842 \end_inset
13843
13844 cm de anchura para la primera columna.
13845  Para 
13846 \series bold
13847
13848 \backslash
13849 diagbox
13850 \series default
13851  se necesita una anchura de 4
13852 \begin_inset space \thinspace{}
13853 \end_inset
13854
13855 cm + 2
13856 \begin_inset space \thinspace{}
13857 \end_inset
13858
13859
13860 \backslash
13861 tabcolsep, ya que la anchura total es la del texto (4
13862 \begin_inset space \thinspace{}
13863 \end_inset
13864
13865 cm en este caso) más dos veces la separación del texto y el borde.
13866  El cálculo de la anchura no puede hacerse en la opciones del comando 
13867 \series bold
13868
13869 \backslash
13870 diagbox
13871 \series default
13872 , hay que crear una nueva longitud que se puede usar después.
13873  Esto se hace con los comandos en código \SpecialChar TeX
13874
13875 \end_layout
13876
13877 \begin_layout Standard
13878
13879 \series bold
13880
13881 \backslash
13882 newlength{
13883 \backslash
13884 diagtest}
13885 \begin_inset Newline newline
13886 \end_inset
13887
13888
13889 \backslash
13890 setlength{
13891 \backslash
13892 diagtest}{4cm+2
13893 \backslash
13894 tabcolsep}
13895 \end_layout
13896
13897 \begin_layout Standard
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903
13904 \backslash
13905 newlength{
13906 \backslash
13907 diagtest}
13908 \end_layout
13909
13910 \begin_layout Plain Layout
13911
13912
13913 \backslash
13914 setlength{
13915 \backslash
13916 diagtest}{4cm+2
13917 \backslash
13918 tabcolsep}
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 Para habilitar cálculos en \SpecialChar LaTeX
13928  hay que cargar el paquete 
13929 \series bold
13930 calc
13931 \series default
13932
13933 \begin_inset Index idx
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 \SpecialChar LaTeX
13938 -paquetes ! calc
13939 \end_layout
13940
13941 \end_inset
13942
13943  en el preámbulo del documento.
13944 \end_layout
13945
13946 \begin_layout Standard
13947 En este cuadro se puede usar ahora el comando
13948 \end_layout
13949
13950 \begin_layout Standard
13951
13952 \series bold
13953
13954 \backslash
13955 diagbox[width=
13956 \backslash
13957 diagtest]{A}{B}
13958 \end_layout
13959
13960 \begin_layout Standard
13961 en la primera celda:
13962 \end_layout
13963
13964 \begin_layout Standard
13965 \noindent
13966 \align center
13967 \begin_inset Tabular
13968 <lyxtabular version="3" rows="2" columns="2">
13969 <features tabularvalignment="middle">
13970 <column alignment="center" valignment="top" width="4cm">
13971 <column alignment="center" valignment="top">
13972 <row>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 \begin_inset ERT
13978 status open
13979
13980 \begin_layout Plain Layout
13981
13982
13983 \backslash
13984 diagbox[width=
13985 \backslash
13986 diagtest]{
13987 \end_layout
13988
13989 \end_inset
13990
13991 A
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }{
13998 \end_layout
13999
14000 \end_inset
14001
14002 B
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008 }
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 Thickness in nm
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 Perfect Green
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 45
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 </row>
14048 </lyxtabular>
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14057  la columna.
14058  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14059  como en este caso:
14060 \end_layout
14061
14062 \begin_layout Standard
14063 \noindent
14064 \align center
14065 \begin_inset Tabular
14066 <lyxtabular version="3" rows="2" columns="2">
14067 <features tabularvalignment="middle">
14068 <column alignment="center" valignment="top" width="0pt">
14069 <column alignment="center" valignment="top">
14070 <row>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 \begin_inset ERT
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079
14080
14081 \backslash
14082 diagbox{
14083 \end_layout
14084
14085 \end_inset
14086
14087 A
14088 \begin_inset ERT
14089 status collapsed
14090
14091 \begin_layout Plain Layout
14092
14093 }{
14094 \end_layout
14095
14096 \end_inset
14097
14098 B
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104 }
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 Thickness in nm
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 Perfect Green
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 45
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 </row>
14144 </lyxtabular>
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \begin_layout Standard
14152 En este caso se usa la opción 
14153 \series bold
14154 width
14155 \series default
14156  del comando 
14157 \series bold
14158
14159 \backslash
14160 diagbox
14161 \series default
14162 .
14163  Ahora no es necesario añadir 2
14164 \backslash
14165 tabcolsep porque la anchura de la celda es la anchura de la columna.
14166  En este cuadro se usa una anchura de 3
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170 cm:
14171 \end_layout
14172
14173 \begin_layout Standard
14174 \noindent
14175 \align center
14176 \begin_inset Tabular
14177 <lyxtabular version="3" rows="2" columns="2">
14178 <features tabularvalignment="middle">
14179 <column alignment="center" valignment="top" width="0pt">
14180 <column alignment="center" valignment="top">
14181 <row>
14182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 \begin_inset ERT
14187 status open
14188
14189 \begin_layout Plain Layout
14190
14191
14192 \backslash
14193 diagbox[width=3cm]{
14194 \end_layout
14195
14196 \end_inset
14197
14198 A
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204 }{
14205 \end_layout
14206
14207 \end_inset
14208
14209 B
14210 \begin_inset ERT
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214
14215 }
14216 \end_layout
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 Thickness in nm
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 </row>
14235 <row>
14236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 Perfect Green
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 45
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 </row>
14255 </lyxtabular>
14256
14257 \end_inset
14258
14259
14260 \end_layout
14261
14262 \begin_layout Standard
14263 Para múltiples líneas de texto en celdas divididas se necesita una altura
14264  adicional para adaptar el texto a la celda.
14265  Esto se consigue con la opción 
14266 \series bold
14267 height=3cm
14268 \series default
14269  (se puede cambiar por el valor deseado).
14270  En el cuadro siguiente se usa el comando
14271 \end_layout
14272
14273 \begin_layout Standard
14274
14275 \series bold
14276
14277 \backslash
14278 diagbox[width=3cm,height=1.4cm]{A
14279 \backslash
14280
14281 \backslash
14282 B}{C
14283 \backslash
14284
14285 \backslash
14286 D}
14287 \end_layout
14288
14289 \begin_layout Standard
14290 en la primera celda.
14291  El comando 
14292 \series bold
14293
14294 \backslash
14295
14296 \backslash
14297
14298 \series default
14299  crea el salto de línea.
14300 \begin_inset Foot
14301 status open
14302
14303 \begin_layout Plain Layout
14304 Saltos de línea con 
14305 \family sans
14306 Ctrl+Retorno
14307 \family default
14308  solo es posible si la columna tiene anchura fija.
14309 \end_layout
14310
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \begin_layout Standard
14317 \noindent
14318 \align center
14319 \begin_inset Tabular
14320 <lyxtabular version="3" rows="2" columns="2">
14321 <features tabularvalignment="middle">
14322 <column alignment="center" valignment="top">
14323 <column alignment="center" valignment="top">
14324 <row>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 \begin_inset ERT
14330 status open
14331
14332 \begin_layout Plain Layout
14333
14334
14335 \backslash
14336 diagbox[width=3cm,height=1.4cm]{
14337 \end_layout
14338
14339 \end_inset
14340
14341 A
14342 \begin_inset ERT
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346
14347
14348 \backslash
14349
14350 \backslash
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356 B
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362 }{
14363 \end_layout
14364
14365 \end_inset
14366
14367 C
14368 \begin_inset ERT
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375
14376 \backslash
14377
14378 \end_layout
14379
14380 \end_inset
14381
14382 D
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388 }
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 Thickness in nm
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 <row>
14409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 Perfect Green
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 45
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 </lyxtabular>
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 \begin_inset ERT
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440
14441
14442 \backslash
14443 else
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \begin_inset Note Note
14450 status open
14451
14452 \begin_layout Plain Layout
14453 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14454  
14455 \series bold
14456 diagbox
14457 \series default
14458 .
14459 \end_layout
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Standard
14467 Hay que instalar el paquete \SpecialChar LaTeX
14468  
14469 \series bold
14470 diagbox
14471 \series default
14472  para ver la parte siguiente en la salida.
14473 \end_layout
14474
14475 \begin_layout Standard
14476 \begin_inset ERT
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480
14481
14482 \backslash
14483 fi
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 Para más información sobre el paquete \SpecialChar LaTeX
14493  
14494 \series bold
14495 diagbox
14496 \series default
14497  consulta su documentación,
14498 \begin_inset space ~
14499 \end_inset
14500
14501
14502 \begin_inset CommandInset citation
14503 LatexCommand cite
14504 key "diagbox"
14505 literal "true"
14506
14507 \end_inset
14508
14509 .
14510 \end_layout
14511
14512 \begin_layout Section
14513 Cuadros formales
14514 \begin_inset CommandInset label
14515 LatexCommand label
14516 name "sec:Cuadros-Formales"
14517
14518 \end_inset
14519
14520
14521 \begin_inset Index idx
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525 Cuadros ! Formales
14526 \end_layout
14527
14528 \end_inset
14529
14530  
14531 \end_layout
14532
14533 \begin_layout Standard
14534 En los libros, los cuadros se suelen presentar en un formato como el del
14535  cuadro 
14536 \begin_inset space ~
14537 \end_inset
14538
14539
14540 \begin_inset CommandInset ref
14541 LatexCommand ref
14542 reference "tab:Ejemplo-cuadro-formal"
14543
14544 \end_inset
14545
14546 .
14547  Se denominan cuadros 
14548 \emph on
14549 formales
14550 \emph default
14551 .
14552  Para hacer cuadros con este diseño, elige 
14553 \family sans
14554 Estilo
14555 \family default
14556
14557 \begin_inset space ~
14558 \end_inset
14559
14560
14561 \family sans
14562 Formal
14563 \family default
14564  en la solapa 
14565 \family sans
14566 Bordes
14567 \family default
14568  del diálogo de cuadros.
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \begin_inset Float table
14573 placement h
14574 wide false
14575 sideways false
14576 status open
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Caption Standard
14580
14581 \begin_layout Plain Layout
14582 \begin_inset CommandInset label
14583 LatexCommand label
14584 name "tab:Ejemplo-cuadro-formal"
14585
14586 \end_inset
14587
14588 Ejemplo de cuadro formal
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Plain Layout
14597 \align center
14598 \begin_inset Tabular
14599 <lyxtabular version="3" rows="8" columns="4">
14600 <features booktabs="true" tabularvalignment="middle">
14601 <column alignment="center" valignment="top">
14602 <column alignment="center" valignment="top">
14603 <column alignment="center" valignment="top">
14604 <column alignment="center" valignment="top">
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 System
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" topline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 Chip
14620 \begin_inset space \thinspace{}
14621 \end_inset
14622
14623 1
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 Chip
14633 \begin_inset space \thinspace{}
14634 \end_inset
14635
14636 2
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 <row>
14652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663 cmidrule(r){2-2}
14664 \end_layout
14665
14666 \end_inset
14667
14668
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674
14675 \backslash
14676 cmidrule(l){3-4}
14677 \end_layout
14678
14679 \end_inset
14680
14681 Detector thickness in µm
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 <cell alignment="center" valignment="top" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690 300
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 <cell alignment="center" valignment="top" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 300
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 700
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 </row>
14714 <row>
14715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 Edge angle in °
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 <cell alignment="center" valignment="top" topline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 3.55
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737 2.71
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746 7.99
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row topspace="default">
14753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757 Spatial resolution in µm
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 <cell alignment="center" valignment="top" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 4.26
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 <cell alignment="center" valignment="top" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775 10.17
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 <cell alignment="center" valignment="top" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784 10.56
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 </row>
14790 <row topspace="default">
14791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 MTF at 
14796 \begin_inset Formula $f_{\mathrm{max}}$
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 0.53
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 0.37
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 0.39
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 <row topspace="default">
14833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837 \begin_inset ERT
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841
14842
14843 \backslash
14844 cmidrule[2pt](l{10pt}){1-1}
14845 \end_layout
14846
14847 \end_inset
14848
14849 LSF-spatial resolution
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 <cell alignment="center" valignment="top" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row>
14883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 in µm
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896 129.7
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 52.75
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 50.78
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 </row>
14920 <row>
14921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 in % of pixel size
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 76.3
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 95.9
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 92.3
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 </lyxtabular>
14959
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
14972  correspondientes que se encuentran en la solapa 
14973 \family sans
14974 Bordes 
14975 \family default
14976 del diálogo
14977 \family sans
14978  Configuración
14979 \begin_inset space ~
14980 \end_inset
14981
14982 del
14983 \begin_inset space ~
14984 \end_inset
14985
14986 cuadro
14987 \family default
14988 , como se explica en la sección
14989 \begin_inset space ~
14990 \end_inset
14991
14992
14993 \begin_inset CommandInset ref
14994 LatexCommand ref
14995 reference "subsec:Espacio-adicional"
14996
14997 \end_inset
14998
14999 .
15000 \end_layout
15001
15002 \begin_layout Standard
15003 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15004  verticales.
15005  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15006  pero en la salida se mostrarán con distinto grosor:
15007 \begin_inset Newline newline
15008 \end_inset
15009
15010 Las líneas primera y última tienen un grosor predeterminado de 0.08
15011 \begin_inset space \thinspace{}
15012 \end_inset
15013
15014 em, las demás tienen un grosor predeterminado de 0.05
15015 \begin_inset space \thinspace{}
15016 \end_inset
15017
15018 em.
15019 \end_layout
15020
15021 \begin_layout Standard
15022 Estos valores predeterminados se pueden cambiar
15023 \series bold
15024  
15025 \series default
15026 con las líneas de preámbulo:
15027 \end_layout
15028
15029 \begin_layout Standard
15030
15031 \series bold
15032
15033 \backslash
15034 let
15035 \backslash
15036 mytoprule
15037 \backslash
15038 toprule
15039 \begin_inset Newline newline
15040 \end_inset
15041
15042
15043 \backslash
15044 renewcommand{
15045 \backslash
15046 toprule}{
15047 \backslash
15048 mytoprule[grosor]}
15049 \end_layout
15050
15051 \begin_layout Standard
15052 Este ejemplo es para la primera línea, la denominada 
15053 \series bold
15054 toprule
15055 \series default
15056 .
15057  Si quieres cambiar el grosor de la última línea, reemplaza 
15058 \series bold
15059 toprule
15060 \series default
15061  por 
15062 \series bold
15063 bottomrule
15064 \series default
15065 .
15066  Y para cambiar el grosor de las demás líneas cambia 
15067 \series bold
15068 toprule
15069 \series default
15070  por 
15071 \series bold
15072 midrule
15073 \series default
15074 .
15075  Puedes usar cualquiera de las unidades listadas en el apéndice
15076 \begin_inset space ~
15077 \end_inset
15078
15079
15080 \begin_inset CommandInset ref
15081 LatexCommand ref
15082 reference "cap:Unidades-disponibles-en"
15083
15084 \end_inset
15085
15086  para establecer el grosor.
15087 \end_layout
15088
15089 \begin_layout Standard
15090 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15091  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15092  \SpecialChar LyX
15093  empleará internamente el comando 
15094 \series bold
15095
15096 \backslash
15097 cmidrule
15098 \series default
15099  para dibujar la línea.
15100  El esquema completo es
15101 \end_layout
15102
15103 \begin_layout Standard
15104
15105 \series bold
15106
15107 \backslash
15108 cmidrule[grosor](recorte){inicol-fincol}
15109 \end_layout
15110
15111 \begin_layout Standard
15112 Por el momento, \SpecialChar LyX
15113  no soporta las opciones de 
15114 \series bold
15115
15116 \backslash
15117 cmidrule
15118 \series default
15119 , así que para usarlas hay que emplear código \SpecialChar TeX
15120 .
15121  Las líneas 
15122 \series bold
15123
15124 \backslash
15125 cmidrule
15126 \series default
15127  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15128  como primera entrada
15129  de la primera celda de una fila.
15130  En la salida se dibujará la línea sobre dicha fila.
15131 \end_layout
15132
15133 \begin_layout Standard
15134 El 
15135 \series bold
15136 grosor
15137 \series default
15138  predeterminado es 0.03
15139 \begin_inset space \thinspace{}
15140 \end_inset
15141
15142 em.
15143  
15144 \series bold
15145 inicol
15146 \series default
15147  es el número de la columna en la que comienza la línea y 
15148 \series bold
15149 fincol
15150 \series default
15151  es el número de la columna en la que acaba la línea.
15152  El valor 
15153 \series bold
15154 fincol
15155 \series default
15156  debe especificarse siempre, aunque la línea se extienda sobre una sola
15157  columna.
15158  El parámetro opcional 
15159 \series bold
15160 recorte
15161 \series default
15162  debe ser 
15163 \emph on
15164 l{recorte}
15165 \emph default
15166  o 
15167 \emph on
15168 r{recorte}
15169 \emph default
15170 , donde 
15171 \emph on
15172 recorte
15173 \emph default
15174  también es opcional.
15175  Por ejemplo, el parámetro 
15176 \emph on
15177 l{2pt}
15178 \emph default
15179  significa que la línea se recorta 2
15180 \begin_inset space \thinspace{}
15181 \end_inset
15182
15183 pt por su izquierda.
15184  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15185 \begin_inset space \thinspace{}
15186 \end_inset
15187
15188 em.
15189
15190 \series bold
15191  
15192 \end_layout
15193
15194 \begin_layout Standard
15195 \begin_inset VSpace bigskip
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \begin_layout Standard
15202 El cuadro
15203 \begin_inset space ~
15204 \end_inset
15205
15206
15207 \begin_inset CommandInset ref
15208 LatexCommand ref
15209 reference "tab:Ejemplo-cuadro-formal"
15210
15211 \end_inset
15212
15213  se ha creado con los comandos
15214 \end_layout
15215
15216 \begin_layout Standard
15217
15218 \series bold
15219
15220 \backslash
15221 cmidrule(r){2-2}
15222 \backslash
15223 cmidrule(l){3-4}
15224 \end_layout
15225
15226 \begin_layout Standard
15227 en la segunda fila, 
15228 \series bold
15229
15230 \backslash
15231 midrule
15232 \series default
15233  en la tercera, y
15234 \end_layout
15235
15236 \begin_layout Standard
15237
15238 \series bold
15239
15240 \backslash
15241 cmidrule[2pt](l{10pt}){1-1}
15242 \end_layout
15243
15244 \begin_layout Standard
15245 en la sexta fila.
15246 \end_layout
15247
15248 \begin_layout Standard
15249 \begin_inset VSpace bigskip
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \begin_layout Standard
15256 Quizá quieras superponer líneas 
15257 \series bold
15258
15259 \backslash
15260 cmidrules
15261 \series default
15262  como enl cuadro
15263 \begin_inset space ~
15264 \end_inset
15265
15266
15267 \begin_inset CommandInset ref
15268 LatexCommand ref
15269 reference "tab:Cuadro-formal-especial"
15270
15271 \end_inset
15272
15273 .
15274  Esto se consigue con el comando en código \SpecialChar TeX
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279
15280 \series bold
15281
15282 \backslash
15283 morecmidrules
15284 \end_layout
15285
15286 \begin_layout Standard
15287 El comando que se ha utilizado para la segunda fila del cuadro
15288 \begin_inset space ~
15289 \end_inset
15290
15291
15292 \begin_inset CommandInset ref
15293 LatexCommand ref
15294 reference "tab:Cuadro-formal-especial"
15295
15296 \end_inset
15297
15298  es
15299 \end_layout
15300
15301 \begin_layout Standard
15302
15303 \series bold
15304
15305 \backslash
15306 cmidrule(r){2-2}
15307 \backslash
15308 cmidrule(l){3-4}
15309 \backslash
15310 morecmidrules
15311 \backslash
15312 cmidrule{2-4}
15313 \end_layout
15314
15315 \begin_layout Standard
15316 El comando para la sexta fila es
15317 \end_layout
15318
15319 \begin_layout Standard
15320
15321 \series bold
15322
15323 \backslash
15324 midrule
15325 \backslash
15326 morecmidrules
15327 \backslash
15328 cmidrule{3-4}
15329 \series default
15330
15331 \begin_inset VSpace bigskip
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15339  el siguiente comando para dibujar líneas que se extienden sobre todas las
15340  columnas
15341 \end_layout
15342
15343 \begin_layout Standard
15344
15345 \series bold
15346
15347 \backslash
15348 specialrule{anchura}{espacio superior}{espacio inferior}
15349 \end_layout
15350
15351 \begin_layout Standard
15352 Para más información sobre estas características especiales, acude al manual
15353  del paquete \SpecialChar LaTeX
15354  
15355 \series bold
15356 booktabs
15357 \series default
15358
15359 \begin_inset CommandInset citation
15360 LatexCommand cite
15361 key "booktabs"
15362 literal "true"
15363
15364 \end_inset
15365
15366 .
15367 \begin_inset Index idx
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371 \SpecialChar LaTeX
15372 -paquetes ! booktabs
15373 \end_layout
15374
15375 \end_inset
15376
15377  
15378 \begin_inset VSpace bigskip
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \begin_layout Standard
15385 \begin_inset Float table
15386 placement h
15387 wide false
15388 sideways false
15389 status open
15390
15391 \begin_layout Plain Layout
15392 \begin_inset Caption Standard
15393
15394 \begin_layout Plain Layout
15395 \begin_inset CommandInset label
15396 LatexCommand label
15397 name "tab:Cuadro-formal-especial"
15398
15399 \end_inset
15400
15401 Cuadro formal especial
15402 \end_layout
15403
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \begin_layout Plain Layout
15410 \align center
15411 \begin_inset Tabular
15412 <lyxtabular version="3" rows="8" columns="4">
15413 <features booktabs="true" tabularvalignment="middle">
15414 <column alignment="center" valignment="top">
15415 <column alignment="center" valignment="top">
15416 <column alignment="center" valignment="top">
15417 <column alignment="center" valignment="top">
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 System
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell 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 1
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 Chip
15446 \begin_inset space \thinspace{}
15447 \end_inset
15448
15449 2
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset ERT
15470 status collapsed
15471
15472 \begin_layout Plain Layout
15473
15474
15475 \backslash
15476 cmidrule(r){2-2}
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 cmidrule(l){3-4}
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 morecmidrules 
15503 \end_layout
15504
15505 \end_inset
15506
15507
15508 \begin_inset ERT
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512
15513
15514 \backslash
15515 cmidrule{2-4}
15516 \end_layout
15517
15518 \end_inset
15519
15520 Detector thickness in µm
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 <cell alignment="center" valignment="top" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 300
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 300
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 700
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 Edge angle in °
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 3.55
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 2.71
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" topline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 7.99
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 </row>
15591 <row topspace="default">
15592 <cell alignment="center" valignment="top" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 Spatial resolution in µm
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605 4.26
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 10.17
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 10.56
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 </row>
15629 <row topspace="default">
15630 <cell alignment="center" valignment="top" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 MTF at 
15635 \begin_inset Formula $f_{\mathrm{max}}$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647 0.53
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 0.37
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 0.39
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681
15682 \backslash
15683 morecmidrules 
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \begin_inset ERT
15690 status collapsed
15691
15692 \begin_layout Plain Layout
15693
15694
15695 \backslash
15696 cmidrule{3-4}
15697 \end_layout
15698
15699 \end_inset
15700
15701 LSF-spatial resolution
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row>
15735 <cell alignment="center" valignment="top" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 in µm
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 129.7
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 52.75
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 50.78
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 in % of pixel size
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 76.3
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 95.9
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 92.3
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 </lyxtabular>
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Section
15823 Alineación vertical de cuadros
15824 \begin_inset Index idx
15825 status collapsed
15826
15827 \begin_layout Plain Layout
15828 Cuadros ! Alineación vertical
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15838  estar en un marco.
15839  Después el marco se puede alinear verticalmente como se describe en la
15840  sección
15841 \begin_inset space ~
15842 \end_inset
15843
15844
15845 \begin_inset CommandInset ref
15846 LatexCommand ref
15847 reference "sec:Diálogo-Marcos"
15848
15849 \end_inset
15850
15851 .
15852  
15853 \end_layout
15854
15855 \begin_layout Standard
15856 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15857 \begin_inset Foot
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861 Las minipáginas se describen en la sección
15862 \begin_inset space ~
15863 \end_inset
15864
15865
15866 \begin_inset CommandInset ref
15867 LatexCommand ref
15868 reference "sec:Minipáginas"
15869
15870 \end_inset
15871
15872 .
15873 \end_layout
15874
15875 \end_inset
15876
15877  que tiene una anchura del 15
15878 \begin_inset space \thinspace{}
15879 \end_inset
15880
15881 % de columna:
15882 \end_layout
15883
15884 \begin_layout Itemize
15885 test 
15886 \begin_inset Box Frameless
15887 position "t"
15888 hor_pos "c"
15889 has_inner_box 1
15890 inner_pos "c"
15891 use_parbox 0
15892 use_makebox 0
15893 width "15col%"
15894 special "none"
15895 height "1in"
15896 height_special "totalheight"
15897 thickness "0.4pt"
15898 separation "3pt"
15899 shadowsize "4pt"
15900 framecolor "black"
15901 backgroundcolor "none"
15902 status collapsed
15903
15904 \begin_layout Plain Layout
15905 \begin_inset Tabular
15906 <lyxtabular version="3" rows="3" columns="3">
15907 <features tabularvalignment="middle">
15908 <column alignment="center" valignment="top">
15909 <column alignment="center" valignment="top">
15910 <column alignment="center" valignment="top">
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 a
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 d
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 g
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 b
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954 e
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 h
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 c
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 f
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 i
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 </row>
15998 </lyxtabular>
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \end_inset
16006
16007  test 
16008 \begin_inset ERT
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012
16013
16014 \backslash
16015 raisebox{0.85
16016 \backslash
16017 baselineskip}{
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \begin_inset Box Frameless
16024 position "t"
16025 hor_pos "c"
16026 has_inner_box 1
16027 inner_pos "c"
16028 use_parbox 0
16029 use_makebox 0
16030 width "15col%"
16031 special "none"
16032 height "1in"
16033 height_special "totalheight"
16034 thickness "0.4pt"
16035 separation "3pt"
16036 shadowsize "4pt"
16037 framecolor "black"
16038 backgroundcolor "none"
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042 \begin_inset Tabular
16043 <lyxtabular version="3" rows="3" columns="3">
16044 <features tabularvalignment="middle">
16045 <column alignment="center" valignment="top">
16046 <column alignment="center" valignment="top">
16047 <column alignment="center" valignment="top">
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 a
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 d
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 g
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 <row>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 b
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 e
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 h
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 c
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 f
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 i
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 </lyxtabular>
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \begin_inset ERT
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149
16150 }
16151 \end_layout
16152
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \begin_layout Itemize
16159 test 
16160 \begin_inset Box Frameless
16161 position "c"
16162 hor_pos "c"
16163 has_inner_box 1
16164 inner_pos "c"
16165 use_parbox 0
16166 use_makebox 0
16167 width "15col%"
16168 special "none"
16169 height "1in"
16170 height_special "totalheight"
16171 thickness "0.4pt"
16172 separation "3pt"
16173 shadowsize "4pt"
16174 framecolor "black"
16175 backgroundcolor "none"
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="3">
16181 <features tabularvalignment="middle">
16182 <column alignment="center" valignment="top">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 a
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 d
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 g
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 b
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 e
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 h
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 c
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 f
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 i
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 </lyxtabular>
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Itemize
16285 test 
16286 \begin_inset Box Frameless
16287 position "b"
16288 hor_pos "c"
16289 has_inner_box 1
16290 inner_pos "c"
16291 use_parbox 0
16292 use_makebox 0
16293 width "15col%"
16294 special "none"
16295 height "1in"
16296 height_special "totalheight"
16297 thickness "0.4pt"
16298 separation "3pt"
16299 shadowsize "4pt"
16300 framecolor "black"
16301 backgroundcolor "none"
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 \begin_inset Tabular
16306 <lyxtabular version="3" rows="3" columns="3">
16307 <features tabularvalignment="middle">
16308 <column alignment="center" valignment="top">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 a
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 d
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 g
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 b
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 e
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 h
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 c
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 f
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 i
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 </lyxtabular>
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406
16407  test 
16408 \begin_inset ERT
16409 status collapsed
16410
16411 \begin_layout Plain Layout
16412
16413
16414 \backslash
16415 raisebox{-0.32
16416 \backslash
16417 baselineskip}{
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \begin_inset Box Frameless
16424 position "b"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 thickness "0.4pt"
16435 separation "3pt"
16436 shadowsize "4pt"
16437 framecolor "black"
16438 backgroundcolor "none"
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="3" columns="3">
16444 <features tabularvalignment="middle">
16445 <column alignment="center" valignment="top">
16446 <column alignment="center" valignment="top">
16447 <column alignment="center" valignment="top">
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 a
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 d
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 g
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 b
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 e
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 h
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 c
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 f
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 i
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 </lyxtabular>
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \begin_inset ERT
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549
16550 }
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 Como ves, los contenidos de la primera y última filas no se alinean correctament
16560 e con la línea de texto donde está el cuadro.
16561  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16562  un cuadro elevado («raisebox»
16563 \begin_inset Foot
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567 El uso del comando 
16568 \series bold
16569
16570 \backslash
16571 raisebox
16572 \series default
16573  se explica en la sección
16574 \begin_inset space ~
16575 \end_inset
16576
16577
16578 \begin_inset CommandInset ref
16579 LatexCommand ref
16580 reference "subsec:Alineación-Vertical"
16581
16582 \end_inset
16583
16584 .
16585 \end_layout
16586
16587 \end_inset
16588
16589 ).
16590  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16591  usando el comando en código \SpecialChar TeX
16592
16593 \end_layout
16594
16595 \begin_layout Standard
16596
16597 \series bold
16598
16599 \backslash
16600 raisebox{0.85
16601 \backslash
16602 baselineskip}{
16603 \end_layout
16604
16605 \begin_layout Standard
16606 antes del marco.
16607  Tras él, se pone la llave de cierre 
16608 \series bold
16609 }
16610 \series default
16611  también en código \SpecialChar TeX
16612 .
16613  Para el segundo marco en el tercer ítem se usa el comando 
16614 \end_layout
16615
16616 \begin_layout Standard
16617
16618 \series bold
16619
16620 \backslash
16621 raisebox{-0.32
16622 \backslash
16623 baselineskip}{
16624 \end_layout
16625
16626 \begin_layout Standard
16627 \begin_inset Note Greyedout
16628 status open
16629
16630 \begin_layout Plain Layout
16631
16632 \series bold
16633 Not
16634 \series default
16635 a: La alineación del contenido de la fila con la línea del texto adyacente
16636  no es exacta.
16637  El factor necesario del comando 
16638 \series bold
16639
16640 \backslash
16641 raisebox
16642 \series default
16643  para este alineamiento depende de la tipografía del documento, del tamaño
16644  de letra y del grosor de línea del cuadro.
16645 \end_layout
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Section
16653 Cuadros coloreados
16654 \begin_inset CommandInset label
16655 LatexCommand label
16656 name "sec:Cuadros-Coloreados"
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Subsection
16664 Celdas coloreadas
16665 \begin_inset Index idx
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669 Cuadros ! Color ! en celdas
16670 \end_layout
16671
16672 \end_inset
16673
16674
16675 \begin_inset Index idx
16676 status collapsed
16677
16678 \begin_layout Plain Layout
16679 Color ! en celdas de cuadros
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 \begin_inset Float table
16689 placement h
16690 wide false
16691 sideways false
16692 status open
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Caption Standard
16696
16697 \begin_layout Plain Layout
16698 \begin_inset CommandInset label
16699 LatexCommand label
16700 name "tab:Cuadro-coloreado-sin"
16701
16702 \end_inset
16703
16704 Cuadro coloreado sin usar el paquete 
16705 \series bold
16706 colortbl
16707 \series default
16708
16709 \begin_inset Argument 1
16710 status open
16711
16712 \begin_layout Plain Layout
16713 Cuadro sin colortbl
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \begin_layout Plain Layout
16727 \align center
16728 \begin_inset Tabular
16729 <lyxtabular version="3" rows="3" columns="3">
16730 <features tabularvalignment="middle">
16731 <column alignment="center" valignment="top">
16732 <column alignment="center" valignment="top">
16733 <column alignment="center" valignment="top">
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739
16740 \color green
16741 a
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750
16751 \color red
16752 b
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \color red
16763 c
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \color green
16776 d
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785
16786 \color blue
16787 e
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \color blue
16798 f
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \color green
16811 g
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \color blue
16822 h
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \color blue
16833 i
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 </lyxtabular>
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Standard
16852 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16853  el menú 
16854 \family sans
16855 Editar\SpecialChar menuseparator
16856 Estilo
16857 \begin_inset space ~
16858 \end_inset
16859
16860 del
16861 \begin_inset space ~
16862 \end_inset
16863
16864 Texto
16865 \family default
16866 .
16867  Esto se ha hecho enl cuadro
16868 \begin_inset space ~
16869 \end_inset
16870
16871
16872 \begin_inset CommandInset ref
16873 LatexCommand ref
16874 reference "tab:Cuadro-coloreado-sin"
16875
16876 \end_inset
16877
16878 .
16879  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16880  
16881 \series bold
16882 colortbl
16883 \series default
16884 .
16885 \begin_inset Index idx
16886 status collapsed
16887
16888 \begin_layout Plain Layout
16889 \SpecialChar LaTeX
16890 -paquetes ! colortbl
16891 \end_layout
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \begin_layout Standard
16899 \begin_inset ERT
16900 status collapsed
16901
16902 \begin_layout Plain Layout
16903
16904
16905 \backslash
16906 ifcolortbl
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \begin_inset Note Note
16913 status open
16914
16915 \begin_layout Plain Layout
16916 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16917  \SpecialChar LaTeX
16918  
16919 \series bold
16920 colortbl
16921 \series default
16922 .
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 Para crear cuadros coloreados, 
16932 \series bold
16933 colortbl
16934 \series default
16935  debe cargarse en el preámbulo con la línea
16936 \end_layout
16937
16938 \begin_layout Standard
16939
16940 \series bold
16941
16942 \backslash
16943 usepackage{colortbl}
16944 \end_layout
16945
16946 \begin_layout Standard
16947 El color de una columna se define con el comando
16948 \end_layout
16949
16950 \begin_layout Standard
16951
16952 \series bold
16953
16954 \backslash
16955 columncolor{nombre del color}
16956 \end_layout
16957
16958 \begin_layout Standard
16959 dentro del comando 
16960 \series bold
16961 >{ }
16962 \series default
16963 .
16964  El comando 
16965 \series bold
16966 >{}
16967 \series default
16968  se explica en la sección
16969 \begin_inset space ~
16970 \end_inset
16971
16972
16973 \begin_inset CommandInset ref
16974 LatexCommand ref
16975 reference "subsec:Cálculos-en-Multicolumnas"
16976
16977 \end_inset
16978
16979 .
16980 \end_layout
16981
16982 \begin_layout Standard
16983 Los siguientes nombres de color están predefinidos:
16984 \end_layout
16985
16986 \begin_layout Standard
16987
16988 \family sans
16989 red
16990 \family default
16991
16992 \family sans
16993 green
16994 \family default
16995
16996 \family sans
16997 yellow, blue
16998 \family default
16999
17000 \family sans
17001 cyan
17002 \family default
17003 \series bold
17004 ,
17005 \series default
17006  
17007 \family sans
17008 magenta, black
17009 \family default
17010
17011 \family sans
17012 white
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \begin_inset VSpace medskip
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \begin_layout Standard
17023 Si añades la opción
17024 \end_layout
17025
17026 \begin_layout Standard
17027
17028 \series bold
17029 dvipsnames
17030 \end_layout
17031
17032 \begin_layout Standard
17033 en las opciones de clase en la configuración del documento, es posible usar
17034  hasta 61 colores más.
17035  Estos colores se listan en el apéndice
17036 \begin_inset space ~
17037 \end_inset
17038
17039
17040 \begin_inset CommandInset ref
17041 LatexCommand ref
17042 reference "chap:Lista-de-colores-dvips"
17043
17044 \end_inset
17045
17046 .
17047  Uno de estos colores, 
17048 \family sans
17049 Maroon
17050 \family default
17051 , se ha usado en el cuadro de ejemplo
17052 \begin_inset CommandInset ref
17053 LatexCommand ref
17054 reference "tab:Cuadro-coloreado-con"
17055
17056 \end_inset
17057
17058 .
17059 \end_layout
17060
17061 \begin_layout Standard
17062 \begin_inset VSpace medskip
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 Puedes definir tus propios colores con el comando
17070 \end_layout
17071
17072 \begin_layout Standard
17073
17074 \series bold
17075
17076 \backslash
17077 definecolor{nombre del color}{modelo de color}{valores de color}
17078 \end_layout
17079
17080 \begin_layout Standard
17081 El 
17082 \emph on
17083 modelo de color
17084 \emph default
17085  puede ser
17086 \end_layout
17087
17088 \begin_layout Labeling
17089 \labelwidthstring 00.00.0000
17090 cmyk: cyan, magenta, yellow, black
17091 \end_layout
17092
17093 \begin_layout Labeling
17094 \labelwidthstring 00.00.0000
17095 rgb: red, green, blue
17096 \end_layout
17097
17098 \begin_layout Labeling
17099 \labelwidthstring 00.00.0000
17100 gray: gray
17101 \end_layout
17102
17103 \begin_layout Standard
17104 y los 
17105 \emph on
17106 valores de color
17107 \emph default
17108  son números separados por comas entre 0 y 1 que describen el factor para
17109  el color correspondiente del modelo de color.
17110 \end_layout
17111
17112 \begin_layout Standard
17113 Por ejemplo, puedes definir el color
17114 \series bold
17115  
17116 \series default
17117 «
17118 \emph on
17119 verde oscuro
17120 \emph default
17121 » en el preámbulo con
17122 \end_layout
17123
17124 \begin_layout Standard
17125
17126 \series bold
17127
17128 \backslash
17129 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17130 \end_layout
17131
17132 \begin_layout Standard
17133 y el color «
17134 \emph on
17135 gris claro
17136 \emph default
17137 » con
17138 \end_layout
17139
17140 \begin_layout Standard
17141
17142 \series bold
17143
17144 \backslash
17145 definecolor{grisclaro}{gray}{0.8}
17146 \end_layout
17147
17148 \begin_layout Standard
17149 \begin_inset VSpace medskip
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Standard
17156 Las líneas se colorean con el comando
17157 \end_layout
17158
17159 \begin_layout Standard
17160
17161 \series bold
17162
17163 \backslash
17164 rowcolor{nombre del color}
17165 \end_layout
17166
17167 \begin_layout Standard
17168 y las celdas se colorean con el comando
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174
17175 \backslash
17176 cellcolor{nombre del color}
17177 \end_layout
17178
17179 \begin_layout Standard
17180 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17181 .
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17186 \family sans
17187 Editar\SpecialChar menuseparator
17188 Estilo
17189 \begin_inset space ~
17190 \end_inset
17191
17192 del
17193 \begin_inset space ~
17194 \end_inset
17195
17196 Texto
17197 \family default
17198 .
17199  Si una celda contiene código \SpecialChar TeX
17200  marca sólo los caracteres, si no el código
17201  \SpecialChar TeX
17202  en color puede ocasionar errores de \SpecialChar LaTeX
17203 .
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset Note Greyedout
17208 status open
17209
17210 \begin_layout Plain Layout
17211
17212 \series bold
17213 Nota:
17214 \series default
17215  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17216 \end_layout
17217
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \begin_layout Standard
17224 \begin_inset VSpace bigskip
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Standard
17231 Para crear el cuadro
17232 \begin_inset space ~
17233 \end_inset
17234
17235
17236 \begin_inset CommandInset ref
17237 LatexCommand ref
17238 reference "tab:Cuadro-coloreado-con"
17239
17240 \end_inset
17241
17242  haz lo siguiente: el color de la primera columna debe ser 
17243 \emph on
17244 verde oscuro
17245 \emph default
17246 , entonces inserta
17247 \end_layout
17248
17249 \begin_layout Standard
17250
17251 \series bold
17252 >{
17253 \backslash
17254 columncolor{verdeoscuro}
17255 \backslash
17256 centering}c
17257 \end_layout
17258
17259 \begin_layout Standard
17260 como argumento \SpecialChar LaTeX
17261  para esta columna.
17262  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17263
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 rowcolor{cyan}
17272 \end_layout
17273
17274 \begin_layout Standard
17275 en la primera celda de esta fila.
17276  Observa que esto sobrescribe el color de la columna para la primera celda.
17277  La última celda de la última fila se colorea granate insertando el comando
17278  en código \SpecialChar TeX
17279
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \series bold
17285
17286 \backslash
17287 cellcolor{Maroon}
17288 \end_layout
17289
17290 \begin_layout Standard
17291 Ahora podrían colorearse los caracteres usando el menú 
17292 \family sans
17293 Editar\SpecialChar menuseparator
17294 Estilo
17295 \begin_inset space ~
17296 \end_inset
17297
17298 del
17299 \begin_inset space ~
17300 \end_inset
17301
17302 Texto
17303 \family default
17304 .
17305 \end_layout
17306
17307 \begin_layout Standard
17308 \begin_inset Float table
17309 placement h
17310 wide false
17311 sideways false
17312 status open
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Caption Standard
17316
17317 \begin_layout Plain Layout
17318 \begin_inset CommandInset label
17319 LatexCommand label
17320 name "tab:Cuadro-coloreado-con"
17321
17322 \end_inset
17323
17324 Cuadro coloreado con el paquete 
17325 \series bold
17326 colortbl
17327 \series default
17328
17329 \begin_inset Argument 1
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333 Cuadro con 
17334 \series bold
17335 colortbl
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \begin_layout Plain Layout
17349 \align center
17350 \begin_inset Tabular
17351 <lyxtabular version="3" rows="3" columns="3">
17352 <features tabularvalignment="middle">
17353 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17354 <column alignment="center" valignment="top">
17355 <column alignment="center" valignment="top">
17356 <row>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset ERT
17362 status collapsed
17363
17364 \begin_layout Plain Layout
17365
17366
17367 \backslash
17368 rowcolor{cyan}
17369 \end_layout
17370
17371 \end_inset
17372
17373
17374 \color magenta
17375 a
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \color red
17386 b
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \color red
17397 c
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \color yellow
17410 d
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \color blue
17421 e
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \color blue
17432 f
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443
17444 \color yellow
17445 g
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \color blue
17456 h
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset ERT
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469
17470
17471 \backslash
17472 cellcolor{Maroon}
17473 \end_layout
17474
17475 \end_inset
17476
17477
17478 \color green
17479 i
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 </lyxtabular>
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 \begin_inset ERT
17499 status collapsed
17500
17501 \begin_layout Plain Layout
17502
17503
17504 \backslash
17505 else
17506 \end_layout
17507
17508 \end_inset
17509
17510
17511 \begin_inset Note Note
17512 status open
17513
17514 \begin_layout Plain Layout
17515 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17516  
17517 \series bold
17518 colortbl
17519 \series default
17520 .
17521 \end_layout
17522
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \begin_layout Standard
17529 Debes instalar el paquete \SpecialChar LaTeX
17530  
17531 \series bold
17532 colortbl
17533 \series default
17534  para ver la parte siguiente en la salida.
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543
17544 \backslash
17545 fi
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \begin_layout Subsection
17554 Filas coloreadas
17555 \begin_inset Index idx
17556 status collapsed
17557
17558 \begin_layout Plain Layout
17559 Cuadros ! Color ! para filas
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \begin_inset Index idx
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569 Color ! para filas de cuadros
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 En caso de querer colorear una de cada dos filas, hay un método alternativo
17579  al descrito en la sección anterior.
17580  Se carga el paquete 
17581 \series bold
17582 xcolor
17583 \series default
17584
17585 \begin_inset Index idx
17586 status collapsed
17587
17588 \begin_layout Plain Layout
17589 \SpecialChar LaTeX
17590 -paquetes ! xcolor
17591 \begin_inset ERT
17592 status collapsed
17593
17594 \begin_layout Plain Layout
17595
17596
17597 \backslash
17598 vspace{4mm}
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607
17608  en el preámbulo del documento con el comando
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 usepackage[table]{xcolor}
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622 xcolor
17623 \series default
17624  carga automáticamente el paquete 
17625 \series bold
17626 colortbl
17627 \series default
17628
17629 \begin_inset Index idx
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633 \SpecialChar LaTeX
17634 -paquetes ! colortbl
17635 \end_layout
17636
17637 \end_inset
17638
17639 , por tanto 
17640 \series bold
17641 colortbl
17642 \series default
17643  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17644 .
17645 \end_layout
17646
17647 \begin_layout Standard
17648 \begin_inset ERT
17649 status collapsed
17650
17651 \begin_layout Plain Layout
17652
17653
17654 \backslash
17655 ifcolortbl
17656 \end_layout
17657
17658 \end_inset
17659
17660
17661 \begin_inset Note Note
17662 status open
17663
17664 \begin_layout Plain Layout
17665 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17666  \SpecialChar LaTeX
17667  
17668 \series bold
17669 colortbl
17670 \series default
17671 .
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Las filas del cuadro se colorean con el comando
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17689 \end_layout
17690
17691 \begin_layout Standard
17692 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17693  delante del primer
17694  cuadro a colorear.
17695  
17696 \emph on
17697 número_de_fila
17698 \emph default
17699  es el número de la primera fila que debe colorearse con el color de fila
17700  impar, 
17701 \emph on
17702 comandos
17703 \emph default
17704  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17705  cuadro.
17706  Por ejemplo, 
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 rowcolors{1}{white}{lightgray}
17715 \end_layout
17716
17717 \begin_layout Standard
17718 genera el esquema de colores del cuadro
17719 \begin_inset space ~
17720 \end_inset
17721
17722
17723 \begin_inset CommandInset ref
17724 LatexCommand ref
17725 reference "tab:Cuadro-filas_color"
17726
17727 \end_inset
17728
17729 .
17730  El comando
17731 \end_layout
17732
17733 \begin_layout Standard
17734
17735 \series bold
17736
17737 \backslash
17738 rowcolors[
17739 \backslash
17740 hline]{1}{lightgray}{cyan}
17741 \end_layout
17742
17743 \begin_layout Standard
17744 genera el esquema de colores del cuadro
17745 \begin_inset space ~
17746 \end_inset
17747
17748
17749 \begin_inset CommandInset ref
17750 LatexCommand ref
17751 reference "tab:Cuadro-filas_color2"
17752
17753 \end_inset
17754
17755 .
17756  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17757  usará ningún color, de forma que el comando
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763
17764 \backslash
17765 rowcolors{1}{}{}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 deja sin color las filas de todos los cuadros siguientes.
17770 \end_layout
17771
17772 \begin_layout Standard
17773 \begin_inset ERT
17774 status open
17775
17776 \begin_layout Plain Layout
17777
17778
17779 \backslash
17780 rowcolors{1}{white}{lightgray}
17781 \end_layout
17782
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \begin_layout Standard
17789 \begin_inset Float table
17790 placement h
17791 wide false
17792 sideways false
17793 status open
17794
17795 \begin_layout Plain Layout
17796 \begin_inset Caption Standard
17797
17798 \begin_layout Plain Layout
17799 \begin_inset CommandInset label
17800 LatexCommand label
17801 name "tab:Cuadro-filas_color"
17802
17803 \end_inset
17804
17805 Cuadro con filas alternas coloreadas en gris claro.
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Plain Layout
17814 \align center
17815 \begin_inset Tabular
17816 <lyxtabular version="3" rows="4" columns="3">
17817 <features tabularvalignment="middle">
17818 <column alignment="center" valignment="top">
17819 <column alignment="center" valignment="top" width="0pt">
17820 <column alignment="center" valignment="top" width="0pt">
17821 <row>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 X
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 Y
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 Z
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 1
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 2
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 3
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 <row>
17880 <cell alignment="center" valignment="top" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 4
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 5
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 6
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 7
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 8
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 9
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 </lyxtabular>
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset ERT
17951 status open
17952
17953 \begin_layout Plain Layout
17954
17955
17956 \backslash
17957 rowcolors[
17958 \backslash
17959 hline]{1}{lightgray}{cyan}
17960 \end_layout
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Standard
17968 \begin_inset Float table
17969 placement h
17970 wide false
17971 sideways false
17972 status open
17973
17974 \begin_layout Plain Layout
17975 \begin_inset Caption Standard
17976
17977 \begin_layout Plain Layout
17978 \begin_inset CommandInset label
17979 LatexCommand label
17980 name "tab:Cuadro-filas_color2"
17981
17982 \end_inset
17983
17984 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
17985 \end_layout
17986
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \begin_layout Plain Layout
17993 \align center
17994 \begin_inset Tabular
17995 <lyxtabular version="3" rows="4" columns="3">
17996 <features tabularvalignment="middle">
17997 <column alignment="center" valignment="top">
17998 <column alignment="center" valignment="top">
17999 <column alignment="center" valignment="top" width="0pt">
18000 <row>
18001 <cell alignment="center" valignment="top" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 X
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Y
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Z
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 </row>
18029 <row>
18030 <cell alignment="center" valignment="top" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034 1
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 2
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 3
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 </row>
18058 <row>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 4
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 5
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 6
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 7
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 8
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 9
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 </lyxtabular>
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 \begin_inset ERT
18130 status collapsed
18131
18132 \begin_layout Plain Layout
18133
18134
18135 \backslash
18136 rowcolors{1}{}{}
18137 \end_layout
18138
18139 \end_inset
18140
18141
18142 \begin_inset Note Note
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146 Desactiva el coloreado de filas
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 \begin_inset ERT
18156 status collapsed
18157
18158 \begin_layout Plain Layout
18159
18160
18161 \backslash
18162 else
18163 \end_layout
18164
18165 \end_inset
18166
18167
18168 \begin_inset Note Note
18169 status open
18170
18171 \begin_layout Plain Layout
18172 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18173  
18174 \series bold
18175 colortbl
18176 \series default
18177 .
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 Debes instalar el paquete \SpecialChar LaTeX
18187  
18188 \series bold
18189 colortbl
18190 \series default
18191  para ver la parte siguiente en la salida.
18192 \end_layout
18193
18194 \begin_layout Standard
18195 \begin_inset ERT
18196 status collapsed
18197
18198 \begin_layout Plain Layout
18199
18200
18201 \backslash
18202 fi
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Subsection
18211 Líneas coloreadas
18212 \begin_inset Index idx
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216 Cuadros ! Color ! en líneas
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \begin_inset Index idx
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226 Color ! en bordes de cuadros
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 Como se describe en la sección
18236 \begin_inset space ~
18237 \end_inset
18238
18239
18240 \begin_inset CommandInset ref
18241 LatexCommand ref
18242 reference "subsec:Grosor-de-Líneas"
18243
18244 \end_inset
18245
18246 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18247  
18248 \series bold
18249
18250 \backslash
18251 arrayrulewidth
18252 \series default
18253 .
18254  Se ha puesto 1.5
18255 \begin_inset space \thinspace{}
18256 \end_inset
18257
18258 pt para todos los cuadros de esta sección.
18259 \begin_inset ERT
18260 status collapsed
18261
18262 \begin_layout Plain Layout
18263
18264
18265 \backslash
18266 setlength{
18267 \backslash
18268 arrayrulewidth}{1.5pt}
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18278  el preámbulo del documento el siguiente formato de columna, de acuerdo
18279  a lo descrito en la sección
18280 \begin_inset space ~
18281 \end_inset
18282
18283
18284 \begin_inset CommandInset ref
18285 LatexCommand ref
18286 reference "subsec:Formato-Personalizado"
18287
18288 \end_inset
18289
18290 :
18291 \end_layout
18292
18293 \begin_layout Standard
18294
18295 \series bold
18296
18297 \backslash
18298 newcolumntype{W}{!{
18299 \backslash
18300 color{green}
18301 \backslash
18302 vline}}
18303 \end_layout
18304
18305 \begin_layout Standard
18306 Para el cuadro
18307 \begin_inset space ~
18308 \end_inset
18309
18310
18311 \begin_inset CommandInset ref
18312 LatexCommand ref
18313 reference "tab:Cuadro-con-verticales-coloreadas"
18314
18315 \end_inset
18316
18317  se usó el argumento \SpecialChar LaTeX
18318
18319 \series bold
18320  WcW
18321 \series default
18322  para la última columna y
18323 \series bold
18324  Wc
18325 \series default
18326  para las demás.
18327 \end_layout
18328
18329 \begin_layout Standard
18330 Si quieres tener varios colores, define más formatos de columna.
18331 \end_layout
18332
18333 \begin_layout Standard
18334 \begin_inset Float table
18335 placement h
18336 wide false
18337 sideways false
18338 status open
18339
18340 \begin_layout Plain Layout
18341 \begin_inset Caption Standard
18342
18343 \begin_layout Plain Layout
18344 \begin_inset CommandInset label
18345 LatexCommand label
18346 name "tab:Cuadro-con-verticales-coloreadas"
18347
18348 \end_inset
18349
18350 Cuadro con líneas verticales coloreadas
18351 \end_layout
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Plain Layout
18359 \align center
18360 \begin_inset Tabular
18361 <lyxtabular version="3" rows="3" columns="3">
18362 <features tabularvalignment="middle">
18363 <column alignment="center" valignment="top" special="Wc">
18364 <column alignment="center" valignment="top" special="Wc">
18365 <column alignment="center" valignment="top" special="WcW">
18366 <row>
18367 <cell alignment="center" valignment="top" topline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 sd
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" topline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 <row>
18396 <cell alignment="center" valignment="top" topline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 sd
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 sd
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 </lyxtabular>
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Standard
18466 \begin_inset VSpace bigskip
18467 \end_inset
18468
18469 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18470 \begin_inset space ~
18471 \end_inset
18472
18473
18474 \begin_inset CommandInset ref
18475 LatexCommand ref
18476 reference "tab:Cuadro-con-horizontales-coloreadas"
18477
18478 \end_inset
18479
18480 , inserta estos comandos en código \SpecialChar TeX
18481  antes del cuadro o del flotante:
18482 \end_layout
18483
18484 \begin_layout Standard
18485
18486 \series bold
18487
18488 \backslash
18489 let
18490 \backslash
18491 myHlineC
18492 \backslash
18493 hline
18494 \begin_inset Newline newline
18495 \end_inset
18496
18497
18498 \backslash
18499 renewcommand{
18500 \backslash
18501 hline}
18502 \begin_inset Newline newline
18503 \end_inset
18504
18505
18506 \begin_inset Phantom HPhantom
18507 status open
18508
18509 \begin_layout Plain Layout
18510
18511 \series bold
18512 \begin_inset space ~
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519
18520 {
18521 \backslash
18522 arrayrulecolor{red}
18523 \backslash
18524 myHlineC
18525 \backslash
18526 arrayrulecolor{black}}
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \begin_inset ERT
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534
18535
18536 \backslash
18537 let
18538 \backslash
18539 myHlineC
18540 \backslash
18541 hline
18542 \end_layout
18543
18544 \begin_layout Plain Layout
18545
18546
18547 \backslash
18548 renewcommand{
18549 \backslash
18550 hline}
18551 \end_layout
18552
18553 \begin_layout Plain Layout
18554
18555  {
18556 \backslash
18557 arrayrulecolor{red}
18558 \backslash
18559 myHlineC
18560 \backslash
18561 arrayrulecolor{black}}
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \begin_inset Float table
18568 placement h
18569 wide false
18570 sideways false
18571 status open
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Caption Standard
18575
18576 \begin_layout Plain Layout
18577 \begin_inset CommandInset label
18578 LatexCommand label
18579 name "tab:Cuadro-con-horizontales-coloreadas"
18580
18581 \end_inset
18582
18583 Cuadro con líneas horizontales coloreadas
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Plain Layout
18592 \align center
18593 \begin_inset Tabular
18594 <lyxtabular version="3" rows="3" columns="3">
18595 <features tabularvalignment="middle">
18596 <column alignment="center" valignment="top">
18597 <column alignment="center" valignment="top">
18598 <column alignment="center" valignment="top">
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 sd
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 <row>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642 sd
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 </row>
18657 <row>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680 sd
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 </row>
18686 </lyxtabular>
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Para volver al color de línea negro predeterminado inserta este comando
18700  en código \SpecialChar TeX
18701  detrás del cuadro o el flotante:
18702 \end_layout
18703
18704 \begin_layout Standard
18705
18706 \series bold
18707
18708 \backslash
18709 renewcommand{
18710 \backslash
18711 hline}{
18712 \backslash
18713 myHlineC}
18714 \end_layout
18715
18716 \begin_layout Standard
18717 El cuadro
18718 \begin_inset space ~
18719 \end_inset
18720
18721
18722 \begin_inset CommandInset ref
18723 LatexCommand ref
18724 reference "tab:Cuadro-con-líneas-coloreadas"
18725
18726 \end_inset
18727
18728  es un ejemplo con líneas verticales y horizontales coloreadas.
18729 \end_layout
18730
18731 \begin_layout Standard
18732 \begin_inset Float table
18733 placement h
18734 wide false
18735 sideways false
18736 status open
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Caption Standard
18740
18741 \begin_layout Plain Layout
18742 \begin_inset CommandInset label
18743 LatexCommand label
18744 name "tab:Cuadro-con-líneas-coloreadas"
18745
18746 \end_inset
18747
18748 Cuadro con líneas coloreadas
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Plain Layout
18757 \align center
18758 \begin_inset Tabular
18759 <lyxtabular version="3" rows="3" columns="3">
18760 <features tabularvalignment="middle">
18761 <column alignment="center" valignment="top" special="Wc">
18762 <column alignment="center" valignment="top" special="Wc">
18763 <column alignment="center" valignment="top" special="WcW">
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 sd
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 </row>
18793 <row>
18794 <cell alignment="center" valignment="top" topline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 sd
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 </lyxtabular>
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 \begin_inset ERT
18865 status collapsed
18866
18867 \begin_layout Plain Layout
18868
18869
18870 \backslash
18871 renewcommand{
18872 \backslash
18873 hline}{
18874 \backslash
18875 myHlineC}
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Standard
18884 \begin_inset ERT
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888
18889
18890 \backslash
18891 setlength{
18892 \backslash
18893 arrayrulewidth}{1.2pt}
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902
18903 \lang english
18904 To color only some of the table lines another strategy is necessary.
18905  To color all following horizontal lines, insert this command as \SpecialChar TeX
18906  code as
18907  last thing in the row that should be above the first colored line:
18908 \end_layout
18909
18910 \begin_layout Standard
18911
18912 \series bold
18913
18914 \backslash
18915
18916 \backslash
18917
18918 \backslash
18919 arrayrulecolor{blue}%
18920 \end_layout
18921
18922 \begin_layout Standard
18923
18924 \lang english
18925 To go back to black lines, add this command as first thing in the row that
18926  is above the black lines:
18927 \end_layout
18928
18929 \begin_layout Standard
18930
18931 \series bold
18932
18933 \backslash
18934 arrayrulecolor{black}
18935 \end_layout
18936
18937 \begin_layout Standard
18938
18939 \lang english
18940 With this one can color table lines like in Table
18941 \begin_inset space ~
18942 \end_inset
18943
18944
18945 \begin_inset CommandInset ref
18946 LatexCommand ref
18947 reference "tab:Table-with-different-hor"
18948
18949 \end_inset
18950
18951 .
18952  However, with this method it is not possible to color the line above the
18953  first row of a table.
18954 \end_layout
18955
18956 \begin_layout Standard
18957 \begin_inset Float table
18958 wide false
18959 sideways false
18960 status open
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Caption Standard
18964
18965 \begin_layout Plain Layout
18966
18967 \lang english
18968 \begin_inset CommandInset label
18969 LatexCommand label
18970 name "tab:Table-with-different-hor"
18971
18972 \end_inset
18973
18974 Table with different horizontal line colors.
18975 \end_layout
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \begin_layout Plain Layout
18983 \align center
18984 \begin_inset Tabular
18985 <lyxtabular version="3" rows="6" columns="7">
18986 <features tabularvalignment="middle">
18987 <column alignment="center" valignment="top">
18988 <column alignment="center" valignment="top">
18989 <column alignment="center" valignment="top">
18990 <column alignment="center" valignment="top">
18991 <column alignment="center" valignment="top">
18992 <column alignment="center" valignment="top">
18993 <column alignment="center" valignment="top">
18994 <row>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" topline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 \begin_inset ERT
19054 status open
19055
19056 \begin_layout Plain Layout
19057
19058
19059 \backslash
19060
19061 \backslash
19062
19063 \backslash
19064 arrayrulecolor{blue}%
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row>
19076 <cell alignment="center" valignment="top" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 Y
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 Y
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 \begin_inset ERT
19146 status open
19147
19148 \begin_layout Plain Layout
19149
19150
19151 \backslash
19152 arrayrulecolor{black}
19153 \end_layout
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 \begin_inset ERT
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280
19281
19282 \backslash
19283
19284 \backslash
19285
19286 \backslash
19287 arrayrulecolor{green}%
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset ERT
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372
19373
19374 \backslash
19375 arrayrulecolor{black}
19376 \end_layout
19377
19378 \end_inset
19379
19380 B
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441
19442 \backslash
19443
19444 \backslash
19445 arrayrulecolor{blue}%
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 </lyxtabular>
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469
19470 \lang english
19471 To change the color of vertical lines within a row, like in Table
19472 \begin_inset space ~
19473 \end_inset
19474
19475
19476 \begin_inset CommandInset ref
19477 LatexCommand ref
19478 reference "tab:Table-with-different-ver"
19479
19480 \end_inset
19481
19482 , one needs to use multicolumns.
19483  At first one needs to remove all vertical lines that don't run along the
19484  whole column.
19485  Now one colors all lines using the command
19486 \end_layout
19487
19488 \begin_layout Standard
19489
19490 \series bold
19491
19492 \backslash
19493
19494 \backslash
19495
19496 \backslash
19497 arrayrulecolor{blue}%
19498 \end_layout
19499
19500 \begin_layout Standard
19501
19502 \lang english
19503 as above.
19504  Finally one inserts this command as \SpecialChar TeX
19505  code to every cell in the row where
19506  one needs a vertical line in a different color:
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512
19513 \backslash
19514 multicolumn{1}{!{
19515 \backslash
19516 color{green}
19517 \backslash
19518 vline}c!{
19519 \backslash
19520 color{red}
19521 \backslash
19522 vline}}{
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \lang english
19528 This adds a vertical line to both sides of the cell.
19529  The left one will be green, the right one red.
19530  If no color change is necessary one can omit the 
19531 \series bold
19532
19533 \backslash
19534 color
19535 \series default
19536  command in the above command.
19537  To get for example a black left line and a blue right line you can write:
19538 \end_layout
19539
19540 \begin_layout Standard
19541
19542 \series bold
19543
19544 \backslash
19545 multicolumn{1}{!{
19546 \backslash
19547 color{black}
19548 \backslash
19549 vline}c|}{
19550 \end_layout
19551
19552 \begin_layout Standard
19553
19554 \lang english
19555 because the color blue was already set for all lines.
19556  The 
19557 \series bold
19558 |
19559 \series default
19560  creates hereby the vertical line while 
19561 \series bold
19562
19563 \backslash
19564 vline
19565 \series default
19566  does this when 
19567 \series bold
19568
19569 \backslash
19570 color
19571 \series default
19572  is used.
19573  To set vertical lines without changing any color use
19574 \end_layout
19575
19576 \begin_layout Standard
19577
19578 \series bold
19579
19580 \backslash
19581 multicolumn{1}{|c|}{
19582 \end_layout
19583
19584 \begin_layout Standard
19585
19586 \lang english
19587 After this command insert the cell content the normal way and end the cell
19588  with a closing brace 
19589 \series bold
19590 }
19591 \series default
19592  in \SpecialChar TeX
19593  code.
19594 \end_layout
19595
19596 \begin_layout Standard
19597 \begin_inset Float table
19598 wide false
19599 sideways false
19600 status open
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Caption Standard
19604
19605 \begin_layout Plain Layout
19606
19607 \lang english
19608 \begin_inset CommandInset label
19609 LatexCommand label
19610 name "tab:Table-with-different-ver"
19611
19612 \end_inset
19613
19614 Table with different vertical line colors in one row.
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Plain Layout
19623 \align center
19624 \begin_inset Tabular
19625 <lyxtabular version="3" rows="5" columns="7">
19626 <features tabularvalignment="middle">
19627 <column alignment="center" valignment="top">
19628 <column alignment="center" valignment="top">
19629 <column alignment="center" valignment="top">
19630 <column alignment="center" valignment="top">
19631 <column alignment="center" valignment="top">
19632 <column alignment="center" valignment="top">
19633 <column alignment="center" valignment="top">
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 <cell alignment="center" valignment="top" topline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 \begin_inset ERT
19694 status open
19695
19696 \begin_layout Plain Layout
19697
19698
19699 \backslash
19700
19701 \backslash
19702
19703 \backslash
19704 arrayrulecolor{red}%
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 \begin_inset ERT
19721 status open
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 multicolumn{1}{!{
19728 \backslash
19729 color{black}
19730 \backslash
19731 vline}c|}{
19732 \end_layout
19733
19734 \end_inset
19735
19736 Y
19737 \begin_inset ERT
19738 status collapsed
19739
19740 \begin_layout Plain Layout
19741
19742 }
19743 \end_layout
19744
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset ERT
19793 status open
19794
19795 \begin_layout Plain Layout
19796
19797
19798 \backslash
19799 multicolumn{1}{c|}{
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \begin_inset ERT
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809
19810 }
19811 \end_layout
19812
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset ERT
19825 status open
19826
19827 \begin_layout Plain Layout
19828
19829
19830 \backslash
19831 multicolumn{1}{c!{
19832 \backslash
19833 color{black}
19834 \backslash
19835 vline}}{
19836 \end_layout
19837
19838 \end_inset
19839
19840 Y
19841 \begin_inset ERT
19842 status collapsed
19843
19844 \begin_layout Plain Layout
19845
19846 }
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset ERT
19863 status collapsed
19864
19865 \begin_layout Plain Layout
19866
19867
19868 \backslash
19869 arrayrulecolor{black}
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset ERT
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932
19933
19934 \backslash
19935
19936 \backslash
19937
19938 \backslash
19939 arrayrulecolor{magenta}%
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset ERT
19956 status collapsed
19957
19958 \begin_layout Plain Layout
19959
19960
19961 \backslash
19962 multicolumn{1}{|c!{
19963 \backslash
19964 color{red}
19965 \backslash
19966 vline}}{
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \begin_inset ERT
19973 status collapsed
19974
19975 \begin_layout Plain Layout
19976
19977 }
19978 \end_layout
19979
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset ERT
19992 status collapsed
19993
19994 \begin_layout Plain Layout
19995
19996
19997 \backslash
19998 multicolumn{1}{c!{
19999 \backslash
20000 color{green}
20001 \backslash
20002 vline}}{
20003 \end_layout
20004
20005 \end_inset
20006
20007
20008 \begin_inset ERT
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012
20013 }
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset ERT
20028 status collapsed
20029
20030 \begin_layout Plain Layout
20031
20032
20033 \backslash
20034 multicolumn{1}{c!{
20035 \backslash
20036 color{yellow}
20037 \backslash
20038 vline}}{
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \begin_inset ERT
20045 status collapsed
20046
20047 \begin_layout Plain Layout
20048
20049 }
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset ERT
20064 status collapsed
20065
20066 \begin_layout Plain Layout
20067
20068
20069 \backslash
20070 multicolumn{1}{c!{
20071 \backslash
20072 color{blue}
20073 \backslash
20074 vline}}{
20075 \end_layout
20076
20077 \end_inset
20078
20079
20080 \begin_inset ERT
20081 status collapsed
20082
20083 \begin_layout Plain Layout
20084
20085 }
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset ERT
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104
20105 \backslash
20106 multicolumn{1}{c!{
20107 \backslash
20108 color{cyan}
20109 \backslash
20110 vline}}{
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset ERT
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120
20121 }
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset ERT
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139
20140
20141 \backslash
20142 multicolumn{1}{c!{
20143 \backslash
20144 color{black}
20145 \backslash
20146 vline}}{
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \begin_inset ERT
20153 status collapsed
20154
20155 \begin_layout Plain Layout
20156
20157 }
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset ERT
20172 status collapsed
20173
20174 \begin_layout Plain Layout
20175
20176
20177 \backslash
20178 multicolumn{1}{c|}{
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \begin_inset ERT
20185 status collapsed
20186
20187 \begin_layout Plain Layout
20188
20189 }
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset ERT
20206 status collapsed
20207
20208 \begin_layout Plain Layout
20209
20210
20211 \backslash
20212 arrayrulecolor{black}
20213 \end_layout
20214
20215 \end_inset
20216
20217 B
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 </row>
20277 </lyxtabular>
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \begin_layout Standard
20290 \begin_inset ERT
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294
20295
20296 \backslash
20297 setlength{
20298 \backslash
20299 arrayrulewidth}{0.4pt}
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Section
20308 Celdas de cuadro rotadas
20309 \begin_inset CommandInset label
20310 LatexCommand label
20311 name "sec:Celdas de cuadro giradas"
20312
20313 \end_inset
20314
20315
20316 \begin_inset Index idx
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320 Cuadros ! Celdas rotadas
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \begin_inset Index idx
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 Material rotado
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 \begin_inset Note Greyedout
20340 status open
20341
20342 \begin_layout Plain Layout
20343
20344 \series bold
20345 Nota:
20346 \series default
20347  No todos los visores DVI pueden mostrar rotaciones.
20348 \end_layout
20349
20350 \end_inset
20351
20352 El cuadro
20353 \begin_inset space ~
20354 \end_inset
20355
20356
20357 \begin_inset CommandInset ref
20358 LatexCommand ref
20359 reference "tab:Cuadro-celdas-rotadas"
20360
20361 \end_inset
20362
20363  es un ejemplo con tres celdas rotadas 45
20364 \begin_inset space \thinspace{}
20365 \end_inset
20366
20367 °.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 \begin_inset Float table
20372 wide false
20373 sideways false
20374 status open
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Caption Standard
20378
20379 \begin_layout Plain Layout
20380 \begin_inset CommandInset label
20381 LatexCommand label
20382 name "tab:Cuadro-celdas-rotadas"
20383
20384 \end_inset
20385
20386 Cuadro con celdas rotadas en la primera fila.
20387 \end_layout
20388
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \begin_layout Plain Layout
20395 \noindent
20396 \align center
20397 \begin_inset Tabular
20398 <lyxtabular version="3" rows="2" columns="3">
20399 <features tabularvalignment="middle">
20400 <column alignment="center" valignment="top" width="0pt">
20401 <column alignment="center" valignment="top" width="0pt">
20402 <column alignment="center" valignment="top" width="0pt">
20403 <row>
20404 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 copas
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 platos
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 fuentes
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437 45
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 33
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 21
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 </lyxtabular>
20462
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \begin_layout Standard
20474 \begin_inset Note Greyedout
20475 status open
20476
20477 \begin_layout Plain Layout
20478
20479 \series bold
20480 Nota:
20481 \series default
20482  Los saltos de línea (atajo 
20483 \begin_inset Info
20484 type  "shortcut"
20485 arg   "newline-insert newline"
20486 \end_inset
20487
20488 ) no están permitidos en celdas rotadas.
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
20498  el contenido de la celda en una minipágina o en un marco de párrafo.
20499 \begin_inset Foot
20500 status collapsed
20501
20502 \begin_layout Plain Layout
20503 Más información acerca de estos cuadros en la sección
20504 \begin_inset space ~
20505 \end_inset
20506
20507
20508 \begin_inset CommandInset ref
20509 LatexCommand ref
20510 reference "sec:Minipáginas"
20511
20512 \end_inset
20513
20514  y 
20515 \begin_inset CommandInset ref
20516 LatexCommand ref
20517 reference "sec:Marcos-de-Párrafo"
20518
20519 \end_inset
20520
20521 .
20522  
20523 \end_layout
20524
20525 \end_inset
20526
20527  Si esta celda se rota 90
20528 \begin_inset space \thinspace{}
20529 \end_inset
20530
20531 °, la anchura del marco es la altura de la celda.
20532  El cuadro
20533 \begin_inset space ~
20534 \end_inset
20535
20536
20537 \begin_inset CommandInset ref
20538 LatexCommand ref
20539 reference "tab:Cuadro-rotación-multilínea"
20540
20541 \end_inset
20542
20543  es un ejemplo de una celda rotada con salto de línea en la que la anchura
20544  del marco se ha establecido en 3
20545 \begin_inset space \thinspace{}
20546 \end_inset
20547
20548 cm.
20549 \end_layout
20550
20551 \begin_layout Standard
20552 \begin_inset Float table
20553 wide false
20554 sideways false
20555 status open
20556
20557 \begin_layout Plain Layout
20558 \begin_inset Caption Standard
20559
20560 \begin_layout Plain Layout
20561 \begin_inset CommandInset label
20562 LatexCommand label
20563 name "tab:Cuadro-rotación-multilínea"
20564
20565 \end_inset
20566
20567 Cuadro con salto de línea en una celda rotada
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Plain Layout
20576 \noindent
20577 \align center
20578 \begin_inset Tabular
20579 <lyxtabular version="3" rows="2" columns="3">
20580 <features tabularvalignment="middle">
20581 <column alignment="center" valignment="top">
20582 <column alignment="center" valignment="top" width="0pt">
20583 <column alignment="center" valignment="top">
20584 <row>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 a
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Box Frameless
20599 position "t"
20600 hor_pos "c"
20601 has_inner_box 1
20602 inner_pos "t"
20603 use_parbox 0
20604 use_makebox 0
20605 width "3cm"
20606 special "none"
20607 height "1in"
20608 height_special "totalheight"
20609 thickness "0.4pt"
20610 separation "3pt"
20611 shadowsize "4pt"
20612 framecolor "black"
20613 backgroundcolor "none"
20614 status open
20615
20616 \begin_layout Plain Layout
20617 celda rotada
20618 \begin_inset Newline newline
20619 \end_inset
20620
20621 con salto de línea
20622 \end_layout
20623
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 e
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 b
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 c
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 d
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 </lyxtabular>
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \begin_layout Section
20683 Cálculo de la anchura de cuadros
20684 \begin_inset CommandInset label
20685 LatexCommand label
20686 name "sec:Cálculo-anchura-cuadros"
20687
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \begin_layout Standard
20694 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
20695  márgenes de la página.
20696  La solución es establecer una anchura fija para cada columna del cuadro,
20697  pero ¿qué espacio necesita cada columna?
20698 \end_layout
20699
20700 \begin_layout Standard
20701 La anchura del cuadro 
20702 \begin_inset Formula $W_{\mathrm{cuadro}}$
20703 \end_inset
20704
20705  se puede calcular: cada columna tiene la anchura de la columna especificada
20706  
20707 \begin_inset Formula $W_{\mathrm{columna}}$
20708 \end_inset
20709
20710  (contenido de la columna), más dos veces la separación entre el contenido
20711  y el borde (longitud \SpecialChar LaTeX
20712
20713 \series bold
20714  
20715 \backslash
20716 tabcolsep
20717 \series default
20718 , predeterminada 6
20719 \begin_inset space \thinspace{}
20720 \end_inset
20721
20722 pt), más la anchura del borde (longitud \SpecialChar LaTeX
20723  
20724 \series bold
20725
20726 \backslash
20727 arrayrulewidth
20728 \series default
20729 , predeterminada 0.4
20730 \begin_inset space \thinspace{}
20731 \end_inset
20732
20733 pt): así, si las 
20734 \begin_inset Formula $n$
20735 \end_inset
20736
20737  columnas tienen la misma anchura, la anchura del cuadro es
20738 \end_layout
20739
20740 \begin_layout Standard
20741 \begin_inset Formula 
20742 \begin{equation}
20743 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20744 \end{equation}
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Standard
20752 La anchura disponible para un cuadro es el espacio entre los márgenes de
20753  página o la anchura de la columna de texto (en documentos a dos columnas;
20754  longitud \SpecialChar LaTeX
20755  
20756 \series bold
20757
20758 \backslash
20759 columnwidth
20760 \series default
20761 ).
20762  Si todas las columnas del cuadro han de tener la misma anchura y 
20763 \begin_inset Formula $W_{\mathrm{cuadro}}$
20764 \end_inset
20765
20766  debe ser 1
20767 \begin_inset space \thinspace{}
20768 \end_inset
20769
20770
20771 \backslash
20772 columnwidth, 
20773 \begin_inset Formula $W_{\mathrm{columna}}$
20774 \end_inset
20775
20776  puede calcularse fácilmente.
20777 \end_layout
20778
20779 \begin_layout Standard
20780 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
20781  
20782 \series bold
20783 calc
20784 \series default
20785
20786 \begin_inset Index idx
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 \SpecialChar LaTeX
20791 -paquetes ! calc
20792 \end_layout
20793
20794 \end_inset
20795
20796  en el preámbulo del documento.
20797  Para establecer la anchura en la ventana de configuración de cuadros hay
20798  que usar el campo 
20799 \family sans
20800 Argumento
20801 \begin_inset space ~
20802 \end_inset
20803
20804 \SpecialChar LaTeX
20805
20806 \family default
20807 .
20808  El esquema del comando es el mismo que se explica en la sección 
20809 \begin_inset space ~
20810 \end_inset
20811
20812
20813 \begin_inset CommandInset ref
20814 LatexCommand ref
20815 reference "subsec:Cálculos-en-Multicolumnas"
20816
20817 \end_inset
20818
20819 .
20820  Para un cuadro con 5
20821 \begin_inset space \thinspace{}
20822 \end_inset
20823
20824 columnas de anchura uniforme y texto centrado, escribe el comando
20825 \end_layout
20826
20827 \begin_layout Standard
20828
20829 \series bold
20830 >{
20831 \backslash
20832 centering}p{(1
20833 \backslash
20834 columnwidth-62.4pt)/5}
20835 \end_layout
20836
20837 \begin_layout Standard
20838 Para un cuadro con 5
20839 \begin_inset space \thinspace{}
20840 \end_inset
20841
20842 columnas en el que dos de ellas tengan 0.75
20843 \begin_inset space ~
20844 \end_inset
20845
20846 veces la anchura de las otras, el cálculo es
20847 \begin_inset Formula 
20848 \begin{align}
20849 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20850  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20851  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20852 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20853 \end{align}
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \begin_layout Standard
20861 En el cuadro, por tanto, el comando
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 \end_layout
20875
20876 \begin_layout Standard
20877 se usa para las columnas más anchas y
20878 \end_layout
20879
20880 \begin_layout Standard
20881
20882 \series bold
20883 >{
20884 \backslash
20885 centering}p{(1
20886 \backslash
20887 columnwidth-62.4pt)/
20888 \backslash
20889 real{4.5}*
20890 \backslash
20891 real{0.75}}
20892 \end_layout
20893
20894 \begin_layout Standard
20895 para las más estrechas:
20896 \end_layout
20897
20898 \begin_layout Standard
20899 \begin_inset Tabular
20900 <lyxtabular version="3" rows="2" columns="5">
20901 <features tabularvalignment="middle">
20902 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20903 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20904 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20905 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20906 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 1
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 2
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 3
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 4
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 5
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 111111 1111111 111111 111111111 11111 11111 1111
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 2222 22222 222222 222222222 2222222 22 22222
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 333333 333333 333333 33333 3333333 333
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 </lyxtabular>
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Section
21009 Personalización de cuadros
21010 \begin_inset Index idx
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Cuadros ! Personalización
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Subsection
21023 Espacio adicional en filas
21024 \begin_inset CommandInset label
21025 LatexCommand label
21026 name "subsec:Espacio-adicional"
21027
21028 \end_inset
21029
21030
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 Cuadros ! Personalización ! Espacio adicional en filas
21036 \end_layout
21037
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
21045  
21046 \family sans
21047 Bordes
21048 \family default
21049  del diálogo de configuración de cuadros.
21050  En el marco 
21051 \family sans
21052 Espacio
21053 \begin_inset space ~
21054 \end_inset
21055
21056 adicional
21057 \family default
21058  dispones de tres posibilidades:
21059 \end_layout
21060
21061 \begin_layout Description
21062 Superior
21063 \begin_inset space ~
21064 \end_inset
21065
21066 de
21067 \begin_inset space ~
21068 \end_inset
21069
21070 la
21071 \begin_inset space ~
21072 \end_inset
21073
21074 fila añade espacio sobre los caracteres de la fila.
21075  Si el cuadro es de estilo formal
21076 \begin_inset Foot
21077 status open
21078
21079 \begin_layout Plain Layout
21080 Los cuadros formales se explican en la sección
21081 \begin_inset space ~
21082 \end_inset
21083
21084
21085 \begin_inset CommandInset ref
21086 LatexCommand ref
21087 reference "sec:Cuadros-Formales"
21088
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095
21096  \SpecialChar LyX
21097  insertará 0.5
21098 \begin_inset space \thinspace{}
21099 \end_inset
21100
21101 em por omisión.
21102  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
21103  verticales, como se ve en el cuadro siguiente:
21104 \begin_inset VSpace medskip
21105 \end_inset
21106
21107
21108 \begin_inset Newline newline
21109 \end_inset
21110
21111
21112 \begin_inset space \hspace*{}
21113 \length 0pt
21114 \end_inset
21115
21116
21117 \begin_inset space \hfill{}
21118 \end_inset
21119
21120
21121 \begin_inset Tabular
21122 <lyxtabular version="3" rows="3" columns="1">
21123 <features tabularvalignment="middle">
21124 <column alignment="center" valignment="top">
21125 <row>
21126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 A
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row topspace="3mm">
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 3
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 mm sobre la fila
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 C
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 </lyxtabular>
21163
21164 \end_inset
21165
21166
21167 \begin_inset space \hfill{}
21168 \end_inset
21169
21170
21171 \begin_inset space \hspace*{}
21172 \length 0pt
21173 \end_inset
21174
21175
21176 \begin_inset VSpace medskip
21177 \end_inset
21178
21179
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183 Así pues, insertar espacio superior en cuadros normales sólo es útil en
21184  cuadros sin líneas verticales.
21185 \end_layout
21186
21187 \begin_layout Description
21188 Inferior
21189 \begin_inset space ~
21190 \end_inset
21191
21192 de
21193 \begin_inset space ~
21194 \end_inset
21195
21196 la
21197 \begin_inset space ~
21198 \end_inset
21199
21200 fila añade espacio bajo los caracteres de la fila.
21201  Si el cuadro es formal \SpecialChar LyX
21202  inserta por omisión 0.5
21203 \begin_inset space \thinspace{}
21204 \end_inset
21205
21206 em; si el cuadro es normal inserta 2
21207 \begin_inset space \thinspace{}
21208 \end_inset
21209
21210 pt.
21211  
21212 \end_layout
21213
21214 \begin_layout Description
21215 Entre
21216 \begin_inset space ~
21217 \end_inset
21218
21219 las
21220 \begin_inset space ~
21221 \end_inset
21222
21223 filas añade espacio entre la fila actual y la siguiente.
21224  Si el cuadro es formal \SpecialChar LyX
21225  inserta 0.5
21226 \begin_inset space \thinspace{}
21227 \end_inset
21228
21229 em por omisión.
21230  En cuadros normales, el espacio adicional destruirá las líneas verticales
21231  del cuadro, como se ve en la siguiente:
21232 \begin_inset VSpace medskip
21233 \end_inset
21234
21235
21236 \begin_inset Newline newline
21237 \end_inset
21238
21239
21240 \begin_inset space \hspace*{}
21241 \length 0pt
21242 \end_inset
21243
21244
21245 \begin_inset space \hfill{}
21246 \end_inset
21247
21248
21249 \begin_inset Tabular
21250 <lyxtabular version="3" rows="3" columns="1">
21251 <features tabularvalignment="middle">
21252 <column alignment="center" valignment="top">
21253 <row>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 A
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 </row>
21264 <row interlinespace="3mm">
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\downarrow$
21270 \end_inset
21271
21272  3
21273 \begin_inset space \thinspace{}
21274 \end_inset
21275
21276 mm entre las filas
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\uparrow$
21288 \end_inset
21289
21290  3
21291 \begin_inset space \thinspace{}
21292 \end_inset
21293
21294 mm entre las filas 
21295 \begin_inset Formula $\uparrow$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 </lyxtabular>
21305
21306 \end_inset
21307
21308
21309 \begin_inset space \hfill{}
21310 \end_inset
21311
21312
21313 \begin_inset space \hspace*{}
21314 \length 0pt
21315 \end_inset
21316
21317
21318 \begin_inset VSpace medskip
21319 \end_inset
21320
21321
21322 \begin_inset Newline newline
21323 \end_inset
21324
21325 Así pues, los espacios adicionales entre filas de cuadros normales sólo
21326  sirven para cuadros sin líneas verticales.
21327 \end_layout
21328
21329 \begin_layout Standard
21330 \begin_inset VSpace bigskip
21331 \end_inset
21332
21333 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
21334  utiliza los siguientes comandos en el preámbulo:
21335 \end_layout
21336
21337 \begin_layout Standard
21338
21339 \series bold
21340
21341 \backslash
21342 @ifundefined{extrarowheight}
21343 \begin_inset Newline newline
21344 \end_inset
21345
21346
21347 \begin_inset Phantom HPhantom
21348 status open
21349
21350 \begin_layout Plain Layout
21351
21352 \series bold
21353 \begin_inset space ~
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360
21361 {
21362 \backslash
21363 usepackage{array}}{}
21364 \begin_inset Newline newline
21365 \end_inset
21366
21367
21368 \backslash
21369 setlength{
21370 \backslash
21371 extrarowheight}{altura}
21372 \series default
21373
21374 \begin_inset Note Note
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 \SpecialChar LyX
21379  cargará automáticamente el paquete 
21380 \series bold
21381 array
21382 \series default
21383  cuando uses formatos de cuadro autodefinidos.
21384  Para evitar que sea cargado dos veces se pone al principio el comando 
21385 \series bold
21386
21387 \backslash
21388 @ifundefined
21389 \series default
21390 .
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \begin_layout Standard
21399 donde la 
21400 \family sans
21401 alture
21402 \family default
21403  puede ser una de las unidades listadas en el apéndice
21404 \begin_inset space ~
21405 \end_inset
21406
21407
21408 \begin_inset CommandInset ref
21409 LatexCommand ref
21410 reference "cap:Unidades-disponibles-en"
21411
21412 \end_inset
21413
21414 .
21415  Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
21416  centrado en vertical.
21417 \end_layout
21418
21419 \begin_layout Standard
21420 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
21421  del cuadro están a veces demasiado cerca de las letras.
21422  Esto se puede corregir insertando el comando 
21423 \series bold
21424
21425 \backslash
21426 strut
21427 \series default
21428  en código \SpecialChar TeX
21429  al principio de la fila del cuadro.
21430  El cuadro
21431 \begin_inset space ~
21432 \end_inset
21433
21434
21435 \begin_inset CommandInset ref
21436 LatexCommand ref
21437 reference "tab:Alineación-vertical"
21438
21439 \end_inset
21440
21441  muestra el efecto:
21442 \end_layout
21443
21444 \begin_layout Standard
21445 \noindent
21446 \begin_inset Float table
21447 placement h
21448 wide false
21449 sideways false
21450 status open
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Caption Standard
21454
21455 \begin_layout Plain Layout
21456 \begin_inset CommandInset label
21457 LatexCommand label
21458 name "tab:Alineación-vertical"
21459
21460 \end_inset
21461
21462 Alineación vertical de texto con letras grandes
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \begin_layout Plain Layout
21471 \begin_inset space \hfill{}
21472 \end_inset
21473
21474
21475 \begin_inset Float table
21476 wide false
21477 sideways false
21478 status open
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Caption Standard
21482
21483 \begin_layout Plain Layout
21484 Cuadro normal
21485 \end_layout
21486
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \begin_layout Plain Layout
21493 \noindent
21494 \align center
21495 \begin_inset Tabular
21496 <lyxtabular version="3" rows="6" columns="1">
21497 <features tabularvalignment="middle">
21498 <column alignment="left" valignment="top">
21499 <row>
21500 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 Normal, g
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \size large
21517 Grande
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \size larger
21530 Más grande
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \size largest
21543 Grandísima
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 <row>
21550 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \size huge
21556 Enorme
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \size huge
21569 Gigante
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 </lyxtabular>
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583
21584
21585 \begin_inset space \hfill{}
21586 \end_inset
21587
21588
21589 \begin_inset Float table
21590 wide false
21591 sideways false
21592 status open
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Caption Standard
21596
21597 \begin_layout Plain Layout
21598 Cuadro con comando 
21599 \series bold
21600
21601 \backslash
21602 strut
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \begin_layout Plain Layout
21611 \noindent
21612 \align center
21613 \begin_inset Tabular
21614 <lyxtabular version="3" rows="6" columns="1">
21615 <features tabularvalignment="middle">
21616 <column alignment="left" valignment="top">
21617 <row>
21618 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 Normal, g
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \size large
21635 \begin_inset ERT
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639
21640
21641 \backslash
21642 strut 
21643 \end_layout
21644
21645 \end_inset
21646
21647 Grande
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \size larger
21660 \begin_inset ERT
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664
21665
21666 \backslash
21667 strut 
21668 \end_layout
21669
21670 \end_inset
21671
21672 Más grande
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \size largest
21685 \begin_inset ERT
21686 status collapsed
21687
21688 \begin_layout Plain Layout
21689
21690
21691 \backslash
21692 strut 
21693 \end_layout
21694
21695 \end_inset
21696
21697 Grandísima
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \size huge
21710 \begin_inset ERT
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714
21715
21716 \backslash
21717 strut 
21718 \end_layout
21719
21720 \end_inset
21721
21722 Enorme
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \size giant
21735 \begin_inset ERT
21736 status collapsed
21737
21738 \begin_layout Plain Layout
21739
21740
21741 \backslash
21742 strut 
21743 \end_layout
21744
21745 \end_inset
21746
21747
21748 \size huge
21749 Gigante
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 </lyxtabular>
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763
21764
21765 \begin_inset space \hfill{}
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Subsection
21777 Alineación especial de celdas
21778 \begin_inset CommandInset label
21779 LatexCommand label
21780 name "subsec:Alineación-especial-de"
21781
21782 \end_inset
21783
21784
21785 \begin_inset Index idx
21786 status collapsed
21787
21788 \begin_layout Plain Layout
21789 Cuadros ! Personalización ! Alineación especial de celdas
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \begin_layout Standard
21798 A veces mejora la presentación si las entradas en las celdas de una columna
21799  se alinean con un carácter determinado, p.
21800 \begin_inset space \thinspace{}
21801 \end_inset
21802
21803 ej.
21804 \begin_inset space ~
21805 \end_inset
21806
21807 el separador decimal, como en el cuadro
21808 \begin_inset space ~
21809 \end_inset
21810
21811
21812 \begin_inset CommandInset ref
21813 LatexCommand ref
21814 reference "tab:Cuadro-celdas-alineadas"
21815
21816 \end_inset
21817
21818 .
21819  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
21820  el botón 
21821 \begin_inset Info
21822 type  "icon"
21823 arg   "tabular-feature align-decimal"
21824 \end_inset
21825
21826  de la barra de herramientas o eligiendo la alineación 
21827 \family sans
21828 Al separador decimal
21829 \family default
21830  en la configuración del cuadro.
21831  Ahí se puede especificar también el carácter deseado para la alineación.
21832 \end_layout
21833
21834 \begin_layout Standard
21835 \begin_inset Float table
21836 wide false
21837 sideways false
21838 status open
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Caption Standard
21842
21843 \begin_layout Plain Layout
21844 \begin_inset CommandInset label
21845 LatexCommand label
21846 name "tab:Cuadro-celdas-alineadas"
21847
21848 \end_inset
21849
21850 Cuadro con celdas alineadas con el separador decimal.
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \begin_layout Plain Layout
21859 \align center
21860 \begin_inset Tabular
21861 <lyxtabular version="3" rows="4" columns="1">
21862 <features booktabs="true" tabularvalignment="middle">
21863 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21864 <row>
21865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 leyenda
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="center" valignment="top" topline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 12,6
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 0,68
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 -123,0
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 </lyxtabular>
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \begin_layout Standard
21921 \begin_inset Float table
21922 wide false
21923 sideways false
21924 status open
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Caption Standard
21928
21929 \begin_layout Plain Layout
21930 \begin_inset CommandInset label
21931 LatexCommand label
21932 name "tab:Cuadro-con-celdas-de"
21933
21934 \end_inset
21935
21936 Cuadro con celdas alineadas con los operadores.
21937 \end_layout
21938
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \begin_layout Plain Layout
21945 \align center
21946 \begin_inset Tabular
21947 <lyxtabular version="3" rows="4" columns="2">
21948 <features booktabs="true" tabularvalignment="middle">
21949 <column alignment="right" valignment="top" width="0pt">
21950 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21951 <row>
21952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 leyenda
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 </row>
21971 <row>
21972 <cell alignment="center" valignment="top" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $12\,+$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\,6$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $0\,-$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\,68$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $-123\,/$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\,0$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 </lyxtabular>
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \begin_layout Standard
22062 Para alinear con caracteres en ecuaciones este método no funciona porque
22063  el campo para especificar el carácter no permite ecuaciones.
22064  En este caso hay que usar el método del cuadro
22065 \begin_inset space ~
22066 \end_inset
22067
22068
22069 \begin_inset CommandInset ref
22070 LatexCommand ref
22071 reference "tab:Cuadro-con-celdas-de"
22072
22073 \end_inset
22074
22075 .
22076  Es un cuadro 4×2.
22077  La leyenda es una multicolumna centrada.
22078  La primera columna está alineada a la derecha y contiene la primera parte
22079  incluyendo el operador.
22080  La segunda columna está alineada a la izquierda y contiene la parte restante.
22081  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
22082  columna para mantener el espacio habitual alrededor de los operadores.
22083  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
22084  el siguiente argumento \SpecialChar LaTeX
22085  para la segunda columna:
22086 \end_layout
22087
22088 \begin_layout Standard
22089
22090 \series bold
22091 @{}l
22092 \end_layout
22093
22094 \begin_layout Standard
22095 El cuadro
22096 \begin_inset space ~
22097 \end_inset
22098
22099
22100 \begin_inset CommandInset ref
22101 LatexCommand ref
22102 reference "tab:Varias-alineaciones"
22103
22104 \end_inset
22105
22106  muestra varios ejemplos de alineación.
22107  Para alinear al signo de relación se ha añadido un pequeño espacio como
22108  en la segunda columna del cuadro
22109 \begin_inset space ~
22110 \end_inset
22111
22112
22113 \begin_inset CommandInset ref
22114 LatexCommand ref
22115 reference "tab:Cuadro-con-celdas-de"
22116
22117 \end_inset
22118
22119 .
22120 \end_layout
22121
22122 \begin_layout Standard
22123 \begin_inset Float table
22124 placement h
22125 wide false
22126 sideways false
22127 status open
22128
22129 \begin_layout Plain Layout
22130 \begin_inset Caption Standard
22131
22132 \begin_layout Plain Layout
22133 \begin_inset CommandInset label
22134 LatexCommand label
22135 name "tab:Varias-alineaciones"
22136
22137 \end_inset
22138
22139 Cuadro con varias alineaciones.
22140 \end_layout
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Plain Layout
22148 \align center
22149 \begin_inset Tabular
22150 <lyxtabular version="3" rows="4" columns="6">
22151 <features tabularvalignment="middle">
22152 <column alignment="right" valignment="top">
22153 <column alignment="left" valignment="top" special="@{}l">
22154 <column alignment="right" valignment="top">
22155 <column alignment="left" valignment="top" special="@{}l">
22156 <column alignment="right" valignment="top">
22157 <column alignment="left" valignment="top" special="@{}l">
22158 <row>
22159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 unidades
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 exponentes
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 relaciones
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 12×
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 24
22229 \begin_inset space \thinspace{}
22230 \end_inset
22231
22232 bottles
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $10\cdot$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 \begin_inset Formula $10^{\mbox{-}17}$
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265 \begin_inset Formula $\Gamma(t)\propto$
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Formula $\:\Upsilon(t)$
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 1024×
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 768
22301 \begin_inset space \thinspace{}
22302 \end_inset
22303
22304 Pixels
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Formula $5.78\cdot$
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset Formula $10^{7}$
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $A\ne$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Formula $\:B_{\mathrm{red}}$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 32×
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 6
22373 \begin_inset space \thinspace{}
22374 \end_inset
22375
22376 cm
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 -
22386 \begin_inset Formula $33.5\cdot$
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $10^{4}$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 \begin_inset Formula $\sen(\alpha)\ge$
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\:\sen(\beta)$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 </lyxtabular>
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Subsection
22444 Formato personalizado de celda/columna
22445 \begin_inset CommandInset label
22446 LatexCommand label
22447 name "subsec:Formato-Personalizado"
22448
22449 \end_inset
22450
22451
22452 \begin_inset Index idx
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456 Cuadros ! Personalización ! Formato de celda/columna
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \begin_layout Standard
22465 El cálculo de la anchura necesaria para columnas estándar descrito en la
22466  sección
22467 \begin_inset space ~
22468 \end_inset
22469
22470
22471 \begin_inset CommandInset ref
22472 LatexCommand ref
22473 reference "sec:Cálculo-anchura-cuadros"
22474
22475 \end_inset
22476
22477  y para columnas extendidas descrito en la sección
22478 \begin_inset space ~
22479 \end_inset
22480
22481
22482 \begin_inset CommandInset ref
22483 LatexCommand ref
22484 reference "subsec:Cálculos-en-Multicolumnas"
22485
22486 \end_inset
22487
22488  es muy pesado si tienes varios cuadros.
22489  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
22490 mna aplicable a todos los cuadros del documento.
22491  El formato se define con el comando
22492 \end_layout
22493
22494 \begin_layout Standard
22495
22496 \series bold
22497
22498 \backslash
22499 newcolumntype{nombre del formato}[número de argumentos]{comandos}
22500 \end_layout
22501
22502 \begin_layout Standard
22503 El 
22504 \emph on
22505 nombre de formato
22506 \emph default
22507  puede ser una sola letra.
22508  Las letras 
22509 \emph on
22510 b, c, l, m, p
22511 \emph default
22512  y 
22513 \emph on
22514 r
22515 \emph default
22516  están predefinidas y no pueden usarse.
22517  Pero se permiten todas las mayúsculas.
22518 \end_layout
22519
22520 \begin_layout Standard
22521 \begin_inset VSpace medskip
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
22529  fija puedes definir el formato de celda
22530 \end_layout
22531
22532 \begin_layout Standard
22533
22534 \series bold
22535
22536 \backslash
22537 newcolumntype{M}[1]{>{
22538 \backslash
22539 centering
22540 \backslash
22541 hspace{0pt}}m{#1}}
22542 \end_layout
22543
22544 \begin_layout Standard
22545 donde 
22546 \series bold
22547
22548 \backslash
22549 hspace{0pt}
22550 \series default
22551  evita el problema de partir con guión la primera palabra, como se describe
22552  en la sección
22553 \begin_inset space ~
22554 \end_inset
22555
22556
22557 \begin_inset CommandInset ref
22558 LatexCommand ref
22559 reference "subsec:Líneas-Múltiples-en"
22560
22561 \end_inset
22562
22563 .
22564  Ahora puedes introducir simplemente
22565 \end_layout
22566
22567 \begin_layout Standard
22568
22569 \series bold
22570 M{ancho}
22571 \end_layout
22572
22573 \begin_layout Standard
22574 como argumento \SpecialChar LaTeX
22575  en el diálogo de cuadros para crear una multicolumna.
22576 \end_layout
22577
22578 \begin_layout Standard
22579 \begin_inset VSpace bigskip
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 Para celdas extendidas en una celda multicolumna, puedes definir el formato
22587 \end_layout
22588
22589 \begin_layout Standard
22590
22591 \series bold
22592
22593 \backslash
22594 newcolumntype{S}[2]{>{
22595 \backslash
22596 centering
22597 \backslash
22598 hspace{0pt}}
22599 \begin_inset Newline newline
22600 \end_inset
22601
22602
22603 \begin_inset Phantom HPhantom
22604 status open
22605
22606 \begin_layout Plain Layout
22607
22608 \series bold
22609
22610 \backslash
22611 newcolumntype
22612 \end_layout
22613
22614 \end_inset
22615
22616 m{(#1+(2
22617 \backslash
22618 tabcolsep+
22619 \backslash
22620 arrayrulewidth)*(1-#2))/#2}}
22621 \end_layout
22622
22623 \begin_layout Standard
22624 Este formato usa la ecuación 
22625 \begin_inset CommandInset ref
22626 LatexCommand eqref
22627 reference "eq:Wgn"
22628
22629 \end_inset
22630
22631  para calcular la anchura necesaria para que cada celda extendida tenga
22632  la misma anchura.
22633 \end_layout
22634
22635 \begin_layout Standard
22636 Ahora puedes introducir
22637 \end_layout
22638
22639 \begin_layout Standard
22640
22641 \series bold
22642 S{ancho de la celda multicolumna}{número de columnas extendidas}
22643 \end_layout
22644
22645 \begin_layout Standard
22646 como argumento \SpecialChar LaTeX
22647  de la columna.
22648 \end_layout
22649
22650 \begin_layout Standard
22651 \begin_inset VSpace bigskip
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Standard
22658 Para columnas coloreadas puedes definir
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 newcolumntype{K}[1]{>{
22667 \backslash
22668 columncolor{#1}
22669 \backslash
22670 hspace{0pt}}c}
22671 \end_layout
22672
22673 \begin_layout Standard
22674 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
22675  horizontalmente.
22676  Ahora puedes introducir
22677 \end_layout
22678
22679 \begin_layout Standard
22680
22681 \series bold
22682 K{nombre del color}
22683 \end_layout
22684
22685 \begin_layout Standard
22686 como argumento \SpecialChar LaTeX
22687 .
22688 \end_layout
22689
22690 \begin_layout Standard
22691 \begin_inset VSpace bigskip
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \begin_layout Standard
22698 Para crear el cuadro
22699 \begin_inset space ~
22700 \end_inset
22701
22702
22703 \begin_inset CommandInset ref
22704 LatexCommand ref
22705 reference "tab:Cuadro-con-formatos-definidos-por"
22706
22707 \end_inset
22708
22709  usa los argumentos \SpecialChar LaTeX
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714
22715 \series bold
22716 M{2.5cm}
22717 \end_layout
22718
22719 \begin_layout Standard
22720 para la primera columna y la multicolumna,
22721 \end_layout
22722
22723 \begin_layout Standard
22724
22725 \series bold
22726 K{red}
22727 \end_layout
22728
22729 \begin_layout Standard
22730 para la última columna y
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735 \series bold
22736 S{2.5cm}{2}
22737 \end_layout
22738
22739 \begin_layout Standard
22740 para las celdas en la segunda columna.
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset Float table
22745 placement h
22746 wide false
22747 sideways false
22748 status open
22749
22750 \begin_layout Plain Layout
22751 \begin_inset Caption Standard
22752
22753 \begin_layout Plain Layout
22754 \begin_inset CommandInset label
22755 LatexCommand label
22756 name "tab:Cuadro-con-formatos-definidos-por"
22757
22758 \end_inset
22759
22760 Cuadro con formatos definidos por el usuario
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Plain Layout
22769 \align center
22770 \begin_inset Tabular
22771 <lyxtabular version="3" rows="3" columns="4">
22772 <features tabularvalignment="middle">
22773 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22774 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22775 <column alignment="center" valignment="middle">
22776 <column alignment="center" valignment="middle" special="K{red}">
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 palabramuylargaenceldadecuadro
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 multicolumna línea múltiple
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 c
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 <row>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 d
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 e
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 f
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 g
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 h
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 i
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 j
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 k
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 </lyxtabular>
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Subsection
22904 Grosor de líneas
22905 \begin_inset CommandInset label
22906 LatexCommand label
22907 name "subsec:Grosor-de-Líneas"
22908
22909 \end_inset
22910
22911
22912 \begin_inset Index idx
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Cuadros ! Personalización ! Grosor de línea
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
22926  
22927 \series bold
22928
22929 \backslash
22930 arrayrulewidth
22931 \series default
22932 .
22933  Por ejemplo, para poner un grosor de línea de 1.5
22934 \begin_inset space \thinspace{}
22935 \end_inset
22936
22937 pt, como en el cuadro
22938 \begin_inset space ~
22939 \end_inset
22940
22941
22942 \begin_inset CommandInset ref
22943 LatexCommand ref
22944 reference "tab:Cuadro-con-líneas"
22945
22946 \end_inset
22947
22948 , inserta el comando
22949 \end_layout
22950
22951 \begin_layout Standard
22952
22953 \series bold
22954
22955 \backslash
22956 setlength{
22957 \backslash
22958 arrayrulewidth}{1.5pt}
22959 \end_layout
22960
22961 \begin_layout Standard
22962 en código \SpecialChar TeX
22963  antes del cuadro o flotante.
22964  Este cambio es válido para todos los siguientes cuadros.
22965  Para volver al valor predeterminado, define 
22966 \series bold
22967
22968 \backslash
22969 arrayrulewidth
22970 \series default
22971  a 0.4
22972 \begin_inset space \thinspace{}
22973 \end_inset
22974
22975 pt en código \SpecialChar TeX
22976  detrás del cuadro o flotante.
22977 \end_layout
22978
22979 \begin_layout Standard
22980 \begin_inset ERT
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984
22985
22986 \backslash
22987 setlength{
22988 \backslash
22989 arrayrulewidth}{1.5pt}
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \begin_inset Float table
22996 wide false
22997 sideways false
22998 status open
22999
23000 \begin_layout Plain Layout
23001 \begin_inset Caption Standard
23002
23003 \begin_layout Plain Layout
23004 \begin_inset CommandInset label
23005 LatexCommand label
23006 name "tab:Cuadro-con-líneas"
23007
23008 \end_inset
23009
23010 Cuadro con líneas de grosor 1.5
23011 \begin_inset space \thinspace{}
23012 \end_inset
23013
23014 pt
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Plain Layout
23023 \align center
23024 \begin_inset Tabular
23025 <lyxtabular version="3" rows="3" columns="3">
23026 <features tabularvalignment="middle">
23027 <column alignment="center" valignment="top">
23028 <column alignment="center" valignment="top">
23029 <column alignment="center" valignment="top">
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 sd
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 sd
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 </row>
23088 <row>
23089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 sd
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 </lyxtabular>
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125
23126
23127 \begin_inset ERT
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131
23132
23133 \backslash
23134 setlength{
23135 \backslash
23136 arrayrulewidth}{0.4pt}
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Standard
23145 \begin_inset VSpace bigskip
23146 \end_inset
23147
23148 Para definir un grosor de 1.5
23149 \begin_inset space \thinspace{}
23150 \end_inset
23151
23152 pt sólo para líneas horizontales, como en el cuadro
23153 \begin_inset space ~
23154 \end_inset
23155
23156
23157 \begin_inset CommandInset ref
23158 LatexCommand ref
23159 reference "tab:Cuadro-con-horizontales"
23160
23161 \end_inset
23162
23163 , inserta estos comandos en código \SpecialChar TeX
23164  antes del cuadro o flotante:
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \series bold
23170
23171 \backslash
23172 let
23173 \backslash
23174 myHline
23175 \backslash
23176 hline
23177 \begin_inset Newline newline
23178 \end_inset
23179
23180
23181 \backslash
23182 renewcommand{
23183 \backslash
23184 hline}
23185 \begin_inset Newline newline
23186 \end_inset
23187
23188  {
23189 \backslash
23190 noalign{
23191 \backslash
23192 global
23193 \backslash
23194 arrayrulewidth 1.5pt}
23195 \begin_inset Newline newline
23196 \end_inset
23197
23198  
23199 \backslash
23200 myHline
23201 \backslash
23202 noalign{
23203 \backslash
23204 global
23205 \backslash
23206 arrayrulewidth 0.4pt}}
23207 \end_layout
23208
23209 \begin_layout Standard
23210 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
23211  detrás
23212  del cuadro o flotante:
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218
23219 \backslash
23220 renewcommand{
23221 \backslash
23222 hline}{
23223 \backslash
23224 myHline}
23225 \end_layout
23226
23227 \begin_layout Standard
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233
23234 \backslash
23235 let
23236 \backslash
23237 myHline
23238 \backslash
23239 hline
23240 \end_layout
23241
23242 \begin_layout Plain Layout
23243
23244
23245 \backslash
23246 renewcommand{
23247 \backslash
23248 hline}
23249 \end_layout
23250
23251 \begin_layout Plain Layout
23252
23253  {
23254 \backslash
23255 noalign{
23256 \backslash
23257 global
23258 \backslash
23259 arrayrulewidth 1.5pt}
23260 \end_layout
23261
23262 \begin_layout Plain Layout
23263
23264   
23265 \backslash
23266 myHline
23267 \backslash
23268 noalign{
23269 \backslash
23270 global
23271 \backslash
23272 arrayrulewidth 0.4pt}}
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \begin_inset Float table
23279 wide false
23280 sideways false
23281 status open
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Caption Standard
23285
23286 \begin_layout Plain Layout
23287 \begin_inset CommandInset label
23288 LatexCommand label
23289 name "tab:Cuadro-con-horizontales"
23290
23291 \end_inset
23292
23293 Cuadro con líneas horizontales de 1.5
23294 \begin_inset space \thinspace{}
23295 \end_inset
23296
23297 pt
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Plain Layout
23306 \align center
23307 \begin_inset Tabular
23308 <lyxtabular version="3" rows="3" columns="3">
23309 <features tabularvalignment="middle">
23310 <column alignment="center" valignment="top">
23311 <column alignment="center" valignment="top">
23312 <column alignment="center" valignment="top">
23313 <row>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 sd
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 sd
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 sd
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 </lyxtabular>
23401
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \begin_inset ERT
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415
23416 \backslash
23417 renewcommand{
23418 \backslash
23419 hline}{
23420 \backslash
23421 myHline}
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 \begin_inset VSpace bigskip
23431 \end_inset
23432
23433 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
23434  siguiente formato de columna en el preámbulo del documento, de acuerdo
23435  con lo descrito en la sección
23436 \begin_inset space ~
23437 \end_inset
23438
23439
23440 \begin_inset CommandInset ref
23441 LatexCommand ref
23442 reference "subsec:Formato-Personalizado"
23443
23444 \end_inset
23445
23446 :
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \series bold
23452
23453 \backslash
23454 newcolumntype{V}{!{
23455 \backslash
23456 vrule width 1.5pt}}
23457 \end_layout
23458
23459 \begin_layout Standard
23460 Para el cuadro
23461 \begin_inset space ~
23462 \end_inset
23463
23464
23465 \begin_inset CommandInset ref
23466 LatexCommand ref
23467 reference "tab:Cuadro-con-verticales"
23468
23469 \end_inset
23470
23471  se usó el argumento \SpecialChar LaTeX
23472
23473 \end_layout
23474
23475 \begin_layout Standard
23476
23477 \series bold
23478 VcV
23479 \end_layout
23480
23481 \begin_layout Standard
23482 para la última columna y
23483 \end_layout
23484
23485 \begin_layout Standard
23486
23487 \series bold
23488 Vc
23489 \end_layout
23490
23491 \begin_layout Standard
23492 para las otras.
23493 \end_layout
23494
23495 \begin_layout Standard
23496 \begin_inset Float table
23497 wide false
23498 sideways false
23499 status open
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Caption Standard
23503
23504 \begin_layout Plain Layout
23505 \begin_inset CommandInset label
23506 LatexCommand label
23507 name "tab:Cuadro-con-verticales"
23508
23509 \end_inset
23510
23511 Cuadro con líneas verticales de 1.5
23512 \begin_inset space \thinspace{}
23513 \end_inset
23514
23515 pt de grosor
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \begin_layout Plain Layout
23524 \align center
23525 \begin_inset Tabular
23526 <lyxtabular version="3" rows="3" columns="3">
23527 <features tabularvalignment="middle">
23528 <column alignment="center" valignment="top" special="Vc">
23529 <column alignment="center" valignment="top" special="Vc">
23530 <column alignment="center" valignment="top" special="VcV">
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 sd
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 sd
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 sd
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 </lyxtabular>
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \begin_layout Subsection
23631 Líneas de trazos
23632 \begin_inset Index idx
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636 Cuadros ! Personalización ! Líneas de trazos
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 ifarydshln
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \begin_inset Note Note
23659 status open
23660
23661 \begin_layout Plain Layout
23662 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23663  \SpecialChar LaTeX
23664  
23665 \series bold
23666 arydshln
23667 \series default
23668 .
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset Float table
23678 placement H
23679 wide false
23680 sideways false
23681 status open
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Caption Standard
23685
23686 \begin_layout Plain Layout
23687 \begin_inset CommandInset label
23688 LatexCommand label
23689 name "tab:Cuadro-con-trazos"
23690
23691 \end_inset
23692
23693 Cuadro con líneas de trazos
23694 \end_layout
23695
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \begin_layout Plain Layout
23702 \align center
23703 \begin_inset Tabular
23704 <lyxtabular version="3" rows="5" columns="5">
23705 <features tabularvalignment="middle">
23706 <column alignment="center" valignment="top">
23707 <column alignment="center" valignment="top">
23708 <column alignment="center" valignment="top" special=":c">
23709 <column alignment="center" valignment="top">
23710 <column alignment="center" valignment="top">
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 a
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 b
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 c
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 d
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 e
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 f
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 g
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 h
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 i
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 j
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset ERT
23811 status collapsed
23812
23813 \begin_layout Plain Layout
23814
23815
23816 \backslash
23817 hdashline 
23818 \end_layout
23819
23820 \end_inset
23821
23822 k
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 l
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 m
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 n
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 o
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset ERT
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873
23874
23875 \backslash
23876 cdashline{4-5}
23877 \end_layout
23878
23879 \end_inset
23880
23881 p
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 q
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 r
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 s
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 </row>
23923 <row>
23924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 t
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 u
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 v
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 w
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 x
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 </row>
23970 </lyxtabular>
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Standard
23983 En principio \SpecialChar LyX
23984  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
23985 .
23986  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
23987  
23988 \series bold
23989 arydshln
23990 \series default
23991
23992 \begin_inset Index idx
23993 status collapsed
23994
23995 \begin_layout Plain Layout
23996 \SpecialChar LaTeX
23997 -paquetes ! arydshln
23998 \end_layout
23999
24000 \end_inset
24001
24002  con el comando 
24003 \end_layout
24004
24005 \begin_layout Standard
24006
24007 \series bold
24008
24009 \backslash
24010 usepackage{arydshln}
24011 \end_layout
24012
24013 \begin_layout Standard
24014 Para hacer una línea vertical a trazos, introduce dos puntos «
24015 \series bold
24016 :
24017 \series default
24018 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
24019  en el
24020  diálogo de celdas de cuadros.
24021 \end_layout
24022
24023 \begin_layout Standard
24024 Para una línea de trazos horizontal añade el comando
24025 \end_layout
24026
24027 \begin_layout Standard
24028
24029 \series bold
24030
24031 \backslash
24032 hdashline
24033 \end_layout
24034
24035 \begin_layout Standard
24036 en código \SpecialChar TeX
24037  como primer elemento de la primera celda en la fila.
24038 \end_layout
24039
24040 \begin_layout Standard
24041 Para líneas de trazos en multicolumna usa el comando
24042 \end_layout
24043
24044 \begin_layout Standard
24045
24046 \series bold
24047
24048 \backslash
24049 cdashline{número de líneas}
24050 \end_layout
24051
24052 \begin_layout Standard
24053 en código \SpecialChar TeX
24054  como primer elemento de la primera celda en la fila.
24055  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
24056  4 y quieres una línea de trazos por encima, añade el comando
24057 \end_layout
24058
24059 \begin_layout Standard
24060
24061 \series bold
24062
24063 \backslash
24064 cdashline{2-4}
24065 \end_layout
24066
24067 \begin_layout Standard
24068 como primer elemento de la primera celda en la fila de la multicolumna.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \begin_inset VSpace bigskip
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 El cuadro
24080 \begin_inset space ~
24081 \end_inset
24082
24083
24084 \begin_inset CommandInset ref
24085 LatexCommand ref
24086 reference "tab:Cuadro-con-trazos"
24087
24088 \end_inset
24089
24090  se ha hecho usando «
24091 \series bold
24092 :c
24093 \series default
24094 » como argumento \SpecialChar LaTeX
24095  de la tercera columna.
24096  El comando en código \SpecialChar TeX
24097  
24098 \series bold
24099
24100 \backslash
24101 hdashline
24102 \series default
24103  se ha insertado en la primera celda de la tercera fila y el comando en
24104  código \SpecialChar TeX
24105
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \series bold
24111
24112 \backslash
24113 cdashline{4-5}
24114 \series default
24115  en la primera celda de la cuarta fila.
24116 \end_layout
24117
24118 \begin_layout Standard
24119 \begin_inset VSpace bigskip
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \begin_layout Standard
24126 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
24127  el cuadro
24128 \begin_inset space ~
24129 \end_inset
24130
24131
24132 \begin_inset CommandInset ref
24133 LatexCommand ref
24134 reference "tab:Cuadro-trazos-color"
24135
24136 \end_inset
24137
24138 .
24139 \end_layout
24140
24141 \begin_layout Standard
24142 \begin_inset ERT
24143 status collapsed
24144
24145 \begin_layout Plain Layout
24146
24147
24148 \backslash
24149 setlength{
24150 \backslash
24151 arrayrulewidth}{1pt}
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \begin_inset Note Note
24158 status collapsed
24159
24160 \begin_layout Plain Layout
24161 líneas más gruesas para ver mejor los colores
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 dashgapcolor{green}
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \begin_inset Note Note
24184 status collapsed
24185
24186 \begin_layout Plain Layout
24187 huecos de color entre trazos verdes
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \begin_inset ERT
24197 status collapsed
24198
24199 \begin_layout Plain Layout
24200
24201
24202 \backslash
24203 let
24204 \backslash
24205 myHdashline
24206 \backslash
24207 hdashline
24208 \end_layout
24209
24210 \begin_layout Plain Layout
24211
24212
24213 \backslash
24214 renewcommand{
24215 \backslash
24216 hdashline}
24217 \end_layout
24218
24219 \begin_layout Plain Layout
24220
24221  {
24222 \backslash
24223 arrayrulecolor{red}
24224 \backslash
24225 myHdashline
24226 \backslash
24227 arrayrulecolor{black}}
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \begin_inset Note Note
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237 color horizontal, líneas a trazos rojos
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250
24251
24252 \backslash
24253 let
24254 \backslash
24255 myCdashline
24256 \backslash
24257 cdashline
24258 \end_layout
24259
24260 \begin_layout Plain Layout
24261
24262
24263 \backslash
24264 renewcommand{
24265 \backslash
24266 cdashline}[1]
24267 \end_layout
24268
24269 \begin_layout Plain Layout
24270
24271  {
24272 \backslash
24273 arrayrulecolor{yellow}
24274 \backslash
24275 myCdashline{#1}
24276 \backslash
24277 arrayrulecolor{black}}
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \begin_inset Note Note
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287 color parcial horizontal, líneas a trazos amarillos
24288 \end_layout
24289
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \begin_layout Standard
24296 \begin_inset Float table
24297 placement h
24298 wide false
24299 sideways false
24300 status open
24301
24302 \begin_layout Plain Layout
24303 \begin_inset Caption Standard
24304
24305 \begin_layout Plain Layout
24306 \begin_inset CommandInset label
24307 LatexCommand label
24308 name "tab:Cuadro-trazos-color"
24309
24310 \end_inset
24311
24312 Cuadro coloreado con líneas a trazos
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Plain Layout
24321 \align center
24322 \begin_inset Tabular
24323 <lyxtabular version="3" rows="5" columns="5">
24324 <features tabularvalignment="middle">
24325 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
24326 <column alignment="center" valignment="top" width="0pt">
24327 <column alignment="center" valignment="top" width="0pt" special=":c">
24328 <column alignment="center" valignment="top">
24329 <column alignment="center" valignment="top">
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 a
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 b
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 c
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 d
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 e
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 f
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 g
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 h
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 i
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 j
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 \begin_inset ERT
24430 status collapsed
24431
24432 \begin_layout Plain Layout
24433
24434
24435 \backslash
24436 hdashline 
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \begin_inset ERT
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446
24447
24448 \backslash
24449 rowcolor{Gray}
24450 \end_layout
24451
24452 \end_inset
24453
24454 k
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463 l
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 m
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 n
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 o
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 \begin_inset ERT
24502 status collapsed
24503
24504 \begin_layout Plain Layout
24505
24506
24507 \backslash
24508 cdashline{4-5}
24509 \end_layout
24510
24511 \end_inset
24512
24513 p
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 q
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 r
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 s
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 t
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 u
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 v
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 w
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 \begin_inset ERT
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600
24601
24602 \backslash
24603 cellcolor{Maroon}
24604 \end_layout
24605
24606 \end_inset
24607
24608 i
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 </row>
24614 </lyxtabular>
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 renewcommand{
24635 \backslash
24636 hdashline}{
24637 \backslash
24638 myHdashline}
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \begin_inset Note Note
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 volver a predeterminado
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 \begin_inset ERT
24658 status collapsed
24659
24660 \begin_layout Plain Layout
24661
24662
24663 \backslash
24664 renewcommand{
24665 \backslash
24666 cdashline}{
24667 \backslash
24668 myCdashline}
24669 \end_layout
24670
24671 \end_inset
24672
24673
24674 \begin_inset Note Note
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678 volver a predeterminado
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 nodashgapcolor
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset Note Note
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704 volver a predeterminado
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \begin_inset ERT
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717
24718
24719 \backslash
24720 setlength{
24721 \backslash
24722 arrayrulewidth}{0.4pt}
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \begin_inset Note Note
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 volver a predeterminado
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Standard
24741 La coloración de líneas y columnas funciona como se describe en la sección
24742 \begin_inset space ~
24743 \end_inset
24744
24745
24746 \begin_inset CommandInset ref
24747 LatexCommand ref
24748 reference "sec:Cuadros-Coloreados"
24749
24750 \end_inset
24751
24752 La coloración de líneas horizontales también funciona como se describe ahí,
24753  solo hay que reemplazar en los comandos 
24754 \series bold
24755
24756 \backslash
24757 myHlineC
24758 \series default
24759  por 
24760 \series bold
24761
24762 \backslash
24763 myHdashline
24764 \series default
24765  y 
24766 \backslash
24767
24768 \series bold
24769 hline
24770 \series default
24771  por 
24772 \series bold
24773
24774 \backslash
24775 hdashline
24776 \series default
24777 ; así, los comandos usados son
24778 \end_layout
24779
24780 \begin_layout Standard
24781
24782 \series bold
24783
24784 \backslash
24785 let
24786 \backslash
24787 myHdashline
24788 \backslash
24789 hdashline
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \backslash
24795 renewcommand{
24796 \backslash
24797 hdashline}
24798 \begin_inset Newline newline
24799 \end_inset
24800
24801
24802 \begin_inset Phantom HPhantom
24803 status open
24804
24805 \begin_layout Plain Layout
24806 \begin_inset space ~
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \end_inset
24813
24814 {
24815 \backslash
24816 arrayrulecolor{red}
24817 \backslash
24818 myHdashline
24819 \backslash
24820 arrayrulecolor{black}}
24821 \end_layout
24822
24823 \begin_layout Standard
24824 Para colorear 
24825 \series bold
24826
24827 \backslash
24828 cdashline
24829 \series default
24830 , el comando es
24831 \end_layout
24832
24833 \begin_layout Standard
24834
24835 \series bold
24836
24837 \backslash
24838 let
24839 \backslash
24840 myCdashline
24841 \backslash
24842 cdashline
24843 \begin_inset Newline newline
24844 \end_inset
24845
24846
24847 \backslash
24848 renewcommand{
24849 \backslash
24850 cdashline}[1]
24851 \begin_inset Newline newline
24852 \end_inset
24853
24854
24855 \begin_inset Phantom HPhantom
24856 status open
24857
24858 \begin_layout Plain Layout
24859 \begin_inset space ~
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \end_inset
24866
24867 {
24868 \backslash
24869 arrayrulecolor{red}
24870 \backslash
24871 myCdashline{#1}
24872 \backslash
24873 arrayrulecolor{black}}
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Para recuperar el color negro de las líneas, hay que insertar detrás del
24878  cuadro los comandos siguientes en código \SpecialChar TeX
24879 :
24880 \end_layout
24881
24882 \begin_layout Standard
24883 Para 
24884 \series bold
24885
24886 \backslash
24887 hdashline
24888 \end_layout
24889
24890 \begin_layout Standard
24891
24892 \series bold
24893
24894 \backslash
24895 renewcommand{
24896 \backslash
24897 hdashline}{
24898 \backslash
24899 myHdashline}
24900 \end_layout
24901
24902 \begin_layout Standard
24903 y para 
24904 \series bold
24905
24906 \backslash
24907 cdashline
24908 \end_layout
24909
24910 \begin_layout Standard
24911
24912 \series bold
24913
24914 \backslash
24915 renewcommand{
24916 \backslash
24917 cdashline}{
24918 \backslash
24919 myCdashline}
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Para colorear los huecos entre los trazos, se puede usar
24924 \end_layout
24925
24926 \begin_layout Standard
24927
24928 \series bold
24929
24930 \backslash
24931 dashgapcolor{color}
24932 \end_layout
24933
24934 \begin_layout Standard
24935 delante del cuadro, en código \SpecialChar TeX
24936 .
24937  color es el nombre de un color definido.
24938  El comando
24939 \end_layout
24940
24941 \begin_layout Standard
24942
24943 \series bold
24944
24945 \backslash
24946 nodashgapcolor
24947 \end_layout
24948
24949 \begin_layout Standard
24950 deshace los cambios hechos por 
24951 \series bold
24952
24953 \backslash
24954 dashgapcolor
24955 \series default
24956 .
24957 \end_layout
24958
24959 \begin_layout Standard
24960 \begin_inset Note Greyedout
24961 status open
24962
24963 \begin_layout Plain Layout
24964
24965 \series bold
24966 Nota
24967 \series default
24968 : Si hay múltiples comandos en una celda, el comando de 
24969 \series bold
24970 arydshln
24971 \series default
24972  debe ser el primero.
24973  Por eso, en la celda 
24974 \emph on
24975 k
24976 \emph default
24977  del cuadro
24978 \begin_inset space ~
24979 \end_inset
24980
24981
24982 \begin_inset CommandInset ref
24983 LatexCommand ref
24984 reference "tab:Cuadro-trazos-color"
24985
24986 \end_inset
24987
24988  el comando 
24989 \series bold
24990
24991 \backslash
24992 hdashline
24993 \series default
24994  está delante de 
24995 \series bold
24996
24997 \backslash
24998 rowcolor
24999 \series default
25000 .
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset Note Greyedout
25010 status open
25011
25012 \begin_layout Plain Layout
25013
25014 \series bold
25015 Nota:
25016 \series default
25017  El paquete \SpecialChar LaTeX
25018  
25019 \series bold
25020 arydshln
25021 \series default
25022  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
25023  
25024 \series bold
25025 colortbl
25026 \series default
25027
25028 \begin_inset Index idx
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 \SpecialChar LaTeX
25033 -paquetes ! colortbl
25034 \end_layout
25035
25036 \end_inset
25037
25038 .
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Standard
25047 \begin_inset ERT
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051
25052
25053 \backslash
25054 else
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \begin_inset Note Note
25061 status open
25062
25063 \begin_layout Plain Layout
25064 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
25065  
25066 \series bold
25067 arydshln
25068 \series default
25069 .
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 Debes instalar el paquete \SpecialChar LaTeX
25079  
25080 \series bold
25081 arydshln
25082 \series default
25083  para ver la parte siguiente en la salida.
25084 \end_layout
25085
25086 \begin_layout Standard
25087 \begin_inset ERT
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091
25092
25093 \backslash
25094 fi
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 Para más información sobre líneas a trazos, véase la documentación de 
25104 \series bold
25105 arydshln
25106 \series default
25107
25108 \begin_inset CommandInset citation
25109 LatexCommand cite
25110 key "arydshln"
25111 literal "true"
25112
25113 \end_inset
25114
25115 .
25116 \end_layout
25117
25118 \begin_layout Chapter
25119 Flotantes
25120 \begin_inset CommandInset label
25121 LatexCommand label
25122 name "chap:Flotantes"
25123
25124 \end_inset
25125
25126
25127 \begin_inset Index idx
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 Flotantes
25132 \end_layout
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Section
25140 Introducción
25141 \begin_inset CommandInset label
25142 LatexCommand label
25143 name "sec:Introducción-Flotantes"
25144
25145 \end_inset
25146
25147
25148 \begin_inset Index idx
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152 Flotantes ! Introducción
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \begin_layout Standard
25161 Un flotante es un bloque que no tiene posición fija, asociado con algún
25162  tipo de etiqueta.
25163  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
25164  Las 
25165 \family sans
25166 Notas
25167 \begin_inset space ~
25168 \end_inset
25169
25170 al
25171 \begin_inset space ~
25172 \end_inset
25173
25174 pie
25175 \family default
25176  y 
25177 \family sans
25178 Notas
25179 \begin_inset space ~
25180 \end_inset
25181
25182 al
25183 \begin_inset space ~
25184 \end_inset
25185
25186 margen
25187 \family default
25188  también son flotantes, porque pueden flotar a la página siguiente cuando
25189  hay demasiadas notas en la página.
25190 \end_layout
25191
25192 \begin_layout Standard
25193 Los flotantes permiten composiciones de alta calidad.
25194  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
25195  para impedir espacios en blanco y páginas sin texto.
25196  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
25197  cada flotante puede ser referenciado en el texto.
25198  Por lo tanto los flotantes están numerados.
25199  Las referencias se describen en la sección
25200 \begin_inset space ~
25201 \end_inset
25202
25203
25204 \begin_inset CommandInset ref
25205 LatexCommand ref
25206 reference "sec:Referencias-a-Flotantes"
25207
25208 \end_inset
25209
25210 .
25211 \end_layout
25212
25213 \begin_layout Standard
25214 Para insertar un flotante, usa el menú 
25215 \family sans
25216 Insertar\SpecialChar menuseparator
25217 Flotante
25218 \family default
25219  (botón 
25220 \begin_inset Info
25221 type  "icon"
25222 arg   "float-insert figure"
25223 \end_inset
25224
25225  o 
25226 \begin_inset Info
25227 type  "icon"
25228 arg   "float-insert table"
25229 \end_inset
25230
25231 ).
25232  Esto inserta una 
25233 \family sans
25234 Leyenda,
25235 \family default
25236  un cuadro con una etiqueta.
25237  La etiqueta se traducirá automáticamente al idioma del documento.
25238  Tras la etiqueta puedes insertar el texto de la leyenda.
25239  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
25240  separado dentro del flotante.
25241  La colocación de leyendas se describe en la sección
25242 \begin_inset space ~
25243 \end_inset
25244
25245
25246 \begin_inset CommandInset ref
25247 LatexCommand ref
25248 reference "sec:Colocación-de-leyendas"
25249
25250 \end_inset
25251
25252 .
25253  Para mantener legible el documento \SpecialChar LyX
25254 , puedes abrir y cerrar el flotante
25255  con clic izquierdo sobre él.
25256  Un cuadro cerrado se muestra así: 
25257 \begin_inset Graphics
25258         filename clipart/flotante.png
25259         scale 95
25260
25261 \end_inset
25262
25263  —un cuadro gris con etiqueta en rojo—.
25264 \end_layout
25265
25266 \begin_layout Standard
25267 Se recomienda insertar flotantes como párrafos separados para evitar posibles
25268  errores de \SpecialChar LaTeX
25269  si el texto circundante se formatea de modo especial.
25270 \end_layout
25271
25272 \begin_layout Standard
25273 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
25274  y pinchando el botón correspondiente de la barra de herramientas para un
25275  flotante nuevo.
25276 \end_layout
25277
25278 \begin_layout Section
25279 Tipos de flotantes
25280 \end_layout
25281
25282 \begin_layout Standard
25283 Además de los flotantes de imagen y de cuadro que se describen en la sección
25284 \begin_inset space ~
25285 \end_inset
25286
25287
25288 \begin_inset CommandInset ref
25289 LatexCommand ref
25290 reference "sec:Figuras-Flotantes"
25291
25292 \end_inset
25293
25294  y 
25295 \begin_inset CommandInset ref
25296 LatexCommand ref
25297 reference "sec:Cuadros-Flotantes"
25298
25299 \end_inset
25300
25301 , respectivamente, \SpecialChar LyX
25302  ofrece los tipos 
25303 \family sans
25304 Algoritmo
25305 \family default
25306  y 
25307 \family sans
25308 Envoltorio
25309 \family default
25310 .
25311  Lo último se explica en la sec.
25312 \begin_inset space \thinspace{}
25313 \end_inset
25314
25315
25316 \begin_inset CommandInset ref
25317 LatexCommand ref
25318 reference "sec:Flotantes-envueltos"
25319
25320 \end_inset
25321
25322 .
25323 \end_layout
25324
25325 \begin_layout Subsection
25326 Algoritmos flotantes
25327 \begin_inset Index idx
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 Flotantes ! Algoritmos
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Standard
25340 \begin_inset Float algorithm
25341 placement h
25342 wide false
25343 sideways false
25344 status open
25345
25346 \begin_layout Plain Layout
25347 \begin_inset Caption Standard
25348
25349 \begin_layout Plain Layout
25350 \begin_inset CommandInset label
25351 LatexCommand label
25352 name "alg:Ejemplo-de-Algoritmo-flotante"
25353
25354 \end_inset
25355
25356 Ejemplo de algoritmo flotante
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout LyX-Code
25365 for I in 1..N loop
25366 \begin_inset Newline newline
25367 \end_inset
25368
25369  Sum:= Sum + A(I); /*comment*/
25370 \begin_inset Newline newline
25371 \end_inset
25372
25373 end loop
25374 \begin_inset VSpace -4mm
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Este tipo de flotante se inserta con el menú 
25387 \family sans
25388 Insertar\SpecialChar menuseparator
25389 Flotante\SpecialChar menuseparator
25390 Algoritmo
25391 \family default
25392 .
25393  Se usa para códigos y descripciones de algoritmos y se puede considerar
25394  una alternativa al listado de código de programa, que se explica en el
25395  capítulo
25396 \begin_inset space ~
25397 \end_inset
25398
25399
25400 \begin_inset CommandInset ref
25401 LatexCommand ref
25402 reference "cap:Listado-de-código"
25403
25404 \end_inset
25405
25406 .
25407  Un posible entorno para algoritmos es 
25408 \family sans
25409 Código-\SpecialChar LyX
25410
25411 \family default
25412 , descrito en la 
25413 \emph on
25414 Guía del usuario
25415 \emph default
25416  de \SpecialChar LyX
25417 .
25418  El algoritmo
25419 \begin_inset space ~
25420 \end_inset
25421
25422
25423 \begin_inset CommandInset ref
25424 LatexCommand ref
25425 reference "alg:Ejemplo-de-Algoritmo-flotante"
25426
25427 \end_inset
25428
25429  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
25430  vertical de -4
25431 \begin_inset space \thinspace{}
25432 \end_inset
25433
25434 mm al final para tener la línea inferior exactamente bajo la última línea
25435  de texto.
25436 \end_layout
25437
25438 \begin_layout Standard
25439 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
25440  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
25441 \end_layout
25442
25443 \begin_layout Standard
25444
25445 \series bold
25446
25447 \backslash
25448 floatname{algorithm}{nombre}
25449 \end_layout
25450
25451 \begin_layout Standard
25452 donde 
25453 \emph on
25454 nombre
25455 \emph default
25456  es la palabra «
25457 \emph on
25458 algoritmo
25459 \emph default
25460 » en el idioma deseado.
25461 \end_layout
25462
25463 \begin_layout Standard
25464 Para insertar el índice de algoritmos puedes usar el menú 
25465 \family sans
25466 Insertar\SpecialChar menuseparator
25467 Índices\SpecialChar menuseparator
25468 Algoritmos
25469 \family default
25470 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
25471 .
25472  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
25473 :
25474 \end_layout
25475
25476 \begin_layout Standard
25477
25478 \series bold
25479
25480 \backslash
25481 listof{algorithm}{nombre}
25482 \end_layout
25483
25484 \begin_layout Standard
25485 donde 
25486 \emph on
25487 nombre
25488 \emph default
25489  es, por ejemplo, «
25490 \emph on
25491 Índice de algoritmos
25492 \emph default
25493 » en el idioma del documento.
25494 \end_layout
25495
25496 \begin_layout Standard
25497 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
25498  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
25499 itmo».
25500  Para numerarlos con ese esquema, añade este comando en el preámbulo del
25501  documento:
25502 \end_layout
25503
25504 \begin_layout Standard
25505
25506 \series bold
25507
25508 \backslash
25509 numberwithin{algorithm}{chapter}
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Para poder usar el comando 
25514 \series bold
25515
25516 \backslash
25517 numberwithin
25518 \series default
25519 , marca la opción 
25520 \family sans
25521 Usar
25522 \begin_inset space ~
25523 \end_inset
25524
25525 el
25526 \begin_inset space ~
25527 \end_inset
25528
25529 paquete
25530 \begin_inset space ~
25531 \end_inset
25532
25533 AMS
25534 \family default
25535  en el menú 
25536 \family sans
25537 Documento\SpecialChar menuseparator
25538 Configuración\SpecialChar menuseparator
25539 Opciones para ecuaciones
25540 \family default
25541 .
25542 \end_layout
25543
25544 \begin_layout Section
25545 Numeración de flotantes
25546 \begin_inset Index idx
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550 Flotantes ! Numeración
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 En general, los flotantes se numeran independientemente de las secciones
25560  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
25561  dependiendo de la clase de documento utilizada.
25562 \end_layout
25563
25564 \begin_layout Standard
25565 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
25566  comando en el preámbulo del documento:
25567 \end_layout
25568
25569 \begin_layout Standard
25570
25571 \series bold
25572
25573 \backslash
25574 renewcommand{
25575 \backslash
25576 thetable}{
25577 \backslash
25578 roman{table}}
25579 \end_layout
25580
25581 \begin_layout Standard
25582
25583 \series bold
25584
25585 \backslash
25586 thetable 
25587 \series default
25588 es el comando que imprime el número del cuadro, para figuras flotantes el
25589  comando sería 
25590 \series bold
25591
25592 \backslash
25593 thefigure
25594 \series default
25595 .
25596  El comando 
25597 \series bold
25598
25599 \backslash
25600 roman
25601 \series default
25602  imprime el número de cuadro en números romanos en minúscula.
25603 \end_layout
25604
25605 \begin_layout Standard
25606 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
25607  usa este comando en el preámbulo:
25608 \end_layout
25609
25610 \begin_layout Standard
25611
25612 \series bold
25613
25614 \backslash
25615 numberwithin{table}{subsection}
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Para poder usar el comando 
25620 \series bold
25621
25622 \backslash
25623 numberwithin
25624 \series default
25625 , debes marcar la opción 
25626 \family sans
25627 Usar
25628 \begin_inset space ~
25629 \end_inset
25630
25631 el
25632 \begin_inset space ~
25633 \end_inset
25634
25635 paquete
25636 \begin_inset space ~
25637 \end_inset
25638
25639 AMS 
25640 \family default
25641 en el apartado 
25642 \family sans
25643 Opciones para ecuaciones 
25644 \family default
25645 de las preferencias del documento.
25646 \end_layout
25647
25648 \begin_layout Standard
25649 Puedes ver más detalles y notas importantes sobre comandos de numeración
25650  en la sección
25651 \begin_inset space ~
25652 \end_inset
25653
25654
25655 \begin_inset CommandInset ref
25656 LatexCommand ref
25657 reference "subsec:Numeración-de-Notas-al-Pie"
25658
25659 \end_inset
25660
25661 .
25662 \end_layout
25663
25664 \begin_layout Section
25665 Referencias a flotantes
25666 \begin_inset CommandInset label
25667 LatexCommand label
25668 name "sec:Referencias-a-Flotantes"
25669
25670 \end_inset
25671
25672
25673 \begin_inset Index idx
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677 Flotantes ! Referencias
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \begin_inset Index idx
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687 Referencias
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Standard
25696 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
25697  menú 
25698 \family sans
25699 Insertar\SpecialChar menuseparator
25700 Etiqueta
25701 \family default
25702  o el botón 
25703 \begin_inset Info
25704 type  "icon"
25705 arg   "label-insert"
25706 \end_inset
25707
25708 .
25709  Aparece una ventana esperando la introducción del texto de la etiqueta
25710  y se inserta un cuadro gris como este: 
25711 \begin_inset Graphics
25712         filename clipart/etiqueta.png
25713
25714 \end_inset
25715
25716 .
25717  \SpecialChar LyX
25718  ofrece como texto las primeras palabras de la leyenda con un prefijo.
25719  El prefijo depende del tipo de flotante, p.
25720 \begin_inset space \thinspace{}
25721 \end_inset
25722
25723 ej.
25724 \begin_inset space ~
25725 \end_inset
25726
25727 para figuras el prefijo será «
25728 \family sans
25729 fig:
25730 \family default
25731 ».
25732 \end_layout
25733
25734 \begin_layout Standard
25735 La etiqueta se usa como ancla y el nombre para la referencia.
25736  Puedes referenciar la etiqueta usando el menú 
25737 \family sans
25738 Insertar\SpecialChar menuseparator
25739 Referencia
25740 \family default
25741
25742 \begin_inset space ~
25743 \end_inset
25744
25745
25746 \family sans
25747 cruzada
25748 \family default
25749  o el botón 
25750 \begin_inset Info
25751 type  "icon"
25752 arg   "dialog-show-new-inset ref"
25753 \end_inset
25754
25755 .
25756  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
25757  Si tienes abiertos varios documentos \SpecialChar LyX
25758 , escoge aquel con el que estás trabajando
25759  de la lista desplegable de la parte superior del diálogo.
25760  Puedes ordenar las etiquetas alfabéticamente y elegir una.
25761  Se inserta un cuadro gris como este: 
25762 \begin_inset Graphics
25763         filename clipart/referencia.png
25764
25765 \end_inset
25766
25767 .
25768  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
25769 \end_layout
25770
25771 \begin_layout Standard
25772 Se recomienda poner un espacio protegido entre el nombre de la referencia
25773  cruzada y su número para evitar saltos de línea entre ellos.
25774  Si una referencia cruzada corresponde a una etiqueta inexistente verás
25775  dos interrogaciones en la salida.
25776 \end_layout
25777
25778 \begin_layout Standard
25779 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
25780  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
25781  al texto de la etiqueta nueva, no te preocupes por eso.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 El botón 
25786 \family sans
25787 Ir
25788 \begin_inset space ~
25789 \end_inset
25790
25791 a
25792 \begin_inset space ~
25793 \end_inset
25794
25795 la
25796 \begin_inset space ~
25797 \end_inset
25798
25799 etiqueta
25800 \family default
25801  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
25802  y el texto del botón cambia a 
25803 \family sans
25804 Volver
25805 \family default
25806 , con el que se puede retornar a la referencia.
25807 \end_layout
25808
25809 \begin_layout Subsection
25810 Formatos de referencia cruzada
25811 \begin_inset CommandInset label
25812 LatexCommand label
25813 name "subsec:Formatos-referencia-cruzada"
25814
25815 \end_inset
25816
25817
25818 \begin_inset Index idx
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822 Referencias ! Formatos
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 Hay seis variedades de referencias cruzadas:
25832 \end_layout
25833
25834 \begin_layout Description
25835 <referencia>: imprime el número flotante, esta es la opción predeterminada:
25836  
25837 \begin_inset CommandInset ref
25838 LatexCommand ref
25839 reference "fig:Dos-imágenes-distorsionadas"
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Description
25847 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
25848  habitual para referirse a fórmulas, especialmente si se omite el nombre
25849  «Ecuación»: 
25850 \begin_inset CommandInset ref
25851 LatexCommand eqref
25852 reference "eq:Wgn"
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Description
25860 <página>: imprime el número de página: Página
25861 \begin_inset space ~
25862 \end_inset
25863
25864
25865 \begin_inset CommandInset ref
25866 LatexCommand pageref
25867 reference "fig:Dos-imágenes-distorsionadas"
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Description
25875 en
25876 \begin_inset space ~
25877 \end_inset
25878
25879 página
25880 \begin_inset space ~
25881 \end_inset
25882
25883 <página>: imprime el texto «en la página» y el número de página: 
25884 \begin_inset CommandInset ref
25885 LatexCommand vpageref
25886 reference "fig:Dos-imágenes-distorsionadas"
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Description
25894 <referencia>
25895 \begin_inset space ~
25896 \end_inset
25897
25898 en
25899 \begin_inset space ~
25900 \end_inset
25901
25902 página
25903 \begin_inset space ~
25904 \end_inset
25905
25906 <página>: imprime el número flotante, el texto «en la página» y el número
25907  de página: 
25908 \begin_inset CommandInset ref
25909 LatexCommand vref
25910 reference "fig:Dos-imágenes-distorsionadas"
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Description
25918 Referencia
25919 \begin_inset space ~
25920 \end_inset
25921
25922 con
25923 \begin_inset space ~
25924 \end_inset
25925
25926 formato: imprime un formato personalizado.
25927 \begin_inset Newline newline
25928 \end_inset
25929
25930
25931 \begin_inset Note Greyedout
25932 status open
25933
25934 \begin_layout Plain Layout
25935
25936 \series bold
25937 Nota:
25938 \series default
25939  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
25940
25941  
25942 \series bold
25943 prettyref
25944 \series default
25945  o 
25946 \series bold
25947 refstyle
25948 \series default
25949 .
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 \SpecialChar LaTeX
25955 -paquetes ! prettyref
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \begin_inset Index idx
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965 \SpecialChar LaTeX
25966 -paquetes ! refstyle
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \begin_inset Newline newline
25978 \end_inset
25979
25980 Se puede seleccionar el paquete \SpecialChar LaTeX
25981  a usar con esta característica marcando
25982  la opción 
25983 \family sans
25984 Usar refstyle (no prettyref) para las referencias cruzadas
25985 \family default
25986  en el menú 
25987 \family sans
25988 Documento\SpecialChar menuseparator
25989 Configuración\SpecialChar menuseparator
25990 Clase de documento
25991 \family default
25992 .
25993  El formato se especifica añadiendo el comando 
25994 \series bold
25995
25996 \backslash
25997 newrefformat
25998 \series default
25999  (prettyref) o 
26000 \series bold
26001
26002 \backslash
26003 newref
26004 \series default
26005  (refstyle) en el preámbulo del documento.
26006  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
26007  la etiqueta 
26008 \begin_inset Quotes cld
26009 \end_inset
26010
26011
26012 \family sans
26013 fig
26014 \family default
26015
26016 \begin_inset Quotes crd
26017 \end_inset
26018
26019 ) se usa el comando
26020 \begin_inset Newline newline
26021 \end_inset
26022
26023
26024 \series bold
26025
26026 \backslash
26027 newref{fig}{refcmd={Imagen en la página 
26028 \backslash
26029 pageref{#1}}}
26030 \series default
26031
26032 \begin_inset Newline newline
26033 \end_inset
26034
26035 Para más información sobre este formato echa un vistazo a la documentación
26036  de
26037 \begin_inset space ~
26038 \end_inset
26039
26040
26041 \begin_inset CommandInset citation
26042 LatexCommand cite
26043 key "prettyref,refstyle"
26044 literal "true"
26045
26046 \end_inset
26047
26048 .
26049 \begin_inset Newline newline
26050 \end_inset
26051
26052
26053 \lang english
26054 The options 
26055 \family sans
26056 Plural
26057 \family default
26058  and 
26059 \family sans
26060 Capitalized
26061 \family default
26062  are only available if you use the \SpecialChar LaTeX
26063 -package 
26064 \series bold
26065 refstyle
26066 \series default
26067 .
26068  
26069 \family sans
26070 Plural
26071 \family default
26072  adds an 
26073 \emph on
26074 s
26075 \emph default
26076  to the name, e.
26077 \begin_inset space \thinspace{}
26078 \end_inset
26079
26080 g.
26081 \begin_inset space \space{}
26082 \end_inset
26083
26084
26085 \begin_inset Quotes eld
26086 \end_inset
26087
26088 imagens
26089 \begin_inset Quotes erd
26090 \end_inset
26091
26092  and is therefore not useful for Spanish documents; 
26093 \family sans
26094 Capitalized
26095 \family default
26096  outputs the name capitalized, e.
26097 \begin_inset space \thinspace{}
26098 \end_inset
26099
26100 g.
26101 \begin_inset space \space{}
26102 \end_inset
26103
26104
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 Imagen
26109 \begin_inset Quotes erd
26110 \end_inset
26111
26112 .
26113 \end_layout
26114
26115 \begin_layout Description
26116 Referencia
26117 \begin_inset space ~
26118 \end_inset
26119
26120 textual: imprime la leyenda de la referencia: 
26121 \begin_inset CommandInset ref
26122 LatexCommand nameref
26123 reference "fig:Dos-imágenes-distorsionadas"
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Description
26131
26132 \lang english
26133 Label
26134 \begin_inset space ~
26135 \end_inset
26136
26137 only: prints only the \SpecialChar LaTeX
26138  label for the reference: 
26139 \lang spanish
26140
26141 \begin_inset CommandInset ref
26142 LatexCommand labelonly
26143 reference "fig:Dos-imágenes-distorsionadas"
26144 plural "false"
26145 caps "false"
26146 noprefix "false"
26147
26148 \end_inset
26149
26150
26151 \lang english
26152
26153 \begin_inset Newline newline
26154 \end_inset
26155
26156 This allows to use the label for commands in \SpecialChar TeX
26157  code.
26158  With the option 
26159 \family sans
26160 No Prefix
26161 \family default
26162  one can omit the prefix of the label name: 
26163 \lang spanish
26164
26165 \begin_inset CommandInset ref
26166 LatexCommand labelonly
26167 reference "fig:Dos-imágenes-distorsionadas"
26168 plural "false"
26169 caps "false"
26170 noprefix "true"
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Standard
26178
26179 \family sans
26180 <página>
26181 \family default
26182
26183 \begin_inset space \thinspace{}
26184 \end_inset
26185
26186  no imprime el número si la etiqueta está en la misma página, en la anterior
26187  o en la siguiente.
26188  En su lugar verás p.
26189 \begin_inset space \thinspace{}
26190 \end_inset
26191
26192 ej.
26193 \begin_inset space ~
26194 \end_inset
26195
26196 el texto «
26197 \family sans
26198 en esta página
26199 \family default
26200 ».
26201  El estilo 
26202 \family sans
26203 <referencia>
26204 \begin_inset space ~
26205 \end_inset
26206
26207 en
26208 \begin_inset space ~
26209 \end_inset
26210
26211 página
26212 \begin_inset space ~
26213 \end_inset
26214
26215 <página> 
26216 \family default
26217 no imprimirá nada sobre la página si la etiqueta está en la misma página.
26218 \end_layout
26219
26220 \begin_layout Standard
26221 El número y página actual de la parte del documento referida es automáticamente
26222  calculado por \SpecialChar LaTeX
26223  en la salida.
26224  Las variedades se ajustan en el campo 
26225 \family sans
26226 Formato
26227 \family default
26228  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
26229 \end_layout
26230
26231 \begin_layout Standard
26232 \begin_inset Note Greyedout
26233 status open
26234
26235 \begin_layout Plain Layout
26236
26237 \series bold
26238 Nota: 
26239 \series default
26240 Se recomienda usar el paquete \SpecialChar LaTeX
26241  
26242 \series bold
26243 refstyle
26244 \series default
26245
26246 \begin_inset Index idx
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250 \SpecialChar LaTeX
26251 -paquetes ! refstyle
26252 \end_layout
26253
26254 \end_inset
26255
26256  porque 
26257 \series bold
26258 prettyref
26259 \series default
26260
26261 \begin_inset Index idx
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265 \SpecialChar LaTeX
26266 -paquetes ! prettyref
26267 \end_layout
26268
26269 \end_inset
26270
26271  no reconoce todas las abreviaturas de etiquetas
26272 \begin_inset Foot
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 \begin_inset Quotes cld
26277 \end_inset
26278
26279 fig:
26280 \begin_inset Quotes crd
26281 \end_inset
26282
26283 , por ejemplo, es la abreviatura en \SpecialChar LyX
26284  para las etiquetas de leyendas de figuras.
26285 \end_layout
26286
26287 \end_inset
26288
26289  posibles en \SpecialChar LyX
26290  y no está internacionalizado.
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Subsection
26299 Designación automática de referencias
26300 \begin_inset Index idx
26301 status collapsed
26302
26303 \begin_layout Plain Layout
26304 Referencias ! Designación automática
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Standard
26313 El paquete \SpecialChar LaTeX
26314  
26315 \series bold
26316 hyperref
26317 \series default
26318
26319 \begin_inset Index idx
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323 \SpecialChar LaTeX
26324 -paquetes ! hyperref
26325 \end_layout
26326
26327 \end_inset
26328
26329 , que se habilita en 
26330 \family sans
26331 Propiedades PDF
26332 \family default
26333  del diálogo 
26334 \family sans
26335 Documento\SpecialChar menuseparator
26336 Configuración
26337 \family default
26338 , dispone de una característica muy útil que permite incluir automáticamente
26339  en las referencias cruzadas el nombre de los flotantes referidos (o partes
26340  de texto como 
26341 \emph on
26342 sección
26343 \emph default
26344 ).
26345  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
26346  cada referencia a una figura.
26347  Para usar esta característica habilita el soporte para 
26348 \series bold
26349 hyperref
26350 \series default
26351  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
26352 :
26353 \end_layout
26354
26355 \begin_layout Standard
26356
26357 \series bold
26358
26359 \backslash
26360 AtBeginDocument{
26361 \backslash
26362 renewcommand{
26363 \backslash
26364 ref}[1]{
26365 \backslash
26366 mbox{
26367 \backslash
26368 autoref{#1}}}}
26369 \end_layout
26370
26371 \begin_layout Standard
26372 Si prefieres otros nombres para las referencias distintos de los predeterminados
26373 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
26374  lo siguiente en el preámbulo:
26375 \end_layout
26376
26377 \begin_layout Standard
26378
26379 \series bold
26380
26381 \backslash
26382 addto
26383 \backslash
26384 extrasspanish{
26385 \backslash
26386 renewcommand{
26387 \backslash
26388 sectionautorefname}
26389 \begin_inset Newline newline
26390 \end_inset
26391
26392
26393 \begin_inset Phantom HPhantom
26394 status open
26395
26396 \begin_layout Plain Layout
26397
26398 \series bold
26399 \begin_inset space ~
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406
26407 {sec.
26408 \backslash
26409 negthinspace}}
26410 \end_layout
26411
26412 \begin_layout Standard
26413 Si estás usando un idioma de documento distinto del español, reemplaza
26414 \begin_inset Newline newline
26415 \end_inset
26416
26417  
26418 \series bold
26419
26420 \backslash
26421 extrasspanish
26422 \series default
26423  por
26424 \series bold
26425  
26426 \backslash
26427 extras***
26428 \series default
26429 , donde *** es el nombre del idioma utilizado.
26430 \end_layout
26431
26432 \begin_layout Standard
26433 Para obtener nombres automáticos pero no para determinados tipos de referencias,
26434  por ejemplo no para ecuaciones, usa este código de preámbulo:
26435 \end_layout
26436
26437 \begin_layout Standard
26438
26439 \series bold
26440
26441 \backslash
26442 addto
26443 \backslash
26444 extrasspanish{
26445 \backslash
26446 renewcommand*{
26447 \backslash
26448 equationautorefname}[1]{}}
26449 \end_layout
26450
26451 \begin_layout Standard
26452 En la documentación de 
26453 \series bold
26454 hyperref
26455 \series default
26456  
26457 \begin_inset CommandInset citation
26458 LatexCommand cite
26459 key "hyperref"
26460 literal "true"
26461
26462 \end_inset
26463
26464  puedes encontrar más información.
26465
26466 \series bold
26467  
26468 \end_layout
26469
26470 \begin_layout Standard
26471 \begin_inset Note Greyedout
26472 status open
26473
26474 \begin_layout Plain Layout
26475
26476 \series bold
26477 Nota:
26478 \series default
26479  La designación automática de referencias no puede usarse en el estilo 
26480 \family sans
26481 Referencia
26482 \begin_inset space ~
26483 \end_inset
26484
26485 con
26486 \begin_inset space ~
26487 \end_inset
26488
26489 formato
26490 \family default
26491 , descrita en la sección
26492 \begin_inset space ~
26493 \end_inset
26494
26495
26496 \begin_inset CommandInset ref
26497 LatexCommand ref
26498 reference "subsec:Formatos-referencia-cruzada"
26499
26500 \end_inset
26501
26502 .
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \begin_layout Standard
26511 El manual 
26512 \emph on
26513 Ecuaciones
26514 \emph default
26515  es un ejemplo de documento en el que se ha utilizado designación automática
26516  de referencias.
26517 \end_layout
26518
26519 \begin_layout Subsection
26520 Colocación de referencias
26521 \begin_inset CommandInset label
26522 LatexCommand label
26523 name "subsec:Colocación-de-Referencias"
26524
26525 \end_inset
26526
26527
26528 \begin_inset Index idx
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532 Referencias ! Colocación
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Standard
26541 Si usas 
26542 \series bold
26543 hyperref
26544 \series default
26545
26546 \begin_inset Index idx
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550 \SpecialChar LaTeX
26551 -paquetes ! hyperref
26552 \end_layout
26553
26554 \end_inset
26555
26556 , en las 
26557 \family sans
26558 Preferencias PDF 
26559 \family default
26560 del diálogo 
26561 \family sans
26562 Documento\SpecialChar menuseparator
26563 Configuración
26564 \family default
26565 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
26566  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
26567  La leyenda será la primera parte del texto en pantalla, de forma que para
26568  ver la imagen debes deslizar.
26569  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
26570  Usando el paquete 
26571 \series bold
26572 hypcap
26573 \series default
26574
26575 \begin_inset Index idx
26576 status collapsed
26577
26578 \begin_layout Plain Layout
26579 \SpecialChar LaTeX
26580 -paquetes ! hypcap
26581 \end_layout
26582
26583 \end_inset
26584
26585 , que forma parte del paquete \SpecialChar LaTeX
26586  
26587 \series bold
26588 oberdiek
26589 \series default
26590
26591 \begin_inset Index idx
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595 \SpecialChar LaTeX
26596 -paquetes ! oberdiek
26597 \end_layout
26598
26599 \end_inset
26600
26601 , el ancla de enlace se sitúa al comienzo de un flotante.
26602  Para usar esta característica para figuras flotantes carga 
26603 \series bold
26604 hypcap
26605 \series default
26606  en el preámbulo con
26607 \end_layout
26608
26609 \begin_layout Standard
26610
26611 \series bold
26612
26613 \backslash
26614 usepackage[figure]{hypcap}
26615 \end_layout
26616
26617 \begin_layout Standard
26618 Puedes usar 
26619 \series bold
26620 hypcap
26621 \series default
26622  para todos los flotantes aunque no se recomienda por razones de estabilidad.
26623  Más información en el manual de 
26624 \series bold
26625 hypcap
26626 \series default
26627  
26628 \begin_inset CommandInset citation
26629 LatexCommand cite
26630 key "hypcap"
26631 literal "true"
26632
26633 \end_inset
26634
26635 .
26636 \end_layout
26637
26638 \begin_layout Standard
26639 \begin_inset Note Greyedout
26640 status open
26641
26642 \begin_layout Plain Layout
26643
26644 \series bold
26645 Nota:
26646 \series default
26647  
26648 \series bold
26649 hypcap
26650 \series default
26651  no funciona para las referencias a subfiguras.
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Section
26660 Colocación de flotantes
26661 \begin_inset CommandInset label
26662 LatexCommand label
26663 name "sec:Colocación-de-Flotantes"
26664
26665 \end_inset
26666
26667
26668 \begin_inset Index idx
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672 Flotantes ! Colocación
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Standard
26681 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
26682  
26683 \family sans
26684 Configuración
26685 \family default
26686 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
26687  para situar
26688  los flotantes.
26689 \begin_inset Newline newline
26690 \end_inset
26691
26692 La opción 
26693 \family sans
26694 Extender
26695 \begin_inset space ~
26696 \end_inset
26697
26698 columnas
26699 \family default
26700  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
26701  abarcará ambas columnas en lugar de una sola.
26702 \begin_inset Newline newline
26703 \end_inset
26704
26705 La opción 
26706 \family sans
26707 Girar
26708 \begin_inset space ~
26709 \end_inset
26710
26711 a
26712 \begin_inset space ~
26713 \end_inset
26714
26715 un
26716 \begin_inset space ~
26717 \end_inset
26718
26719 lado
26720 \family default
26721  sirve para girar flotantes, véase sección
26722 \begin_inset space ~
26723 \end_inset
26724
26725
26726 \begin_inset CommandInset ref
26727 LatexCommand ref
26728 reference "sec:Rotación-de-Flotantes"
26729
26730 \end_inset
26731
26732 .
26733  
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
26738  la posición de un flotante si desmarcas la opción 
26739 \family sans
26740 Usar
26741 \begin_inset space ~
26742 \end_inset
26743
26744 ubicación
26745 \begin_inset space ~
26746 \end_inset
26747
26748 predeterminada
26749 \family default
26750 :
26751 \end_layout
26752
26753 \begin_layout Description
26754
26755 \family sans
26756 \series bold
26757 Aquí
26758 \begin_inset space ~
26759 \end_inset
26760
26761 si
26762 \begin_inset space ~
26763 \end_inset
26764
26765 es
26766 \begin_inset space ~
26767 \end_inset
26768
26769 posible
26770 \family default
26771 \series default
26772  intenta situar el flotante en la posición en la que se inserta
26773 \end_layout
26774
26775 \begin_layout Description
26776
26777 \family sans
26778 \series bold
26779 Principio
26780 \begin_inset space ~
26781 \end_inset
26782
26783 de
26784 \begin_inset space ~
26785 \end_inset
26786
26787 página
26788 \family default
26789 \series default
26790  intenta situar el flotante al principio de la página actual
26791 \end_layout
26792
26793 \begin_layout Description
26794
26795 \family sans
26796 \series bold
26797 Fin
26798 \begin_inset space ~
26799 \end_inset
26800
26801 de
26802 \begin_inset space ~
26803 \end_inset
26804
26805 página
26806 \family default
26807 \series default
26808  intenta situar el flotante al final de la página actual
26809 \end_layout
26810
26811 \begin_layout Description
26812
26813 \family sans
26814 \series bold
26815 Página
26816 \begin_inset space ~
26817 \end_inset
26818
26819 de
26820 \begin_inset space ~
26821 \end_inset
26822
26823 flotantes
26824 \family default
26825 \series default
26826  intenta situar el flotante en una página propia 
26827 \end_layout
26828
26829 \begin_layout Standard
26830 \SpecialChar LaTeX
26831  usa 
26832 \emph on
26833 siempre
26834 \emph default
26835  ese orden de opciones.
26836  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
26837  probará en primer
26838  lugar 
26839 \family sans
26840 Aquí
26841 \begin_inset space ~
26842 \end_inset
26843
26844 si
26845 \begin_inset space ~
26846 \end_inset
26847
26848 es
26849 \begin_inset space ~
26850 \end_inset
26851
26852 posible
26853 \family default
26854 , luego 
26855 \family sans
26856 Principio
26857 \begin_inset space ~
26858 \end_inset
26859
26860 de
26861 \begin_inset space ~
26862 \end_inset
26863
26864 página
26865 \family default
26866 , y después las otras.
26867  Si no usas la predeterminada, \SpecialChar LaTeX
26868  sólo probará las opciones marcadas pero
26869  en dicho orden.
26870  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
26871  pero intenta poner el flotante en la página siguiente.
26872 \end_layout
26873
26874 \begin_layout Standard
26875 De forma predeterminada cada una de las opciones tiene sus propias reglas:
26876 \end_layout
26877
26878 \begin_layout Labeling
26879 \labelwidthstring 00.00.0000
26880
26881 \family sans
26882 Principio
26883 \begin_inset space ~
26884 \end_inset
26885
26886 de
26887 \begin_inset space ~
26888 \end_inset
26889
26890 página:
26891 \family default
26892  sólo si el flotante ocupa menos del 70
26893 \begin_inset space \thinspace{}
26894 \end_inset
26895
26896 % de la página puede ubicarse al principio de página (
26897 \series bold
26898
26899 \backslash
26900 topfraction
26901 \series default
26902 )
26903 \end_layout
26904
26905 \begin_layout Labeling
26906 \labelwidthstring 00.00.0000
26907
26908 \family sans
26909 Fin
26910 \begin_inset space ~
26911 \end_inset
26912
26913 de
26914 \begin_inset space ~
26915 \end_inset
26916
26917 página:
26918 \family default
26919  sólo si el flotante ocupa menos del 30
26920 \begin_inset space \thinspace{}
26921 \end_inset
26922
26923 % de la página puede ubicarse al fin de página.
26924  (
26925 \series bold
26926
26927 \backslash
26928 bottomfraction
26929 \series default
26930 )
26931 \end_layout
26932
26933 \begin_layout Labeling
26934 \labelwidthstring 00.00.0000
26935
26936 \family sans
26937 Página
26938 \begin_inset space ~
26939 \end_inset
26940
26941 de
26942 \begin_inset space ~
26943 \end_inset
26944
26945 flotantes:
26946 \family default
26947  sólo si más del 50
26948 \begin_inset space \thinspace{}
26949 \end_inset
26950
26951 % de la página se ocupa por flotantes puede haber varios juntos en la misma
26952  página.
26953  (
26954 \series bold
26955
26956 \backslash
26957 floatpagefraction
26958 \series default
26959 )
26960 \end_layout
26961
26962 \begin_layout Standard
26963 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
26964  
26965 \family sans
26966 Ignorar
26967 \begin_inset space ~
26968 \end_inset
26969
26970 reglas
26971 \begin_inset space ~
26972 \end_inset
26973
26974 de
26975 \begin_inset space ~
26976 \end_inset
26977
26978 \SpecialChar LaTeX
26979
26980 \family default
26981 .
26982 \begin_inset Newline newline
26983 \end_inset
26984
26985 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
26986  que van entre paréntesis
26987  tras la descripción de las reglas anteriores.
26988  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
26989  la regla 
26990 \family sans
26991 Fin
26992 \family default
26993
26994 \begin_inset space ~
26995 \end_inset
26996
26997
26998 \family sans
26999 de
27000 \family default
27001
27002 \begin_inset space ~
27003 \end_inset
27004
27005
27006 \family sans
27007 página
27008 \family default
27009  al 50
27010 \begin_inset space \thinspace{}
27011 \end_inset
27012
27013 %, añade esta línea en el preámbulo:
27014 \end_layout
27015
27016 \begin_layout Standard
27017
27018 \series bold
27019
27020 \backslash
27021 renewcommand{
27022 \backslash
27023 bottomfraction}{0.5}
27024 \end_layout
27025
27026 \begin_layout Standard
27027 En determinados casos podrías necesitar ubicar un flotante exactamente en
27028  la posición en la que se inserta.
27029  Para esto puedes usar la opción 
27030 \family sans
27031 Aquí
27032 \begin_inset space ~
27033 \end_inset
27034
27035 definitivamente
27036 \family default
27037 .
27038  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
27039  porque el flotante ya no podrá «flotar» y si haces cambios al documento
27040  se podría estropear el diseño de la página.
27041 \end_layout
27042
27043 \begin_layout Standard
27044 No hay opciones de ubicación para envoltorios flotantes porque siempre están
27045  rodeados por texto de un párrafo determinado.
27046 \begin_inset VSpace bigskip
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 A veces surge el problema de que un flotante se sitúa al principio de la
27054  página mientras que su sección correspondiente empieza en mitad de la página,
27055  así que el lector podría creer que el flotante forma parte de la sección
27056  anterior.
27057  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
27058  
27059 \series bold
27060
27061 \backslash
27062 suppressfloats
27063 \series default
27064 , que suprime la ubicación de un flotante dado en la página donde se inserta
27065  y además puede servir para evitar que el flotante se coloque antes del
27066  inicio de sección.
27067  Para ello, añade estos comandos al preámbulo:
27068 \end_layout
27069
27070 \begin_layout Standard
27071
27072 \series bold
27073
27074 \backslash
27075 let
27076 \backslash
27077 mySection
27078 \backslash
27079 section
27080 \begin_inset Newline newline
27081 \end_inset
27082
27083
27084 \backslash
27085 renewcommand{
27086 \backslash
27087 section}{
27088 \backslash
27089 suppressfloats[t]
27090 \backslash
27091 mySection}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
27096  subsecciones.
27097  No es recomendable para partes pequeñas de texto como subsubsecciones porque
27098  \SpecialChar LaTeX
27099  podría tener problemas para encontrar una ubicación adecuada.
27100 \end_layout
27101
27102 \begin_layout Standard
27103 \begin_inset VSpace bigskip
27104 \end_inset
27105
27106 En ciertos casos se quieren tener todas las figuras/cuadros al final del
27107  documento.
27108  Para estos casos está el paquete \SpecialChar LaTeX
27109  
27110 \series bold
27111 endfloat
27112 \series default
27113
27114 \begin_inset Index idx
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 \SpecialChar LaTeX
27119 -paquetes ! endfloat
27120 \end_layout
27121
27122 \end_inset
27123
27124 .
27125  Pone todas las figuras y cuadros flotantes al final del documento en secciones
27126  propias.
27127  En la posición original del flotante se inserta una indicación como «
27128 \family sans
27129 [Figure
27130 \begin_inset space ~
27131 \end_inset
27132
27133 3.2 about here.]
27134 \family default
27135 ».
27136  El paquete 
27137 \series bold
27138 endfloat
27139 \series default
27140  se carga en el preámbulo con la línea
27141 \end_layout
27142
27143 \begin_layout Standard
27144
27145 \series bold
27146
27147 \backslash
27148 usepackage[options]{endfloat}
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
27153  Para más información véase la documentación 
27154 \begin_inset CommandInset citation
27155 LatexCommand cite
27156 key "endfloat"
27157 literal "true"
27158
27159 \end_inset
27160
27161 .
27162 \begin_inset Newline newline
27163 \end_inset
27164
27165
27166 \begin_inset Note Greyedout
27167 status open
27168
27169 \begin_layout Plain Layout
27170
27171 \series bold
27172 Nota: endfloat
27173 \series default
27174  no traduce automáticamente la indicación, hay que hacerlo manualmente,
27175  véase sección
27176 \begin_inset space ~
27177 \end_inset
27178
27179 4 en 
27180 \begin_inset CommandInset citation
27181 LatexCommand cite
27182 key "endfloat"
27183 literal "true"
27184
27185 \end_inset
27186
27187 .
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \begin_inset Newline newline
27194 \end_inset
27195
27196
27197 \begin_inset Note Greyedout
27198 status open
27199
27200 \begin_layout Plain Layout
27201
27202 \series bold
27203 Nota:
27204 \series default
27205  Actualmente hay un error en 
27206 \series bold
27207 endfloat
27208 \series default
27209  cuando la leyenda contiene el carácter alemán «ß».
27210  Usa en ese caso el comando «
27211 \series bold
27212
27213 \backslash
27214 ss
27215 \series default
27216 » en código \SpecialChar TeX
27217  en vez de «ß».
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset VSpace bigskip
27227 \end_inset
27228
27229 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
27230  como 
27231 \begin_inset CommandInset citation
27232 LatexCommand cite
27233 key "latexcompanion,latexguide,latexbook"
27234 literal "true"
27235
27236 \end_inset
27237
27238 .
27239 \end_layout
27240
27241 \begin_layout Section
27242 Rotación de flotantes
27243 \begin_inset CommandInset label
27244 LatexCommand label
27245 name "sec:Rotación-de-Flotantes"
27246
27247 \end_inset
27248
27249
27250 \begin_inset Index idx
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254 Flotantes ! Rotación
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Standard
27263 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
27264  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
27265  la opción 
27266 \family sans
27267 Girar
27268 \begin_inset space ~
27269 \end_inset
27270
27271 a
27272 \begin_inset space ~
27273 \end_inset
27274
27275 un
27276 \begin_inset space ~
27277 \end_inset
27278
27279 lado
27280 \family default
27281 .
27282 \end_layout
27283
27284 \begin_layout Standard
27285 Los flotantes girados son puestos siempre en su propia página (o columna
27286  si el documento es de dos columnas).
27287  Se les puede permitir abarcar varias columnas con la opción de configuración
27288  
27289 \family sans
27290 Extender
27291 \begin_inset space ~
27292 \end_inset
27293
27294 columnas
27295 \family default
27296 .
27297  Se rotan de forma que puedes leerlos desde el margen externo.
27298  Para forzar determinada dirección de rotación para todas las páginas, puedes
27299  añadir una de las opciones 
27300 \series bold
27301 figuresleft
27302 \series default
27303  o 
27304 \series bold
27305 figuresright
27306 \series default
27307  a las opciones de clase del documento.
27308 \end_layout
27309
27310 \begin_layout Standard
27311 Los flotantes girados se refieren igual que los normales, y el formato de
27312  la leyenda también es el mismo: un ejemplo es el cuadro
27313 \begin_inset space ~
27314 \end_inset
27315
27316
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "tab:Cuadro-girado"
27320
27321 \end_inset
27322
27323 .
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset Note Greyedout
27328 status open
27329
27330 \begin_layout Plain Layout
27331
27332 \series bold
27333 Nota:
27334 \series default
27335  No todos los visores DVI pueden mostrar cuadros girados.
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset Float table
27345 wide false
27346 sideways true
27347 status open
27348
27349 \begin_layout Plain Layout
27350 \begin_inset Caption Standard
27351
27352 \begin_layout Plain Layout
27353 \begin_inset CommandInset label
27354 LatexCommand label
27355 name "tab:Cuadro-girado"
27356
27357 \end_inset
27358
27359 Cuadro girado
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368 \align center
27369 \begin_inset Tabular
27370 <lyxtabular version="3" rows="1" columns="5">
27371 <features tabularvalignment="middle">
27372 <column alignment="center" valignment="top">
27373 <column alignment="center" valignment="top">
27374 <column alignment="center" valignment="top">
27375 <column alignment="center" valignment="top">
27376 <column alignment="center" valignment="top">
27377 <row>
27378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Plain Layout
27382 test
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27388 \begin_inset Text
27389
27390 \begin_layout Plain Layout
27391 b
27392 \end_layout
27393
27394 \end_inset
27395 </cell>
27396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400 c
27401 \end_layout
27402
27403 \end_inset
27404 </cell>
27405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409 d
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418 e
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 </row>
27424 </lyxtabular>
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Section
27437 Subflotantes
27438 \begin_inset Index idx
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 Flotantes ! Subflotantes
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
27452  imágenes.
27453  Se crean insertando un flotante dentro de otro.
27454  La colocación de los subflotantes puede controlarse como si fueran párrafos,
27455  como se muestra en los cuadros
27456 \begin_inset space ~
27457 \end_inset
27458
27459
27460 \begin_inset CommandInset ref
27461 LatexCommand ref
27462 reference "tab:Dos-subcuadros-adosados"
27463
27464 \end_inset
27465
27466  y
27467 \begin_inset space ~
27468 \end_inset
27469
27470
27471 \begin_inset CommandInset ref
27472 LatexCommand ref
27473 reference "tab:Dos-subcuadros-uno-sobre"
27474
27475 \end_inset
27476
27477 .
27478 \end_layout
27479
27480 \begin_layout Standard
27481 Las referencias a subflotantes funcionan como en los flotantes normales:
27482  el cuadro
27483 \begin_inset space ~
27484 \end_inset
27485
27486
27487 \begin_inset CommandInset ref
27488 LatexCommand ref
27489 reference "tab:Este-es-el-subcuadro-a"
27490
27491 \end_inset
27492
27493  y el cuadro
27494 \begin_inset space ~
27495 \end_inset
27496
27497
27498 \begin_inset CommandInset ref
27499 LatexCommand ref
27500 reference "tab:Este-es-el-subcuadro-b"
27501
27502 \end_inset
27503
27504  son subcuadros del cuadro
27505 \begin_inset space ~
27506 \end_inset
27507
27508
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "tab:Dos-subcuadros-adosados"
27512
27513 \end_inset
27514
27515 .
27516 \end_layout
27517
27518 \begin_layout Standard
27519 \begin_inset Float table
27520 wide false
27521 sideways false
27522 status open
27523
27524 \begin_layout Plain Layout
27525 \begin_inset Caption Standard
27526
27527 \begin_layout Plain Layout
27528 \begin_inset CommandInset label
27529 LatexCommand label
27530 name "tab:Dos-subcuadros-adosados"
27531
27532 \end_inset
27533
27534 Dos subcuadros adosados
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Plain Layout
27543 \begin_inset space \hfill{}
27544 \end_inset
27545
27546
27547 \begin_inset Float table
27548 wide false
27549 sideways false
27550 status open
27551
27552 \begin_layout Plain Layout
27553 \begin_inset Caption Standard
27554
27555 \begin_layout Plain Layout
27556 \begin_inset CommandInset label
27557 LatexCommand label
27558 name "tab:Este-es-el-subcuadro-a"
27559
27560 \end_inset
27561
27562 Este es el subcuadro a
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Plain Layout
27571 \align center
27572 \begin_inset Tabular
27573 <lyxtabular version="3" rows="1" columns="5">
27574 <features tabularvalignment="middle">
27575 <column alignment="center" valignment="top">
27576 <column alignment="center" valignment="top">
27577 <column alignment="center" valignment="top">
27578 <column alignment="center" valignment="top">
27579 <column alignment="center" valignment="top">
27580 <row>
27581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Plain Layout
27585 test 
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27591 \begin_inset Text
27592
27593 \begin_layout Plain Layout
27594 b
27595 \end_layout
27596
27597 \end_inset
27598 </cell>
27599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27600 \begin_inset Text
27601
27602 \begin_layout Plain Layout
27603 c
27604 \end_layout
27605
27606 \end_inset
27607 </cell>
27608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27609 \begin_inset Text
27610
27611 \begin_layout Plain Layout
27612 d
27613 \end_layout
27614
27615 \end_inset
27616 </cell>
27617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27618 \begin_inset Text
27619
27620 \begin_layout Plain Layout
27621 e
27622 \end_layout
27623
27624 \end_inset
27625 </cell>
27626 </row>
27627 </lyxtabular>
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \begin_inset space \hfill{}
27638 \end_inset
27639
27640
27641 \begin_inset Float table
27642 wide false
27643 sideways false
27644 status open
27645
27646 \begin_layout Plain Layout
27647 \begin_inset Caption Standard
27648
27649 \begin_layout Plain Layout
27650 \begin_inset CommandInset label
27651 LatexCommand label
27652 name "tab:Este-es-el-subcuadro-b"
27653
27654 \end_inset
27655
27656 Esta es la subtabla b
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Plain Layout
27665 \align center
27666 \begin_inset Tabular
27667 <lyxtabular version="3" rows="1" columns="5">
27668 <features tabularvalignment="middle">
27669 <column alignment="center" valignment="top">
27670 <column alignment="center" valignment="top">
27671 <column alignment="center" valignment="top">
27672 <column alignment="center" valignment="top">
27673 <column alignment="center" valignment="top">
27674 <row>
27675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Plain Layout
27679 e
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Plain Layout
27688 d
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Plain Layout
27697 c
27698 \end_layout
27699
27700 \end_inset
27701 </cell>
27702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706 b
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 test
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 </row>
27721 </lyxtabular>
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \begin_inset space \hfill{}
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Standard
27743 \begin_inset Float table
27744 wide false
27745 sideways false
27746 status open
27747
27748 \begin_layout Plain Layout
27749 \begin_inset Caption Standard
27750
27751 \begin_layout Plain Layout
27752 \begin_inset CommandInset label
27753 LatexCommand label
27754 name "tab:Dos-subcuadros-uno-sobre"
27755
27756 \end_inset
27757
27758 Dos subcuadros colocados uno sobre otro.
27759  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Plain Layout
27768 \noindent
27769 \align center
27770 \begin_inset Float table
27771 wide false
27772 sideways false
27773 status open
27774
27775 \begin_layout Plain Layout
27776 \begin_inset Caption Standard
27777
27778 \begin_layout Plain Layout
27779
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Plain Layout
27788 \align center
27789 \begin_inset Tabular
27790 <lyxtabular version="3" rows="1" columns="4">
27791 <features tabularvalignment="middle">
27792 <column alignment="center" valignment="top">
27793 <column alignment="center" valignment="top">
27794 <column alignment="center" valignment="top">
27795 <column alignment="center" valignment="top">
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 test
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 test
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 test
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 test
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 </row>
27834 </lyxtabular>
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Plain Layout
27847 \align center
27848 \begin_inset Float table
27849 wide false
27850 sideways false
27851 status open
27852
27853 \begin_layout Plain Layout
27854 \begin_inset Caption Standard
27855
27856 \begin_layout Plain Layout
27857
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \begin_layout Plain Layout
27866 \align center
27867 \begin_inset Tabular
27868 <lyxtabular version="3" rows="1" columns="5">
27869 <features tabularvalignment="middle">
27870 <column alignment="center" valignment="top">
27871 <column alignment="center" valignment="top">
27872 <column alignment="center" valignment="top">
27873 <column alignment="center" valignment="top">
27874 <column alignment="center" valignment="top">
27875 <row>
27876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880 a
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 b
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 c
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Plain Layout
27907 d
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 e
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 </row>
27922 </lyxtabular>
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Section
27940 Flotantes adosados
27941 \begin_inset Index idx
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 Flotantes ! Adosados
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Standard
27954 Para colocar flotantes unos junto a otros, como en la figura
27955 \begin_inset space ~
27956 \end_inset
27957
27958
27959 \begin_inset CommandInset ref
27960 LatexCommand ref
27961 reference "fig:Flotante-izquierda"
27962
27963 \end_inset
27964
27965  y 
27966 \begin_inset CommandInset ref
27967 LatexCommand ref
27968 reference "fig:Flotante-derecha"
27969
27970 \end_inset
27971
27972 , se pone 
27973 \emph on
27974 un
27975 \emph default
27976  solo flotante.
27977  En él se insertan dos cuadros tipo minipágina.
27978 \begin_inset Foot
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 Las minipáginas se explican en la sección
27983 \begin_inset space ~
27984 \end_inset
27985
27986
27987 \begin_inset CommandInset ref
27988 LatexCommand ref
27989 reference "sec:Minipáginas"
27990
27991 \end_inset
27992
27993 .
27994 \end_layout
27995
27996 \end_inset
27997
27998  La anchura de la columna se establece en 45-50
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 % y la alineación en 
28003 \family sans
28004 Inferior
28005 \family default
28006  para cada minipágina.
28007  Las minipáginas contienen la imagen y su título, de igual forma que en
28008  los flotantes.
28009  La única diferencia es que el 
28010 \family sans
28011 Ancho
28012 \begin_inset space ~
28013 \end_inset
28014
28015 de
28016 \begin_inset space ~
28017 \end_inset
28018
28019 columna
28020 \begin_inset space ~
28021 \end_inset
28022
28023 %
28024 \family default
28025  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 \begin_inset Float figure
28030 placement h
28031 wide false
28032 sideways false
28033 status open
28034
28035 \begin_layout Plain Layout
28036 \begin_inset Box Frameless
28037 position "b"
28038 hor_pos "c"
28039 has_inner_box 1
28040 inner_pos "t"
28041 use_parbox 0
28042 use_makebox 0
28043 width "45col%"
28044 special "none"
28045 height "1in"
28046 height_special "totalheight"
28047 thickness "0.4pt"
28048 separation "3pt"
28049 shadowsize "4pt"
28050 framecolor "black"
28051 backgroundcolor "none"
28052 status open
28053
28054 \begin_layout Plain Layout
28055 \align center
28056 \begin_inset Graphics
28057         filename ../clipart/2D-intensity-plot.pdf
28058         width 100col%
28059         scaleBeforeRotation
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Plain Layout
28067 \begin_inset Caption Standard
28068
28069 \begin_layout Plain Layout
28070 \begin_inset CommandInset label
28071 LatexCommand label
28072 name "fig:Flotante-izquierda"
28073
28074 \end_inset
28075
28076 Flotante en el lado izquierdo.
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \begin_inset space \hfill{}
28088 \end_inset
28089
28090
28091 \begin_inset Box Frameless
28092 position "b"
28093 hor_pos "c"
28094 has_inner_box 1
28095 inner_pos "t"
28096 use_parbox 0
28097 use_makebox 0
28098 width "45col%"
28099 special "none"
28100 height "1in"
28101 height_special "totalheight"
28102 thickness "0.4pt"
28103 separation "3pt"
28104 shadowsize "4pt"
28105 framecolor "black"
28106 backgroundcolor "none"
28107 status open
28108
28109 \begin_layout Plain Layout
28110 \align center
28111 \begin_inset Graphics
28112         filename ../clipart/Star-structure.pdf
28113         width 100col%
28114         scaleBeforeRotation
28115
28116 \end_inset
28117
28118
28119 \end_layout
28120
28121 \begin_layout Plain Layout
28122 \begin_inset Caption Standard
28123
28124 \begin_layout Plain Layout
28125 \begin_inset CommandInset label
28126 LatexCommand label
28127 name "fig:Flotante-derecha"
28128
28129 \end_inset
28130
28131 Flotante en el lado derecho.
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Standard
28150 Una solución alternativa más simple es usar el módulo 
28151 \family sans
28152 Minipáginas
28153 \begin_inset space ~
28154 \end_inset
28155
28156 ancho
28157 \begin_inset space ~
28158 \end_inset
28159
28160 variable
28161 \family default
28162 , véase la sección
28163 \begin_inset space \thinspace{}
28164 \end_inset
28165
28166
28167 \begin_inset CommandInset ref
28168 LatexCommand ref
28169 reference "sec:Minipáginas"
28170
28171 \end_inset
28172
28173 .
28174  Las minipáginas de anchura variable se adaptan automáticamente a la anchura
28175  de figuras y cuadros.
28176  No requieren una anchura explícita y mejoran la alineación horizontal del
28177  contenido.
28178  El archivo de ejemplo \SpecialChar LyX
28179  
28180 \emph on
28181 varwidth-floats-side-by-side
28182 \emph default
28183  da ejemplos de cómo hacer esto.
28184 \end_layout
28185
28186 \begin_layout Section
28187 Formato de las leyendas
28188 \begin_inset Index idx
28189 status collapsed
28190
28191 \begin_layout Plain Layout
28192 Leyendas ! Formato
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \begin_inset Index idx
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202 Flotantes ! Formato de las leyendas
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \begin_inset CommandInset label
28209 LatexCommand label
28210 name "sec:Formato-de-leyendas"
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Standard
28218 El entorno 
28219 \family sans
28220 Leyenda
28221 \family default
28222  es el predeterminado para los 
28223 \family sans
28224 Flotantes
28225 \family default
28226 .
28227  En \SpecialChar LyX
28228  las leyendas se muestran como etiqueta, p.
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 e.
28233 \begin_inset space ~
28234 \end_inset
28235
28236 «
28237 \family sans
28238 Figura #
28239 \family default
28240 :» seguida por el texto.
28241  «#» es el número real de referencia.
28242  Por omisión la etiqueta y el número usan la misma tipografía que el texto
28243  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
28244  del texto.
28245  El entorno leyenda no es apropiado para todos los tipos de documento.
28246  
28247 \end_layout
28248
28249 \begin_layout Standard
28250 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
28251  
28252 \series bold
28253 caption
28254 \series default
28255
28256 \begin_inset Index idx
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 \SpecialChar LaTeX
28261 -paquetes ! caption
28262 \end_layout
28263
28264 \end_inset
28265
28266  en el preámbulo del documento con la línea:
28267 \end_layout
28268
28269 \begin_layout Standard
28270
28271 \series bold
28272
28273 \backslash
28274 usepackage[definición de formato]{caption}
28275 \end_layout
28276
28277 \begin_layout Standard
28278 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
28279  las leyendas de cuadro siempre sobre él como en este documento, usa el
28280  comando:
28281 \end_layout
28282
28283 \begin_layout Standard
28284
28285 \series bold
28286
28287 \backslash
28288 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28289 \end_layout
28290
28291 \begin_layout Standard
28292 También puedes definir distintos formatos de leyenda para los distintos
28293  tipos de flotantes.
28294  En ese caso carga el paquete 
28295 \series bold
28296 caption
28297 \series default
28298  sin opciones específicas y define los distintos formatos con ayuda del
28299  comando
28300 \end_layout
28301
28302 \begin_layout Standard
28303
28304 \series bold
28305
28306 \backslash
28307 captionsetup[tipo de flotante]{definición de formato}
28308 \end_layout
28309
28310 \begin_layout Standard
28311 en el preámbulo del documento.
28312  Por ejemplo las leyendas de la Figura
28313 \begin_inset space ~
28314 \end_inset
28315
28316
28317 \begin_inset CommandInset ref
28318 LatexCommand ref
28319 reference "fig:Esto-es-una-fig"
28320
28321 \end_inset
28322
28323  y el cuadro
28324 \begin_inset space ~
28325 \end_inset
28326
28327
28328 \begin_inset CommandInset ref
28329 LatexCommand ref
28330 reference "tab:Esto-es-un-cuadro"
28331
28332 \end_inset
28333
28334  pueden crearse usando los siguientes comandos en el preámbulo:
28335 \end_layout
28336
28337 \begin_layout Standard
28338
28339 \series bold
28340
28341 \backslash
28342 usepackage[tableposition=top]{caption}
28343 \series default
28344
28345 \begin_inset Newline newline
28346 \end_inset
28347
28348
28349 \series bold
28350
28351 \backslash
28352 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \begin_inset Phantom HPhantom
28358 status open
28359
28360 \begin_layout Plain Layout
28361
28362 \series bold
28363
28364 \backslash
28365 captionsetup[figure]{
28366 \end_layout
28367
28368 \end_inset
28369
28370 labelsep=period}
28371 \begin_inset Newline newline
28372 \end_inset
28373
28374
28375 \backslash
28376 captionsetup[table]{labelfont={bf,sf}}
28377 \end_layout
28378
28379 \begin_layout Standard
28380 \begin_inset Note Greyedout
28381 status open
28382
28383 \begin_layout Plain Layout
28384
28385 \series bold
28386 Nota: 
28387 \series default
28388 La opción 
28389 \series bold
28390 tableposition=top
28391 \series default
28392  no tiene efecto si se usa una clase de documento 
28393 \series bold
28394 KOMA-Script
28395 \series default
28396 .
28397  En este caso debe utilizarse la opción de clase de documento 
28398 \series bold
28399 captions=tableheading
28400 \series default
28401 .
28402  
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Standard
28411 Para más información sobre el paquete 
28412 \series bold
28413 caption
28414 \series default
28415  acude a su documentación 
28416 \begin_inset CommandInset citation
28417 LatexCommand cite
28418 key "caption"
28419 literal "true"
28420
28421 \end_inset
28422
28423 .
28424 \end_layout
28425
28426 \begin_layout Standard
28427 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 e., usa el siguiente comando de preámbulo:
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 renewcommand{
28440 \backslash
28441 fnum@figure}{Imagen~
28442 \backslash
28443 thefigure}
28444 \end_layout
28445
28446 \begin_layout Standard
28447 donde 
28448 \series bold
28449
28450 \backslash
28451 thefigure
28452 \series default
28453  inserta el número de figura y «~» genera un espacio protegido.
28454
28455 \series bold
28456  
28457 \end_layout
28458
28459 \begin_layout Standard
28460 \begin_inset VSpace bigskip
28461 \end_inset
28462
28463 Si estás usando una clase de documento 
28464 \series bold
28465 KOMA-Script
28466 \series default
28467
28468 \begin_inset Index idx
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 \SpecialChar LaTeX
28473 -paquetes ! KOMA-Script
28474 \end_layout
28475
28476 \end_inset
28477
28478  (
28479 \family sans
28480 article (KOMA-Script)
28481 \family default
28482
28483 \family sans
28484 book (KOMA-Script)
28485 \family default
28486
28487 \family sans
28488 letter (KOMA-Script)
28489 \family default
28490 , o 
28491 \family sans
28492 report (KOMA-Script)
28493 \family default
28494
28495 \begin_inset space \thinspace{}
28496 \end_inset
28497
28498 ), puedes emplear en vez del paquete 
28499 \series bold
28500 caption
28501 \series default
28502  el comando 
28503 \series bold
28504
28505 \backslash
28506 setkomafont
28507 \series default
28508  incluido en 
28509 \series bold
28510 KOMA-Script
28511 \series default
28512 .
28513  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
28514  comando en el preámbulo del documento:
28515 \end_layout
28516
28517 \begin_layout Standard
28518
28519 \series bold
28520
28521 \backslash
28522 setkomafont{captionlabel}{
28523 \backslash
28524 bfseries}
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Más información sobre 
28529 \series bold
28530
28531 \backslash
28532 setkomafont
28533 \series default
28534  en la documentación de 
28535 \series bold
28536 KOMA-Script
28537 \series default
28538  
28539 \begin_inset CommandInset citation
28540 LatexCommand cite
28541 key "KOMA-Script"
28542 literal "true"
28543
28544 \end_inset
28545
28546 .
28547 \end_layout
28548
28549 \begin_layout Standard
28550 \begin_inset ERT
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554
28555
28556 \backslash
28557 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28558 }
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \begin_inset Note Note
28565 status collapsed
28566
28567 \begin_layout Plain Layout
28568 El formato de la leyenda se ha cambiado sólo para este ejemplo.
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Standard
28577 \begin_inset Float figure
28578 placement !p
28579 wide false
28580 sideways false
28581 status open
28582
28583 \begin_layout Plain Layout
28584 \align center
28585 \begin_inset Graphics
28586         filename ../clipart/2D-intensity-plot.pdf
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \begin_layout Plain Layout
28594 \begin_inset Caption Standard
28595
28596 \begin_layout Plain Layout
28597 \begin_inset CommandInset label
28598 LatexCommand label
28599 name "fig:Esto-es-una-fig"
28600
28601 \end_inset
28602
28603
28604 \begin_inset Argument 1
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608 Figura con leyenda muy larga
28609 \end_layout
28610
28611 \end_inset
28612
28613 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
28614  el formato diferente.
28615  Aquí se usa una leyenda personalizada.
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \end_layout
28627
28628 \begin_layout Standard
28629 \begin_inset ERT
28630 status collapsed
28631
28632 \begin_layout Plain Layout
28633
28634
28635 \backslash
28636 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28637 on}
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Standard
28646 \begin_inset Float table
28647 placement !p
28648 wide false
28649 sideways false
28650 status open
28651
28652 \begin_layout Plain Layout
28653 \begin_inset Caption Standard
28654
28655 \begin_layout Plain Layout
28656 \begin_inset CommandInset label
28657 LatexCommand label
28658 name "tab:Esto-es-un-cuadro"
28659
28660 \end_inset
28661
28662
28663 \begin_inset Argument 1
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 Cuadro con leyenda muy larga
28668 \end_layout
28669
28670 \end_inset
28671
28672 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
28673  el formato diferente.
28674  Aquí se usa el formato de leyenda estándar para los cuadros.
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \end_layout
28681
28682 \begin_layout Plain Layout
28683 \align center
28684 \begin_inset Tabular
28685 <lyxtabular version="3" rows="1" columns="5">
28686 <features tabularvalignment="middle">
28687 <column alignment="center" valignment="top">
28688 <column alignment="center" valignment="top">
28689 <column alignment="center" valignment="top">
28690 <column alignment="center" valignment="top">
28691 <column alignment="center" valignment="top">
28692 <row>
28693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28694 \begin_inset Text
28695
28696 \begin_layout Plain Layout
28697 a
28698 \end_layout
28699
28700 \end_inset
28701 </cell>
28702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706 b
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28712 \begin_inset Text
28713
28714 \begin_layout Plain Layout
28715 c
28716 \end_layout
28717
28718 \end_inset
28719 </cell>
28720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28721 \begin_inset Text
28722
28723 \begin_layout Plain Layout
28724 d
28725 \end_layout
28726
28727 \end_inset
28728 </cell>
28729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28730 \begin_inset Text
28731
28732 \begin_layout Plain Layout
28733 e
28734 \end_layout
28735
28736 \end_inset
28737 </cell>
28738 </row>
28739 </lyxtabular>
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \end_inset
28747
28748
28749 \end_layout
28750
28751 \begin_layout Section
28752 Colocación de leyendas
28753 \begin_inset Index idx
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757 Leyendas ! Colocación
28758 \end_layout
28759
28760 \end_inset
28761
28762
28763 \begin_inset Index idx
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 Flotantes ! Colocación de leyendas
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset CommandInset label
28774 LatexCommand label
28775 name "sec:Colocación-de-leyendas"
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 La norma habitual para colocar las leyendas es:
28784 \end_layout
28785
28786 \begin_layout Description
28787 Figura: La leyenda al pie de las figuras
28788 \end_layout
28789
28790 \begin_layout Description
28791 Cuadro: La leyenda sobre los cuadros
28792 \end_layout
28793
28794 \begin_layout Standard
28795 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
28796  no soportan leyendas sobre un
28797  cuadro.
28798  Esto implica que si usas las clases de documento 
28799 \family sans
28800 article
28801 \family default
28802
28803 \family sans
28804 book
28805 \family default
28806
28807 \family sans
28808 letter
28809 \family default
28810 , o 
28811 \family sans
28812 report
28813 \family default
28814  no habrá espacio entre la leyenda y el cuadro.
28815  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
28816  
28817 \series bold
28818 caption
28819 \series default
28820
28821 \begin_inset Index idx
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825 \SpecialChar LaTeX
28826 -paquetes ! caption
28827 \end_layout
28828
28829 \end_inset
28830
28831  en el preámbulo del documento con la opción
28832 \begin_inset Foot
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 Véase la sección
28837 \begin_inset space ~
28838 \end_inset
28839
28840
28841 \begin_inset CommandInset ref
28842 LatexCommand ref
28843 reference "sec:Formato-de-leyendas"
28844
28845 \end_inset
28846
28847  para más información sobre el paquete 
28848 \series bold
28849 caption
28850 \series default
28851 .
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860
28861 \series bold
28862 tableposition=top
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Si estás usando la clase 
28867 \series bold
28868 KOMA-Script
28869 \series default
28870
28871 \begin_inset Index idx
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 \SpecialChar LaTeX
28876 -paquetes ! KOMA-Script
28877 \end_layout
28878
28879 \end_inset
28880
28881  (
28882 \family sans
28883 article (KOMA-Script)
28884 \family default
28885
28886 \family sans
28887 book (KOMA-Script)
28888 \family default
28889
28890 \family sans
28891 letter (KOMA-Script)
28892 \family default
28893 , o 
28894 \family sans
28895 report (KOMA-Script)
28896 \family default
28897
28898 \begin_inset space \thinspace{}
28899 \end_inset
28900
28901 ), en vez de 
28902 \series bold
28903 caption
28904 \series default
28905  puedes poner
28906 \end_layout
28907
28908 \begin_layout Standard
28909
28910 \series bold
28911 captions=tableheading
28912 \end_layout
28913
28914 \begin_layout Standard
28915 en las opciones de clase del documento.
28916 \begin_inset Foot
28917 status open
28918
28919 \begin_layout Plain Layout
28920 Esta opción se usa en este documento.
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
28930  una leyenda y marcar en el menú contextual si la quieres encima o debajo
28931  del cuadro o la figura.
28932  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
28933 inada por el documento.
28934  El cuadro
28935 \begin_inset space ~
28936 \end_inset
28937
28938
28939 \begin_inset CommandInset ref
28940 LatexCommand ref
28941 reference "tab:Una-leyenda-marcada"
28942
28943 \end_inset
28944
28945  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
28946  aunque esté encima.
28947  Se puede comparar con la leyenda sin marcar del cuadro
28948 \begin_inset space ~
28949 \end_inset
28950
28951
28952 \begin_inset CommandInset ref
28953 LatexCommand ref
28954 reference "tab:Leyenda-estándar"
28955
28956 \end_inset
28957
28958 .
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset Float table
28963 wide false
28964 sideways false
28965 status open
28966
28967 \begin_layout Plain Layout
28968 \begin_inset Caption Below
28969
28970 \begin_layout Plain Layout
28971 \begin_inset CommandInset label
28972 LatexCommand label
28973 name "tab:Una-leyenda-marcada"
28974
28975 \end_inset
28976
28977 Leyenda marcada para colocar bajo el cuadro.
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Plain Layout
28986 \align center
28987 \begin_inset Tabular
28988 <lyxtabular version="3" rows="3" columns="3">
28989 <features tabularvalignment="middle">
28990 <column alignment="center" valignment="top" width="0pt">
28991 <column alignment="center" valignment="top" width="0pt">
28992 <column alignment="center" valignment="top" width="0pt">
28993 <row>
28994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28995 \begin_inset Text
28996
28997 \begin_layout Plain Layout
28998 1
28999 \end_layout
29000
29001 \end_inset
29002 </cell>
29003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29004 \begin_inset Text
29005
29006 \begin_layout Plain Layout
29007 2
29008 \end_layout
29009
29010 \end_inset
29011 </cell>
29012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29013 \begin_inset Text
29014
29015 \begin_layout Plain Layout
29016 3
29017 \end_layout
29018
29019 \end_inset
29020 </cell>
29021 </row>
29022 <row>
29023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29024 \begin_inset Text
29025
29026 \begin_layout Plain Layout
29027 Joe
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29033 \begin_inset Text
29034
29035 \begin_layout Plain Layout
29036 Mary
29037 \end_layout
29038
29039 \end_inset
29040 </cell>
29041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29042 \begin_inset Text
29043
29044 \begin_layout Plain Layout
29045 Ted
29046 \end_layout
29047
29048 \end_inset
29049 </cell>
29050 </row>
29051 <row>
29052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 \begin_inset Formula $\int x^{2}dx$
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \end_inset
29063 </cell>
29064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29065 \begin_inset Text
29066
29067 \begin_layout Plain Layout
29068 \begin_inset Formula $\left[\begin{array}{cc}
29069 a & b\\
29070 c & d
29071 \end{array}\right]$
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29080 \begin_inset Text
29081
29082 \begin_layout Plain Layout
29083 \begin_inset Formula $1+1=2$
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \end_inset
29090 </cell>
29091 </row>
29092 </lyxtabular>
29093
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Standard
29105 \begin_inset Float table
29106 wide false
29107 sideways false
29108 status open
29109
29110 \begin_layout Plain Layout
29111 \begin_inset Caption Standard
29112
29113 \begin_layout Plain Layout
29114 \begin_inset CommandInset label
29115 LatexCommand label
29116 name "tab:Leyenda-estándar"
29117
29118 \end_inset
29119
29120 Leyenda de cuadro estándar.
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Plain Layout
29129 \align center
29130 \begin_inset Tabular
29131 <lyxtabular version="3" rows="3" columns="3">
29132 <features tabularvalignment="middle">
29133 <column alignment="center" valignment="top" width="0pt">
29134 <column alignment="center" valignment="top" width="0pt">
29135 <column alignment="center" valignment="top" width="0pt">
29136 <row>
29137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141 1
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Plain Layout
29150 2
29151 \end_layout
29152
29153 \end_inset
29154 </cell>
29155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29156 \begin_inset Text
29157
29158 \begin_layout Plain Layout
29159 3
29160 \end_layout
29161
29162 \end_inset
29163 </cell>
29164 </row>
29165 <row>
29166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29167 \begin_inset Text
29168
29169 \begin_layout Plain Layout
29170 Joe
29171 \end_layout
29172
29173 \end_inset
29174 </cell>
29175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29176 \begin_inset Text
29177
29178 \begin_layout Plain Layout
29179 Mary
29180 \end_layout
29181
29182 \end_inset
29183 </cell>
29184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29185 \begin_inset Text
29186
29187 \begin_layout Plain Layout
29188 Ted
29189 \end_layout
29190
29191 \end_inset
29192 </cell>
29193 </row>
29194 <row>
29195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29196 \begin_inset Text
29197
29198 \begin_layout Plain Layout
29199 \begin_inset Formula $\int x^{2}dx$
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \end_inset
29206 </cell>
29207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29208 \begin_inset Text
29209
29210 \begin_layout Plain Layout
29211 \begin_inset Formula $\left[\begin{array}{cc}
29212 a & b\\
29213 c & d
29214 \end{array}\right]$
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \end_inset
29221 </cell>
29222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29223 \begin_inset Text
29224
29225 \begin_layout Plain Layout
29226 \begin_inset Formula $1+1=2$
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \end_inset
29233 </cell>
29234 </row>
29235 </lyxtabular>
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248 \begin_inset VSpace bigskip
29249 \end_inset
29250
29251 También es posible poner la leyenda junto a una figura o cuadro.
29252  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
29253  
29254 \series bold
29255 sidecap
29256 \series default
29257
29258 \begin_inset Index idx
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262 \SpecialChar LaTeX
29263 -paquetes ! sidecap
29264 \end_layout
29265
29266 \end_inset
29267
29268  añadiendo en el preámbulo del documento la línea
29269 \end_layout
29270
29271 \begin_layout Standard
29272
29273 \series bold
29274
29275 \backslash
29276 usepackage[option]{sidecap}
29277 \end_layout
29278
29279 \begin_layout Standard
29280 Si no se especifica opción, la leyenda se ubica del lado del margen externo
29281  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
29282  Puedes cambiar la colocación al margen interno con la opción 
29283 \series bold
29284 innercaption
29285 \series default
29286 .
29287  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
29288  opciones 
29289 \series bold
29290 rightcaption
29291 \series default
29292  o 
29293 \series bold
29294 leftcaption
29295 \series default
29296 , respectivamente.
29297 \end_layout
29298
29299 \begin_layout Standard
29300 \begin_inset ERT
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304
29305
29306 \backslash
29307 ifsidecap
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \begin_inset Note Note
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
29318  \SpecialChar LaTeX
29319  
29320 \series bold
29321 sidecap
29322 \series default
29323 .
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Standard
29332 Para situar en \SpecialChar LyX
29333  la leyenda de un flotante al lado, es necesario añadir estos
29334  comandos al preámbulo del documento:
29335 \end_layout
29336
29337 \begin_layout Standard
29338 \noindent
29339 \begin_inset CommandInset line
29340 LatexCommand rule
29341 offset "0.5ex"
29342 width "100line%"
29343 height "1pt"
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351
29352 \series bold
29353
29354 \backslash
29355 newcommand{
29356 \backslash
29357 TabBesBeg}[1][1.0]{%
29358 \begin_inset Newline newline
29359 \end_inset
29360
29361
29362 \begin_inset Phantom HPhantom
29363 status open
29364
29365 \begin_layout Plain Layout
29366 \begin_inset space ~
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \end_inset
29373
29374
29375 \backslash
29376 let
29377 \backslash
29378 MyTable
29379 \backslash
29380 table
29381 \begin_inset Newline newline
29382 \end_inset
29383
29384
29385 \begin_inset Phantom HPhantom
29386 status open
29387
29388 \begin_layout Plain Layout
29389
29390 \series medium
29391 \begin_inset space ~
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \backslash
29401 let
29402 \backslash
29403 MyEndtable
29404 \backslash
29405 endtable
29406 \begin_inset Newline newline
29407 \end_inset
29408
29409
29410 \begin_inset Phantom HPhantom
29411 status open
29412
29413 \begin_layout Plain Layout
29414
29415 \series medium
29416 \begin_inset space ~
29417 \end_inset
29418
29419
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \backslash
29426 renewenvironment{table}[1]{
29427 \backslash
29428 begin{SCtable}[#1]##1}{
29429 \backslash
29430 end{SCtable}}}
29431 \end_layout
29432
29433 \begin_layout Standard
29434
29435 \series bold
29436
29437 \backslash
29438 newcommand{
29439 \backslash
29440 TabBesEnd}{%
29441 \begin_inset Newline newline
29442 \end_inset
29443
29444
29445 \begin_inset Phantom HPhantom
29446 status open
29447
29448 \begin_layout Plain Layout
29449 \begin_inset space ~
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \backslash
29459 let
29460 \backslash
29461 table
29462 \backslash
29463 MyTable
29464 \begin_inset Newline newline
29465 \end_inset
29466
29467
29468 \begin_inset Phantom HPhantom
29469 status open
29470
29471 \begin_layout Plain Layout
29472 \begin_inset space ~
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \backslash
29482 let
29483 \backslash
29484 endtable
29485 \backslash
29486 MyEndtable
29487 \end_layout
29488
29489 \begin_layout Standard
29490
29491 \series bold
29492
29493 \backslash
29494 newcommand{
29495 \backslash
29496 FigBesBeg}[1][1.0]{%
29497 \begin_inset Newline newline
29498 \end_inset
29499
29500
29501 \begin_inset Phantom HPhantom
29502 status open
29503
29504 \begin_layout Plain Layout
29505 \begin_inset space ~
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \backslash
29515 let
29516 \backslash
29517 MyFigure
29518 \backslash
29519 figure
29520 \begin_inset Newline newline
29521 \end_inset
29522
29523
29524 \begin_inset Phantom HPhantom
29525 status open
29526
29527 \begin_layout Plain Layout
29528 \begin_inset space ~
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \backslash
29538 let
29539 \backslash
29540 MyEndfigure
29541 \backslash
29542 endfigure
29543 \begin_inset Newline newline
29544 \end_inset
29545
29546
29547 \begin_inset Phantom HPhantom
29548 status open
29549
29550 \begin_layout Plain Layout
29551 \begin_inset space ~
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \backslash
29561 renewenvironment{figure}[1]{
29562 \backslash
29563 begin{SCfigure}[#1]##1}{
29564 \backslash
29565 end{SCfigure}}}
29566 \end_layout
29567
29568 \begin_layout Standard
29569
29570 \series bold
29571
29572 \backslash
29573 newcommand{
29574 \backslash
29575 FigBesEnd}{%
29576 \begin_inset Newline newline
29577 \end_inset
29578
29579
29580 \begin_inset Phantom HPhantom
29581 status open
29582
29583 \begin_layout Plain Layout
29584 \begin_inset space ~
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \backslash
29594 let
29595 \backslash
29596 figure
29597 \backslash
29598 MyFigure
29599 \begin_inset Newline newline
29600 \end_inset
29601
29602
29603 \begin_inset Phantom HPhantom
29604 status open
29605
29606 \begin_layout Plain Layout
29607 \begin_inset space ~
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \backslash
29617 let
29618 \backslash
29619 endfigure
29620 \backslash
29621 MyEndfigure}
29622 \end_layout
29623
29624 \begin_layout Standard
29625 \noindent
29626 \begin_inset CommandInset line
29627 LatexCommand rule
29628 offset "0.5ex"
29629 width "100line%"
29630 height "1pt"
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
29639  en un lado.
29640  Para figuras flotantes usa el comando
29641 \end_layout
29642
29643 \begin_layout Standard
29644
29645 \series bold
29646
29647 \backslash
29648 FigBesBeg
29649 \end_layout
29650
29651 \begin_layout Standard
29652 en código \SpecialChar TeX
29653  antes del flotante.
29654  Y inserta
29655 \end_layout
29656
29657 \begin_layout Standard
29658
29659 \series bold
29660
29661 \backslash
29662 FigBesEnd
29663 \end_layout
29664
29665 \begin_layout Standard
29666 en código \SpecialChar TeX
29667  en el punto en que quieras volver a la definición original de
29668  flotantes.
29669 \end_layout
29670
29671 \begin_layout Standard
29672 Para cuadros flotantes usa los comandos correspondientes
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 TabBesBeg
29681 \series default
29682  y 
29683 \series bold
29684
29685 \backslash
29686 TabBesEnd
29687 \end_layout
29688
29689 \begin_layout Standard
29690 La figura
29691 \begin_inset space ~
29692 \end_inset
29693
29694
29695 \begin_inset CommandInset ref
29696 LatexCommand ref
29697 reference "fig:encab-al-lado"
29698
29699 \end_inset
29700
29701  y el cuadro
29702 \begin_inset space ~
29703 \end_inset
29704
29705
29706 \begin_inset CommandInset ref
29707 LatexCommand ref
29708 reference "tab:encab-al-lado"
29709
29710 \end_inset
29711
29712  son ejemplos en los que el título se sitúa al lado.
29713 \end_layout
29714
29715 \begin_layout Standard
29716 En los ejemplos puedes ver que el texto del título aparece encima del flotante
29717  en cuadros flotantes y debajo en las figuras flotantes.
29718  Para cambiarlo, puedes usar el comando
29719 \end_layout
29720
29721 \begin_layout Standard
29722
29723 \series bold
29724
29725 \backslash
29726 sidecaptionvpos{tipo de flotante}{colocación}
29727 \end_layout
29728
29729 \begin_layout Standard
29730 en el preámbulo o en código \SpecialChar TeX
29731  antes del flotante.
29732  El 
29733 \emph on
29734 tipo de flotante
29735 \emph default
29736  es 
29737 \family sans
29738 figure
29739 \family default
29740  o 
29741 \family sans
29742 table
29743 \family default
29744 , la 
29745 \emph on
29746 colocación
29747 \emph default
29748  puede ser «
29749 \family sans
29750 t
29751 \family default
29752 » por «top» (arriba), «
29753 \family sans
29754 c
29755 \family default
29756 » por «center» (centro), o «
29757 \family sans
29758 b
29759 \family default
29760 » por «bottom» (abajo).
29761  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
29762  usa el comando
29763 \end_layout
29764
29765 \begin_layout Standard
29766
29767 \series bold
29768
29769 \backslash
29770 sidecaptionvpos{figure}{c}
29771 \end_layout
29772
29773 \begin_layout Standard
29774 Esto se ha hecho en la figura
29775 \begin_inset space ~
29776 \end_inset
29777
29778
29779 \begin_inset CommandInset ref
29780 LatexCommand ref
29781 reference "fig:encab-al-lado-de-fig"
29782
29783 \end_inset
29784
29785 .
29786 \end_layout
29787
29788 \begin_layout Standard
29789 \begin_inset VSpace medskip
29790 \end_inset
29791
29792
29793 \end_layout
29794
29795 \begin_layout Standard
29796 La anchura predeterminada de la leyenda es la del cuadro/figura.
29797  Para cuadros o figuras estrechas, como en el  cuadro
29798 \begin_inset space ~
29799 \end_inset
29800
29801
29802 \begin_inset CommandInset ref
29803 LatexCommand ref
29804 reference "tab:encab-al-lado"
29805
29806 \end_inset
29807
29808 , esto genera leyendas demasiado estrechas.
29809  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
29810  del cuadro/figura.
29811  La anchura de la leyenda se recalculará automáticamente en el caso de que
29812  sobrepase los márgenes de la página o de la columna.
29813  El 
29814 \emph on
29815 factor
29816 \emph default
29817  puede darse como argumento opcional para 
29818 \series bold
29819
29820 \backslash
29821 FigBesBeg
29822 \series default
29823 :
29824 \end_layout
29825
29826 \begin_layout Standard
29827
29828 \series bold
29829
29830 \backslash
29831 FigBesBeg[factor]
29832 \end_layout
29833
29834 \begin_layout Standard
29835 o en la definición de 
29836 \series bold
29837
29838 \backslash
29839 FigBesBeg
29840 \series default
29841  reemplazando 
29842 \series bold
29843 1.0
29844 \series default
29845  con otro valor.
29846  En este segundo caso, el factor será el predeterminado si 
29847 \series bold
29848
29849 \backslash
29850 FigBesBeg
29851 \series default
29852  se usa sin argumento.
29853  Para el cuadro
29854 \begin_inset space ~
29855 \end_inset
29856
29857
29858 \begin_inset CommandInset ref
29859 LatexCommand ref
29860 reference "tab:leyenda-más-ancha"
29861
29862 \end_inset
29863
29864  se ha usado el factor 5.
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \begin_inset Note Greyedout
29869 status open
29870
29871 \begin_layout Plain Layout
29872
29873 \series bold
29874 Nota:
29875 \series default
29876  Para flotantes con la leyenda adosada, no se puede usar la opción 
29877 \family sans
29878 Aquí
29879 \begin_inset space ~
29880 \end_inset
29881
29882 definitivamente
29883 \family default
29884  para la colocación porque no es soportado por 
29885 \series bold
29886 sidecap
29887 \series default
29888 .
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset VSpace medskip
29898 \end_inset
29899
29900 Más información sobre el paquete 
29901 \series bold
29902 sidecap
29903 \series default
29904  en su documentación 
29905 \begin_inset CommandInset citation
29906 LatexCommand cite
29907 key "sidecap"
29908 literal "true"
29909
29910 \end_inset
29911
29912 .
29913 \end_layout
29914
29915 \begin_layout Standard
29916 \begin_inset Note Greyedout
29917 status open
29918
29919 \begin_layout Plain Layout
29920
29921 \series bold
29922 Nota:
29923 \series default
29924  El paquete \SpecialChar LaTeX
29925  
29926 \series bold
29927 hypcap
29928 \series default
29929
29930 \begin_inset Index idx
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934 \SpecialChar LaTeX
29935 -paquetes ! hypcap
29936 \end_layout
29937
29938 \end_inset
29939
29940 , descrito en la sección
29941 \begin_inset space ~
29942 \end_inset
29943
29944
29945 \begin_inset CommandInset ref
29946 LatexCommand ref
29947 reference "subsec:Colocación-de-Referencias"
29948
29949 \end_inset
29950
29951 , no afecta a flotantes con la leyenda al lado.
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 FigBesBeg 
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \begin_inset Float figure
29977 wide false
29978 sideways false
29979 status open
29980
29981 \begin_layout Plain Layout
29982 \begin_inset Graphics
29983         filename ../clipart/3D-structure-distort.pdf
29984         scale 50
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Plain Layout
29992 \begin_inset Caption Standard
29993
29994 \begin_layout Plain Layout
29995 \begin_inset CommandInset label
29996 LatexCommand label
29997 name "fig:encab-al-lado"
29998
29999 \end_inset
30000
30001 Leyenda al lado de una figura.
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Standard
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020
30021 \backslash
30022 FigBesEnd
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Standard
30031 \begin_inset ERT
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035
30036
30037 \backslash
30038 TabBesBeg 
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset Float table
30048 wide false
30049 sideways false
30050 status open
30051
30052 \begin_layout Plain Layout
30053 \begin_inset Caption Standard
30054
30055 \begin_layout Plain Layout
30056 \begin_inset CommandInset label
30057 LatexCommand label
30058 name "tab:encab-al-lado"
30059
30060 \end_inset
30061
30062 Leyenda al lado de un cuadro.
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Plain Layout
30071 \begin_inset Tabular
30072 <lyxtabular version="3" rows="4" columns="5">
30073 <features tabularvalignment="middle">
30074 <column alignment="center" valignment="top">
30075 <column alignment="center" valignment="top">
30076 <column alignment="center" valignment="top">
30077 <column alignment="center" valignment="top">
30078 <column alignment="center" valignment="top">
30079 <row>
30080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30081 \begin_inset Text
30082
30083 \begin_layout Plain Layout
30084 a
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Plain Layout
30093
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30099 \begin_inset Text
30100
30101 \begin_layout Plain Layout
30102 b
30103 \end_layout
30104
30105 \end_inset
30106 </cell>
30107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30108 \begin_inset Text
30109
30110 \begin_layout Plain Layout
30111
30112 \end_layout
30113
30114 \end_inset
30115 </cell>
30116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30117 \begin_inset Text
30118
30119 \begin_layout Plain Layout
30120 c
30121 \end_layout
30122
30123 \end_inset
30124 </cell>
30125 </row>
30126 <row>
30127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30128 \begin_inset Text
30129
30130 \begin_layout Plain Layout
30131
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30137 \begin_inset Text
30138
30139 \begin_layout Plain Layout
30140 d
30141 \end_layout
30142
30143 \end_inset
30144 </cell>
30145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30146 \begin_inset Text
30147
30148 \begin_layout Plain Layout
30149
30150 \end_layout
30151
30152 \end_inset
30153 </cell>
30154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158 e
30159 \end_layout
30160
30161 \end_inset
30162 </cell>
30163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30164 \begin_inset Text
30165
30166 \begin_layout Plain Layout
30167
30168 \end_layout
30169
30170 \end_inset
30171 </cell>
30172 </row>
30173 <row>
30174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30175 \begin_inset Text
30176
30177 \begin_layout Plain Layout
30178 f
30179 \end_layout
30180
30181 \end_inset
30182 </cell>
30183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187
30188 \end_layout
30189
30190 \end_inset
30191 </cell>
30192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30193 \begin_inset Text
30194
30195 \begin_layout Plain Layout
30196 g
30197 \end_layout
30198
30199 \end_inset
30200 </cell>
30201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30202 \begin_inset Text
30203
30204 \begin_layout Plain Layout
30205
30206 \end_layout
30207
30208 \end_inset
30209 </cell>
30210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30211 \begin_inset Text
30212
30213 \begin_layout Plain Layout
30214 h
30215 \end_layout
30216
30217 \end_inset
30218 </cell>
30219 </row>
30220 <row>
30221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30222 \begin_inset Text
30223
30224 \begin_layout Plain Layout
30225
30226 \end_layout
30227
30228 \end_inset
30229 </cell>
30230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30231 \begin_inset Text
30232
30233 \begin_layout Plain Layout
30234 i
30235 \end_layout
30236
30237 \end_inset
30238 </cell>
30239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30240 \begin_inset Text
30241
30242 \begin_layout Plain Layout
30243
30244 \end_layout
30245
30246 \end_inset
30247 </cell>
30248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30249 \begin_inset Text
30250
30251 \begin_layout Plain Layout
30252 j
30253 \end_layout
30254
30255 \end_inset
30256 </cell>
30257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Plain Layout
30261
30262 \end_layout
30263
30264 \end_inset
30265 </cell>
30266 </row>
30267 </lyxtabular>
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Standard
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 TabBesEnd
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 \begin_inset ERT
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300
30301
30302 \backslash
30303 FigBesBeg 
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \begin_layout Standard
30312 \begin_inset ERT
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316
30317
30318 \backslash
30319 sidecaptionvpos{figure}{c}
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \begin_inset Float figure
30326 wide false
30327 sideways false
30328 status open
30329
30330 \begin_layout Plain Layout
30331 \begin_inset Graphics
30332         filename ../clipart/3D-structure-distort.pdf
30333         scale 50
30334
30335 \end_inset
30336
30337
30338 \end_layout
30339
30340 \begin_layout Plain Layout
30341 \begin_inset Caption Standard
30342
30343 \begin_layout Plain Layout
30344 \begin_inset CommandInset label
30345 LatexCommand label
30346 name "fig:encab-al-lado-de-fig"
30347
30348 \end_inset
30349
30350 Leyenda centrada verticalmente junto a una figura.
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369
30370 \backslash
30371 FigBesEnd
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Standard
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 TabBesBeg[5]
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset Float table
30397 wide false
30398 sideways false
30399 status open
30400
30401 \begin_layout Plain Layout
30402 \begin_inset Caption Standard
30403
30404 \begin_layout Plain Layout
30405 \begin_inset CommandInset label
30406 LatexCommand label
30407 name "tab:leyenda-más-ancha"
30408
30409 \end_inset
30410
30411 Una leyenda más ancha que la del cuadro
30412 \begin_inset space ~
30413 \end_inset
30414
30415
30416 \begin_inset CommandInset ref
30417 LatexCommand ref
30418 reference "tab:encab-al-lado"
30419
30420 \end_inset
30421
30422 .
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \end_layout
30429
30430 \begin_layout Plain Layout
30431 \begin_inset Tabular
30432 <lyxtabular version="3" rows="4" columns="5">
30433 <features tabularvalignment="middle">
30434 <column alignment="center" valignment="top">
30435 <column alignment="center" valignment="top">
30436 <column alignment="center" valignment="top">
30437 <column alignment="center" valignment="top">
30438 <column alignment="center" valignment="top">
30439 <row>
30440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30441 \begin_inset Text
30442
30443 \begin_layout Plain Layout
30444 a
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462 b
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 c
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 </row>
30486 <row>
30487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491
30492 \end_layout
30493
30494 \end_inset
30495 </cell>
30496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 d
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30506 \begin_inset Text
30507
30508 \begin_layout Plain Layout
30509
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30515 \begin_inset Text
30516
30517 \begin_layout Plain Layout
30518 e
30519 \end_layout
30520
30521 \end_inset
30522 </cell>
30523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30524 \begin_inset Text
30525
30526 \begin_layout Plain Layout
30527
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 </row>
30533 <row>
30534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30535 \begin_inset Text
30536
30537 \begin_layout Plain Layout
30538 f
30539 \end_layout
30540
30541 \end_inset
30542 </cell>
30543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30544 \begin_inset Text
30545
30546 \begin_layout Plain Layout
30547
30548 \end_layout
30549
30550 \end_inset
30551 </cell>
30552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30553 \begin_inset Text
30554
30555 \begin_layout Plain Layout
30556 g
30557 \end_layout
30558
30559 \end_inset
30560 </cell>
30561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30562 \begin_inset Text
30563
30564 \begin_layout Plain Layout
30565
30566 \end_layout
30567
30568 \end_inset
30569 </cell>
30570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30571 \begin_inset Text
30572
30573 \begin_layout Plain Layout
30574 h
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 </row>
30580 <row>
30581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30582 \begin_inset Text
30583
30584 \begin_layout Plain Layout
30585
30586 \end_layout
30587
30588 \end_inset
30589 </cell>
30590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30591 \begin_inset Text
30592
30593 \begin_layout Plain Layout
30594 i
30595 \end_layout
30596
30597 \end_inset
30598 </cell>
30599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30600 \begin_inset Text
30601
30602 \begin_layout Plain Layout
30603
30604 \end_layout
30605
30606 \end_inset
30607 </cell>
30608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30609 \begin_inset Text
30610
30611 \begin_layout Plain Layout
30612 j
30613 \end_layout
30614
30615 \end_inset
30616 </cell>
30617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30618 \begin_inset Text
30619
30620 \begin_layout Plain Layout
30621
30622 \end_layout
30623
30624 \end_inset
30625 </cell>
30626 </row>
30627 </lyxtabular>
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 TabBesEnd
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 else
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \begin_inset Note Note
30670 status open
30671
30672 \begin_layout Plain Layout
30673 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
30674  
30675 \series bold
30676 sidecap
30677 \series default
30678 .
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Standard
30687 Debes instalar el paquete \SpecialChar LaTeX
30688  
30689 \series bold
30690 sidecap
30691 \series default
30692  para ver la parte siguiente en la salida.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701
30702 \backslash
30703 fi
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \begin_layout Section
30712 Índice de flotantes
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Flotantes ! Índice de
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 Igual que en el índice general se listan las secciones del documento, hay
30727  índices para todos los tipos de flotantes, como las figuras.
30728  Se pueden insertar mediante los submenús 
30729 \family sans
30730 Insertar\SpecialChar menuseparator
30731 Índice
30732 \family default
30733 s.
30734 \end_layout
30735
30736 \begin_layout Standard
30737 Las entradas de los índices son las leyendas del flotante o su título breve,
30738  el número de flotante y el número de la página del documento en la que
30739  aparecen.
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Puedes encontrar los índices de figuras y cuadros al final de este documento.
30744 \end_layout
30745
30746 \begin_layout Chapter
30747 Notas
30748 \end_layout
30749
30750 \begin_layout Section
30751 Notas en \SpecialChar LyX
30752
30753 \begin_inset Index idx
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757 Notas ! en \SpecialChar LyX
30758
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767 Las notas se insertan con el botón 
30768 \begin_inset Info
30769 type  "icon"
30770 arg   "note-insert"
30771 \end_inset
30772
30773  o con el menú 
30774 \family sans
30775 Insertar\SpecialChar menuseparator
30776 Nota
30777 \family default
30778 .
30779  Hay tres tipos de notas:
30780 \end_layout
30781
30782 \begin_layout Description
30783 Nota
30784 \begin_inset space ~
30785 \end_inset
30786
30787 \SpecialChar LyX
30788  Este tipo es para notas internas que no han de aparecer en la salida.
30789  Su cuadro se muestra como este:
30790 \begin_inset Newline newline
30791 \end_inset
30792
30793
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797
30798 \begin_inset Graphics
30799         filename clipart/NotaLyXImagen.png
30800         display false
30801
30802 \end_inset
30803
30804  
30805 \begin_inset Note Note
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Este es un texto en un recuadro que no se muestra en la salida.
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Description
30818 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
30819  comentario de \SpecialChar LaTeX
30820 , cuando exportas el documento a \SpecialChar LaTeX
30821  vía menú 
30822 \family sans
30823 Archivo\SpecialChar menuseparator
30824 Exportar\SpecialChar menuseparator
30825 LaTeX
30826 \begin_inset space ~
30827 \end_inset
30828
30829 (pdflatex) / (simple)
30830 \family default
30831 .
30832  Su recuadro se ve así:
30833 \begin_inset Newline newline
30834 \end_inset
30835
30836
30837 \begin_inset Newline newline
30838 \end_inset
30839
30840
30841 \begin_inset Graphics
30842         filename clipart/ComentNotaImagen.png
30843         display false
30844
30845 \end_inset
30846
30847  
30848 \begin_inset Note Comment
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
30853 .
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \end_layout
30860
30861 \begin_layout Description
30862 Nota
30863 \begin_inset space ~
30864 \end_inset
30865
30866 gris Esta nota aparece en la salida como texto en color gris pálido.
30867  Su recuadro se ve así:
30868 \begin_inset Newline newline
30869 \end_inset
30870
30871
30872 \begin_inset Newline newline
30873 \end_inset
30874
30875
30876 \begin_inset Graphics
30877         filename clipart/GrisNotaImagen.png
30878         display false
30879
30880 \end_inset
30881
30882
30883 \begin_inset Newline newline
30884 \end_inset
30885
30886
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 renewenvironment{lyxgreyedout}
30895 \end_layout
30896
30897 \begin_layout Plain Layout
30898
30899 {
30900 \backslash
30901 textcolor[gray]{0.8}
30902 \backslash
30903 bgroup}{
30904 \backslash
30905 egroup}
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Note Greyedout
30912 status open
30913
30914 \begin_layout Plain Layout
30915 Texto en color gris palido en la salida.
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 renewenvironment{lyxgreyedout}
30929 \end_layout
30930
30931 \begin_layout Plain Layout
30932
30933 {
30934 \backslash
30935 textcolor{blue}
30936 \backslash
30937 bgroup}{
30938 \backslash
30939 egroup}
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \begin_inset Note Note
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
30950  original de \SpecialChar LyX
30951 , ya que en el preámbulo de este documento se han redefinido
30952  estas notas para que salgan en azul, como se indica más adelante.
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \begin_inset Newline newline
30959 \end_inset
30960
30961
30962 \begin_inset Newline newline
30963 \end_inset
30964
30965 Como se ve en el ejemplo, la primera línea de las notas grises tiene una
30966  pequeña sangría, y por otra parte pueden tener notas al pie.
30967 \end_layout
30968
30969 \begin_layout Standard
30970 \begin_inset VSpace bigskip
30971 \end_inset
30972
30973 Si usas el botón de la barra de herramientas 
30974 \begin_inset Info
30975 type  "icon"
30976 arg   "note-insert"
30977 \end_inset
30978
30979  para insertar notas, se inserta una 
30980 \family sans
30981 Nota
30982 \begin_inset space ~
30983 \end_inset
30984
30985 \SpecialChar LyX
30986
30987 \family default
30988 .
30989  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
30990  
30991 \family roman
30992 \series medium
30993 \bar no
30994 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
30995  botón de herramienta 
30996 \family sans
30997 \series default
30998 \bar default
30999 Nota
31000 \family default
31001 .
31002  Para cambiar una nota a texto, pulsa la tecla 
31003 \family sans
31004 Retroceso
31005 \family default
31006  cuando el cursor está en la primera posición de una nota, o la tecla 
31007 \family sans
31008 Supr
31009 \family default
31010  cuando el cursor está en la última posición de la nota, respectivamente.
31011 \end_layout
31012
31013 \begin_layout Standard
31014 \begin_inset VSpace bigskip
31015 \end_inset
31016
31017 El color del texto en las notas grises puede cambiarse en el menú 
31018 \family sans
31019 Documento\SpecialChar menuseparator
31020 Configuración\SpecialChar menuseparator
31021 Colores
31022 \family default
31023 .
31024 \end_layout
31025
31026 \begin_layout Section
31027 Notas al pie
31028 \begin_inset CommandInset label
31029 LatexCommand label
31030 name "sec:Notas-al-pie"
31031
31032 \end_inset
31033
31034
31035 \begin_inset Index idx
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039 Notas ! al pie
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Las notas al pie se insertan con el botón 
31049 \begin_inset Info
31050 type  "icon"
31051 arg   "footnote-insert"
31052 \end_inset
31053
31054  o el menú 
31055 \family sans
31056 Insertar\SpecialChar menuseparator
31057 Nota
31058 \begin_inset space ~
31059 \end_inset
31060
31061 al
31062 \begin_inset space ~
31063 \end_inset
31064
31065 pie
31066 \family default
31067 .
31068  
31069 \family roman
31070 \series medium
31071 \bar no
31072 Aparece un recuadro como este:
31073 \family default
31074 \series default
31075 \bar default
31076  
31077 \begin_inset Graphics
31078         filename clipart/notapie.png
31079         scale 90
31080
31081 \end_inset
31082
31083  
31084 \family roman
31085 \series medium
31086 \bar no
31087 donde puedes introducir el texto.
31088  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
31089  sobre el
31090 \family default
31091 \series default
31092 \bar default
31093  
31094 \family roman
31095 \series medium
31096 \bar no
31097 botón
31098 \family default
31099 \series default
31100 \bar default
31101 .
31102  Para cambiar una nota al pie a texto, pulsa la tecla 
31103 \family sans
31104 Retroceso
31105 \family default
31106  cuando el cursor está en la primera posición de la nota al pie, o la tecla
31107  
31108 \family sans
31109 Supr
31110 \family default
31111  cuando el cursor está en la última posición de la nota, respectivamente.
31112 \end_layout
31113
31114 \begin_layout Standard
31115 Aquí hay un ejemplo de nota al pie:
31116 \family roman
31117 \series medium
31118 \bar no
31119
31120 \begin_inset Foot
31121 status open
31122
31123 \begin_layout Plain Layout
31124 \begin_inset CommandInset label
31125 LatexCommand label
31126 name "pie:Esto-es-una"
31127
31128 \end_inset
31129
31130 Ejemplo de nota al pie.
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \family default
31137 \series default
31138 \bar default
31139
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145
31146 \backslash
31147 newcounter{MyRepeatFoot}
31148 \end_layout
31149
31150 \begin_layout Plain Layout
31151
31152
31153 \backslash
31154 setcounter{MyRepeatFoot}{
31155 \backslash
31156 thefootnote}
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \end_layout
31163
31164 \begin_layout Standard
31165 En la salida, el pie se muestra como número voladito en el lugar del texto
31166  donde se coloca el recuadro.
31167  El texto se coloca al final de la página actual.
31168  Los números de las notas son calculados por \SpecialChar LaTeX
31169 , y son consecutivos.
31170  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
31171 \end_layout
31172
31173 \begin_layout Standard
31174 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
31175  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
31176  se describe en la sección
31177 \begin_inset space ~
31178 \end_inset
31179
31180
31181 \begin_inset CommandInset ref
31182 LatexCommand ref
31183 reference "sec:Referencias-a-Flotantes"
31184
31185 \end_inset
31186
31187 .
31188 \begin_inset Newline newline
31189 \end_inset
31190
31191 Esto es una referencia cruzada a la Nota al pie
31192 \begin_inset space ~
31193 \end_inset
31194
31195
31196 \begin_inset CommandInset ref
31197 LatexCommand ref
31198 reference "pie:Esto-es-una"
31199
31200 \end_inset
31201
31202 .
31203 \end_layout
31204
31205 \begin_layout Standard
31206 \begin_inset VSpace defskip
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Las notas al pie en entornos de título generalmente no se numeran y no pueden
31214  contener varios párrafos.
31215  Véase como ejemplo la nota al pie en el título de este documento.
31216  
31217 \end_layout
31218
31219 \begin_layout Standard
31220 \begin_inset VSpace defskip
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Standard
31227 Debido a razones técnicas, \SpecialChar LaTeX
31228  no imprime las notas al pie en cuadros.
31229  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
31230  se inserta el comando 
31231 \series bold
31232
31233 \backslash
31234 footnotemark{}
31235 \series default
31236  en código \SpecialChar TeX
31237 .
31238  El texto de la nota se introduce como argumento del comando
31239 \series bold
31240  
31241 \backslash
31242 footnotetext
31243 \series default
31244  después del cuadro.
31245 \begin_inset Newline newline
31246 \end_inset
31247
31248 Esto es lo que se ha hecho para el siguiente cuadro con el comando
31249 \end_layout
31250
31251 \begin_layout Standard
31252
31253 \series bold
31254
31255 \backslash
31256 footnotetext{
31257 \series default
31258 Texto de la nota del cuadro.
31259 \series bold
31260 }
31261 \end_layout
31262
31263 \begin_layout Standard
31264 \begin_inset Tabular
31265 <lyxtabular version="3" rows="2" columns="1">
31266 <features tabularvalignment="middle">
31267 <column alignment="center" valignment="top">
31268 <row>
31269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31270 \begin_inset Text
31271
31272 \begin_layout Plain Layout
31273 Texto de ejemplo.
31274 \begin_inset Foot
31275 status open
31276
31277 \begin_layout Plain Layout
31278 ¡Esta nota no se imprimirá!
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 </row>
31289 <row>
31290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Plain Layout
31294 Texto de ejemplo.
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 footnotemark{}
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 </row>
31313 </lyxtabular>
31314
31315 \end_inset
31316
31317
31318 \begin_inset ERT
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322
31323
31324 \backslash
31325 footnotetext{
31326 \end_layout
31327
31328 \end_inset
31329
31330 Texto de la nota del cuadro.
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336 }
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Standard
31345 Las notas al pie en cuadros multipágina se describen en la sección
31346 \begin_inset space ~
31347 \end_inset
31348
31349
31350 \begin_inset CommandInset ref
31351 LatexCommand ref
31352 reference "subsec:Notas-al-pie-en-Cuadros-Multipágina"
31353
31354 \end_inset
31355
31356 .
31357 \end_layout
31358
31359 \begin_layout Standard
31360 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
31361  y con numeración diferente debido a que una minipágina es como una página
31362  dentro de otra.
31363  (Más información sobre minipáginas en la sección
31364 \begin_inset space ~
31365 \end_inset
31366
31367
31368 \begin_inset CommandInset ref
31369 LatexCommand ref
31370 reference "sec:Minipáginas"
31371
31372 \end_inset
31373
31374 ).
31375  Para poner notas en una minipágina que se impriman a pie de página como
31376  las notas al pie normales, se puede usar también el método de 
31377 \series bold
31378
31379 \backslash
31380 footnotemark{}
31381 \series default
31382  y 
31383 \series bold
31384
31385 \backslash
31386 footnotetext
31387 \series default
31388 .
31389 \end_layout
31390
31391 \begin_layout Standard
31392 \begin_inset Box Frameless
31393 position "t"
31394 hor_pos "c"
31395 has_inner_box 1
31396 inner_pos "t"
31397 use_parbox 0
31398 use_makebox 0
31399 width "100col%"
31400 special "none"
31401 height "1in"
31402 height_special "totalheight"
31403 thickness "0.4pt"
31404 separation "3pt"
31405 shadowsize "4pt"
31406 framecolor "black"
31407 backgroundcolor "none"
31408 status open
31409
31410 \begin_layout Plain Layout
31411 Muestra de texto en una minipágina.
31412 \begin_inset Foot
31413 status open
31414
31415 \begin_layout Plain Layout
31416 Nota en la minipágina.
31417 \end_layout
31418
31419 \end_inset
31420
31421
31422 \end_layout
31423
31424 \begin_layout Plain Layout
31425 Muestra de texto en una minipágina.
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 footnotemark{}
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 \begin_inset ERT
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451
31452
31453 \backslash
31454 footnotetext{
31455 \end_layout
31456
31457 \end_inset
31458
31459 Nota fuera de la minipágina.
31460 \begin_inset ERT
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464
31465 }
31466 \end_layout
31467
31468 \end_inset
31469
31470
31471 \end_layout
31472
31473 \begin_layout Standard
31474 \begin_inset VSpace defskip
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 Para hacer referencia a la misma nota varias veces sin imprimir su texto
31482  cada vez, usa el comando 
31483 \series bold
31484
31485 \backslash
31486 footnotemark[number]
31487 \series default
31488  en código \SpecialChar TeX
31489 .
31490 \begin_inset Newline newline
31491 \end_inset
31492
31493 Como el número de la nota repetida no se conoce mientras se escribe el texto,
31494  hay que guardarlo.
31495  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
31496  comandos en código \SpecialChar TeX
31497  después de la nota al pie
31498 \begin_inset space ~
31499 \end_inset
31500
31501
31502 \begin_inset CommandInset ref
31503 LatexCommand ref
31504 reference "pie:Esto-es-una"
31505
31506 \end_inset
31507
31508  para guardar el número de la nota: 
31509 \end_layout
31510
31511 \begin_layout Standard
31512
31513 \series bold
31514
31515 \backslash
31516 newcounter{MyRepeatFoot}
31517 \begin_inset Newline newline
31518 \end_inset
31519
31520
31521 \backslash
31522 setcounter{MyRepeatFoot}{
31523 \backslash
31524 thefootnote}
31525 \end_layout
31526
31527 \begin_layout Standard
31528 La marca de la nota se ha creado después con el comando:
31529 \end_layout
31530
31531 \begin_layout Standard
31532
31533 \series bold
31534
31535 \backslash
31536 footnotemark[
31537 \backslash
31538 theMyRepeatFoot]
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Aquí hay una nota repetida:
31543 \begin_inset ERT
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547
31548
31549 \backslash
31550 footnotemark[
31551 \backslash
31552 theMyRepeatFoot]
31553 \end_layout
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Standard
31561 Para repetir la nota al pie previa, se puede omitir el guardado del número
31562  de la nota y usar en su lugar el comando:
31563 \end_layout
31564
31565 \begin_layout Standard
31566
31567 \series bold
31568
31569 \backslash
31570 footnotemark[
31571 \backslash
31572 thefootnote]
31573 \end_layout
31574
31575 \begin_layout Standard
31576 Aquí hay otra nota repetida:
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 footnotemark[
31585 \backslash
31586 thefootnote]
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \begin_layout Subsection
31595 Numeración de notas al pie
31596 \begin_inset CommandInset label
31597 LatexCommand label
31598 name "subsec:Numeración-de-Notas-al-Pie"
31599
31600 \end_inset
31601
31602
31603 \begin_inset Index idx
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Notas ! al pie ! numeración
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 Para reiniciar el número de pie a 1 en cada sección añade
31617 \family roman
31618  en el preámbulo el comando:
31619 \end_layout
31620
31621 \begin_layout Standard
31622
31623 \series bold
31624
31625 \backslash
31626 @addtoreset{footnote}{section}
31627 \end_layout
31628
31629 \begin_layout Standard
31630 \begin_inset VSpace bigskip
31631 \end_inset
31632
31633 El siguiente comando en el preámbulo cambia el estilo de numeración del
31634  pie a números romanos en minúsculas:
31635 \end_layout
31636
31637 \begin_layout Standard
31638
31639 \series bold
31640
31641 \backslash
31642 renewcommand{
31643 \backslash
31644 thefootnote}{
31645 \backslash
31646 roman{footnote}}
31647 \end_layout
31648
31649 \begin_layout Standard
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 renewcommand{
31658 \backslash
31659 thefootnote}{
31660 \backslash
31661 roman{footnote}}
31662 \end_layout
31663
31664 \end_inset
31665
31666  Nota al pie en números romanos:
31667 \begin_inset Foot
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671 Ejemplo de nota al pie en números romanos.
31672 \end_layout
31673
31674 \end_inset
31675
31676
31677 \begin_inset ERT
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681
31682
31683 \backslash
31684 renewcommand{
31685 \backslash
31686 thefootnote}{
31687 \backslash
31688 arabic{footnote}}
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
31698  
31699 \series bold
31700
31701 \backslash
31702 roman
31703 \series default
31704  por 
31705 \series bold
31706
31707 \backslash
31708 Roman
31709 \series default
31710 .
31711  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
31712 \series bold
31713
31714 \backslash
31715 Alph
31716 \series default
31717  o 
31718 \series bold
31719
31720 \backslash
31721 alph
31722 \series default
31723 , respectivamente.
31724  Para ordenar las notas al pie con símbolos usa 
31725 \series bold
31726
31727 \backslash
31728 fnsymbol
31729 \series default
31730 .
31731 \end_layout
31732
31733 \begin_layout Standard
31734 \begin_inset Note Greyedout
31735 status open
31736
31737 \begin_layout Plain Layout
31738
31739 \series bold
31740 Nota:
31741 \series default
31742  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
31743  simples.
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \begin_inset Newline newline
31750 \end_inset
31751
31752
31753 \begin_inset Note Greyedout
31754 status open
31755
31756 \begin_layout Plain Layout
31757
31758 \series bold
31759 Nota:
31760 \series default
31761  sólo puedes ordenar hasta 9 pies con símbolos.
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Standard
31770 Para volver al estilo de numeración predeterminado cuando has cambiado a
31771  otro estilo, usa 
31772 \series bold
31773
31774 \backslash
31775 arabic
31776 \series default
31777  en vez de 
31778 \series bold
31779
31780 \backslash
31781 roman
31782 \series default
31783  en el comando anterior.
31784 \begin_inset ERT
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788
31789
31790 \backslash
31791 renewcommand{
31792 \backslash
31793 thefootnote}{
31794 \backslash
31795 arabic{footnote}}
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 \begin_inset VSpace bigskip
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
31812  comando al preámbulo del documento:
31813 \end_layout
31814
31815 \begin_layout Standard
31816
31817 \series bold
31818
31819 \backslash
31820 numberwithin{footnote}{chapter}
31821 \end_layout
31822
31823 \begin_layout Standard
31824 Para poder usar el comando 
31825 \series bold
31826
31827 \backslash
31828 numberwithin
31829 \series default
31830 , marca la opción 
31831 \family sans
31832 Usar
31833 \family default
31834
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \family sans
31840 el
31841 \family default
31842
31843 \begin_inset space ~
31844 \end_inset
31845
31846
31847 \family sans
31848 paquete
31849 \family default
31850
31851 \begin_inset space ~
31852 \end_inset
31853
31854
31855 \family sans
31856 AMS
31857 \family default
31858  en la sección 
31859 \family sans
31860 Opciones para ecuaciones
31861 \family default
31862  de la configuración del documento.
31863 \end_layout
31864
31865 \begin_layout Standard
31866 \begin_inset ERT
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870
31871
31872 \backslash
31873 numberwithin{footnote}{chapter}
31874 \end_layout
31875
31876 \end_inset
31877
31878 Esto es otro ejemplo de nota al pie:
31879 \series bold
31880
31881 \begin_inset Foot
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885 Nota al pie numerada en el esquema 
31886 \begin_inset Quotes eld
31887 \end_inset
31888
31889 capítulo.nota
31890 \begin_inset Quotes erd
31891 \end_inset
31892
31893 .
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \series default
31900
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 renewcommand{
31909 \backslash
31910 thefootnote}{
31911 \backslash
31912 arabic{footnote}}
31913 \end_layout
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 \begin_inset Note Greyedout
31922 status open
31923
31924 \begin_layout Plain Layout
31925
31926 \series bold
31927 Nota: 
31928 \backslash
31929 numberwithin 
31930 \series default
31931 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
31932  previas para obtener números no arábigos se sobreescriben.
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \end_layout
31939
31940 \begin_layout Standard
31941 Así, para obtener por ejemplo el esquema «capítulo.
31942 \backslash
31943 Roman{footnote}», usa este comando en vez de 
31944 \series bold
31945
31946 \backslash
31947 numberwithin
31948 \series default
31949 :
31950 \end_layout
31951
31952 \begin_layout Standard
31953
31954 \series bold
31955
31956 \backslash
31957 renewcommand{
31958 \backslash
31959 thefootnote}{
31960 \backslash
31961 thechapter.
31962 \backslash
31963 Roman{footnote}}
31964 \end_layout
31965
31966 \begin_layout Subsection
31967 Colocación de notas al pie
31968 \begin_inset Index idx
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972 Notas ! al pie ! colocación
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
31982  entre ellas al final de la página.
31983  Para hacerlas más legibles puedes añadir 1.5
31984 \begin_inset space \thinspace{}
31985 \end_inset
31986
31987 mm, p.
31988 \begin_inset space \thinspace{}
31989 \end_inset
31990
31991 ej., con el comando siguiente en el preámbulo:
31992 \end_layout
31993
31994 \begin_layout Standard
31995
31996 \series bold
31997
31998 \backslash
31999 let
32000 \backslash
32001 myFoot
32002 \backslash
32003 footnote
32004 \begin_inset Newline newline
32005 \end_inset
32006
32007
32008 \backslash
32009 renewcommand{
32010 \backslash
32011 footnote}[1]{
32012 \backslash
32013 myFoot{#1
32014 \backslash
32015 vspace{1.5mm}}}
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \begin_inset VSpace bigskip
32020 \end_inset
32021
32022 En documentos a dos columnas la nota al pie aparece al final de cada columna,
32023  véase la figura
32024 \begin_inset space ~
32025 \end_inset
32026
32027
32028 \begin_inset CommandInset ref
32029 LatexCommand ref
32030 reference "fig:Colocación-standard-del-pie"
32031
32032 \end_inset
32033
32034 .
32035  Si las notas debieran mostrarse sólo al final de la columna derecha, como
32036  en la figura
32037 \begin_inset space ~
32038 \end_inset
32039
32040
32041 \begin_inset CommandInset ref
32042 LatexCommand ref
32043 reference "fig:Colocación-del-pie-en"
32044
32045 \end_inset
32046
32047 , usa el paquete \SpecialChar LaTeX
32048  
32049 \series bold
32050 ftnright
32051 \series default
32052
32053 \begin_inset Index idx
32054 status collapsed
32055
32056 \begin_layout Plain Layout
32057 \SpecialChar LaTeX
32058 -paquetes ! ftnright
32059 \end_layout
32060
32061 \end_inset
32062
32063  con este comando en el preámbulo:
32064 \end_layout
32065
32066 \begin_layout Standard
32067
32068 \series bold
32069
32070 \backslash
32071 usepackage{ftnright}
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset Float figure
32076 placement !h
32077 wide false
32078 sideways false
32079 status open
32080
32081 \begin_layout Plain Layout
32082 \noindent
32083 \align center
32084 \begin_inset Box Boxed
32085 position "t"
32086 hor_pos "c"
32087 has_inner_box 0
32088 inner_pos "t"
32089 use_parbox 0
32090 use_makebox 0
32091 width ""
32092 special "none"
32093 height "1in"
32094 height_special "totalheight"
32095 thickness "0.4pt"
32096 separation "3pt"
32097 shadowsize "4pt"
32098 framecolor "black"
32099 backgroundcolor "none"
32100 status open
32101
32102 \begin_layout Plain Layout
32103 \begin_inset Graphics
32104         filename ../clipart/without_fntright.pdf
32105         width 100col%
32106         scaleBeforeRotation
32107
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \end_layout
32117
32118 \begin_layout Plain Layout
32119 \begin_inset Caption Standard
32120
32121 \begin_layout Plain Layout
32122 \begin_inset CommandInset label
32123 LatexCommand label
32124 name "fig:Colocación-standard-del-pie"
32125
32126 \end_inset
32127
32128 Colocación estándar de notas al pie en documentos a dos columnas.
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Standard
32142 \begin_inset Float figure
32143 placement !h
32144 wide false
32145 sideways false
32146 status open
32147
32148 \begin_layout Plain Layout
32149 \noindent
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/with_fntright.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:Colocación-del-pie-en"
32192
32193 \end_inset
32194
32195 Colocación de la nota al pie en documentos a dos columnas cuando se usa
32196  el paquete \SpecialChar LaTeX
32197  
32198 \series bold
32199 ftnright
32200 \series default
32201 .
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \begin_inset VSpace bigskip
32216 \end_inset
32217
32218 En alguna literatura científica es habitual reunir las notas para imprimirlas
32219  en un párrafo separado al final de la sección, como en la figura
32220 \begin_inset space ~
32221 \end_inset
32222
32223
32224 \begin_inset CommandInset ref
32225 LatexCommand ref
32226 reference "fig:Notas-al-pie-al-final"
32227
32228 \end_inset
32229
32230 .
32231  Para reunir las notas al final
32232 \begin_inset Index idx
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236 Notas ! al final
32237 \end_layout
32238
32239 \end_inset
32240
32241  en vez de a pie de página, carga en el menú 
32242 \family sans
32243 Documento\SpecialChar menuseparator
32244 Configuratión\SpecialChar menuseparator
32245 Módulos
32246 \family default
32247  el módulo 
32248 \family sans
32249 Pie
32250 \begin_inset space ~
32251 \end_inset
32252
32253 al
32254 \begin_inset space ~
32255 \end_inset
32256
32257 final
32258 \family default
32259 .
32260  Para insertar la colección de notas, escribe el comando
32261 \end_layout
32262
32263 \begin_layout Standard
32264
32265 \series bold
32266
32267 \backslash
32268 theendnotes
32269 \end_layout
32270
32271 \begin_layout Standard
32272 en código \SpecialChar TeX
32273  al final de una sección o capítulo.
32274 \end_layout
32275
32276 \begin_layout Standard
32277 \begin_inset Float figure
32278 wide false
32279 sideways false
32280 status open
32281
32282 \begin_layout Plain Layout
32283 \align center
32284 \begin_inset Box Boxed
32285 position "t"
32286 hor_pos "c"
32287 has_inner_box 0
32288 inner_pos "t"
32289 use_parbox 0
32290 use_makebox 0
32291 width ""
32292 special "none"
32293 height "1in"
32294 height_special "totalheight"
32295 thickness "0.4pt"
32296 separation "3pt"
32297 shadowsize "4pt"
32298 framecolor "black"
32299 backgroundcolor "none"
32300 status open
32301
32302 \begin_layout Plain Layout
32303 \begin_inset Graphics
32304         filename ../clipart/endnotes.pdf
32305         width 100col%
32306         scaleBeforeRotation
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Plain Layout
32319 \begin_inset Caption Standard
32320
32321 \begin_layout Plain Layout
32322 \begin_inset CommandInset label
32323 LatexCommand label
32324 name "fig:Notas-al-pie-al-final"
32325
32326 \end_inset
32327
32328 Notas al final: notas impresas en párrafo separado al final de la sección
32329  o del capítulo.
32330 \end_layout
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 \begin_inset VSpace medskip
32344 \end_inset
32345
32346 La cabecera de párrafo para las notas finales no se traduce automáticamente
32347  al lenguaje del documento, hay que hacerlo manualmente.
32348  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
32349  español «Notas»:
32350 \end_layout
32351
32352 \begin_layout Standard
32353
32354 \series bold
32355
32356 \backslash
32357 renewcommand{
32358 \backslash
32359 notesname}{Notas}
32360 \end_layout
32361
32362 \begin_layout Standard
32363 \begin_inset VSpace medskip
32364 \end_inset
32365
32366 La numeración de notas finales puede cambiarse como la de las notas al pie,
32367  como se describe en la sección
32368 \begin_inset space ~
32369 \end_inset
32370
32371
32372 \begin_inset CommandInset ref
32373 LatexCommand ref
32374 reference "subsec:Numeración-de-Notas-al-Pie"
32375
32376 \end_inset
32377
32378 ; sólo hay que reemplazar el comando 
32379 \series bold
32380
32381 \backslash
32382 thefootnote
32383 \series default
32384  por 
32385 \series bold
32386
32387 \backslash
32388 theendnote
32389 \series default
32390 .
32391  Para restablecer la numeración usa el comando 
32392 \series bold
32393
32394 \backslash
32395 @addtoreset
32396 \series default
32397  como se describe en la sección
32398 \begin_inset space ~
32399 \end_inset
32400
32401
32402 \begin_inset CommandInset ref
32403 LatexCommand ref
32404 reference "subsec:Numeración-de-Notas-al-Pie"
32405
32406 \end_inset
32407
32408  y sustituye el parámetro de comando 
32409 \series bold
32410 footnote
32411 \series default
32412  por 
32413 \series bold
32414 endnote
32415 \series default
32416 .
32417 \end_layout
32418
32419 \begin_layout Standard
32420 Para notas al final hay el comando el comando 
32421 \series bold
32422
32423 \backslash
32424 endnotemark[número]
32425 \series default
32426  similar al comando 
32427 \series bold
32428
32429 \backslash
32430 footnotemark
32431 \series default
32432 , descrito en la sección
32433 \begin_inset space ~
32434 \end_inset
32435
32436
32437 \begin_inset CommandInset ref
32438 LatexCommand ref
32439 reference "sec:Notas-al-pie"
32440
32441 \end_inset
32442
32443 .
32444 \end_layout
32445
32446 \begin_layout Standard
32447 \begin_inset VSpace bigskip
32448 \end_inset
32449
32450 Las notas al pie también pueden colocarse al margen de la página y la alineación
32451  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
32452  
32453 \series bold
32454 footmisc
32455 \series default
32456
32457 \begin_inset Index idx
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 \SpecialChar LaTeX
32462 -paquetes ! footmisc
32463 \end_layout
32464
32465 \end_inset
32466
32467  
32468 \begin_inset CommandInset citation
32469 LatexCommand cite
32470 key "footmisc"
32471 literal "true"
32472
32473 \end_inset
32474
32475  para más información.
32476 \end_layout
32477
32478 \begin_layout Standard
32479 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
32480
32481 \begin_inset CommandInset citation
32482 LatexCommand cite
32483 key "latexcompanion,latexguide,latexbook"
32484 literal "true"
32485
32486 \end_inset
32487
32488 .
32489  Si estás usando una clase de documento 
32490 \series bold
32491 KOMA-Script
32492 \series default
32493
32494 \begin_inset Index idx
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498 \SpecialChar LaTeX
32499 -paquetes ! KOMA-Script
32500 \end_layout
32501
32502 \end_inset
32503
32504 , puedes ajustar las características de las notas al pie mediante comandos
32505  específicos de la clase, véase 
32506 \begin_inset CommandInset citation
32507 LatexCommand cite
32508 key "KOMA-Script"
32509 literal "true"
32510
32511 \end_inset
32512
32513 .
32514 \end_layout
32515
32516 \begin_layout Section
32517 Notas al margen
32518 \begin_inset Index idx
32519 status collapsed
32520
32521 \begin_layout Plain Layout
32522 Notas ! al margen
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \begin_layout Standard
32531 Las notas al margen se ven y se comportan en \SpecialChar LyX
32532  como notas al pie.
32533  Se insertan con el menú 
32534 \family sans
32535 Insertar\SpecialChar menuseparator
32536 Nota
32537 \begin_inset space ~
32538 \end_inset
32539
32540 al
32541 \begin_inset space ~
32542 \end_inset
32543
32544 margen
32545 \family default
32546  o con el botón 
32547 \begin_inset Info
32548 type  "icon"
32549 arg   "marginalnote-insert"
32550 \end_inset
32551
32552 .
32553  Aparece un cuadro gris con la etiqueta 
32554 \family roman
32555 \series medium
32556 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Al lado hay un ejemplo de nota al margen.
32561
32562 \family roman
32563 \series medium
32564  
32565 \begin_inset Marginal
32566 status open
32567
32568 \begin_layout Plain Layout
32569 Esto es una nota al margen.
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 Estas notas salen en el margen derecho en documentos a una cara.
32579  En documentos a doble cara se muestran en el margen externo —margen izquierdo
32580  en páginas pares, derecho en páginas impares—.
32581  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
32582  a la derecha si la nota aparece en el margen izquierdo—.
32583  La primera línea de la nota se sitúa en la posición de la línea del texto
32584  en la que se inserta en el documento.
32585 \end_layout
32586
32587 \begin_layout Standard
32588 \begin_inset VSpace bigskip
32589 \end_inset
32590
32591 Para colocar la nota en el margen interno añade el comando
32592 \end_layout
32593
32594 \begin_layout Standard
32595
32596 \series bold
32597
32598 \backslash
32599 reversemarginpar
32600 \end_layout
32601
32602 \begin_layout Standard
32603 en código \SpecialChar TeX
32604  antes de la nota.
32605  La nueva colocación es válida para todas las siguientes notas al margen.
32606  
32607 \begin_inset ERT
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611
32612
32613 \backslash
32614 reversemarginpar 
32615 \end_layout
32616
32617 \end_inset
32618
32619
32620 \begin_inset Marginal
32621 status open
32622
32623 \begin_layout Plain Layout
32624 Esto es una nota en el margen interno.
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \series bold
32631
32632 \begin_inset Newline newline
32633 \end_inset
32634
32635
32636 \series default
32637
32638 \begin_inset Note Greyedout
32639 status open
32640
32641 \begin_layout Plain Layout
32642
32643 \series bold
32644 Nota:
32645 \series default
32646  A veces no hay espacio suficiente en el margen interno, por lo que la nota
32647  no se mostrará correctamente en la salida.
32648 \end_layout
32649
32650 \end_inset
32651
32652
32653 \end_layout
32654
32655 \begin_layout Standard
32656 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
32657  el comando
32658 \begin_inset ERT
32659 status collapsed
32660
32661 \begin_layout Plain Layout
32662
32663
32664 \backslash
32665 normalmarginpar 
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Standard
32674
32675 \series bold
32676
32677 \backslash
32678 normalmarginpar
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \begin_inset Note Greyedout
32683 status open
32684
32685 \begin_layout Plain Layout
32686
32687 \series bold
32688 Nota:
32689 \series default
32690  El comando se ignora si en el mismo párrafo está también presente el comando
32691  
32692 \series bold
32693
32694 \backslash
32695 reversemarginpar
32696 \series default
32697 .
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Standard
32706 \begin_inset VSpace bigskip
32707 \end_inset
32708
32709
32710 \family roman
32711 \series medium
32712
32713 \begin_inset Marginal
32714 status open
32715
32716 \begin_layout Plain Layout
32717 PalabraMuyLargaAlMargen no partida con guión.
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \family default
32724 \series default
32725  Como en el caso descrito en la sección
32726 \begin_inset space ~
32727 \end_inset
32728
32729
32730 \begin_inset CommandInset ref
32731 LatexCommand ref
32732 reference "subsec:Líneas-Múltiples-en"
32733
32734 \end_inset
32735
32736 , una palabra larga no puede partirse con guión cuando es la primera en
32737  la nota al margen.
32738  Para evitar esto, inserta un espacio horizontal de 0
32739 \begin_inset space \thinspace{}
32740 \end_inset
32741
32742 pt antes de la palabra
32743 \family roman
32744 \series medium
32745 .
32746 \end_layout
32747
32748 \begin_layout Standard
32749
32750 \family roman
32751 \series medium
32752 \begin_inset Marginal
32753 status open
32754
32755 \begin_layout Plain Layout
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 hspace{0pt}
32764 \end_layout
32765
32766 \end_inset
32767
32768 PalabraMuyLargaAlMargen partida con guión.
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Standard
32777 \begin_inset VSpace bigskip
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Standard
32784 \begin_inset Note Greyedout
32785 status open
32786
32787 \begin_layout Plain Layout
32788
32789 \series bold
32790 Nota:
32791 \series default
32792  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
32793  y notas al pie.
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Standard
32802 \begin_inset VSpace bigskip
32803 \end_inset
32804
32805
32806 \end_layout
32807
32808 \begin_layout Standard
32809 \begin_inset ERT
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813
32814
32815 \backslash
32816 ifmarginnote
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \begin_inset Note Note
32823 status open
32824
32825 \begin_layout Plain Layout
32826 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32827  \SpecialChar LaTeX
32828  
32829 \series bold
32830 marginnote
32831 \series default
32832 .
32833 \end_layout
32834
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \begin_layout Standard
32841 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
32842  
32843 \series bold
32844 marginnote
32845 \series default
32846
32847 \begin_inset Index idx
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 \SpecialChar LaTeX
32852 -paquetes ! marginnote
32853 \end_layout
32854
32855 \end_inset
32856
32857 .
32858  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
32859  para notas
32860  al margen es redefinido para usar el comando proporcionado por el paquete
32861  
32862 \series bold
32863 marginnote
32864 \series default
32865 :
32866 \end_layout
32867
32868 \begin_layout Standard
32869
32870 \series bold
32871
32872 \backslash
32873 usepackage{marginnote}
32874 \begin_inset Newline newline
32875 \end_inset
32876
32877
32878 \backslash
32879 let
32880 \backslash
32881 marginpar
32882 \backslash
32883 marginnote
32884 \end_layout
32885
32886 \begin_layout Standard
32887 Esto se ha utilizado en el presente documento porque 
32888 \series bold
32889 marginnote
32890 \series default
32891  tiene una característica adicional útil: Puedes establecer un desplazamiento
32892  vertical a la nota.
32893  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
32894  diseño de la página.
32895  En \SpecialChar LyX
32896 , el desplazamiento se escribe directamente tras la nota al margen,
32897  en código \SpecialChar TeX
32898
32899 \end_layout
32900
32901 \begin_layout Standard
32902
32903 \series bold
32904 [desplazamiento]
32905 \end_layout
32906
32907 \begin_layout Standard
32908 donde desplazamiento es una longitud en una de las unidades del cuadro
32909 \begin_inset space ~
32910 \end_inset
32911
32912
32913 \begin_inset CommandInset ref
32914 LatexCommand ref
32915 reference "tab:Unidades"
32916
32917 \end_inset
32918
32919 .
32920  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
32921  abajo.
32922  
32923 \family roman
32924 \series medium
32925 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 cm arriba con el comando en código \SpecialChar TeX
32930  
32931 \begin_inset Quotes eld
32932 \end_inset
32933
32934
32935 \family default
32936 \series bold
32937 [-1.5cm]
32938 \family roman
32939 \series medium
32940
32941 \begin_inset Quotes erd
32942 \end_inset
32943
32944
32945 \begin_inset Marginal
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 Esta nota está 1.5
32950 \begin_inset space \thinspace{}
32951 \end_inset
32952
32953 cm por encima de su posición original.
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \family default
32960 \series default
32961
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967 [-1.5cm]
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \begin_layout Standard
32976 \begin_inset VSpace medskip
32977 \end_inset
32978
32979 Con 
32980 \series bold
32981 marginnote
32982 \series default
32983  también puedes cambiar la alineación del texto en el margen.
32984  Por ejemplo los comandos
32985 \end_layout
32986
32987 \begin_layout Standard
32988
32989 \series bold
32990
32991 \backslash
32992 renewcommand*{
32993 \backslash
32994 raggedleftmarginnote}{
32995 \backslash
32996 centering}
32997 \begin_inset Newline newline
32998 \end_inset
32999
33000
33001 \backslash
33002 renewcommand*{
33003 \backslash
33004 raggedrightmarginnote}{
33005 \backslash
33006 centering}
33007 \end_layout
33008
33009 \begin_layout Standard
33010 producen alineación centrada.
33011  
33012 \series bold
33013
33014 \backslash
33015 raggedleftmarginnote
33016 \series default
33017  identifica las notas que aparecen al lado izquierdo.
33018 \family roman
33019 \series medium
33020
33021 \begin_inset ERT
33022 status collapsed
33023
33024 \begin_layout Plain Layout
33025
33026
33027 \backslash
33028 renewcommand*{
33029 \backslash
33030 raggedleftmarginnote}{
33031 \backslash
33032 centering}
33033 \end_layout
33034
33035 \begin_layout Plain Layout
33036
33037
33038 \backslash
33039 renewcommand*{
33040 \backslash
33041 raggedrightmarginnote}{
33042 \backslash
33043 centering}
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \begin_inset Marginal
33050 status open
33051
33052 \begin_layout Plain Layout
33053 El texto de esta nota está centrado.
33054 \end_layout
33055
33056 \end_inset
33057
33058
33059 \family default
33060 \series default
33061  El valor predeterminado es 
33062 \end_layout
33063
33064 \begin_layout Standard
33065
33066 \series bold
33067
33068 \backslash
33069 renewcommand*{
33070 \backslash
33071 raggedleftmarginnote}{
33072 \backslash
33073 raggedleft}
33074 \begin_inset Newline newline
33075 \end_inset
33076
33077
33078 \backslash
33079 renewcommand*{
33080 \backslash
33081 raggedrightmarginnote}{
33082 \backslash
33083 raggedright}
33084 \family roman
33085 \series medium
33086
33087 \begin_inset ERT
33088 status collapsed
33089
33090 \begin_layout Plain Layout
33091
33092
33093 \backslash
33094 renewcommand*{
33095 \backslash
33096 raggedleftmarginnote}{
33097 \backslash
33098 raggedleft}
33099 \end_layout
33100
33101 \begin_layout Plain Layout
33102
33103
33104 \backslash
33105 renewcommand*{
33106 \backslash
33107 raggedrightmarginnote}{
33108 \backslash
33109 raggedright}
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 \begin_inset VSpace medskip
33119 \end_inset
33120
33121 Para otras características de 
33122 \series bold
33123 marginnote
33124 \series default
33125  mira en su documentación 
33126 \begin_inset CommandInset citation
33127 LatexCommand cite
33128 key "marginnote"
33129 literal "true"
33130
33131 \end_inset
33132
33133 .
33134 \end_layout
33135
33136 \begin_layout Standard
33137 \begin_inset VSpace bigskip
33138 \end_inset
33139
33140 El diseño de las notas al margen puede ser redefinido.
33141  Por ejemplo, para crear una cabecera para todas las notas con el texto
33142  
33143 \begin_inset Quotes eld
33144 \end_inset
33145
33146
33147 \series bold
33148 \bar under
33149 ¡
33150 \family sans
33151 Atención
33152 \family default
33153 !
33154 \series default
33155 \bar default
33156
33157 \begin_inset Quotes erd
33158 \end_inset
33159
33160 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
33161 \end_layout
33162
33163 \begin_layout Standard
33164
33165 \series bold
33166
33167 \backslash
33168 let
33169 \backslash
33170 myMarginpar
33171 \backslash
33172 marginpar
33173 \begin_inset Newline newline
33174 \end_inset
33175
33176
33177 \backslash
33178 renewcommand{
33179 \backslash
33180 marginpar}[1]{
33181 \backslash
33182 myMarginpar{%
33183 \begin_inset Newline newline
33184 \end_inset
33185
33186
33187 \begin_inset Phantom HPhantom
33188 status open
33189
33190 \begin_layout Plain Layout
33191
33192 \series bold
33193 \begin_inset space ~
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \backslash
33203 hspace{0pt}
33204 \backslash
33205 textsf{
33206 \backslash
33207 textbf{
33208 \backslash
33209 underbar{¡Atención!}}}%
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213
33214 \begin_inset Phantom HPhantom
33215 status open
33216
33217 \begin_layout Plain Layout
33218
33219 \series bold
33220 \begin_inset space ~
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \backslash
33230 vspace{1.5mm}
33231 \backslash
33232
33233 \backslash
33234 #1}}
33235 \end_layout
33236
33237 \begin_layout Standard
33238
33239 \family roman
33240 \series medium
33241 \begin_inset ERT
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245
33246
33247 \backslash
33248 let
33249 \backslash
33250 myMarginpar
33251 \backslash
33252 marginpar
33253 \end_layout
33254
33255 \begin_layout Plain Layout
33256
33257
33258 \backslash
33259 renewcommand{
33260 \backslash
33261 marginpar}[1]{
33262 \backslash
33263 myMarginpar{%
33264 \end_layout
33265
33266 \begin_layout Plain Layout
33267
33268    
33269 \backslash
33270 textsf{
33271 \backslash
33272 textbf{
33273 \backslash
33274 underbar{¡Atención!}}}%
33275 \end_layout
33276
33277 \begin_layout Plain Layout
33278
33279    
33280 \backslash
33281 vspace{1.5mm}
33282 \backslash
33283
33284 \backslash
33285 #1}}
33286 \end_layout
33287
33288 \end_inset
33289
33290
33291 \begin_inset Marginal
33292 status open
33293
33294 \begin_layout Plain Layout
33295 Esta es una nota con una cabecera definida.
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \family default
33302 \series default
33303
33304 \begin_inset ERT
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308
33309 [-1.5cm]
33310 \end_layout
33311
33312 \end_inset
33313
33314
33315 \family roman
33316 \series medium
33317
33318 \begin_inset ERT
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322
33323
33324 \backslash
33325 renewcommand{
33326 \backslash
33327 marginpar}[1]{
33328 \backslash
33329 myMarginpar{#1}}
33330 \end_layout
33331
33332 \end_inset
33333
33334
33335 \family default
33336 \series default
33337
33338 \begin_inset Note Note
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Standard
33351 \begin_inset ERT
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355
33356
33357 \backslash
33358 else
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \begin_inset Note Note
33365 status open
33366
33367 \begin_layout Plain Layout
33368 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
33369  
33370 \series bold
33371 marginnote
33372 \series default
33373 .
33374 \end_layout
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \begin_layout Standard
33382 Debes instalar el paquete \SpecialChar LaTeX
33383  
33384 \series bold
33385 marginnote
33386 \series default
33387  para ver la parte siguiente en la salida.
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \begin_inset ERT
33392 status collapsed
33393
33394 \begin_layout Plain Layout
33395
33396
33397 \backslash
33398 fi
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \begin_layout Chapter
33407 Marcos
33408 \end_layout
33409
33410 \begin_layout Section
33411 Introducción
33412 \begin_inset Index idx
33413 status collapsed
33414
33415 \begin_layout Plain Layout
33416 Marcos ! Introducción
33417 \end_layout
33418
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \begin_layout Standard
33425 Los marcos se emplean para dar formato a bloques de texto.
33426  Se pueden usar para escribir documentos con varios idiomas, véase sección
33427 \begin_inset space ~
33428 \end_inset
33429
33430
33431 \begin_inset CommandInset ref
33432 LatexCommand ref
33433 reference "sec:Minipáginas"
33434
33435 \end_inset
33436
33437 , enmarcar textos, véase sección
33438 \begin_inset space ~
33439 \end_inset
33440
33441
33442 \begin_inset CommandInset ref
33443 LatexCommand ref
33444 reference "sec:Decoración"
33445
33446 \end_inset
33447
33448 , evitar la división de palabras, véase sección
33449 \begin_inset space ~
33450 \end_inset
33451
33452
33453 \begin_inset CommandInset ref
33454 LatexCommand ref
33455 reference "sec:Evitar-la-Partición"
33456
33457 \end_inset
33458
33459 , alinear texto, véase sección
33460 \begin_inset space ~
33461 \end_inset
33462
33463
33464 \begin_inset CommandInset ref
33465 LatexCommand ref
33466 reference "subsec:Alineación-Vertical"
33467
33468 \end_inset
33469
33470 , o para poner color de fondo a un texto, véase sección
33471 \begin_inset space ~
33472 \end_inset
33473
33474
33475 \begin_inset CommandInset ref
33476 LatexCommand ref
33477 reference "sec:Marcos-Coloreados"
33478
33479 \end_inset
33480
33481 .
33482 \end_layout
33483
33484 \begin_layout Standard
33485 Se insertan con el menú 
33486 \family sans
33487 Insertar\SpecialChar menuseparator
33488 Marco
33489 \family default
33490  o con el botón 
33491 \begin_inset Info
33492 type  "icon"
33493 arg   "box-insert Frameless"
33494 \end_inset
33495
33496 .
33497  Surge un recuadro gris con la etiqueta 
33498 \family sans
33499 Marco (Minipágina)
33500 \family default
33501
33502 \begin_inset Graphics
33503         filename clipart/CuadroMinipagina.png
33504         scale 95
33505
33506 \end_inset
33507
33508 .
33509  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
33510  
33511 \family sans
33512 Configuración
33513 \family default
33514 .
33515  Sale un diálogo en el que 
33516 \family sans
33517 Marco
33518 \family default
33519
33520 \begin_inset space ~
33521 \end_inset
33522
33523
33524 \family sans
33525 interior
33526 \family default
33527  permite escoger los tipos
33528 \family sans
33529  Minipágina
33530 \family default
33531
33532 \family sans
33533 Marco de párrafo
33534 \family default
33535  y 
33536 \family sans
33537 Marco de 
33538 \family default
33539 línea.
33540  
33541 \family sans
33542 Minipágina
33543 \family default
33544  es el predeterminado para nuevos marcos y se explica en la sección
33545 \begin_inset space ~
33546 \end_inset
33547
33548
33549 \begin_inset CommandInset ref
33550 LatexCommand ref
33551 reference "sec:Minipáginas"
33552
33553 \end_inset
33554
33555 ; el tipo 
33556 \family sans
33557 Marco de párrafo
33558 \family default
33559  se describe en la sección
33560 \begin_inset space ~
33561 \end_inset
33562
33563
33564 \begin_inset CommandInset ref
33565 LatexCommand ref
33566 reference "sec:Marcos-de-Párrafo"
33567
33568 \end_inset
33569
33570  y el tipo 
33571 \family sans
33572 Marco de línea
33573 \family default
33574  se describe en la sección
33575 \begin_inset space ~
33576 \end_inset
33577
33578
33579 \begin_inset CommandInset ref
33580 LatexCommand ref
33581 reference "sec:Evitar-la-Partición"
33582
33583 \end_inset
33584
33585 .
33586 \end_layout
33587
33588 \begin_layout Standard
33589 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
33590  o las notas al pie.
33591 \end_layout
33592
33593 \begin_layout Standard
33594 \begin_inset Note Greyedout
33595 status open
33596
33597 \begin_layout Plain Layout
33598
33599 \series bold
33600 Nota:
33601 \series default
33602  Los marcos no deben ser el ítem en un entorno 
33603 \family sans
33604 Enumeración*
33605 \family default
33606  o 
33607 \family sans
33608 Descripción
33609 \family default
33610 .
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Standard
33619 \begin_inset Note Greyedout
33620 status open
33621
33622 \begin_layout Plain Layout
33623
33624 \series bold
33625 Nota:
33626 \series default
33627  Por razones desconocidas sólo se puede poner el tipo 
33628 \family sans
33629 Marco
33630 \begin_inset space ~
33631 \end_inset
33632
33633 interior
33634 \family default
33635  en 
33636 \family sans
33637 Ninguno
33638 \family default
33639  cuando se emplea un marco enmarcado.
33640  Los marcos sin ningún tipo de 
33641 \family sans
33642 Marco
33643 \begin_inset space ~
33644 \end_inset
33645
33646 interior
33647 \family default
33648  y sin bordes se explican en la sección
33649 \begin_inset space ~
33650 \end_inset
33651
33652
33653 \begin_inset CommandInset ref
33654 LatexCommand ref
33655 reference "sec:Evitar-la-Partición"
33656
33657 \end_inset
33658
33659 .
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Section
33668 Diálogo de marcos
33669 \begin_inset CommandInset label
33670 LatexCommand label
33671 name "sec:Diálogo-Marcos"
33672
33673 \end_inset
33674
33675
33676 \begin_inset Index idx
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680 Marcos ! Configuración
33681 \end_layout
33682
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \begin_layout Subsection
33689 Tamaño
33690 \begin_inset Index idx
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 Marcos ! Tamaño
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 En el diálogo puedes ajustar la geometría del marco en los campos 
33704 \family sans
33705 Ancho
33706 \family default
33707  y 
33708 \family sans
33709 Alto
33710 \family default
33711 .
33712  Las unidades disponibles para la geometría se describen en el cuadro
33713 \begin_inset space ~
33714 \end_inset
33715
33716
33717 \begin_inset CommandInset ref
33718 LatexCommand ref
33719 reference "tab:Unidades"
33720
33721 \end_inset
33722
33723 .
33724  El campo 
33725 \family sans
33726 Alto
33727 \family default
33728  ofrece los siguientes tamaños adicionales:
33729 \end_layout
33730
33731 \begin_layout Description
33732 Profundidad Es la 
33733 \begin_inset Quotes cld
33734 \end_inset
33735
33736 altura
33737 \begin_inset Quotes crd
33738 \end_inset
33739
33740  del texto plano.
33741  Ignora la profundidad total cuando hay múltiples líneas de texto en el
33742  marco:
33743 \begin_inset Newline newline
33744 \end_inset
33745
33746
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750
33751 \begin_inset Newline newline
33752 \end_inset
33753
33754
33755 \begin_inset Newline newline
33756 \end_inset
33757
33758
33759 \begin_inset Box Boxed
33760 position "c"
33761 hor_pos "c"
33762 has_inner_box 1
33763 inner_pos "c"
33764 use_parbox 0
33765 use_makebox 0
33766 width "12col%"
33767 special "none"
33768 height "1in"
33769 height_special "depth"
33770 thickness "0.4pt"
33771 separation "3pt"
33772 shadowsize "4pt"
33773 framecolor "black"
33774 backgroundcolor "none"
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778 \align center
33779 Marco con altura establecida en 1
33780 \begin_inset space \thinspace{}
33781 \end_inset
33782
33783 Profundidad
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \begin_inset Newline newline
33790 \end_inset
33791
33792
33793 \begin_inset Newline newline
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Description
33800 Alto Es la altura del texto que está dentro del marco.
33801  Un valor de, p.
33802 \begin_inset space \thinspace{}
33803 \end_inset
33804
33805 ej.
33806 \begin_inset space ~
33807 \end_inset
33808
33809 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
33810  
33811 \begin_inset Box Boxed
33812 position "c"
33813 hor_pos "c"
33814 has_inner_box 1
33815 inner_pos "c"
33816 use_parbox 0
33817 use_makebox 0
33818 width "20col%"
33819 special "none"
33820 height "2in"
33821 height_special "height"
33822 thickness "0.4pt"
33823 separation "3pt"
33824 shadowsize "4pt"
33825 framecolor "black"
33826 backgroundcolor "none"
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830 \align center
33831 Marco con altura puesta en 2
33832 \begin_inset space \thinspace{}
33833 \end_inset
33834
33835 Alto
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \begin_layout Description
33844 Alto
33845 \begin_inset space ~
33846 \end_inset
33847
33848 total Esto es el Alto
33849 \begin_inset space \thinspace{}
33850 \end_inset
33851
33852 +
33853 \begin_inset space \thinspace{}
33854 \end_inset
33855
33856 Profundidad: 
33857 \begin_inset Box Boxed
33858 position "c"
33859 hor_pos "c"
33860 has_inner_box 1
33861 inner_pos "c"
33862 use_parbox 0
33863 use_makebox 0
33864 width "20col%"
33865 special "none"
33866 height "1in"
33867 height_special "totalheight"
33868 thickness "0.4pt"
33869 separation "3pt"
33870 shadowsize "4pt"
33871 framecolor "black"
33872 backgroundcolor "none"
33873 status collapsed
33874
33875 \begin_layout Plain Layout
33876 \align center
33877 Marco con altura puesta a 1
33878 \begin_inset space \thinspace{}
33879 \end_inset
33880
33881 Alto
33882 \begin_inset space ~
33883 \end_inset
33884
33885 total
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Description
33894 Ancho Esto determina al ancho del marco como altura: 
33895 \begin_inset Box Boxed
33896 position "c"
33897 hor_pos "c"
33898 has_inner_box 1
33899 inner_pos "c"
33900 use_parbox 0
33901 use_makebox 0
33902 width "12col%"
33903 special "none"
33904 height "1in"
33905 height_special "width"
33906 thickness "0.4pt"
33907 separation "3pt"
33908 shadowsize "4pt"
33909 framecolor "black"
33910 backgroundcolor "none"
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914 \align center
33915 Marco con altura puesta en 1
33916 \begin_inset space \thinspace{}
33917 \end_inset
33918
33919 Ancho
33920 \end_layout
33921
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \begin_layout Subsection
33928 Alineación
33929 \begin_inset Index idx
33930 status collapsed
33931
33932 \begin_layout Plain Layout
33933 Marcos ! Alineación
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 Si has elegido un 
33943 \family sans
33944 Marco
33945 \begin_inset space ~
33946 \end_inset
33947
33948 interior
33949 \family default
33950 , la alineación vertical del marco puede ser:
33951 \end_layout
33952
33953 \begin_layout Description
33954 Superior Ejemplo de línea de texto.
33955  
33956 \begin_inset Box Boxed
33957 position "t"
33958 hor_pos "c"
33959 has_inner_box 1
33960 inner_pos "c"
33961 use_parbox 0
33962 use_makebox 0
33963 width "12col%"
33964 special "none"
33965 height "1in"
33966 height_special "totalheight"
33967 thickness "0.4pt"
33968 separation "3pt"
33969 shadowsize "4pt"
33970 framecolor "black"
33971 backgroundcolor "none"
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975 \align center
33976 marco alineado arriba.
33977 \end_layout
33978
33979 \end_inset
33980
33981  Ejemplo de línea de texto.
33982 \end_layout
33983
33984 \begin_layout Description
33985 Medio Ejemplo de línea de texto.
33986  
33987 \begin_inset Box Boxed
33988 position "c"
33989 hor_pos "c"
33990 has_inner_box 1
33991 inner_pos "c"
33992 use_parbox 0
33993 use_makebox 0
33994 width "12col%"
33995 special "none"
33996 height "1in"
33997 height_special "totalheight"
33998 thickness "0.4pt"
33999 separation "3pt"
34000 shadowsize "4pt"
34001 framecolor "black"
34002 backgroundcolor "none"
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006 \align center
34007 marco alineado en medio.
34008 \end_layout
34009
34010 \end_inset
34011
34012  Ejemplo de línea de texto.
34013 \end_layout
34014
34015 \begin_layout Description
34016 Inferior Ejemplo de línea de texto.
34017  
34018 \begin_inset Box Boxed
34019 position "b"
34020 hor_pos "c"
34021 has_inner_box 1
34022 inner_pos "c"
34023 use_parbox 0
34024 use_makebox 0
34025 width "12col%"
34026 special "none"
34027 height "1in"
34028 height_special "totalheight"
34029 thickness "0.4pt"
34030 separation "3pt"
34031 shadowsize "4pt"
34032 framecolor "black"
34033 backgroundcolor "none"
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037 \align center
34038 marco alineado abajo.
34039 \end_layout
34040
34041 \end_inset
34042
34043  Ejemplo de línea de texto.
34044 \end_layout
34045
34046 \begin_layout Standard
34047 \begin_inset Note Greyedout
34048 status open
34049
34050 \begin_layout Plain Layout
34051
34052 \series bold
34053 Nota:
34054 \series default
34055  La alineación vertical puede desaparecer en la salida si hay dos marcos
34056  en una línea y, p.
34057 \begin_inset space \thinspace{}
34058 \end_inset
34059
34060 ej., uno de ellos tiene sombreado y el otro no.
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Standard
34069 La alineación horizontal del marco puede establecerse en el diálogo de configura
34070 ción de párrafo de \SpecialChar LyX
34071  si colocas el marco en su propio párrafo.
34072 \end_layout
34073
34074 \begin_layout Standard
34075 \begin_inset VSpace bigskip
34076 \end_inset
34077
34078 Si has escogido un 
34079 \family sans
34080 Marco
34081 \begin_inset space ~
34082 \end_inset
34083
34084 interior
34085 \family default
34086 , el contenido puede alinearse verticalmente a:
34087 \end_layout
34088
34089 \begin_layout Description
34090 Superior Ejemplo de línea de texto.
34091  
34092 \begin_inset Box Boxed
34093 position "c"
34094 hor_pos "c"
34095 has_inner_box 1
34096 inner_pos "t"
34097 use_parbox 0
34098 use_makebox 0
34099 width "12col%"
34100 special "none"
34101 height "1.5in"
34102 height_special "totalheight"
34103 thickness "0.4pt"
34104 separation "3pt"
34105 shadowsize "4pt"
34106 framecolor "black"
34107 backgroundcolor "none"
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 \align center
34112 marco con texto alineado arriba.
34113 \end_layout
34114
34115 \end_inset
34116
34117  Ejemplo de línea de texto.
34118 \end_layout
34119
34120 \begin_layout Description
34121 Medio Ejemplo de línea de texto.
34122  
34123 \begin_inset Box Boxed
34124 position "c"
34125 hor_pos "c"
34126 has_inner_box 1
34127 inner_pos "c"
34128 use_parbox 0
34129 use_makebox 0
34130 width "12col%"
34131 special "none"
34132 height "1.5in"
34133 height_special "totalheight"
34134 thickness "0.4pt"
34135 separation "3pt"
34136 shadowsize "4pt"
34137 framecolor "black"
34138 backgroundcolor "none"
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142 \align center
34143 marco con texto alineado en medio.
34144 \end_layout
34145
34146 \end_inset
34147
34148  Ejemplo de línea de texto.
34149 \end_layout
34150
34151 \begin_layout Description
34152 Inferior Ejemplo de línea de texto.
34153  
34154 \begin_inset Box Boxed
34155 position "c"
34156 hor_pos "c"
34157 has_inner_box 1
34158 inner_pos "b"
34159 use_parbox 0
34160 use_makebox 0
34161 width "12col%"
34162 special "none"
34163 height "1.5in"
34164 height_special "totalheight"
34165 thickness "0.4pt"
34166 separation "3pt"
34167 shadowsize "4pt"
34168 framecolor "black"
34169 backgroundcolor "none"
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173 \align center
34174 marco con texto alineado abajo.
34175 \end_layout
34176
34177 \end_inset
34178
34179  Ejemplo de línea de texto.
34180 \end_layout
34181
34182 \begin_layout Description
34183 Estirado Ejemplo de línea de texto.
34184  
34185 \begin_inset Box Boxed
34186 position "c"
34187 hor_pos "c"
34188 has_inner_box 1
34189 inner_pos "s"
34190 use_parbox 0
34191 use_makebox 0
34192 width "12col%"
34193 special "none"
34194 height "1.5in"
34195 height_special "totalheight"
34196 thickness "0.4pt"
34197 separation "3pt"
34198 shadowsize "4pt"
34199 framecolor "black"
34200 backgroundcolor "none"
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204 \align center
34205 Este texto
34206 \end_layout
34207
34208 \begin_layout Plain Layout
34209 \align center
34210 está
34211 \end_layout
34212
34213 \begin_layout Plain Layout
34214 \align center
34215 estirado.
34216 \end_layout
34217
34218 \end_inset
34219
34220  Ejemplo de línea de texto.
34221 \end_layout
34222
34223 \begin_layout Standard
34224 Para estirar el contenido debe tener más de un párrafo.
34225  En el ejemplo anterior cada línea de texto está en un párrafo propio.
34226 \end_layout
34227
34228 \begin_layout Standard
34229 \begin_inset VSpace bigskip
34230 \end_inset
34231
34232 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
34233  \SpecialChar LyX
34234  cuando hayas escogido un 
34235 \family sans
34236 Marco
34237 \begin_inset space ~
34238 \end_inset
34239
34240 interior
34241 \family default
34242 .
34243 \end_layout
34244
34245 \begin_layout Standard
34246 \align center
34247 \begin_inset Box Boxed
34248 position "c"
34249 hor_pos "c"
34250 has_inner_box 1
34251 inner_pos "s"
34252 use_parbox 0
34253 use_makebox 0
34254 width "15col%"
34255 special "none"
34256 height "1.25in"
34257 height_special "totalheight"
34258 thickness "0.4pt"
34259 separation "3pt"
34260 shadowsize "4pt"
34261 framecolor "black"
34262 backgroundcolor "none"
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266 \align left
34267 marco
34268 \end_layout
34269
34270 \begin_layout Plain Layout
34271 \align center
34272 con texto
34273 \end_layout
34274
34275 \begin_layout Plain Layout
34276 \align right
34277 estirado
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \begin_layout Standard
34286 Si no has establecido un 
34287 \family sans
34288 Marco
34289 \begin_inset space ~
34290 \end_inset
34291
34292 interior
34293 \family default
34294 , puedes alinear horizontalmente el contenido del marco en el diálogo de
34295  marcos.
34296 \end_layout
34297
34298 \begin_layout Standard
34299 \align center
34300 \begin_inset Box Boxed
34301 position "c"
34302 hor_pos "s"
34303 has_inner_box 0
34304 inner_pos "s"
34305 use_parbox 0
34306 use_makebox 0
34307 width "90col%"
34308 special "none"
34309 height "1.25in"
34310 height_special "totalheight"
34311 thickness "0.4pt"
34312 separation "3pt"
34313 shadowsize "4pt"
34314 framecolor "black"
34315 backgroundcolor "none"
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 Texto estirado horizontalmente.
34320 \end_layout
34321
34322 \end_inset
34323
34324
34325 \end_layout
34326
34327 \begin_layout Subsection
34328 Decoración
34329 \begin_inset CommandInset label
34330 LatexCommand label
34331 name "sec:Decoración"
34332
34333 \end_inset
34334
34335
34336 \begin_inset Index idx
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340 Marcos ! Decoración
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Standard
34349 El estilo de borde del marco se puede determinar en la lista desplegable
34350  
34351 \family sans
34352 Tipo
34353 \family default
34354  del diálogo de marcos.
34355  Son posibles los siguientes bordes:
34356 \end_layout
34357
34358 \begin_layout Description
34359 Sin
34360 \begin_inset space ~
34361 \end_inset
34362
34363 borde No se dibuja ninguno.
34364 \end_layout
34365
34366 \begin_layout Description
34367 Borde
34368 \begin_inset space ~
34369 \end_inset
34370
34371 rectangular
34372 \begin_inset space ~
34373 \end_inset
34374
34375 sencillo Dibuja un borde rectangular alrededor del marco.
34376  El grosor del borde se puede especificar.
34377  
34378 \begin_inset Box Boxed
34379 position "c"
34380 hor_pos "c"
34381 has_inner_box 1
34382 inner_pos "c"
34383 use_parbox 0
34384 use_makebox 0
34385 width "25col%"
34386 special "none"
34387 height "1in"
34388 height_special "totalheight"
34389 thickness "0.4pt"
34390 separation "3pt"
34391 shadowsize "4pt"
34392 framecolor "black"
34393 backgroundcolor "none"
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397 \align center
34398 Marco rectangular
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Description
34407 Borde
34408 \begin_inset space ~
34409 \end_inset
34410
34411 ovalado,
34412 \begin_inset space ~
34413 \end_inset
34414
34415 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
34416 \begin_inset space \thinspace{}
34417 \end_inset
34418
34419 pt.
34420  
34421 \begin_inset Box ovalbox
34422 position "c"
34423 hor_pos "c"
34424 has_inner_box 1
34425 inner_pos "c"
34426 use_parbox 0
34427 use_makebox 0
34428 width "25col%"
34429 special "none"
34430 height "1in"
34431 height_special "totalheight"
34432 thickness "0.4pt"
34433 separation "3pt"
34434 shadowsize "4pt"
34435 framecolor "black"
34436 backgroundcolor "none"
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440 \align center
34441 Borde ovalado, fino
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \begin_layout Description
34450 Borde
34451 \begin_inset space ~
34452 \end_inset
34453
34454 ovalado,
34455 \begin_inset space ~
34456 \end_inset
34457
34458 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
34459 \begin_inset space \thinspace{}
34460 \end_inset
34461
34462 pt.
34463  
34464 \begin_inset Box Ovalbox
34465 position "c"
34466 hor_pos "c"
34467 has_inner_box 1
34468 inner_pos "c"
34469 use_parbox 0
34470 use_makebox 0
34471 width "30col%"
34472 special "none"
34473 height "1in"
34474 height_special "totalheight"
34475 thickness "0.4pt"
34476 separation "3pt"
34477 shadowsize "4pt"
34478 framecolor "black"
34479 backgroundcolor "none"
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 \align center
34484 Borde ovalado, grueso
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \begin_layout Description
34493 Borde
34494 \begin_inset space ~
34495 \end_inset
34496
34497 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
34498  El grosor de la línea y la sombra se puede especificar.
34499  
34500 \begin_inset Box Shadowbox
34501 position "c"
34502 hor_pos "c"
34503 has_inner_box 1
34504 inner_pos "c"
34505 use_parbox 0
34506 use_makebox 0
34507 width "20col%"
34508 special "none"
34509 height "1in"
34510 height_special "totalheight"
34511 thickness "0.4pt"
34512 separation "3pt"
34513 shadowsize "4pt"
34514 framecolor "black"
34515 backgroundcolor "none"
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519 \align center
34520 Borde sombrado
34521 \end_layout
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \begin_layout Description
34529 Fondo
34530 \begin_inset space ~
34531 \end_inset
34532
34533 coloreado Dibuja un cuadro con fondo de color rojo.
34534  A diferencia de los cuadros coloreados,
34535 \begin_inset Foot
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 véase sec.
34540  
34541 \begin_inset CommandInset ref
34542 LatexCommand ref
34543 reference "sec:Marcos-Coloreados"
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \end_inset
34551
34552  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
34553 \begin_inset Box Shaded
34554 position "t"
34555 hor_pos "c"
34556 has_inner_box 0
34557 inner_pos "t"
34558 use_parbox 0
34559 use_makebox 0
34560 width "50col%"
34561 special "none"
34562 height "1in"
34563 height_special "totalheight"
34564 thickness "0.4pt"
34565 separation "3pt"
34566 shadowsize "4pt"
34567 framecolor "black"
34568 backgroundcolor "none"
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572 Cuadro con fondo sombreado
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \begin_layout Description
34581 Borde
34582 \begin_inset space ~
34583 \end_inset
34584
34585 rectangular
34586 \begin_inset space ~
34587 \end_inset
34588
34589 doble Dibuja un rectángulo de línea doble alrededor.
34590  El grosor de la línea interior es 0.75
34591 \begin_inset space \thinspace{}
34592 \end_inset
34593
34594 grosor
34595 \begin_inset space ~
34596 \end_inset
34597
34598 del
34599 \begin_inset space ~
34600 \end_inset
34601
34602 borde, el de la línea exterior es 1.5
34603 \begin_inset space \thinspace{}
34604 \end_inset
34605
34606 grosor
34607 \begin_inset space ~
34608 \end_inset
34609
34610 del
34611 \begin_inset space ~
34612 \end_inset
34613
34614 borde.
34615  La distancia entre líneas es 1.5
34616 \begin_inset space \thinspace{}
34617 \end_inset
34618
34619 grosor
34620 \begin_inset space ~
34621 \end_inset
34622
34623 del
34624 \begin_inset space ~
34625 \end_inset
34626
34627 borde
34628 \begin_inset space \thinspace{}
34629 \end_inset
34630
34631 +
34632 \begin_inset space \thinspace{}
34633 \end_inset
34634
34635 0.5
34636 \begin_inset space \thinspace{}
34637 \end_inset
34638
34639 pt.
34640  
34641 \begin_inset Box Doublebox
34642 position "c"
34643 hor_pos "c"
34644 has_inner_box 1
34645 inner_pos "c"
34646 use_parbox 0
34647 use_makebox 0
34648 width "20col%"
34649 special "none"
34650 height "1in"
34651 height_special "totalheight"
34652 thickness "0.4pt"
34653 separation "3pt"
34654 shadowsize "4pt"
34655 framecolor "black"
34656 backgroundcolor "none"
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 \align center
34661 Borde doble
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Standard
34670 La etiqueta del marco en \SpecialChar LyX
34671  reflejará el estilo de borde elegido.
34672  Para poder utilizar los distintos bordes, debe estar instalado el paquete
34673  \SpecialChar LaTeX
34674  
34675 \series bold
34676 fancybox
34677 \series default
34678
34679 \begin_inset Index idx
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683 \SpecialChar LaTeX
34684 -paquetes ! fancybox
34685 \end_layout
34686
34687 \end_inset
34688
34689 .
34690 \end_layout
34691
34692 \begin_layout Standard
34693 \begin_inset VSpace bigskip
34694 \end_inset
34695
34696 Si usas la decoración 
34697 \family sans
34698 Borde rectangular sencillo
34699 \family default
34700  sin marco interior, puedes permitir saltos de página dentro del marco.
34701  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
34702  el borde usa siempre todo el ancho de columna y el marco se establece como
34703  su párrafo propio: 
34704 \begin_inset Box Framed
34705 position "t"
34706 hor_pos "c"
34707 has_inner_box 0
34708 inner_pos "t"
34709 use_parbox 0
34710 use_makebox 0
34711 width "100col%"
34712 special "none"
34713 height "1in"
34714 height_special "totalheight"
34715 thickness "0.4pt"
34716 separation "3pt"
34717 shadowsize "4pt"
34718 framecolor "black"
34719 backgroundcolor "none"
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 Cuadro que permite saltos de página
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \begin_layout Section
34732 Personalización de marcos
34733 \begin_inset Index idx
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737 Marcos ! Personalizar
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 El diámetro de las esquinas de los bordes ovalados se puede modificar con
34747  el comando 
34748 \series bold
34749
34750 \backslash
34751 cornersize
34752 \series default
34753 .
34754  El comando
34755 \end_layout
34756
34757 \begin_layout Standard
34758
34759 \series bold
34760
34761 \backslash
34762 cornersize*{1cm}
34763 \end_layout
34764
34765 \begin_layout Standard
34766 establece un diámetro de 1
34767 \begin_inset space \thinspace{}
34768 \end_inset
34769
34770 cm.
34771  El comando
34772 \end_layout
34773
34774 \begin_layout Standard
34775
34776 \series bold
34777
34778 \backslash
34779 cornersize{num}
34780 \end_layout
34781
34782 \begin_layout Standard
34783 fija el diámetro en 
34784 \family sans
34785 num
34786 \begin_inset space \thinspace{}
34787 \end_inset
34788
34789 ×
34790 \begin_inset space \thinspace{}
34791 \end_inset
34792
34793 mínimo
34794 \family default
34795  
34796 \family sans
34797 (ancho y alto del marco)
34798 \family default
34799 .
34800  Por omisión es 
34801 \series bold
34802
34803 \backslash
34804 cornersize{0.5}
34805 \series default
34806 .
34807 \end_layout
34808
34809 \begin_layout Standard
34810 \begin_inset ERT
34811 status collapsed
34812
34813 \begin_layout Plain Layout
34814
34815
34816 \backslash
34817 cornersize*{1.5cm}
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \begin_inset Box Ovalbox
34824 position "c"
34825 hor_pos "c"
34826 has_inner_box 1
34827 inner_pos "c"
34828 use_parbox 0
34829 use_makebox 0
34830 width "28col%"
34831 special "none"
34832 height "1in"
34833 height_special "totalheight"
34834 thickness "0.4pt"
34835 separation "3pt"
34836 shadowsize "4pt"
34837 framecolor "black"
34838 backgroundcolor "none"
34839 status open
34840
34841 \begin_layout Plain Layout
34842 \align center
34843 Marco ovalado con 
34844 \series bold
34845
34846 \backslash
34847 cornersize
34848 \series default
34849
34850 \begin_inset space \thinspace{}
34851 \end_inset
34852
34853 =
34854 \begin_inset space \thinspace{}
34855 \end_inset
34856
34857 1.5
34858 \begin_inset space \thinspace{}
34859 \end_inset
34860
34861 cm
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \begin_inset ERT
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871
34872
34873 \backslash
34874 cornersize{0.5}
34875 \end_layout
34876
34877 \end_inset
34878
34879
34880 \end_layout
34881
34882 \begin_layout Standard
34883 \begin_inset VSpace bigskip
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \begin_layout Standard
34890 El color rojo predeterminado de los marcos con 
34891 \family sans
34892 fondo
34893 \begin_inset space ~
34894 \end_inset
34895
34896 coloreado
34897 \family default
34898  se puede cambiar en el sitio con el comando 
34899 \series bold
34900
34901 \backslash
34902 definecolor{shadecolor}
34903 \series default
34904  o globalmente con el menú 
34905 \family sans
34906 Herramientas
34907 \family default
34908 \SpecialChar menuseparator
34909
34910 \family sans
34911 Preferencias
34912 \family default
34913 \SpecialChar menuseparator
34914
34915 \family sans
34916 Colores
34917 \family default
34918 \SpecialChar menuseparator
34919
34920 \family sans
34921 marco
34922 \begin_inset space ~
34923 \end_inset
34924
34925 coloreado
34926 \family default
34927 .
34928  El esquema del comando 
34929 \series bold
34930
34931 \backslash
34932 definecolor
34933 \series default
34934  se explica en la sección
34935 \begin_inset space ~
34936 \end_inset
34937
34938
34939 \begin_inset CommandInset ref
34940 LatexCommand ref
34941 reference "sec:Cuadros-Coloreados"
34942
34943 \end_inset
34944
34945 .
34946 \begin_inset Foot
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950 El comando 
34951 \series bold
34952
34953 \backslash
34954 definecolor
34955 \series default
34956  requiere el paquete \SpecialChar LaTeX
34957  
34958 \series bold
34959 color
34960 \series default
34961  en el preámbulo, véase la sección
34962 \begin_inset space ~
34963 \end_inset
34964
34965
34966 \begin_inset CommandInset ref
34967 LatexCommand ref
34968 reference "sec:Marcos-Coloreados"
34969
34970 \end_inset
34971
34972 .
34973 \end_layout
34974
34975 \end_inset
34976
34977  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
34978
34979 \end_layout
34980
34981 \begin_layout Standard
34982
34983 \series bold
34984
34985 \backslash
34986 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34987 \end_layout
34988
34989 \begin_layout Standard
34990 \begin_inset ERT
34991 status collapsed
34992
34993 \begin_layout Plain Layout
34994
34995
34996 \backslash
34997 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34998 \end_layout
34999
35000 \end_inset
35001
35002
35003 \begin_inset Box Shaded
35004 position "t"
35005 hor_pos "c"
35006 has_inner_box 0
35007 inner_pos "t"
35008 use_parbox 0
35009 use_makebox 0
35010 width "100col%"
35011 special "none"
35012 height "1in"
35013 height_special "totalheight"
35014 thickness "0.4pt"
35015 separation "3pt"
35016 shadowsize "4pt"
35017 framecolor "black"
35018 backgroundcolor "none"
35019 status open
35020
35021 \begin_layout Plain Layout
35022
35023 \color yellow
35024 Texto amarillo en un marco con fondo coloreado en verde oscuro.
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \begin_inset ERT
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034
35035
35036 \backslash
35037 definecolor{shadecolor}{rgb}{1,0,0}
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \begin_layout Standard
35046 \begin_inset VSpace bigskip
35047 \end_inset
35048
35049 Los cambios en las dimensiones y de los colores son válidos para todos los
35050  marcos que siguen a los comandos.
35051 \end_layout
35052
35053 \begin_layout Section
35054 Minipáginas
35055 \begin_inset CommandInset label
35056 LatexCommand label
35057 name "sec:Minipáginas"
35058
35059 \end_inset
35060
35061
35062 \begin_inset Index idx
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066 Marcos ! Minipáginas
35067 \end_layout
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \begin_layout Standard
35075 Las minipáginas son tratadas por \SpecialChar LaTeX
35076  como páginas dentro de páginas y por tanto
35077  pueden tener, por ejemplo, sus propias notas al pie.
35078 \end_layout
35079
35080 \begin_layout Standard
35081 Las minipáginas son útiles para escribir documentos en distintas lenguas.
35082 \end_layout
35083
35084 \begin_layout Standard
35085 A continuación hay dos ejemplos de minipáginas adosadas.
35086  Su anchura está puesta en 45
35087 \begin_inset space \thinspace{}
35088 \end_inset
35089
35090 % y separadas por un relleno horizontal, insertado mediante el menú 
35091 \family sans
35092 Insertar\SpecialChar menuseparator
35093 Formato\SpecialChar menuseparator
35094 Relleno
35095 \begin_inset space ~
35096 \end_inset
35097
35098 horizontal
35099 \family default
35100 .
35101 \end_layout
35102
35103 \begin_layout Standard
35104 \begin_inset Box Frameless
35105 position "t"
35106 hor_pos "c"
35107 has_inner_box 1
35108 inner_pos "c"
35109 use_parbox 0
35110 use_makebox 0
35111 width "45col%"
35112 special "none"
35113 height "1in"
35114 height_special "totalheight"
35115 thickness "0.4pt"
35116 separation "3pt"
35117 shadowsize "4pt"
35118 framecolor "black"
35119 backgroundcolor "none"
35120 status open
35121
35122 \begin_layout Plain Layout
35123
35124 \lang ngerman
35125 Dies ist ein deutscher Text.
35126  Dies ist ein deutscher Text.
35127  Dies ist ein deutscher Text.
35128  Dies ist ein deutscher Text.
35129  Dies ist ein deutscher Text.
35130  Dies ist ein deutscher Text.
35131  Dies ist ein deutscher Text.
35132  Dies ist ein deutscher Text.
35133  Dies ist ein deutscher Text.
35134  Dies ist ein deutscher Text.
35135  Dies ist ein deutscher Text.
35136  Dies ist ein deutscher Text.
35137  Dies ist ein deutscher Text
35138 \begin_inset Foot
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142
35143 \lang ngerman
35144 Dies ist eine deutsche Fußnote.
35145 \end_layout
35146
35147 \end_inset
35148
35149 .
35150  Dies ist ein deutscher Text.
35151  Dies ist ein deutscher Text.
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \begin_inset space \hfill{}
35158 \end_inset
35159
35160
35161 \begin_inset Box Frameless
35162 position "t"
35163 hor_pos "c"
35164 has_inner_box 1
35165 inner_pos "c"
35166 use_parbox 0
35167 use_makebox 0
35168 width "45col%"
35169 special "none"
35170 height "1in"
35171 height_special "totalheight"
35172 thickness "0.4pt"
35173 separation "3pt"
35174 shadowsize "4pt"
35175 framecolor "black"
35176 backgroundcolor "none"
35177 status open
35178
35179 \begin_layout Plain Layout
35180
35181 \lang english
35182 This is an English Text.
35183  This is an English Text.
35184  This is an English Text.
35185  This is an English Text.
35186  This is an English Text.
35187  This is an English Text.
35188  This is an English Text.
35189  This is an English Text.
35190  This is an English Text.
35191  This is an English Text.
35192  This is an English Text.
35193  This is an English Text.
35194  This is an English Text.
35195  This is an English Text.
35196  This is an English Text.
35197  This is an English Text.
35198 \begin_inset Foot
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202
35203 \lang english
35204 This is an English footnote.
35205 \end_layout
35206
35207 \end_inset
35208
35209  This is an English Text.
35210 \end_layout
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Standard
35218 \begin_inset VSpace bigskip
35219 \end_inset
35220
35221 La configuración global de párrafos se ignora en las minipáginas.
35222  Esto significa que en las mismas no habrá espacio entre párrafos aunque
35223  pongas p.
35224 \begin_inset space \thinspace{}
35225 \end_inset
35226
35227 ej.
35228 \begin_inset space ~
35229 \end_inset
35230
35231
35232 \family sans
35233 Salto
35234 \begin_inset space ~
35235 \end_inset
35236
35237 medio
35238 \family default
35239  en la configuración del documento.
35240 \end_layout
35241
35242 \begin_layout Standard
35243 Las minipáginas también sirven para poner un color de fondo para partes
35244  de texto, véase sección
35245 \begin_inset space ~
35246 \end_inset
35247
35248
35249 \begin_inset CommandInset ref
35250 LatexCommand ref
35251 reference "sec:Marcos-Coloreados"
35252
35253 \end_inset
35254
35255 .
35256 \end_layout
35257
35258 \begin_layout Standard
35259 \begin_inset Note Greyedout
35260 status open
35261
35262 \begin_layout Plain Layout
35263
35264 \series bold
35265 Nota:
35266 \series default
35267  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
35268  tener minipáginas en cuadros, en flotantes, y en otros marcos.
35269 \end_layout
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \begin_layout Standard
35277 \begin_inset VSpace bigskip
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \begin_layout Standard
35284 \SpecialChar LyX
35285  proporciona soporte básico para minipáginas cuyo tamaño es determinado
35286  automáticamente por la anchura de su contenido, mediante el módulo 
35287 \family sans
35288 Minipáginas
35289 \begin_inset space ~
35290 \end_inset
35291
35292 ancho
35293 \begin_inset space ~
35294 \end_inset
35295
35296 variable
35297 \family default
35298 .
35299  El archivo de ejemplo \SpecialChar LyX
35300  
35301 \emph on
35302 varwidth-floats-side-by-side
35303 \emph default
35304  tiene ejemplos de estas minipáginas para colocar flotantes adosados.
35305 \end_layout
35306
35307 \begin_layout Section
35308 Marcos de párrafo
35309 \begin_inset CommandInset label
35310 LatexCommand label
35311 name "sec:Marcos-de-Párrafo"
35312
35313 \end_inset
35314
35315
35316 \begin_inset Index idx
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320 Marcos ! de párrafo
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \end_layout
35327
35328 \begin_layout Standard
35329 Los marcos de párrafo son similares a las minipáginas con la diferencia
35330  de que no pueden contener notas al pie.
35331 \end_layout
35332
35333 \begin_layout Standard
35334 \align center
35335 \begin_inset Box Frameless
35336 position "t"
35337 hor_pos "c"
35338 has_inner_box 1
35339 inner_pos "t"
35340 use_parbox 1
35341 use_makebox 0
35342 width "33col%"
35343 special "none"
35344 height "1in"
35345 height_special "totalheight"
35346 thickness "0.4pt"
35347 separation "3pt"
35348 shadowsize "4pt"
35349 framecolor "black"
35350 backgroundcolor "none"
35351 status open
35352
35353 \begin_layout Plain Layout
35354 Texto en un marco de párrafo.
35355  Texto en un marco de párrafo.
35356  Esta nota no aparece:
35357 \begin_inset Foot
35358 status open
35359
35360 \begin_layout Plain Layout
35361 Esta es una nota en un marco de párrafo y por eso no aparecerá.
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \begin_layout Section
35375 Marcos para palabras y caracteres
35376 \begin_inset Index idx
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380 Marcos ! para palabras y caracteres
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \begin_layout Subsection
35389 Evitar la partición de palabras
35390 \begin_inset CommandInset label
35391 LatexCommand label
35392 name "sec:Evitar-la-Partición"
35393
35394 \end_inset
35395
35396
35397 \begin_inset Index idx
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401 Marcos ! para evitar partición de palabras
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Standard
35410 El marco tipo 
35411 \family sans
35412 Marco de línea
35413 \family default
35414  sirve para evitar que una palabra sea partida con guión.
35415 \begin_inset Newline newline
35416 \end_inset
35417
35418 He aquí un ejemplo:
35419 \end_layout
35420
35421 \begin_layout Standard
35422 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
35423 palabra».
35424 \end_layout
35425
35426 \begin_layout Standard
35427 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
35428  un marco, establece el 
35429 \family sans
35430 Marco interior
35431 \family default
35432  en 
35433 \family sans
35434 Marco de línea
35435 \family default
35436  y no pongas ancho explícito.
35437 \end_layout
35438
35439 \begin_layout Standard
35440 Este es el resultado:
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Esta línea es un ejemplo para mostrar cómo evitar la división de 
35445 \begin_inset Box Frameless
35446 position "t"
35447 hor_pos "c"
35448 has_inner_box 1
35449 inner_pos "t"
35450 use_parbox 0
35451 use_makebox 1
35452 width ""
35453 special "none"
35454 height "1in"
35455 height_special "totalheight"
35456 thickness "0.4pt"
35457 separation "3pt"
35458 shadowsize "4pt"
35459 framecolor "black"
35460 backgroundcolor "none"
35461 status open
35462
35463 \begin_layout Plain Layout
35464 «estalarguísimapalabra»
35465 \end_layout
35466
35467 \end_inset
35468
35469 .
35470 \end_layout
35471
35472 \begin_layout Standard
35473 Como alternativa puedes poner el comando «
35474 \series bold
35475
35476 \backslash
35477 -
35478 \series default
35479 » en código \SpecialChar TeX
35480  directamente antes de la palabra:
35481 \end_layout
35482
35483 \begin_layout Standard
35484 Esta línea es un ejemplo para mostrar cómo evitar la división de «
35485 \begin_inset ERT
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489
35490
35491 \backslash
35492 -
35493 \end_layout
35494
35495 \end_inset
35496
35497 estalarguísimapalabra».
35498 \end_layout
35499
35500 \begin_layout Standard
35501 Por supuesto, la palabra sobresale del margen.
35502  Para evitarlo añade, con el menú 
35503 \family sans
35504 Insertar\SpecialChar menuseparator
35505 Formato\SpecialChar menuseparator
35506 Salto
35507 \begin_inset space ~
35508 \end_inset
35509
35510 de
35511 \begin_inset space ~
35512 \end_inset
35513
35514 línea
35515 \begin_inset space ~
35516 \end_inset
35517
35518 cortada
35519 \family default
35520  (atajo 
35521 \family sans
35522 Ctrl+Entrar
35523 \family default
35524 ), un salto de línea antes de la palabra:
35525 \end_layout
35526
35527 \begin_layout Standard
35528 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
35529 \begin_inset Newline newline
35530 \end_inset
35531
35532
35533 \begin_inset Box Frameless
35534 position "t"
35535 hor_pos "c"
35536 has_inner_box 1
35537 inner_pos "t"
35538 use_parbox 0
35539 use_makebox 1
35540 width ""
35541 special "none"
35542 height "1in"
35543 height_special "totalheight"
35544 thickness "0.4pt"
35545 separation "3pt"
35546 shadowsize "4pt"
35547 framecolor "black"
35548 backgroundcolor "none"
35549 status open
35550
35551 \begin_layout Plain Layout
35552 «estalarguísimapalabra»
35553 \end_layout
35554
35555 \end_inset
35556
35557 .
35558 \end_layout
35559
35560 \begin_layout Subsection
35561 Alineación vertical
35562 \begin_inset CommandInset label
35563 LatexCommand label
35564 name "subsec:Alineación-Vertical"
35565
35566 \end_inset
35567
35568
35569 \begin_inset Index idx
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573 Marcos ! para alineación vertical
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \begin_layout Standard
35582 Con ayuda del comando 
35583 \series bold
35584
35585 \backslash
35586 raisebox
35587 \series default
35588  puedes alinear verticalmente con el texto circundante palabras o caracteres.
35589  
35590 \series bold
35591
35592 \backslash
35593 raisebox
35594 \series default
35595  se utiliza según el esquema:
35596 \end_layout
35597
35598 \begin_layout Standard
35599
35600 \series bold
35601
35602 \backslash
35603 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
35604 \end_layout
35605
35606 \begin_layout Standard
35607 La elevación puede ser un valor positivo para subir el marco o negativo
35608  para bajarlo.
35609 \end_layout
35610
35611 \begin_layout Standard
35612 Para alinear una palabra, p.
35613 \begin_inset space \thinspace{}
35614 \end_inset
35615
35616 e
35617 \begin_inset space ~
35618 \end_inset
35619
35620 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
35621  en la línea de base, inserta el comando
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 raisebox{
35630 \backslash
35631 depth}{
35632 \end_layout
35633
35634 \begin_layout Standard
35635 en código \SpecialChar TeX
35636  antes de la palabra.
35637  Detrás de la palabra inserta una llave de cierre «
35638 \series bold
35639 }
35640 \series default
35641 » en código \SpecialChar TeX
35642 .
35643 \begin_inset Newline newline
35644 \end_inset
35645
35646 Este es el resultado:
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Esto es una línea de texto con la palabra 
35651 \begin_inset ERT
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655
35656
35657 \backslash
35658 raisebox{
35659 \backslash
35660 depth}{
35661 \end_layout
35662
35663 \end_inset
35664
35665 «prevención»
35666 \begin_inset ERT
35667 status collapsed
35668
35669 \begin_layout Plain Layout
35670
35671 }
35672 \end_layout
35673
35674 \end_inset
35675
35676  elevada.
35677 \end_layout
35678
35679 \begin_layout Standard
35680 \begin_inset VSpace bigskip
35681 \end_inset
35682
35683 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
35684 \end_layout
35685
35686 \begin_layout Standard
35687 Esto es una línea de texto con la palabra 
35688 \begin_inset ERT
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692
35693
35694 \backslash
35695 raisebox{-
35696 \backslash
35697 depth}{
35698 \end_layout
35699
35700 \end_inset
35701
35702 «prevención»
35703 \begin_inset ERT
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707
35708 }
35709 \end_layout
35710
35711 \end_inset
35712
35713  bajada.
35714 \begin_inset Newline newline
35715 \end_inset
35716
35717 Esto es una línea de texto con la palabra 
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 raisebox{0.5cm}{
35726 \end_layout
35727
35728 \end_inset
35729
35730 «testigo»
35731 \begin_inset ERT
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736 }
35737 \end_layout
35738
35739 \end_inset
35740
35741  elevada.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
35746  Por ejemplo
35747 \end_layout
35748
35749 \begin_layout Standard
35750
35751 \series bold
35752
35753 \backslash
35754 raisebox{-
35755 \backslash
35756 depth}[0pt]{
35757 \end_layout
35758
35759 \begin_layout Standard
35760 Esto es una línea de texto con la palabra 
35761 \begin_inset ERT
35762 status collapsed
35763
35764 \begin_layout Plain Layout
35765
35766
35767 \backslash
35768 raisebox{-
35769 \backslash
35770 depth}[0pt]{
35771 \end_layout
35772
35773 \end_inset
35774
35775 «prevención»
35776 \begin_inset ERT
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780
35781 }
35782 \end_layout
35783
35784 \end_inset
35785
35786  bajada.
35787 \begin_inset Newline newline
35788 \end_inset
35789
35790
35791 \begin_inset Newline newline
35792 \end_inset
35793
35794 Esto es una línea de texto con la palabra 
35795 \begin_inset ERT
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799
35800
35801 \backslash
35802 raisebox{0.5cm}[0pt]{
35803 \end_layout
35804
35805 \end_inset
35806
35807 «testigo»
35808 \begin_inset ERT
35809 status collapsed
35810
35811 \begin_layout Plain Layout
35812
35813 }
35814 \end_layout
35815
35816 \end_inset
35817
35818  elevada.
35819 \end_layout
35820
35821 \begin_layout Section
35822 Marcos coloreados
35823 \begin_inset CommandInset label
35824 LatexCommand label
35825 name "sec:Marcos-Coloreados"
35826
35827 \end_inset
35828
35829
35830 \begin_inset Index idx
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834 Marcos ! Colorear
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843 Para colorear el fondo de un marco selecciona el color deseado en el cuadro
35844  de diálogo.
35845  Como ejemplo, he aquí un marco con fondo naranja:
35846 \end_layout
35847
35848 \begin_layout Standard
35849 \begin_inset Box Frameless
35850 position "t"
35851 hor_pos "c"
35852 has_inner_box 1
35853 inner_pos "t"
35854 use_parbox 0
35855 use_makebox 1
35856 width ""
35857 special "none"
35858 height "1in"
35859 height_special "totalheight"
35860 thickness "0.4pt"
35861 separation "3pt"
35862 shadowsize "4pt"
35863 framecolor "black"
35864 backgroundcolor "orange"
35865 status open
35866
35867 \begin_layout Plain Layout
35868 Marco con fondo naranja
35869 \end_layout
35870
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 Si usas la decoración 
35878 \family sans
35879 Borde
35880 \begin_inset space ~
35881 \end_inset
35882
35883 rectangular
35884 \begin_inset space ~
35885 \end_inset
35886
35887 sencillo
35888 \family default
35889  puedes determinar un borde colorido.
35890  En este caso debes especificar además un color (\SpecialChar LyX
35891  pone blanco por omisión).
35892  Un ejemplo:
35893 \end_layout
35894
35895 \begin_layout Standard
35896 \begin_inset Box Boxed
35897 position "t"
35898 hor_pos "c"
35899 has_inner_box 0
35900 inner_pos "t"
35901 use_parbox 0
35902 use_makebox 0
35903 width ""
35904 special "none"
35905 height "1in"
35906 height_special "totalheight"
35907 thickness "0.4pt"
35908 separation "3pt"
35909 shadowsize "4pt"
35910 framecolor "teal"
35911 backgroundcolor "yellow"
35912 status open
35913
35914 \begin_layout Plain Layout
35915 Marco con borde color cerceta y fondo amarillo
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \begin_layout Standard
35924 \begin_inset VSpace bigskip
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Standard
35931 También puedes colorear el texto, por supuesto:
35932 \begin_inset Newline newline
35933 \end_inset
35934
35935
35936 \begin_inset Box Boxed
35937 position "t"
35938 hor_pos "c"
35939 has_inner_box 0
35940 inner_pos "t"
35941 use_parbox 0
35942 use_makebox 0
35943 width ""
35944 special "none"
35945 height "1in"
35946 height_special "totalheight"
35947 thickness "0.4pt"
35948 separation "3pt"
35949 shadowsize "4pt"
35950 framecolor "cyan"
35951 backgroundcolor "magenta"
35952 status open
35953
35954 \begin_layout Plain Layout
35955
35956 \color yellow
35957 Marco con texto, fondo y borde en distintos colores.
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \end_layout
35964
35965 \begin_layout Standard
35966 \begin_inset VSpace bigskip
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \begin_layout Standard
35973 Si deseas un color distinto de los predefinidos, puedes definir tus propios
35974  colores según se explica en la sección
35975 \begin_inset space ~
35976 \end_inset
35977
35978
35979 \begin_inset CommandInset ref
35980 LatexCommand ref
35981 reference "sec:Cuadros-Coloreados"
35982
35983 \end_inset
35984
35985 .
35986  Para usar un color personal debes hay que usar código \SpecialChar TeX
35987
35988 \end_layout
35989
35990 \begin_layout Standard
35991 Los marcos coloreados sin borde se crean con el comando 
35992 \series bold
35993
35994 \backslash
35995 colorbox
35996 \series default
35997 , de acuerdo con el siguiente esquema:
35998 \end_layout
35999
36000 \begin_layout Standard
36001
36002 \series bold
36003
36004 \backslash
36005 colorbox{color}{contenido del marco}
36006 \end_layout
36007
36008 \begin_layout Standard
36009 El contenido también puede ser un marco y los marcos coloreados también
36010  pueden estar en otros marcos.
36011  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
36012 \end_layout
36013
36014 \begin_layout Standard
36015
36016 \series bold
36017
36018 \backslash
36019 colorbox{verdeoscuro}{
36020 \end_layout
36021
36022 \begin_layout Standard
36023 en código \SpecialChar TeX
36024  antes de la palabra.
36025  Tras la palabra inserta una llave de cierre «
36026 \series bold
36027 }
36028 \series default
36029 » en código \SpecialChar TeX
36030 .
36031 \begin_inset Newline newline
36032 \end_inset
36033
36034 Este es el resultado:
36035 \end_layout
36036
36037 \begin_layout Standard
36038 Línea en la que la palabra 
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 colorbox{verdeoscuro}{
36047 \end_layout
36048
36049 \end_inset
36050
36051 «¡Atención!»
36052 \begin_inset ERT
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056
36057 }
36058 \end_layout
36059
36060 \end_inset
36061
36062  tiene fondo verdeoscuro.
36063 \end_layout
36064
36065 \begin_layout Standard
36066 Los marcos coloreados con borde se crean con el comando 
36067 \series bold
36068
36069 \backslash
36070 fcolorbox
36071 \series default
36072  con el esquema siguiente:
36073 \end_layout
36074
36075 \begin_layout Standard
36076
36077 \series bold
36078
36079 \backslash
36080 fcolorbox{color del borde}{color del fondo}{contenido del marco}
36081 \end_layout
36082
36083 \begin_layout Section
36084 Marcos girados y a escala
36085 \end_layout
36086
36087 \begin_layout Standard
36088 Para poder usar los marcos descritos en esta sección debe cargarse el módulo
36089  
36090 \family sans
36091 Marcos gráficos
36092 \family default
36093  en la configuración del documento.
36094 \end_layout
36095
36096 \begin_layout Standard
36097 \begin_inset Note Greyedout
36098 status open
36099
36100 \begin_layout Plain Layout
36101
36102 \series bold
36103 Nota:
36104 \series default
36105  no todos los visores DVI pueden mostrar rotaciones o escalas.
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \begin_layout Standard
36114 \begin_inset Note Greyedout
36115 status open
36116
36117 \begin_layout Plain Layout
36118
36119 \series bold
36120 Nota:
36121 \series default
36122  Los marcos girados o a escala no pueden contener flotantes.
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Subsection
36131 Marcos girados
36132 \begin_inset Index idx
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136 Marcos ! Girar
36137 \end_layout
36138
36139 \end_inset
36140
36141
36142 \begin_inset Index idx
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146 Material rotado
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \begin_layout Standard
36155 Para girar material debes ponerlo en un 
36156 \family sans
36157 Marco
36158 \begin_inset space ~
36159 \end_inset
36160
36161 rotación
36162 \family default
36163 .
36164  Se inserta con el menú
36165 \family sans
36166  Insertar\SpecialChar menuseparator
36167 Recuadro
36168 \begin_inset space ~
36169 \end_inset
36170
36171 personalizado\SpecialChar menuseparator
36172 Marco
36173 \begin_inset space ~
36174 \end_inset
36175
36176 rotación
36177 \family default
36178 .
36179 \end_layout
36180
36181 \begin_layout Standard
36182 El origen de rotación se puede especificar en el recuadro 
36183 \family sans
36184 Origen
36185 \family default
36186  (menú 
36187 \family sans
36188 Insertar\SpecialChar menuseparator
36189 Origen
36190 \family default
36191 ) en la forma 
36192 \series bold
36193 origin=position
36194 \series default
36195 .
36196  Son posibles las posiciones siguientes: 
36197 \emph on
36198 c
36199 \emph default
36200  (
36201 \emph on
36202 center
36203 \emph default
36204 , centro), 
36205 \emph on
36206 l
36207 \emph default
36208  (
36209 \emph on
36210 left
36211 \emph default
36212 , izquierda), 
36213 \emph on
36214 r
36215 \emph default
36216  (
36217 \emph on
36218 right
36219 \emph default
36220 , derecha), 
36221 \emph on
36222 b
36223 \emph default
36224  (
36225 \emph on
36226 bottom
36227 \emph default
36228 , abajo), 
36229 \emph on
36230 t
36231 \emph default
36232  (
36233 \emph on
36234 top
36235 \emph default
36236 , arriba), así como combinaciones adecuadas de las posiciones básicas.
36237  Por ejemplo, 
36238 \emph on
36239 lt
36240 \emph default
36241  significa que el origen de rotación es la esquina superior izquierda del
36242  marco.
36243  Si no se especifica origen de rotación se usará la posición 
36244 \emph on
36245 l
36246 \emph default
36247 .
36248  El ángulo de rotación es un número de grados, y puede ser negativo.
36249  El sentido de giro es antihorario.
36250 \end_layout
36251
36252 \begin_layout Standard
36253 En el siguiente ejemplo se ha insertado 
36254 \series bold
36255 origin=c
36256 \series default
36257  en el recuadro 
36258 \family sans
36259 Origen
36260 \family default
36261  y 
36262 \series bold
36263 60
36264 \series default
36265  en el recuadro 
36266 \family sans
36267 Ángulo
36268 \family default
36269 .
36270 \end_layout
36271
36272 \begin_layout Standard
36273 Esta línea contiene texto 
36274 \begin_inset Flex Rotatebox
36275 status open
36276
36277 \begin_layout Plain Layout
36278 \begin_inset Argument 1
36279 status open
36280
36281 \begin_layout Plain Layout
36282 origin=c
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \begin_inset Argument 2
36289 status open
36290
36291 \begin_layout Plain Layout
36292 60
36293 \end_layout
36294
36295 \end_inset
36296
36297 con rotación
36298 \end_layout
36299
36300 \end_inset
36301
36302 .
36303 \end_layout
36304
36305 \begin_layout Standard
36306 El contenido del marco puede ser también otro marco o una ecuación en línea:
36307 \end_layout
36308
36309 \begin_layout Standard
36310 En esta línea hay texto enmarcado 
36311 \begin_inset Flex Rotatebox
36312 status open
36313
36314 \begin_layout Plain Layout
36315 \begin_inset Argument 1
36316 status open
36317
36318 \begin_layout Plain Layout
36319 origin=r
36320 \end_layout
36321
36322 \end_inset
36323
36324
36325 \begin_inset Argument 2
36326 status open
36327
36328 \begin_layout Plain Layout
36329 -60
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \begin_inset Box Doublebox
36336 position "c"
36337 hor_pos "c"
36338 has_inner_box 0
36339 inner_pos "c"
36340 use_parbox 0
36341 use_makebox 0
36342 width "1in"
36343 special "width"
36344 height "1in"
36345 height_special "totalheight"
36346 thickness "0.4pt"
36347 separation "3pt"
36348 shadowsize "4pt"
36349 framecolor "black"
36350 backgroundcolor "none"
36351 status collapsed
36352
36353 \begin_layout Plain Layout
36354 con rotación
36355 \end_layout
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \end_inset
36363
36364  y 
36365 \begin_inset Flex Rotatebox
36366 status open
36367
36368 \begin_layout Plain Layout
36369 \begin_inset Argument 1
36370 status open
36371
36372 \begin_layout Plain Layout
36373 origin=lb
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \begin_inset Argument 2
36380 status open
36381
36382 \begin_layout Plain Layout
36383 60
36384 \end_layout
36385
36386 \end_inset
36387
36388
36389 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \end_inset
36396
36397  una ecuación.
36398 \end_layout
36399
36400 \begin_layout Standard
36401 O una imagen o un cuadro:
36402 \end_layout
36403
36404 \begin_layout Standard
36405 Aquí hay una imagen girada 
36406 \begin_inset Flex Rotatebox
36407 status open
36408
36409 \begin_layout Plain Layout
36410 \begin_inset Argument 1
36411 status open
36412
36413 \begin_layout Plain Layout
36414 origin=lb
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \begin_inset Argument 2
36421 status open
36422
36423 \begin_layout Plain Layout
36424 90
36425 \end_layout
36426
36427 \end_inset
36428
36429
36430 \begin_inset Graphics
36431         filename ../clipart/platypus.eps
36432         lyxscale 50
36433         width 25col%
36434
36435 \end_inset
36436
36437
36438 \end_layout
36439
36440 \end_inset
36441
36442  y un cuadro girado 
36443 \begin_inset Flex Rotatebox
36444 status open
36445
36446 \begin_layout Plain Layout
36447 \begin_inset Argument 2
36448 status open
36449
36450 \begin_layout Plain Layout
36451 -90
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \begin_inset Tabular
36458 <lyxtabular version="3" rows="2" columns="2">
36459 <features tabularvalignment="middle">
36460 <column alignment="center" valignment="top">
36461 <column alignment="center" valignment="top">
36462 <row>
36463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36464 \begin_inset Text
36465
36466 \begin_layout Plain Layout
36467 q
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36473 \begin_inset Text
36474
36475 \begin_layout Plain Layout
36476 w
36477 \end_layout
36478
36479 \end_inset
36480 </cell>
36481 </row>
36482 <row>
36483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36484 \begin_inset Text
36485
36486 \begin_layout Plain Layout
36487 e
36488 \end_layout
36489
36490 \end_inset
36491 </cell>
36492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496 r
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 </row>
36502 </lyxtabular>
36503
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \end_inset
36510
36511 .
36512 \begin_inset Index idx
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516 Figuras ! Rotar
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \begin_inset Index idx
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526 Cuadros ! Girar
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \begin_layout Standard
36535 \begin_inset Note Greyedout
36536 status open
36537
36538 \begin_layout Plain Layout
36539
36540 \series bold
36541 Nota:
36542 \series default
36543  Si el recuadro 
36544 \family sans
36545 Ángulo
36546 \family default
36547  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36548  al ver/exportar
36549  el documento.
36550 \end_layout
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Subsection
36558 Marcos para variar la escala
36559 \begin_inset Index idx
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563 Marcos ! para variar la escala
36564 \end_layout
36565
36566 \end_inset
36567
36568
36569 \begin_inset Index idx
36570 status collapsed
36571
36572 \begin_layout Plain Layout
36573 Material a escala
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Standard
36582 Para modificar las proporciones de un material se coloca en un 
36583 \family sans
36584 Marco
36585 \begin_inset space ~
36586 \end_inset
36587
36588 escala
36589 \family default
36590 .
36591  Se inserta con el menú
36592 \family sans
36593  Insertar\SpecialChar menuseparator
36594 Recuadro
36595 \begin_inset space ~
36596 \end_inset
36597
36598 personalizado\SpecialChar menuseparator
36599 Marco
36600 \begin_inset space ~
36601 \end_inset
36602
36603 escala
36604 \family default
36605 .
36606 \end_layout
36607
36608 \begin_layout Standard
36609 El 
36610 \family sans
36611 Marco
36612 \begin_inset space ~
36613 \end_inset
36614
36615 escala
36616 \family default
36617  contiene el recuadro obligatorio 
36618 \family sans
36619 Factor-H
36620 \family default
36621  y el opcional 
36622 \family sans
36623 Factor-V
36624 \family default
36625  (con el menú 
36626 \family sans
36627 Insertar\SpecialChar menuseparator
36628 Factor-V
36629 \family default
36630 ).
36631  En ellos se introducen los factores de escala horizontal y vertical, respectiva
36632 mente.
36633  Si no se usa 
36634 \family sans
36635 Factor-V
36636 \family default
36637 , su valor será el mismo que el factor de escala horizontal.
36638 \end_layout
36639
36640 \begin_layout Standard
36641 Para obtener doble tamaño que el texto normal del documento, inserta 
36642 \series bold
36643 2
36644 \series default
36645  en el recuadro
36646 \family sans
36647  Factor-H
36648 \family default
36649 , por ejemplo: 
36650 \begin_inset Flex Scalebox
36651 status open
36652
36653 \begin_layout Plain Layout
36654 \begin_inset Argument 1
36655 status open
36656
36657 \begin_layout Plain Layout
36658 2
36659 \end_layout
36660
36661 \end_inset
36662
36663 Hola
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \begin_layout Standard
36672
36673 \series bold
36674 2
36675 \series default
36676  en 
36677 \family sans
36678 Factor-H y
36679 \family default
36680  
36681 \series bold
36682 1
36683 \series default
36684  en 
36685 \family sans
36686 Factor-V
36687 \family default
36688  distorsiona el resultado: 
36689 \begin_inset Flex Scalebox
36690 status open
36691
36692 \begin_layout Plain Layout
36693 \begin_inset Argument 1
36694 status open
36695
36696 \begin_layout Plain Layout
36697 2
36698 \end_layout
36699
36700 \end_inset
36701
36702
36703 \begin_inset Argument 2
36704 status open
36705
36706 \begin_layout Plain Layout
36707 1
36708 \end_layout
36709
36710 \end_inset
36711
36712 Hola
36713 \end_layout
36714
36715 \end_inset
36716
36717 .
36718 \end_layout
36719
36720 \begin_layout Standard
36721 Si el factor de escala es negativo, el contenido del marco se reflejará.
36722  Por tanto, 
36723 \series bold
36724 -1
36725 \series default
36726  para 
36727 \family sans
36728 Factor-H
36729 \family default
36730  y 
36731 \series bold
36732 1
36733 \series default
36734  para 
36735 \family sans
36736 Factor-V
36737 \family default
36738  se puede usar para escribir en espejo: 
36739 \begin_inset Flex Scalebox
36740 status open
36741
36742 \begin_layout Plain Layout
36743 \begin_inset Argument 1
36744 status open
36745
36746 \begin_layout Plain Layout
36747 -1
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \begin_inset Argument 2
36754 status open
36755
36756 \begin_layout Plain Layout
36757 1
36758 \end_layout
36759
36760 \end_inset
36761
36762 Hola
36763 \end_layout
36764
36765 \end_inset
36766
36767 .
36768 \end_layout
36769
36770 \begin_layout Standard
36771
36772 \series bold
36773 1
36774 \series default
36775  para 
36776 \family sans
36777 Factor-H
36778 \family default
36779  y 
36780 \series bold
36781 -1
36782 \series default
36783  para 
36784 \family sans
36785 Factor-V
36786 \family default
36787  refleja respecto a la línea: 
36788 \begin_inset Flex Scalebox
36789 status open
36790
36791 \begin_layout Plain Layout
36792 \begin_inset Argument 1
36793 status open
36794
36795 \begin_layout Plain Layout
36796 1
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \begin_inset Argument 2
36803 status open
36804
36805 \begin_layout Plain Layout
36806 -1
36807 \end_layout
36808
36809 \end_inset
36810
36811 Hola
36812 \end_layout
36813
36814 \end_inset
36815
36816 .
36817 \end_layout
36818
36819 \begin_layout Standard
36820 El 
36821 \family sans
36822 Marco
36823 \begin_inset space ~
36824 \end_inset
36825
36826 reflejo
36827 \family default
36828  (menú
36829 \family sans
36830  Insertar\SpecialChar menuseparator
36831 Recuadro
36832 \begin_inset space ~
36833 \end_inset
36834
36835 personalizado\SpecialChar menuseparator
36836 Marco
36837 \begin_inset space ~
36838 \end_inset
36839
36840 reflejo
36841 \family default
36842 ) equivale a 
36843 \family sans
36844 Marco
36845 \begin_inset space ~
36846 \end_inset
36847
36848 escala
36849 \family default
36850  con 
36851 \series bold
36852 -1
36853 \series default
36854  para 
36855 \family sans
36856 Factor-H
36857 \family default
36858  y 
36859 \series bold
36860 1
36861 \series default
36862  para 
36863 \family sans
36864 Factor-V
36865 \family default
36866 .
36867 \end_layout
36868
36869 \begin_layout Standard
36870 \begin_inset Note Greyedout
36871 status open
36872
36873 \begin_layout Plain Layout
36874
36875 \series bold
36876 Nota:
36877 \series default
36878  Si 
36879 \family sans
36880 Factor-H
36881 \family default
36882  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36883  al ver/exportar
36884  el documento.
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \end_layout
36891
36892 \begin_layout Standard
36893 \begin_inset VSpace bigskip
36894 \end_inset
36895
36896 El 
36897 \family sans
36898 Marco
36899 \begin_inset space ~
36900 \end_inset
36901
36902 tamaño
36903 \family default
36904  (menú 
36905 \family sans
36906 Insertar\SpecialChar menuseparator
36907 Recuadro
36908 \begin_inset space ~
36909 \end_inset
36910
36911 personalizado\SpecialChar menuseparator
36912 Marco
36913 \begin_inset space ~
36914 \end_inset
36915
36916 tamaño
36917 \family default
36918 ) se usa para redimensionar el contenido a una anchura y altura dadas.
36919  El recuadro 
36920 \family sans
36921 Marco
36922 \begin_inset space ~
36923 \end_inset
36924
36925 tamaño
36926 \family default
36927  contiene el recuadro obligatorio 
36928 \family sans
36929 Ancho
36930 \family default
36931  y el opcional 
36932 \family sans
36933 Alto
36934 \family default
36935  (menú 
36936 \family sans
36937 Insertar\SpecialChar menuseparator
36938 Alto)
36939 \family default
36940 .
36941  En ellos se introducen respectivamente la anchura y la altura como cantidad
36942  y unidad.
36943  La lista de unidades disponibles es
36944 \begin_inset space ~
36945 \end_inset
36946
36947
36948 \begin_inset CommandInset ref
36949 LatexCommand ref
36950 reference "tab:Unidades"
36951
36952 \end_inset
36953
36954 .
36955  Si en uno de los recuadros hay un signo de exclamación, 
36956 \series bold
36957 !
36958 \series default
36959 , la escala mantiene la relación de las dimensiones originales del contenido
36960  del marco.
36961  Si no se usa el recuadro 
36962 \family sans
36963 Alto
36964 \family default
36965 , internamente se usará un signo de exclamación para la altura.
36966 \end_layout
36967
36968 \begin_layout Standard
36969
36970 \series bold
36971 2cm
36972 \series default
36973  de 
36974 \family sans
36975 Ancho
36976 \family default
36977  y 
36978 \series bold
36979 1cm
36980 \series default
36981  de 
36982 \family sans
36983 Alto
36984 \family default
36985  produce: 
36986 \begin_inset Flex Resizebox
36987 status open
36988
36989 \begin_layout Plain Layout
36990 \begin_inset Argument 1
36991 status open
36992
36993 \begin_layout Plain Layout
36994 2cm
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \begin_inset Argument 2
37001 status open
37002
37003 \begin_layout Plain Layout
37004 1cm
37005 \end_layout
37006
37007 \end_inset
37008
37009 Hola
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \begin_inset Newline newline
37016 \end_inset
37017
37018
37019 \series bold
37020 2cm
37021 \series default
37022  de 
37023 \family sans
37024 Ancho
37025 \family default
37026  y 
37027 \series bold
37028 !
37029 \series default
37030  de 
37031 \family sans
37032 Alto
37033 \family default
37034  (o sin 
37035 \family sans
37036 Alto
37037 \family default
37038 ) produce: 
37039 \begin_inset Flex Resizebox
37040 status open
37041
37042 \begin_layout Plain Layout
37043 \begin_inset Argument 1
37044 status open
37045
37046 \begin_layout Plain Layout
37047 2cm
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \begin_inset Argument 2
37054 status open
37055
37056 \begin_layout Plain Layout
37057 !
37058 \end_layout
37059
37060 \end_inset
37061
37062 Hola
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Standard
37071 \begin_inset Note Greyedout
37072 status open
37073
37074 \begin_layout Plain Layout
37075
37076 \series bold
37077 Nota:
37078 \series default
37079  Si 
37080 \family sans
37081 Ancho
37082 \family default
37083  está vacío o contiene unidades no válidas habrá errores \SpecialChar LaTeX
37084  al ver/exportar
37085  el documento.
37086 \end_layout
37087
37088 \end_inset
37089
37090
37091 \end_layout
37092
37093 \begin_layout Standard
37094 \begin_inset VSpace bigskip
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \begin_layout Standard
37101 Los marcos se pueden combinar en cualquier orden.
37102  Un ejemplo de 
37103 \family sans
37104 Marco
37105 \begin_inset space ~
37106 \end_inset
37107
37108 reflejo
37109 \family default
37110  dentro de un
37111 \family sans
37112  Marco
37113 \begin_inset space ~
37114 \end_inset
37115
37116 tamaño
37117 \family default
37118  girado en un 
37119 \family sans
37120 Marco
37121 \begin_inset space ~
37122 \end_inset
37123
37124 rotación
37125 \family default
37126 :
37127 \end_layout
37128
37129 \begin_layout Standard
37130 \noindent
37131 \align center
37132 \begin_inset Flex Rotatebox
37133 status open
37134
37135 \begin_layout Plain Layout
37136 \begin_inset Argument 1
37137 status open
37138
37139 \begin_layout Plain Layout
37140 origin=c
37141 \end_layout
37142
37143 \end_inset
37144
37145
37146 \begin_inset Argument 2
37147 status open
37148
37149 \begin_layout Plain Layout
37150 -45
37151 \end_layout
37152
37153 \end_inset
37154
37155
37156 \begin_inset Flex Resizebox
37157 status open
37158
37159 \begin_layout Plain Layout
37160 \begin_inset Argument 1
37161 status open
37162
37163 \begin_layout Plain Layout
37164 2cm
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \begin_inset Flex Reflectbox
37171 status open
37172
37173 \begin_layout Plain Layout
37174 Hola
37175 \end_layout
37176
37177 \end_inset
37178
37179
37180 \end_layout
37181
37182 \end_inset
37183
37184
37185 \end_layout
37186
37187 \end_inset
37188
37189
37190 \end_layout
37191
37192 \begin_layout Standard
37193 \noindent
37194 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
37195 \end_layout
37196
37197 \begin_layout Standard
37198 \noindent
37199 \align center
37200 \begin_inset Flex Resizebox
37201 status open
37202
37203 \begin_layout Plain Layout
37204 \begin_inset Argument 1
37205 status open
37206
37207 \begin_layout Plain Layout
37208 2cm
37209 \end_layout
37210
37211 \end_inset
37212
37213
37214 \begin_inset Flex Reflectbox
37215 status open
37216
37217 \begin_layout Plain Layout
37218 \begin_inset Graphics
37219         filename ../clipart/platypus.eps
37220         lyxscale 50
37221         width 25col%
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \end_inset
37229
37230
37231 \end_layout
37232
37233 \end_inset
37234
37235  
37236 \begin_inset Flex Resizebox
37237 status open
37238
37239 \begin_layout Plain Layout
37240 \begin_inset Argument 1
37241 status open
37242
37243 \begin_layout Plain Layout
37244 2cm
37245 \end_layout
37246
37247 \end_inset
37248
37249
37250 \begin_inset Flex Reflectbox
37251 status open
37252
37253 \begin_layout Plain Layout
37254 \begin_inset Tabular
37255 <lyxtabular version="3" rows="2" columns="2">
37256 <features tabularvalignment="middle">
37257 <column alignment="center" valignment="top">
37258 <column alignment="center" valignment="top">
37259 <row>
37260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37261 \begin_inset Text
37262
37263 \begin_layout Plain Layout
37264 q
37265 \end_layout
37266
37267 \end_inset
37268 </cell>
37269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273 w
37274 \end_layout
37275
37276 \end_inset
37277 </cell>
37278 </row>
37279 <row>
37280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284 e
37285 \end_layout
37286
37287 \end_inset
37288 </cell>
37289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 r
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 </row>
37299 </lyxtabular>
37300
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \end_inset
37307
37308
37309 \end_layout
37310
37311 \end_inset
37312
37313  
37314 \begin_inset Flex Resizebox
37315 status open
37316
37317 \begin_layout Plain Layout
37318 \begin_inset Argument 1
37319 status open
37320
37321 \begin_layout Plain Layout
37322 3cm
37323 \end_layout
37324
37325 \end_inset
37326
37327
37328 \begin_inset Flex Reflectbox
37329 status open
37330
37331 \begin_layout Plain Layout
37332 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37333 \end_inset
37334
37335
37336 \end_layout
37337
37338 \end_inset
37339
37340
37341 \end_layout
37342
37343 \end_inset
37344
37345
37346 \begin_inset Index idx
37347 status collapsed
37348
37349 \begin_layout Plain Layout
37350 Figuras ! a escala
37351 \end_layout
37352
37353 \end_inset
37354
37355
37356 \begin_inset Index idx
37357 status collapsed
37358
37359 \begin_layout Plain Layout
37360 Cuadros ! a escala
37361 \end_layout
37362
37363 \end_inset
37364
37365
37366 \end_layout
37367
37368 \begin_layout Standard
37369 Si se usa el estilo global 
37370 \series bold
37371 fleqn
37372 \series default
37373  para las ecuaciones del documento,
37374 \begin_inset Foot
37375 status collapsed
37376
37377 \begin_layout Plain Layout
37378 Si «fleqn» se añade a las opciones de clase del documento.
37379 \end_layout
37380
37381 \end_inset
37382
37383  también se puede variar la escala de las ecuaciones en estilo presentación.
37384 \end_layout
37385
37386 \begin_layout Chapter
37387 Objetos envueltos en texto
37388 \begin_inset Index idx
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392 Envueltos en texto
37393 \end_layout
37394
37395 \end_inset
37396
37397
37398 \end_layout
37399
37400 \begin_layout Section
37401 Flotantes envueltos
37402 \begin_inset CommandInset label
37403 LatexCommand label
37404 name "sec:Flotantes-envueltos"
37405
37406 \end_inset
37407
37408
37409 \begin_inset Index idx
37410 status collapsed
37411
37412 \begin_layout Plain Layout
37413 Flotantes ! Envueltos
37414 \end_layout
37415
37416 \end_inset
37417
37418
37419 \begin_inset Index idx
37420 status collapsed
37421
37422 \begin_layout Plain Layout
37423 Envueltos en texto ! Flotantes
37424 \end_layout
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Standard
37432 \begin_inset Wrap figure
37433 lines 0
37434 placement l
37435 overhang 1cm
37436 width "40col%"
37437 status open
37438
37439 \begin_layout Plain Layout
37440 \begin_inset Graphics
37441         filename ../clipart/mobius.eps
37442         width 40col%
37443         rotateOrigin center
37444
37445 \end_inset
37446
37447
37448 \end_layout
37449
37450 \begin_layout Plain Layout
37451 \begin_inset Caption Standard
37452
37453 \begin_layout Plain Layout
37454 \begin_inset CommandInset label
37455 LatexCommand label
37456 name "fig:Envoltorio-de-figura"
37457
37458 \end_inset
37459
37460 Figura envuelta en el texto
37461 \end_layout
37462
37463 \end_inset
37464
37465
37466 \end_layout
37467
37468 \end_inset
37469
37470  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
37471  de modo que ocupe sólo una parte del ancho de columna.
37472  Se inserta con el menú 
37473 \family sans
37474 Insertar\SpecialChar menuseparator
37475 Flotante\SpecialChar menuseparator
37476 Figura
37477 \begin_inset space ~
37478 \end_inset
37479
37480 envuelta
37481 \family default
37482
37483 \begin_inset space \thinspace{}
37484 \end_inset
37485
37486 /
37487 \begin_inset space \thinspace{}
37488 \end_inset
37489
37490
37491 \family sans
37492 Cuadro
37493 \begin_inset space ~
37494 \end_inset
37495
37496 envuelto
37497 \family default
37498  si está instalado el paquete \SpecialChar LaTeX
37499  
37500 \series bold
37501 wrapfig
37502 \series default
37503
37504 \begin_inset Index idx
37505 status collapsed
37506
37507 \begin_layout Plain Layout
37508 \SpecialChar LaTeX
37509 -paquetes ! wrapfig
37510 \end_layout
37511
37512 \end_inset
37513
37514 .
37515 \begin_inset Foot
37516 status collapsed
37517
37518 \begin_layout Plain Layout
37519 La instalación de paquetes \SpecialChar LaTeX
37520  se explica en el manual 
37521 \emph on
37522 Configuración de \SpecialChar LaTeX
37523
37524 \emph default
37525 .
37526 \end_layout
37527
37528 \end_inset
37529
37530  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
37531  con clic derecho sobre el cuadro del flotante.
37532  Son obligatorias la 
37533 \family sans
37534 Ubicación
37535 \family default
37536  y la 
37537 \family sans
37538 Anchura
37539 \family default
37540 .
37541  Son opcionales 
37542 \family sans
37543 Extensión al margen
37544 \family default
37545 , que especifica la anchura de invasión del margen, y 
37546 \family sans
37547 Extender
37548 \begin_inset space ~
37549 \end_inset
37550
37551 a
37552 \begin_inset space ~
37553 \end_inset
37554
37555 líneas
37556 \family default
37557 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
37558  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
37559  opción sólo si encuentras problemas en la colocación del flotante.
37560  Además puedes decidir si permitir que \SpecialChar LaTeX
37561  deje flotar el flotante dentro del
37562  párrafo o en los párrafos adyacentes.
37563  La figura
37564 \begin_inset space ~
37565 \end_inset
37566
37567
37568 \begin_inset CommandInset ref
37569 LatexCommand ref
37570 reference "fig:Envoltorio-de-figura"
37571
37572 \end_inset
37573
37574  es un ejemplo de envoltorio con una anchura de columna del 40
37575 \begin_inset space \thinspace{}
37576 \end_inset
37577
37578 %, ubicado a la izquierda y 1
37579 \begin_inset space \thinspace{}
37580 \end_inset
37581
37582 cm de invasión de margen.
37583 \end_layout
37584
37585 \begin_layout Standard
37586 \begin_inset Note Greyedout
37587 status open
37588
37589 \begin_layout Plain Layout
37590
37591 \series bold
37592 Nota:
37593 \series default
37594  ¡Los flotantes envueltos son frágiles! P.
37595 \begin_inset space \thinspace{}
37596 \end_inset
37597
37598 ej.
37599 \begin_inset space ~
37600 \end_inset
37601
37602 si una figura está demasiado cerca de la parte inferior de la página se
37603  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
37604  o situarse junto a otro texto.
37605 \end_layout
37606
37607 \end_inset
37608
37609
37610 \end_layout
37611
37612 \begin_layout Standard
37613 En general:
37614 \end_layout
37615
37616 \begin_layout Itemize
37617 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
37618  salto de página.
37619  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
37620  esté casi listo y puedas prever los saltos de página.
37621 \end_layout
37622
37623 \begin_layout Itemize
37624 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
37625  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
37626 \end_layout
37627
37628 \begin_layout Itemize
37629 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
37630  que procura que haya un párrafo de texto entre ellos.
37631 \end_layout
37632
37633 \begin_layout Itemize
37634 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
37635 \end_layout
37636
37637 \begin_layout Itemize
37638 Su numeración y referencias funciona como se explica en el cap.
37639 \begin_inset space \thinspace{}
37640 \end_inset
37641
37642
37643 \begin_inset CommandInset ref
37644 LatexCommand ref
37645 reference "chap:Flotantes"
37646
37647 \end_inset
37648
37649 .
37650 \end_layout
37651
37652 \begin_layout Section
37653 Objetos fijos envueltos
37654 \begin_inset Index idx
37655 status collapsed
37656
37657 \begin_layout Plain Layout
37658 Envueltos en texto ! Objetos fijos
37659 \end_layout
37660
37661 \end_inset
37662
37663
37664 \end_layout
37665
37666 \begin_layout Standard
37667 Los flotantes envueltos, descritos en la sec.
37668 \begin_inset space \thinspace{}
37669 \end_inset
37670
37671
37672 \begin_inset CommandInset ref
37673 LatexCommand ref
37674 reference "sec:Flotantes-envueltos"
37675
37676 \end_inset
37677
37678  , tienen estas posiciones en el párrafo:
37679 \end_layout
37680
37681 \begin_layout Standard
37682 \noindent
37683 \align center
37684 \begin_inset Tabular
37685 <lyxtabular version="3" rows="2" columns="2">
37686 <features tabularvalignment="middle">
37687 <column alignment="center" valignment="top">
37688 <column alignment="center" valignment="top">
37689 <row>
37690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694 \begin_inset Info
37695 type  "icon"
37696 arg   "dialog-show-new-inset graphics"
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 texto
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 texto
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728 texto
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 </row>
37734 </lyxtabular>
37735
37736 \end_inset
37737
37738  y 
37739 \begin_inset Tabular
37740 <lyxtabular version="3" rows="2" columns="2">
37741 <features tabularvalignment="middle">
37742 <column alignment="center" valignment="top">
37743 <column alignment="center" valignment="top">
37744 <row>
37745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37746 \begin_inset Text
37747
37748 \begin_layout Plain Layout
37749 texto
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 \begin_inset Info
37759 type  "icon"
37760 arg   "dialog-show-new-inset graphics"
37761 \end_inset
37762
37763
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 </row>
37769 <row>
37770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 texto
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783 texto
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 </row>
37789 </lyxtabular>
37790
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \begin_layout Standard
37797 Para colocar un objeto exactamente en la posición en la que se inserta,
37798  por ejemplo una de estas:
37799 \begin_inset VSpace defskip
37800 \end_inset
37801
37802
37803 \end_layout
37804
37805 \begin_layout Standard
37806 \noindent
37807 \align center
37808 \begin_inset Tabular
37809 <lyxtabular version="3" rows="2" columns="2">
37810 <features tabularvalignment="middle">
37811 <column alignment="center" valignment="top">
37812 <column alignment="center" valignment="top">
37813 <row>
37814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 texto
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827 texto
37828 \end_layout
37829
37830 \end_inset
37831 </cell>
37832 </row>
37833 <row>
37834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37835 \begin_inset Text
37836
37837 \begin_layout Plain Layout
37838 \begin_inset Info
37839 type  "icon"
37840 arg   "dialog-show-new-inset graphics"
37841 \end_inset
37842
37843
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 texto
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 </lyxtabular>
37859
37860 \end_inset
37861
37862  
37863 \begin_inset Tabular
37864 <lyxtabular version="3" rows="2" columns="2">
37865 <features tabularvalignment="middle">
37866 <column alignment="center" valignment="top">
37867 <column alignment="center" valignment="top">
37868 <row>
37869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37870 \begin_inset Text
37871
37872 \begin_layout Plain Layout
37873 texto
37874 \end_layout
37875
37876 \end_inset
37877 </cell>
37878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882 texto
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 </row>
37888 <row>
37889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37890 \begin_inset Text
37891
37892 \begin_layout Plain Layout
37893 texto
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902 \begin_inset Info
37903 type  "icon"
37904 arg   "dialog-show-new-inset graphics"
37905 \end_inset
37906
37907
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 </lyxtabular>
37914
37915 \end_inset
37916
37917  
37918 \begin_inset Tabular
37919 <lyxtabular version="3" rows="2" columns="3">
37920 <features tabularvalignment="middle">
37921 <column alignment="center" valignment="top">
37922 <column alignment="center" valignment="top">
37923 <column alignment="center" valignment="top">
37924 <row>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 texto
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 <cell alignment="center" valignment="top" topline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938 \begin_inset Info
37939 type  "icon"
37940 arg   "dialog-show-new-inset graphics"
37941 \end_inset
37942
37943
37944 \end_layout
37945
37946 \end_inset
37947 </cell>
37948 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37949 \begin_inset Text
37950
37951 \begin_layout Plain Layout
37952 texto
37953 \end_layout
37954
37955 \end_inset
37956 </cell>
37957 </row>
37958 <row>
37959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37960 \begin_inset Text
37961
37962 \begin_layout Plain Layout
37963 texto
37964 \end_layout
37965
37966 \end_inset
37967 </cell>
37968 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37969 \begin_inset Text
37970
37971 \begin_layout Plain Layout
37972 texto
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981 texto
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 </row>
37987 </lyxtabular>
37988
37989 \end_inset
37990
37991  
37992 \begin_inset Tabular
37993 <lyxtabular version="3" rows="2" columns="3">
37994 <features tabularvalignment="middle">
37995 <column alignment="center" valignment="top">
37996 <column alignment="center" valignment="top">
37997 <column alignment="center" valignment="top">
37998 <row>
37999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38000 \begin_inset Text
38001
38002 \begin_layout Plain Layout
38003 texto
38004 \end_layout
38005
38006 \end_inset
38007 </cell>
38008 <cell alignment="center" valignment="top" topline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012 texto
38013 \end_layout
38014
38015 \end_inset
38016 </cell>
38017 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38018 \begin_inset Text
38019
38020 \begin_layout Plain Layout
38021 texto
38022 \end_layout
38023
38024 \end_inset
38025 </cell>
38026 </row>
38027 <row>
38028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38029 \begin_inset Text
38030
38031 \begin_layout Plain Layout
38032 texto
38033 \end_layout
38034
38035 \end_inset
38036 </cell>
38037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38038 \begin_inset Text
38039
38040 \begin_layout Plain Layout
38041 \begin_inset Info
38042 type  "icon"
38043 arg   "dialog-show-new-inset graphics"
38044 \end_inset
38045
38046
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055 texto
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 </row>
38061 </lyxtabular>
38062
38063 \end_inset
38064
38065
38066 \end_layout
38067
38068 \begin_layout Standard
38069 \noindent
38070 \align center
38071 \begin_inset Tabular
38072 <lyxtabular version="3" rows="3" columns="2">
38073 <features tabularvalignment="middle">
38074 <column alignment="center" valignment="top">
38075 <column alignment="center" valignment="top">
38076 <row>
38077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081 texto
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38087 \begin_inset Text
38088
38089 \begin_layout Plain Layout
38090 texto
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 </row>
38096 <row>
38097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 \begin_inset Info
38102 type  "icon"
38103 arg   "dialog-show-new-inset graphics"
38104 \end_inset
38105
38106
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115 texto
38116 \end_layout
38117
38118 \end_inset
38119 </cell>
38120 </row>
38121 <row>
38122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38123 \begin_inset Text
38124
38125 \begin_layout Plain Layout
38126 texto
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135 texto
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 </row>
38141 </lyxtabular>
38142
38143 \end_inset
38144
38145  
38146 \begin_inset Tabular
38147 <lyxtabular version="3" rows="3" columns="3">
38148 <features tabularvalignment="middle">
38149 <column alignment="center" valignment="top">
38150 <column alignment="center" valignment="top">
38151 <column alignment="center" valignment="top">
38152 <row>
38153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38154 \begin_inset Text
38155
38156 \begin_layout Plain Layout
38157 texto
38158 \end_layout
38159
38160 \end_inset
38161 </cell>
38162 <cell alignment="center" valignment="top" topline="true" usebox="none">
38163 \begin_inset Text
38164
38165 \begin_layout Plain Layout
38166 texto
38167 \end_layout
38168
38169 \end_inset
38170 </cell>
38171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175 texto
38176 \end_layout
38177
38178 \end_inset
38179 </cell>
38180 </row>
38181 <row>
38182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186 texto
38187 \end_layout
38188
38189 \end_inset
38190 </cell>
38191 <cell alignment="center" valignment="top" usebox="none">
38192 \begin_inset Text
38193
38194 \begin_layout Plain Layout
38195 \begin_inset Info
38196 type  "icon"
38197 arg   "dialog-show-new-inset graphics"
38198 \end_inset
38199
38200
38201 \end_layout
38202
38203 \end_inset
38204 </cell>
38205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38206 \begin_inset Text
38207
38208 \begin_layout Plain Layout
38209 texto
38210 \end_layout
38211
38212 \end_inset
38213 </cell>
38214 </row>
38215 <row>
38216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38217 \begin_inset Text
38218
38219 \begin_layout Plain Layout
38220 texto
38221 \end_layout
38222
38223 \end_inset
38224 </cell>
38225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38226 \begin_inset Text
38227
38228 \begin_layout Plain Layout
38229 texto
38230 \end_layout
38231
38232 \end_inset
38233 </cell>
38234 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38235 \begin_inset Text
38236
38237 \begin_layout Plain Layout
38238 texto
38239 \end_layout
38240
38241 \end_inset
38242 </cell>
38243 </row>
38244 </lyxtabular>
38245
38246 \end_inset
38247
38248  
38249 \begin_inset Tabular
38250 <lyxtabular version="3" rows="3" columns="2">
38251 <features tabularvalignment="middle">
38252 <column alignment="center" valignment="top">
38253 <column alignment="center" valignment="top">
38254 <row>
38255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38256 \begin_inset Text
38257
38258 \begin_layout Plain Layout
38259 texto
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268 texto
38269 \end_layout
38270
38271 \end_inset
38272 </cell>
38273 </row>
38274 <row>
38275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38276 \begin_inset Text
38277
38278 \begin_layout Plain Layout
38279 texto
38280 \end_layout
38281
38282 \end_inset
38283 </cell>
38284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288 \begin_inset Info
38289 type  "icon"
38290 arg   "dialog-show-new-inset graphics"
38291 \end_inset
38292
38293
38294 \end_layout
38295
38296 \end_inset
38297 </cell>
38298 </row>
38299 <row>
38300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38301 \begin_inset Text
38302
38303 \begin_layout Plain Layout
38304 texto
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313 texto
38314 \end_layout
38315
38316 \end_inset
38317 </cell>
38318 </row>
38319 </lyxtabular>
38320
38321 \end_inset
38322
38323
38324 \end_layout
38325
38326 \begin_layout Standard
38327 \noindent
38328 puedes usar el paquete \SpecialChar LaTeX
38329  
38330 \series bold
38331 picinpar
38332 \series default
38333
38334 \begin_inset Index idx
38335 status collapsed
38336
38337 \begin_layout Plain Layout
38338 \SpecialChar LaTeX
38339 -paquetes ! picinpar
38340 \end_layout
38341
38342 \end_inset
38343
38344 .
38345  Aquí hay un ejemplo:
38346 \end_layout
38347
38348 \begin_layout Standard
38349 \begin_inset ERT
38350 status collapsed
38351
38352 \begin_layout Plain Layout
38353
38354
38355 \backslash
38356 ifpicinpar
38357 \end_layout
38358
38359 \end_inset
38360
38361
38362 \begin_inset Note Note
38363 status open
38364
38365 \begin_layout Plain Layout
38366 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38367  \SpecialChar LaTeX
38368  
38369 \series bold
38370 picinpar
38371 \series default
38372 .
38373 \end_layout
38374
38375 \end_inset
38376
38377
38378 \end_layout
38379
38380 \begin_layout Standard
38381 \begin_inset ERT
38382 status collapsed
38383
38384 \begin_layout Plain Layout
38385
38386
38387 \backslash
38388 begin{window}[2,c,{
38389 \end_layout
38390
38391 \end_inset
38392
38393
38394 \begin_inset Graphics
38395         filename ../clipart/mobius.eps
38396         lyxscale 60
38397         width 40col%
38398         scaleBeforeRotation
38399         rotateOrigin center
38400
38401 \end_inset
38402
38403
38404 \begin_inset ERT
38405 status collapsed
38406
38407 \begin_layout Plain Layout
38408
38409 },]
38410 \end_layout
38411
38412 \begin_layout Plain Layout
38413
38414 {}
38415 \end_layout
38416
38417 \end_inset
38418
38419
38420 \size small
38421 \lang english
38422 It was in the spring of the year 1894 that all London was interested, and
38423  the fashionable world dismayed, by the murder of the Honourable Ronald
38424  Adair under most unusual and inexplicable circumstances.
38425  The public has already learned those particulars of the crime which
38426 \size default
38427
38428 \begin_inset ERT
38429 status collapsed
38430
38431 \begin_layout Plain Layout
38432
38433
38434 \backslash
38435 footnotemark{}
38436 \end_layout
38437
38438 \end_inset
38439
38440
38441 \size small
38442  came out in the police investigation, but a good deal was suppressed upon
38443  that occasion, since the case for the prosecution was so overwhelmingly
38444  strong that it was not necessary to bring forward all the facts.
38445  Only now, at the end of nearly ten years, am I allowed to supply those
38446  missing links which make up the whole of that remarkable chain
38447 \lang spanish
38448 .
38449 \size default
38450
38451 \begin_inset ERT
38452 status collapsed
38453
38454 \begin_layout Plain Layout
38455
38456
38457 \backslash
38458 end{window}
38459 \end_layout
38460
38461 \end_inset
38462
38463
38464 \end_layout
38465
38466 \begin_layout Standard
38467 \begin_inset ERT
38468 status collapsed
38469
38470 \begin_layout Plain Layout
38471
38472
38473 \backslash
38474 footnotetext{
38475 \end_layout
38476
38477 \end_inset
38478
38479 Nota al pie del párrafo con el objeto fijo
38480 \begin_inset ERT
38481 status collapsed
38482
38483 \begin_layout Plain Layout
38484
38485 }
38486 \end_layout
38487
38488 \end_inset
38489
38490
38491 \end_layout
38492
38493 \begin_layout Standard
38494 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
38495  donde la posición del objeto en el párrafo se puede determinar por el número
38496  de líneas sobre él.
38497  A diferencia de los flotantes, no es posible tener leyendas numeradas.
38498 \end_layout
38499
38500 \begin_layout Standard
38501 Un objeto fijo se inserta añadiendo el comando
38502 \end_layout
38503
38504 \begin_layout Standard
38505
38506 \series bold
38507
38508 \backslash
38509 begin{window}[2,c,{
38510 \end_layout
38511
38512 \begin_layout Standard
38513 en código \SpecialChar TeX
38514  al principio del párrafo.
38515  El primer parámetro en el corchete, aquí '2', define el número de líneas
38516  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
38517  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
38518  Tras el comando se inserta el objeto.
38519  En este ejemplo se ha insertado una imagen con una anchura del 40
38520 \begin_inset space \thinspace{}
38521 \end_inset
38522
38523 % de la anchura de la columna de texto.
38524  El objeto también puede ser un cuadro, un marco o una ecuación.
38525  Detrás del objeto se inserta el comando
38526 \end_layout
38527
38528 \begin_layout Standard
38529
38530 \series bold
38531 },texto de la descripción]
38532 \begin_inset Newline newline
38533 \end_inset
38534
38535 {}
38536 \end_layout
38537
38538 \begin_layout Standard
38539 Ten en cuenta que 
38540 \begin_inset Quotes eld
38541 \end_inset
38542
38543
38544 \series bold
38545 {}
38546 \series default
38547
38548 \begin_inset Quotes erd
38549 \end_inset
38550
38551  está en la segunda línea.
38552  El texto de la descripción es opcional.
38553  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
38554  debe empezar inmediatamente después de 
38555 \series bold
38556 {}
38557 \series default
38558 .
38559  Al final del párrafo inserta el comando:
38560 \end_layout
38561
38562 \begin_layout Standard
38563
38564 \series bold
38565
38566 \backslash
38567 end{window}
38568 \end_layout
38569
38570 \begin_layout Standard
38571 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
38572  de la manera habitual.
38573  Hay que usar el comando 
38574 \series bold
38575
38576 \backslash
38577 footnotemark
38578 \series default
38579  dentro del párrafo y fuera del comando 
38580 \series bold
38581
38582 \backslash
38583 footnotetext
38584 \series default
38585 , como se describe en la sec.
38586 \begin_inset space \thinspace{}
38587 \end_inset
38588
38589
38590 \begin_inset CommandInset ref
38591 LatexCommand ref
38592 reference "sec:Notas-al-pie"
38593
38594 \end_inset
38595
38596 .
38597 \end_layout
38598
38599 \begin_layout Standard
38600 \begin_inset ERT
38601 status collapsed
38602
38603 \begin_layout Plain Layout
38604
38605
38606 \backslash
38607 else
38608 \end_layout
38609
38610 \end_inset
38611
38612
38613 \begin_inset Note Note
38614 status open
38615
38616 \begin_layout Plain Layout
38617 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38618  
38619 \series bold
38620 picinpar
38621 \series default
38622 .
38623 \end_layout
38624
38625 \end_inset
38626
38627
38628 \end_layout
38629
38630 \begin_layout Standard
38631 Debes instalar el paquete \SpecialChar LaTeX
38632  
38633 \series bold
38634 picinpar
38635 \series default
38636  para ver la parte siguiente en la salida.
38637 \end_layout
38638
38639 \begin_layout Standard
38640 \begin_inset ERT
38641 status collapsed
38642
38643 \begin_layout Plain Layout
38644
38645
38646 \backslash
38647 fi
38648 \end_layout
38649
38650 \end_inset
38651
38652
38653 \end_layout
38654
38655 \begin_layout Section
38656 Letras capitales
38657 \begin_inset Index idx
38658 status collapsed
38659
38660 \begin_layout Plain Layout
38661 Letras capitales
38662 \end_layout
38663
38664 \end_inset
38665
38666
38667 \begin_inset Index idx
38668 status collapsed
38669
38670 \begin_layout Plain Layout
38671 Envueltos en texto ! Letras capitales
38672 \end_layout
38673
38674 \end_inset
38675
38676
38677 \end_layout
38678
38679 \begin_layout Standard
38680 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
38681
38682 \series bold
38683  lettrine
38684 \series default
38685
38686 \begin_inset Index idx
38687 status collapsed
38688
38689 \begin_layout Plain Layout
38690 \SpecialChar LaTeX
38691 -paquetes ! lettrine
38692 \end_layout
38693
38694 \end_inset
38695
38696  y habilitar el uso del módulo 
38697 \family sans
38698 Capitales
38699 \family default
38700  en el documento (menú 
38701 \family sans
38702 Documento\SpecialChar menuseparator
38703 Configuración\SpecialChar menuseparator
38704 Módulos
38705 \family default
38706 ).
38707  Para insertar una letra capital, usa el entorno 
38708 \family sans
38709 Capital
38710 \family default
38711 .
38712  Este entorno tiene un argumento obligatorio y dos opcionales.
38713  Los argumentos se insertan mediante el menú 
38714 \family sans
38715 Insertar
38716 \family default
38717 .
38718  El argumento obligatorio 
38719 \family sans
38720 Capital
38721 \family default
38722  contiene la(s) letra(s) capital(es), el argumento opcional 
38723 \family sans
38724 Resto
38725 \begin_inset space ~
38726 \end_inset
38727
38728 de
38729 \begin_inset space ~
38730 \end_inset
38731
38732 capital
38733 \family default
38734  contiene el resto de la palabra o del texto en capitales.
38735  El argumento 
38736 \family sans
38737 Opciones
38738 \family default
38739  contiene parámetros para modificar la letra capital.
38740  Véase la documentación de 
38741 \series bold
38742 lettrine
38743 \series default
38744
38745 \begin_inset CommandInset citation
38746 LatexCommand cite
38747 key "lettrine"
38748 literal "true"
38749
38750 \end_inset
38751
38752 , para más información sobre los parámetros disponibles.
38753  El estilo contiene el texto que rodeará a la capital.
38754  De esta forma, el estilo habitual es que la palabra cuya primera letra
38755  es la capital se imprima en 
38756 \noun on
38757 versalitas
38758 \noun default
38759 .
38760 \end_layout
38761
38762 \begin_layout Standard
38763 Aquí hay algunos ejemplos:
38764 \end_layout
38765
38766 \begin_layout Standard
38767 \begin_inset ERT
38768 status collapsed
38769
38770 \begin_layout Plain Layout
38771
38772
38773 \backslash
38774 iflettrine
38775 \end_layout
38776
38777 \end_inset
38778
38779
38780 \begin_inset Note Note
38781 status open
38782
38783 \begin_layout Plain Layout
38784 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38785  \SpecialChar LaTeX
38786  
38787 \series bold
38788 lettrine
38789 \series default
38790 .
38791 \end_layout
38792
38793 \end_inset
38794
38795
38796 \end_layout
38797
38798 \begin_layout Enumerate
38799 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
38800  
38801 \begin_inset Formula $\mathfrak{Fraktur}$
38802 \end_inset
38803
38804 :
38805 \end_layout
38806
38807 \begin_deeper
38808 \begin_layout Initial
38809 \begin_inset Argument 2
38810 status open
38811
38812 \begin_layout Plain Layout
38813 \begin_inset Formula $\mathfrak{I}$
38814 \end_inset
38815
38816
38817 \end_layout
38818
38819 \end_inset
38820
38821
38822 \begin_inset Argument 3
38823 status open
38824
38825 \begin_layout Plain Layout
38826 t
38827 \end_layout
38828
38829 \end_inset
38830
38831  
38832 \lang english
38833 was in the spring of the year 1894 that all London was interested, and the
38834  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38835  under most unusual and inexplicable circumstances.
38836  The public has already learned those particulars of the crime which came
38837  out in the police investigation, but a good deal was suppressed upon that
38838  occasion, since the case for the prosecution was so overwhelmingly strong
38839  that it was not necessary to bring forward all the facts.
38840 \lang spanish
38841
38842 \begin_inset Newpage newpage
38843 \end_inset
38844
38845
38846 \end_layout
38847
38848 \end_deeper
38849 \begin_layout Enumerate
38850 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
38851  y no se imprime nada en versalitas:
38852 \end_layout
38853
38854 \begin_deeper
38855 \begin_layout Initial
38856 \begin_inset Argument 1
38857 status open
38858
38859 \begin_layout Plain Layout
38860 lines=1
38861 \end_layout
38862
38863 \end_inset
38864
38865
38866 \begin_inset Argument 2
38867 status open
38868
38869 \begin_layout Plain Layout
38870 It
38871 \end_layout
38872
38873 \end_inset
38874
38875  
38876 \lang english
38877 was in the spring of the year 1894 that all London was interested, and the
38878  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38879  under most unusual and inexplicable circumstances.
38880  The public has already learned those particulars of the crime which came
38881  out in the police investigation, but a good deal was suppressed upon that
38882  occasion, since the case for the prosecution was so overwhelmingly strong
38883  that it was not necessary to bring forward all the facts.
38884 \end_layout
38885
38886 \end_deeper
38887 \begin_layout Enumerate
38888 Magenta, capital colgada sobre tres líneas en tipografía matemática
38889 \begin_inset Newline newline
38890 \end_inset
38891
38892
38893 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38894 \end_inset
38895
38896 , el texto 
38897 \begin_inset Quotes eld
38898 \end_inset
38899
38900 t was in the spring
38901 \begin_inset Quotes erd
38902 \end_inset
38903
38904  en 
38905 \noun on
38906 versalitas
38907 \noun default
38908 ; para colorear la capital, debes insertar este comando delante de ella:
38909 \begin_inset Newline newline
38910 \end_inset
38911
38912
38913 \series bold
38914
38915 \backslash
38916 renewcommand{
38917 \backslash
38918 LettrineFontHook}{
38919 \backslash
38920 color{color}}
38921 \series default
38922
38923 \begin_inset Newline newline
38924 \end_inset
38925
38926 donde el segundo 
38927 \emph on
38928 color
38929 \emph default
38930  puede ser 
38931 \begin_inset Quotes eld
38932 \end_inset
38933
38934 red
38935 \begin_inset Quotes erd
38936 \end_inset
38937
38938
38939 \begin_inset Quotes eld
38940 \end_inset
38941
38942 blue
38943 \begin_inset Quotes erd
38944 \end_inset
38945
38946
38947 \begin_inset Quotes eld
38948 \end_inset
38949
38950 green
38951 \begin_inset Quotes erd
38952 \end_inset
38953
38954
38955 \begin_inset Quotes eld
38956 \end_inset
38957
38958 yellow
38959 \begin_inset Quotes erd
38960 \end_inset
38961
38962
38963 \begin_inset Quotes eld
38964 \end_inset
38965
38966 cyan
38967 \begin_inset Quotes erd
38968 \end_inset
38969
38970
38971 \begin_inset Quotes eld
38972 \end_inset
38973
38974 magenta
38975 \begin_inset Quotes erd
38976 \end_inset
38977
38978
38979 \begin_inset Quotes eld
38980 \end_inset
38981
38982 black
38983 \begin_inset Quotes erd
38984 \end_inset
38985
38986  o 
38987 \begin_inset Quotes eld
38988 \end_inset
38989
38990 white
38991 \begin_inset Quotes erd
38992 \end_inset
38993
38994 , y añade este comando al preámbulo del documento:
38995 \begin_inset Newline newline
38996 \end_inset
38997
38998
38999 \series bold
39000
39001 \backslash
39002 @ifundefined{textcolor}
39003 \begin_inset Newline newline
39004 \end_inset
39005
39006
39007 \begin_inset space ~
39008 \end_inset
39009
39010 {
39011 \backslash
39012 usepackage{color}}{}
39013 \end_layout
39014
39015 \begin_deeper
39016 \begin_layout Standard
39017 \begin_inset ERT
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021
39022
39023 \backslash
39024 renewcommand{
39025 \backslash
39026 LettrineFontHook}{
39027 \backslash
39028 color{magenta}}
39029 \end_layout
39030
39031 \end_inset
39032
39033
39034 \begin_inset Note Note
39035 status open
39036
39037 \begin_layout Plain Layout
39038 pone la capital en magenta
39039 \end_layout
39040
39041 \end_inset
39042
39043
39044 \end_layout
39045
39046 \begin_layout Initial
39047 \begin_inset Argument 1
39048 status open
39049
39050 \begin_layout Plain Layout
39051 lines=3, lhang=0.33, loversize=0.25
39052 \end_layout
39053
39054 \end_inset
39055
39056
39057 \begin_inset Argument 2
39058 status open
39059
39060 \begin_layout Plain Layout
39061 \begin_inset Formula $\mathcal{I}$
39062 \end_inset
39063
39064
39065 \end_layout
39066
39067 \end_inset
39068
39069
39070 \begin_inset Argument 3
39071 status open
39072
39073 \begin_layout Plain Layout
39074
39075 \lang english
39076 t was in the spring
39077 \end_layout
39078
39079 \end_inset
39080
39081  
39082 \lang english
39083 of the year 1894 that all London was interested, and the fashionable world
39084  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39085  and inexplicable circumstances.
39086  The public has already learned those particulars of the crime which came
39087  out in the police investigation, but a good deal was suppressed upon that
39088  occasion, since the case for the prosecution was so overwhelmingly strong
39089  that it was not necessary to bring forward all the facts.
39090 \end_layout
39091
39092 \end_deeper
39093 \begin_layout Standard
39094 \begin_inset ERT
39095 status collapsed
39096
39097 \begin_layout Plain Layout
39098
39099
39100 \backslash
39101 else
39102 \end_layout
39103
39104 \end_inset
39105
39106
39107 \begin_inset Note Note
39108 status open
39109
39110 \begin_layout Plain Layout
39111 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
39112  
39113 \series bold
39114 lettrine
39115 \series default
39116 .
39117 \end_layout
39118
39119 \end_inset
39120
39121
39122 \end_layout
39123
39124 \begin_layout Standard
39125 Debes instalar el paquete \SpecialChar LaTeX
39126  
39127 \series bold
39128 lettrine
39129 \series default
39130  para ver la parte siguiente en la salida.
39131 \end_layout
39132
39133 \begin_layout Standard
39134 \begin_inset ERT
39135 status collapsed
39136
39137 \begin_layout Plain Layout
39138
39139
39140 \backslash
39141 fi
39142 \end_layout
39143
39144 \end_inset
39145
39146
39147 \end_layout
39148
39149 \begin_layout Chapter
39150 Archivos externos
39151 \begin_inset Index idx
39152 status collapsed
39153
39154 \begin_layout Plain Layout
39155 Archivos externos
39156 \end_layout
39157
39158 \end_inset
39159
39160
39161 \end_layout
39162
39163 \begin_layout Standard
39164 Con el menú 
39165 \family sans
39166 Insertar\SpecialChar menuseparator
39167 Archivo 
39168 \family default
39169 se pueden insertar archivos externos en un documento.
39170  Estos pueden ser:
39171 \end_layout
39172
39173 \begin_layout Description
39174 Documento
39175 \begin_inset space ~
39176 \end_inset
39177
39178 \SpecialChar LyX
39179  Otro documento \SpecialChar LyX
39180 ; su contenido se inserta directamente en tu documento.
39181 \end_layout
39182
39183 \begin_layout Description
39184 Texto
39185 \begin_inset space ~
39186 \end_inset
39187
39188 simple Un documento de texto; cada línea del mismo se inserta en tu documento
39189  como párrafo propio.
39190 \end_layout
39191
39192 \begin_layout Description
39193 Texto
39194 \begin_inset space ~
39195 \end_inset
39196
39197 simple,
39198 \begin_inset space ~
39199 \end_inset
39200
39201 unir
39202 \begin_inset space ~
39203 \end_inset
39204
39205 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
39206  Las líneas vacías generan un nuevo párrafo en tu documento.
39207 \end_layout
39208
39209 \begin_layout Description
39210 Material
39211 \begin_inset space ~
39212 \end_inset
39213
39214 externo Archivos en diversos formatos.
39215 \end_layout
39216
39217 \begin_layout Description
39218 Documento
39219 \begin_inset space ~
39220 \end_inset
39221
39222 hijo Documentos \SpecialChar LyX
39223 , \SpecialChar LaTeX
39224  o texto simple.
39225 \end_layout
39226
39227 \begin_layout Section
39228 Material externo
39229 \begin_inset Index idx
39230 status collapsed
39231
39232 \begin_layout Plain Layout
39233 Material externo
39234 \end_layout
39235
39236 \end_inset
39237
39238
39239 \end_layout
39240
39241 \begin_layout Standard
39242 Esta característica te permite insertar archivos en tu documento sin convertirlo
39243 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
39244  se ocupa de las
39245  necesarias conversiones.
39246  Esto es parecido a la inserción de imágenes en diversos formatos en los
39247  documentos \SpecialChar LyX
39248 .
39249  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
39250 ,
39251  en 
39252 \family sans
39253 Apariencia
39254 \family default
39255 \SpecialChar menuseparator
39256 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
39257  en \SpecialChar LyX
39258 .
39259 \end_layout
39260
39261 \begin_layout Standard
39262 El material externo se puede insertar mediante el diálogo que surge a partir
39263  del menú 
39264 \family sans
39265 Insertar\SpecialChar menuseparator
39266 Archivo\SpecialChar menuseparator
39267 Material
39268 \begin_inset space ~
39269 \end_inset
39270
39271 externo
39272 \family default
39273 .
39274  Actualmente se permiten los siguientes tipos de archivo (
39275 \family sans
39276 Plantillas
39277 \family default
39278 ):
39279 \end_layout
39280
39281 \begin_layout Description
39282 Diagrama
39283 \begin_inset space ~
39284 \end_inset
39285
39286 de
39287 \begin_inset space ~
39288 \end_inset
39289
39290 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
39291  con el programa 
39292 \series bold
39293
39294 \begin_inset CommandInset href
39295 LatexCommand href
39296 name "XBoard"
39297 target "http://es.wikipedia.org/wiki/XBoard"
39298 literal "false"
39299
39300 \end_inset
39301
39302
39303 \series default
39304 .
39305 \end_layout
39306
39307 \begin_layout Description
39308 Dia Esta plantilla soporta diagramas creados con el programa 
39309 \series bold
39310
39311 \begin_inset CommandInset href
39312 LatexCommand href
39313 name "Dia"
39314 target "http://es.wikipedia.org/wiki/Dia_(programa)"
39315 literal "false"
39316
39317 \end_inset
39318
39319
39320 \series default
39321 .
39322 \end_layout
39323
39324 \begin_layout Description
39325 Hoja
39326 \begin_inset space ~
39327 \end_inset
39328
39329 de
39330 \begin_inset space ~
39331 \end_inset
39332
39333 cálculo Esta plantilla permite insertar tablas/hojas de cálculo en los formatos
39334  
39335 \series bold
39336
39337 \begin_inset CommandInset href
39338 LatexCommand href
39339 name "Gnumeric"
39340 target "http://es.wikipedia.org/wiki/Gnumeric"
39341 literal "false"
39342
39343 \end_inset
39344
39345
39346 \series default
39347
39348 \begin_inset CommandInset href
39349 LatexCommand href
39350 name "OpenDocument"
39351 target "http://es.wikipedia.org/wiki/OpenDocument"
39352 literal "false"
39353
39354 \end_inset
39355
39356
39357 \begin_inset CommandInset href
39358 LatexCommand href
39359 name "Microsoft Office XML"
39360 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
39361 literal "false"
39362
39363 \end_inset
39364
39365  y 
39366 \begin_inset CommandInset href
39367 LatexCommand href
39368 name "Office Open XML"
39369 target "http://es.wikipedia.org/wiki/Office_Open_XML"
39370 literal "false"
39371
39372 \end_inset
39373
39374 .
39375  Para que esto funcione \SpecialChar LyX
39376  debe haber encontrado el programa 
39377 \family typewriter
39378 ssconvert
39379 \family default
39380  durante su configuración.
39381  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
39382  las tablas no estén en el formato de Gnumeric.
39383  Echa un vistazo al archivo de ejemplo 
39384 \emph on
39385 spreadsheet.lyx
39386 \emph default
39387  para ver ejemplos de uso y posibles limitaciones.
39388 \end_layout
39389
39390 \begin_layout Description
39391 Fecha Esta inserta la fecha en el formato 
39392 \emph on
39393 Día-Mes-Año.
39394
39395 \emph default
39396  A continuación hay una fecha insertada como material externo: 
39397 \begin_inset ERT
39398 status collapsed
39399
39400 \begin_layout Plain Layout
39401
39402
39403 \backslash
39404 today 
39405 \end_layout
39406
39407 \end_inset
39408
39409
39410 \begin_inset space ~
39411 \end_inset
39412
39413
39414 \begin_inset Note Note
39415 status collapsed
39416
39417 \begin_layout Plain Layout
39418 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
39419 \end_layout
39420
39421 \end_inset
39422
39423
39424 \begin_inset Newline newline
39425 \end_inset
39426
39427 La fecha no se muestra en \SpecialChar LyX
39428 , sólo en la salida.
39429  Hay otros dos métodos de insertar una fecha, con el menú 
39430 \family sans
39431 Insertar\SpecialChar menuseparator
39432 Fecha
39433 \family default
39434  y con el comando \SpecialChar LaTeX
39435  
39436 \series bold
39437
39438 \backslash
39439 today
39440 \series default
39441  en código \SpecialChar TeX
39442 .
39443  Los distintos métodos se comparan en el cuadro
39444 \begin_inset space ~
39445 \end_inset
39446
39447
39448 \begin_inset CommandInset ref
39449 LatexCommand ref
39450 reference "tab:Comparación-de"
39451
39452 \end_inset
39453
39454 .
39455 \end_layout
39456
39457 \begin_layout Description
39458 Tipografía
39459 \begin_inset space ~
39460 \end_inset
39461
39462 musical
39463 \begin_inset space ~
39464 \end_inset
39465
39466 Lilypond Esta plantilla sirve para tipografiar notación musical con el programa
39467 \begin_inset Newline linebreak
39468 \end_inset
39469
39470
39471 \series bold
39472
39473 \begin_inset CommandInset href
39474 LatexCommand href
39475 name "LilyPond"
39476 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
39477 literal "false"
39478
39479 \end_inset
39480
39481
39482 \series default
39483 .
39484  Echa un vistazo al archivo de ejemplo
39485 \emph on
39486  lilypond.lyx
39487 \emph default
39488  para más información sobre el soporte de \SpecialChar LyX
39489  a LilyPond.
39490 \end_layout
39491
39492 \begin_layout Description
39493 Páginas
39494 \begin_inset space ~
39495 \end_inset
39496
39497 PDF Con esta plantilla puedes insertar documentos PDF en tu documento.
39498  Para insertar algunas o todas las páginas de un documento PDF, utiliza
39499  la opción 
39500 \series bold
39501 pages
39502 \series default
39503  en el campo 
39504 \family sans
39505 Opción
39506 \family default
39507  de la pestaña 
39508 \family sans
39509 Opciones de \SpecialChar LaTeX
39510  y \SpecialChar LyX
39511
39512 \family default
39513 .
39514  El argumento de esta opción es una lista separada con comas que contiene
39515  números de páginas (opción 
39516 \series bold
39517 pages={3,5,6,8}
39518 \series default
39519 ), rangos de números de páginas (
39520 \series bold
39521 pages={4-9}
39522 \series default
39523 ) o cualquier combinación.
39524  Para insertar páginas vacías usa {}.
39525  Por ej.,
39526 \begin_inset space ~
39527 \end_inset
39528
39529
39530 \series bold
39531 pages={3,{},8-11,15}
39532 \series default
39533  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
39534  Los rangos de páginas se especifican según el esquema 
39535 \emph on
39536 inicial
39537 \emph default
39538 -
39539 \emph on
39540 final.
39541
39542 \emph default
39543  Así se seleccionan todas las páginas desde 
39544 \emph on
39545 inicial
39546 \emph default
39547  a 
39548 \emph on
39549 final
39550 \emph default
39551 .
39552  Si se omite 
39553 \emph on
39554 inicial
39555 \emph default
39556  comienza en la primera página; si se omite 
39557 \emph on
39558 final
39559 \emph default
39560  termina en la última.
39561  La última página también se puede seleccionar con la clave 
39562 \series bold
39563 last
39564 \series default
39565 .
39566  (Solo está permitido en rangos de páginas).
39567  Así, 
39568 \series bold
39569 pages=-
39570 \series default
39571  insertará todas las páginas del documento y 
39572 \series bold
39573 pages=last-1
39574 \series default
39575  insertará todas las páginas en orden inverso.
39576  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
39577 \begin_inset Newline newline
39578 \end_inset
39579
39580 La opción 
39581 \series bold
39582 noautoscale
39583 \series default
39584  inserta las páginas a tamaño original; si esta opción no se especifica,
39585  el tamaño de las páginas se adaptará a la anchura de página del documento.
39586  En la pestaña 
39587 \family sans
39588 Tamaño y rotación
39589 \family default
39590  se puede especificar la anchura, la altura y la rotación de las páginas
39591  introducidas.
39592  Si se usa una anchura distinta de 100
39593 \begin_inset space \thinspace{}
39594 \end_inset
39595
39596 % Escala, la opción 
39597 \series bold
39598 noautoscale
39599 \series default
39600  será ignorada.
39601  Para más información y otras opciones posibles, consulta la documentación
39602  del paquete \SpecialChar LaTeX
39603  
39604 \series bold
39605 pdfpages
39606 \series default
39607  
39608 \begin_inset CommandInset citation
39609 LatexCommand cite
39610 key "pdfpages"
39611 literal "true"
39612
39613 \end_inset
39614
39615 .
39616 \begin_inset Index idx
39617 status collapsed
39618
39619 \begin_layout Plain Layout
39620 \SpecialChar LaTeX
39621 -paquetes ! pdfpages
39622 \end_layout
39623
39624 \end_inset
39625
39626
39627 \begin_inset Newline newline
39628 \end_inset
39629
39630 Para usar esta plantilla en una presentación 
39631 \family sans
39632 Beamer
39633 \family default
39634 , hay que insertar primero un entorno 
39635 \family sans
39636 Fin de fotograma
39637 \family default
39638  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
39639  con el comando 
39640 \series bold
39641
39642 \backslash
39643 setbeamertemplate{background canvas}{}
39644 \series default
39645 .
39646  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
39647  como quieras.
39648  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
39649  comenzando una nueva diapositiva o una nueva sección.
39650  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
39651  usar alineación 
39652 \family sans
39653 Predeterminada
39654 \family default
39655  para el párrafo que contiene la plantilla.
39656 \begin_inset Newline newline
39657 \end_inset
39658
39659 Un PDF incluido girado -5°: 
39660 \begin_inset External
39661         template PDFPages
39662         filename ../clipart/Abstract.pdf
39663         extra LaTeX "noautoscale, pages=-"
39664         rotateAngle -5
39665         rotateOrigin bottomleft
39666
39667 \end_inset
39668
39669
39670 \end_layout
39671
39672 \begin_layout Description
39673 Imagen
39674 \begin_inset space ~
39675 \end_inset
39676
39677 mapa
39678 \begin_inset space ~
39679 \end_inset
39680
39681 de
39682 \begin_inset space ~
39683 \end_inset
39684
39685 bits Sirve para insertar imágenes bitmap.
39686  Las imágenes se pueden tratar en el diálogo 
39687 \family sans
39688 Material Externo
39689 \family default
39690  como las que habitualmente se incluyen mediante el diálogo 
39691 \family sans
39692 Gráficos
39693 \family default
39694 , tal como se explica en la sección
39695 \begin_inset space ~
39696 \end_inset
39697
39698
39699 \begin_inset CommandInset ref
39700 LatexCommand ref
39701 reference "sec:Diálogo-Gráficos"
39702
39703 \end_inset
39704
39705 .
39706  Aquí se ha insertado una imagen 
39707 \emph on
39708 raster
39709 \emph default
39710
39711 \begin_inset External
39712         template RasterImage
39713         filename ../clipart/ToolbarEnvBox.png
39714
39715 \end_inset
39716
39717
39718 \end_layout
39719
39720 \begin_layout Description
39721 Gráficos
39722 \begin_inset space ~
39723 \end_inset
39724
39725 vectoriales Sirve para insertar gráficos vectoriales.
39726  Los gráficos se pueden tratar en el diálogo 
39727 \family sans
39728 Material Externo
39729 \family default
39730  como las que habitualmente se incluyen mediante el diálogo 
39731 \family sans
39732 Gráficos
39733 \family default
39734 , tal como se explica en la sección
39735 \begin_inset space ~
39736 \end_inset
39737
39738
39739 \begin_inset CommandInset ref
39740 LatexCommand ref
39741 reference "sec:Diálogo-Gráficos"
39742
39743 \end_inset
39744
39745 .
39746  Aquí una imagen vectorial insertada: 
39747 \begin_inset External
39748         template VectorGraphics
39749         filename ../clipart/SVG-Drawing.svg
39750         lyxscale 50
39751         scale 33
39752
39753 \end_inset
39754
39755
39756 \end_layout
39757
39758 \begin_layout Description
39759 Figura
39760 \begin_inset space ~
39761 \end_inset
39762
39763 Xfig Esta plantilla soporta imágenes creadas con el programa 
39764 \begin_inset CommandInset href
39765 LatexCommand href
39766 name "Xfig"
39767 target "http://en.wikipedia.org/wiki/Xfig"
39768 literal "false"
39769
39770 \end_inset
39771
39772 .
39773 \end_layout
39774
39775 \begin_layout Description
39776 Figura
39777 \begin_inset space ~
39778 \end_inset
39779
39780 Inkscape 
39781 \lang english
39782 This experimental template supports vector graphics (SVG) images that contain
39783  text written in \SpecialChar LaTeX
39784 .
39785  It relies on the optio
39786 \lang spanish
39787
39788 \family sans
39789 Omitir texto en PDF y crear archivo LaTeX 
39790 \family default
39791 \lang english
39792 when saving a drawing as PDF with the program 
39793 \noun on
39794 Inkscape
39795 \noun default
39796
39797 \begin_inset CommandInset citation
39798 LatexCommand cite
39799 key "Inkscape"
39800 literal "false"
39801
39802 \end_inset
39803
39804 .
39805  This allows to include SVG documents in which \SpecialChar LaTeX
39806  will typeset the text.
39807  The benefit of such SVGs is a uniform text style throughout the whole document
39808  and one can use \SpecialChar TeX
39809  code commands in the text of the SVG.
39810 \begin_inset Newline newline
39811 \end_inset
39812
39813 One can use \SpecialChar TeX
39814  code commands like 
39815 \series bold
39816
39817 \backslash
39818 Large
39819 \series default
39820
39821 \series bold
39822
39823 \backslash
39824 small
39825 \series default
39826 , etc.
39827 \begin_inset space \space{}
39828 \end_inset
39829
39830 in the text of the SVG.
39831  The size of the font will be taken from the settings of the \SpecialChar LyX
39832  document.
39833  Refer to 
39834 \begin_inset CommandInset citation
39835 LatexCommand cite
39836 key "Inkscape"
39837 literal "false"
39838
39839 \end_inset
39840
39841  for more information and examples.
39842 \begin_inset Newline newline
39843 \end_inset
39844
39845 Note that while the image text takes into account the surrounding font,
39846  its preview in \SpecialChar LyX
39847  does not.
39848  Wrapping the external inset in a preview inset (menu 
39849 \family sans
39850 Insert\SpecialChar menuseparator
39851 Preview
39852 \family default
39853 ) gives a better result.
39854 \begin_inset Newline newline
39855 \end_inset
39856
39857 The template works very similarly to Xfig support.
39858  \SpecialChar LyX
39859  will extract the text in the image into a separate \SpecialChar TeX
39860  file and creates a
39861  PDF file for the rest.
39862 \end_layout
39863
39864 \begin_layout Standard
39865 \begin_inset Float table
39866 placement !h
39867 wide false
39868 sideways false
39869 status open
39870
39871 \begin_layout Plain Layout
39872 \begin_inset Caption Standard
39873
39874 \begin_layout Plain Layout
39875 \begin_inset CommandInset label
39876 LatexCommand label
39877 name "tab:Comparación-de"
39878
39879 \end_inset
39880
39881 Comparación de los métodos de inserción de fecha.
39882 \end_layout
39883
39884 \end_inset
39885
39886
39887 \end_layout
39888
39889 \begin_layout Plain Layout
39890 \align center
39891 \begin_inset Tabular
39892 <lyxtabular version="3" rows="4" columns="4">
39893 <features tabularvalignment="middle">
39894 <column alignment="center" valignment="top">
39895 <column alignment="center" valignment="top">
39896 <column alignment="center" valignment="top">
39897 <column alignment="center" valignment="top">
39898 <row>
39899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39900 \begin_inset Text
39901
39902 \begin_layout Plain Layout
39903 Documento
39904 \end_layout
39905
39906 \end_inset
39907 </cell>
39908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39909 \begin_inset Text
39910
39911 \begin_layout Plain Layout
39912
39913 \family sans
39914 Material externo\SpecialChar menuseparator
39915 Fecha
39916 \end_layout
39917
39918 \end_inset
39919 </cell>
39920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39921 \begin_inset Text
39922
39923 \begin_layout Plain Layout
39924
39925 \family sans
39926 Insertar\SpecialChar menuseparator
39927 Fecha
39928 \end_layout
39929
39930 \end_inset
39931 </cell>
39932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39933 \begin_inset Text
39934
39935 \begin_layout Plain Layout
39936 comando 
39937 \series bold
39938
39939 \backslash
39940 today
39941 \end_layout
39942
39943 \end_inset
39944 </cell>
39945 </row>
39946 <row>
39947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39948 \begin_inset Text
39949
39950 \begin_layout Plain Layout
39951 \SpecialChar LyX
39952
39953 \end_layout
39954
39955 \end_inset
39956 </cell>
39957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39958 \begin_inset Text
39959
39960 \begin_layout Plain Layout
39961 como recuadro
39962 \end_layout
39963
39964 \end_inset
39965 </cell>
39966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39967 \begin_inset Text
39968
39969 \begin_layout Plain Layout
39970 como fecha
39971 \end_layout
39972
39973 \end_inset
39974 </cell>
39975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39976 \begin_inset Text
39977
39978 \begin_layout Plain Layout
39979 como cuadro código \SpecialChar TeX
39980
39981 \end_layout
39982
39983 \end_inset
39984 </cell>
39985 </row>
39986 <row>
39987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39988 \begin_inset Text
39989
39990 \begin_layout Plain Layout
39991 \SpecialChar LaTeX
39992
39993 \end_layout
39994
39995 \end_inset
39996 </cell>
39997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39998 \begin_inset Text
39999
40000 \begin_layout Plain Layout
40001 como fecha
40002 \end_layout
40003
40004 \end_inset
40005 </cell>
40006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40007 \begin_inset Text
40008
40009 \begin_layout Plain Layout
40010 como fecha
40011 \end_layout
40012
40013 \end_inset
40014 </cell>
40015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40016 \begin_inset Text
40017
40018 \begin_layout Plain Layout
40019 como comando
40020 \end_layout
40021
40022 \end_inset
40023 </cell>
40024 </row>
40025 <row>
40026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40027 \begin_inset Text
40028
40029 \begin_layout Plain Layout
40030 DVI, PDF, PS
40031 \end_layout
40032
40033 \end_inset
40034 </cell>
40035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40036 \begin_inset Text
40037
40038 \begin_layout Plain Layout
40039 como fecha
40040 \end_layout
40041
40042 \end_inset
40043 </cell>
40044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40045 \begin_inset Text
40046
40047 \begin_layout Plain Layout
40048 como fecha
40049 \end_layout
40050
40051 \end_inset
40052 </cell>
40053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40054 \begin_inset Text
40055
40056 \begin_layout Plain Layout
40057 como fecha
40058 \end_layout
40059
40060 \end_inset
40061 </cell>
40062 </row>
40063 </lyxtabular>
40064
40065 \end_inset
40066
40067
40068 \end_layout
40069
40070 \end_inset
40071
40072
40073 \end_layout
40074
40075 \begin_layout Standard
40076 Si utilizas la opción 
40077 \family sans
40078 Borrador
40079 \family default
40080  en la solapa 
40081 \family sans
40082 Archivo
40083 \family default
40084  del diálogo 
40085 \family sans
40086 Material Externo
40087 \family default
40088 , en el documento de salida sólo se muestra la ruta al archivo insertado.
40089 \family sans
40090
40091 \begin_inset Newline newline
40092 \end_inset
40093
40094
40095 \family default
40096 El material externo se muestra en \SpecialChar LyX
40097  como un recuadro del tipo:
40098 \family sans
40099  
40100 \family default
40101
40102 \begin_inset Graphics
40103         filename clipart/MaterialExterno.png
40104         scale 95
40105
40106 \end_inset
40107
40108  o como imagen, dependiendo de si se marca la opción 
40109 \family sans
40110 Mostrar en LyX 
40111 \family default
40112 de la pestaña 
40113 \family sans
40114 Opciones de LaTeX y LyX
40115 \family default
40116  del diálogo
40117 \family sans
40118 .
40119 \end_layout
40120
40121 \begin_layout Standard
40122 En el manual 
40123 \emph on
40124 Personalización
40125 \emph default
40126  se explica cómo definir tus propias plantillas.
40127 \end_layout
40128
40129 \begin_layout Section
40130 Documento hijo
40131 \begin_inset CommandInset label
40132 LatexCommand label
40133 name "sec:Documento-Hijo"
40134
40135 \end_inset
40136
40137
40138 \begin_inset Index idx
40139 status collapsed
40140
40141 \begin_layout Plain Layout
40142 Documento hijo
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \end_layout
40149
40150 \begin_layout Standard
40151 Los documentos hijos se emplean en el caso de tener un documento extenso
40152  compuesto por varias partes o secciones más grandes.
40153  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
40154  en varios archivos que pueden ser revisados por separado.
40155  Estos archivos se conocen como documentos hijos, y el llamado documento
40156  maestro los conecta con el fin de imprimirlos como un todo o por partes.
40157  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
40158  \SpecialChar LaTeX
40159 , la bibliografía y las etiquetas de las referencias cruzadas.
40160 \end_layout
40161
40162 \begin_layout Standard
40163 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
40164  en el menú 
40165 \family sans
40166 Documento\SpecialChar menuseparator
40167 Configuración\SpecialChar menuseparator
40168 Clase del documento
40169 \family default
40170  del documento hijo especifica el documento maestro predeterminado.
40171  Este maestro será usado entonces por \SpecialChar LyX
40172  en un segundo plano cuando edites
40173  el documento hijo.
40174 \end_layout
40175
40176 \begin_layout Standard
40177 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
40178  como
40179  recuadros del tipo: 
40180 \begin_inset Graphics
40181         filename clipart/DocumentoHijo.png
40182         scale 95
40183
40184 \end_inset
40185
40186 .
40187  Para incluir documentos hijos en un documento maestro utiliza el menú 
40188 \family sans
40189 Insertar
40190 \family default
40191 \SpecialChar menuseparator
40192
40193 \family sans
40194 Archivo
40195 \family default
40196 \SpecialChar menuseparator
40197
40198 \family sans
40199 Documento
40200 \begin_inset space ~
40201 \end_inset
40202
40203 hijo
40204 \family default
40205 .
40206  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
40207 \end_layout
40208
40209 \begin_layout Description
40210 Anexar Puedes incluir documentos \SpecialChar LyX
40211  y documentos \SpecialChar LaTeX
40212 .
40213  Al pulsar el botón 
40214 \family sans
40215 Editar
40216 \family default
40217  en el diálogo 
40218 \family sans
40219 Documento hijo
40220 \family default
40221 , los documentos incluidos se abrirán en una nueva solapa de archivo en
40222  la ventana de \SpecialChar LyX
40223  y así puedes modificarlos si quieres.
40224 \end_layout
40225
40226 \begin_layout Standard
40227 Aquí hay un archivo insertado con el método 
40228 \family sans
40229 Anexar
40230 \family default
40231
40232 \begin_inset CommandInset include
40233 LatexCommand include
40234 filename "DocumentoPostizo1.lyx"
40235
40236 \end_inset
40237
40238
40239 \end_layout
40240
40241 \begin_layout Standard
40242 La numeración de secciones tiene en cuenta las secciones de los archivos
40243  incluidos en el orden en que están insertados en el documento maestro.
40244  El documento incluido de ejemplo tiene una subsección que se numera como
40245  subsección de la presente sección.
40246  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
40247 \begin_inset space ~
40248 \end_inset
40249
40250
40251 \begin_inset CommandInset ref
40252 LatexCommand ref
40253 reference "subsec:Subsección-Externa-1"
40254
40255 \end_inset
40256
40257 .
40258 \end_layout
40259
40260 \begin_layout Standard
40261 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
40262  del documento maestro.
40263  Las ramas en los documentos hijos serán ignoradas por el documento maestro
40264  si éste no tiene una rama con el mismo nombre.
40265  Los documentos anexados se insertan comenzando una página nueva y acabando
40266  con un salto de página.
40267 \end_layout
40268
40269 \begin_layout Standard
40270 \begin_inset Note Greyedout
40271 status open
40272
40273 \begin_layout Plain Layout
40274
40275 \series bold
40276 Nota:
40277 \series default
40278  Si has incluido un archivo \SpecialChar LyX
40279  o \SpecialChar LaTeX
40280  cuya clase de documento es distinta a la
40281  del documento maestro, recibirás una advertencia al exportar/ver el documento,
40282  ya que esto podría dar resultados inesperados.
40283 \end_layout
40284
40285 \end_inset
40286
40287
40288 \end_layout
40289
40290 \begin_layout Description
40291 Incorporar Este método es muy parecido al método 
40292 \family sans
40293 Anexar
40294 \family default
40295 .
40296  Las diferencias son:
40297 \end_layout
40298
40299 \begin_deeper
40300 \begin_layout Itemize
40301 Los archivos incorporados no comienzan en página nueva ni acaban con un
40302  salto de página.
40303 \end_layout
40304
40305 \begin_layout Itemize
40306 Los archivos incorporados pueden visualizar en \SpecialChar LyX
40307  si la 
40308 \family sans
40309 Vista
40310 \begin_inset space ~
40311 \end_inset
40312
40313 preliminar
40314 \begin_inset space ~
40315 \end_inset
40316
40317 inmediata 
40318 \family default
40319 está activada en el diálogo 
40320 \family sans
40321 Herramientas\SpecialChar menuseparator
40322 Preferencias
40323 \family default
40324 , apartado 
40325 \family sans
40326 Apariencia\SpecialChar menuseparator
40327 Visualización
40328 \family default
40329 .
40330 \end_layout
40331
40332 \begin_layout Itemize
40333 Los archivos incorporados no se pueden excluir mediante el menú 
40334 \family sans
40335 Documento\SpecialChar menuseparator
40336 Configuración\SpecialChar menuseparator
40337 Documentos hijo
40338 \family default
40339 .
40340 \end_layout
40341
40342 \end_deeper
40343 \begin_layout Standard
40344 Aquí hay un documento hijo insertado con el método 
40345 \family sans
40346 Incorporar
40347 \family default
40348 :
40349 \end_layout
40350
40351 \begin_layout Standard
40352 \begin_inset CommandInset include
40353 LatexCommand input
40354 filename "DocumentoPostizo2.lyx"
40355
40356 \end_inset
40357
40358
40359 \end_layout
40360
40361 \begin_layout Standard
40362 Aquí se inserta un documento hijo en modo 
40363 \emph on
40364 input
40365 \emph default
40366  como fuente de \SpecialChar LaTeX
40367 :
40368 \end_layout
40369
40370 \begin_layout Quote
40371 \begin_inset CommandInset include
40372 LatexCommand input
40373 filename "DocumentoTextoPostizo.txt"
40374
40375 \end_inset
40376
40377
40378 \end_layout
40379
40380 \begin_layout Description
40381 Literal Con este método se puede incluir cualquier archivo de texto.
40382  El archivo aparece en la salida con su código fuente, y si contiene comandos
40383  no se ejecutan.
40384  Con la opción 
40385 \family sans
40386 Marcar espacios en la salida
40387 \family default
40388  cada espacio en el código fuente se muestra en la salida con el carácter
40389  «
40390 \begin_inset ERT
40391 status collapsed
40392
40393 \begin_layout Plain Layout
40394
40395
40396 \backslash
40397 textvisiblespace
40398 \end_layout
40399
40400 \end_inset
40401
40402 ».
40403  La diferencia con el método de inserción mediante el menú 
40404 \family sans
40405 Insertar
40406 \family default
40407 \SpecialChar menuseparator
40408
40409 \family sans
40410 Archivo
40411 \family default
40412 \SpecialChar menuseparator
40413
40414 \family sans
40415 Texto
40416 \begin_inset space ~
40417 \end_inset
40418
40419 simple
40420 \family default
40421  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
40422 , mientras que en
40423  modo 
40424 \family sans
40425 Literal 
40426 \family default
40427 no se muestra el contenido, sino un recuadro con el nombre.
40428
40429 \family sans
40430  
40431 \end_layout
40432
40433 \begin_layout Standard
40434 Aquí se inserta un documento hijo en modo Literal:
40435 \begin_inset CommandInset include
40436 LatexCommand verbatiminput
40437 filename "DocumentoTextoPostizo.txt"
40438
40439 \end_inset
40440
40441
40442 \begin_inset VSpace bigskip
40443 \end_inset
40444
40445
40446 \end_layout
40447
40448 \begin_layout Standard
40449 Aquí se inserta un documento hijo en modo Literal con la opción 
40450 \family sans
40451 Marcar espacios en la salida
40452 \family default
40453 :
40454 \begin_inset CommandInset include
40455 LatexCommand verbatiminput*
40456 filename "DocumentoTextoPostizo.txt"
40457
40458 \end_inset
40459
40460
40461 \begin_inset VSpace bigskip
40462 \end_inset
40463
40464
40465 \end_layout
40466
40467 \begin_layout Standard
40468 \begin_inset Note Greyedout
40469 status open
40470
40471 \begin_layout Plain Layout
40472
40473 \series bold
40474 Nota:
40475 \series default
40476  Como puedes ver en los ejemplos anteriores, el texto de los documentos
40477  incluidos en modo 
40478 \family sans
40479 literal
40480 \family default
40481  no contiene saltos de línea, a no ser que se incluyan expresamente en el
40482  archivo de texto.
40483 \end_layout
40484
40485 \end_inset
40486
40487
40488 \end_layout
40489
40490 \begin_layout Description
40491 Listado
40492 \begin_inset space ~
40493 \end_inset
40494
40495 de
40496 \begin_inset space ~
40497 \end_inset
40498
40499 código Este tipo se describe en el capítulo
40500 \begin_inset space ~
40501 \end_inset
40502
40503
40504 \begin_inset CommandInset ref
40505 LatexCommand ref
40506 reference "cap:Listado-de-código"
40507
40508 \end_inset
40509
40510 .
40511 \end_layout
40512
40513 \begin_layout Standard
40514 \begin_inset Note Greyedout
40515 status open
40516
40517 \begin_layout Plain Layout
40518
40519 \series bold
40520 Nota:
40521 \series default
40522  Incluir el mismo documento dos veces con métodos diferentes podría causar
40523  problemas en \SpecialChar LaTeX
40524 .
40525 \end_layout
40526
40527 \end_inset
40528
40529
40530 \end_layout
40531
40532 \begin_layout Standard
40533 Si quieres ver o exportar solo determinados hijos del documento maestro,
40534  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
40535  individuales del libro, puedes excluir hijos en la salida.
40536  Esto se consigue mediante el menú 
40537 \family sans
40538 Documento\SpecialChar menuseparator
40539 Configuración\SpecialChar menuseparator
40540 Documento hijo
40541 \family default
40542 .
40543  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
40544  (esto solo funciona para documentos insertados mediante 
40545 \begin_inset Quotes cld
40546 \end_inset
40547
40548 Anexar
40549 \begin_inset Quotes crd
40550 \end_inset
40551
40552 , no con 
40553 \begin_inset Quotes cld
40554 \end_inset
40555
40556 Incorporar
40557 \begin_inset Quotes crd
40558 \end_inset
40559
40560 ).
40561  Si se marca la opción 
40562 \family sans
40563 Mantener contadores y referencias
40564 \family default
40565  \SpecialChar LyX
40566  garantiza que todos los números de página, referencias, etc., se respetan
40567  como si se procesara el documento completo.
40568  No obstante, \SpecialChar LyX
40569  tiene que procesar el documento entero en segundo plano para
40570  que esta característica funcione.
40571  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
40572  los contadores y referencias, desmarca esta casilla.
40573 \end_layout
40574
40575 \begin_layout Standard
40576 Alternativamente, se puede poner cada archivo incluido en una rama.
40577 \begin_inset Foot
40578 status collapsed
40579
40580 \begin_layout Plain Layout
40581 Las ramas se describen en la sección
40582 \emph on
40583  Ramas
40584 \emph default
40585  de la 
40586 \emph on
40587 Guía del usuario
40588 \emph default
40589  de \SpecialChar LyX
40590 .
40591 \end_layout
40592
40593 \end_inset
40594
40595  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
40596  aparecerán en la salida.
40597  Esto tiene la ventaja de que también funciona con hijos incluidos con 
40598 \begin_inset Quotes cld
40599 \end_inset
40600
40601 Incorporar
40602 \begin_inset Quotes crd
40603 \end_inset
40604
40605 .
40606  Sin embargo, los contadores y las referencias no se mantendrán usando este
40607  método.
40608 \end_layout
40609
40610 \begin_layout Chapter
40611 Listado de código
40612 \begin_inset CommandInset label
40613 LatexCommand label
40614 name "cap:Listado-de-código"
40615
40616 \end_inset
40617
40618
40619 \begin_inset Index idx
40620 status collapsed
40621
40622 \begin_layout Plain Layout
40623 Listado de código
40624 \end_layout
40625
40626 \end_inset
40627
40628
40629 \begin_inset Index idx
40630 status collapsed
40631
40632 \begin_layout Plain Layout
40633 Código de programa
40634 \end_layout
40635
40636 \end_inset
40637
40638
40639 \begin_inset Index idx
40640 status collapsed
40641
40642 \begin_layout Plain Layout
40643 Flotantes ! Listado de código
40644 \end_layout
40645
40646 \end_inset
40647
40648
40649 \end_layout
40650
40651 \begin_layout Standard
40652 Para incluir y tipografiar código de programación puedes usar la opción
40653  de menú disponible en 
40654 \family sans
40655 Insertar\SpecialChar menuseparator
40656 Listado
40657 \begin_inset space ~
40658 \end_inset
40659
40660 de
40661 \begin_inset space ~
40662 \end_inset
40663
40664 código.
40665  
40666 \family default
40667 El paquete \SpecialChar LaTeX
40668  
40669 \series bold
40670 listings
40671 \series default
40672
40673 \begin_inset Index idx
40674 status collapsed
40675
40676 \begin_layout Plain Layout
40677 \SpecialChar LaTeX
40678 -paquetes ! listings
40679 \end_layout
40680
40681 \end_inset
40682
40683  provee un mecanismo potente y flexible para insertar código fuente en tu
40684  documento.
40685 \end_layout
40686
40687 \begin_layout Standard
40688 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
40689  incorporado en el que puedes configurar su formato.
40690 \end_layout
40691
40692 \begin_layout Standard
40693 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
40694  La opción de ubicación 
40695 \family sans
40696 Listado
40697 \begin_inset space ~
40698 \end_inset
40699
40700 en
40701 \begin_inset space ~
40702 \end_inset
40703
40704 línea
40705 \family default
40706  lo imprime en la línea, como este ejemplo: 
40707 \begin_inset listings
40708 lstparams "language={C++}"
40709 inline true
40710 status open
40711
40712 \begin_layout Plain Layout
40713
40714 int a=5;
40715 \end_layout
40716
40717 \end_inset
40718
40719
40720 \family sans
40721
40722 \begin_inset Newline newline
40723 \end_inset
40724
40725
40726 \family default
40727 La opción 
40728 \family sans
40729 Flotante
40730 \family default
40731  crea un listado flotante cuya colocación se puede especificar mediante
40732  las opciones «
40733 \family sans
40734 h
40735 \family default
40736 », «
40737 \family sans
40738 t
40739 \family default
40740 », «
40741 \family sans
40742 b
40743 \family default
40744 » y «
40745 \family sans
40746 p
40747 \family default
40748 », correspondientes a las opciones de colocación de flotantes descritas
40749  en la sección
40750 \family sans
40751
40752 \begin_inset space ~
40753 \end_inset
40754
40755
40756 \begin_inset CommandInset ref
40757 LatexCommand ref
40758 reference "sec:Colocación-de-Flotantes"
40759
40760 \end_inset
40761
40762
40763 \family default
40764 .
40765  Las opciones de colocación se pueden mezclar y se escriben sin separación,
40766  p.
40767 \family sans
40768
40769 \begin_inset space \thinspace{}
40770 \end_inset
40771
40772
40773 \family default
40774 ej.
40775 \begin_inset space ~
40776 \end_inset
40777
40778 «
40779 \family sans
40780 htbp
40781 \family default
40782 ».
40783  La opción «
40784 \family sans
40785 h
40786 \family default
40787 » a veces no tiene efecto, pero no necesitas usar la opción 
40788 \family sans
40789 Flotante
40790 \family default
40791  en ese caso puesto que los listados de código no flotantes también pueden
40792  tener leyendas y ser referenciadas.
40793 \end_layout
40794
40795 \begin_layout Standard
40796 Se puede añadir una leyenda a un listado de código con el menú 
40797 \family sans
40798 Insertar\SpecialChar menuseparator
40799 Leyenda
40800 \family default
40801 .
40802  Los listados de código se pueden referenciar como los flotantes: Listado
40803 \begin_inset space ~
40804 \end_inset
40805
40806
40807 \begin_inset CommandInset ref
40808 LatexCommand ref
40809 reference "lst:Ejemplo-de-listado-de-código"
40810
40811 \end_inset
40812
40813  Con el menú 
40814 \family sans
40815 Insertar\SpecialChar menuseparator
40816 Índices\SpecialChar menuseparator
40817 Listados
40818 \begin_inset space ~
40819 \end_inset
40820
40821 de
40822 \begin_inset space ~
40823 \end_inset
40824
40825 código
40826 \family default
40827  se crea un índice de todos los listados de código con leyenda insertados.
40828  Las entradas del índice son la leyenda y el número de cada listado de código.
40829 \end_layout
40830
40831 \begin_layout Standard
40832 \begin_inset listings
40833 lstparams "language=Python"
40834 inline false
40835 status open
40836
40837 \begin_layout Plain Layout
40838
40839 \begin_inset Caption Standard
40840
40841 \begin_layout Plain Layout
40842 \begin_inset CommandInset label
40843 LatexCommand label
40844 name "lst:Ejemplo-de-listado-de-código"
40845
40846 \end_inset
40847
40848 Ejemplo de listado de código flotante
40849 \end_layout
40850
40851 \end_inset
40852
40853 # Ejemplo de listado flotante
40854 \end_layout
40855
40856 \begin_layout Plain Layout
40857
40858 def func(param):
40859 \end_layout
40860
40861 \begin_layout Plain Layout
40862
40863     'this is a python function'
40864 \end_layout
40865
40866 \begin_layout Plain Layout
40867
40868     pass
40869 \end_layout
40870
40871 \end_inset
40872
40873
40874 \end_layout
40875
40876 \begin_layout Standard
40877 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
40878  de listado de código, las palabras clave de ese lenguaje serán reconocidas
40879  y tipografiadas de manera especial en la salida.
40880  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
40881  negrita.
40882 \end_layout
40883
40884 \begin_layout Standard
40885 \begin_inset Note Greyedout
40886 status open
40887
40888 \begin_layout Plain Layout
40889
40890 \series bold
40891 Nota:
40892 \series default
40893  Si no consigues caracteres en negrita cuando usas tipografías de ancho
40894  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
40895  En este caso selecciona una tipografía distinta en el menú 
40896 \family sans
40897 Documento
40898 \family default
40899 \SpecialChar menuseparator
40900
40901 \family sans
40902 Configuración
40903 \family default
40904 \SpecialChar menuseparator
40905
40906 \family sans
40907 Tipografías.
40908  
40909 \family default
40910 (Las tipografías 
40911 \emph on
40912 LuxiMono, BeraMono
40913 \emph default
40914  y 
40915 \emph on
40916 Courier 
40917 \emph default
40918 suministran negritas.)
40919 \end_layout
40920
40921 \end_inset
40922
40923
40924 \end_layout
40925
40926 \begin_layout Standard
40927 En la sección 
40928 \family sans
40929 Numeración
40930 \begin_inset space ~
40931 \end_inset
40932
40933 de
40934 \begin_inset space ~
40935 \end_inset
40936
40937 líneas
40938 \family default
40939  del diálogo puedes elegir el estilo de numeración de las líneas.
40940  En el campo 
40941 \family sans
40942 Paso 
40943 \family default
40944 puedes insertar un número para determinar qué líneas se numeran.
40945  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
40946  
40947 \end_layout
40948
40949 \begin_layout Standard
40950 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
40951  en la salida.
40952  La opción 
40953 \family sans
40954 Mapa
40955 \begin_inset space ~
40956 \end_inset
40957
40958 de
40959 \begin_inset space ~
40960 \end_inset
40961
40962 caracteres
40963 \begin_inset space ~
40964 \end_inset
40965
40966 tradicional
40967 \begin_inset space ~
40968 \end_inset
40969
40970 mejorado
40971 \family default
40972  debería emplearse si se usan en el código caracteres nacionales como la
40973  diéresis alemana.
40974 \begin_inset Newline newline
40975 \end_inset
40976
40977 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
40978  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
40979  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
40980 \begin_inset listings
40981 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40982 inline false
40983 status open
40984
40985 \begin_layout Plain Layout
40986
40987 def func(param):
40988 \end_layout
40989
40990 \begin_layout Plain Layout
40991
40992     'this is a python function'
40993 \end_layout
40994
40995 \begin_layout Plain Layout
40996
40997     pass
40998 \end_layout
40999
41000 \begin_layout Plain Layout
41001
41002 def func(param):
41003 \end_layout
41004
41005 \begin_layout Plain Layout
41006
41007 'This is a German word: Tschüß'
41008 \end_layout
41009
41010 \begin_layout Plain Layout
41011
41012 pass
41013 \end_layout
41014
41015 \begin_layout Plain Layout
41016
41017 def func(param):
41018 \end_layout
41019
41020 \begin_layout Plain Layout
41021
41022 'this is a python function'
41023 \end_layout
41024
41025 \begin_layout Plain Layout
41026
41027 pass
41028 \end_layout
41029
41030 \end_inset
41031
41032
41033 \end_layout
41034
41035 \begin_layout Standard
41036 \begin_inset Note Greyedout
41037 status open
41038
41039 \begin_layout Plain Layout
41040
41041 \series bold
41042 Nota:
41043 \series default
41044  Debido a un error en el paquete 
41045 \series bold
41046 listings
41047 \series default
41048  la numeración de líneas cambia en una línea por cada listado previo.
41049  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
41050  3 y 6.
41051 \end_layout
41052
41053 \end_inset
41054
41055
41056 \end_layout
41057
41058 \begin_layout Standard
41059 \begin_inset VSpace bigskip
41060 \end_inset
41061
41062
41063 \end_layout
41064
41065 \begin_layout Standard
41066 También es posible imprimir como listado de código líneas de un archivo.
41067  Para hacer esto, usa el menú 
41068 \family sans
41069 Insertar\SpecialChar menuseparator
41070 Archivo\SpecialChar menuseparator
41071 Documento
41072 \begin_inset space ~
41073 \end_inset
41074
41075 hijo 
41076 \family default
41077 y elige el tipo 
41078 \family sans
41079 Listado de código
41080 \family default
41081 .
41082 \begin_inset Foot
41083 status collapsed
41084
41085 \begin_layout Plain Layout
41086 Los restantes tipos de documento hijo se describen en la sección
41087 \begin_inset space ~
41088 \end_inset
41089
41090
41091 \begin_inset CommandInset ref
41092 LatexCommand ref
41093 reference "sec:Documento-Hijo"
41094
41095 \end_inset
41096
41097 .
41098 \end_layout
41099
41100 \end_inset
41101
41102  En el diálogo de documento hijo puedes especificar los parámetros del listado
41103  en el cuadro de texto.
41104  Para ver una lista de los parámetros disponibles teclea una interrogación
41105  «?» en el cuadro.
41106 \end_layout
41107
41108 \begin_layout Standard
41109 Para referenciar un documento hijo tipo listado, escribe el texto de la
41110  etiqueta en el campo correspondiente del diálogo de documento hijo.
41111  Después se puede referenciar la etiqueta con el menú 
41112 \family sans
41113 Insertar\SpecialChar menuseparator
41114 Referencia cruzada.
41115 \end_layout
41116
41117 \begin_layout Standard
41118 A continuación hay un ejemplo, Listado
41119 \begin_inset space ~
41120 \end_inset
41121
41122
41123 \begin_inset CommandInset ref
41124 LatexCommand ref
41125 reference "lst:archivo-listado"
41126
41127 \end_inset
41128
41129 , de inserción de líneas de un archivo; en él se incluye el rango de las
41130  líneas 10
41131 \begin_inset space \thinspace{}
41132 \end_inset
41133
41134 -
41135 \begin_inset space \thinspace{}
41136 \end_inset
41137
41138 15 de este archivo \SpecialChar LyX
41139 .
41140 \end_layout
41141
41142 \begin_layout Standard
41143 \begin_inset CommandInset include
41144 LatexCommand lstinputlisting
41145 filename "EmbeddedObjects.lyx"
41146 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
41147
41148 \end_inset
41149
41150
41151 \end_layout
41152
41153 \begin_layout Standard
41154 \begin_inset VSpace bigskip
41155 \end_inset
41156
41157
41158 \end_layout
41159
41160 \begin_layout Standard
41161 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
41162 \end_layout
41163
41164 \begin_layout Enumerate
41165 Abre el diálogo de listado y añade
41166 \begin_inset Newline newline
41167 \end_inset
41168
41169
41170 \family sans
41171 mathescape=true
41172 \begin_inset Newline newline
41173 \end_inset
41174
41175
41176 \family default
41177 en el campo de texto de la solapa 
41178 \family sans
41179 Avanzado
41180 \end_layout
41181
41182 \begin_layout Enumerate
41183 Crea una ecuación fuera del listado
41184 \end_layout
41185
41186 \begin_layout Enumerate
41187 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
41188  (teclas 
41189 \family sans
41190 Ctrl+C
41191 \family default
41192 )
41193 \end_layout
41194
41195 \begin_layout Enumerate
41196 En el listado escribe 
41197 \begin_inset Quotes eld
41198 \end_inset
41199
41200
41201 \family sans
41202 $$
41203 \family default
41204
41205 \begin_inset Quotes erd
41206 \end_inset
41207
41208  y pega desde el portapapeles entre los símbolos dólar (teclas 
41209 \family sans
41210 Ctrl+V
41211 \family default
41212 )
41213 \end_layout
41214
41215 \begin_layout Standard
41216 \begin_inset listings
41217 lstparams "language=Python,mathescape=true"
41218 inline false
41219 status open
41220
41221 \begin_layout Plain Layout
41222
41223 \begin_inset Caption Standard
41224
41225 \begin_layout Plain Layout
41226 Ejemplo de listado flotante con una ecuación
41227 \end_layout
41228
41229 \end_inset
41230
41231 # Ejemplo de listado flotante
41232 \end_layout
41233
41234 \begin_layout Plain Layout
41235
41236 def func(param):
41237 \end_layout
41238
41239 \begin_layout Plain Layout
41240
41241     # $
41242 \backslash
41243 prod_{n=1}^{
41244 \backslash
41245 infty}
41246 \backslash
41247 ,
41248 \backslash
41249 frac{1}{x^{2}}$
41250 \end_layout
41251
41252 \begin_layout Plain Layout
41253
41254     pass
41255 \end_layout
41256
41257 \end_inset
41258
41259
41260 \end_layout
41261
41262 \begin_layout Standard
41263 \begin_inset VSpace bigskip
41264 \end_inset
41265
41266
41267 \end_layout
41268
41269 \begin_layout Standard
41270 Los parámetros globales para listados de programa se pueden establecer en
41271  el diálogo 
41272 \family sans
41273 Documento\SpecialChar menuseparator
41274 Configuración\SpecialChar menuseparator
41275 Listado
41276 \begin_inset space ~
41277 \end_inset
41278
41279 de
41280 \begin_inset space ~
41281 \end_inset
41282
41283 código.
41284  
41285 \family default
41286 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
41287  «?» en el campo de texto.
41288 \end_layout
41289
41290 \begin_layout Standard
41291 Para más información sobre el paquete 
41292 \series bold
41293 listings
41294 \series default
41295 , consulta su documentación
41296 \begin_inset space ~
41297 \end_inset
41298
41299
41300 \begin_inset CommandInset citation
41301 LatexCommand cite
41302 key "listings"
41303 literal "true"
41304
41305 \end_inset
41306
41307 .
41308 \end_layout
41309
41310 \begin_layout Standard
41311 \begin_inset Newpage newpage
41312 \end_inset
41313
41314
41315 \end_layout
41316
41317 \begin_layout Chapter
41318 \start_of_appendix
41319 Unidades disponibles en \SpecialChar LyX
41320
41321 \begin_inset Index idx
41322 status collapsed
41323
41324 \begin_layout Plain Layout
41325 Unidades
41326 \end_layout
41327
41328 \end_inset
41329
41330
41331 \begin_inset CommandInset label
41332 LatexCommand label
41333 name "cap:Unidades-disponibles-en"
41334
41335 \end_inset
41336
41337
41338 \end_layout
41339
41340 \begin_layout Standard
41341 Para comprender las unidades utilizadas en este manual, el cuadro
41342 \begin_inset space ~
41343 \end_inset
41344
41345
41346 \begin_inset CommandInset ref
41347 LatexCommand ref
41348 reference "tab:Unidades"
41349
41350 \end_inset
41351
41352  describe todas las unidades disponibles en \SpecialChar LyX
41353 .
41354 \end_layout
41355
41356 \begin_layout Standard
41357 \begin_inset Float table
41358 placement h
41359 wide false
41360 sideways false
41361 status open
41362
41363 \begin_layout Plain Layout
41364 \begin_inset Caption Standard
41365
41366 \begin_layout Plain Layout
41367 \begin_inset CommandInset label
41368 LatexCommand label
41369 name "tab:Unidades"
41370
41371 \end_inset
41372
41373 Unidades
41374 \end_layout
41375
41376 \end_inset
41377
41378
41379 \end_layout
41380
41381 \begin_layout Plain Layout
41382 \begin_inset VSpace medskip
41383 \end_inset
41384
41385
41386 \end_layout
41387
41388 \begin_layout Plain Layout
41389 \align center
41390 \begin_inset Tabular
41391 <lyxtabular version="3" rows="20" columns="3">
41392 <features tabularvalignment="middle">
41393 <column alignment="center" valignment="top">
41394 <column alignment="center" valignment="top">
41395 <column alignment="center" valignment="top">
41396 <row>
41397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41398 \begin_inset Text
41399
41400 \begin_layout Plain Layout
41401 unidad
41402 \end_layout
41403
41404 \end_inset
41405 </cell>
41406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41407 \begin_inset Text
41408
41409 \begin_layout Plain Layout
41410 nombre/descripción
41411 \end_layout
41412
41413 \end_inset
41414 </cell>
41415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41416 \begin_inset Text
41417
41418 \begin_layout Plain Layout
41419 comando \SpecialChar LaTeX
41420
41421 \end_layout
41422
41423 \end_inset
41424 </cell>
41425 </row>
41426 <row>
41427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41428 \begin_inset Text
41429
41430 \begin_layout Plain Layout
41431 mm
41432 \end_layout
41433
41434 \end_inset
41435 </cell>
41436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41437 \begin_inset Text
41438
41439 \begin_layout Plain Layout
41440 milímetro
41441 \end_layout
41442
41443 \end_inset
41444 </cell>
41445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41446 \begin_inset Text
41447
41448 \begin_layout Plain Layout
41449 -
41450 \end_layout
41451
41452 \end_inset
41453 </cell>
41454 </row>
41455 <row>
41456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41457 \begin_inset Text
41458
41459 \begin_layout Plain Layout
41460 cm
41461 \end_layout
41462
41463 \end_inset
41464 </cell>
41465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41466 \begin_inset Text
41467
41468 \begin_layout Plain Layout
41469 centímetro
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41475 \begin_inset Text
41476
41477 \begin_layout Plain Layout
41478 -
41479 \end_layout
41480
41481 \end_inset
41482 </cell>
41483 </row>
41484 <row>
41485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41486 \begin_inset Text
41487
41488 \begin_layout Plain Layout
41489 in
41490 \end_layout
41491
41492 \end_inset
41493 </cell>
41494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41495 \begin_inset Text
41496
41497 \begin_layout Plain Layout
41498 pulgada
41499 \end_layout
41500
41501 \end_inset
41502 </cell>
41503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41504 \begin_inset Text
41505
41506 \begin_layout Plain Layout
41507 -
41508 \end_layout
41509
41510 \end_inset
41511 </cell>
41512 </row>
41513 <row>
41514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41515 \begin_inset Text
41516
41517 \begin_layout Plain Layout
41518 pt
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 punto (72.27
41528 \begin_inset space \thinspace{}
41529 \end_inset
41530
41531 pt = 1
41532 \begin_inset space \thinspace{}
41533 \end_inset
41534
41535 in)
41536 \end_layout
41537
41538 \end_inset
41539 </cell>
41540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41541 \begin_inset Text
41542
41543 \begin_layout Plain Layout
41544 -
41545 \end_layout
41546
41547 \end_inset
41548 </cell>
41549 </row>
41550 <row>
41551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 pc
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564 pica (1
41565 \begin_inset space \thinspace{}
41566 \end_inset
41567
41568 pc = 12
41569 \begin_inset space \thinspace{}
41570 \end_inset
41571
41572 pt)
41573 \end_layout
41574
41575 \end_inset
41576 </cell>
41577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41578 \begin_inset Text
41579
41580 \begin_layout Plain Layout
41581 -
41582 \end_layout
41583
41584 \end_inset
41585 </cell>
41586 </row>
41587 <row>
41588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41589 \begin_inset Text
41590
41591 \begin_layout Plain Layout
41592 sp
41593 \end_layout
41594
41595 \end_inset
41596 </cell>
41597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41598 \begin_inset Text
41599
41600 \begin_layout Plain Layout
41601 punto a escala (65536
41602 \begin_inset space \thinspace{}
41603 \end_inset
41604
41605 sp = 1
41606 \begin_inset space \thinspace{}
41607 \end_inset
41608
41609 pt)
41610 \end_layout
41611
41612 \end_inset
41613 </cell>
41614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41615 \begin_inset Text
41616
41617 \begin_layout Plain Layout
41618 -
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 bp
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 punto grande (72
41639 \begin_inset space \thinspace{}
41640 \end_inset
41641
41642 bp = 1
41643 \begin_inset space \thinspace{}
41644 \end_inset
41645
41646 in)
41647 \end_layout
41648
41649 \end_inset
41650 </cell>
41651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41652 \begin_inset Text
41653
41654 \begin_layout Plain Layout
41655 -
41656 \end_layout
41657
41658 \end_inset
41659 </cell>
41660 </row>
41661 <row>
41662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41663 \begin_inset Text
41664
41665 \begin_layout Plain Layout
41666 dd
41667 \end_layout
41668
41669 \end_inset
41670 </cell>
41671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41672 \begin_inset Text
41673
41674 \begin_layout Plain Layout
41675 didot (1
41676 \begin_inset space \thinspace{}
41677 \end_inset
41678
41679 dd 
41680 \begin_inset Formula $\approx$
41681 \end_inset
41682
41683  0.376
41684 \begin_inset space \thinspace{}
41685 \end_inset
41686
41687 mm)
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41693 \begin_inset Text
41694
41695 \begin_layout Plain Layout
41696 -
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 </row>
41702 <row>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 cc
41708 \end_layout
41709
41710 \end_inset
41711 </cell>
41712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41713 \begin_inset Text
41714
41715 \begin_layout Plain Layout
41716 cicero (1
41717 \begin_inset space \thinspace{}
41718 \end_inset
41719
41720 cc = 12
41721 \begin_inset space \thinspace{}
41722 \end_inset
41723
41724 dd)
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 -
41734 \end_layout
41735
41736 \end_inset
41737 </cell>
41738 </row>
41739 <row>
41740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744 Redimensionar gráficos %
41745 \end_layout
41746
41747 \end_inset
41748 </cell>
41749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41750 \begin_inset Text
41751
41752 \begin_layout Plain Layout
41753 % del tamaño original de la imagen
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 </row>
41768 <row>
41769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41770 \begin_inset Text
41771
41772 \begin_layout Plain Layout
41773 Anchura de texto %
41774 \end_layout
41775
41776 \end_inset
41777 </cell>
41778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 % de anchura de texto
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791
41792 \backslash
41793 textwidth
41794 \end_layout
41795
41796 \end_inset
41797 </cell>
41798 </row>
41799 <row>
41800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41801 \begin_inset Text
41802
41803 \begin_layout Plain Layout
41804 Anchura de columna %
41805 \end_layout
41806
41807 \end_inset
41808 </cell>
41809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41810 \begin_inset Text
41811
41812 \begin_layout Plain Layout
41813 % de anchura de columna
41814 \end_layout
41815
41816 \end_inset
41817 </cell>
41818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41819 \begin_inset Text
41820
41821 \begin_layout Plain Layout
41822
41823 \backslash
41824 columnwidth
41825 \end_layout
41826
41827 \end_inset
41828 </cell>
41829 </row>
41830 <row>
41831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41832 \begin_inset Text
41833
41834 \begin_layout Plain Layout
41835 Anchura de página %
41836 \end_layout
41837
41838 \end_inset
41839 </cell>
41840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41841 \begin_inset Text
41842
41843 \begin_layout Plain Layout
41844 % de anchura de página
41845 \end_layout
41846
41847 \end_inset
41848 </cell>
41849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853
41854 \backslash
41855 paperwidth
41856 \end_layout
41857
41858 \end_inset
41859 </cell>
41860 </row>
41861 <row>
41862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41863 \begin_inset Text
41864
41865 \begin_layout Plain Layout
41866 Anchura de línea %
41867 \end_layout
41868
41869 \end_inset
41870 </cell>
41871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41872 \begin_inset Text
41873
41874 \begin_layout Plain Layout
41875 % de anchura de línea
41876 \end_layout
41877
41878 \end_inset
41879 </cell>
41880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41881 \begin_inset Text
41882
41883 \begin_layout Plain Layout
41884
41885 \backslash
41886 linewidth
41887 \end_layout
41888
41889 \end_inset
41890 </cell>
41891 </row>
41892 <row>
41893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41894 \begin_inset Text
41895
41896 \begin_layout Plain Layout
41897 Altura de texto %
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41903 \begin_inset Text
41904
41905 \begin_layout Plain Layout
41906 % de altura de texto
41907 \end_layout
41908
41909 \end_inset
41910 </cell>
41911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41912 \begin_inset Text
41913
41914 \begin_layout Plain Layout
41915
41916 \backslash
41917 textheight
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 </row>
41923 <row>
41924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41925 \begin_inset Text
41926
41927 \begin_layout Plain Layout
41928 Altura de página %
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41934 \begin_inset Text
41935
41936 \begin_layout Plain Layout
41937 % de altura de página
41938 \end_layout
41939
41940 \end_inset
41941 </cell>
41942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41943 \begin_inset Text
41944
41945 \begin_layout Plain Layout
41946
41947 \backslash
41948 paperheight
41949 \end_layout
41950
41951 \end_inset
41952 </cell>
41953 </row>
41954 <row>
41955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41956 \begin_inset Text
41957
41958 \begin_layout Plain Layout
41959 ex
41960 \end_layout
41961
41962 \end_inset
41963 </cell>
41964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968 altura de letra 
41969 \emph on
41970 x
41971 \emph default
41972  en tipografía actual
41973 \end_layout
41974
41975 \end_inset
41976 </cell>
41977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41978 \begin_inset Text
41979
41980 \begin_layout Plain Layout
41981 -
41982 \end_layout
41983
41984 \end_inset
41985 </cell>
41986 </row>
41987 <row>
41988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992 em
41993 \end_layout
41994
41995 \end_inset
41996 </cell>
41997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41998 \begin_inset Text
41999
42000 \begin_layout Plain Layout
42001 anchura de letra 
42002 \emph on
42003 M
42004 \emph default
42005  en tipografía actual
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 -
42015 \end_layout
42016
42017 \end_inset
42018 </cell>
42019 </row>
42020 <row>
42021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42022 \begin_inset Text
42023
42024 \begin_layout Plain Layout
42025 mu
42026 \end_layout
42027
42028 \end_inset
42029 </cell>
42030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42031 \begin_inset Text
42032
42033 \begin_layout Plain Layout
42034 unidad matemática (1
42035 \begin_inset space \thinspace{}
42036 \end_inset
42037
42038 mu = 1/18
42039 \begin_inset space \thinspace{}
42040 \end_inset
42041
42042 em)
42043 \end_layout
42044
42045 \end_inset
42046 </cell>
42047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051 -
42052 \end_layout
42053
42054 \end_inset
42055 </cell>
42056 </row>
42057 </lyxtabular>
42058
42059 \end_inset
42060
42061
42062 \end_layout
42063
42064 \end_inset
42065
42066
42067 \end_layout
42068
42069 \begin_layout Chapter
42070 Formatos de archivos de salida con gráficos
42071 \begin_inset CommandInset label
42072 LatexCommand label
42073 name "cap:Formatos-de-Archivos-de-Salida"
42074
42075 \end_inset
42076
42077
42078 \end_layout
42079
42080 \begin_layout Section
42081 DVI
42082 \begin_inset Index idx
42083 status collapsed
42084
42085 \begin_layout Plain Layout
42086 Formatos de archivo ! DVI
42087 \end_layout
42088
42089 \end_inset
42090
42091
42092 \begin_inset Index idx
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096 DVI|see
42097 \begin_inset ERT
42098 status collapsed
42099
42100 \begin_layout Plain Layout
42101
42102 {
42103 \end_layout
42104
42105 \end_inset
42106
42107 Formatos de archivo
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \end_layout
42120
42121 \end_inset
42122
42123
42124 \end_layout
42125
42126 \begin_layout Standard
42127 Este tipo de archivo tiene la extensión «
42128 \family typewriter
42129 .dvi
42130 \family default
42131 ».
42132  Se denomina «device-independent» (DVI), porque es completamente portable;
42133  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
42134  En la época en que se desarrolló este formato, esto no era un asunto baladí.
42135  Los DVI se usan para vistas preliminares rápidas y como preparación para
42136  otros formatos de salida como PostScript.
42137 \end_layout
42138
42139 \begin_layout Standard
42140 \begin_inset Note Greyedout
42141 status open
42142
42143 \begin_layout Plain Layout
42144
42145 \series bold
42146 Nota:
42147 \series default
42148  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
42149 \end_layout
42150
42151 \end_inset
42152
42153  Por tanto no debes olvidar esto si mueves archivos 
42154 \family typewriter
42155 .dvi
42156 \family default
42157  a otro ordenador.
42158  Esta característica también puede retardar la visualización del archivo,
42159  porque el visor DVI tiene que convertir la imagen en segundo plano para
42160  hacerla visible al deslizar el visor.
42161  Así pues recomendamos usar PDF para archivos con muchas imágenes.
42162 \end_layout
42163
42164 \begin_layout Standard
42165 Un documento se exporta a DVI con el menú 
42166 \family sans
42167 Archivo\SpecialChar menuseparator
42168 Exportar\SpecialChar menuseparator
42169 DVI
42170 \family default
42171 .
42172  Puedes ver la salida del documento en DVI con el menú 
42173 \family sans
42174 Ver\SpecialChar menuseparator
42175 DVI
42176 \family default
42177 .
42178 \end_layout
42179
42180 \begin_layout Section
42181 PostScript
42182 \begin_inset Index idx
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186 Formatos de archivo ! PostScript
42187 \end_layout
42188
42189 \end_inset
42190
42191
42192 \begin_inset Index idx
42193 status collapsed
42194
42195 \begin_layout Plain Layout
42196 PostScript|see
42197 \begin_inset ERT
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201
42202 {
42203 \end_layout
42204
42205 \end_inset
42206
42207 Formatos de archivo
42208 \begin_inset ERT
42209 status collapsed
42210
42211 \begin_layout Plain Layout
42212
42213 }
42214 \end_layout
42215
42216 \end_inset
42217
42218
42219 \end_layout
42220
42221 \end_inset
42222
42223
42224 \end_layout
42225
42226 \begin_layout Standard
42227 Este tipo de archivo tiene la extensión «
42228 \family typewriter
42229 .ps
42230 \family default
42231 ».
42232  PostScript fue desarrollado por la compañía 
42233 \family typewriter
42234 Adobe
42235 \family default
42236  como lenguaje para impresoras.
42237  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
42238  PostScript puede considerarse como un «lenguaje de programación»; con él
42239  puedes calcular y dibujar imágenes y diagramas.
42240 \begin_inset Foot
42241 status collapsed
42242
42243 \begin_layout Plain Layout
42244 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
42245  
42246 \series bold
42247 PSTricks
42248 \series default
42249  
42250 \begin_inset CommandInset citation
42251 LatexCommand cite
42252 key "pstricks"
42253 literal "true"
42254
42255 \end_inset
42256
42257 .
42258 \end_layout
42259
42260 \end_inset
42261
42262  Por esto los archivos suelen ser más grandes que los PDF.
42263 \end_layout
42264
42265 \begin_layout Standard
42266 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
42267 d PostScript» (EPS, extensión «
42268 \family typewriter
42269 .eps
42270 \family default
42271 »).
42272  Como \SpecialChar LyX
42273  permite usar cualquier formato de imagen conocido, tiene que trabajar
42274  en segundo plano para convertir las imágenes a EPS.
42275  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
42276  ha de hacer 50 conversiones
42277  cada vez que veas o exportes el documento.
42278  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
42279  puedes evitar el problema insertando las imágenes directamente en EPS.
42280 \end_layout
42281
42282 \begin_layout Standard
42283 El documento se puede exportar a PostScript con el menú 
42284 \family sans
42285 Archivo\SpecialChar menuseparator
42286 Exportar\SpecialChar menuseparator
42287 Postscript
42288 \family default
42289 .
42290  Se puede ver la salida en PostScript con el menú 
42291 \family sans
42292 Ver\SpecialChar menuseparator
42293 Postscript
42294 \family default
42295 .
42296 \end_layout
42297
42298 \begin_layout Section
42299 PDF
42300 \begin_inset Index idx
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304 Formatos de archivo ! PDF
42305 \end_layout
42306
42307 \end_inset
42308
42309
42310 \begin_inset Index idx
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314 PDF
42315 \end_layout
42316
42317 \end_inset
42318
42319
42320 \end_layout
42321
42322 \begin_layout Standard
42323 Este tipo de archivo tiene la extensión «
42324 \family typewriter
42325 .pdf
42326 \family default
42327 ».
42328  El formato «Portable Document Format» (PDF) fue desarrollado por 
42329 \family typewriter
42330 Adobe
42331 \family default
42332  como derivado de PostScript.
42333  Es más comprimido y utiliza muchos menos comandos que PostScript.
42334  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
42335  operativo y la salida impresa se muestra exactamente igual.
42336 \end_layout
42337
42338 \begin_layout Standard
42339 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
42340  Photographic Experts Group» (JPG, extensión «
42341 \family typewriter
42342 .jpg
42343 \family default
42344 » o «
42345 \family typewriter
42346 .jpeg
42347 \family default
42348 »), y en el formato «Portable Network Graphics» (PNG, extensión «
42349 \family typewriter
42350 .png
42351 \family default
42352 »).
42353  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
42354  los convierte
42355  en segundo plano a alguno de los anteriores.
42356  Pero como se ha comentado en la sección sobre PostScript, la conversión
42357  de gráficos ralentiza el trabajo.
42358  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
42359  mencionados.
42360 \end_layout
42361
42362 \begin_layout Standard
42363 Un documento se puede exportar a PDF con el menú 
42364 \family sans
42365 Archivo\SpecialChar menuseparator
42366 Exportar
42367 \family default
42368  en tres modos diferentes:
42369 \end_layout
42370
42371 \begin_layout Description
42372 PDF
42373 \begin_inset space ~
42374 \end_inset
42375
42376 (ps2pdf) Este utiliza el programa 
42377 \family typewriter
42378 ps2pdf
42379 \family default
42380  que crea un PDF a partir de una versión PostScript del archivo.
42381  La versión PostScript es producida por el programa 
42382 \family typewriter
42383 dvips
42384 \family default
42385  que usa una versión DVI como paso intermedio.
42386  Así que este modo de exportación consta de tres conversiones.
42387 \end_layout
42388
42389 \begin_layout Description
42390 PDF
42391 \begin_inset space ~
42392 \end_inset
42393
42394 (dvipdfm) Este utiliza el programa 
42395 \family typewriter
42396 dvipdfm
42397 \family default
42398  que convierte el archivo a DVI en segundo plano y en un segundo paso a
42399  PDF.
42400 \end_layout
42401
42402 \begin_layout Description
42403 PDF
42404 \begin_inset space ~
42405 \end_inset
42406
42407 (pdflatex) Este utiliza el programa 
42408 \family typewriter
42409 pdftex
42410 \family default
42411  que convierte directamente el archivo a PDF.
42412 \end_layout
42413
42414 \begin_layout Standard
42415 Se recomienda usar 
42416 \family sans
42417 PDF
42418 \begin_inset space ~
42419 \end_inset
42420
42421 (pdflatex)
42422 \family default
42423  porque 
42424 \family typewriter
42425 pdftex
42426 \family default
42427  soporta todas las características de las versiones actuales de PDF, es
42428  rápido y estable.
42429  El programa 
42430 \family typewriter
42431 dvipdfm
42432 \family default
42433  ya no se desarrolla y está un poco obsoleto.
42434 \end_layout
42435
42436 \begin_layout Standard
42437 La salida en formato PDF se puede ver con el menú 
42438 \family sans
42439 Ver 
42440 \family default
42441 o con un botón.
42442 \end_layout
42443
42444 \begin_layout Chapter
42445 Lista de colores dvips
42446 \begin_inset CommandInset label
42447 LatexCommand label
42448 name "chap:Lista-de-colores-dvips"
42449
42450 \end_inset
42451
42452
42453 \end_layout
42454
42455 \begin_layout Standard
42456 \begin_inset Tabular
42457 <lyxtabular version="3" rows="17" columns="4">
42458 <features tabularvalignment="middle">
42459 <column alignment="left" valignment="top" width="0pt">
42460 <column alignment="left" valignment="top" width="0pt">
42461 <column alignment="left" valignment="top" width="0pt">
42462 <column alignment="left" valignment="top" width="0pt">
42463 <row>
42464 <cell alignment="left" valignment="top" usebox="none">
42465 \begin_inset Text
42466
42467 \begin_layout Plain Layout
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473
42474 \backslash
42475 fcolorbox{black}{
42476 \end_layout
42477
42478 \end_inset
42479
42480 white
42481 \begin_inset ERT
42482 status collapsed
42483
42484 \begin_layout Plain Layout
42485
42486 }{
42487 \end_layout
42488
42489 \end_inset
42490
42491 Color
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497 }
42498 \end_layout
42499
42500 \end_inset
42501
42502  Nombre
42503 \end_layout
42504
42505 \end_inset
42506 </cell>
42507 <cell alignment="left" valignment="top" usebox="none">
42508 \begin_inset Text
42509
42510 \begin_layout Plain Layout
42511 \begin_inset ERT
42512 status collapsed
42513
42514 \begin_layout Plain Layout
42515
42516
42517 \backslash
42518 fcolorbox{black}{
42519 \end_layout
42520
42521 \end_inset
42522
42523 white
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529 }{
42530 \end_layout
42531
42532 \end_inset
42533
42534 Color
42535 \begin_inset ERT
42536 status collapsed
42537
42538 \begin_layout Plain Layout
42539
42540 }
42541 \end_layout
42542
42543 \end_inset
42544
42545  Nombre
42546 \end_layout
42547
42548 \end_inset
42549 </cell>
42550 <cell alignment="left" valignment="top" usebox="none">
42551 \begin_inset Text
42552
42553 \begin_layout Plain Layout
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559
42560 \backslash
42561 fcolorbox{black}{
42562 \end_layout
42563
42564 \end_inset
42565
42566 white
42567 \begin_inset ERT
42568 status collapsed
42569
42570 \begin_layout Plain Layout
42571
42572 }{
42573 \end_layout
42574
42575 \end_inset
42576
42577 Color
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583 }
42584 \end_layout
42585
42586 \end_inset
42587
42588  Nombre
42589 \end_layout
42590
42591 \end_inset
42592 </cell>
42593 <cell alignment="left" valignment="top" usebox="none">
42594 \begin_inset Text
42595
42596 \begin_layout Plain Layout
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602
42603 \backslash
42604 fcolorbox{black}{
42605 \end_layout
42606
42607 \end_inset
42608
42609 white
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }{
42616 \end_layout
42617
42618 \end_inset
42619
42620 Color
42621 \begin_inset ERT
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625
42626 }
42627 \end_layout
42628
42629 \end_inset
42630
42631  Nombre
42632 \end_layout
42633
42634 \end_inset
42635 </cell>
42636 </row>
42637 <row>
42638 <cell alignment="center" valignment="top" usebox="none">
42639 \begin_inset Text
42640
42641 \begin_layout Plain Layout
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647
42648 \backslash
42649 fcolorbox{black}{
42650 \end_layout
42651
42652 \end_inset
42653
42654 Apricot
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }{
42661 \end_layout
42662
42663 \end_inset
42664
42665
42666 \begin_inset Phantom Phantom
42667 status open
42668
42669 \begin_layout Plain Layout
42670 W
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }
42682 \end_layout
42683
42684 \end_inset
42685
42686  Apricot
42687 \end_layout
42688
42689 \end_inset
42690 </cell>
42691 <cell alignment="center" valignment="top" usebox="none">
42692 \begin_inset Text
42693
42694 \begin_layout Plain Layout
42695 \begin_inset ERT
42696 status collapsed
42697
42698 \begin_layout Plain Layout
42699
42700
42701 \backslash
42702 fcolorbox{black}{
42703 \end_layout
42704
42705 \end_inset
42706
42707 Aquamarine
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }{
42714 \end_layout
42715
42716 \end_inset
42717
42718
42719 \begin_inset Phantom Phantom
42720 status open
42721
42722 \begin_layout Plain Layout
42723 W
42724 \end_layout
42725
42726 \end_inset
42727
42728
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734 }
42735 \end_layout
42736
42737 \end_inset
42738
42739  Aquamarine
42740 \end_layout
42741
42742 \end_inset
42743 </cell>
42744 <cell alignment="center" valignment="top" usebox="none">
42745 \begin_inset Text
42746
42747 \begin_layout Plain Layout
42748 \begin_inset ERT
42749 status collapsed
42750
42751 \begin_layout Plain Layout
42752
42753
42754 \backslash
42755 fcolorbox{black}{
42756 \end_layout
42757
42758 \end_inset
42759
42760 Bittersweet
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766 }{
42767 \end_layout
42768
42769 \end_inset
42770
42771
42772 \begin_inset Phantom Phantom
42773 status open
42774
42775 \begin_layout Plain Layout
42776 W
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787 }
42788 \end_layout
42789
42790 \end_inset
42791
42792  Bittersweet
42793 \end_layout
42794
42795 \end_inset
42796 </cell>
42797 <cell alignment="center" valignment="top" usebox="none">
42798 \begin_inset Text
42799
42800 \begin_layout Plain Layout
42801 \begin_inset ERT
42802 status collapsed
42803
42804 \begin_layout Plain Layout
42805
42806
42807 \backslash
42808 fcolorbox{black}{
42809 \end_layout
42810
42811 \end_inset
42812
42813 BlueGreen
42814 \begin_inset ERT
42815 status collapsed
42816
42817 \begin_layout Plain Layout
42818
42819 }{
42820 \end_layout
42821
42822 \end_inset
42823
42824
42825 \begin_inset Phantom Phantom
42826 status open
42827
42828 \begin_layout Plain Layout
42829 W
42830 \end_layout
42831
42832 \end_inset
42833
42834
42835 \begin_inset ERT
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839
42840 }
42841 \end_layout
42842
42843 \end_inset
42844
42845  BlueGreen
42846 \end_layout
42847
42848 \end_inset
42849 </cell>
42850 </row>
42851 <row>
42852 <cell alignment="left" valignment="top" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861
42862 \backslash
42863 fcolorbox{black}{
42864 \end_layout
42865
42866 \end_inset
42867
42868 BlueViolet
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }{
42875 \end_layout
42876
42877 \end_inset
42878
42879
42880 \begin_inset Phantom Phantom
42881 status open
42882
42883 \begin_layout Plain Layout
42884 W
42885 \end_layout
42886
42887 \end_inset
42888
42889
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }
42896 \end_layout
42897
42898 \end_inset
42899
42900  BlueViolet
42901 \end_layout
42902
42903 \end_inset
42904 </cell>
42905 <cell alignment="left" valignment="top" usebox="none">
42906 \begin_inset Text
42907
42908 \begin_layout Plain Layout
42909 \begin_inset ERT
42910 status collapsed
42911
42912 \begin_layout Plain Layout
42913
42914
42915 \backslash
42916 fcolorbox{black}{
42917 \end_layout
42918
42919 \end_inset
42920
42921 BrickRed
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }{
42928 \end_layout
42929
42930 \end_inset
42931
42932
42933 \begin_inset Phantom Phantom
42934 status open
42935
42936 \begin_layout Plain Layout
42937 W
42938 \end_layout
42939
42940 \end_inset
42941
42942
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948 }
42949 \end_layout
42950
42951 \end_inset
42952
42953  BrickRed
42954 \end_layout
42955
42956 \end_inset
42957 </cell>
42958 <cell alignment="left" valignment="top" usebox="none">
42959 \begin_inset Text
42960
42961 \begin_layout Plain Layout
42962 \begin_inset ERT
42963 status collapsed
42964
42965 \begin_layout Plain Layout
42966
42967
42968 \backslash
42969 fcolorbox{black}{
42970 \end_layout
42971
42972 \end_inset
42973
42974 Brown
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }{
42981 \end_layout
42982
42983 \end_inset
42984
42985
42986 \begin_inset Phantom Phantom
42987 status open
42988
42989 \begin_layout Plain Layout
42990 W
42991 \end_layout
42992
42993 \end_inset
42994
42995
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001 }
43002 \end_layout
43003
43004 \end_inset
43005
43006  Brown
43007 \end_layout
43008
43009 \end_inset
43010 </cell>
43011 <cell alignment="left" valignment="top" usebox="none">
43012 \begin_inset Text
43013
43014 \begin_layout Plain Layout
43015 \begin_inset ERT
43016 status collapsed
43017
43018 \begin_layout Plain Layout
43019
43020
43021 \backslash
43022 fcolorbox{black}{
43023 \end_layout
43024
43025 \end_inset
43026
43027 BurntOrange
43028 \begin_inset ERT
43029 status collapsed
43030
43031 \begin_layout Plain Layout
43032
43033 }{
43034 \end_layout
43035
43036 \end_inset
43037
43038
43039 \begin_inset Phantom Phantom
43040 status open
43041
43042 \begin_layout Plain Layout
43043 W
43044 \end_layout
43045
43046 \end_inset
43047
43048
43049 \begin_inset ERT
43050 status collapsed
43051
43052 \begin_layout Plain Layout
43053
43054 }
43055 \end_layout
43056
43057 \end_inset
43058
43059  BurntOrange
43060 \end_layout
43061
43062 \end_inset
43063 </cell>
43064 </row>
43065 <row>
43066 <cell alignment="left" valignment="top" usebox="none">
43067 \begin_inset Text
43068
43069 \begin_layout Plain Layout
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075
43076 \backslash
43077 fcolorbox{black}{
43078 \end_layout
43079
43080 \end_inset
43081
43082 CadetBlue
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }{
43089 \end_layout
43090
43091 \end_inset
43092
43093
43094 \begin_inset Phantom Phantom
43095 status open
43096
43097 \begin_layout Plain Layout
43098 W
43099 \end_layout
43100
43101 \end_inset
43102
43103
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }
43110 \end_layout
43111
43112 \end_inset
43113
43114  CadetBlue
43115 \end_layout
43116
43117 \end_inset
43118 </cell>
43119 <cell alignment="left" valignment="top" usebox="none">
43120 \begin_inset Text
43121
43122 \begin_layout Plain Layout
43123 \begin_inset ERT
43124 status collapsed
43125
43126 \begin_layout Plain Layout
43127
43128
43129 \backslash
43130 fcolorbox{black}{
43131 \end_layout
43132
43133 \end_inset
43134
43135 CarnationPink
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }{
43142 \end_layout
43143
43144 \end_inset
43145
43146
43147 \begin_inset Phantom Phantom
43148 status open
43149
43150 \begin_layout Plain Layout
43151 W
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }
43163 \end_layout
43164
43165 \end_inset
43166
43167  CarnationPink
43168 \end_layout
43169
43170 \end_inset
43171 </cell>
43172 <cell alignment="left" valignment="top" usebox="none">
43173 \begin_inset Text
43174
43175 \begin_layout Plain Layout
43176 \begin_inset ERT
43177 status collapsed
43178
43179 \begin_layout Plain Layout
43180
43181
43182 \backslash
43183 fcolorbox{black}{
43184 \end_layout
43185
43186 \end_inset
43187
43188 Cerulean
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }{
43195 \end_layout
43196
43197 \end_inset
43198
43199
43200 \begin_inset Phantom Phantom
43201 status open
43202
43203 \begin_layout Plain Layout
43204 W
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215 }
43216 \end_layout
43217
43218 \end_inset
43219
43220  Cerulean
43221 \end_layout
43222
43223 \end_inset
43224 </cell>
43225 <cell alignment="left" valignment="top" usebox="none">
43226 \begin_inset Text
43227
43228 \begin_layout Plain Layout
43229 \begin_inset ERT
43230 status collapsed
43231
43232 \begin_layout Plain Layout
43233
43234
43235 \backslash
43236 fcolorbox{black}{
43237 \end_layout
43238
43239 \end_inset
43240
43241 CornflowerBlue
43242 \begin_inset ERT
43243 status collapsed
43244
43245 \begin_layout Plain Layout
43246
43247 }{
43248 \end_layout
43249
43250 \end_inset
43251
43252
43253 \begin_inset Phantom Phantom
43254 status open
43255
43256 \begin_layout Plain Layout
43257 W
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268 }
43269 \end_layout
43270
43271 \end_inset
43272
43273  CornflowerBlue
43274 \end_layout
43275
43276 \end_inset
43277 </cell>
43278 </row>
43279 <row>
43280 <cell alignment="left" valignment="top" usebox="none">
43281 \begin_inset Text
43282
43283 \begin_layout Plain Layout
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289
43290 \backslash
43291 fcolorbox{black}{
43292 \end_layout
43293
43294 \end_inset
43295
43296 Dandelion
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }{
43303 \end_layout
43304
43305 \end_inset
43306
43307
43308 \begin_inset Phantom Phantom
43309 status open
43310
43311 \begin_layout Plain Layout
43312 W
43313 \end_layout
43314
43315 \end_inset
43316
43317
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }
43324 \end_layout
43325
43326 \end_inset
43327
43328  Dandelion
43329 \end_layout
43330
43331 \end_inset
43332 </cell>
43333 <cell alignment="left" valignment="top" usebox="none">
43334 \begin_inset Text
43335
43336 \begin_layout Plain Layout
43337 \begin_inset ERT
43338 status collapsed
43339
43340 \begin_layout Plain Layout
43341
43342
43343 \backslash
43344 fcolorbox{black}{
43345 \end_layout
43346
43347 \end_inset
43348
43349 DarkOrchid
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }{
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \begin_inset Phantom Phantom
43362 status open
43363
43364 \begin_layout Plain Layout
43365 W
43366 \end_layout
43367
43368 \end_inset
43369
43370
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }
43377 \end_layout
43378
43379 \end_inset
43380
43381  DarkOrchid
43382 \end_layout
43383
43384 \end_inset
43385 </cell>
43386 <cell alignment="left" valignment="top" usebox="none">
43387 \begin_inset Text
43388
43389 \begin_layout Plain Layout
43390 \begin_inset ERT
43391 status collapsed
43392
43393 \begin_layout Plain Layout
43394
43395
43396 \backslash
43397 fcolorbox{black}{
43398 \end_layout
43399
43400 \end_inset
43401
43402 Emerald
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }{
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \begin_inset Phantom Phantom
43415 status open
43416
43417 \begin_layout Plain Layout
43418 W
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429 }
43430 \end_layout
43431
43432 \end_inset
43433
43434  Emerald
43435 \end_layout
43436
43437 \end_inset
43438 </cell>
43439 <cell alignment="left" valignment="top" usebox="none">
43440 \begin_inset Text
43441
43442 \begin_layout Plain Layout
43443 \begin_inset ERT
43444 status collapsed
43445
43446 \begin_layout Plain Layout
43447
43448
43449 \backslash
43450 fcolorbox{black}{
43451 \end_layout
43452
43453 \end_inset
43454
43455 ForestGreen
43456 \begin_inset ERT
43457 status collapsed
43458
43459 \begin_layout Plain Layout
43460
43461 }{
43462 \end_layout
43463
43464 \end_inset
43465
43466
43467 \begin_inset Phantom Phantom
43468 status open
43469
43470 \begin_layout Plain Layout
43471 W
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset ERT
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481
43482 }
43483 \end_layout
43484
43485 \end_inset
43486
43487  ForestGreen
43488 \end_layout
43489
43490 \end_inset
43491 </cell>
43492 </row>
43493 <row>
43494 <cell alignment="left" valignment="top" usebox="none">
43495 \begin_inset Text
43496
43497 \begin_layout Plain Layout
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503
43504 \backslash
43505 fcolorbox{black}{
43506 \end_layout
43507
43508 \end_inset
43509
43510 Fuchsia
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }{
43517 \end_layout
43518
43519 \end_inset
43520
43521
43522 \begin_inset Phantom Phantom
43523 status open
43524
43525 \begin_layout Plain Layout
43526 W
43527 \end_layout
43528
43529 \end_inset
43530
43531
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }
43538 \end_layout
43539
43540 \end_inset
43541
43542  Fuchsia
43543 \end_layout
43544
43545 \end_inset
43546 </cell>
43547 <cell alignment="left" valignment="top" usebox="none">
43548 \begin_inset Text
43549
43550 \begin_layout Plain Layout
43551 \begin_inset ERT
43552 status collapsed
43553
43554 \begin_layout Plain Layout
43555
43556
43557 \backslash
43558 fcolorbox{black}{
43559 \end_layout
43560
43561 \end_inset
43562
43563 Goldenrod
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }{
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \begin_inset Phantom Phantom
43576 status open
43577
43578 \begin_layout Plain Layout
43579 W
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590 }
43591 \end_layout
43592
43593 \end_inset
43594
43595  Goldenrod
43596 \end_layout
43597
43598 \end_inset
43599 </cell>
43600 <cell alignment="left" valignment="top" usebox="none">
43601 \begin_inset Text
43602
43603 \begin_layout Plain Layout
43604 \begin_inset ERT
43605 status collapsed
43606
43607 \begin_layout Plain Layout
43608
43609
43610 \backslash
43611 fcolorbox{black}{
43612 \end_layout
43613
43614 \end_inset
43615
43616 Gray
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }{
43623 \end_layout
43624
43625 \end_inset
43626
43627
43628 \begin_inset Phantom Phantom
43629 status open
43630
43631 \begin_layout Plain Layout
43632 W
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643 }
43644 \end_layout
43645
43646 \end_inset
43647
43648  Gray
43649 \end_layout
43650
43651 \end_inset
43652 </cell>
43653 <cell alignment="left" valignment="top" usebox="none">
43654 \begin_inset Text
43655
43656 \begin_layout Plain Layout
43657 \begin_inset ERT
43658 status collapsed
43659
43660 \begin_layout Plain Layout
43661
43662
43663 \backslash
43664 fcolorbox{black}{
43665 \end_layout
43666
43667 \end_inset
43668
43669 GreenYellow
43670 \begin_inset ERT
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674
43675 }{
43676 \end_layout
43677
43678 \end_inset
43679
43680
43681 \begin_inset Phantom Phantom
43682 status open
43683
43684 \begin_layout Plain Layout
43685 W
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset ERT
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695
43696 }
43697 \end_layout
43698
43699 \end_inset
43700
43701  GreenYellow
43702 \end_layout
43703
43704 \end_inset
43705 </cell>
43706 </row>
43707 <row>
43708 <cell alignment="center" valignment="top" usebox="none">
43709 \begin_inset Text
43710
43711 \begin_layout Plain Layout
43712 \begin_inset ERT
43713 status collapsed
43714
43715 \begin_layout Plain Layout
43716
43717
43718 \backslash
43719 fcolorbox{black}{
43720 \end_layout
43721
43722 \end_inset
43723
43724 JungleGreen
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }{
43731 \end_layout
43732
43733 \end_inset
43734
43735
43736 \begin_inset Phantom Phantom
43737 status open
43738
43739 \begin_layout Plain Layout
43740 W
43741 \end_layout
43742
43743 \end_inset
43744
43745
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751 }
43752 \end_layout
43753
43754 \end_inset
43755
43756  JungleGreen
43757 \end_layout
43758
43759 \end_inset
43760 </cell>
43761 <cell alignment="center" valignment="top" usebox="none">
43762 \begin_inset Text
43763
43764 \begin_layout Plain Layout
43765 \begin_inset ERT
43766 status collapsed
43767
43768 \begin_layout Plain Layout
43769
43770
43771 \backslash
43772 fcolorbox{black}{
43773 \end_layout
43774
43775 \end_inset
43776
43777 Lavender
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }{
43784 \end_layout
43785
43786 \end_inset
43787
43788
43789 \begin_inset Phantom Phantom
43790 status open
43791
43792 \begin_layout Plain Layout
43793 W
43794 \end_layout
43795
43796 \end_inset
43797
43798
43799 \begin_inset ERT
43800 status collapsed
43801
43802 \begin_layout Plain Layout
43803
43804 }
43805 \end_layout
43806
43807 \end_inset
43808
43809  Lavender
43810 \end_layout
43811
43812 \end_inset
43813 </cell>
43814 <cell alignment="center" valignment="top" usebox="none">
43815 \begin_inset Text
43816
43817 \begin_layout Plain Layout
43818 \begin_inset ERT
43819 status collapsed
43820
43821 \begin_layout Plain Layout
43822
43823
43824 \backslash
43825 fcolorbox{black}{
43826 \end_layout
43827
43828 \end_inset
43829
43830 LimeGreen
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }{
43837 \end_layout
43838
43839 \end_inset
43840
43841
43842 \begin_inset Phantom Phantom
43843 status open
43844
43845 \begin_layout Plain Layout
43846 W
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857 }
43858 \end_layout
43859
43860 \end_inset
43861
43862  LimeGreen
43863 \end_layout
43864
43865 \end_inset
43866 </cell>
43867 <cell alignment="center" valignment="top" usebox="none">
43868 \begin_inset Text
43869
43870 \begin_layout Plain Layout
43871 \begin_inset ERT
43872 status collapsed
43873
43874 \begin_layout Plain Layout
43875
43876
43877 \backslash
43878 fcolorbox{black}{
43879 \end_layout
43880
43881 \end_inset
43882
43883 Mahogany
43884 \begin_inset ERT
43885 status collapsed
43886
43887 \begin_layout Plain Layout
43888
43889 }{
43890 \end_layout
43891
43892 \end_inset
43893
43894
43895 \begin_inset Phantom Phantom
43896 status open
43897
43898 \begin_layout Plain Layout
43899 W
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset ERT
43906 status collapsed
43907
43908 \begin_layout Plain Layout
43909
43910 }
43911 \end_layout
43912
43913 \end_inset
43914
43915  Mahogany
43916 \end_layout
43917
43918 \end_inset
43919 </cell>
43920 </row>
43921 <row>
43922 <cell alignment="left" valignment="top" usebox="none">
43923 \begin_inset Text
43924
43925 \begin_layout Plain Layout
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931
43932 \backslash
43933 fcolorbox{black}{
43934 \end_layout
43935
43936 \end_inset
43937
43938 Mahogany
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }{
43945 \end_layout
43946
43947 \end_inset
43948
43949
43950 \begin_inset Phantom Phantom
43951 status open
43952
43953 \begin_layout Plain Layout
43954 W
43955 \end_layout
43956
43957 \end_inset
43958
43959
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965 }
43966 \end_layout
43967
43968 \end_inset
43969
43970  Mahogany
43971 \end_layout
43972
43973 \end_inset
43974 </cell>
43975 <cell alignment="left" valignment="top" usebox="none">
43976 \begin_inset Text
43977
43978 \begin_layout Plain Layout
43979 \begin_inset ERT
43980 status collapsed
43981
43982 \begin_layout Plain Layout
43983
43984
43985 \backslash
43986 fcolorbox{black}{
43987 \end_layout
43988
43989 \end_inset
43990
43991 Maroon
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }{
43998 \end_layout
43999
44000 \end_inset
44001
44002
44003 \begin_inset Phantom Phantom
44004 status open
44005
44006 \begin_layout Plain Layout
44007 W
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset ERT
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017
44018 }
44019 \end_layout
44020
44021 \end_inset
44022
44023  Maroon
44024 \end_layout
44025
44026 \end_inset
44027 </cell>
44028 <cell alignment="left" valignment="top" usebox="none">
44029 \begin_inset Text
44030
44031 \begin_layout Plain Layout
44032 \begin_inset ERT
44033 status collapsed
44034
44035 \begin_layout Plain Layout
44036
44037
44038 \backslash
44039 fcolorbox{black}{
44040 \end_layout
44041
44042 \end_inset
44043
44044 Melon
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }{
44051 \end_layout
44052
44053 \end_inset
44054
44055
44056 \begin_inset Phantom Phantom
44057 status open
44058
44059 \begin_layout Plain Layout
44060 W
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071 }
44072 \end_layout
44073
44074 \end_inset
44075
44076  Melon
44077 \end_layout
44078
44079 \end_inset
44080 </cell>
44081 <cell alignment="left" valignment="top" usebox="none">
44082 \begin_inset Text
44083
44084 \begin_layout Plain Layout
44085 \begin_inset ERT
44086 status collapsed
44087
44088 \begin_layout Plain Layout
44089
44090
44091 \backslash
44092 fcolorbox{black}{
44093 \end_layout
44094
44095 \end_inset
44096
44097 MidnightBlue
44098 \begin_inset ERT
44099 status collapsed
44100
44101 \begin_layout Plain Layout
44102
44103 }{
44104 \end_layout
44105
44106 \end_inset
44107
44108
44109 \begin_inset Phantom Phantom
44110 status open
44111
44112 \begin_layout Plain Layout
44113 W
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset ERT
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123
44124 }
44125 \end_layout
44126
44127 \end_inset
44128
44129  MidnightBlue
44130 \end_layout
44131
44132 \end_inset
44133 </cell>
44134 </row>
44135 <row>
44136 <cell alignment="left" valignment="top" usebox="none">
44137 \begin_inset Text
44138
44139 \begin_layout Plain Layout
44140 \begin_inset ERT
44141 status collapsed
44142
44143 \begin_layout Plain Layout
44144
44145
44146 \backslash
44147 fcolorbox{black}{
44148 \end_layout
44149
44150 \end_inset
44151
44152 Mulberry
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }{
44159 \end_layout
44160
44161 \end_inset
44162
44163
44164 \begin_inset Phantom Phantom
44165 status open
44166
44167 \begin_layout Plain Layout
44168 W
44169 \end_layout
44170
44171 \end_inset
44172
44173
44174 \begin_inset ERT
44175 status collapsed
44176
44177 \begin_layout Plain Layout
44178
44179 }
44180 \end_layout
44181
44182 \end_inset
44183
44184  Mulberry
44185 \end_layout
44186
44187 \end_inset
44188 </cell>
44189 <cell alignment="left" valignment="top" usebox="none">
44190 \begin_inset Text
44191
44192 \begin_layout Plain Layout
44193 \begin_inset ERT
44194 status collapsed
44195
44196 \begin_layout Plain Layout
44197
44198
44199 \backslash
44200 fcolorbox{black}{
44201 \end_layout
44202
44203 \end_inset
44204
44205 NavyBlue
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211 }{
44212 \end_layout
44213
44214 \end_inset
44215
44216
44217 \begin_inset Phantom Phantom
44218 status open
44219
44220 \begin_layout Plain Layout
44221 W
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \begin_inset ERT
44228 status collapsed
44229
44230 \begin_layout Plain Layout
44231
44232 }
44233 \end_layout
44234
44235 \end_inset
44236
44237  NavyBlue
44238 \end_layout
44239
44240 \end_inset
44241 </cell>
44242 <cell alignment="left" valignment="top" usebox="none">
44243 \begin_inset Text
44244
44245 \begin_layout Plain Layout
44246 \begin_inset ERT
44247 status collapsed
44248
44249 \begin_layout Plain Layout
44250
44251
44252 \backslash
44253 fcolorbox{black}{
44254 \end_layout
44255
44256 \end_inset
44257
44258 OliveGreen
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 }{
44265 \end_layout
44266
44267 \end_inset
44268
44269
44270 \begin_inset Phantom Phantom
44271 status open
44272
44273 \begin_layout Plain Layout
44274 W
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285 }
44286 \end_layout
44287
44288 \end_inset
44289
44290  OliveGreen
44291 \end_layout
44292
44293 \end_inset
44294 </cell>
44295 <cell alignment="left" valignment="top" usebox="none">
44296 \begin_inset Text
44297
44298 \begin_layout Plain Layout
44299 \begin_inset ERT
44300 status collapsed
44301
44302 \begin_layout Plain Layout
44303
44304
44305 \backslash
44306 fcolorbox{black}{
44307 \end_layout
44308
44309 \end_inset
44310
44311 Orange
44312 \begin_inset ERT
44313 status collapsed
44314
44315 \begin_layout Plain Layout
44316
44317 }{
44318 \end_layout
44319
44320 \end_inset
44321
44322
44323 \begin_inset Phantom Phantom
44324 status open
44325
44326 \begin_layout Plain Layout
44327 W
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset ERT
44334 status collapsed
44335
44336 \begin_layout Plain Layout
44337
44338 }
44339 \end_layout
44340
44341 \end_inset
44342
44343  Orange
44344 \end_layout
44345
44346 \end_inset
44347 </cell>
44348 </row>
44349 <row>
44350 <cell alignment="left" valignment="top" usebox="none">
44351 \begin_inset Text
44352
44353 \begin_layout Plain Layout
44354 \begin_inset ERT
44355 status collapsed
44356
44357 \begin_layout Plain Layout
44358
44359
44360 \backslash
44361 fcolorbox{black}{
44362 \end_layout
44363
44364 \end_inset
44365
44366 OrangeRed
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }{
44373 \end_layout
44374
44375 \end_inset
44376
44377
44378 \begin_inset Phantom Phantom
44379 status open
44380
44381 \begin_layout Plain Layout
44382 W
44383 \end_layout
44384
44385 \end_inset
44386
44387
44388 \begin_inset ERT
44389 status collapsed
44390
44391 \begin_layout Plain Layout
44392
44393 }
44394 \end_layout
44395
44396 \end_inset
44397
44398  OrangeRed
44399 \end_layout
44400
44401 \end_inset
44402 </cell>
44403 <cell alignment="left" valignment="top" usebox="none">
44404 \begin_inset Text
44405
44406 \begin_layout Plain Layout
44407 \begin_inset ERT
44408 status collapsed
44409
44410 \begin_layout Plain Layout
44411
44412
44413 \backslash
44414 fcolorbox{black}{
44415 \end_layout
44416
44417 \end_inset
44418
44419 Orchid
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425 }{
44426 \end_layout
44427
44428 \end_inset
44429
44430
44431 \begin_inset Phantom Phantom
44432 status open
44433
44434 \begin_layout Plain Layout
44435 W
44436 \end_layout
44437
44438 \end_inset
44439
44440
44441 \begin_inset ERT
44442 status collapsed
44443
44444 \begin_layout Plain Layout
44445
44446 }
44447 \end_layout
44448
44449 \end_inset
44450
44451  Orchid
44452 \end_layout
44453
44454 \end_inset
44455 </cell>
44456 <cell alignment="left" valignment="top" usebox="none">
44457 \begin_inset Text
44458
44459 \begin_layout Plain Layout
44460 \begin_inset ERT
44461 status collapsed
44462
44463 \begin_layout Plain Layout
44464
44465
44466 \backslash
44467 fcolorbox{black}{
44468 \end_layout
44469
44470 \end_inset
44471
44472 Peach
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478 }{
44479 \end_layout
44480
44481 \end_inset
44482
44483
44484 \begin_inset Phantom Phantom
44485 status open
44486
44487 \begin_layout Plain Layout
44488 W
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset ERT
44495 status collapsed
44496
44497 \begin_layout Plain Layout
44498
44499 }
44500 \end_layout
44501
44502 \end_inset
44503
44504  Peach
44505 \end_layout
44506
44507 \end_inset
44508 </cell>
44509 <cell alignment="left" valignment="top" usebox="none">
44510 \begin_inset Text
44511
44512 \begin_layout Plain Layout
44513 \begin_inset ERT
44514 status collapsed
44515
44516 \begin_layout Plain Layout
44517
44518
44519 \backslash
44520 fcolorbox{black}{
44521 \end_layout
44522
44523 \end_inset
44524
44525 Periwinkle
44526 \begin_inset ERT
44527 status collapsed
44528
44529 \begin_layout Plain Layout
44530
44531 }{
44532 \end_layout
44533
44534 \end_inset
44535
44536
44537 \begin_inset Phantom Phantom
44538 status open
44539
44540 \begin_layout Plain Layout
44541 W
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset ERT
44548 status collapsed
44549
44550 \begin_layout Plain Layout
44551
44552 }
44553 \end_layout
44554
44555 \end_inset
44556
44557  Periwinkle
44558 \end_layout
44559
44560 \end_inset
44561 </cell>
44562 </row>
44563 <row>
44564 <cell alignment="left" valignment="top" usebox="none">
44565 \begin_inset Text
44566
44567 \begin_layout Plain Layout
44568 \begin_inset ERT
44569 status collapsed
44570
44571 \begin_layout Plain Layout
44572
44573
44574 \backslash
44575 fcolorbox{black}{
44576 \end_layout
44577
44578 \end_inset
44579
44580 PineGreen
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }{
44587 \end_layout
44588
44589 \end_inset
44590
44591
44592 \begin_inset Phantom Phantom
44593 status open
44594
44595 \begin_layout Plain Layout
44596 W
44597 \end_layout
44598
44599 \end_inset
44600
44601
44602 \begin_inset ERT
44603 status collapsed
44604
44605 \begin_layout Plain Layout
44606
44607 }
44608 \end_layout
44609
44610 \end_inset
44611
44612  PineGreen
44613 \end_layout
44614
44615 \end_inset
44616 </cell>
44617 <cell alignment="left" valignment="top" usebox="none">
44618 \begin_inset Text
44619
44620 \begin_layout Plain Layout
44621 \begin_inset ERT
44622 status collapsed
44623
44624 \begin_layout Plain Layout
44625
44626
44627 \backslash
44628 fcolorbox{black}{
44629 \end_layout
44630
44631 \end_inset
44632
44633 Plum
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639 }{
44640 \end_layout
44641
44642 \end_inset
44643
44644
44645 \begin_inset Phantom Phantom
44646 status open
44647
44648 \begin_layout Plain Layout
44649 W
44650 \end_layout
44651
44652 \end_inset
44653
44654
44655 \begin_inset ERT
44656 status collapsed
44657
44658 \begin_layout Plain Layout
44659
44660 }
44661 \end_layout
44662
44663 \end_inset
44664
44665  Plum
44666 \end_layout
44667
44668 \end_inset
44669 </cell>
44670 <cell alignment="left" valignment="top" usebox="none">
44671 \begin_inset Text
44672
44673 \begin_layout Plain Layout
44674 \begin_inset ERT
44675 status collapsed
44676
44677 \begin_layout Plain Layout
44678
44679
44680 \backslash
44681 fcolorbox{black}{
44682 \end_layout
44683
44684 \end_inset
44685
44686 ProcessBlue
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692 }{
44693 \end_layout
44694
44695 \end_inset
44696
44697
44698 \begin_inset Phantom Phantom
44699 status open
44700
44701 \begin_layout Plain Layout
44702 W
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset ERT
44709 status collapsed
44710
44711 \begin_layout Plain Layout
44712
44713 }
44714 \end_layout
44715
44716 \end_inset
44717
44718  ProcessBlue
44719 \end_layout
44720
44721 \end_inset
44722 </cell>
44723 <cell alignment="left" valignment="top" usebox="none">
44724 \begin_inset Text
44725
44726 \begin_layout Plain Layout
44727 \begin_inset ERT
44728 status collapsed
44729
44730 \begin_layout Plain Layout
44731
44732
44733 \backslash
44734 fcolorbox{black}{
44735 \end_layout
44736
44737 \end_inset
44738
44739 Purple
44740 \begin_inset ERT
44741 status collapsed
44742
44743 \begin_layout Plain Layout
44744
44745 }{
44746 \end_layout
44747
44748 \end_inset
44749
44750
44751 \begin_inset Phantom Phantom
44752 status open
44753
44754 \begin_layout Plain Layout
44755 W
44756 \end_layout
44757
44758 \end_inset
44759
44760
44761 \begin_inset ERT
44762 status collapsed
44763
44764 \begin_layout Plain Layout
44765
44766 }
44767 \end_layout
44768
44769 \end_inset
44770
44771  Purple
44772 \end_layout
44773
44774 \end_inset
44775 </cell>
44776 </row>
44777 <row>
44778 <cell alignment="left" valignment="top" usebox="none">
44779 \begin_inset Text
44780
44781 \begin_layout Plain Layout
44782 \begin_inset ERT
44783 status collapsed
44784
44785 \begin_layout Plain Layout
44786
44787
44788 \backslash
44789 fcolorbox{black}{
44790 \end_layout
44791
44792 \end_inset
44793
44794 RawSienna
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }{
44801 \end_layout
44802
44803 \end_inset
44804
44805
44806 \begin_inset Phantom Phantom
44807 status open
44808
44809 \begin_layout Plain Layout
44810 W
44811 \end_layout
44812
44813 \end_inset
44814
44815
44816 \begin_inset ERT
44817 status collapsed
44818
44819 \begin_layout Plain Layout
44820
44821 }
44822 \end_layout
44823
44824 \end_inset
44825
44826  RawSienna
44827 \end_layout
44828
44829 \end_inset
44830 </cell>
44831 <cell alignment="left" valignment="top" usebox="none">
44832 \begin_inset Text
44833
44834 \begin_layout Plain Layout
44835 \begin_inset ERT
44836 status collapsed
44837
44838 \begin_layout Plain Layout
44839
44840
44841 \backslash
44842 fcolorbox{black}{
44843 \end_layout
44844
44845 \end_inset
44846
44847 RedOrange
44848 \begin_inset ERT
44849 status collapsed
44850
44851 \begin_layout Plain Layout
44852
44853 }{
44854 \end_layout
44855
44856 \end_inset
44857
44858
44859 \begin_inset Phantom Phantom
44860 status open
44861
44862 \begin_layout Plain Layout
44863 W
44864 \end_layout
44865
44866 \end_inset
44867
44868
44869 \begin_inset ERT
44870 status collapsed
44871
44872 \begin_layout Plain Layout
44873
44874 }
44875 \end_layout
44876
44877 \end_inset
44878
44879  RedOrange
44880 \end_layout
44881
44882 \end_inset
44883 </cell>
44884 <cell alignment="left" valignment="top" usebox="none">
44885 \begin_inset Text
44886
44887 \begin_layout Plain Layout
44888 \begin_inset ERT
44889 status collapsed
44890
44891 \begin_layout Plain Layout
44892
44893
44894 \backslash
44895 fcolorbox{black}{
44896 \end_layout
44897
44898 \end_inset
44899
44900 RedViolet
44901 \begin_inset ERT
44902 status collapsed
44903
44904 \begin_layout Plain Layout
44905
44906 }{
44907 \end_layout
44908
44909 \end_inset
44910
44911
44912 \begin_inset Phantom Phantom
44913 status open
44914
44915 \begin_layout Plain Layout
44916 W
44917 \end_layout
44918
44919 \end_inset
44920
44921
44922 \begin_inset ERT
44923 status collapsed
44924
44925 \begin_layout Plain Layout
44926
44927 }
44928 \end_layout
44929
44930 \end_inset
44931
44932  RedViolet
44933 \end_layout
44934
44935 \end_inset
44936 </cell>
44937 <cell alignment="left" valignment="top" usebox="none">
44938 \begin_inset Text
44939
44940 \begin_layout Plain Layout
44941 \begin_inset ERT
44942 status collapsed
44943
44944 \begin_layout Plain Layout
44945
44946
44947 \backslash
44948 fcolorbox{black}{
44949 \end_layout
44950
44951 \end_inset
44952
44953 Rhodamine
44954 \begin_inset ERT
44955 status collapsed
44956
44957 \begin_layout Plain Layout
44958
44959 }{
44960 \end_layout
44961
44962 \end_inset
44963
44964
44965 \begin_inset Phantom Phantom
44966 status open
44967
44968 \begin_layout Plain Layout
44969 W
44970 \end_layout
44971
44972 \end_inset
44973
44974
44975 \begin_inset ERT
44976 status collapsed
44977
44978 \begin_layout Plain Layout
44979
44980 }
44981 \end_layout
44982
44983 \end_inset
44984
44985  Rhodamine
44986 \end_layout
44987
44988 \end_inset
44989 </cell>
44990 </row>
44991 <row>
44992 <cell alignment="left" valignment="top" usebox="none">
44993 \begin_inset Text
44994
44995 \begin_layout Plain Layout
44996 \begin_inset ERT
44997 status collapsed
44998
44999 \begin_layout Plain Layout
45000
45001
45002 \backslash
45003 fcolorbox{black}{
45004 \end_layout
45005
45006 \end_inset
45007
45008 RoyalBlue
45009 \begin_inset ERT
45010 status collapsed
45011
45012 \begin_layout Plain Layout
45013
45014 }{
45015 \end_layout
45016
45017 \end_inset
45018
45019
45020 \begin_inset Phantom Phantom
45021 status open
45022
45023 \begin_layout Plain Layout
45024 W
45025 \end_layout
45026
45027 \end_inset
45028
45029
45030 \begin_inset ERT
45031 status collapsed
45032
45033 \begin_layout Plain Layout
45034
45035 }
45036 \end_layout
45037
45038 \end_inset
45039
45040  RoyalBlue
45041 \end_layout
45042
45043 \end_inset
45044 </cell>
45045 <cell alignment="left" valignment="top" usebox="none">
45046 \begin_inset Text
45047
45048 \begin_layout Plain Layout
45049 \begin_inset ERT
45050 status collapsed
45051
45052 \begin_layout Plain Layout
45053
45054
45055 \backslash
45056 fcolorbox{black}{
45057 \end_layout
45058
45059 \end_inset
45060
45061 RoyalPurple
45062 \begin_inset ERT
45063 status collapsed
45064
45065 \begin_layout Plain Layout
45066
45067 }{
45068 \end_layout
45069
45070 \end_inset
45071
45072
45073 \begin_inset Phantom Phantom
45074 status open
45075
45076 \begin_layout Plain Layout
45077 W
45078 \end_layout
45079
45080 \end_inset
45081
45082
45083 \begin_inset ERT
45084 status collapsed
45085
45086 \begin_layout Plain Layout
45087
45088 }
45089 \end_layout
45090
45091 \end_inset
45092
45093  RoyalPurple
45094 \end_layout
45095
45096 \end_inset
45097 </cell>
45098 <cell alignment="left" valignment="top" usebox="none">
45099 \begin_inset Text
45100
45101 \begin_layout Plain Layout
45102 \begin_inset ERT
45103 status collapsed
45104
45105 \begin_layout Plain Layout
45106
45107
45108 \backslash
45109 fcolorbox{black}{
45110 \end_layout
45111
45112 \end_inset
45113
45114 RubineRed
45115 \begin_inset ERT
45116 status collapsed
45117
45118 \begin_layout Plain Layout
45119
45120 }{
45121 \end_layout
45122
45123 \end_inset
45124
45125
45126 \begin_inset Phantom Phantom
45127 status open
45128
45129 \begin_layout Plain Layout
45130 W
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \begin_inset ERT
45137 status collapsed
45138
45139 \begin_layout Plain Layout
45140
45141 }
45142 \end_layout
45143
45144 \end_inset
45145
45146  RubineRed
45147 \end_layout
45148
45149 \end_inset
45150 </cell>
45151 <cell alignment="left" valignment="top" usebox="none">
45152 \begin_inset Text
45153
45154 \begin_layout Plain Layout
45155 \begin_inset ERT
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159
45160
45161 \backslash
45162 fcolorbox{black}{
45163 \end_layout
45164
45165 \end_inset
45166
45167 Salmon
45168 \begin_inset ERT
45169 status collapsed
45170
45171 \begin_layout Plain Layout
45172
45173 }{
45174 \end_layout
45175
45176 \end_inset
45177
45178
45179 \begin_inset Phantom Phantom
45180 status open
45181
45182 \begin_layout Plain Layout
45183 W
45184 \end_layout
45185
45186 \end_inset
45187
45188
45189 \begin_inset ERT
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193
45194 }
45195 \end_layout
45196
45197 \end_inset
45198
45199  Salmon
45200 \end_layout
45201
45202 \end_inset
45203 </cell>
45204 </row>
45205 <row>
45206 <cell alignment="left" valignment="top" usebox="none">
45207 \begin_inset Text
45208
45209 \begin_layout Plain Layout
45210 \begin_inset ERT
45211 status collapsed
45212
45213 \begin_layout Plain Layout
45214
45215
45216 \backslash
45217 fcolorbox{black}{
45218 \end_layout
45219
45220 \end_inset
45221
45222 SeaGreen
45223 \begin_inset ERT
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227
45228 }{
45229 \end_layout
45230
45231 \end_inset
45232
45233
45234 \begin_inset Phantom Phantom
45235 status open
45236
45237 \begin_layout Plain Layout
45238 W
45239 \end_layout
45240
45241 \end_inset
45242
45243
45244 \begin_inset ERT
45245 status collapsed
45246
45247 \begin_layout Plain Layout
45248
45249 }
45250 \end_layout
45251
45252 \end_inset
45253
45254  SeaGreen
45255 \end_layout
45256
45257 \end_inset
45258 </cell>
45259 <cell alignment="left" valignment="top" usebox="none">
45260 \begin_inset Text
45261
45262 \begin_layout Plain Layout
45263 \begin_inset ERT
45264 status collapsed
45265
45266 \begin_layout Plain Layout
45267
45268
45269 \backslash
45270 fcolorbox{black}{
45271 \end_layout
45272
45273 \end_inset
45274
45275 Sepia
45276 \begin_inset ERT
45277 status collapsed
45278
45279 \begin_layout Plain Layout
45280
45281 }{
45282 \end_layout
45283
45284 \end_inset
45285
45286
45287 \begin_inset Phantom Phantom
45288 status open
45289
45290 \begin_layout Plain Layout
45291 W
45292 \end_layout
45293
45294 \end_inset
45295
45296
45297 \begin_inset ERT
45298 status collapsed
45299
45300 \begin_layout Plain Layout
45301
45302 }
45303 \end_layout
45304
45305 \end_inset
45306
45307  Sepia
45308 \end_layout
45309
45310 \end_inset
45311 </cell>
45312 <cell alignment="left" valignment="top" usebox="none">
45313 \begin_inset Text
45314
45315 \begin_layout Plain Layout
45316 \begin_inset ERT
45317 status collapsed
45318
45319 \begin_layout Plain Layout
45320
45321
45322 \backslash
45323 fcolorbox{black}{
45324 \end_layout
45325
45326 \end_inset
45327
45328 SkyBlue
45329 \begin_inset ERT
45330 status collapsed
45331
45332 \begin_layout Plain Layout
45333
45334 }{
45335 \end_layout
45336
45337 \end_inset
45338
45339
45340 \begin_inset Phantom Phantom
45341 status open
45342
45343 \begin_layout Plain Layout
45344 W
45345 \end_layout
45346
45347 \end_inset
45348
45349
45350 \begin_inset ERT
45351 status collapsed
45352
45353 \begin_layout Plain Layout
45354
45355 }
45356 \end_layout
45357
45358 \end_inset
45359
45360  SkyBlue
45361 \end_layout
45362
45363 \end_inset
45364 </cell>
45365 <cell alignment="left" valignment="top" usebox="none">
45366 \begin_inset Text
45367
45368 \begin_layout Plain Layout
45369 \begin_inset ERT
45370 status collapsed
45371
45372 \begin_layout Plain Layout
45373
45374
45375 \backslash
45376 fcolorbox{black}{
45377 \end_layout
45378
45379 \end_inset
45380
45381 SpringGreen
45382 \begin_inset ERT
45383 status collapsed
45384
45385 \begin_layout Plain Layout
45386
45387 }{
45388 \end_layout
45389
45390 \end_inset
45391
45392
45393 \begin_inset Phantom Phantom
45394 status open
45395
45396 \begin_layout Plain Layout
45397 W
45398 \end_layout
45399
45400 \end_inset
45401
45402
45403 \begin_inset ERT
45404 status collapsed
45405
45406 \begin_layout Plain Layout
45407
45408 }
45409 \end_layout
45410
45411 \end_inset
45412
45413  SpringGreen
45414 \end_layout
45415
45416 \end_inset
45417 </cell>
45418 </row>
45419 <row>
45420 <cell alignment="left" valignment="top" usebox="none">
45421 \begin_inset Text
45422
45423 \begin_layout Plain Layout
45424 \begin_inset ERT
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428
45429
45430 \backslash
45431 fcolorbox{black}{
45432 \end_layout
45433
45434 \end_inset
45435
45436 Tan
45437 \begin_inset ERT
45438 status collapsed
45439
45440 \begin_layout Plain Layout
45441
45442 }{
45443 \end_layout
45444
45445 \end_inset
45446
45447
45448 \begin_inset Phantom Phantom
45449 status open
45450
45451 \begin_layout Plain Layout
45452 W
45453 \end_layout
45454
45455 \end_inset
45456
45457
45458 \begin_inset ERT
45459 status collapsed
45460
45461 \begin_layout Plain Layout
45462
45463 }
45464 \end_layout
45465
45466 \end_inset
45467
45468  Tan
45469 \end_layout
45470
45471 \end_inset
45472 </cell>
45473 <cell alignment="left" valignment="top" usebox="none">
45474 \begin_inset Text
45475
45476 \begin_layout Plain Layout
45477 \begin_inset ERT
45478 status collapsed
45479
45480 \begin_layout Plain Layout
45481
45482
45483 \backslash
45484 fcolorbox{black}{
45485 \end_layout
45486
45487 \end_inset
45488
45489 TealBlue
45490 \begin_inset ERT
45491 status collapsed
45492
45493 \begin_layout Plain Layout
45494
45495 }{
45496 \end_layout
45497
45498 \end_inset
45499
45500
45501 \begin_inset Phantom Phantom
45502 status open
45503
45504 \begin_layout Plain Layout
45505 W
45506 \end_layout
45507
45508 \end_inset
45509
45510
45511 \begin_inset ERT
45512 status collapsed
45513
45514 \begin_layout Plain Layout
45515
45516 }
45517 \end_layout
45518
45519 \end_inset
45520
45521  TealBlue
45522 \end_layout
45523
45524 \end_inset
45525 </cell>
45526 <cell alignment="left" valignment="top" usebox="none">
45527 \begin_inset Text
45528
45529 \begin_layout Plain Layout
45530 \begin_inset ERT
45531 status collapsed
45532
45533 \begin_layout Plain Layout
45534
45535
45536 \backslash
45537 fcolorbox{black}{
45538 \end_layout
45539
45540 \end_inset
45541
45542 Thistle
45543 \begin_inset ERT
45544 status collapsed
45545
45546 \begin_layout Plain Layout
45547
45548 }{
45549 \end_layout
45550
45551 \end_inset
45552
45553
45554 \begin_inset Phantom Phantom
45555 status open
45556
45557 \begin_layout Plain Layout
45558 W
45559 \end_layout
45560
45561 \end_inset
45562
45563
45564 \begin_inset ERT
45565 status collapsed
45566
45567 \begin_layout Plain Layout
45568
45569 }
45570 \end_layout
45571
45572 \end_inset
45573
45574  Thistle
45575 \end_layout
45576
45577 \end_inset
45578 </cell>
45579 <cell alignment="left" valignment="top" usebox="none">
45580 \begin_inset Text
45581
45582 \begin_layout Plain Layout
45583 \begin_inset ERT
45584 status collapsed
45585
45586 \begin_layout Plain Layout
45587
45588
45589 \backslash
45590 fcolorbox{black}{
45591 \end_layout
45592
45593 \end_inset
45594
45595 Turquoise
45596 \begin_inset ERT
45597 status collapsed
45598
45599 \begin_layout Plain Layout
45600
45601 }{
45602 \end_layout
45603
45604 \end_inset
45605
45606
45607 \begin_inset Phantom Phantom
45608 status open
45609
45610 \begin_layout Plain Layout
45611 W
45612 \end_layout
45613
45614 \end_inset
45615
45616
45617 \begin_inset ERT
45618 status collapsed
45619
45620 \begin_layout Plain Layout
45621
45622 }
45623 \end_layout
45624
45625 \end_inset
45626
45627  Turquoise
45628 \end_layout
45629
45630 \end_inset
45631 </cell>
45632 </row>
45633 <row>
45634 <cell alignment="left" valignment="top" usebox="none">
45635 \begin_inset Text
45636
45637 \begin_layout Plain Layout
45638 \begin_inset ERT
45639 status collapsed
45640
45641 \begin_layout Plain Layout
45642
45643
45644 \backslash
45645 fcolorbox{black}{
45646 \end_layout
45647
45648 \end_inset
45649
45650 Violet
45651 \begin_inset ERT
45652 status collapsed
45653
45654 \begin_layout Plain Layout
45655
45656 }{
45657 \end_layout
45658
45659 \end_inset
45660
45661
45662 \begin_inset Phantom Phantom
45663 status open
45664
45665 \begin_layout Plain Layout
45666 W
45667 \end_layout
45668
45669 \end_inset
45670
45671
45672 \begin_inset ERT
45673 status collapsed
45674
45675 \begin_layout Plain Layout
45676
45677 }
45678 \end_layout
45679
45680 \end_inset
45681
45682  Violet
45683 \end_layout
45684
45685 \end_inset
45686 </cell>
45687 <cell alignment="left" valignment="top" usebox="none">
45688 \begin_inset Text
45689
45690 \begin_layout Plain Layout
45691 \begin_inset ERT
45692 status collapsed
45693
45694 \begin_layout Plain Layout
45695
45696
45697 \backslash
45698 fcolorbox{black}{
45699 \end_layout
45700
45701 \end_inset
45702
45703 VioletRed
45704 \begin_inset ERT
45705 status collapsed
45706
45707 \begin_layout Plain Layout
45708
45709 }{
45710 \end_layout
45711
45712 \end_inset
45713
45714
45715 \begin_inset Phantom Phantom
45716 status open
45717
45718 \begin_layout Plain Layout
45719 W
45720 \end_layout
45721
45722 \end_inset
45723
45724
45725 \begin_inset ERT
45726 status collapsed
45727
45728 \begin_layout Plain Layout
45729
45730 }
45731 \end_layout
45732
45733 \end_inset
45734
45735  VioletRed
45736 \end_layout
45737
45738 \end_inset
45739 </cell>
45740 <cell alignment="left" valignment="top" usebox="none">
45741 \begin_inset Text
45742
45743 \begin_layout Plain Layout
45744 \begin_inset ERT
45745 status collapsed
45746
45747 \begin_layout Plain Layout
45748
45749
45750 \backslash
45751 fcolorbox{black}{
45752 \end_layout
45753
45754 \end_inset
45755
45756 WildStrawberry
45757 \begin_inset ERT
45758 status collapsed
45759
45760 \begin_layout Plain Layout
45761
45762 }{
45763 \end_layout
45764
45765 \end_inset
45766
45767
45768 \begin_inset Phantom Phantom
45769 status open
45770
45771 \begin_layout Plain Layout
45772 W
45773 \end_layout
45774
45775 \end_inset
45776
45777
45778 \begin_inset ERT
45779 status collapsed
45780
45781 \begin_layout Plain Layout
45782
45783 }
45784 \end_layout
45785
45786 \end_inset
45787
45788  WildStrawberry
45789 \end_layout
45790
45791 \end_inset
45792 </cell>
45793 <cell alignment="left" valignment="top" usebox="none">
45794 \begin_inset Text
45795
45796 \begin_layout Plain Layout
45797 \begin_inset ERT
45798 status collapsed
45799
45800 \begin_layout Plain Layout
45801
45802
45803 \backslash
45804 fcolorbox{black}{
45805 \end_layout
45806
45807 \end_inset
45808
45809 YellowGreen
45810 \begin_inset ERT
45811 status collapsed
45812
45813 \begin_layout Plain Layout
45814
45815 }{
45816 \end_layout
45817
45818 \end_inset
45819
45820
45821 \begin_inset Phantom Phantom
45822 status open
45823
45824 \begin_layout Plain Layout
45825 W
45826 \end_layout
45827
45828 \end_inset
45829
45830
45831 \begin_inset ERT
45832 status collapsed
45833
45834 \begin_layout Plain Layout
45835
45836 }
45837 \end_layout
45838
45839 \end_inset
45840
45841  YellowGreen
45842 \end_layout
45843
45844 \end_inset
45845 </cell>
45846 </row>
45847 <row>
45848 <cell alignment="left" valignment="top" usebox="none">
45849 \begin_inset Text
45850
45851 \begin_layout Plain Layout
45852 \begin_inset ERT
45853 status collapsed
45854
45855 \begin_layout Plain Layout
45856
45857
45858 \backslash
45859 fcolorbox{black}{
45860 \end_layout
45861
45862 \end_inset
45863
45864 YellowOrange
45865 \begin_inset ERT
45866 status collapsed
45867
45868 \begin_layout Plain Layout
45869
45870 }{
45871 \end_layout
45872
45873 \end_inset
45874
45875
45876 \begin_inset Phantom Phantom
45877 status open
45878
45879 \begin_layout Plain Layout
45880 W
45881 \end_layout
45882
45883 \end_inset
45884
45885
45886 \begin_inset ERT
45887 status collapsed
45888
45889 \begin_layout Plain Layout
45890
45891 }
45892 \end_layout
45893
45894 \end_inset
45895
45896  YellowOrange
45897 \end_layout
45898
45899 \end_inset
45900 </cell>
45901 <cell alignment="left" valignment="top" usebox="none">
45902 \begin_inset Text
45903
45904 \begin_layout Plain Layout
45905
45906 \end_layout
45907
45908 \end_inset
45909 </cell>
45910 <cell alignment="left" valignment="top" usebox="none">
45911 \begin_inset Text
45912
45913 \begin_layout Plain Layout
45914
45915 \end_layout
45916
45917 \end_inset
45918 </cell>
45919 <cell alignment="left" valignment="top" usebox="none">
45920 \begin_inset Text
45921
45922 \begin_layout Plain Layout
45923
45924 \end_layout
45925
45926 \end_inset
45927 </cell>
45928 </row>
45929 </lyxtabular>
45930
45931 \end_inset
45932
45933
45934 \end_layout
45935
45936 \begin_layout Chapter
45937 Explicación de la ecuación
45938 \begin_inset space ~
45939 \end_inset
45940
45941 (
45942 \begin_inset CommandInset ref
45943 LatexCommand ref
45944 reference "eq:Wgn"
45945
45946 \end_inset
45947
45948 )
45949 \begin_inset CommandInset label
45950 LatexCommand label
45951 name "cap:Explicación-de-la-Ecuación"
45952
45953 \end_inset
45954
45955
45956 \end_layout
45957
45958 \begin_layout Standard
45959 La anchura total de 
45960 \emph on
45961 n
45962 \emph default
45963  celdas de un cuadro 
45964 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45965 \end_inset
45966
45967  puede calcularse con
45968 \begin_inset Formula 
45969 \begin{equation}
45970 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45971 \end{equation}
45972
45973 \end_inset
45974
45975
45976 \end_layout
45977
45978 \begin_layout Standard
45979 donde 
45980 \begin_inset Formula $W_{g\,n}$
45981 \end_inset
45982
45983  es el ancho dado de todas las celdas.
45984  
45985 \series bold
45986
45987 \backslash
45988 tabcolsep
45989 \series default
45990  es la longitud \SpecialChar LaTeX
45991  entre el texto y el borde de la celda, 6
45992 \begin_inset space \thinspace{}
45993 \end_inset
45994
45995 pt por omisión.
45996  
45997 \series bold
45998
45999 \backslash
46000 arrayrulewidth
46001 \series default
46002  es el grosor de línea del borde, 0.4
46003 \begin_inset space \thinspace{}
46004 \end_inset
46005
46006 pt por omisión.
46007 \end_layout
46008
46009 \begin_layout Standard
46010 Procediendo como en la ecuación
46011 \begin_inset space ~
46012 \end_inset
46013
46014
46015 \begin_inset CommandInset ref
46016 LatexCommand eqref
46017 reference "eq:Wtot_n"
46018
46019 \end_inset
46020
46021 , el ancho total de una multicolumna, 
46022 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46023 \end_inset
46024
46025  es
46026 \begin_inset Formula 
46027 \begin{equation}
46028 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46029 \end{equation}
46030
46031 \end_inset
46032
46033
46034 \end_layout
46035
46036 \begin_layout Standard
46037 Igualando las ecuaciones
46038 \begin_inset space ~
46039 \end_inset
46040
46041
46042 \begin_inset CommandInset ref
46043 LatexCommand eqref
46044 reference "eq:Wtot_n"
46045
46046 \end_inset
46047
46048  y 
46049 \begin_inset CommandInset ref
46050 LatexCommand eqref
46051 reference "eq:Wtot_mult"
46052
46053 \end_inset
46054
46055  podemos calcular el ancho dado necesario 
46056 \begin_inset Formula $W_{g\,n}$
46057 \end_inset
46058
46059  cuando se expanden 
46060 \emph on
46061 n
46062 \emph default
46063  columnas, de forma que cada una de ellas tiene una anchura total 
46064 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46065 \end_inset
46066
46067 :
46068 \begin_inset Formula 
46069 \begin{equation}
46070 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46071 \end{equation}
46072
46073 \end_inset
46074
46075
46076 \end_layout
46077
46078 \begin_layout Bibliography
46079 \begin_inset CommandInset bibitem
46080 LatexCommand bibitem
46081 key "latexcompanion"
46082 literal "true"
46083
46084 \end_inset
46085
46086 Frank Mittelbach and Michel Goossens: 
46087 \emph on
46088 The \SpecialChar LaTeX
46089  Companion Second Edition.
46090
46091 \emph default
46092  Addison-Wesley, 2004
46093 \end_layout
46094
46095 \begin_layout Bibliography
46096 \begin_inset CommandInset bibitem
46097 LatexCommand bibitem
46098 key "latexguide"
46099 literal "true"
46100
46101 \end_inset
46102
46103 Helmut Kopka and Patrick W.
46104  Daly: 
46105 \emph on
46106 A Guide to \SpecialChar LaTeX
46107  Fourth Edition.
46108
46109 \emph default
46110  Addison-Wesley, 2003
46111 \end_layout
46112
46113 \begin_layout Bibliography
46114 \begin_inset CommandInset bibitem
46115 LatexCommand bibitem
46116 key "latexbook"
46117 literal "true"
46118
46119 \end_inset
46120
46121 Leslie Lamport: 
46122 \emph on
46123 \SpecialChar LaTeX
46124 : A Document Preparation System.
46125
46126 \emph default
46127  Addison-Wesley, second edition, 1994
46128 \end_layout
46129
46130 \begin_layout Bibliography
46131 \begin_inset CommandInset bibitem
46132 LatexCommand bibitem
46133 key "arydshln"
46134 literal "true"
46135
46136 \end_inset
46137
46138 Documentación del paquete \SpecialChar LaTeX
46139  
46140 \series bold
46141
46142 \begin_inset CommandInset href
46143 LatexCommand href
46144 name "arydshln"
46145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46146 literal "false"
46147
46148 \end_inset
46149
46150
46151 \series default
46152
46153 \begin_inset Index idx
46154 status collapsed
46155
46156 \begin_layout Plain Layout
46157 \SpecialChar LaTeX
46158 -paquetes ! arydshln
46159 \end_layout
46160
46161 \end_inset
46162
46163
46164 \end_layout
46165
46166 \begin_layout Bibliography
46167 \begin_inset CommandInset bibitem
46168 LatexCommand bibitem
46169 key "booktabs"
46170 literal "true"
46171
46172 \end_inset
46173
46174 Documentación del paquete \SpecialChar LaTeX
46175  
46176 \series bold
46177
46178 \begin_inset CommandInset href
46179 LatexCommand href
46180 name "booktabs"
46181 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46182 literal "false"
46183
46184 \end_inset
46185
46186
46187 \series default
46188
46189 \begin_inset Index idx
46190 status collapsed
46191
46192 \begin_layout Plain Layout
46193 \SpecialChar LaTeX
46194 -paquetes ! booktabs
46195 \end_layout
46196
46197 \end_inset
46198
46199
46200 \end_layout
46201
46202 \begin_layout Bibliography
46203 \begin_inset CommandInset bibitem
46204 LatexCommand bibitem
46205 key "caption"
46206 literal "true"
46207
46208 \end_inset
46209
46210 Documentación del paquete \SpecialChar LaTeX
46211  
46212 \series bold
46213
46214 \begin_inset CommandInset href
46215 LatexCommand href
46216 name "caption"
46217 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46218 literal "false"
46219
46220 \end_inset
46221
46222
46223 \series default
46224
46225 \begin_inset Index idx
46226 status collapsed
46227
46228 \begin_layout Plain Layout
46229 \SpecialChar LaTeX
46230 -paquetes ! caption
46231 \end_layout
46232
46233 \end_inset
46234
46235
46236 \end_layout
46237
46238 \begin_layout Bibliography
46239 \begin_inset CommandInset bibitem
46240 LatexCommand bibitem
46241 key "diagbox"
46242 literal "true"
46243
46244 \end_inset
46245
46246 Documentación del paquete \SpecialChar LaTeX
46247  
46248 \series bold
46249
46250 \begin_inset CommandInset href
46251 LatexCommand href
46252 name "diagbox"
46253 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46254 literal "false"
46255
46256 \end_inset
46257
46258
46259 \series default
46260
46261 \begin_inset Index idx
46262 status collapsed
46263
46264 \begin_layout Plain Layout
46265 \SpecialChar LaTeX
46266 -paquetes ! diagbox
46267 \end_layout
46268
46269 \end_inset
46270
46271
46272 \end_layout
46273
46274 \begin_layout Bibliography
46275 \begin_inset CommandInset bibitem
46276 LatexCommand bibitem
46277 key "endfloat"
46278 literal "true"
46279
46280 \end_inset
46281
46282 Documentación del paquete \SpecialChar LaTeX
46283  
46284 \series bold
46285
46286 \begin_inset CommandInset href
46287 LatexCommand href
46288 name "endfloat"
46289 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46290 literal "false"
46291
46292 \end_inset
46293
46294
46295 \series default
46296
46297 \begin_inset Index idx
46298 status collapsed
46299
46300 \begin_layout Plain Layout
46301 \SpecialChar LaTeX
46302 -paquetes ! endfloat
46303 \end_layout
46304
46305 \end_inset
46306
46307
46308 \end_layout
46309
46310 \begin_layout Bibliography
46311 \begin_inset CommandInset bibitem
46312 LatexCommand bibitem
46313 key "footmisc"
46314 literal "true"
46315
46316 \end_inset
46317
46318 Documentación del paquete \SpecialChar LaTeX
46319  
46320 \series bold
46321
46322 \begin_inset CommandInset href
46323 LatexCommand href
46324 name "footmisc"
46325 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46326 literal "false"
46327
46328 \end_inset
46329
46330
46331 \series default
46332
46333 \begin_inset Index idx
46334 status collapsed
46335
46336 \begin_layout Plain Layout
46337 \SpecialChar LaTeX
46338 -paquetes ! footmisc
46339 \end_layout
46340
46341 \end_inset
46342
46343
46344 \end_layout
46345
46346 \begin_layout Bibliography
46347 \begin_inset CommandInset bibitem
46348 LatexCommand bibitem
46349 key "hypcap"
46350 literal "true"
46351
46352 \end_inset
46353
46354 Documentación del paquete \SpecialChar LaTeX
46355  
46356 \series bold
46357
46358 \begin_inset CommandInset href
46359 LatexCommand href
46360 name "hypcap"
46361 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46362 literal "false"
46363
46364 \end_inset
46365
46366
46367 \series default
46368
46369 \begin_inset Index idx
46370 status collapsed
46371
46372 \begin_layout Plain Layout
46373 \SpecialChar LaTeX
46374 -paquetes ! hyperref
46375 \end_layout
46376
46377 \end_inset
46378
46379
46380 \end_layout
46381
46382 \begin_layout Bibliography
46383 \begin_inset CommandInset bibitem
46384 LatexCommand bibitem
46385 key "hyperref"
46386 literal "true"
46387
46388 \end_inset
46389
46390 Documentación del paquete \SpecialChar LaTeX
46391  
46392 \series bold
46393
46394 \begin_inset CommandInset href
46395 LatexCommand href
46396 name "hyperref"
46397 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46398 literal "false"
46399
46400 \end_inset
46401
46402
46403 \series default
46404
46405 \begin_inset Index idx
46406 status collapsed
46407
46408 \begin_layout Plain Layout
46409 \SpecialChar LaTeX
46410 -paquetes ! hyperref
46411 \end_layout
46412
46413 \end_inset
46414
46415
46416 \end_layout
46417
46418 \begin_layout Bibliography
46419 \begin_inset CommandInset bibitem
46420 LatexCommand bibitem
46421 key "KOMA-Script"
46422 literal "true"
46423
46424 \end_inset
46425
46426 Documentación del paquete \SpecialChar LaTeX
46427  
46428 \series bold
46429
46430 \begin_inset CommandInset href
46431 LatexCommand href
46432 name "KOMA-Script"
46433 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46434 literal "false"
46435
46436 \end_inset
46437
46438
46439 \series default
46440
46441 \begin_inset Index idx
46442 status collapsed
46443
46444 \begin_layout Plain Layout
46445 \SpecialChar LaTeX
46446 -paquetes ! KOMA-Script
46447 \end_layout
46448
46449 \end_inset
46450
46451
46452 \end_layout
46453
46454 \begin_layout Bibliography
46455 \begin_inset CommandInset bibitem
46456 LatexCommand bibitem
46457 key "lettrine"
46458 literal "true"
46459
46460 \end_inset
46461
46462 Documentación del paquete \SpecialChar LaTeX
46463  
46464 \series bold
46465
46466 \begin_inset CommandInset href
46467 LatexCommand href
46468 name "lettrine"
46469 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46470 literal "false"
46471
46472 \end_inset
46473
46474
46475 \series default
46476  y un 
46477 \begin_inset CommandInset href
46478 LatexCommand href
46479 name "ejemplo"
46480 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46481 literal "false"
46482
46483 \end_inset
46484
46485
46486 \begin_inset Index idx
46487 status collapsed
46488
46489 \begin_layout Plain Layout
46490 \SpecialChar LaTeX
46491 -paquetes ! lettrine
46492 \end_layout
46493
46494 \end_inset
46495
46496
46497 \end_layout
46498
46499 \begin_layout Bibliography
46500 \begin_inset CommandInset bibitem
46501 LatexCommand bibitem
46502 key "listings"
46503 literal "true"
46504
46505 \end_inset
46506
46507 Documentación del paquete \SpecialChar LaTeX
46508  
46509 \series bold
46510
46511 \begin_inset CommandInset href
46512 LatexCommand href
46513 name "listings"
46514 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46515 literal "false"
46516
46517 \end_inset
46518
46519
46520 \series default
46521
46522 \begin_inset Index idx
46523 status collapsed
46524
46525 \begin_layout Plain Layout
46526 \SpecialChar LaTeX
46527 -paquetes ! listings
46528 \end_layout
46529
46530 \end_inset
46531
46532
46533 \end_layout
46534
46535 \begin_layout Bibliography
46536 \begin_inset CommandInset bibitem
46537 LatexCommand bibitem
46538 key "marginnote"
46539 literal "true"
46540
46541 \end_inset
46542
46543 Documentación del paquete \SpecialChar LaTeX
46544  
46545 \series bold
46546
46547 \begin_inset CommandInset href
46548 LatexCommand href
46549 name "marginnote"
46550 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46551 literal "false"
46552
46553 \end_inset
46554
46555
46556 \series default
46557
46558 \begin_inset Index idx
46559 status collapsed
46560
46561 \begin_layout Plain Layout
46562 \SpecialChar LaTeX
46563 -paquetes ! marginnote
46564 \end_layout
46565
46566 \end_inset
46567
46568
46569 \end_layout
46570
46571 \begin_layout Bibliography
46572 \begin_inset CommandInset bibitem
46573 LatexCommand bibitem
46574 key "pdfpages"
46575 literal "true"
46576
46577 \end_inset
46578
46579 Documentación del paquete \SpecialChar LaTeX
46580  
46581 \series bold
46582
46583 \begin_inset CommandInset href
46584 LatexCommand href
46585 name "pdfpages"
46586 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46587 literal "false"
46588
46589 \end_inset
46590
46591
46592 \series default
46593
46594 \begin_inset Index idx
46595 status collapsed
46596
46597 \begin_layout Plain Layout
46598 \SpecialChar LaTeX
46599 -paquetes ! pdfpages
46600 \end_layout
46601
46602 \end_inset
46603
46604
46605 \end_layout
46606
46607 \begin_layout Bibliography
46608 \begin_inset CommandInset bibitem
46609 LatexCommand bibitem
46610 key "prettyref"
46611 literal "true"
46612
46613 \end_inset
46614
46615 Documentación del paquete \SpecialChar LaTeX
46616  
46617 \series bold
46618
46619 \begin_inset CommandInset href
46620 LatexCommand href
46621 name "prettyref"
46622 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46623 literal "false"
46624
46625 \end_inset
46626
46627
46628 \series default
46629
46630 \begin_inset Index idx
46631 status collapsed
46632
46633 \begin_layout Plain Layout
46634 \SpecialChar LaTeX
46635 -paquetes ! prettyref
46636 \end_layout
46637
46638 \end_inset
46639
46640
46641 \end_layout
46642
46643 \begin_layout Bibliography
46644 \begin_inset CommandInset bibitem
46645 LatexCommand bibitem
46646 key "pstricks"
46647 literal "true"
46648
46649 \end_inset
46650
46651 Página web del paquete \SpecialChar LaTeX
46652  
46653 \series bold
46654
46655 \begin_inset CommandInset href
46656 LatexCommand href
46657 name "PSTricks"
46658 target "http://tug.org/PSTricks/"
46659 literal "false"
46660
46661 \end_inset
46662
46663
46664 \series default
46665
46666 \begin_inset Index idx
46667 status collapsed
46668
46669 \begin_layout Plain Layout
46670 \SpecialChar LaTeX
46671 -paquetes ! PSTricks
46672 \end_layout
46673
46674 \end_inset
46675
46676
46677 \end_layout
46678
46679 \begin_layout Bibliography
46680 \begin_inset CommandInset bibitem
46681 LatexCommand bibitem
46682 key "refstyle"
46683 literal "true"
46684
46685 \end_inset
46686
46687 Documentación del paquete \SpecialChar LaTeX
46688  
46689 \series bold
46690
46691 \begin_inset CommandInset href
46692 LatexCommand href
46693 name "refstyle"
46694 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46695 literal "false"
46696
46697 \end_inset
46698
46699
46700 \series default
46701
46702 \begin_inset Index idx
46703 status collapsed
46704
46705 \begin_layout Plain Layout
46706 \SpecialChar LaTeX
46707 -paquetes ! refstyle
46708 \end_layout
46709
46710 \end_inset
46711
46712
46713 \end_layout
46714
46715 \begin_layout Bibliography
46716 \begin_inset CommandInset bibitem
46717 LatexCommand bibitem
46718 key "sidecap"
46719 literal "true"
46720
46721 \end_inset
46722
46723 Documentación del paquete \SpecialChar LaTeX
46724  
46725 \series bold
46726
46727 \begin_inset CommandInset href
46728 LatexCommand href
46729 name "sidecap"
46730 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46731 literal "false"
46732
46733 \end_inset
46734
46735
46736 \series default
46737
46738 \begin_inset Index idx
46739 status collapsed
46740
46741 \begin_layout Plain Layout
46742 \SpecialChar LaTeX
46743 -paquetes ! sidecap
46744 \end_layout
46745
46746 \end_inset
46747
46748
46749 \end_layout
46750
46751 \begin_layout Bibliography
46752 \begin_inset CommandInset bibitem
46753 LatexCommand bibitem
46754 key "Inkscape"
46755 literal "true"
46756
46757 \end_inset
46758
46759 Documentación 
46760 \lang english
46761 of the option
46762 \lang spanish
46763  
46764 \begin_inset CommandInset href
46765 LatexCommand href
46766 name "Omitir texto en PDF"
46767 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
46768 literal "false"
46769
46770 \end_inset
46771
46772  
46773 \lang english
46774 of the program
46775 \lang spanish
46776  
46777 \noun on
46778
46779 \begin_inset CommandInset href
46780 LatexCommand href
46781 name "Inkscape"
46782 target "https://inkscape.org/es/"
46783 literal "false"
46784
46785 \end_inset
46786
46787
46788 \end_layout
46789
46790 \begin_layout Standard
46791 \begin_inset CommandInset index_print
46792 LatexCommand printindex
46793 type "idx"
46794 name "Índice"
46795 literal "false"
46796
46797 \end_inset
46798
46799
46800 \end_layout
46801
46802 \end_body
46803 \end_document