]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: better description for rotated table cells with line breaks
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
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 varwidth
163 \end_modules
164 \maintain_unincluded_children false
165 \language spanish
166 \language_package babel
167 \inputencoding auto
168 \fontencoding global
169 \font_roman "lmodern" "default"
170 \font_sans "lmss" "default"
171 \font_typewriter "lmtt" "default"
172 \font_math "auto" "auto"
173 \font_default_family default
174 \use_non_tex_fonts false
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100 100
178 \font_tt_scale 100 100
179 \use_microtype false
180 \use_dash_ligatures false
181 \graphics default
182 \default_output_format pdf2
183 \output_sync 0
184 \bibtex_command default
185 \index_command default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
190 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
203 \papersize default
204 \use_geometry false
205 \use_package amsmath 1
206 \use_package amssymb 1
207 \use_package cancel 1
208 \use_package esint 1
209 \use_package mathdots 1
210 \use_package mathtools 1
211 \use_package mhchem 1
212 \use_package stackrel 1
213 \use_package stmaryrd 1
214 \use_package undertilde 1
215 \cite_engine basic
216 \cite_engine_type default
217 \biblio_style plain
218 \use_bibtopic false
219 \use_indices false
220 \paperorientation portrait
221 \suppress_date false
222 \justification true
223 \use_refstyle 0
224 \use_minted 0
225 \notefontcolor #0000ff
226 \index Índice
227 \shortcut idx
228 \color #008000
229 \end_index
230 \secnumdepth 3
231 \tocdepth 3
232 \paragraph_separation skip
233 \defskip medskip
234 \is_math_indent 0
235 \math_numbering_side default
236 \quotes_style swiss
237 \dynamic_quotes 0
238 \papercolumns 1
239 \papersides 2
240 \paperpagestyle default
241 \tracking_changes false
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \end_header
247
248 \begin_body
249
250 \begin_layout Title
251 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
252  en \SpecialChar LyX
253
254 \end_layout
255
256 \begin_layout Author
257 por el Equipo \SpecialChar LyX
258
259 \begin_inset Foot
260 status collapsed
261
262 \begin_layout Plain Layout
263 \noindent
264 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
265  de Documentación de \SpecialChar LyX
266
267 \begin_inset CommandInset href
268 LatexCommand href
269 name "lyx-docs@lists.lyx.org"
270 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
271 type "mailto:"
272 literal "false"
273
274 \end_inset
275
276
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Note Note
283 status collapsed
284
285 \begin_layout Plain Layout
286 Autor: Uwe Stöhr
287 \end_layout
288
289 \end_inset
290
291
292 \begin_inset Note Note
293 status collapsed
294
295 \begin_layout Plain Layout
296 Traducción de: Ignacio García
297 \end_layout
298
299 \end_inset
300
301
302 \begin_inset Newline newline
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \family sans
311 Versión 2.3.x
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset CommandInset toc
316 LatexCommand tableofcontents
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 \begin_inset Note Note
325 status open
326
327 \begin_layout Plain Layout
328 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
329  estar instalados los paquetes \SpecialChar LaTeX
330  
331 \series bold
332 arydshln
333 \series default
334
335 \series bold
336 colortbl
337 \series default
338
339 \series bold
340 diagbox, lettrine, marginnote, picinpar
341 \series default
342  y 
343 \series bold
344 sidecap
345 \series default
346 .
347  Si no están instalados, también podrás exportar el documento, pero las
348  secciones en que dichos paquetes son necesarios no aparecen en la salida.
349 \end_layout
350
351 \begin_layout Plain Layout
352 La última versión en PDF de este documento puede encontrarse aquí:
353 \series bold
354
355 \begin_inset Newline newline
356 \end_inset
357
358 http://wiki.lyx.org/\SpecialChar LyX
359 /Manuals#EmbeddedObjects
360 \end_layout
361
362 \end_inset
363
364
365 \end_layout
366
367 \begin_layout Chapter
368 Figuras
369 \begin_inset Index idx
370 status collapsed
371
372 \begin_layout Plain Layout
373 Figuras
374 \end_layout
375
376 \end_inset
377
378
379 \begin_inset Index idx
380 status collapsed
381
382 \begin_layout Plain Layout
383 Gráficos|see
384 \begin_inset ERT
385 status collapsed
386
387 \begin_layout Plain Layout
388
389 {
390 \end_layout
391
392 \end_inset
393
394 Figuras
395 \begin_inset ERT
396 status collapsed
397
398 \begin_layout Plain Layout
399
400 }
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Section
414 Diálogo de gráficos
415 \begin_inset CommandInset label
416 LatexCommand label
417 name "sec:Diálogo-Gráficos"
418
419 \end_inset
420
421
422 \begin_inset Index idx
423 status collapsed
424
425 \begin_layout Plain Layout
426 Figuras ! Diálogo de gráficos
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \begin_layout Standard
435 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
436  texto que desees y haz clic en el botón 
437 \begin_inset Info
438 type  "icon"
439 arg   "dialog-show-new-inset graphics"
440 \end_inset
441
442  o en el menú 
443 \family sans
444 Insertar\SpecialChar menuseparator
445 Imagen
446 \family default
447 .
448  Aparecerá un diálogo para escoger el archivo a cargar.
449  La imagen aparecerá en el archivo de salida exactamente en la misma posición
450  en la que la has colocado.
451 \end_layout
452
453 \begin_layout Standard
454 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
455  una imagen.
456  Este diálogo tiene tres pestañas:
457 \end_layout
458
459 \begin_layout Description
460 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
461  presentación en \SpecialChar LyX
462  y en la salida.
463  En el apéndice
464 \begin_inset space ~
465 \end_inset
466
467
468 \begin_inset CommandInset ref
469 LatexCommand ref
470 reference "cap:Unidades-disponibles-en"
471
472 \end_inset
473
474  se detallan las unidades disponibles para el tamaño del gráfico.
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figuras ! Rotar
484 \end_layout
485
486 \end_inset
487
488 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
489  un ángulo y un origen de rotación.
490  La imagen también gira en \SpecialChar LyX
491 .
492 \begin_inset Newline newline
493 \end_inset
494
495
496 \begin_inset Index idx
497 status collapsed
498
499 \begin_layout Plain Layout
500 Figuras ! Redimensionar
501 \end_layout
502
503 \end_inset
504
505 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
506 ente la altura y la anchura.
507  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
508  automáticamente.
509  Si fijas ambas dimensiones
510 \family sans
511 ,
512 \family default
513  la imagen se adaptará a ellas, posiblemente distorsionada.
514  Para evitar distorsión en la imagen marca la opción 
515 \family sans
516 Mantener
517 \begin_inset space ~
518 \end_inset
519
520 proporción
521 \family default
522 .
523  En ese caso la imagen será modificada de forma que su anchura y su altura
524  no excedan de las dimensiones especificadas.
525 \begin_inset Newline newline
526 \end_inset
527
528 Las imágenes se pueden abrir en el programa de tu elección con la entrada
529 \family sans
530  Editar
531 \begin_inset space ~
532 \end_inset
533
534  externamente
535 \family default
536  del menú contextual que aparece al hacer clic derecho sobre la imagen.
537  Los programas visor y editor para cada formato de imagen se pueden establecer
538  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
539 .
540 \end_layout
541
542 \begin_layout Description
543 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
544  coordenadas de la imagen para ajustar su altura y anchura en la salida.
545  Además, las coordenadas se pueden calcular automáticamente pinchando el
546  botón 
547 \family sans
548 Obtener
549 \begin_inset space ~
550 \end_inset
551
552 de
553 \begin_inset space ~
554 \end_inset
555
556 archivo
557 \family default
558 .
559  El botón 
560 \family sans
561 Recortar
562 \begin_inset space ~
563 \end_inset
564
565 al
566 \begin_inset space ~
567 \end_inset
568
569 cuadro
570 \begin_inset space ~
571 \end_inset
572
573 delimitador
574 \family default
575  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
576 as.
577  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
578 \end_layout
579
580 \begin_layout Description
581 Opciones
582 \begin_inset space ~
583 \end_inset
584
585 de
586 \begin_inset space ~
587 \end_inset
588
589 \SpecialChar LaTeX
590
591 \begin_inset space ~
592 \end_inset
593
594 y
595 \begin_inset space ~
596 \end_inset
597
598 \SpecialChar LyX
599  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
600  y, si eres
601  experto en \SpecialChar LaTeX
602 , especificar opciones \SpecialChar LaTeX
603  adicionales.
604 \begin_inset Newline newline
605 \end_inset
606
607 La opción 
608 \family sans
609 Modo
610 \begin_inset space ~
611 \end_inset
612
613 borrador
614 \family default
615  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
616 \begin_inset Newline newline
617 \end_inset
618
619 En la sección 
620 \family sans
621 Grupo
622 \begin_inset space ~
623 \end_inset
624
625 de
626 \begin_inset space ~
627 \end_inset
628
629 gráficos
630 \family default
631  puedes definir un conjunto de ajustes de imagen.
632 \begin_inset Index idx
633 status collapsed
634
635 \begin_layout Plain Layout
636 Figuras ! Agrupación de ajustes
637 \end_layout
638
639 \end_inset
640
641  Las imágenes incluidas en un grupo comparten sus características, de modo
642  que al modificar las de una imagen del grupo se modifican igualmente las
643  de las demás imágenes del grupo.
644  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
645  necesidad de hacerlo individualmente para cada una de ellas.
646  Además se puede integrar una imagen en un grupo existente marcando el nombre
647  del mismo en el menú contextual de la imagen.
648  
649 \end_layout
650
651 \begin_layout Standard
652 \begin_inset VSpace bigskip
653 \end_inset
654
655
656 \end_layout
657
658 \begin_layout Standard
659 Esto es un ejemplo de imagen en formato PDF
660 \begin_inset Foot
661 status collapsed
662
663 \begin_layout Plain Layout
664 Los formatos de imagen se explican en el sección
665 \begin_inset space ~
666 \end_inset
667
668
669 \begin_inset CommandInset ref
670 LatexCommand ref
671 reference "sec:Formatos-de-imagen"
672
673 \end_inset
674
675 .
676 \end_layout
677
678 \end_inset
679
680  en un párrafo separado centrado horizontalmente:
681 \end_layout
682
683 \begin_layout Standard
684 \align center
685 \begin_inset Graphics
686         filename ../clipart/2D-intensity-plot.pdf
687         clip
688         rotateOrigin center
689
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 Esta es la misma imagen pero en modo borrador:
697 \end_layout
698
699 \begin_layout Standard
700 \align center
701 \begin_inset Graphics
702         filename ../clipart/2D-intensity-plot.pdf
703         draft
704         rotateOrigin center
705
706 \end_inset
707
708
709 \begin_inset Newpage newpage
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Section
716 Figuras flotantes
717 \begin_inset CommandInset label
718 LatexCommand label
719 name "sec:Figuras-Flotantes"
720
721 \end_inset
722
723
724 \begin_inset Index idx
725 status collapsed
726
727 \begin_layout Plain Layout
728 Flotantes ! Figuras
729 \end_layout
730
731 \end_inset
732
733
734 \begin_inset Index idx
735 status collapsed
736
737 \begin_layout Plain Layout
738 Figuras ! Flotantes
739 \end_layout
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Standard
747 Para información general sobre flotantes, echa una ojeada a la sección
748 \begin_inset space ~
749 \end_inset
750
751
752 \begin_inset CommandInset ref
753 LatexCommand ref
754 reference "sec:Introducción-Flotantes"
755
756 \end_inset
757
758 .
759 \end_layout
760
761 \begin_layout Standard
762 El botón 
763 \begin_inset Info
764 type  "icon"
765 arg   "float-insert figure"
766 \end_inset
767
768  y el menú 
769 \family sans
770 Insertar\SpecialChar menuseparator
771 Flotante\SpecialChar menuseparator
772 Figura
773 \family default
774  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
775  La imagen se puede insertar sobre la leyenda, como en la figura
776 \begin_inset space ~
777 \end_inset
778
779
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "fig:Una-estrella-en"
783
784 \end_inset
785
786 , o bajo ella, como en la figura
787 \begin_inset space ~
788 \end_inset
789
790
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "fig:A-3D-object"
794
795 \end_inset
796
797 .
798  Más información sobre ubicación de leyendas en la sección
799 \begin_inset space ~
800 \end_inset
801
802
803 \begin_inset CommandInset ref
804 LatexCommand ref
805 reference "sec:Colocación-de-leyendas"
806
807 \end_inset
808
809 .
810 \end_layout
811
812 \begin_layout Standard
813 \begin_inset Float figure
814 wide false
815 sideways false
816 status open
817
818 \begin_layout Plain Layout
819 \align center
820 \begin_inset Graphics
821         filename ../clipart/Star-structure.pdf
822         lyxscale 60
823         width 50col%
824         rotateOrigin center
825
826 \end_inset
827
828
829 \end_layout
830
831 \begin_layout Plain Layout
832 \begin_inset Caption Standard
833
834 \begin_layout Plain Layout
835 \begin_inset CommandInset label
836 LatexCommand label
837 name "fig:Una-estrella-en"
838
839 \end_inset
840
841 Una estrella en un flotante.
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 wide false
857 sideways false
858 status open
859
860 \begin_layout Plain Layout
861 \begin_inset Caption Standard
862
863 \begin_layout Plain Layout
864 \begin_inset CommandInset label
865 LatexCommand label
866 name "fig:A-3D-object"
867
868 \end_inset
869
870
871 \lang english
872 A 3D object.
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \begin_layout Plain Layout
881 \align center
882 \begin_inset Graphics
883         filename ../clipart/3D-structure-distort.pdf
884         lyxscale 60
885         scale 80
886         rotateOrigin center
887
888 \end_inset
889
890
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Index idx
900 status collapsed
901
902 \begin_layout Plain Layout
903 Referencias ! a figuras
904 \end_layout
905
906 \end_inset
907
908 Las figuras
909 \begin_inset space ~
910 \end_inset
911
912
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:Una-estrella-en"
916
917 \end_inset
918
919  y 
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "fig:A-3D-object"
923
924 \end_inset
925
926  son ejemplos de figuras con referencias cruzadas.
927  Las figuras pueden tener referencias cruzadas en el documento mediante
928  referencia a su etiqueta.
929  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
930 \family sans
931 Insertar\SpecialChar menuseparator
932 Etiqueta
933 \family default
934  o el botón 
935 \begin_inset Info
936 type  "icon"
937 arg   "label-insert"
938 \end_inset
939
940 .
941  Ahora puedes referirte a la etiqueta usando el menú 
942 \family sans
943 Insertar\SpecialChar menuseparator
944 Referencia
945 \begin_inset space ~
946 \end_inset
947
948 cruzada
949 \family default
950  o el botón 
951 \begin_inset Info
952 type  "icon"
953 arg   "dialog-show-new-inset ref"
954 \end_inset
955
956 .
957  Es importante emplear referencias a flotantes, mejor que alusiones vagas
958  como «la figura de arriba», porque como \SpecialChar LaTeX
959  recolocará los flotantes en el
960  documento final, podría no quedar «arriba» precisamente.
961 \begin_inset Newline newline
962 \end_inset
963
964 Las referencias se explican con detalle en la sección
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "sec:Referencias-a-Flotantes"
972
973 \end_inset
974
975 .
976 \end_layout
977
978 \begin_layout Standard
979 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
980  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
981  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
982  existente.
983  La figura
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "fig:Dos-imágenes-distorsionadas"
991
992 \end_inset
993
994  es un ejemplo de figura flotante con dos imágenes adosadas.
995  También se pueden poner una sobre otra.
996  Las subfiguras son
997 \begin_inset space ~
998 \end_inset
999
1000
1001 \begin_inset CommandInset ref
1002 LatexCommand ref
1003 reference "fig:Pink-object"
1004
1005 \end_inset
1006
1007  y
1008 \begin_inset space ~
1009 \end_inset
1010
1011
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "fig:A-star"
1015
1016 \end_inset
1017
1018 .
1019 \end_layout
1020
1021 \begin_layout Standard
1022 \begin_inset Float figure
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \begin_inset space \hfill{}
1029 \end_inset
1030
1031
1032 \begin_inset Float figure
1033 wide false
1034 sideways false
1035 status collapsed
1036
1037 \begin_layout Plain Layout
1038 \begin_inset Caption Standard
1039
1040 \begin_layout Plain Layout
1041 \begin_inset CommandInset label
1042 LatexCommand label
1043 name "fig:Pink-object"
1044
1045 \end_inset
1046
1047
1048 \lang english
1049 Pink object.
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Graphics
1059         filename ../clipart/3D-structure-distort.pdf
1060         width 45col%
1061         groupId distorsionadas
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \begin_inset space \hfill{}
1072 \end_inset
1073
1074
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status collapsed
1079
1080 \begin_layout Plain Layout
1081 \begin_inset Caption Standard
1082
1083 \begin_layout Plain Layout
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "fig:A-star"
1087
1088 \end_inset
1089
1090
1091 \lang english
1092 A star.
1093 \end_layout
1094
1095 \end_inset
1096
1097
1098 \end_layout
1099
1100 \begin_layout Plain Layout
1101 \begin_inset Graphics
1102         filename ../clipart/Star-structure.pdf
1103         width 45col%
1104         groupId distorsionadas
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \begin_inset space \hfill{}
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption Standard
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "fig:Dos-imágenes-distorsionadas"
1127
1128 \end_inset
1129
1130 Dos imágenes distorsionadas.
1131  Ambas están en el grupo llamado «distorsionadas».
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \begin_inset Newpage newpage
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \begin_layout Section
1149 Formatos de imagen
1150 \begin_inset CommandInset label
1151 LatexCommand label
1152 name "sec:Formatos-de-imagen"
1153
1154 \end_inset
1155
1156
1157 \begin_inset Index idx
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 Formatos de imagen
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \begin_inset Index idx
1168 status collapsed
1169
1170 \begin_layout Plain Layout
1171 Figuras ! Formatos de imagen
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \end_layout
1178
1179 \begin_layout Standard
1180 Puedes insertar imágenes en cualquier formato.
1181  Pero como se explica en el apéndice
1182 \begin_inset space ~
1183 \end_inset
1184
1185
1186 \begin_inset CommandInset ref
1187 LatexCommand ref
1188 reference "cap:Formatos-de-Archivos-de-Salida"
1189
1190 \end_inset
1191
1192 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1193  de archivo de imagen.
1194  Por eso \SpecialChar LyX
1195  usa el programa 
1196 \family typewriter
1197 ImageMagick
1198 \family default
1199  en segundo plano para convertir imágenes al formato adecuado.
1200  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1201  los formatos de imagen admitidos en el formato de archivo de salida.
1202  Los formatos de salida se explican en el apéndice
1203 \begin_inset space ~
1204 \end_inset
1205
1206
1207 \begin_inset CommandInset ref
1208 LatexCommand ref
1209 reference "cap:Formatos-de-Archivos-de-Salida"
1210
1211 \end_inset
1212
1213 .
1214 \end_layout
1215
1216 \begin_layout Standard
1217 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1218 \end_layout
1219
1220 \begin_layout Description
1221 Imágenes
1222 \begin_inset space ~
1223 \end_inset
1224
1225 mapa
1226 \begin_inset space ~
1227 \end_inset
1228
1229 de
1230 \begin_inset space ~
1231 \end_inset
1232
1233 bits
1234 \begin_inset space ~
1235 \end_inset
1236
1237 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1238  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1239  de zoom.
1240  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1241  Format» (GIF, extensión «
1242 \family typewriter
1243 .gif
1244 \family default
1245 »)
1246 \begin_inset Index idx
1247 status collapsed
1248
1249 \begin_layout Plain Layout
1250 GIF|see
1251 \begin_inset ERT
1252 status collapsed
1253
1254 \begin_layout Plain Layout
1255
1256 {
1257 \end_layout
1258
1259 \end_inset
1260
1261 Formatos de imagen
1262 \begin_inset ERT
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266
1267 }
1268 \end_layout
1269
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \end_inset
1276
1277 , «Portable Network Graphics» (PNG, extensión «
1278 \family typewriter
1279 .png
1280 \family default
1281 »)
1282 \begin_inset Index idx
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286 PNG|see
1287 \begin_inset ERT
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291
1292 {
1293 \end_layout
1294
1295 \end_inset
1296
1297 Formatos de imagen
1298 \begin_inset ERT
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302
1303 }
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \end_layout
1310
1311 \end_inset
1312
1313 , y «Joint Photographic Experts Group» (JPG, extensión «
1314 \family typewriter
1315 .jpg
1316 \family default
1317 » o «
1318 \family typewriter
1319 .jpeg
1320 \family default
1321 »)
1322 \begin_inset Index idx
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 JPG|see
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 {
1333 \end_layout
1334
1335 \end_inset
1336
1337 Formatos de imagen
1338 \begin_inset ERT
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342
1343 }
1344 \end_layout
1345
1346 \end_inset
1347
1348
1349 \end_layout
1350
1351 \end_inset
1352
1353 .
1354 \end_layout
1355
1356 \begin_layout Description
1357 Imágenes
1358 \begin_inset space ~
1359 \end_inset
1360
1361 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1362 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1363  La posibilidad de variar la escala hace falta para crear presentaciones,
1364  porque éstas siempre son redimensionadas por el proyector.
1365  La modificación de la escala también es útil en los documentos en línea
1366  para permitir el zoom en diagramas.
1367 \begin_inset Newline newline
1368 \end_inset
1369
1370 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1371  (SVG, extensión «
1372 \family typewriter
1373 .svg
1374 \family default
1375 »)
1376 \begin_inset Index idx
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 SVG|see
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 {
1387 \end_layout
1388
1389 \end_inset
1390
1391 Formatos de imagen
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 }
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \end_inset
1406
1407 , «Encapsulated PostScript» (EPS, extensión «
1408 \family typewriter
1409 .eps
1410 \family default
1411 »)
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 EPS|see
1417 \begin_inset ERT
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421
1422 {
1423 \end_layout
1424
1425 \end_inset
1426
1427 Formatos de imagen
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 }
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \end_inset
1442
1443 , «Portable Document Format» (PDF, extensión «
1444 \family typewriter
1445 .pdf
1446 \family default
1447 »)
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 PDF|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Formatos de imagen
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479 , y «Windows Metafile» (WMF, extensión «
1480 \family typewriter
1481 .wmf
1482 \family default
1483 »)
1484 \begin_inset Index idx
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488 WMF|see
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 {
1495 \end_layout
1496
1497 \end_inset
1498
1499 Formatos de imagen
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 }
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \end_layout
1512
1513 \end_inset
1514
1515 .
1516  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1517  a PDF o EPS y el resultado será todavía una imagen bitmap.
1518  En estos casos sólo se añade a la imagen original una cabecera con las
1519  propiedades de la imagen.
1520 \begin_inset Foot
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524 En el caso de PDF, además se comprime la imagen original.
1525 \end_layout
1526
1527 \end_inset
1528
1529  Por ejemplo, los archivos PDF generados por 
1530 \family typewriter
1531 Adobe Photoshop
1532 \family default
1533  son imágenes bitmap.
1534 \end_layout
1535
1536 \begin_layout Standard
1537 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1538  escala pero sí al contrario.
1539  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1540  archivos de salida PDF y PostScript, respectivamente.
1541  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1542  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1543 \begin_inset Formula $\to$
1544 \end_inset
1545
1546  PDF/EPS.
1547 \end_layout
1548
1549 \begin_layout Chapter
1550 Cuadros y tablas
1551 \begin_inset Index idx
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555 Cuadros
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \begin_inset Index idx
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565 Tablas|see 
1566 \begin_inset ERT
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571 {
1572 \end_layout
1573
1574 \end_inset
1575
1576 Cuadros
1577 \begin_inset ERT
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581
1582 }
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591
1592
1593 \end_layout
1594
1595 \begin_layout Section
1596 Introducción
1597 \begin_inset Index idx
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 Cuadros ! Introducción
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \begin_layout Standard
1610 Puede insertarse un cuadro mediante el botón 
1611 \begin_inset Info
1612 type  "icon"
1613 arg   "tabular-insert"
1614 \end_inset
1615
1616  o el menú 
1617 \family sans
1618 Insertar\SpecialChar menuseparator
1619 Cuadro/Tabla
1620 \family default
1621 .
1622  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1623  el número de filas y de columnas del cuadro.
1624  Si usas el menú aparece un diálogo en el que se pide el número de filas
1625  y columnas.
1626  
1627 \begin_inset Newline newline
1628 \end_inset
1629
1630 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1631  fila aparece separada por una línea doble: el borde inferior de la primera
1632  fila y el borde superior de la segunda fila.
1633  Ejemplo de cuadro:
1634 \end_layout
1635
1636 \begin_layout Standard
1637 \align center
1638 \begin_inset Tabular
1639 <lyxtabular version="3" rows="4" columns="4">
1640 <features tabularvalignment="middle">
1641 <column alignment="center" valignment="top">
1642 <column alignment="center" valignment="top" width="0pt">
1643 <column alignment="center" valignment="top" width="0in">
1644 <column alignment="center" valignment="top" width="0pt">
1645 <row>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659
1660 \family roman
1661 \series medium
1662 \shape up
1663 \size normal
1664 \emph off
1665 \bar no
1666 \noun off
1667 \color none
1668 1
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677 2
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686 3
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 <row>
1693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697
1698 \family roman
1699 \series medium
1700 \shape up
1701 \size normal
1702 \emph off
1703 \bar no
1704 \noun off
1705 \color none
1706 A
1707 \end_layout
1708
1709 \end_inset
1710 </cell>
1711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 </row>
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \family roman
1746 \series medium
1747 \shape up
1748 \size normal
1749 \emph off
1750 \bar no
1751 \noun off
1752 \color none
1753 B
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \size normal
1773 \noun off
1774 \color none
1775  
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 </row>
1790 <row>
1791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \family roman
1797 \series medium
1798 \shape up
1799 \size normal
1800 \emph off
1801 \bar no
1802 \noun off
1803 \color none
1804 C
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 </lyxtabular>
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \begin_layout Section
1845 Diálogo de cuadros
1846 \begin_inset Index idx
1847 status collapsed
1848
1849 \begin_layout Plain Layout
1850 Cuadros ! Configuración
1851 \end_layout
1852
1853 \end_inset
1854
1855
1856 \end_layout
1857
1858 \begin_layout Standard
1859 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1860  un clic del botón derecho del ratón.
1861  En la opción 
1862 \family sans
1863 Más...
1864
1865 \family default
1866  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1867  encuentra el cursor.
1868  La entrada del menú contextual 
1869 \family sans
1870 Más...\SpecialChar menuseparator
1871 Configuración...
1872
1873 \family default
1874  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1875  cuadro.
1876  La mayoría de opciones también trabajan sobre una selección de celdas,
1877  de filas o de columnas.
1878  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1879  su 
1880 \emph on
1881 contenido
1882 \emph default
1883 .
1884 \begin_inset Newline newline
1885 \end_inset
1886
1887 Con la opción del diálogo 
1888 \family sans
1889 Aplicar inmediatamente
1890 \family default
1891  cada cambio que hagas se aplica directamente.
1892  Si mueves el cursor a otra celda el diálogo también se actualizará con
1893  los parámetros de la nueva celda.
1894  Si cambias valores de longitud debes pulsar la tecla 
1895 \family sans
1896 Entrar
1897 \family default
1898  para aplicar los cambios.
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 En el cuadro de diálogo aparecen las siguientes solapas:
1903 \end_layout
1904
1905 \begin_layout Description
1906 Configuración
1907 \begin_inset space ~
1908 \end_inset
1909
1910 del
1911 \begin_inset space ~
1912 \end_inset
1913
1914 cuadro Aquí puedes establecer la alineación horizontal y la anchura de la
1915  columna actual o del cuadro completo.
1916 \begin_inset Index idx
1917 status collapsed
1918
1919 \begin_layout Plain Layout
1920 Cuadros ! Anchura
1921 \end_layout
1922
1923 \end_inset
1924
1925  La alineación 
1926 \family sans
1927 Al separador decimal
1928 \family default
1929  se describe en la sección
1930 \begin_inset space ~
1931 \end_inset
1932
1933
1934 \begin_inset CommandInset ref
1935 LatexCommand ref
1936 reference "subsec:Alineación-especial-de"
1937
1938 \end_inset
1939
1940 .
1941  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1942  Una anchura determinada permite tener saltos de línea y distintos párrafos
1943  de texto, véase sección
1944 \begin_inset space ~
1945 \end_inset
1946
1947
1948 \begin_inset CommandInset ref
1949 LatexCommand ref
1950 reference "subsec:Líneas-Múltiples-en"
1951
1952 \end_inset
1953
1954 .
1955  Si no estableces anchura, la columna será tan ancha como el contenido de
1956  la celda más ancha.
1957 \begin_inset Newline newline
1958 \end_inset
1959
1960 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1961  véase sección
1962 \begin_inset space ~
1963 \end_inset
1964
1965
1966 \begin_inset CommandInset ref
1967 LatexCommand ref
1968 reference "subsec:Multicolumnas"
1969
1970 \end_inset
1971
1972 , o las celdas de una columna como celda multifila, véase sección
1973 \begin_inset space ~
1974 \end_inset
1975
1976
1977 \begin_inset CommandInset ref
1978 LatexCommand ref
1979 reference "subsec:Multifilas"
1980
1981 \end_inset
1982
1983 .
1984 \begin_inset Newline newline
1985 \end_inset
1986
1987 Las casillas de giro rotan la celda actual, una selección o todo el cuadro
1988  90º en sentido antihorario.
1989  La rotación no se ve en \SpecialChar LyX
1990 , sí en la salida.
1991  Para más información véase sección
1992 \begin_inset space ~
1993 \end_inset
1994
1995
1996 \begin_inset CommandInset ref
1997 LatexCommand ref
1998 reference "sec:Celdas de cuadro giradas"
1999
2000 \end_inset
2001
2002 .
2003 \begin_inset Newline newline
2004 \end_inset
2005
2006
2007 \begin_inset Note Greyedout
2008 status open
2009
2010 \begin_layout Plain Layout
2011
2012 \series bold
2013 Nota:
2014 \series default
2015  no todos los visores DVI pueden mostrar rotaciones.
2016 \end_layout
2017
2018 \end_inset
2019
2020
2021 \begin_inset Newline newline
2022 \end_inset
2023
2024 La alineación vertical del cuadro completo se usa para cuadros en líneas
2025  de texto:
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 Línea con cuadros con diferentes alineaciones: 
2030 \begin_inset Tabular
2031 <lyxtabular version="3" rows="2" columns="2">
2032 <features tabularvalignment="top">
2033 <column alignment="center" valignment="top" width="0pt">
2034 <column alignment="center" valignment="top">
2035 <row>
2036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2037 \begin_inset Text
2038
2039 \begin_layout Plain Layout
2040
2041 \end_layout
2042
2043 \end_inset
2044 </cell>
2045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2046 \begin_inset Text
2047
2048 \begin_layout Plain Layout
2049 1
2050 \end_layout
2051
2052 \end_inset
2053 </cell>
2054 </row>
2055 <row>
2056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2057 \begin_inset Text
2058
2059 \begin_layout Plain Layout
2060 A
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2066 \begin_inset Text
2067
2068 \begin_layout Plain Layout
2069
2070 \end_layout
2071
2072 \end_inset
2073 </cell>
2074 </row>
2075 </lyxtabular>
2076
2077 \end_inset
2078
2079  
2080 \begin_inset Tabular
2081 <lyxtabular version="3" rows="2" columns="2">
2082 <features tabularvalignment="middle">
2083 <column alignment="center" valignment="top">
2084 <column alignment="center" valignment="top">
2085 <row>
2086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2096 \begin_inset Text
2097
2098 \begin_layout Plain Layout
2099 1
2100 \end_layout
2101
2102 \end_inset
2103 </cell>
2104 </row>
2105 <row>
2106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Plain Layout
2110 A
2111 \end_layout
2112
2113 \end_inset
2114 </cell>
2115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 </row>
2125 </lyxtabular>
2126
2127 \end_inset
2128
2129  
2130 \begin_inset Tabular
2131 <lyxtabular version="3" rows="2" columns="2">
2132 <features tabularvalignment="bottom">
2133 <column alignment="center" valignment="top" width="0pt">
2134 <column alignment="center" valignment="top">
2135 <row>
2136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2146 \begin_inset Text
2147
2148 \begin_layout Plain Layout
2149 1
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 </row>
2155 <row>
2156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2157 \begin_inset Text
2158
2159 \begin_layout Plain Layout
2160 A
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2166 \begin_inset Text
2167
2168 \begin_layout Plain Layout
2169
2170 \end_layout
2171
2172 \end_inset
2173 </cell>
2174 </row>
2175 </lyxtabular>
2176
2177 \end_inset
2178
2179
2180 \begin_inset Newline newline
2181 \end_inset
2182
2183 También es posible introducir argumentos \SpecialChar LaTeX
2184  necesarios para formatos especiales,
2185  véanse las secciones
2186 \begin_inset space ~
2187 \end_inset
2188
2189
2190 \begin_inset CommandInset ref
2191 LatexCommand ref
2192 reference "subsec:Cálculos-en-Multicolumnas"
2193
2194 \end_inset
2195
2196  y
2197 \begin_inset space ~
2198 \end_inset
2199
2200
2201 \begin_inset CommandInset ref
2202 LatexCommand ref
2203 reference "sec:Cuadros-Coloreados"
2204
2205 \end_inset
2206
2207 .
2208 \end_layout
2209
2210 \begin_layout Description
2211 Bordes En esta solapa puedes añadir y quitar bordes para la fila/columna
2212  actual.
2213  Puedes elegir para el cuadro un estilo 
2214 \family sans
2215 Formal
2216 \family default
2217 , como se describe en la sección
2218 \begin_inset space ~
2219 \end_inset
2220
2221
2222 \begin_inset CommandInset ref
2223 LatexCommand ref
2224 reference "sec:Cuadros-Formales"
2225
2226 \end_inset
2227
2228 .
2229 \begin_inset Newline newline
2230 \end_inset
2231
2232 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2233  se describe en la sección
2234 \begin_inset space ~
2235 \end_inset
2236
2237
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "subsec:Espacio-adicional"
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Description
2248 Cuadro
2249 \begin_inset space ~
2250 \end_inset
2251
2252 multipágina Para hacer 
2253 \emph on
2254 cuadros multipágina
2255 \emph default
2256  que pueden extenderse por varias páginas.
2257  Las secciones
2258 \begin_inset space ~
2259 \end_inset
2260
2261
2262 \begin_inset CommandInset ref
2263 LatexCommand ref
2264 reference "sec:Cuadros-multipágina"
2265
2266 \end_inset
2267
2268  y 
2269 \begin_inset CommandInset ref
2270 LatexCommand ref
2271 reference "sec:Particularidades-cuadros-multipágina"
2272
2273 \end_inset
2274
2275  describen sus características en detalle.
2276 \end_layout
2277
2278 \begin_layout Section
2279 Barra de herramientas de cuadros
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Cuadros ! Barra de herramientas
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \end_layout
2291
2292 \begin_layout Standard
2293 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2294  para cambiar los cuadros de manera más rápida.
2295  Normalmente debería aparecer en la parte inferior de la ventana principal
2296  de \SpecialChar LyX
2297  cuando el cursor está dentro de un cuadro.
2298  En cualquier momento se puede presentar esta barra pulsando con el botón
2299  derecho del ratón en cualquier punto de la barra principal de menú.
2300 \end_layout
2301
2302 \begin_layout Standard
2303 La barra de herramientas tiene los siguientes iconos:
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Info
2309 type  "icon"
2310 arg   "tabular-feature append-row"
2311 \end_inset
2312
2313  añade una fila bajo la celda actual o selección
2314 \end_layout
2315
2316 \begin_layout Labeling
2317 \labelwidthstring 00.00.0000
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "tabular-feature append-column"
2321 \end_inset
2322
2323  añade una columna a la derecha de la celda actual o selección
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Info
2329 type  "icon"
2330 arg   "tabular-feature delete-row"
2331 \end_inset
2332
2333  borra la fila actual o selección
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338 \begin_inset Info
2339 type  "icon"
2340 arg   "tabular-feature delete-column"
2341 \end_inset
2342
2343  borra la columna actual o selección
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348 \begin_inset Info
2349 type  "icon"
2350 arg   "tabular-feature move-row-up"
2351 \end_inset
2352
2353  desplaza la fila arriba
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "tabular-feature move-column-left"
2361 \end_inset
2362
2363  desplaza la columna a la izquierda
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "tabular-feature move-row-down"
2371 \end_inset
2372
2373  desplaza la fila abajo
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "tabular-feature move-column-right"
2381 \end_inset
2382
2383  desplaza la columna a la derecha
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "tabular-feature toggle-line-top"
2391 \end_inset
2392
2393  añade un borde superior en la celda/fila actual o la selección
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "tabular-feature toggle-line-bottom"
2401 \end_inset
2402
2403  añade un borde inferior en la celda/fila actual o la selección
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Info
2409 type  "icon"
2410 arg   "tabular-feature toggle-line-left"
2411 \end_inset
2412
2413  añade un borde a la izquierda en la celda/fila actual o la selección
2414 \end_layout
2415
2416 \begin_layout Labeling
2417 \labelwidthstring 00.00.0000
2418 \begin_inset Info
2419 type  "icon"
2420 arg   "tabular-feature toggle-line-right"
2421 \end_inset
2422
2423  añade un borde a la derecha en la celda/fila actual o la selección
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Info
2429 type  "icon"
2430 arg   "tabular-feature set-all-lines"
2431 \end_inset
2432
2433  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2434  no es multicolumna esto afecta también a la fila y a la columna)
2435 \end_layout
2436
2437 \begin_layout Labeling
2438 \labelwidthstring 00.00.0000
2439 \begin_inset Info
2440 type  "icon"
2441 arg   "tabular-feature unset-all-lines"
2442 \end_inset
2443
2444  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2445  actual no es multicolumna esto afecta también a la fila y a la columna)
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450 \begin_inset Info
2451 type  "icon"
2452 arg   "tabular-feature m-align-left"
2453 \end_inset
2454
2455  alinea a la izquierda el contenido de la celda/columna
2456 \end_layout
2457
2458 \begin_layout Labeling
2459 \labelwidthstring 00.00.0000
2460 \begin_inset Info
2461 type  "icon"
2462 arg   "tabular-feature m-align-center"
2463 \end_inset
2464
2465  centra el contenido de la celda/columna horizontalmente
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "tabular-feature m-align-right"
2473 \end_inset
2474
2475  alinea a la derecha el contenido de la celda/columna
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480 \begin_inset Info
2481 type  "icon"
2482 arg   "tabular-feature align-decimal"
2483 \end_inset
2484
2485  alinea el contenido de la celda/columna a un carácter
2486 \end_layout
2487
2488 \begin_layout Labeling
2489 \labelwidthstring 00.00.0000
2490 \begin_inset Info
2491 type  "icon"
2492 arg   "tabular-feature m-valign-top"
2493 \end_inset
2494
2495  alinea arriba el contenido de la celda
2496 \end_layout
2497
2498 \begin_layout Labeling
2499 \labelwidthstring 00.00.0000
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "tabular-feature m-valign-middle"
2503 \end_inset
2504
2505  centra verticalmente el contenido de la celda
2506 \end_layout
2507
2508 \begin_layout Labeling
2509 \labelwidthstring 00.00.0000
2510 \begin_inset Info
2511 type  "icon"
2512 arg   "tabular-feature m-valign-bottom"
2513 \end_inset
2514
2515  alinea abajo el contenido de la celda
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Info
2521 type  "icon"
2522 arg   "tabular-feature set-rotate-cell"
2523 \end_inset
2524
2525  gira la celda o selección 90° como las agujas de reloj
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "tabular-feature set-rotate-tabular"
2533 \end_inset
2534
2535  gira todo el cuadro 90° como agujas del reloj
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "tabular-feature multicolumn"
2543 \end_inset
2544
2545  establece la celda actual o selección como multicolumna
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Info
2551 type  "icon"
2552 arg   "tabular-feature multirow"
2553 \end_inset
2554
2555  establece la celda actual o selección como multifila
2556 \end_layout
2557
2558 \begin_layout Standard
2559 \begin_inset Note Greyedout
2560 status open
2561
2562 \begin_layout Plain Layout
2563
2564 \series bold
2565 Nota:
2566 \series default
2567  En la salida se emplea la alineación vertical de la primera celda de una
2568  fila para todas las celdas restantes de la fila.
2569 \end_layout
2570
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Section
2577 Menú Editar cuadro
2578 \begin_inset Index idx
2579 status collapsed
2580
2581 \begin_layout Plain Layout
2582 Cuadros ! Editar
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Standard
2591 Además del diálogo y la barra de herramientas, el menú 
2592 \family sans
2593 Editar\SpecialChar menuseparator
2594 Cuadro/Tabla
2595 \family default
2596  permite añadir y borrar bordes para la fila/columna actual y establecer
2597  la selección como multicolumna.
2598  El menú sólo está disponible si el cursor está en el cuadro.
2599 \end_layout
2600
2601 \begin_layout Section
2602 Cuadros flotantes
2603 \begin_inset CommandInset label
2604 LatexCommand label
2605 name "sec:Cuadros-Flotantes"
2606
2607 \end_inset
2608
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Flotantes ! Cuadros
2615 \end_layout
2616
2617 \end_inset
2618
2619
2620 \begin_inset Index idx
2621 status collapsed
2622
2623 \begin_layout Plain Layout
2624 Cuadros ! Flotantes
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \end_layout
2631
2632 \begin_layout Standard
2633 Para una explicación general sobre flotantes, echa un vistazo a la sección
2634 \begin_inset space ~
2635 \end_inset
2636
2637
2638 \begin_inset CommandInset ref
2639 LatexCommand ref
2640 reference "sec:Introducción-Flotantes"
2641
2642 \end_inset
2643
2644 .
2645 \end_layout
2646
2647 \begin_layout Standard
2648 \begin_inset Float table
2649 placement h
2650 wide false
2651 sideways false
2652 status collapsed
2653
2654 \begin_layout Plain Layout
2655 \begin_inset Caption Standard
2656
2657 \begin_layout Plain Layout
2658 \begin_inset CommandInset label
2659 LatexCommand label
2660 name "tab:un cuadro flotante"
2661
2662 \end_inset
2663
2664 Un cuadro flotante.
2665 \end_layout
2666
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \begin_layout Plain Layout
2673 \align center
2674 \begin_inset Tabular
2675 <lyxtabular version="3" rows="3" columns="3">
2676 <features tabularvalignment="middle">
2677 <column alignment="center" valignment="top" width="0pt">
2678 <column alignment="center" valignment="top" width="0pt">
2679 <column alignment="center" valignment="top" width="0pt">
2680 <row>
2681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Plain Layout
2685
2686 \family roman
2687 \series medium
2688 \shape up
2689 \size normal
2690 \emph off
2691 \bar no
2692 \noun off
2693 \color none
2694 1
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Plain Layout
2703
2704 \family roman
2705 \series medium
2706 \shape up
2707 \size normal
2708 \emph off
2709 \bar no
2710 \noun off
2711 \color none
2712 2
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Plain Layout
2721
2722 \family roman
2723 \series medium
2724 \shape up
2725 \size normal
2726 \emph off
2727 \bar no
2728 \noun off
2729 \color none
2730 3
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 </row>
2736 <row>
2737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741
2742 \family roman
2743 \series medium
2744 \shape up
2745 \size normal
2746 \emph off
2747 \bar no
2748 \noun off
2749 \color none
2750 Pepe
2751 \end_layout
2752
2753 \end_inset
2754 </cell>
2755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2756 \begin_inset Text
2757
2758 \begin_layout Plain Layout
2759
2760 \family roman
2761 \series medium
2762 \shape up
2763 \size normal
2764 \emph off
2765 \bar no
2766 \noun off
2767 \color none
2768 Mari
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 Teo
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 </row>
2792 <row>
2793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2794 \begin_inset Text
2795
2796 \begin_layout Plain Layout
2797
2798 \family roman
2799 \series medium
2800 \shape up
2801 \size normal
2802 \emph off
2803 \bar no
2804 \noun off
2805 \color none
2806 \begin_inset Formula $\int x^{2}dx$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \family roman
2820 \series medium
2821 \shape up
2822 \size normal
2823 \emph off
2824 \bar no
2825 \noun off
2826 \color none
2827 \begin_inset Formula $\left[\begin{array}{cc}
2828 a & b\\
2829 c & d
2830 \end{array}\right]$
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842
2843 \family roman
2844 \series medium
2845 \shape up
2846 \size normal
2847 \emph off
2848 \bar no
2849 \noun off
2850 \color none
2851 \begin_inset Formula $1+1=2$
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 </lyxtabular>
2861
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \begin_layout Standard
2873 Los cuadros flotantes pueden insertarse con el menú 
2874 \family sans
2875 Insertar\SpecialChar menuseparator
2876 Flotante\SpecialChar menuseparator
2877 Cuadro
2878 \family default
2879  o con el botón 
2880 \begin_inset Info
2881 type  "icon"
2882 arg   "float-insert table"
2883 \end_inset
2884
2885 .
2886 \end_layout
2887
2888 \begin_layout Standard
2889 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2890 \begin_inset space ~
2891 \end_inset
2892
2893 #:» (# es el número actual).
2894  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2895  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2896  texto del encabezado y se pulsa 
2897 \family sans
2898 Entrar
2899 \family default
2900 .
2901  La leyenda se imprime encima del cuadro.
2902 \end_layout
2903
2904 \begin_layout Standard
2905 El cuadro
2906 \begin_inset space ~
2907 \end_inset
2908
2909
2910 \begin_inset CommandInset ref
2911 LatexCommand ref
2912 reference "tab:un cuadro flotante"
2913
2914 \end_inset
2915
2916  es un ejemplo de cuadro flotante.
2917 \end_layout
2918
2919 \begin_layout Standard
2920 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2921  no es soportado en las clases estándar de \SpecialChar LaTeX
2922 .
2923  Esto significa que si estás usando las clases de documento 
2924 \family sans
2925 article
2926 \family default
2927
2928 \family sans
2929 book
2930 \family default
2931
2932 \family sans
2933 letter
2934 \family default
2935  o 
2936 \family sans
2937 report
2938 \family default
2939  no habrá espacio entre la leyenda y el cuadro.
2940  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2941  del documento
2942  la siguiente opción al comando del paquete \SpecialChar LaTeX
2943  
2944 \series bold
2945 caption
2946 \series default
2947
2948 \begin_inset Index idx
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952 \SpecialChar LaTeX
2953 -paquetes ! caption
2954 \end_layout
2955
2956 \end_inset
2957
2958 :
2959 \begin_inset Foot
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963 Para más información ve a la sección
2964 \begin_inset space ~
2965 \end_inset
2966
2967
2968 \begin_inset CommandInset ref
2969 LatexCommand ref
2970 reference "sec:Colocación-de-leyendas"
2971
2972 \end_inset
2973
2974 .
2975 \end_layout
2976
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \begin_layout Standard
2983
2984 \series bold
2985 tableposition=top
2986 \end_layout
2987
2988 \begin_layout Standard
2989 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
2990  
2991 \series bold
2992 caption
2993 \series default
2994  como se describe en la sección
2995 \begin_inset space ~
2996 \end_inset
2997
2998
2999 \begin_inset CommandInset ref
3000 LatexCommand ref
3001 reference "sec:Formato-de-leyendas"
3002
3003 \end_inset
3004
3005 .
3006  
3007 \end_layout
3008
3009 \begin_layout Standard
3010 \begin_inset Index idx
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014 Referencias ! a cuadros
3015 \end_layout
3016
3017 \end_inset
3018
3019 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3020  su etiqueta.
3021  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3022 \family sans
3023 Insertar\SpecialChar menuseparator
3024 Etiqueta
3025 \family default
3026  o con el botón 
3027 \begin_inset Info
3028 type  "icon"
3029 arg   "label-insert"
3030 \end_inset
3031
3032 .
3033  Ahora puedes referenciar la etiqueta con el menú 
3034 \family sans
3035 Insertar\SpecialChar menuseparator
3036 Referencia
3037 \begin_inset space ~
3038 \end_inset
3039
3040 cruzada
3041 \family default
3042  o con el botón 
3043 \begin_inset Info
3044 type  "icon"
3045 arg   "dialog-show-new-inset ref"
3046 \end_inset
3047
3048 .
3049 \begin_inset Newline newline
3050 \end_inset
3051
3052 Las referencias se explican con detalle en la sección
3053 \begin_inset space ~
3054 \end_inset
3055
3056
3057 \begin_inset CommandInset ref
3058 LatexCommand ref
3059 reference "sec:Referencias-a-Flotantes"
3060
3061 \end_inset
3062
3063 .
3064 \end_layout
3065
3066 \begin_layout Section
3067 Cuadros multipágina
3068 \begin_inset CommandInset label
3069 LatexCommand label
3070 name "sec:Cuadros-multipágina"
3071
3072 \end_inset
3073
3074
3075 \begin_inset Index idx
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079 Cuadros ! Multipágina
3080 \end_layout
3081
3082 \end_inset
3083
3084
3085 \end_layout
3086
3087 \begin_layout Standard
3088 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3089 \family sans
3090 Usar
3091 \begin_inset space ~
3092 \end_inset
3093
3094 cuadro
3095 \begin_inset space ~
3096 \end_inset
3097
3098 multipágina
3099 \family default
3100  en la solapa 
3101 \family sans
3102 Cuadro
3103 \begin_inset space ~
3104 \end_inset
3105
3106 multipágina
3107 \family default
3108  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3109  páginas.
3110  Al hacerlo se habilitan las siguientes opciones:
3111 \end_layout
3112
3113 \begin_layout Description
3114 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3115  las páginas del cuadro, excepto para la primera página si 
3116 \family sans
3117 Primer
3118 \begin_inset space ~
3119 \end_inset
3120
3121 encabezado
3122 \family default
3123  está definido.
3124  Este se denomina encabezado principal.
3125 \end_layout
3126
3127 \begin_layout Description
3128 Primer
3129 \begin_inset space ~
3130 \end_inset
3131
3132 encabezado: La fila actual se define como encabezado de la primera página
3133  del cuadro.
3134 \end_layout
3135
3136 \begin_layout Description
3137 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3138  del cuadro/tabla, excepto para la última página si se define 
3139 \family sans
3140 Último
3141 \begin_inset space ~
3142 \end_inset
3143
3144 pie.
3145 \end_layout
3146
3147 \begin_layout Description
3148 Último
3149 \begin_inset space ~
3150 \end_inset
3151
3152 pie:
3153 \family sans
3154  
3155 \family default
3156 La fila actual se define como pie de la última página del cuadro.
3157 \end_layout
3158
3159 \begin_layout Description
3160 Leyenda: La fila actual contiene la leyenda del cuadro.
3161  La primera fila se reajusta como columna única y se inserta una leyenda.
3162  Más detalles sobre leyendas en cuadros multipágina en la sec.
3163 \begin_inset space \thinspace{}
3164 \end_inset
3165
3166
3167 \begin_inset CommandInset ref
3168 LatexCommand ref
3169 reference "subsec:Leyendas-en-Cuadros"
3170
3171 \end_inset
3172
3173 .
3174 \end_layout
3175
3176 \begin_layout Standard
3177 También se puede especificar en el diálogo en qué fila se ha de cortar el
3178  cuadro.
3179  El siguiente cuadro muestra cómo funciona:
3180 \end_layout
3181
3182 \begin_layout Standard
3183 \align center
3184 \begin_inset Tabular
3185 <lyxtabular version="3" rows="69" columns="3">
3186 <features islongtable="true" longtabularalignment="center">
3187 <column alignment="left" valignment="top" width="0cm">
3188 <column alignment="left" valignment="top" width="0pt">
3189 <column alignment="right" valignment="top" width="0pt">
3190 <row endfirsthead="true">
3191 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195
3196 \series bold
3197 Ejemplo de lista telefónica (ignore los nombres)
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 </row>
3221 <row endfirsthead="true">
3222 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \series bold
3228 NOMBRE
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 TEL.
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row endhead="true">
3255 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 Ejemplo de lista telefónica
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row endhead="true">
3286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 NOMBRE
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 TEL.
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row endfoot="true">
3319 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323  continúa en la página siguiente
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 Annovi
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 Silvia
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Bertoli
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Stefano
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Bozzi
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Walter
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Cachia
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Maria
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Cachia
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Maurizio
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Cinquemani
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Giusi
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Colin
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Bernard
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Concli
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Gianfranco
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Dal Bosco
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Carolina
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Dalpiaz
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Annamaria
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Feliciello
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Domenico
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Focarelli
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Paola
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Galletti
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Oreste
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Gasparini
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Franca
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Rizzardi
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Paola
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Lassini
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Giancarlo
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Malfatti
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Luciano
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Malfatti
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Valeriano
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Meneguzzo
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Roberto
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Mezzadra
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Roberto
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Pirpamer
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Erich
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Pochiesa
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Paolo
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111, 222
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Radina
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Claudio
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Stuffer
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Oskar
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Tacchelli
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Ugo
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Tezzele
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Margit
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Unterkalmsteiner
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Frieda
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Vieider
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Hilde
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Vigna
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Jürgen
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Weber
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Maurizio
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Winkler
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Franz
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313  
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Annovi
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Silvia
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Bertoli
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Stefano
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Bozzi
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Walter
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Cachia
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Maria
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Cachia
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Maurizio
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Cinquemani
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Giusi
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Colin
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Bernard
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Concli
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Gianfranco
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Dal Bosco
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Carolina
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Dalpiaz
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Annamaria
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Feliciello
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Domenico
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Focarelli
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Paola
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Galletti
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Oreste
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Gasparini
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Franca
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Rizzardi
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Paola
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Lassini
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Giancarlo
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Malfatti
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Luciano
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Malfatti
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Valeriano
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Meneguzzo
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Roberto
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Mezzadra
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Roberto
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Pirpamer
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Erich
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Pochiesa
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Paolo
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555, 222
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Radina
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Claudio
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Stuffer
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Oskar
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Tacchelli
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Ugo
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Tezzele
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Margit
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Unterkalmsteiner
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Frieda
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Vieider
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Hilde
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Vigna
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Jürgen
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 999
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Weber
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Maurizio
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 555
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Winkler
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Franz
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row endlastfoot="true">
5299 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 fin
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 </lyxtabular>
5328
5329 \end_inset
5330
5331
5332 \begin_inset ERT
5333 status collapsed
5334
5335 \begin_layout Plain Layout
5336
5337
5338 \backslash
5339 addtocounter{table}{-1}
5340 \end_layout
5341
5342 \end_inset
5343
5344
5345 \begin_inset Note Note
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349 Para comprender el uso de este comando, lee al final de la sección
5350 \begin_inset space ~
5351 \end_inset
5352
5353
5354 \begin_inset CommandInset ref
5355 LatexCommand ref
5356 reference "subsec:Leyendas-en-Cuadros"
5357
5358 \end_inset
5359
5360  la primera nota resaltada en gris.
5361  
5362 \end_layout
5363
5364 \end_inset
5365
5366
5367 \end_layout
5368
5369 \begin_layout Subsection
5370 Notas al pie en cuadros multipágina
5371 \begin_inset CommandInset label
5372 LatexCommand label
5373 name "subsec:Notas-al-pie-en-Cuadros-Multipágina"
5374
5375 \end_inset
5376
5377
5378 \begin_inset Index idx
5379 status open
5380
5381 \begin_layout Plain Layout
5382 Cuadros ! Multipágina ! Notas al pie
5383 \end_layout
5384
5385 \end_inset
5386
5387
5388 \end_layout
5389
5390 \begin_layout Standard
5391 Se pueden insertar notas al pie en cada celda de un cuadro multipágina.
5392  Las notas se muestran en la parte inferior de la página en la que esté
5393  la celda con la nota.
5394  El cuadro
5395 \begin_inset space ~
5396 \end_inset
5397
5398
5399 \begin_inset CommandInset ref
5400 LatexCommand ref
5401 reference "tab:DifLeyendas"
5402
5403 \end_inset
5404
5405  tiene un ejemplo de nota al pie.
5406 \end_layout
5407
5408 \begin_layout Subsection
5409 Alineación de cuadros multipágina
5410 \begin_inset Index idx
5411 status open
5412
5413 \begin_layout Plain Layout
5414 Cuadros ! Multipágina ! Alineación
5415 \end_layout
5416
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \begin_layout Standard
5423 La alineación horizontal de cuadros multipágina se puede establecer en el
5424  diálogo de configuración de cuadros.
5425  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5426  página.
5427  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5428  al centro y cambiar el valor de las longitudes 
5429 \series bold
5430
5431 \backslash
5432 LTleft
5433 \series default
5434  y 
5435 \series bold
5436
5437 \backslash
5438 LTright 
5439 \series default
5440 insertando la línea siguiente en código \SpecialChar TeX
5441  antes del correspondiente cuadro
5442  multipágina:
5443 \end_layout
5444
5445 \begin_layout Standard
5446
5447 \series bold
5448
5449 \backslash
5450 setlength{
5451 \backslash
5452 LTleft}{valor}
5453 \end_layout
5454
5455 \begin_layout Standard
5456 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5457 \begin_inset space ~
5458 \end_inset
5459
5460
5461 \begin_inset CommandInset ref
5462 LatexCommand ref
5463 reference "tab:Unidades"
5464
5465 \end_inset
5466
5467 .
5468  
5469 \series bold
5470
5471 \backslash
5472 LTlent 
5473 \series default
5474 controla la distancia entre el borde izquierdo de la página y el cuadro.
5475  
5476 \series bold
5477
5478 \backslash
5479 LTright 
5480 \series default
5481 la distancia desde el lado derecho.
5482  El valor predeterminado para ambas longitudes es 
5483 \series bold
5484
5485 \backslash
5486 fill
5487 \series default
5488 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5489 .
5490 \end_layout
5491
5492 \begin_layout Standard
5493 El siguiente cuadro multipágina se ha alineado centrado y 
5494 \series bold
5495
5496 \backslash
5497 LTleft
5498 \series default
5499  establecido en 
5500 \family sans
5501 0.1
5502 \backslash
5503 columnwidth
5504 \family default
5505 :
5506 \begin_inset ERT
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510
5511
5512 \backslash
5513 setlength{
5514 \backslash
5515 LTleft}{0.1
5516 \backslash
5517 columnwidth}
5518 \end_layout
5519
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \begin_layout Standard
5526 \begin_inset Tabular
5527 <lyxtabular version="3" rows="5" columns="5">
5528 <features islongtable="true" longtabularalignment="center">
5529 <column alignment="center" valignment="top">
5530 <column alignment="center" valignment="top">
5531 <column alignment="center" valignment="top">
5532 <column alignment="center" valignment="top">
5533 <column alignment="center" valignment="top">
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 1
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 2
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 3
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 4
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 5
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 </row>
5581 <row>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 asd
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 s
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 s
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 s
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 asd
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 asd
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 s
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 s
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 s
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 asd
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 asd
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 s
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 s
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 s
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 asd
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 </row>
5722 <row>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 asd
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 asd
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 asd
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 asd
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 </row>
5769 </lyxtabular>
5770
5771 \end_inset
5772
5773
5774 \begin_inset ERT
5775 status collapsed
5776
5777 \begin_layout Plain Layout
5778
5779
5780 \backslash
5781 setlength{
5782 \backslash
5783 LTleft}{
5784 \backslash
5785 fill}
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \begin_inset ERT
5792 status collapsed
5793
5794 \begin_layout Plain Layout
5795
5796
5797 \backslash
5798 addtocounter{table}{-1}
5799 \end_layout
5800
5801 \end_inset
5802
5803
5804 \begin_inset Note Note
5805 status collapsed
5806
5807 \begin_layout Plain Layout
5808 Para comprender el uso de este comando, lee al final de la sección
5809 \begin_inset space ~
5810 \end_inset
5811
5812
5813 \begin_inset CommandInset ref
5814 LatexCommand ref
5815 reference "subsec:Leyendas-en-Cuadros"
5816
5817 \end_inset
5818
5819  la primera nota resaltada en gris.
5820  
5821 \end_layout
5822
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \begin_layout Subsection
5829 Leyendas en cuadros multipágina
5830 \begin_inset Index idx
5831 status open
5832
5833 \begin_layout Plain Layout
5834 Cuadros ! Multipágina ! Leyendas
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \begin_inset CommandInset label
5841 LatexCommand label
5842 name "subsec:Leyendas-en-Cuadros"
5843
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \begin_layout Standard
5850 Un cuadro multipágina no se puede poner flotante porque los flotantes sólo
5851  pueden estar en una página.
5852  Pero el entorno leyenda de flotantes sí puede usarse para cuadros multipágina
5853  utilizando para una fila de un cuadro multipágina la opción 
5854 \family sans
5855 Leyenda
5856 \family default
5857 , como se explica en la sec.
5858 \begin_inset space \thinspace{}
5859 \end_inset
5860
5861
5862 \begin_inset CommandInset ref
5863 LatexCommand ref
5864 reference "sec:Cuadros-multipágina"
5865
5866 \end_inset
5867
5868 .
5869  Sólo una fila puede contener la leyenda.
5870 \end_layout
5871
5872 \begin_layout Standard
5873 He aquí un pequeño cuadro multipágina para mostrar cómo funciona:
5874 \end_layout
5875
5876 \begin_layout Standard
5877 \begin_inset Tabular
5878 <lyxtabular version="3" rows="6" columns="5">
5879 <features islongtable="true" longtabularalignment="center">
5880 <column alignment="center" valignment="top">
5881 <column alignment="center" valignment="top">
5882 <column alignment="center" valignment="top">
5883 <column alignment="center" valignment="top">
5884 <column alignment="center" valignment="top">
5885 <row endfirsthead="true" caption="true">
5886 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 \begin_inset Caption Standard
5891
5892 \begin_layout Plain Layout
5893 Cuadro multipágina con leyenda
5894 \begin_inset Argument 1
5895 status open
5896
5897 \begin_layout Plain Layout
5898 Cuadro multipágina
5899 \end_layout
5900
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 1
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 2
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 3
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 4
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 5
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 asd
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 s
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 s
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 s
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 asd
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 asd
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 asd
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 </lyxtabular>
6186
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \begin_layout Standard
6193 \begin_inset VSpace medskip
6194 \end_inset
6195
6196
6197 \begin_inset Note Greyedout
6198 status open
6199
6200 \begin_layout Plain Layout
6201
6202 \series bold
6203 Nota
6204 \begin_inset space ~
6205 \end_inset
6206
6207 1:
6208 \series default
6209  El número del cuadro se incrementa para cada cuadro multipágina, aunque
6210  no pongas leyenda en alguna de ellas.
6211  Por esto podría suceder que, p.
6212 \begin_inset space \thinspace{}
6213 \end_inset
6214
6215 ej., el cuadro
6216 \begin_inset space ~
6217 \end_inset
6218
6219 2.4 siga al cuadro
6220 \begin_inset space ~
6221 \end_inset
6222
6223 2.1 en el índice de cuadros debido a que hay dos cuadros multipágina sin
6224  leyenda.
6225  Para evitarlo, añade detrás de cada cuadro multipágina sin leyenda este
6226  comando en código \SpecialChar TeX
6227 :
6228 \end_layout
6229
6230 \begin_layout Plain Layout
6231
6232 \series bold
6233
6234 \backslash
6235 addtocounter{table}{-1}
6236 \end_layout
6237
6238 \begin_layout Plain Layout
6239 Esto no es necesario si ninguna de los cuadros multipágina tiene leyenda
6240  y añades el siguiente código en el preámbulo del documento:
6241 \end_layout
6242
6243 \begin_layout Plain Layout
6244
6245 \series bold
6246
6247 \backslash
6248 let
6249 \backslash
6250 myEnd
6251 \backslash
6252 endlongtable
6253 \begin_inset Newline newline
6254 \end_inset
6255
6256
6257 \backslash
6258 renewcommand{
6259 \backslash
6260 endlongtable}{
6261 \backslash
6262 myEnd
6263 \backslash
6264 addtocounter{table}{-1}}
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \begin_inset Note Greyedout
6274 status open
6275
6276 \begin_layout Plain Layout
6277
6278 \series bold
6279 Nota
6280 \begin_inset space ~
6281 \end_inset
6282
6283 2:
6284 \series default
6285  Si utilizas 
6286 \series bold
6287 hyperref
6288 \series default
6289
6290 \begin_inset Index idx
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 \SpecialChar LaTeX
6295 -paquetes ! hyperref
6296 \end_layout
6297
6298 \end_inset
6299
6300  en las 
6301 \family sans
6302 Propiedades PDF 
6303 \family default
6304 del diálogo 
6305 \family sans
6306 Configuración del documento 
6307 \family default
6308 para enlazar referencias cruzadas en la salida, los enlaces a cuadros multipágin
6309 a llevan siempre al principio del documento.
6310 \end_layout
6311
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \begin_layout Subsubsection
6318 Referencias a cuadros multipágina
6319 \begin_inset Index idx
6320 status open
6321
6322 \begin_layout Plain Layout
6323 Cuadros ! Multipágina ! Referencias a
6324 \end_layout
6325
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \begin_layout Standard
6332 \begin_inset Tabular
6333 <lyxtabular version="3" rows="6" columns="5">
6334 <features islongtable="true" longtabularalignment="center">
6335 <column alignment="center" valignment="top">
6336 <column alignment="center" valignment="top">
6337 <column alignment="center" valignment="top">
6338 <column alignment="center" valignment="top">
6339 <column alignment="center" valignment="top">
6340 <row endfirsthead="true" caption="true">
6341 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 \begin_inset Caption Standard
6346
6347 \begin_layout Plain Layout
6348 Cuadro multipágina con referencia
6349 \begin_inset CommandInset label
6350 LatexCommand label
6351 name "tab:RefEjemplo"
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 </row>
6402 <row>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 1
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 2
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 3
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 4
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 5
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 </row>
6449 <row>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 s
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 s
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 s
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 asd
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 <row>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 asd
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 </row>
6543 <row>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 s
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 s
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 <row>
6591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 asd
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 sad
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 asd
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 </row>
6637 </lyxtabular>
6638
6639 \end_inset
6640
6641
6642 \end_layout
6643
6644 \begin_layout Standard
6645 Para referenciar un cuadro multipágina, inserta una etiqueta en la leyenda.
6646  
6647 \end_layout
6648
6649 \begin_layout Standard
6650 Esto es una referencia al cuadro
6651 \begin_inset space ~
6652 \end_inset
6653
6654
6655 \begin_inset CommandInset ref
6656 LatexCommand ref
6657 reference "tab:RefEjemplo"
6658
6659 \end_inset
6660
6661 .
6662 \end_layout
6663
6664 \begin_layout Standard
6665 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6666  del documento mediante el paquete \SpecialChar LaTeX
6667  
6668 \series bold
6669 caption
6670 \series default
6671
6672 \begin_inset Index idx
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676 \SpecialChar LaTeX
6677 -paquetes ! caption
6678 \end_layout
6679
6680 \end_inset
6681
6682 , véase sección
6683 \begin_inset space ~
6684 \end_inset
6685
6686
6687 \begin_inset CommandInset ref
6688 LatexCommand ref
6689 reference "sec:Formato-de-leyendas"
6690
6691 \end_inset
6692
6693 .
6694 \end_layout
6695
6696 \begin_layout Subsubsection
6697 Anchura de la leyenda
6698 \begin_inset Index idx
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702 Cuadros ! Multipágina ! Anchura de la leyenda
6703 \end_layout
6704
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \begin_layout Standard
6711 La anchura máxima de la leyenda se define por la longitud 
6712 \series bold
6713
6714 \backslash
6715 LTcapwidth
6716 \series default
6717 .
6718  Por omisión, su valor es 4
6719 \begin_inset space \thinspace{}
6720 \end_inset
6721
6722 in (4
6723 \begin_inset space ~
6724 \end_inset
6725
6726 pulgadas).
6727  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6728
6729  en el propio documento antes del cuadro multipágina al que deba afectar
6730 \end_layout
6731
6732 \begin_layout Standard
6733
6734 \series bold
6735
6736 \backslash
6737 setlength{
6738 \backslash
6739 LTcapwidth}{anchura}
6740 \end_layout
6741
6742 \begin_layout Standard
6743 donde la 
6744 \family sans
6745 anchura
6746 \family default
6747  puede ser una de las unidades listadas en el apéndice
6748 \begin_inset space ~
6749 \end_inset
6750
6751
6752 \begin_inset CommandInset ref
6753 LatexCommand ref
6754 reference "cap:Unidades-disponibles-en"
6755
6756 \end_inset
6757
6758 .
6759 \end_layout
6760
6761 \begin_layout Standard
6762 Los cuadros siguientes muestran la diferencia:
6763 \end_layout
6764
6765 \begin_layout Standard
6766 \begin_inset Tabular
6767 <lyxtabular version="3" rows="6" columns="5">
6768 <features islongtable="true" longtabularalignment="center">
6769 <column alignment="center" valignment="top">
6770 <column alignment="center" valignment="top">
6771 <column alignment="center" valignment="top">
6772 <column alignment="center" valignment="top">
6773 <column alignment="center" valignment="top">
6774 <row endfirsthead="true" caption="true">
6775 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 \begin_inset Caption Standard
6780
6781 \begin_layout Plain Layout
6782 Leyenda larga completa con anchura predeterminada leyenda larga completa
6783  con anchura predeterminada
6784 \begin_inset Argument 1
6785 status collapsed
6786
6787 \begin_layout Plain Layout
6788 Leyenda con anchura predeterminada
6789 \end_layout
6790
6791 \end_inset
6792
6793
6794 \end_layout
6795
6796 \end_inset
6797
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 </row>
6840 <row>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 1
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 2
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 3
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 4
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 5
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 </row>
6887 <row>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 s
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 s
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 </row>
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 s
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 s
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 asd
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 asd
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 s
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 s
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 sad
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 asd
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 </lyxtabular>
7076
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \begin_layout Standard
7083 \begin_inset ERT
7084 status collapsed
7085
7086 \begin_layout Plain Layout
7087
7088
7089 \backslash
7090 setlength{
7091 \backslash
7092 LTcapwidth}{5cm}
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \begin_inset Tabular
7099 <lyxtabular version="3" rows="6" columns="5">
7100 <features islongtable="true" longtabularalignment="center">
7101 <column alignment="center" valignment="top">
7102 <column alignment="center" valignment="top">
7103 <column alignment="center" valignment="top">
7104 <column alignment="center" valignment="top">
7105 <column alignment="center" valignment="top">
7106 <row endfirsthead="true" caption="true">
7107 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 \begin_inset Caption Standard
7112
7113 \begin_layout Plain Layout
7114 Leyenda larga completa con una anchura de 5
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 cm leyenda larga completa con una anchura de 5
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 cm 
7123 \begin_inset Argument 1
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 Leyenda con anchura
7128 \begin_inset space \thinspace{}
7129 \end_inset
7130
7131 =
7132 \begin_inset space \thinspace{}
7133 \end_inset
7134
7135 5
7136 \begin_inset space \thinspace{}
7137 \end_inset
7138
7139 cm
7140 \end_layout
7141
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 </row>
7191 <row>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 1
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 2
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 3
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 4
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 5
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 asd
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 s
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 asd
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 asd
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 s
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 s
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 asd
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 asd
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 s
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 s
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 s
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 sad
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 asd
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 </row>
7426 </lyxtabular>
7427
7428 \end_inset
7429
7430
7431 \begin_inset ERT
7432 status collapsed
7433
7434 \begin_layout Plain Layout
7435
7436
7437 \backslash
7438 setlength{
7439 \backslash
7440 LTcapwidth}{4in}
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \begin_layout Standard
7449 \begin_inset Note Greyedout
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 Nota: 
7456 \series default
7457 Si se usa el paquete \SpecialChar LaTeX
7458  
7459 \series bold
7460 caption
7461 \series default
7462
7463 \begin_inset Index idx
7464 status collapsed
7465
7466 \begin_layout Plain Layout
7467 \SpecialChar LaTeX
7468 -paquetes ! caption
7469 \end_layout
7470
7471 \end_inset
7472
7473 , como en este documento, para la leyenda se utiliza toda la anchura de
7474  la página cuando se deja el valor por omisión de 4
7475 \begin_inset space \thinspace{}
7476 \end_inset
7477
7478 in para 
7479 \series bold
7480
7481 \backslash
7482 LTcapwidth
7483 \series default
7484 .
7485  En este caso, para conseguir una leyenda de 4
7486 \begin_inset space \thinspace{}
7487 \end_inset
7488
7489 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7490 \begin_inset space \thinspace{}
7491 \end_inset
7492
7493 in, p.
7494 \begin_inset space \thinspace{}
7495 \end_inset
7496
7497 ej.
7498  3.99
7499 \begin_inset space \thinspace{}
7500 \end_inset
7501
7502 in, o bien emplear el comando \SpecialChar LaTeX
7503  
7504 \series bold
7505
7506 \backslash
7507 captionsetup{width=valor}
7508 \series default
7509 , suministrado por el paquete 
7510 \series bold
7511 caption
7512 \series default
7513 .
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \begin_layout Subsubsection
7522 Leyendas distintas para cada página
7523 \begin_inset Index idx
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527 Cuadros ! Multipágina ! Leyendas ! distintas para cada página
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \begin_layout Standard
7536 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7537  de la leyenda de la primera página del cuadro, marca una fila vacía como
7538  cabecera que contiene una leyenda.
7539  Después, clic derecho sobre la leyenda y selecciona 
7540 \family sans
7541 Leyenda
7542 \begin_inset space ~
7543 \end_inset
7544
7545 (Sin
7546 \begin_inset space ~
7547 \end_inset
7548
7549 numerar)
7550 \family default
7551  en el menú contextual.
7552  El cuadro
7553 \begin_inset space ~
7554 \end_inset
7555
7556
7557 \begin_inset CommandInset ref
7558 LatexCommand ref
7559 reference "tab:DifLeyendas"
7560
7561 \end_inset
7562
7563  es un ejemplo de cuadro multipágina con encabezados distintos donde el
7564  segundo no incluye número de cuadro.
7565 \end_layout
7566
7567 \begin_layout Standard
7568 \align center
7569 \begin_inset Tabular
7570 <lyxtabular version="3" rows="59" columns="3">
7571 <features islongtable="true" longtabularalignment="center">
7572 <column alignment="left" valignment="top" width="0pt">
7573 <column alignment="left" valignment="top" width="0pt">
7574 <column alignment="right" valignment="top" width="0pt">
7575 <row endfirsthead="true" caption="true">
7576 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 \begin_inset Caption Standard
7581
7582 \begin_layout Plain Layout
7583 Ejemplo de lista telefónica
7584 \begin_inset CommandInset label
7585 LatexCommand label
7586 name "tab:DifLeyendas"
7587
7588 \end_inset
7589
7590
7591 \begin_inset Argument 1
7592 status collapsed
7593
7594 \begin_layout Plain Layout
7595 Ejemplo de lista telefónica
7596 \end_layout
7597
7598 \end_inset
7599
7600
7601 \end_layout
7602
7603 \end_inset
7604
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row endfirsthead="true">
7630 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \series bold
7636 Ejemplo de lista telefónica (ignore los nombres)
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row endfirsthead="true">
7661 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \series bold
7667 NOMBRE
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \series bold
7687 TEL.
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row endhead="true" caption="true">
7694 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 \begin_inset Caption Unnumbered
7699
7700 \begin_layout Plain Layout
7701 Continúa ejemplo de lista telefónica
7702 \end_layout
7703
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row endhead="true">
7731 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \series bold
7737 Ejemplo de lista telefónica
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row endhead="true">
7762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768 NOMBRE
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \series bold
7788 TEL.
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row endfoot="true">
7795 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 continúa en página siguiente
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 Annovi
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 Silvia
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 111
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \series bold
7861 Bertoli
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 Stefano
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 111
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Bozzi
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Walter
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Cachia
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Maria
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Cachia
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 Maurizio
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 111
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Cinquemani
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Giusi
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Colin
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Bernard
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Concli
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Gianfranco
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Dal Bosco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Carolina
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Dalpiaz
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Annamaria
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Feliciello
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Domenico
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Focarelli
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Paola
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Galletti
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Oreste
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Gasparini
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Franca
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Rizzardi
8265 \series default
8266
8267 \begin_inset Foot
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271 Ejemplo de nota a pie de página
8272 \end_layout
8273
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Paola
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Lassini
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Giancarlo
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Malfatti
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Luciano
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Malfatti
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Valeriano
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Meneguzzo
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Roberto
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Mezzadra
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Roberto
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Pirpamer
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Erich
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Pochiesa
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Paolo
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111, 222
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Radina
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Claudio
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Stuffer
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Oskar
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Tacchelli
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Ugo
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Tezzele
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Margit
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Unterkalmsteiner
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Frieda
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Vieider
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Hilde
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Vigna
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Jürgen
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Weber
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Maurizio
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Winkler
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Franz
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801  
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Annovi
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Silvia
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 555
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Bertoli
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Stefano
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 555
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Bozzi
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Walter
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Cachia
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Maria
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Cachia
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Maurizio
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Cinquemani
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Giusi
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Colin
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Bernard
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Concli
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Gianfranco
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Dal Bosco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Carolina
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Dalpiaz
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Annamaria
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Feliciello
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Domenico
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Focarelli
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Paola
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Galletti
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Oreste
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Gasparini
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Franca
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Rizzardi
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Paola
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Lassini
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Giancarlo
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Malfatti
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Luciano
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Malfatti
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Valeriano
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Meneguzzo
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Roberto
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Mezzadra
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Roberto
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 </lyxtabular>
9446
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \begin_layout Section
9453 Particularidades de los cuadros multipágina
9454 \begin_inset CommandInset label
9455 LatexCommand label
9456 name "sec:Particularidades-cuadros-multipágina"
9457
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \begin_layout Subsection
9464 Cálculos
9465 \begin_inset Index idx
9466 status collapsed
9467
9468 \begin_layout Plain Layout
9469 Cuadros ! Multipágina ! Cálculos
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \begin_layout Standard
9478 \SpecialChar LaTeX
9479  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9480  los denominados «trozos», que son partes del cuadro presentes en la memoria
9481  de \SpecialChar LaTeX
9482 .
9483  El valor predeterminado está establecido a sólo 20
9484 \begin_inset space ~
9485 \end_inset
9486
9487 filas.
9488  Si estás usando cuadros multipágina con muchas páginas, la generación del
9489  documento puede hacerse muy lenta.
9490  No hay problema en aumentar el tamaño de los trozos hasta 100
9491 \begin_inset space \thinspace{}
9492 \end_inset
9493
9494 --
9495 \begin_inset space \thinspace{}
9496 \end_inset
9497
9498 1000 añadiendo el siguiente comando en el preámbulo del documento:
9499 \end_layout
9500
9501 \begin_layout Standard
9502
9503 \series bold
9504
9505 \backslash
9506 setcounter{LTchunksize}{100}
9507 \end_layout
9508
9509 \begin_layout Subsection
9510 Flotantes y cuadros multipágina
9511 \begin_inset Index idx
9512 status collapsed
9513
9514 \begin_layout Plain Layout
9515 Cuadros ! Multipágina ! Flotantes
9516 \end_layout
9517
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \begin_layout Standard
9524 Podría haber problemas si un flotante aparece en la misma página donde comienza
9525  un cuadro multipágina.
9526  Para evitarlo, añade un 
9527 \begin_inset Quotes cld
9528 \end_inset
9529
9530 salto de página limpia
9531 \begin_inset Quotes crd
9532 \end_inset
9533
9534  (menú 
9535 \family sans
9536 Insertar\SpecialChar menuseparator
9537 Formato\SpecialChar menuseparator
9538 Limpiar
9539 \begin_inset space ~
9540 \end_inset
9541
9542 página
9543 \family default
9544 ) antes del cuadro.
9545 \end_layout
9546
9547 \begin_layout Subsection
9548 Saltos de página forzados
9549 \begin_inset Index idx
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553 Cuadros ! Multipágina ! Saltos de página forzados
9554 \end_layout
9555
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \begin_layout Standard
9562 Por omisión, los cuadros sólo se cortan entre filas.
9563  Si tienes una celda con líneas múltiples y necesitas un salto de página
9564  dentro de la celda, inserta el comando de nueva línea «
9565 \series bold
9566
9567 \backslash
9568
9569 \backslash
9570
9571 \series default
9572 » en código \SpecialChar TeX
9573  en el punto en que quieras cortar.
9574  Antes del comando «
9575 \series bold
9576
9577 \backslash
9578
9579 \backslash
9580
9581 \series default
9582 » debes insertar en código \SpecialChar TeX
9583  tantos caracteres «
9584 \series bold
9585 &
9586 \series default
9587 » como columnas siguientes del cuadro.
9588  
9589 \series bold
9590 &
9591 \series default
9592  es el carácter para separar celdas.
9593  Escribe en código \SpecialChar TeX
9594  después de cada 
9595 \series bold
9596 &
9597 \series default
9598  el contenido de la celda siguiente correspondiente y borra el contenido
9599  de esas celdas.
9600 \begin_inset Newline newline
9601 \end_inset
9602
9603 Detrás del comando 
9604 \series bold
9605
9606 \backslash
9607
9608 \backslash
9609
9610 \series default
9611 , inserta tantos 
9612 \series bold
9613 &
9614 \series default
9615  como columnas haya delante de la actual.
9616  Enl cuadro
9617 \begin_inset space ~
9618 \end_inset
9619
9620
9621 \begin_inset CommandInset ref
9622 LatexCommand ref
9623 reference "tab:Saltos de Página Forzados"
9624
9625 \end_inset
9626
9627  la celda que debería cortarse está en la segunda columna seguida de otra
9628  columna.
9629  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9630  detrás
9631  de «
9632 \emph on
9633 Castelchiodato,
9634 \emph default
9635 »:
9636 \end_layout
9637
9638 \begin_layout Standard
9639
9640 \series bold
9641 & 111
9642 \backslash
9643
9644 \backslash
9645  
9646 \backslash
9647 newpage
9648 \begin_inset Newline newline
9649 \end_inset
9650
9651 &
9652 \end_layout
9653
9654 \begin_layout Standard
9655 El «111» en la tercera columna de la fila se ha borrado.
9656
9657 \series bold
9658  
9659 \backslash
9660 newpage 
9661 \series default
9662 es necesario solo si en esta posición debiera ir definitivamente un salto
9663  de página, de otro modo es sólamente una posibilidad de salto.
9664  Si la fila más baja de la cuadro multipágina no tiene, por alguna razón,
9665  línea superior pero quisieras una línea horizontal donde se corta la celda,
9666  usa este comando alternativo:
9667 \end_layout
9668
9669 \begin_layout Standard
9670
9671 \series bold
9672 & 111
9673 \backslash
9674
9675 \backslash
9676
9677 \begin_inset Newline newline
9678 \end_inset
9679
9680
9681 \backslash
9682 hline &
9683 \end_layout
9684
9685 \begin_layout Standard
9686 Cuando la celda a cortar está en la última columna, el comando
9687 \end_layout
9688
9689 \begin_layout Standard
9690
9691 \series bold
9692
9693 \backslash
9694 setlength{
9695 \backslash
9696 parfillskip}{0pt}
9697 \end_layout
9698
9699 \begin_layout Standard
9700 debe insertarse en código \SpecialChar TeX
9701  al principio de la celda.
9702  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9703  aparecerá con toda su anchura.
9704 \end_layout
9705
9706 \begin_layout Standard
9707 \align center
9708 \begin_inset Tabular
9709 <lyxtabular version="3" rows="38" columns="3">
9710 <features islongtable="true" longtabularalignment="center">
9711 <column alignment="left" valignment="top" width="0pt">
9712 <column alignment="left" valignment="top" width="3cm">
9713 <column alignment="right" valignment="top" width="0pt">
9714 <row endfirsthead="true" caption="true">
9715 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 \begin_inset Caption Standard
9720
9721 \begin_layout Plain Layout
9722 Cuadro con salto de página forzado en celda
9723 \begin_inset CommandInset label
9724 LatexCommand label
9725 name "tab:Saltos de Página Forzados"
9726
9727 \end_inset
9728
9729
9730 \begin_inset Argument 1
9731 status open
9732
9733 \begin_layout Plain Layout
9734 Cuadro con salto de página forzado
9735 \end_layout
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row endfirsthead="true">
9769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 Ejemplo de lista telefónica (ignore los nombres)
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row endfirsthead="true">
9800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 NOMBRE
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \series bold
9826 TEL.
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row endhead="true" caption="true">
9833 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset Caption Unnumbered
9838
9839 \begin_layout Plain Layout
9840 continúa Ejemplo de lista telefónica
9841 \end_layout
9842
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row endhead="true">
9870 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874  
9875 \series bold
9876 Ejemplo de lista telefónica
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row endhead="true">
9901 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 NOMBRE
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \series bold
9927 TEL.
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row endfoot="true">
9934 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 continúa en página siguiente
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 Annovi
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Silvia
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 111
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \series bold
10000 Bertoli
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Stefano
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 111
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 Bozzi
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 Walter
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 111
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row>
10056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 Cachia
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 Maria
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 111
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row>
10087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 Cachia
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 Maurizio
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row>
10118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 Cinquemani
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 Giusi
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 111
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \series bold
10155 Colin
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 Bernard
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 111
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row>
10180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \series bold
10186 Concli
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 Gianfranco
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 111
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 Dal Bosco
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 Carolina
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 111
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \series bold
10248 Dalpiaz
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 Annamaria
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 111
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \series bold
10279 Feliciello
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Domenico
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 111
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310 Focarelli
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 Paola
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 111
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \series bold
10341 Galletti
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Oreste
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 111
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372 Gasparini
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 Franca
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 111
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Lassini
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Giancarlo
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Malfatti
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Luciano
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Malfatti
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Valeriano
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Meneguzzo
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Roberto
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 111
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \series bold
10527 Mezzadra
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Roberto
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 111
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Pirpamer
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Erich
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Pochiesa
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Paolo
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111, 222
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Radina
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Claudio
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 111
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \series bold
10651 Rizzardi
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 Paolo, 11.
10661  Fürst von Montecompatri, 11.
10662  Fürst von Sulmona und Vivaro, 10.
10663  Fürst von Rossano, 5.
10664  Herzog von Canemorte, 11.
10665  Herzog von Palombara, 5.
10666  Herzog von Castelchiodato,
10667 \begin_inset ERT
10668 status open
10669
10670 \begin_layout Plain Layout
10671
10672 & 111
10673 \backslash
10674
10675 \backslash
10676  
10677 \backslash
10678 newpage
10679 \end_layout
10680
10681 \begin_layout Plain Layout
10682
10683 &
10684 \end_layout
10685
10686 \end_inset
10687
10688  11.
10689  Herzog von Poggionativo, 11.
10690  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10691  Graf von Valinfreda, 11.
10692  Baron von Cropalati, 11.
10693  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Stuffer
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Oskar
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Tacchelli
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Ugo
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Tezzele
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Margit
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Unterkalmsteiner
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Frieda
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Vieider
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Hilde
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Vigna
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Jürgen
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Weber
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Maurizio
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Winkler
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Franz
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 </lyxtabular>
10957
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \begin_layout Section
10964 Líneas, columnas y filas múltiples
10965 \end_layout
10966
10967 \begin_layout Subsection
10968 Líneas múltiples en celdas
10969 \begin_inset CommandInset label
10970 LatexCommand label
10971 name "subsec:Líneas-Múltiples-en"
10972
10973 \end_inset
10974
10975
10976 \begin_inset Index idx
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980 Lineas@Líneas múltiples en celdas
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \begin_inset Index idx
10987 status collapsed
10988
10989 \begin_layout Plain Layout
10990 Cuadros ! Saltos de línea
10991 \end_layout
10992
10993 \end_inset
10994
10995
10996 \end_layout
10997
10998 \begin_layout Standard
10999 \noindent
11000 \begin_inset Float table
11001 placement H
11002 wide false
11003 sideways false
11004 status open
11005
11006 \begin_layout Plain Layout
11007 \begin_inset Caption Standard
11008
11009 \begin_layout Plain Layout
11010 \begin_inset CommandInset label
11011 LatexCommand label
11012 name "tab:Cuadro-con-múltiples"
11013
11014 \end_inset
11015
11016 Cuadro con líneas múltiples en celda
11017 \end_layout
11018
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \begin_layout Plain Layout
11025 \align center
11026 \begin_inset Tabular
11027 <lyxtabular version="3" rows="3" columns="3">
11028 <features tabularvalignment="middle">
11029 <column alignment="center" valignment="middle" width="2.5cm">
11030 <column alignment="center" valignment="middle">
11031 <column alignment="center" valignment="middle">
11032 <row>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 líneas
11038 \begin_inset Newline linebreak
11039 \end_inset
11040
11041 múltiples
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 b
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 c
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 </row>
11065 <row>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 d
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 e
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 f
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 g
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 h
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 i
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 </lyxtabular>
11124
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \end_inset
11131
11132
11133 \end_layout
11134
11135 \begin_layout Standard
11136 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11137  párrafos con varias líneas y guionado.
11138 \end_layout
11139
11140 \begin_layout Standard
11141 Para generar el cuadro
11142 \begin_inset space ~
11143 \end_inset
11144
11145
11146 \begin_inset CommandInset ref
11147 LatexCommand ref
11148 reference "tab:Cuadro-con-múltiples"
11149
11150 \end_inset
11151
11152 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11153  En el diálogo que surge establece una anchura de 2.5
11154 \begin_inset space \thinspace{}
11155 \end_inset
11156
11157 cm y escoge centro en alineación vertical y horizontal.
11158  La alineación vertical se utiliza para todas las celdas de la fila.
11159  Como nuestro texto es menor de 2.5
11160 \begin_inset space \thinspace{}
11161 \end_inset
11162
11163 cm, sólo aparece una línea.
11164  Para poner dos añadimos un salto de línea justificado, (atajo 
11165 \family sans
11166 Ctrl+Mayúsculas+Entrar
11167 \family default
11168 ).
11169  Si el texto es más ancho que la celda será automáticamente dividido en
11170  líneas.
11171 \end_layout
11172
11173 \begin_layout Standard
11174 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11175  no puede cortarla
11176  con guión si es la primera entrada.
11177  Por eso hay que insertar algo para que dicha palabra no sea la primera
11178  entrada: añade un espacio horizontal de 0
11179 \begin_inset space \thinspace{}
11180 \end_inset
11181
11182 pt delante de la palabra.
11183  Como el espacio es 0 la salida no cambia.
11184  El cuadro
11185 \begin_inset space ~
11186 \end_inset
11187
11188
11189 \begin_inset CommandInset ref
11190 LatexCommand ref
11191 reference "tab:Cuadro-con-y"
11192
11193 \end_inset
11194
11195  muestra el efecto.
11196 \end_layout
11197
11198 \begin_layout Standard
11199 \begin_inset Float table
11200 placement b
11201 wide false
11202 sideways false
11203 status open
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Caption Standard
11207
11208 \begin_layout Plain Layout
11209 \begin_inset CommandInset label
11210 LatexCommand label
11211 name "tab:Cuadro-con-y"
11212
11213 \end_inset
11214
11215 Cuadros con y sin guión
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Plain Layout
11224 \begin_inset space \hfill{}
11225 \end_inset
11226
11227
11228 \begin_inset Tabular
11229 <lyxtabular version="3" rows="3" columns="3">
11230 <features tabularvalignment="middle">
11231 <column alignment="center" valignment="middle" width="2.5cm">
11232 <column alignment="center" valignment="middle">
11233 <column alignment="center" valignment="middle">
11234 <row>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 celdaconpalabramuylarga
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 b
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 c
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 d
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 e
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 f
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 </row>
11292 <row>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 g
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 h
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 i
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 </row>
11321 </lyxtabular>
11322
11323 \end_inset
11324
11325
11326 \begin_inset space \hfill{}
11327 \end_inset
11328
11329
11330 \begin_inset Tabular
11331 <lyxtabular version="3" rows="3" columns="3">
11332 <features tabularvalignment="middle">
11333 <column alignment="center" valignment="middle" width="2.5cm">
11334 <column alignment="center" valignment="middle">
11335 <column alignment="center" valignment="middle">
11336 <row>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 \begin_inset space \hspace{}
11342 \length 0pt
11343 \end_inset
11344
11345 celdaconpalabramuylarga
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 b
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 c
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 d
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 e
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 f
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 g
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 h
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 i
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \begin_inset space \hfill{}
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Subsection
11444 Multicolumnas
11445 \begin_inset CommandInset label
11446 LatexCommand label
11447 name "subsec:Multicolumnas"
11448
11449 \end_inset
11450
11451
11452 \begin_inset Index idx
11453 status collapsed
11454
11455 \begin_layout Plain Layout
11456 Multicolumnas
11457 \end_layout
11458
11459 \end_inset
11460
11461
11462 \begin_inset Index idx
11463 status collapsed
11464
11465 \begin_layout Plain Layout
11466 Cuadros ! Multicolumnas
11467 \end_layout
11468
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \begin_layout Subsubsection
11475 Fundamentos de multicolumnas
11476 \end_layout
11477
11478 \begin_layout Standard
11479 Para extender una celda sobre varias columnas, se marcan las celdas que
11480  se desee combinar y se usa el botón 
11481 \begin_inset Info
11482 type  "icon"
11483 arg   "tabular-feature multicolumn"
11484 \end_inset
11485
11486 , el menú 
11487 \family sans
11488 Editar\SpecialChar menuseparator
11489 Cuadro\SpecialChar menuseparator
11490 Multicolumna
11491 \family default
11492 , o clic derecho sobre las celdas marcadas y elige 
11493 \family sans
11494 Multicolumna 
11495 \family default
11496 en el menú contextual.
11497 \end_layout
11498
11499 \begin_layout Standard
11500 Las multicolumnas tienen su propia configuración de celdas.
11501  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11502  multicolumna.
11503  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11504  última fila sin borde superior:
11505 \end_layout
11506
11507 \begin_layout Standard
11508 \align center
11509 \begin_inset Tabular
11510 <lyxtabular version="3" rows="3" columns="4">
11511 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11512 <column alignment="center" valignment="top" width="0pt">
11513 <column alignment="center" valignment="middle">
11514 <column alignment="center" valignment="top" width="0in">
11515 <column alignment="center" valignment="top" width="0pt">
11516 <row>
11517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 abc
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 def ghi
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 jkl
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559
11560 \family roman
11561 \series medium
11562 \shape up
11563 \size normal
11564 \emph off
11565 \bar no
11566 \noun off
11567 \color none
11568 A
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 B
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 C
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 D
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 1
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 2
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 3
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 4
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Subsubsection
11647 Cálculos en multicolumnas
11648 \begin_inset CommandInset label
11649 LatexCommand label
11650 name "subsec:Cálculos-en-Multicolumnas"
11651
11652 \end_inset
11653
11654
11655 \begin_inset Index idx
11656 status collapsed
11657
11658 \begin_layout Plain Layout
11659 Cuadros ! Multicolumnas ! Cálculos
11660 \end_layout
11661
11662 \end_inset
11663
11664
11665 \end_layout
11666
11667 \begin_layout Standard
11668 \SpecialChar LyX
11669  soporta multicolumnas directamente, pero hay que prestar atención a la
11670  anchura de celda de las columnas combinadas en la celda multicolumna.
11671 \end_layout
11672
11673 \begin_layout Standard
11674 \begin_inset Float table
11675 placement h
11676 wide false
11677 sideways false
11678 status open
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Caption Standard
11682
11683 \begin_layout Plain Layout
11684 \begin_inset CommandInset label
11685 LatexCommand label
11686 name "tab:Cuadro-con-centrado"
11687
11688 \end_inset
11689
11690 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11691  exactamente la mitad de anchura que la celda multicolumna
11692 \begin_inset Argument 1
11693 status open
11694
11695 \begin_layout Plain Layout
11696 Cuadro multicolumna perfecta
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \begin_layout Plain Layout
11710 \align center
11711 \begin_inset Tabular
11712 <lyxtabular version="3" rows="3" columns="3">
11713 <features tabularvalignment="middle">
11714 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11715 <column alignment="center" valignment="middle">
11716 <column alignment="center" valignment="top">
11717 <row>
11718 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 multicolumna línea múltiple
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 c
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 </row>
11746 <row>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 d
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 e
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 f
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 </row>
11775 <row>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 g
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 h
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 i
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 </lyxtabular>
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Standard
11817 Por ejemplo, para crear el cuadro
11818 \begin_inset space ~
11819 \end_inset
11820
11821
11822 \begin_inset CommandInset ref
11823 LatexCommand ref
11824 reference "tab:Cuadro-con-centrado"
11825
11826 \end_inset
11827
11828 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11829  clic derecho.
11830  En el diálogo marca 
11831 \emph on
11832 multicolumna
11833 \emph default
11834
11835 \emph on
11836 alineación centro
11837 \emph default
11838  y una anchura de 2.5
11839 \begin_inset space \thinspace{}
11840 \end_inset
11841
11842 cm.
11843  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11844  de la celda multicolumna, así que deberías ajustar 1.25
11845 \begin_inset space \thinspace{}
11846 \end_inset
11847
11848 cm para la primera columna.
11849  La segunda columna tendrá entonces automáticamente 1.25
11850 \begin_inset space \thinspace{}
11851 \end_inset
11852
11853 cm de anchura.
11854  Para el cuadro
11855 \begin_inset space ~
11856 \end_inset
11857
11858
11859 \begin_inset CommandInset ref
11860 LatexCommand ref
11861 reference "tab:Cuadro-sin-mitad"
11862
11863 \end_inset
11864
11865  se ha procedido de la siguiente manera:
11866 \end_layout
11867
11868 \begin_layout Standard
11869 \begin_inset Float table
11870 wide false
11871 sideways false
11872 status open
11873
11874 \begin_layout Plain Layout
11875 \begin_inset Caption Standard
11876
11877 \begin_layout Plain Layout
11878 \begin_inset CommandInset label
11879 LatexCommand label
11880 name "tab:Cuadro-sin-mitad"
11881
11882 \end_inset
11883
11884 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11885  de anchura que la celda multicolumna
11886 \begin_inset Argument 1
11887 status open
11888
11889 \begin_layout Plain Layout
11890 Cuadro multicolumna imperfecta
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \begin_layout Plain Layout
11904 \align center
11905 \begin_inset Tabular
11906 <lyxtabular version="3" rows="3" columns="3">
11907 <features tabularvalignment="middle">
11908 <column alignment="center" valignment="top" width="1.25cm">
11909 <column alignment="center" valignment="top">
11910 <column alignment="center" valignment="top">
11911 <row>
11912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 multicolumna línea múltiple
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 c
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 d
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 e
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 f
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 <row>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 g
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 h
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 i
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 </row>
11998 </lyxtabular>
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Standard
12011 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12012 a, es un poco mayor.
12013  La razón es que la anchura dada para una celda 
12014 \begin_inset Formula $W_{g}$
12015 \end_inset
12016
12017  no es su anchura total 
12018 \begin_inset Formula $W_{\mathrm{tot}}$
12019 \end_inset
12020
12021  porque una celda es siempre algo mayor que la anchura dada.
12022  El apéndice
12023 \begin_inset space ~
12024 \end_inset
12025
12026
12027 \begin_inset CommandInset ref
12028 LatexCommand ref
12029 reference "cap:Explicación-de-la-Ecuación"
12030
12031 \end_inset
12032
12033  lo explica con detalle.
12034 \end_layout
12035
12036 \begin_layout Standard
12037 La anchura dada 
12038 \begin_inset Formula $W_{g\,n}$
12039 \end_inset
12040
12041  necesaria para combinar 
12042 \emph on
12043 n
12044 \emph default
12045  columnas puede calcularse de manera que cada columna tenga una anchura
12046  total de 
12047 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12048 \end_inset
12049
12050 :
12051 \begin_inset Formula 
12052 \begin{equation}
12053 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12054 \end{equation}
12055
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062 En nuestro caso tenemos 
12063 \begin_inset Formula $n=2$
12064 \end_inset
12065
12066
12067 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12068 \end_inset
12069
12070
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm y los valores predeterminados para longitudes, así la ecuación
12075 \begin_inset space ~
12076 \end_inset
12077
12078
12079 \begin_inset CommandInset ref
12080 LatexCommand ref
12081 reference "eq:Wgn"
12082
12083 \end_inset
12084
12085  queda
12086 \begin_inset Formula 
12087 \begin{equation}
12088 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12089 \end{equation}
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \begin_layout Standard
12097 Para habilitar cálculos en \SpecialChar LaTeX
12098 , debe cargarse en el preámbulo el paquete 
12099 \series bold
12100 calc
12101 \series default
12102  con la línea
12103 \begin_inset Index idx
12104 status collapsed
12105
12106 \begin_layout Plain Layout
12107 \SpecialChar LaTeX
12108 -paquetes ! calc
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117
12118 \series bold
12119
12120 \backslash
12121 usepackage{calc}
12122 \end_layout
12123
12124 \begin_layout Standard
12125 \SpecialChar LyX
12126  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12127  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12128  en el diálogo.
12129  He aquí un repaso de los argumentos:
12130 \end_layout
12131
12132 \begin_layout Itemize
12133
12134 \series bold
12135 p{ancho}
12136 \series default
12137  crea celdas con anchura fija, el texto alineado arriba
12138 \end_layout
12139
12140 \begin_layout Itemize
12141
12142 \series bold
12143 m{ancho}
12144 \series default
12145  crea celdas con anchura fija, el texto con alineación vertical centrada
12146  
12147 \end_layout
12148
12149 \begin_layout Itemize
12150
12151 \series bold
12152 b{ancho}
12153 \series default
12154  crea celdas con anchura fija, el texto alineado abajo
12155 \end_layout
12156
12157 \begin_layout Standard
12158 Al introducir un argumento \SpecialChar LaTeX
12159 , todas las propiedades de celda puestas en el
12160  diálogo se ignoran.
12161 \end_layout
12162
12163 \begin_layout Standard
12164 \begin_inset Note Greyedout
12165 status open
12166
12167 \begin_layout Plain Layout
12168
12169 \series bold
12170 Nota:
12171 \series default
12172  Debido a un error, \SpecialChar LyX
12173  muestra de todas formas estas propiedades.
12174 \end_layout
12175
12176 \end_inset
12177
12178  
12179 \end_layout
12180
12181 \begin_layout Standard
12182 El comando 
12183 \series bold
12184
12185 \backslash
12186 centering
12187 \series default
12188  centra horizontalmente el texto.
12189  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12190  para la primera columna
12191  extendida:
12192 \end_layout
12193
12194 \begin_layout Standard
12195
12196 \series bold
12197 >{
12198 \backslash
12199 centering}m{1.25cm-6.2pt}
12200 \end_layout
12201
12202 \begin_layout Standard
12203 El comando 
12204 \series bold
12205 >{ }
12206 \series default
12207  significa que los comandos entre llaves se aplican antes de crear la celda.
12208 \end_layout
12209
12210 \begin_layout Standard
12211 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12212 , aún está alineado a la izquierda.
12213  Esto se debe a que \SpecialChar LyX
12214  sólo aplica alineado a columnas simples.
12215  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12216
12217 \end_layout
12218
12219 \begin_layout Standard
12220
12221 \series bold
12222 >{
12223 \backslash
12224 centering}m{2.5cm}
12225 \end_layout
12226
12227 \begin_layout Subsection
12228 Multifilas
12229 \begin_inset CommandInset label
12230 LatexCommand label
12231 name "subsec:Multifilas"
12232
12233 \end_inset
12234
12235
12236 \begin_inset Index idx
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240 Multifilas
12241 \end_layout
12242
12243 \end_inset
12244
12245
12246 \begin_inset Index idx
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 Cuadros ! Multifilas
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 Para extender una celda sobre varias filas, se marcan las celdas que se
12260  desee combinar y se usa el botón 
12261 \begin_inset Info
12262 type  "icon"
12263 arg   "tabular-feature multirow"
12264 \end_inset
12265
12266 , el menú 
12267 \family sans
12268 Editar\SpecialChar menuseparator
12269 Cuadro\SpecialChar menuseparator
12270 Multifila
12271 \family default
12272 , o haz clic derecho sobre las celdas marcadas y elige 
12273 \family sans
12274 Multifila 
12275 \family default
12276 en el menú contextual.
12277 \end_layout
12278
12279 \begin_layout Standard
12280 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12281 \end_layout
12282
12283 \begin_layout Standard
12284 \align center
12285 \begin_inset Tabular
12286 <lyxtabular version="3" rows="3" columns="3">
12287 <features tabularvalignment="middle">
12288 <column alignment="center" valignment="top" width="0pt">
12289 <column alignment="center" valignment="top">
12290 <column alignment="center" valignment="top">
12291 <row>
12292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 entrada en una celda larga
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 b
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 c
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 </row>
12320 <row>
12321 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Plain Layout
12325 multifila
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 e
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Plain Layout
12343 f
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 </row>
12349 <row>
12350 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12351 \begin_inset Text
12352
12353 \begin_layout Plain Layout
12354
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 h
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 i
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 </row>
12378 </lyxtabular>
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386 La anchura de las celdas multifila se establece poniendo la anchura y la
12387  alineación para toda la columna.
12388  El 
12389 \family sans
12390 Desplazamiento vertical
12391 \family default
12392  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12393 gativo.
12394 \end_layout
12395
12396 \begin_layout Standard
12397 Si la columna de una celda multifila no tiene anchura explícita, la celda
12398  multifila hereda el alineamiento de la columna.
12399  Por otra parte, se alinea a la izquierda por omisión.
12400  Para cambiar esto renombra el comando 
12401 \series bold
12402
12403 \backslash
12404 multirowsetup
12405 \series default
12406  con el comando
12407 \end_layout
12408
12409 \begin_layout Standard
12410
12411 \series bold
12412
12413 \backslash
12414 renewcommand{
12415 \backslash
12416 multirowsetup}{
12417 \backslash
12418 centering}
12419 \end_layout
12420
12421 \begin_layout Standard
12422 en el preámbulo del documento.
12423  Entonces se centran todas las entradas de celdas multifila en el documento.
12424  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12425  en código \SpecialChar TeX
12426  justo antes del cuadro en lugar de en el preámbulo.
12427  Si el texto debe estar alineado a la derecha, reemplaza 
12428 \series bold
12429
12430 \backslash
12431 centering
12432 \series default
12433  por 
12434 \series bold
12435
12436 \backslash
12437 raggedleft
12438 \series default
12439 .
12440  Para volver a alineado a la izquierda usa 
12441 \series bold
12442
12443 \backslash
12444 raggedright
12445 \series default
12446 .
12447 \end_layout
12448
12449 \begin_layout Standard
12450 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12451  que tiene un desplazamiento vertical de -4
12452 \begin_inset space \thinspace{}
12453 \end_inset
12454
12455 mm y está en una columna de 3
12456 \begin_inset space \thinspace{}
12457 \end_inset
12458
12459 cm de ancho:
12460 \end_layout
12461
12462 \begin_layout Standard
12463 \noindent
12464 \align center
12465 \begin_inset ERT
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469
12470
12471 \backslash
12472 renewcommand{
12473 \backslash
12474 multirowsetup}{
12475 \backslash
12476 raggedleft}
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \begin_inset Tabular
12483 <lyxtabular version="3" rows="4" columns="3">
12484 <features tabularvalignment="middle">
12485 <column alignment="center" valignment="top" width="3cm">
12486 <column alignment="center" valignment="top">
12487 <column alignment="center" valignment="top">
12488 <row>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 entrada en una celda larga
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 b
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 c
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 <row>
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 t
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 n
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 m
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 </row>
12546 <row>
12547 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 multifila
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 e
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 f
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 <row>
12576 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 h
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 i
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 </row>
12604 </lyxtabular>
12605
12606 \end_inset
12607
12608
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613
12614
12615 \backslash
12616 renewcommand{
12617 \backslash
12618 multirowsetup}{
12619 \backslash
12620 raggedright}
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \end_layout
12627
12628 \begin_layout Standard
12629 Para iniciar una nueva línea en una multifila se puede usar un salto de
12630  página forzado (
12631 \family sans
12632 Ctrl+Retorno
12633 \family default
12634 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12635 \end_layout
12636
12637 \begin_layout Standard
12638 \noindent
12639 \align center
12640 \begin_inset Tabular
12641 <lyxtabular version="3" rows="3" columns="2">
12642 <features tabularvalignment="middle">
12643 <column alignment="left" valignment="middle" width="2cm">
12644 <column alignment="center" valignment="top">
12645 <row>
12646 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 aaa
12651 \begin_inset Newline newline
12652 \end_inset
12653
12654 aaa
12655 \begin_inset Newline newline
12656 \end_inset
12657
12658 celda errónea
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 ccc
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 </row>
12673 <row>
12674 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 ddd
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 </row>
12693 <row>
12694 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 bbb
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 eee
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 </row>
12713 </lyxtabular>
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \begin_layout Standard
12721 Por tanto, hay que usar con cuidado los saltos forzados.
12722 \end_layout
12723
12724 \begin_layout Subsection
12725 Celdas con línea(s) diagonal(es)
12726 \end_layout
12727
12728 \begin_layout Standard
12729 Para que el lector distinga los encabezados de filas y columnas, es útil
12730  dividir la primera celda del cuadro con una o dos líneas diagonales.
12731  Esto es posible cargando el paquete \SpecialChar LaTeX
12732  
12733 \series bold
12734 diagbox
12735 \series default
12736
12737 \begin_inset Index idx
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741 \SpecialChar LaTeX
12742 -paquetes ! diagbox
12743 \end_layout
12744
12745 \end_inset
12746
12747  en el preámbulo del documento.
12748  El paquete suministra el comando 
12749 \series bold
12750
12751 \backslash
12752 diagbox
12753 \series default
12754 , que se inserta en código \SpecialChar TeX
12755  con dos o tres argumentos:
12756 \end_layout
12757
12758 \begin_layout Standard
12759
12760 \series bold
12761
12762 \backslash
12763 diagbox[options]{izquierda abajo}{derecha arriba}
12764 \end_layout
12765
12766 \begin_layout Standard
12767
12768 \series bold
12769
12770 \backslash
12771 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12772 \end_layout
12773
12774 \begin_layout Standard
12775 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12776  se colocan debajo y encima de dicha línea.
12777  En el segundo la celda se divide con dos líneas.
12778 \end_layout
12779
12780 \begin_layout Standard
12781 \begin_inset ERT
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785
12786
12787 \backslash
12788 ifdiagbox
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \begin_inset Note Note
12795 status open
12796
12797 \begin_layout Plain Layout
12798 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12799  \SpecialChar LaTeX
12800  
12801 \series bold
12802 diagbox
12803 \series default
12804 .
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \begin_layout Standard
12813 Aquí hay un ejemplo de cuadro con 
12814 \series bold
12815
12816 \backslash
12817 diagbox
12818 \series default
12819  y dos argumentos:
12820 \end_layout
12821
12822 \begin_layout Standard
12823 \begin_inset VSpace medskip
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \begin_layout Standard
12830 \noindent
12831 \begin_inset Tabular
12832 <lyxtabular version="3" rows="4" columns="4">
12833 <features tabularvalignment="middle">
12834 <column alignment="center" valignment="top">
12835 <column alignment="center" valignment="top">
12836 <column alignment="center" valignment="top">
12837 <column alignment="center" valignment="top">
12838 <row>
12839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848
12849 \backslash
12850 diagbox{
12851 \end_layout
12852
12853 \end_inset
12854
12855 Nombre
12856 \begin_inset ERT
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860
12861 }{
12862 \end_layout
12863
12864 \end_inset
12865
12866 Parámetro
12867 \begin_inset ERT
12868 status collapsed
12869
12870 \begin_layout Plain Layout
12871
12872 }
12873 \end_layout
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 Thickness in nm
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 Transparency in %
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 Hardness in MPa
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 Perfect Green
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 45
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 80
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 504
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 </row>
12948 <row>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 Dark Multi-P
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 60
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 72
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 982
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 </row>
12986 <row>
12987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 Crystal Clear Pro
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 18
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 86
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 374
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 </lyxtabular>
13025
13026 \end_inset
13027
13028
13029 \begin_inset VSpace medskip
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13037  de ligas deportivas o distancias:
13038 \end_layout
13039
13040 \begin_layout Standard
13041 \noindent
13042 \align center
13043 \begin_inset Tabular
13044 <lyxtabular version="3" rows="4" columns="4">
13045 <features tabularvalignment="middle">
13046 <column alignment="center" valignment="top" width="0pt">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <column alignment="center" valignment="top">
13050 <row>
13051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 diagbox{
13063 \end_layout
13064
13065 \end_inset
13066
13067 Equipo local
13068 \begin_inset ERT
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072
13073 }{
13074 \end_layout
13075
13076 \end_inset
13077
13078 Resultado
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084 }{
13085 \end_layout
13086
13087 \end_inset
13088
13089 Equipo visitante
13090 \begin_inset ERT
13091 status collapsed
13092
13093 \begin_layout Plain Layout
13094
13095 }
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Tigers
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Panthers
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 Falcons
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 Tigers
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 1:3
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 0:1
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 </row>
13171 <row>
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 Panthers
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 3:1
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 0:0
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 Falcons
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 1:0
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 0:0
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 </lyxtabular>
13248
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Standard
13255 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13256  en cada esquina del cuadro, como en el siguiente ejemplo:
13257 \end_layout
13258
13259 \begin_layout Standard
13260 \noindent
13261 \align center
13262 \begin_inset Tabular
13263 <lyxtabular version="3" rows="5" columns="5">
13264 <features tabularvalignment="middle">
13265 <column alignment="center" valignment="top" width="0pt">
13266 <column alignment="center" valignment="top">
13267 <column alignment="center" valignment="top">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 \begin_inset ERT
13276 status open
13277
13278 \begin_layout Plain Layout
13279
13280
13281 \backslash
13282 diagbox{
13283 \end_layout
13284
13285 \end_inset
13286
13287 Equipo local
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 }{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Resultado
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304 }{
13305 \end_layout
13306
13307 \end_inset
13308
13309 Equipo visitante
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315 }
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Tigers
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Panthers
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Falcons
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 \begin_inset ERT
13357 status open
13358
13359 \begin_layout Plain Layout
13360
13361
13362 \backslash
13363 diagbox[dir=NE]{
13364 \end_layout
13365
13366 \end_inset
13367
13368 Equipo local
13369 \begin_inset ERT
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373
13374 }{
13375 \end_layout
13376
13377 \end_inset
13378
13379 Resultado
13380 \begin_inset ERT
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384
13385 }{
13386 \end_layout
13387
13388 \end_inset
13389
13390 Equipo visitante
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396 }
13397 \end_layout
13398
13399 \end_inset
13400
13401
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 Tigers
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 1:3
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 0:1
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Tigers
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 <row>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 Panthers
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 3:1
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 0:0
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 Panthers
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 <row>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Falcons
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 1:0
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 0:0
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 Falcons
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 </row>
13548 <row>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 \begin_inset ERT
13554 status open
13555
13556 \begin_layout Plain Layout
13557
13558
13559 \backslash
13560 diagbox[dir=SW]{
13561 \end_layout
13562
13563 \end_inset
13564
13565 Equipo local
13566 \begin_inset ERT
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570
13571 }{
13572 \end_layout
13573
13574 \end_inset
13575
13576 Resultado
13577 \begin_inset ERT
13578 status collapsed
13579
13580 \begin_layout Plain Layout
13581
13582 }{
13583 \end_layout
13584
13585 \end_inset
13586
13587 Equipo visitante
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593 }
13594 \end_layout
13595
13596 \end_inset
13597
13598
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 Tigers
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Panthers
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Falcons
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 \begin_inset ERT
13635 status open
13636
13637 \begin_layout Plain Layout
13638
13639
13640 \backslash
13641 diagbox[dir=SE]{
13642 \end_layout
13643
13644 \end_inset
13645
13646 Equipo local
13647 \begin_inset ERT
13648 status collapsed
13649
13650 \begin_layout Plain Layout
13651
13652 }{
13653 \end_layout
13654
13655 \end_inset
13656
13657 Resultado
13658 \begin_inset ERT
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662
13663 }{
13664 \end_layout
13665
13666 \end_inset
13667
13668 Equipo visitante
13669 \begin_inset ERT
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673
13674 }
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 </row>
13685 </lyxtabular>
13686
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \begin_layout Standard
13693 Para rotar las líneas diagonales se usa la opción 
13694 \series bold
13695 dir=direction
13696 \series default
13697 .
13698  
13699 \emph on
13700 direction
13701 \emph default
13702  es 
13703 \series bold
13704 NE
13705 \series default
13706
13707 \series bold
13708 SE
13709 \series default
13710
13711 \series bold
13712 SW
13713 \series default
13714  o 
13715 \series bold
13716 NW
13717 \series default
13718 , que representan puntos en una brújula.
13719  Por ejemplo, 
13720 \series bold
13721 SW
13722 \series default
13723  es la orientación suroeste.
13724  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13725  el comando
13726 \end_layout
13727
13728 \begin_layout Standard
13729
13730 \series bold
13731
13732 \backslash
13733 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13734 \end_layout
13735
13736 \begin_layout Standard
13737 Si no se indica dirección se usa NW.
13738 \end_layout
13739
13740 \begin_layout Standard
13741 La anchura adecuada para las celdas divididas se calcula automáticamente.
13742  Si estableces una anchura fija de columna menor que la calculada, el contenido
13743  sobrepasará los bordes de la celda:
13744 \end_layout
13745
13746 \begin_layout Standard
13747 \noindent
13748 \align center
13749 \begin_inset Tabular
13750 <lyxtabular version="3" rows="2" columns="2">
13751 <features tabularvalignment="middle">
13752 <column alignment="center" valignment="top" width="3cm">
13753 <column alignment="center" valignment="top">
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764
13765 \backslash
13766 diagbox{
13767 \end_layout
13768
13769 \end_inset
13770
13771 Nombre
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777 }{
13778 \end_layout
13779
13780 \end_inset
13781
13782 Parámetro
13783 \begin_inset ERT
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787
13788 }
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 Thickness in nm
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 <row>
13809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 Perfect Green
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 45
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 </row>
13828 </lyxtabular>
13829
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \begin_layout Standard
13836 Si hace falta una determinada anchura para columnas con celdas divididas,
13837  se usa la opción 
13838 \series bold
13839 width=3cm
13840 \series default
13841  (donde '3cm' puede cambiarse por la cantidad deseada).
13842  En el cuadro siguiente se ha puesto 4
13843 \begin_inset space \thinspace{}
13844 \end_inset
13845
13846 cm de anchura para la primera columna.
13847  Para 
13848 \series bold
13849
13850 \backslash
13851 diagbox
13852 \series default
13853  se necesita una anchura de 4
13854 \begin_inset space \thinspace{}
13855 \end_inset
13856
13857 cm + 2
13858 \begin_inset space \thinspace{}
13859 \end_inset
13860
13861
13862 \backslash
13863 tabcolsep, ya que la anchura total es la del texto (4
13864 \begin_inset space \thinspace{}
13865 \end_inset
13866
13867 cm en este caso) más dos veces la separación del texto y el borde.
13868  El cálculo de la anchura no puede hacerse en la opciones del comando 
13869 \series bold
13870
13871 \backslash
13872 diagbox
13873 \series default
13874 , hay que crear una nueva longitud que se puede usar después.
13875  Esto se hace con los comandos en código \SpecialChar TeX
13876
13877 \end_layout
13878
13879 \begin_layout Standard
13880
13881 \series bold
13882
13883 \backslash
13884 newlength{
13885 \backslash
13886 diagtest}
13887 \begin_inset Newline newline
13888 \end_inset
13889
13890
13891 \backslash
13892 setlength{
13893 \backslash
13894 diagtest}{4cm+2
13895 \backslash
13896 tabcolsep}
13897 \end_layout
13898
13899 \begin_layout Standard
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 newlength{
13908 \backslash
13909 diagtest}
13910 \end_layout
13911
13912 \begin_layout Plain Layout
13913
13914
13915 \backslash
13916 setlength{
13917 \backslash
13918 diagtest}{4cm+2
13919 \backslash
13920 tabcolsep}
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \begin_layout Standard
13929 Para habilitar cálculos en \SpecialChar LaTeX
13930  hay que cargar el paquete 
13931 \series bold
13932 calc
13933 \series default
13934
13935 \begin_inset Index idx
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939 \SpecialChar LaTeX
13940 -paquetes ! calc
13941 \end_layout
13942
13943 \end_inset
13944
13945  en el preámbulo del documento.
13946 \end_layout
13947
13948 \begin_layout Standard
13949 En este cuadro se puede usar ahora el comando
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \series bold
13955
13956 \backslash
13957 diagbox[width=
13958 \backslash
13959 diagtest]{A}{B}
13960 \end_layout
13961
13962 \begin_layout Standard
13963 en la primera celda:
13964 \end_layout
13965
13966 \begin_layout Standard
13967 \noindent
13968 \align center
13969 \begin_inset Tabular
13970 <lyxtabular version="3" rows="2" columns="2">
13971 <features tabularvalignment="middle">
13972 <column alignment="center" valignment="top" width="4cm">
13973 <column alignment="center" valignment="top">
13974 <row>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 \begin_inset ERT
13980 status open
13981
13982 \begin_layout Plain Layout
13983
13984
13985 \backslash
13986 diagbox[width=
13987 \backslash
13988 diagtest]{
13989 \end_layout
13990
13991 \end_inset
13992
13993 A
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999 }{
14000 \end_layout
14001
14002 \end_inset
14003
14004 B
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010 }
14011 \end_layout
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024 Thickness in nm
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 </row>
14030 <row>
14031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 Perfect Green
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 45
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 </row>
14050 </lyxtabular>
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \begin_layout Standard
14058 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14059  la columna.
14060  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14061  como en este caso:
14062 \end_layout
14063
14064 \begin_layout Standard
14065 \noindent
14066 \align center
14067 \begin_inset Tabular
14068 <lyxtabular version="3" rows="2" columns="2">
14069 <features tabularvalignment="middle">
14070 <column alignment="center" valignment="top" width="0pt">
14071 <column alignment="center" valignment="top">
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 \begin_inset ERT
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081
14082
14083 \backslash
14084 diagbox{
14085 \end_layout
14086
14087 \end_inset
14088
14089 A
14090 \begin_inset ERT
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094
14095 }{
14096 \end_layout
14097
14098 \end_inset
14099
14100 B
14101 \begin_inset ERT
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105
14106 }
14107 \end_layout
14108
14109 \end_inset
14110
14111
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 Thickness in nm
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 </row>
14126 <row>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 Perfect Green
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 45
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 </lyxtabular>
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 En este caso se usa la opción 
14155 \series bold
14156 width
14157 \series default
14158  del comando 
14159 \series bold
14160
14161 \backslash
14162 diagbox
14163 \series default
14164 .
14165  Ahora no es necesario añadir 2
14166 \backslash
14167 tabcolsep porque la anchura de la celda es la anchura de la columna.
14168  En este cuadro se usa una anchura de 3
14169 \begin_inset space \thinspace{}
14170 \end_inset
14171
14172 cm:
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \noindent
14177 \align center
14178 \begin_inset Tabular
14179 <lyxtabular version="3" rows="2" columns="2">
14180 <features tabularvalignment="middle">
14181 <column alignment="center" valignment="top" width="0pt">
14182 <column alignment="center" valignment="top">
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 \begin_inset ERT
14189 status open
14190
14191 \begin_layout Plain Layout
14192
14193
14194 \backslash
14195 diagbox[width=3cm]{
14196 \end_layout
14197
14198 \end_inset
14199
14200 A
14201 \begin_inset ERT
14202 status collapsed
14203
14204 \begin_layout Plain Layout
14205
14206 }{
14207 \end_layout
14208
14209 \end_inset
14210
14211 B
14212 \begin_inset ERT
14213 status collapsed
14214
14215 \begin_layout Plain Layout
14216
14217 }
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 Thickness in nm
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 </row>
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 Perfect Green
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 45
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 </row>
14257 </lyxtabular>
14258
14259 \end_inset
14260
14261
14262 \end_layout
14263
14264 \begin_layout Standard
14265 Para múltiples líneas de texto en celdas divididas se necesita una altura
14266  adicional para adaptar el texto a la celda.
14267  Esto se consigue con la opción 
14268 \series bold
14269 height=3cm
14270 \series default
14271  (se puede cambiar por el valor deseado).
14272  En el cuadro siguiente se usa el comando
14273 \end_layout
14274
14275 \begin_layout Standard
14276
14277 \series bold
14278
14279 \backslash
14280 diagbox[width=3cm,height=1.4cm]{A
14281 \backslash
14282
14283 \backslash
14284 B}{C
14285 \backslash
14286
14287 \backslash
14288 D}
14289 \end_layout
14290
14291 \begin_layout Standard
14292 en la primera celda.
14293  El comando 
14294 \series bold
14295
14296 \backslash
14297
14298 \backslash
14299
14300 \series default
14301  crea el salto de línea.
14302 \begin_inset Foot
14303 status open
14304
14305 \begin_layout Plain Layout
14306 Saltos de línea con 
14307 \family sans
14308 Ctrl+Retorno
14309 \family default
14310  solo es posible si la columna tiene anchura fija.
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 \noindent
14320 \align center
14321 \begin_inset Tabular
14322 <lyxtabular version="3" rows="2" columns="2">
14323 <features tabularvalignment="middle">
14324 <column alignment="center" valignment="top">
14325 <column alignment="center" valignment="top">
14326 <row>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 \begin_inset ERT
14332 status open
14333
14334 \begin_layout Plain Layout
14335
14336
14337 \backslash
14338 diagbox[width=3cm,height=1.4cm]{
14339 \end_layout
14340
14341 \end_inset
14342
14343 A
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349
14350 \backslash
14351
14352 \backslash
14353
14354 \end_layout
14355
14356 \end_inset
14357
14358 B
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364 }{
14365 \end_layout
14366
14367 \end_inset
14368
14369 C
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375
14376 \backslash
14377
14378 \backslash
14379
14380 \end_layout
14381
14382 \end_inset
14383
14384 D
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 Thickness in nm
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 </row>
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 Perfect Green
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 45
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 </lyxtabular>
14431
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \begin_layout Standard
14438 \begin_inset ERT
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442
14443
14444 \backslash
14445 else
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \begin_inset Note Note
14452 status open
14453
14454 \begin_layout Plain Layout
14455 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14456  
14457 \series bold
14458 diagbox
14459 \series default
14460 .
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Standard
14469 Hay que instalar el paquete \SpecialChar LaTeX
14470  
14471 \series bold
14472 diagbox
14473 \series default
14474  para ver la parte siguiente en la salida.
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 fi
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 Para más información sobre el paquete \SpecialChar LaTeX
14495  
14496 \series bold
14497 diagbox
14498 \series default
14499  consulta su documentación,
14500 \begin_inset space ~
14501 \end_inset
14502
14503
14504 \begin_inset CommandInset citation
14505 LatexCommand cite
14506 key "diagbox"
14507 literal "true"
14508
14509 \end_inset
14510
14511 .
14512 \end_layout
14513
14514 \begin_layout Section
14515 Cuadros formales
14516 \begin_inset CommandInset label
14517 LatexCommand label
14518 name "sec:Cuadros-Formales"
14519
14520 \end_inset
14521
14522
14523 \begin_inset Index idx
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527 Cuadros ! Formales
14528 \end_layout
14529
14530 \end_inset
14531
14532  
14533 \end_layout
14534
14535 \begin_layout Standard
14536 En los libros, los cuadros se suelen presentar en un formato como el del
14537  cuadro 
14538 \begin_inset space ~
14539 \end_inset
14540
14541
14542 \begin_inset CommandInset ref
14543 LatexCommand ref
14544 reference "tab:Ejemplo-cuadro-formal"
14545
14546 \end_inset
14547
14548 .
14549  Se denominan cuadros 
14550 \emph on
14551 formales
14552 \emph default
14553 .
14554  Para hacer cuadros con este diseño, elige 
14555 \family sans
14556 Estilo
14557 \family default
14558
14559 \begin_inset space ~
14560 \end_inset
14561
14562
14563 \family sans
14564 Formal
14565 \family default
14566  en la solapa 
14567 \family sans
14568 Bordes
14569 \family default
14570  del diálogo de cuadros.
14571 \end_layout
14572
14573 \begin_layout Standard
14574 \begin_inset Float table
14575 placement h
14576 wide false
14577 sideways false
14578 status open
14579
14580 \begin_layout Plain Layout
14581 \begin_inset Caption Standard
14582
14583 \begin_layout Plain Layout
14584 \begin_inset CommandInset label
14585 LatexCommand label
14586 name "tab:Ejemplo-cuadro-formal"
14587
14588 \end_inset
14589
14590 Ejemplo de cuadro formal
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Plain Layout
14599 \align center
14600 \begin_inset Tabular
14601 <lyxtabular version="3" rows="8" columns="4">
14602 <features booktabs="true" tabularvalignment="middle">
14603 <column alignment="center" valignment="top">
14604 <column alignment="center" valignment="top">
14605 <column alignment="center" valignment="top">
14606 <column alignment="center" valignment="top">
14607 <row>
14608 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 System
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 Chip
14622 \begin_inset space \thinspace{}
14623 \end_inset
14624
14625 1
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 Chip
14635 \begin_inset space \thinspace{}
14636 \end_inset
14637
14638 2
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 <row>
14654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658 \begin_inset ERT
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662
14663
14664 \backslash
14665 cmidrule(r){2-2}
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676
14677 \backslash
14678 cmidrule(l){3-4}
14679 \end_layout
14680
14681 \end_inset
14682
14683 Detector thickness in µm
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 300
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 300
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell alignment="center" valignment="top" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710 700
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 </row>
14716 <row>
14717 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 Edge angle in °
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 3.55
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 2.71
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell alignment="center" valignment="top" topline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748 7.99
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 <row topspace="default">
14755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 Spatial resolution in µm
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 4.26
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 10.17
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 <cell alignment="center" valignment="top" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786 10.56
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 </row>
14792 <row topspace="default">
14793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 MTF at 
14798 \begin_inset Formula $f_{\mathrm{max}}$
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 0.53
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 0.37
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 <cell alignment="center" valignment="top" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828 0.39
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 </row>
14834 <row topspace="default">
14835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 \begin_inset ERT
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843
14844
14845 \backslash
14846 cmidrule[2pt](l{10pt}){1-1}
14847 \end_layout
14848
14849 \end_inset
14850
14851 LSF-spatial resolution
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 </row>
14884 <row>
14885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 in µm
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 129.7
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 52.75
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 50.78
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 in % of pixel size
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 76.3
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 95.9
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 92.3
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 </lyxtabular>
14961
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \begin_layout Standard
14973 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
14974  correspondientes que se encuentran en la solapa 
14975 \family sans
14976 Bordes 
14977 \family default
14978 del diálogo
14979 \family sans
14980  Configuración
14981 \begin_inset space ~
14982 \end_inset
14983
14984 del
14985 \begin_inset space ~
14986 \end_inset
14987
14988 cuadro
14989 \family default
14990 , como se explica en la sección
14991 \begin_inset space ~
14992 \end_inset
14993
14994
14995 \begin_inset CommandInset ref
14996 LatexCommand ref
14997 reference "subsec:Espacio-adicional"
14998
14999 \end_inset
15000
15001 .
15002 \end_layout
15003
15004 \begin_layout Standard
15005 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15006  verticales.
15007  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15008  pero en la salida se mostrarán con distinto grosor:
15009 \begin_inset Newline newline
15010 \end_inset
15011
15012 Las líneas primera y última tienen un grosor predeterminado de 0.08
15013 \begin_inset space \thinspace{}
15014 \end_inset
15015
15016 em, las demás tienen un grosor predeterminado de 0.05
15017 \begin_inset space \thinspace{}
15018 \end_inset
15019
15020 em.
15021 \end_layout
15022
15023 \begin_layout Standard
15024 Estos valores predeterminados se pueden cambiar
15025 \series bold
15026  
15027 \series default
15028 con las líneas de preámbulo:
15029 \end_layout
15030
15031 \begin_layout Standard
15032
15033 \series bold
15034
15035 \backslash
15036 let
15037 \backslash
15038 mytoprule
15039 \backslash
15040 toprule
15041 \begin_inset Newline newline
15042 \end_inset
15043
15044
15045 \backslash
15046 renewcommand{
15047 \backslash
15048 toprule}{
15049 \backslash
15050 mytoprule[grosor]}
15051 \end_layout
15052
15053 \begin_layout Standard
15054 Este ejemplo es para la primera línea, la denominada 
15055 \series bold
15056 toprule
15057 \series default
15058 .
15059  Si quieres cambiar el grosor de la última línea, reemplaza 
15060 \series bold
15061 toprule
15062 \series default
15063  por 
15064 \series bold
15065 bottomrule
15066 \series default
15067 .
15068  Y para cambiar el grosor de las demás líneas cambia 
15069 \series bold
15070 toprule
15071 \series default
15072  por 
15073 \series bold
15074 midrule
15075 \series default
15076 .
15077  Puedes usar cualquiera de las unidades listadas en el apéndice
15078 \begin_inset space ~
15079 \end_inset
15080
15081
15082 \begin_inset CommandInset ref
15083 LatexCommand ref
15084 reference "cap:Unidades-disponibles-en"
15085
15086 \end_inset
15087
15088  para establecer el grosor.
15089 \end_layout
15090
15091 \begin_layout Standard
15092 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15093  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15094  \SpecialChar LyX
15095  empleará internamente el comando 
15096 \series bold
15097
15098 \backslash
15099 cmidrule
15100 \series default
15101  para dibujar la línea.
15102  El esquema completo es
15103 \end_layout
15104
15105 \begin_layout Standard
15106
15107 \series bold
15108
15109 \backslash
15110 cmidrule[grosor](recorte){inicol-fincol}
15111 \end_layout
15112
15113 \begin_layout Standard
15114 Por el momento, \SpecialChar LyX
15115  no soporta las opciones de 
15116 \series bold
15117
15118 \backslash
15119 cmidrule
15120 \series default
15121 , así que para usarlas hay que emplear código \SpecialChar TeX
15122 .
15123  Las líneas 
15124 \series bold
15125
15126 \backslash
15127 cmidrule
15128 \series default
15129  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15130  como primera entrada
15131  de la primera celda de una fila.
15132  En la salida se dibujará la línea sobre dicha fila.
15133 \end_layout
15134
15135 \begin_layout Standard
15136 El 
15137 \series bold
15138 grosor
15139 \series default
15140  predeterminado es 0.03
15141 \begin_inset space \thinspace{}
15142 \end_inset
15143
15144 em.
15145  
15146 \series bold
15147 inicol
15148 \series default
15149  es el número de la columna en la que comienza la línea y 
15150 \series bold
15151 fincol
15152 \series default
15153  es el número de la columna en la que acaba la línea.
15154  El valor 
15155 \series bold
15156 fincol
15157 \series default
15158  debe especificarse siempre, aunque la línea se extienda sobre una sola
15159  columna.
15160  El parámetro opcional 
15161 \series bold
15162 recorte
15163 \series default
15164  debe ser 
15165 \emph on
15166 l{recorte}
15167 \emph default
15168  o 
15169 \emph on
15170 r{recorte}
15171 \emph default
15172 , donde 
15173 \emph on
15174 recorte
15175 \emph default
15176  también es opcional.
15177  Por ejemplo, el parámetro 
15178 \emph on
15179 l{2pt}
15180 \emph default
15181  significa que la línea se recorta 2
15182 \begin_inset space \thinspace{}
15183 \end_inset
15184
15185 pt por su izquierda.
15186  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15187 \begin_inset space \thinspace{}
15188 \end_inset
15189
15190 em.
15191
15192 \series bold
15193  
15194 \end_layout
15195
15196 \begin_layout Standard
15197 \begin_inset VSpace bigskip
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Standard
15204 El cuadro
15205 \begin_inset space ~
15206 \end_inset
15207
15208
15209 \begin_inset CommandInset ref
15210 LatexCommand ref
15211 reference "tab:Ejemplo-cuadro-formal"
15212
15213 \end_inset
15214
15215  se ha creado con los comandos
15216 \end_layout
15217
15218 \begin_layout Standard
15219
15220 \series bold
15221
15222 \backslash
15223 cmidrule(r){2-2}
15224 \backslash
15225 cmidrule(l){3-4}
15226 \end_layout
15227
15228 \begin_layout Standard
15229 en la segunda fila, 
15230 \series bold
15231
15232 \backslash
15233 midrule
15234 \series default
15235  en la tercera, y
15236 \end_layout
15237
15238 \begin_layout Standard
15239
15240 \series bold
15241
15242 \backslash
15243 cmidrule[2pt](l{10pt}){1-1}
15244 \end_layout
15245
15246 \begin_layout Standard
15247 en la sexta fila.
15248 \end_layout
15249
15250 \begin_layout Standard
15251 \begin_inset VSpace bigskip
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Quizá quieras superponer líneas 
15259 \series bold
15260
15261 \backslash
15262 cmidrules
15263 \series default
15264  como enl cuadro
15265 \begin_inset space ~
15266 \end_inset
15267
15268
15269 \begin_inset CommandInset ref
15270 LatexCommand ref
15271 reference "tab:Cuadro-formal-especial"
15272
15273 \end_inset
15274
15275 .
15276  Esto se consigue con el comando en código \SpecialChar TeX
15277
15278 \end_layout
15279
15280 \begin_layout Standard
15281
15282 \series bold
15283
15284 \backslash
15285 morecmidrules
15286 \end_layout
15287
15288 \begin_layout Standard
15289 El comando que se ha utilizado para la segunda fila del cuadro
15290 \begin_inset space ~
15291 \end_inset
15292
15293
15294 \begin_inset CommandInset ref
15295 LatexCommand ref
15296 reference "tab:Cuadro-formal-especial"
15297
15298 \end_inset
15299
15300  es
15301 \end_layout
15302
15303 \begin_layout Standard
15304
15305 \series bold
15306
15307 \backslash
15308 cmidrule(r){2-2}
15309 \backslash
15310 cmidrule(l){3-4}
15311 \backslash
15312 morecmidrules
15313 \backslash
15314 cmidrule{2-4}
15315 \end_layout
15316
15317 \begin_layout Standard
15318 El comando para la sexta fila es
15319 \end_layout
15320
15321 \begin_layout Standard
15322
15323 \series bold
15324
15325 \backslash
15326 midrule
15327 \backslash
15328 morecmidrules
15329 \backslash
15330 cmidrule{3-4}
15331 \series default
15332
15333 \begin_inset VSpace bigskip
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15341  el siguiente comando para dibujar líneas que se extienden sobre todas las
15342  columnas
15343 \end_layout
15344
15345 \begin_layout Standard
15346
15347 \series bold
15348
15349 \backslash
15350 specialrule{anchura}{espacio superior}{espacio inferior}
15351 \end_layout
15352
15353 \begin_layout Standard
15354 Para más información sobre estas características especiales, acude al manual
15355  del paquete \SpecialChar LaTeX
15356  
15357 \series bold
15358 booktabs
15359 \series default
15360
15361 \begin_inset CommandInset citation
15362 LatexCommand cite
15363 key "booktabs"
15364 literal "true"
15365
15366 \end_inset
15367
15368 .
15369 \begin_inset Index idx
15370 status collapsed
15371
15372 \begin_layout Plain Layout
15373 \SpecialChar LaTeX
15374 -paquetes ! booktabs
15375 \end_layout
15376
15377 \end_inset
15378
15379  
15380 \begin_inset VSpace bigskip
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Standard
15387 \begin_inset Float table
15388 placement h
15389 wide false
15390 sideways false
15391 status open
15392
15393 \begin_layout Plain Layout
15394 \begin_inset Caption Standard
15395
15396 \begin_layout Plain Layout
15397 \begin_inset CommandInset label
15398 LatexCommand label
15399 name "tab:Cuadro-formal-especial"
15400
15401 \end_inset
15402
15403 Cuadro formal especial
15404 \end_layout
15405
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \begin_layout Plain Layout
15412 \align center
15413 \begin_inset Tabular
15414 <lyxtabular version="3" rows="8" columns="4">
15415 <features booktabs="true" tabularvalignment="middle">
15416 <column alignment="center" valignment="top">
15417 <column alignment="center" valignment="top">
15418 <column alignment="center" valignment="top">
15419 <column alignment="center" valignment="top">
15420 <row>
15421 <cell alignment="center" valignment="top" topline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 System
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 Chip
15435 \begin_inset space \thinspace{}
15436 \end_inset
15437
15438 1
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 Chip
15448 \begin_inset space \thinspace{}
15449 \end_inset
15450
15451 2
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 </row>
15466 <row>
15467 <cell alignment="center" valignment="top" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 \begin_inset ERT
15472 status collapsed
15473
15474 \begin_layout Plain Layout
15475
15476
15477 \backslash
15478 cmidrule(r){2-2}
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \begin_inset ERT
15485 status collapsed
15486
15487 \begin_layout Plain Layout
15488
15489
15490 \backslash
15491 cmidrule(l){3-4}
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \begin_inset ERT
15498 status collapsed
15499
15500 \begin_layout Plain Layout
15501
15502
15503 \backslash
15504 morecmidrules 
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \begin_inset ERT
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514
15515
15516 \backslash
15517 cmidrule{2-4}
15518 \end_layout
15519
15520 \end_inset
15521
15522 Detector thickness in µm
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 300
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 300
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 700
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 <row>
15556 <cell alignment="center" valignment="top" topline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 Edge angle in °
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 3.55
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 2.71
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 7.99
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 </row>
15593 <row topspace="default">
15594 <cell alignment="center" valignment="top" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598 Spatial resolution in µm
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell alignment="center" valignment="top" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607 4.26
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 10.17
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell alignment="center" valignment="top" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625 10.56
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 <row topspace="default">
15632 <cell alignment="center" valignment="top" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636 MTF at 
15637 \begin_inset Formula $f_{\mathrm{max}}$
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 0.53
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658 0.37
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 0.39
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 <row>
15674 <cell alignment="center" valignment="top" topline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 \begin_inset ERT
15679 status collapsed
15680
15681 \begin_layout Plain Layout
15682
15683
15684 \backslash
15685 morecmidrules 
15686 \end_layout
15687
15688 \end_inset
15689
15690
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Plain Layout
15695
15696
15697 \backslash
15698 cmidrule{3-4}
15699 \end_layout
15700
15701 \end_inset
15702
15703 LSF-spatial resolution
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 in µm
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 129.7
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 52.75
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 50.78
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row>
15775 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 in % of pixel size
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 76.3
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 95.9
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 92.3
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 </lyxtabular>
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \begin_layout Section
15825 Alineación vertical de cuadros
15826 \begin_inset Index idx
15827 status collapsed
15828
15829 \begin_layout Plain Layout
15830 Cuadros ! Alineación vertical
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \begin_layout Standard
15839 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15840  estar en un marco.
15841  Después el marco se puede alinear verticalmente como se describe en la
15842  sección
15843 \begin_inset space ~
15844 \end_inset
15845
15846
15847 \begin_inset CommandInset ref
15848 LatexCommand ref
15849 reference "sec:Diálogo-Marcos"
15850
15851 \end_inset
15852
15853 .
15854  
15855 \end_layout
15856
15857 \begin_layout Standard
15858 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15859 \begin_inset Foot
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863 Las minipáginas se describen en la sección
15864 \begin_inset space ~
15865 \end_inset
15866
15867
15868 \begin_inset CommandInset ref
15869 LatexCommand ref
15870 reference "sec:Minipáginas"
15871
15872 \end_inset
15873
15874 .
15875 \end_layout
15876
15877 \end_inset
15878
15879  que tiene una anchura del 15
15880 \begin_inset space \thinspace{}
15881 \end_inset
15882
15883 % de columna:
15884 \end_layout
15885
15886 \begin_layout Itemize
15887 test 
15888 \begin_inset Box Frameless
15889 position "t"
15890 hor_pos "c"
15891 has_inner_box 1
15892 inner_pos "c"
15893 use_parbox 0
15894 use_makebox 0
15895 width "15col%"
15896 special "none"
15897 height "1in"
15898 height_special "totalheight"
15899 thickness "0.4pt"
15900 separation "3pt"
15901 shadowsize "4pt"
15902 framecolor "black"
15903 backgroundcolor "none"
15904 status collapsed
15905
15906 \begin_layout Plain Layout
15907 \begin_inset Tabular
15908 <lyxtabular version="3" rows="3" columns="3">
15909 <features tabularvalignment="middle">
15910 <column alignment="center" valignment="top">
15911 <column alignment="center" valignment="top">
15912 <column alignment="center" valignment="top">
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 a
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 d
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 g
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 b
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 e
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 h
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 <row>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 c
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 f
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 i
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 </lyxtabular>
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \end_inset
16008
16009  test 
16010 \begin_inset ERT
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014
16015
16016 \backslash
16017 raisebox{0.85
16018 \backslash
16019 baselineskip}{
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \begin_inset Box Frameless
16026 position "t"
16027 hor_pos "c"
16028 has_inner_box 1
16029 inner_pos "c"
16030 use_parbox 0
16031 use_makebox 0
16032 width "15col%"
16033 special "none"
16034 height "1in"
16035 height_special "totalheight"
16036 thickness "0.4pt"
16037 separation "3pt"
16038 shadowsize "4pt"
16039 framecolor "black"
16040 backgroundcolor "none"
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Tabular
16045 <lyxtabular version="3" rows="3" columns="3">
16046 <features tabularvalignment="middle">
16047 <column alignment="center" valignment="top">
16048 <column alignment="center" valignment="top">
16049 <column alignment="center" valignment="top">
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 a
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 d
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 g
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 b
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 e
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 h
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 c
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 f
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 i
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \begin_inset ERT
16148 status collapsed
16149
16150 \begin_layout Plain Layout
16151
16152 }
16153 \end_layout
16154
16155 \end_inset
16156
16157
16158 \end_layout
16159
16160 \begin_layout Itemize
16161 test 
16162 \begin_inset Box Frameless
16163 position "c"
16164 hor_pos "c"
16165 has_inner_box 1
16166 inner_pos "c"
16167 use_parbox 0
16168 use_makebox 0
16169 width "15col%"
16170 special "none"
16171 height "1in"
16172 height_special "totalheight"
16173 thickness "0.4pt"
16174 separation "3pt"
16175 shadowsize "4pt"
16176 framecolor "black"
16177 backgroundcolor "none"
16178 status collapsed
16179
16180 \begin_layout Plain Layout
16181 \begin_inset Tabular
16182 <lyxtabular version="3" rows="3" columns="3">
16183 <features tabularvalignment="middle">
16184 <column alignment="center" valignment="top">
16185 <column alignment="center" valignment="top">
16186 <column alignment="center" valignment="top">
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 a
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 d
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 g
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 b
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 e
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 h
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 c
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 f
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 i
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 </lyxtabular>
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \begin_layout Itemize
16287 test 
16288 \begin_inset Box Frameless
16289 position "b"
16290 hor_pos "c"
16291 has_inner_box 1
16292 inner_pos "c"
16293 use_parbox 0
16294 use_makebox 0
16295 width "15col%"
16296 special "none"
16297 height "1in"
16298 height_special "totalheight"
16299 thickness "0.4pt"
16300 separation "3pt"
16301 shadowsize "4pt"
16302 framecolor "black"
16303 backgroundcolor "none"
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307 \begin_inset Tabular
16308 <lyxtabular version="3" rows="3" columns="3">
16309 <features tabularvalignment="middle">
16310 <column alignment="center" valignment="top">
16311 <column alignment="center" valignment="top">
16312 <column alignment="center" valignment="top">
16313 <row>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 a
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 d
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 g
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 </row>
16342 <row>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 b
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 e
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 h
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 </row>
16371 <row>
16372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 c
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 f
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 i
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 </lyxtabular>
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408
16409  test 
16410 \begin_inset ERT
16411 status collapsed
16412
16413 \begin_layout Plain Layout
16414
16415
16416 \backslash
16417 raisebox{-0.32
16418 \backslash
16419 baselineskip}{
16420 \end_layout
16421
16422 \end_inset
16423
16424
16425 \begin_inset Box Frameless
16426 position "b"
16427 hor_pos "c"
16428 has_inner_box 1
16429 inner_pos "c"
16430 use_parbox 0
16431 use_makebox 0
16432 width "15col%"
16433 special "none"
16434 height "1in"
16435 height_special "totalheight"
16436 thickness "0.4pt"
16437 separation "3pt"
16438 shadowsize "4pt"
16439 framecolor "black"
16440 backgroundcolor "none"
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Tabular
16445 <lyxtabular version="3" rows="3" columns="3">
16446 <features tabularvalignment="middle">
16447 <column alignment="center" valignment="top">
16448 <column alignment="center" valignment="top">
16449 <column alignment="center" valignment="top">
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 a
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 d
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 g
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 b
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 e
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 h
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 c
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 f
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 i
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 </lyxtabular>
16538
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545
16546
16547 \begin_inset ERT
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551
16552 }
16553 \end_layout
16554
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \begin_layout Standard
16561 Como ves, los contenidos de la primera y última filas no se alinean correctament
16562 e con la línea de texto donde está el cuadro.
16563  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16564  un cuadro elevado («raisebox»
16565 \begin_inset Foot
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569 El uso del comando 
16570 \series bold
16571
16572 \backslash
16573 raisebox
16574 \series default
16575  se explica en la sección
16576 \begin_inset space ~
16577 \end_inset
16578
16579
16580 \begin_inset CommandInset ref
16581 LatexCommand ref
16582 reference "subsec:Alineación-Vertical"
16583
16584 \end_inset
16585
16586 .
16587 \end_layout
16588
16589 \end_inset
16590
16591 ).
16592  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16593  usando el comando en código \SpecialChar TeX
16594
16595 \end_layout
16596
16597 \begin_layout Standard
16598
16599 \series bold
16600
16601 \backslash
16602 raisebox{0.85
16603 \backslash
16604 baselineskip}{
16605 \end_layout
16606
16607 \begin_layout Standard
16608 antes del marco.
16609  Tras él, se pone la llave de cierre 
16610 \series bold
16611 }
16612 \series default
16613  también en código \SpecialChar TeX
16614 .
16615  Para el segundo marco en el tercer ítem se usa el comando 
16616 \end_layout
16617
16618 \begin_layout Standard
16619
16620 \series bold
16621
16622 \backslash
16623 raisebox{-0.32
16624 \backslash
16625 baselineskip}{
16626 \end_layout
16627
16628 \begin_layout Standard
16629 \begin_inset Note Greyedout
16630 status open
16631
16632 \begin_layout Plain Layout
16633
16634 \series bold
16635 Not
16636 \series default
16637 a: La alineación del contenido de la fila con la línea del texto adyacente
16638  no es exacta.
16639  El factor necesario del comando 
16640 \series bold
16641
16642 \backslash
16643 raisebox
16644 \series default
16645  para este alineamiento depende de la tipografía del documento, del tamaño
16646  de letra y del grosor de línea del cuadro.
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Section
16655 Cuadros coloreados
16656 \begin_inset CommandInset label
16657 LatexCommand label
16658 name "sec:Cuadros-Coloreados"
16659
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \begin_layout Subsection
16666 Celdas coloreadas
16667 \begin_inset Index idx
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671 Cuadros ! Color ! en celdas
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \begin_inset Index idx
16678 status collapsed
16679
16680 \begin_layout Plain Layout
16681 Color ! en celdas de cuadros
16682 \end_layout
16683
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \begin_layout Standard
16690 \begin_inset Float table
16691 placement h
16692 wide false
16693 sideways false
16694 status open
16695
16696 \begin_layout Plain Layout
16697 \begin_inset Caption Standard
16698
16699 \begin_layout Plain Layout
16700 \begin_inset CommandInset label
16701 LatexCommand label
16702 name "tab:Cuadro-coloreado-sin"
16703
16704 \end_inset
16705
16706 Cuadro coloreado sin usar el paquete 
16707 \series bold
16708 colortbl
16709 \series default
16710
16711 \begin_inset Argument 1
16712 status open
16713
16714 \begin_layout Plain Layout
16715 Cuadro sin colortbl
16716 \end_layout
16717
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Plain Layout
16729 \align center
16730 \begin_inset Tabular
16731 <lyxtabular version="3" rows="3" columns="3">
16732 <features tabularvalignment="middle">
16733 <column alignment="center" valignment="top">
16734 <column alignment="center" valignment="top">
16735 <column alignment="center" valignment="top">
16736 <row>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \color green
16743 a
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752
16753 \color red
16754 b
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \color red
16765 c
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \color green
16778 d
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787
16788 \color blue
16789 e
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798
16799 \color blue
16800 f
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \color green
16813 g
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822
16823 \color blue
16824 h
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \color blue
16835 i
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 </lyxtabular>
16842
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \begin_layout Standard
16854 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16855  el menú 
16856 \family sans
16857 Editar\SpecialChar menuseparator
16858 Estilo
16859 \begin_inset space ~
16860 \end_inset
16861
16862 del
16863 \begin_inset space ~
16864 \end_inset
16865
16866 Texto
16867 \family default
16868 .
16869  Esto se ha hecho enl cuadro
16870 \begin_inset space ~
16871 \end_inset
16872
16873
16874 \begin_inset CommandInset ref
16875 LatexCommand ref
16876 reference "tab:Cuadro-coloreado-sin"
16877
16878 \end_inset
16879
16880 .
16881  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16882  
16883 \series bold
16884 colortbl
16885 \series default
16886 .
16887 \begin_inset Index idx
16888 status collapsed
16889
16890 \begin_layout Plain Layout
16891 \SpecialChar LaTeX
16892 -paquetes ! colortbl
16893 \end_layout
16894
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \begin_layout Standard
16901 \begin_inset ERT
16902 status collapsed
16903
16904 \begin_layout Plain Layout
16905
16906
16907 \backslash
16908 ifcolortbl
16909 \end_layout
16910
16911 \end_inset
16912
16913
16914 \begin_inset Note Note
16915 status open
16916
16917 \begin_layout Plain Layout
16918 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16919  \SpecialChar LaTeX
16920  
16921 \series bold
16922 colortbl
16923 \series default
16924 .
16925 \end_layout
16926
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \begin_layout Standard
16933 Para crear cuadros coloreados, 
16934 \series bold
16935 colortbl
16936 \series default
16937  debe cargarse en el preámbulo con la línea
16938 \end_layout
16939
16940 \begin_layout Standard
16941
16942 \series bold
16943
16944 \backslash
16945 usepackage{colortbl}
16946 \end_layout
16947
16948 \begin_layout Standard
16949 El color de una columna se define con el comando
16950 \end_layout
16951
16952 \begin_layout Standard
16953
16954 \series bold
16955
16956 \backslash
16957 columncolor{nombre del color}
16958 \end_layout
16959
16960 \begin_layout Standard
16961 dentro del comando 
16962 \series bold
16963 >{ }
16964 \series default
16965 .
16966  El comando 
16967 \series bold
16968 >{}
16969 \series default
16970  se explica en la sección
16971 \begin_inset space ~
16972 \end_inset
16973
16974
16975 \begin_inset CommandInset ref
16976 LatexCommand ref
16977 reference "subsec:Cálculos-en-Multicolumnas"
16978
16979 \end_inset
16980
16981 .
16982 \end_layout
16983
16984 \begin_layout Standard
16985 Los siguientes nombres de color están predefinidos:
16986 \end_layout
16987
16988 \begin_layout Standard
16989
16990 \family sans
16991 red
16992 \family default
16993
16994 \family sans
16995 green
16996 \family default
16997
16998 \family sans
16999 yellow, blue
17000 \family default
17001
17002 \family sans
17003 cyan
17004 \family default
17005 \series bold
17006 ,
17007 \series default
17008  
17009 \family sans
17010 magenta, black
17011 \family default
17012
17013 \family sans
17014 white
17015 \end_layout
17016
17017 \begin_layout Standard
17018 \begin_inset VSpace medskip
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \begin_layout Standard
17025 Si añades la opción
17026 \end_layout
17027
17028 \begin_layout Standard
17029
17030 \series bold
17031 dvipsnames
17032 \end_layout
17033
17034 \begin_layout Standard
17035 en las opciones de clase en la configuración del documento, es posible usar
17036  hasta 61 colores más.
17037  Estos colores se listan en el apéndice
17038 \begin_inset space ~
17039 \end_inset
17040
17041
17042 \begin_inset CommandInset ref
17043 LatexCommand ref
17044 reference "chap:Lista-de-colores-dvips"
17045
17046 \end_inset
17047
17048 .
17049  Uno de estos colores, 
17050 \family sans
17051 Maroon
17052 \family default
17053 , se ha usado en el cuadro de ejemplo
17054 \begin_inset CommandInset ref
17055 LatexCommand ref
17056 reference "tab:Cuadro-coloreado-con"
17057
17058 \end_inset
17059
17060 .
17061 \end_layout
17062
17063 \begin_layout Standard
17064 \begin_inset VSpace medskip
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 Puedes definir tus propios colores con el comando
17072 \end_layout
17073
17074 \begin_layout Standard
17075
17076 \series bold
17077
17078 \backslash
17079 definecolor{nombre del color}{modelo de color}{valores de color}
17080 \end_layout
17081
17082 \begin_layout Standard
17083 El 
17084 \emph on
17085 modelo de color
17086 \emph default
17087  puede ser
17088 \end_layout
17089
17090 \begin_layout Labeling
17091 \labelwidthstring 00.00.0000
17092 cmyk: cyan, magenta, yellow, black
17093 \end_layout
17094
17095 \begin_layout Labeling
17096 \labelwidthstring 00.00.0000
17097 rgb: red, green, blue
17098 \end_layout
17099
17100 \begin_layout Labeling
17101 \labelwidthstring 00.00.0000
17102 gray: gray
17103 \end_layout
17104
17105 \begin_layout Standard
17106 y los 
17107 \emph on
17108 valores de color
17109 \emph default
17110  son números separados por comas entre 0 y 1 que describen el factor para
17111  el color correspondiente del modelo de color.
17112 \end_layout
17113
17114 \begin_layout Standard
17115 Por ejemplo, puedes definir el color
17116 \series bold
17117  
17118 \series default
17119 «
17120 \emph on
17121 verde oscuro
17122 \emph default
17123 » en el preámbulo con
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \series bold
17129
17130 \backslash
17131 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17132 \end_layout
17133
17134 \begin_layout Standard
17135 y el color «
17136 \emph on
17137 gris claro
17138 \emph default
17139 » con
17140 \end_layout
17141
17142 \begin_layout Standard
17143
17144 \series bold
17145
17146 \backslash
17147 definecolor{grisclaro}{gray}{0.8}
17148 \end_layout
17149
17150 \begin_layout Standard
17151 \begin_inset VSpace medskip
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 Las líneas se colorean con el comando
17159 \end_layout
17160
17161 \begin_layout Standard
17162
17163 \series bold
17164
17165 \backslash
17166 rowcolor{nombre del color}
17167 \end_layout
17168
17169 \begin_layout Standard
17170 y las celdas se colorean con el comando
17171 \end_layout
17172
17173 \begin_layout Standard
17174
17175 \series bold
17176
17177 \backslash
17178 cellcolor{nombre del color}
17179 \end_layout
17180
17181 \begin_layout Standard
17182 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17183 .
17184 \end_layout
17185
17186 \begin_layout Standard
17187 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17188 \family sans
17189 Editar\SpecialChar menuseparator
17190 Estilo
17191 \begin_inset space ~
17192 \end_inset
17193
17194 del
17195 \begin_inset space ~
17196 \end_inset
17197
17198 Texto
17199 \family default
17200 .
17201  Si una celda contiene código \SpecialChar TeX
17202  marca sólo los caracteres, si no el código
17203  \SpecialChar TeX
17204  en color puede ocasionar errores de \SpecialChar LaTeX
17205 .
17206 \end_layout
17207
17208 \begin_layout Standard
17209 \begin_inset Note Greyedout
17210 status open
17211
17212 \begin_layout Plain Layout
17213
17214 \series bold
17215 Nota:
17216 \series default
17217  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17218 \end_layout
17219
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \begin_layout Standard
17226 \begin_inset VSpace bigskip
17227 \end_inset
17228
17229
17230 \end_layout
17231
17232 \begin_layout Standard
17233 Para crear el cuadro
17234 \begin_inset space ~
17235 \end_inset
17236
17237
17238 \begin_inset CommandInset ref
17239 LatexCommand ref
17240 reference "tab:Cuadro-coloreado-con"
17241
17242 \end_inset
17243
17244  haz lo siguiente: el color de la primera columna debe ser 
17245 \emph on
17246 verde oscuro
17247 \emph default
17248 , entonces inserta
17249 \end_layout
17250
17251 \begin_layout Standard
17252
17253 \series bold
17254 >{
17255 \backslash
17256 columncolor{verdeoscuro}
17257 \backslash
17258 centering}c
17259 \end_layout
17260
17261 \begin_layout Standard
17262 como argumento \SpecialChar LaTeX
17263  para esta columna.
17264  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17265
17266 \end_layout
17267
17268 \begin_layout Standard
17269
17270 \series bold
17271
17272 \backslash
17273 rowcolor{cyan}
17274 \end_layout
17275
17276 \begin_layout Standard
17277 en la primera celda de esta fila.
17278  Observa que esto sobrescribe el color de la columna para la primera celda.
17279  La última celda de la última fila se colorea granate insertando el comando
17280  en código \SpecialChar TeX
17281
17282 \end_layout
17283
17284 \begin_layout Standard
17285
17286 \series bold
17287
17288 \backslash
17289 cellcolor{Maroon}
17290 \end_layout
17291
17292 \begin_layout Standard
17293 Ahora podrían colorearse los caracteres usando el menú 
17294 \family sans
17295 Editar\SpecialChar menuseparator
17296 Estilo
17297 \begin_inset space ~
17298 \end_inset
17299
17300 del
17301 \begin_inset space ~
17302 \end_inset
17303
17304 Texto
17305 \family default
17306 .
17307 \end_layout
17308
17309 \begin_layout Standard
17310 \begin_inset Float table
17311 placement h
17312 wide false
17313 sideways false
17314 status open
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Caption Standard
17318
17319 \begin_layout Plain Layout
17320 \begin_inset CommandInset label
17321 LatexCommand label
17322 name "tab:Cuadro-coloreado-con"
17323
17324 \end_inset
17325
17326 Cuadro coloreado con el paquete 
17327 \series bold
17328 colortbl
17329 \series default
17330
17331 \begin_inset Argument 1
17332 status collapsed
17333
17334 \begin_layout Plain Layout
17335 Cuadro con 
17336 \series bold
17337 colortbl
17338 \end_layout
17339
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \begin_layout Plain Layout
17351 \align center
17352 \begin_inset Tabular
17353 <lyxtabular version="3" rows="3" columns="3">
17354 <features tabularvalignment="middle">
17355 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17356 <column alignment="center" valignment="top">
17357 <column alignment="center" valignment="top">
17358 <row>
17359 <cell alignment="center" valignment="top" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset ERT
17364 status collapsed
17365
17366 \begin_layout Plain Layout
17367
17368
17369 \backslash
17370 rowcolor{cyan}
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \color magenta
17377 a
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386
17387 \color red
17388 b
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \color red
17399 c
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \color yellow
17412 d
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \color blue
17423 e
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \color blue
17434 f
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \color yellow
17447 g
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \color blue
17458 h
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset ERT
17468 status collapsed
17469
17470 \begin_layout Plain Layout
17471
17472
17473 \backslash
17474 cellcolor{Maroon}
17475 \end_layout
17476
17477 \end_inset
17478
17479
17480 \color green
17481 i
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 </lyxtabular>
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Standard
17500 \begin_inset ERT
17501 status collapsed
17502
17503 \begin_layout Plain Layout
17504
17505
17506 \backslash
17507 else
17508 \end_layout
17509
17510 \end_inset
17511
17512
17513 \begin_inset Note Note
17514 status open
17515
17516 \begin_layout Plain Layout
17517 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17518  
17519 \series bold
17520 colortbl
17521 \series default
17522 .
17523 \end_layout
17524
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \begin_layout Standard
17531 Debes instalar el paquete \SpecialChar LaTeX
17532  
17533 \series bold
17534 colortbl
17535 \series default
17536  para ver la parte siguiente en la salida.
17537 \end_layout
17538
17539 \begin_layout Standard
17540 \begin_inset ERT
17541 status collapsed
17542
17543 \begin_layout Plain Layout
17544
17545
17546 \backslash
17547 fi
17548 \end_layout
17549
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Subsection
17556 Filas coloreadas
17557 \begin_inset Index idx
17558 status collapsed
17559
17560 \begin_layout Plain Layout
17561 Cuadros ! Color ! para filas
17562 \end_layout
17563
17564 \end_inset
17565
17566
17567 \begin_inset Index idx
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571 Color ! para filas de cuadros
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Standard
17580 En caso de querer colorear una de cada dos filas, hay un método alternativo
17581  al descrito en la sección anterior.
17582  Se carga el paquete 
17583 \series bold
17584 xcolor
17585 \series default
17586
17587 \begin_inset Index idx
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591 \SpecialChar LaTeX
17592 -paquetes ! xcolor
17593 \begin_inset ERT
17594 status collapsed
17595
17596 \begin_layout Plain Layout
17597
17598
17599 \backslash
17600 vspace{4mm}
17601 \end_layout
17602
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609
17610  en el preámbulo del documento con el comando
17611 \end_layout
17612
17613 \begin_layout Standard
17614
17615 \series bold
17616
17617 \backslash
17618 usepackage[table]{xcolor}
17619 \end_layout
17620
17621 \begin_layout Standard
17622
17623 \series bold
17624 xcolor
17625 \series default
17626  carga automáticamente el paquete 
17627 \series bold
17628 colortbl
17629 \series default
17630
17631 \begin_inset Index idx
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635 \SpecialChar LaTeX
17636 -paquetes ! colortbl
17637 \end_layout
17638
17639 \end_inset
17640
17641 , por tanto 
17642 \series bold
17643 colortbl
17644 \series default
17645  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17646 .
17647 \end_layout
17648
17649 \begin_layout Standard
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655
17656 \backslash
17657 ifcolortbl
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \begin_inset Note Note
17664 status open
17665
17666 \begin_layout Plain Layout
17667 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17668  \SpecialChar LaTeX
17669  
17670 \series bold
17671 colortbl
17672 \series default
17673 .
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Standard
17682 Las filas del cuadro se colorean con el comando
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688
17689 \backslash
17690 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17695  delante del primer
17696  cuadro a colorear.
17697  
17698 \emph on
17699 número_de_fila
17700 \emph default
17701  es el número de la primera fila que debe colorearse con el color de fila
17702  impar, 
17703 \emph on
17704 comandos
17705 \emph default
17706  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17707  cuadro.
17708  Por ejemplo, 
17709 \end_layout
17710
17711 \begin_layout Standard
17712
17713 \series bold
17714
17715 \backslash
17716 rowcolors{1}{white}{lightgray}
17717 \end_layout
17718
17719 \begin_layout Standard
17720 genera el esquema de colores del cuadro
17721 \begin_inset space ~
17722 \end_inset
17723
17724
17725 \begin_inset CommandInset ref
17726 LatexCommand ref
17727 reference "tab:Cuadro-filas_color"
17728
17729 \end_inset
17730
17731 .
17732  El comando
17733 \end_layout
17734
17735 \begin_layout Standard
17736
17737 \series bold
17738
17739 \backslash
17740 rowcolors[
17741 \backslash
17742 hline]{1}{lightgray}{cyan}
17743 \end_layout
17744
17745 \begin_layout Standard
17746 genera el esquema de colores del cuadro
17747 \begin_inset space ~
17748 \end_inset
17749
17750
17751 \begin_inset CommandInset ref
17752 LatexCommand ref
17753 reference "tab:Cuadro-filas_color2"
17754
17755 \end_inset
17756
17757 .
17758  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17759  usará ningún color, de forma que el comando
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765
17766 \backslash
17767 rowcolors{1}{}{}
17768 \end_layout
17769
17770 \begin_layout Standard
17771 deja sin color las filas de todos los cuadros siguientes.
17772 \end_layout
17773
17774 \begin_layout Standard
17775 \begin_inset ERT
17776 status open
17777
17778 \begin_layout Plain Layout
17779
17780
17781 \backslash
17782 rowcolors{1}{white}{lightgray}
17783 \end_layout
17784
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Standard
17791 \begin_inset Float table
17792 placement h
17793 wide false
17794 sideways false
17795 status open
17796
17797 \begin_layout Plain Layout
17798 \begin_inset Caption Standard
17799
17800 \begin_layout Plain Layout
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "tab:Cuadro-filas_color"
17804
17805 \end_inset
17806
17807 Cuadro con filas alternas coloreadas en gris claro.
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \begin_layout Plain Layout
17816 \align center
17817 \begin_inset Tabular
17818 <lyxtabular version="3" rows="4" columns="3">
17819 <features tabularvalignment="middle">
17820 <column alignment="center" valignment="top">
17821 <column alignment="center" valignment="top" width="0pt">
17822 <column alignment="center" valignment="top" width="0pt">
17823 <row>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 X
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 Y
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846 Z
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 </row>
17852 <row>
17853 <cell alignment="center" valignment="top" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 1
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 2
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 3
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 <row>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 4
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 5
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell alignment="center" valignment="top" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 6
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 </row>
17910 <row>
17911 <cell alignment="center" valignment="top" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915 7
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 8
17925 \end_layout
17926
17927 \end_inset
17928 </cell>
17929 <cell alignment="center" valignment="top" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933 9
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 </row>
17939 </lyxtabular>
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 \begin_inset ERT
17953 status open
17954
17955 \begin_layout Plain Layout
17956
17957
17958 \backslash
17959 rowcolors[
17960 \backslash
17961 hline]{1}{lightgray}{cyan}
17962 \end_layout
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \begin_layout Standard
17970 \begin_inset Float table
17971 placement h
17972 wide false
17973 sideways false
17974 status open
17975
17976 \begin_layout Plain Layout
17977 \begin_inset Caption Standard
17978
17979 \begin_layout Plain Layout
17980 \begin_inset CommandInset label
17981 LatexCommand label
17982 name "tab:Cuadro-filas_color2"
17983
17984 \end_inset
17985
17986 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Plain Layout
17995 \align center
17996 \begin_inset Tabular
17997 <lyxtabular version="3" rows="4" columns="3">
17998 <features tabularvalignment="middle">
17999 <column alignment="center" valignment="top">
18000 <column alignment="center" valignment="top">
18001 <column alignment="center" valignment="top" width="0pt">
18002 <row>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 X
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 Y
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 Z
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 </row>
18031 <row>
18032 <cell alignment="center" valignment="top" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 1
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 2
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 3
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 4
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 5
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 6
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 </row>
18089 <row>
18090 <cell alignment="center" valignment="top" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 7
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 8
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 <cell alignment="center" valignment="top" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112 9
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 </row>
18118 </lyxtabular>
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \begin_layout Standard
18131 \begin_inset ERT
18132 status collapsed
18133
18134 \begin_layout Plain Layout
18135
18136
18137 \backslash
18138 rowcolors{1}{}{}
18139 \end_layout
18140
18141 \end_inset
18142
18143
18144 \begin_inset Note Note
18145 status collapsed
18146
18147 \begin_layout Plain Layout
18148 Desactiva el coloreado de filas
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 \begin_inset ERT
18158 status collapsed
18159
18160 \begin_layout Plain Layout
18161
18162
18163 \backslash
18164 else
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \begin_inset Note Note
18171 status open
18172
18173 \begin_layout Plain Layout
18174 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18175  
18176 \series bold
18177 colortbl
18178 \series default
18179 .
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 Debes instalar el paquete \SpecialChar LaTeX
18189  
18190 \series bold
18191 colortbl
18192 \series default
18193  para ver la parte siguiente en la salida.
18194 \end_layout
18195
18196 \begin_layout Standard
18197 \begin_inset ERT
18198 status collapsed
18199
18200 \begin_layout Plain Layout
18201
18202
18203 \backslash
18204 fi
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Subsection
18213 Líneas coloreadas
18214 \begin_inset Index idx
18215 status collapsed
18216
18217 \begin_layout Plain Layout
18218 Cuadros ! Color ! en líneas
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \begin_inset Index idx
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 Color ! en bordes de cuadros
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 Como se describe en la sección
18238 \begin_inset space ~
18239 \end_inset
18240
18241
18242 \begin_inset CommandInset ref
18243 LatexCommand ref
18244 reference "subsec:Grosor-de-Líneas"
18245
18246 \end_inset
18247
18248 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18249  
18250 \series bold
18251
18252 \backslash
18253 arrayrulewidth
18254 \series default
18255 .
18256  Se ha puesto 1.5
18257 \begin_inset space \thinspace{}
18258 \end_inset
18259
18260 pt para todos los cuadros de esta sección.
18261 \begin_inset ERT
18262 status collapsed
18263
18264 \begin_layout Plain Layout
18265
18266
18267 \backslash
18268 setlength{
18269 \backslash
18270 arrayrulewidth}{1.5pt}
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \begin_layout Standard
18279 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18280  el preámbulo del documento el siguiente formato de columna, de acuerdo
18281  a lo descrito en la sección
18282 \begin_inset space ~
18283 \end_inset
18284
18285
18286 \begin_inset CommandInset ref
18287 LatexCommand ref
18288 reference "subsec:Formato-Personalizado"
18289
18290 \end_inset
18291
18292 :
18293 \end_layout
18294
18295 \begin_layout Standard
18296
18297 \series bold
18298
18299 \backslash
18300 newcolumntype{W}{!{
18301 \backslash
18302 color{green}
18303 \backslash
18304 vline}}
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Para el cuadro
18309 \begin_inset space ~
18310 \end_inset
18311
18312
18313 \begin_inset CommandInset ref
18314 LatexCommand ref
18315 reference "tab:Cuadro-con-verticales-coloreadas"
18316
18317 \end_inset
18318
18319  se usó el argumento \SpecialChar LaTeX
18320
18321 \series bold
18322  WcW
18323 \series default
18324  para la última columna y
18325 \series bold
18326  Wc
18327 \series default
18328  para las demás.
18329 \end_layout
18330
18331 \begin_layout Standard
18332 Si quieres tener varios colores, define más formatos de columna.
18333 \end_layout
18334
18335 \begin_layout Standard
18336 \begin_inset Float table
18337 placement h
18338 wide false
18339 sideways false
18340 status open
18341
18342 \begin_layout Plain Layout
18343 \begin_inset Caption Standard
18344
18345 \begin_layout Plain Layout
18346 \begin_inset CommandInset label
18347 LatexCommand label
18348 name "tab:Cuadro-con-verticales-coloreadas"
18349
18350 \end_inset
18351
18352 Cuadro con líneas verticales coloreadas
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Plain Layout
18361 \align center
18362 \begin_inset Tabular
18363 <lyxtabular version="3" rows="3" columns="3">
18364 <features tabularvalignment="middle">
18365 <column alignment="center" valignment="top" special="Wc">
18366 <column alignment="center" valignment="top" special="Wc">
18367 <column alignment="center" valignment="top" special="WcW">
18368 <row>
18369 <cell alignment="center" valignment="top" topline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 sd
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" topline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" topline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 sd
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 sd
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 </lyxtabular>
18456
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \begin_layout Standard
18468 \begin_inset VSpace bigskip
18469 \end_inset
18470
18471 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18472 \begin_inset space ~
18473 \end_inset
18474
18475
18476 \begin_inset CommandInset ref
18477 LatexCommand ref
18478 reference "tab:Cuadro-con-horizontales-coloreadas"
18479
18480 \end_inset
18481
18482 , inserta estos comandos en código \SpecialChar TeX
18483  antes del cuadro o del flotante:
18484 \end_layout
18485
18486 \begin_layout Standard
18487
18488 \series bold
18489
18490 \backslash
18491 let
18492 \backslash
18493 myHlineC
18494 \backslash
18495 hline
18496 \begin_inset Newline newline
18497 \end_inset
18498
18499
18500 \backslash
18501 renewcommand{
18502 \backslash
18503 hline}
18504 \begin_inset Newline newline
18505 \end_inset
18506
18507
18508 \begin_inset Phantom HPhantom
18509 status open
18510
18511 \begin_layout Plain Layout
18512
18513 \series bold
18514 \begin_inset space ~
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \end_inset
18521
18522 {
18523 \backslash
18524 arrayrulecolor{red}
18525 \backslash
18526 myHlineC
18527 \backslash
18528 arrayrulecolor{black}}
18529 \end_layout
18530
18531 \begin_layout Standard
18532 \begin_inset ERT
18533 status collapsed
18534
18535 \begin_layout Plain Layout
18536
18537
18538 \backslash
18539 let
18540 \backslash
18541 myHlineC
18542 \backslash
18543 hline
18544 \end_layout
18545
18546 \begin_layout Plain Layout
18547
18548
18549 \backslash
18550 renewcommand{
18551 \backslash
18552 hline}
18553 \end_layout
18554
18555 \begin_layout Plain Layout
18556
18557  {
18558 \backslash
18559 arrayrulecolor{red}
18560 \backslash
18561 myHlineC
18562 \backslash
18563 arrayrulecolor{black}}
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \begin_inset Float table
18570 placement h
18571 wide false
18572 sideways false
18573 status open
18574
18575 \begin_layout Plain Layout
18576 \begin_inset Caption Standard
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset label
18580 LatexCommand label
18581 name "tab:Cuadro-con-horizontales-coloreadas"
18582
18583 \end_inset
18584
18585 Cuadro con líneas horizontales coloreadas
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \begin_layout Plain Layout
18594 \align center
18595 \begin_inset Tabular
18596 <lyxtabular version="3" rows="3" columns="3">
18597 <features tabularvalignment="middle">
18598 <column alignment="center" valignment="top">
18599 <column alignment="center" valignment="top">
18600 <column alignment="center" valignment="top">
18601 <row>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 sd
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 sd
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 sd
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 </row>
18688 </lyxtabular>
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Standard
18701 Para volver al color de línea negro predeterminado inserta este comando
18702  en código \SpecialChar TeX
18703  detrás del cuadro o el flotante:
18704 \end_layout
18705
18706 \begin_layout Standard
18707
18708 \series bold
18709
18710 \backslash
18711 renewcommand{
18712 \backslash
18713 hline}{
18714 \backslash
18715 myHlineC}
18716 \end_layout
18717
18718 \begin_layout Standard
18719 El cuadro
18720 \begin_inset space ~
18721 \end_inset
18722
18723
18724 \begin_inset CommandInset ref
18725 LatexCommand ref
18726 reference "tab:Cuadro-con-líneas-coloreadas"
18727
18728 \end_inset
18729
18730  es un ejemplo con líneas verticales y horizontales coloreadas.
18731 \end_layout
18732
18733 \begin_layout Standard
18734 \begin_inset Float table
18735 placement h
18736 wide false
18737 sideways false
18738 status open
18739
18740 \begin_layout Plain Layout
18741 \begin_inset Caption Standard
18742
18743 \begin_layout Plain Layout
18744 \begin_inset CommandInset label
18745 LatexCommand label
18746 name "tab:Cuadro-con-líneas-coloreadas"
18747
18748 \end_inset
18749
18750 Cuadro con líneas coloreadas
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Plain Layout
18759 \align center
18760 \begin_inset Tabular
18761 <lyxtabular version="3" rows="3" columns="3">
18762 <features tabularvalignment="middle">
18763 <column alignment="center" valignment="top" special="Wc">
18764 <column alignment="center" valignment="top" special="Wc">
18765 <column alignment="center" valignment="top" special="WcW">
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771 sd
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 </row>
18795 <row>
18796 <cell alignment="center" valignment="top" topline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 sd
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 </row>
18824 <row>
18825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 sd
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 </lyxtabular>
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \begin_layout Standard
18866 \begin_inset ERT
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870
18871
18872 \backslash
18873 renewcommand{
18874 \backslash
18875 hline}{
18876 \backslash
18877 myHlineC}
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset ERT
18887 status collapsed
18888
18889 \begin_layout Plain Layout
18890
18891
18892 \backslash
18893 setlength{
18894 \backslash
18895 arrayrulewidth}{1.2pt}
18896 \end_layout
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Standard
18904
18905 \lang english
18906 To color only some of the table lines another strategy is necessary.
18907  To color all following horizontal lines, insert this command as \SpecialChar TeX
18908  code as
18909  last thing in the row that should be above the first colored line:
18910 \end_layout
18911
18912 \begin_layout Standard
18913
18914 \series bold
18915
18916 \backslash
18917
18918 \backslash
18919
18920 \backslash
18921 arrayrulecolor{blue}%
18922 \end_layout
18923
18924 \begin_layout Standard
18925
18926 \lang english
18927 To go back to black lines, add this command as first thing in the row that
18928  is above the black lines:
18929 \end_layout
18930
18931 \begin_layout Standard
18932
18933 \series bold
18934
18935 \backslash
18936 arrayrulecolor{black}
18937 \end_layout
18938
18939 \begin_layout Standard
18940
18941 \lang english
18942 With this one can color table lines like in Table
18943 \begin_inset space ~
18944 \end_inset
18945
18946
18947 \begin_inset CommandInset ref
18948 LatexCommand ref
18949 reference "tab:Table-with-different-hor"
18950
18951 \end_inset
18952
18953 .
18954  However, with this method it is not possible to color the line above the
18955  first row of a table.
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset Float table
18960 wide false
18961 sideways false
18962 status open
18963
18964 \begin_layout Plain Layout
18965 \begin_inset Caption Standard
18966
18967 \begin_layout Plain Layout
18968
18969 \lang english
18970 \begin_inset CommandInset label
18971 LatexCommand label
18972 name "tab:Table-with-different-hor"
18973
18974 \end_inset
18975
18976 Table with different horizontal line colors.
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Plain Layout
18985 \align center
18986 \begin_inset Tabular
18987 <lyxtabular version="3" rows="6" columns="7">
18988 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
18995 <column alignment="center" valignment="top">
18996 <row>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 \begin_inset ERT
19056 status open
19057
19058 \begin_layout Plain Layout
19059
19060
19061 \backslash
19062
19063 \backslash
19064
19065 \backslash
19066 arrayrulecolor{blue}%
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 <row>
19078 <cell alignment="center" valignment="top" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 Y
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 Y
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset ERT
19148 status open
19149
19150 \begin_layout Plain Layout
19151
19152
19153 \backslash
19154 arrayrulecolor{black}
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset ERT
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282
19283
19284 \backslash
19285
19286 \backslash
19287
19288 \backslash
19289 arrayrulecolor{green}%
19290 \end_layout
19291
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 </row>
19300 <row>
19301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 </row>
19365 <row>
19366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 \begin_inset ERT
19371 status collapsed
19372
19373 \begin_layout Plain Layout
19374
19375
19376 \backslash
19377 arrayrulecolor{black}
19378 \end_layout
19379
19380 \end_inset
19381
19382 B
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436 \begin_inset ERT
19437 status collapsed
19438
19439 \begin_layout Plain Layout
19440
19441
19442 \backslash
19443
19444 \backslash
19445
19446 \backslash
19447 arrayrulecolor{blue}%
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 </lyxtabular>
19459
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \begin_layout Standard
19471
19472 \lang english
19473 To change the color of vertical lines within a row, like in Table
19474 \begin_inset space ~
19475 \end_inset
19476
19477
19478 \begin_inset CommandInset ref
19479 LatexCommand ref
19480 reference "tab:Table-with-different-ver"
19481
19482 \end_inset
19483
19484 , one needs to use multicolumns.
19485  At first one needs to remove all vertical lines that don't run along the
19486  whole column.
19487  Now one colors all lines using the command
19488 \end_layout
19489
19490 \begin_layout Standard
19491
19492 \series bold
19493
19494 \backslash
19495
19496 \backslash
19497
19498 \backslash
19499 arrayrulecolor{blue}%
19500 \end_layout
19501
19502 \begin_layout Standard
19503
19504 \lang english
19505 as above.
19506  Finally one inserts this command as \SpecialChar TeX
19507  code to every cell in the row where
19508  one needs a vertical line in a different color:
19509 \end_layout
19510
19511 \begin_layout Standard
19512
19513 \series bold
19514
19515 \backslash
19516 multicolumn{1}{!{
19517 \backslash
19518 color{green}
19519 \backslash
19520 vline}c!{
19521 \backslash
19522 color{red}
19523 \backslash
19524 vline}}{
19525 \end_layout
19526
19527 \begin_layout Standard
19528
19529 \lang english
19530 This adds a vertical line to both sides of the cell.
19531  The left one will be green, the right one red.
19532  If no color change is necessary one can omit the 
19533 \series bold
19534
19535 \backslash
19536 color
19537 \series default
19538  command in the above command.
19539  To get for example a black left line and a blue right line you can write:
19540 \end_layout
19541
19542 \begin_layout Standard
19543
19544 \series bold
19545
19546 \backslash
19547 multicolumn{1}{!{
19548 \backslash
19549 color{black}
19550 \backslash
19551 vline}c|}{
19552 \end_layout
19553
19554 \begin_layout Standard
19555
19556 \lang english
19557 because the color blue was already set for all lines.
19558  The 
19559 \series bold
19560 |
19561 \series default
19562  creates hereby the vertical line while 
19563 \series bold
19564
19565 \backslash
19566 vline
19567 \series default
19568  does this when 
19569 \series bold
19570
19571 \backslash
19572 color
19573 \series default
19574  is used.
19575  To set vertical lines without changing any color use
19576 \end_layout
19577
19578 \begin_layout Standard
19579
19580 \series bold
19581
19582 \backslash
19583 multicolumn{1}{|c|}{
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \lang english
19589 After this command insert the cell content the normal way and end the cell
19590  with a closing brace 
19591 \series bold
19592 }
19593 \series default
19594  in \SpecialChar TeX
19595  code.
19596 \end_layout
19597
19598 \begin_layout Standard
19599 \begin_inset Float table
19600 wide false
19601 sideways false
19602 status open
19603
19604 \begin_layout Plain Layout
19605 \begin_inset Caption Standard
19606
19607 \begin_layout Plain Layout
19608
19609 \lang english
19610 \begin_inset CommandInset label
19611 LatexCommand label
19612 name "tab:Table-with-different-ver"
19613
19614 \end_inset
19615
19616 Table with different vertical line colors in one row.
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Plain Layout
19625 \align center
19626 \begin_inset Tabular
19627 <lyxtabular version="3" rows="5" columns="7">
19628 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
19635 <column alignment="center" valignment="top">
19636 <row>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" topline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" topline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 \begin_inset ERT
19696 status open
19697
19698 \begin_layout Plain Layout
19699
19700
19701 \backslash
19702
19703 \backslash
19704
19705 \backslash
19706 arrayrulecolor{red}%
19707 \end_layout
19708
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 </row>
19717 <row>
19718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 \begin_inset ERT
19723 status open
19724
19725 \begin_layout Plain Layout
19726
19727
19728 \backslash
19729 multicolumn{1}{!{
19730 \backslash
19731 color{black}
19732 \backslash
19733 vline}c|}{
19734 \end_layout
19735
19736 \end_inset
19737
19738 Y
19739 \begin_inset ERT
19740 status collapsed
19741
19742 \begin_layout Plain Layout
19743
19744 }
19745 \end_layout
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 \begin_inset ERT
19795 status open
19796
19797 \begin_layout Plain Layout
19798
19799
19800 \backslash
19801 multicolumn{1}{c|}{
19802 \end_layout
19803
19804 \end_inset
19805
19806
19807 \begin_inset ERT
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811
19812 }
19813 \end_layout
19814
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 \begin_inset ERT
19827 status open
19828
19829 \begin_layout Plain Layout
19830
19831
19832 \backslash
19833 multicolumn{1}{c!{
19834 \backslash
19835 color{black}
19836 \backslash
19837 vline}}{
19838 \end_layout
19839
19840 \end_inset
19841
19842 Y
19843 \begin_inset ERT
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847
19848 }
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset ERT
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868
19869
19870 \backslash
19871 arrayrulecolor{black}
19872 \end_layout
19873
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset ERT
19931 status collapsed
19932
19933 \begin_layout Plain Layout
19934
19935
19936 \backslash
19937
19938 \backslash
19939
19940 \backslash
19941 arrayrulecolor{magenta}%
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 \begin_inset ERT
19958 status collapsed
19959
19960 \begin_layout Plain Layout
19961
19962
19963 \backslash
19964 multicolumn{1}{|c!{
19965 \backslash
19966 color{red}
19967 \backslash
19968 vline}}{
19969 \end_layout
19970
19971 \end_inset
19972
19973
19974 \begin_inset ERT
19975 status collapsed
19976
19977 \begin_layout Plain Layout
19978
19979 }
19980 \end_layout
19981
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 \begin_inset ERT
19994 status collapsed
19995
19996 \begin_layout Plain Layout
19997
19998
19999 \backslash
20000 multicolumn{1}{c!{
20001 \backslash
20002 color{green}
20003 \backslash
20004 vline}}{
20005 \end_layout
20006
20007 \end_inset
20008
20009
20010 \begin_inset ERT
20011 status collapsed
20012
20013 \begin_layout Plain Layout
20014
20015 }
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 \begin_inset ERT
20030 status collapsed
20031
20032 \begin_layout Plain Layout
20033
20034
20035 \backslash
20036 multicolumn{1}{c!{
20037 \backslash
20038 color{yellow}
20039 \backslash
20040 vline}}{
20041 \end_layout
20042
20043 \end_inset
20044
20045
20046 \begin_inset ERT
20047 status collapsed
20048
20049 \begin_layout Plain Layout
20050
20051 }
20052 \end_layout
20053
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 \begin_inset ERT
20066 status collapsed
20067
20068 \begin_layout Plain Layout
20069
20070
20071 \backslash
20072 multicolumn{1}{c!{
20073 \backslash
20074 color{blue}
20075 \backslash
20076 vline}}{
20077 \end_layout
20078
20079 \end_inset
20080
20081
20082 \begin_inset ERT
20083 status collapsed
20084
20085 \begin_layout Plain Layout
20086
20087 }
20088 \end_layout
20089
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset ERT
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105
20106
20107 \backslash
20108 multicolumn{1}{c!{
20109 \backslash
20110 color{cyan}
20111 \backslash
20112 vline}}{
20113 \end_layout
20114
20115 \end_inset
20116
20117
20118 \begin_inset ERT
20119 status collapsed
20120
20121 \begin_layout Plain Layout
20122
20123 }
20124 \end_layout
20125
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset ERT
20138 status collapsed
20139
20140 \begin_layout Plain Layout
20141
20142
20143 \backslash
20144 multicolumn{1}{c!{
20145 \backslash
20146 color{black}
20147 \backslash
20148 vline}}{
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \begin_inset ERT
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158
20159 }
20160 \end_layout
20161
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset ERT
20174 status collapsed
20175
20176 \begin_layout Plain Layout
20177
20178
20179 \backslash
20180 multicolumn{1}{c|}{
20181 \end_layout
20182
20183 \end_inset
20184
20185
20186 \begin_inset ERT
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190
20191 }
20192 \end_layout
20193
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 </row>
20202 <row>
20203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset ERT
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211
20212
20213 \backslash
20214 arrayrulecolor{black}
20215 \end_layout
20216
20217 \end_inset
20218
20219 B
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 </lyxtabular>
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \begin_inset ERT
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296
20297
20298 \backslash
20299 setlength{
20300 \backslash
20301 arrayrulewidth}{0.4pt}
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \begin_layout Section
20310 Celdas de cuadro rotadas
20311 \begin_inset CommandInset label
20312 LatexCommand label
20313 name "sec:Celdas de cuadro giradas"
20314
20315 \end_inset
20316
20317
20318 \begin_inset Index idx
20319 status collapsed
20320
20321 \begin_layout Plain Layout
20322 Cuadros ! Celdas rotadas
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \begin_inset Index idx
20329 status collapsed
20330
20331 \begin_layout Plain Layout
20332 Material rotado
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Standard
20341 \begin_inset Note Greyedout
20342 status open
20343
20344 \begin_layout Plain Layout
20345
20346 \series bold
20347 Nota:
20348 \series default
20349  No todos los visores DVI pueden mostrar rotaciones.
20350 \end_layout
20351
20352 \end_inset
20353
20354 El cuadro
20355 \begin_inset space ~
20356 \end_inset
20357
20358
20359 \begin_inset CommandInset ref
20360 LatexCommand ref
20361 reference "tab:Cuadro-celdas-rotadas"
20362
20363 \end_inset
20364
20365  es un ejemplo con tres celdas rotadas 45
20366 \begin_inset space \thinspace{}
20367 \end_inset
20368
20369 °.
20370 \end_layout
20371
20372 \begin_layout Standard
20373 \begin_inset Float table
20374 wide false
20375 sideways false
20376 status open
20377
20378 \begin_layout Plain Layout
20379 \begin_inset Caption Standard
20380
20381 \begin_layout Plain Layout
20382 \begin_inset CommandInset label
20383 LatexCommand label
20384 name "tab:Cuadro-celdas-rotadas"
20385
20386 \end_inset
20387
20388 Cuadro con celdas rotadas en la primera fila.
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \begin_layout Plain Layout
20397 \noindent
20398 \align center
20399 \begin_inset Tabular
20400 <lyxtabular version="3" rows="2" columns="3">
20401 <features tabularvalignment="middle">
20402 <column alignment="center" valignment="top" width="0pt">
20403 <column alignment="center" valignment="top" width="0pt">
20404 <column alignment="center" valignment="top" width="0pt">
20405 <row>
20406 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 copas
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 platos
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 fuentes
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 </row>
20434 <row>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 45
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 33
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 21
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 </row>
20463 </lyxtabular>
20464
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \begin_layout Standard
20476 \begin_inset Note Greyedout
20477 status open
20478
20479 \begin_layout Plain Layout
20480
20481 \series bold
20482 Nota:
20483 \series default
20484  Los saltos de línea (atajo 
20485 \begin_inset Info
20486 type  "shortcut"
20487 arg   "newline-insert newline"
20488 \end_inset
20489
20490 ) no están permitidos en celdas rotadas.
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \begin_layout Standard
20499 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
20500  el contenido de la celda en una minipágina o en un marco de párrafo.
20501 \begin_inset Foot
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505 Más información acerca de estos cuadros en la sección
20506 \begin_inset space ~
20507 \end_inset
20508
20509
20510 \begin_inset CommandInset ref
20511 LatexCommand ref
20512 reference "sec:Minipáginas"
20513
20514 \end_inset
20515
20516  y 
20517 \begin_inset CommandInset ref
20518 LatexCommand ref
20519 reference "sec:Marcos-de-Párrafo"
20520
20521 \end_inset
20522
20523 .
20524  
20525 \end_layout
20526
20527 \end_inset
20528
20529  Si esta celda se rota 90
20530 \begin_inset space \thinspace{}
20531 \end_inset
20532
20533 °, la anchura del marco es la altura de la celda.
20534  
20535 \lang english
20536 To avoid to estimate a suitable box width one can use a minipage with a
20537  variable width.
20538  Such a box is inserted by loading the module
20539 \lang spanish
20540  
20541 \family sans
20542 Minipáginas
20543 \begin_inset space ~
20544 \end_inset
20545
20546 ancho
20547 \begin_inset space ~
20548 \end_inset
20549
20550 variable
20551 \family default
20552  
20553 \lang english
20554 in the document settings.
20555  Then one can use
20556 \lang spanish
20557  el menú 
20558 \family sans
20559 Insertar\SpecialChar menuseparator
20560 Recuadro
20561 \begin_inset space ~
20562 \end_inset
20563
20564 personalizado\SpecialChar menuseparator
20565 Minipágina
20566 \begin_inset space ~
20567 \end_inset
20568
20569 (ancho
20570 \begin_inset space ~
20571 \end_inset
20572
20573 var.)
20574 \family default
20575 .
20576  El cuadro
20577 \begin_inset space ~
20578 \end_inset
20579
20580
20581 \begin_inset CommandInset ref
20582 LatexCommand ref
20583 reference "tab:Cuadro-rotación-multilínea"
20584
20585 \end_inset
20586
20587  es un ejemplo de una celda rotada con salto de línea en la 
20588 \lang english
20589 a variable width minipage is used
20590 \lang spanish
20591 .
20592 \end_layout
20593
20594 \begin_layout Standard
20595 \begin_inset Float table
20596 wide false
20597 sideways false
20598 status open
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Caption Standard
20602
20603 \begin_layout Plain Layout
20604 \begin_inset CommandInset label
20605 LatexCommand label
20606 name "tab:Cuadro-rotación-multilínea"
20607
20608 \end_inset
20609
20610 Cuadro con salto de línea en una celda rotada
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \begin_layout Plain Layout
20619 \noindent
20620 \align center
20621 \begin_inset Tabular
20622 <lyxtabular version="3" rows="2" columns="3">
20623 <features tabularvalignment="middle">
20624 <column alignment="center" valignment="top">
20625 <column alignment="center" valignment="top" width="0pt">
20626 <column alignment="center" valignment="top">
20627 <row>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 a
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Flex Minipage (Var. Width)
20642 status open
20643
20644 \begin_layout Plain Layout
20645 celda rotada
20646 \begin_inset Newline newline
20647 \end_inset
20648
20649 con salto de línea
20650 \begin_inset space ~
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 e
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 b
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 c
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 d
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 </lyxtabular>
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \begin_layout Section
20715 Cálculo de la anchura de cuadros
20716 \begin_inset CommandInset label
20717 LatexCommand label
20718 name "sec:Cálculo-anchura-cuadros"
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \begin_layout Standard
20726 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
20727  márgenes de la página.
20728  La solución es establecer una anchura fija para cada columna del cuadro,
20729  pero ¿qué espacio necesita cada columna?
20730 \end_layout
20731
20732 \begin_layout Standard
20733 La anchura del cuadro 
20734 \begin_inset Formula $W_{\mathrm{cuadro}}$
20735 \end_inset
20736
20737  se puede calcular: cada columna tiene la anchura de la columna especificada
20738  
20739 \begin_inset Formula $W_{\mathrm{columna}}$
20740 \end_inset
20741
20742  (contenido de la columna), más dos veces la separación entre el contenido
20743  y el borde (longitud \SpecialChar LaTeX
20744
20745 \series bold
20746  
20747 \backslash
20748 tabcolsep
20749 \series default
20750 , predeterminada 6
20751 \begin_inset space \thinspace{}
20752 \end_inset
20753
20754 pt), más la anchura del borde (longitud \SpecialChar LaTeX
20755  
20756 \series bold
20757
20758 \backslash
20759 arrayrulewidth
20760 \series default
20761 , predeterminada 0.4
20762 \begin_inset space \thinspace{}
20763 \end_inset
20764
20765 pt): así, si las 
20766 \begin_inset Formula $n$
20767 \end_inset
20768
20769  columnas tienen la misma anchura, la anchura del cuadro es
20770 \end_layout
20771
20772 \begin_layout Standard
20773 \begin_inset Formula 
20774 \begin{equation}
20775 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20776 \end{equation}
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \begin_layout Standard
20784 La anchura disponible para un cuadro es el espacio entre los márgenes de
20785  página o la anchura de la columna de texto (en documentos a dos columnas;
20786  longitud \SpecialChar LaTeX
20787  
20788 \series bold
20789
20790 \backslash
20791 columnwidth
20792 \series default
20793 ).
20794  Si todas las columnas del cuadro han de tener la misma anchura y 
20795 \begin_inset Formula $W_{\mathrm{cuadro}}$
20796 \end_inset
20797
20798  debe ser 1
20799 \begin_inset space \thinspace{}
20800 \end_inset
20801
20802
20803 \backslash
20804 columnwidth, 
20805 \begin_inset Formula $W_{\mathrm{columna}}$
20806 \end_inset
20807
20808  puede calcularse fácilmente.
20809 \end_layout
20810
20811 \begin_layout Standard
20812 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
20813  
20814 \series bold
20815 calc
20816 \series default
20817
20818 \begin_inset Index idx
20819 status collapsed
20820
20821 \begin_layout Plain Layout
20822 \SpecialChar LaTeX
20823 -paquetes ! calc
20824 \end_layout
20825
20826 \end_inset
20827
20828  en el preámbulo del documento.
20829  Para establecer la anchura en la ventana de configuración de cuadros hay
20830  que usar el campo 
20831 \family sans
20832 Argumento
20833 \begin_inset space ~
20834 \end_inset
20835
20836 \SpecialChar LaTeX
20837
20838 \family default
20839 .
20840  El esquema del comando es el mismo que se explica en la sección 
20841 \begin_inset space ~
20842 \end_inset
20843
20844
20845 \begin_inset CommandInset ref
20846 LatexCommand ref
20847 reference "subsec:Cálculos-en-Multicolumnas"
20848
20849 \end_inset
20850
20851 .
20852  Para un cuadro con 5
20853 \begin_inset space \thinspace{}
20854 \end_inset
20855
20856 columnas de anchura uniforme y texto centrado, escribe el comando
20857 \end_layout
20858
20859 \begin_layout Standard
20860
20861 \series bold
20862 >{
20863 \backslash
20864 centering}p{(1
20865 \backslash
20866 columnwidth-62.4pt)/5}
20867 \end_layout
20868
20869 \begin_layout Standard
20870 Para un cuadro con 5
20871 \begin_inset space \thinspace{}
20872 \end_inset
20873
20874 columnas en el que dos de ellas tengan 0.75
20875 \begin_inset space ~
20876 \end_inset
20877
20878 veces la anchura de las otras, el cálculo es
20879 \begin_inset Formula 
20880 \begin{align}
20881 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20882  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20883  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20884 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20885 \end{align}
20886
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \begin_layout Standard
20893 En el cuadro, por tanto, el comando
20894 \end_layout
20895
20896 \begin_layout Standard
20897
20898 \series bold
20899 >{
20900 \backslash
20901 centering}p{(1
20902 \backslash
20903 columnwidth-62.4pt)/
20904 \backslash
20905 real{4.5}}
20906 \end_layout
20907
20908 \begin_layout Standard
20909 se usa para las columnas más anchas y
20910 \end_layout
20911
20912 \begin_layout Standard
20913
20914 \series bold
20915 >{
20916 \backslash
20917 centering}p{(1
20918 \backslash
20919 columnwidth-62.4pt)/
20920 \backslash
20921 real{4.5}*
20922 \backslash
20923 real{0.75}}
20924 \end_layout
20925
20926 \begin_layout Standard
20927 para las más estrechas:
20928 \end_layout
20929
20930 \begin_layout Standard
20931 \begin_inset Tabular
20932 <lyxtabular version="3" rows="2" columns="5">
20933 <features tabularvalignment="middle">
20934 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20935 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20936 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20937 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20938 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20939 <row>
20940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 1
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 2
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 3
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 4
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 5
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 111111 1111111 111111 111111111 11111 11111 1111
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 2222 22222 222222 222222222 2222222 22 22222
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 333333 333333 333333 33333 3333333 333
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 </lyxtabular>
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \begin_layout Section
21041 Personalización de cuadros
21042 \begin_inset Index idx
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 Cuadros ! Personalización
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Subsection
21055 Espacio adicional en filas
21056 \begin_inset CommandInset label
21057 LatexCommand label
21058 name "subsec:Espacio-adicional"
21059
21060 \end_inset
21061
21062
21063 \begin_inset Index idx
21064 status collapsed
21065
21066 \begin_layout Plain Layout
21067 Cuadros ! Personalización ! Espacio adicional en filas
21068 \end_layout
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \begin_layout Standard
21076 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
21077  
21078 \family sans
21079 Bordes
21080 \family default
21081  del diálogo de configuración de cuadros.
21082  En el marco 
21083 \family sans
21084 Espacio
21085 \begin_inset space ~
21086 \end_inset
21087
21088 adicional
21089 \family default
21090  dispones de tres posibilidades:
21091 \end_layout
21092
21093 \begin_layout Description
21094 Superior
21095 \begin_inset space ~
21096 \end_inset
21097
21098 de
21099 \begin_inset space ~
21100 \end_inset
21101
21102 la
21103 \begin_inset space ~
21104 \end_inset
21105
21106 fila añade espacio sobre los caracteres de la fila.
21107  Si el cuadro es de estilo formal
21108 \begin_inset Foot
21109 status open
21110
21111 \begin_layout Plain Layout
21112 Los cuadros formales se explican en la sección
21113 \begin_inset space ~
21114 \end_inset
21115
21116
21117 \begin_inset CommandInset ref
21118 LatexCommand ref
21119 reference "sec:Cuadros-Formales"
21120
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127
21128  \SpecialChar LyX
21129  insertará 0.5
21130 \begin_inset space \thinspace{}
21131 \end_inset
21132
21133 em por omisión.
21134  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
21135  verticales, como se ve en el cuadro siguiente:
21136 \begin_inset VSpace medskip
21137 \end_inset
21138
21139
21140 \begin_inset Newline newline
21141 \end_inset
21142
21143
21144 \begin_inset space \hspace*{}
21145 \length 0pt
21146 \end_inset
21147
21148
21149 \begin_inset space \hfill{}
21150 \end_inset
21151
21152
21153 \begin_inset Tabular
21154 <lyxtabular version="3" rows="3" columns="1">
21155 <features tabularvalignment="middle">
21156 <column alignment="center" valignment="top">
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 A
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row topspace="3mm">
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 3
21174 \begin_inset space \thinspace{}
21175 \end_inset
21176
21177 mm sobre la fila
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 C
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 </row>
21194 </lyxtabular>
21195
21196 \end_inset
21197
21198
21199 \begin_inset space \hfill{}
21200 \end_inset
21201
21202
21203 \begin_inset space \hspace*{}
21204 \length 0pt
21205 \end_inset
21206
21207
21208 \begin_inset VSpace medskip
21209 \end_inset
21210
21211
21212 \begin_inset Newline newline
21213 \end_inset
21214
21215 Así pues, insertar espacio superior en cuadros normales sólo es útil en
21216  cuadros sin líneas verticales.
21217 \end_layout
21218
21219 \begin_layout Description
21220 Inferior
21221 \begin_inset space ~
21222 \end_inset
21223
21224 de
21225 \begin_inset space ~
21226 \end_inset
21227
21228 la
21229 \begin_inset space ~
21230 \end_inset
21231
21232 fila añade espacio bajo los caracteres de la fila.
21233  Si el cuadro es formal \SpecialChar LyX
21234  inserta por omisión 0.5
21235 \begin_inset space \thinspace{}
21236 \end_inset
21237
21238 em; si el cuadro es normal inserta 2
21239 \begin_inset space \thinspace{}
21240 \end_inset
21241
21242 pt.
21243  
21244 \end_layout
21245
21246 \begin_layout Description
21247 Entre
21248 \begin_inset space ~
21249 \end_inset
21250
21251 las
21252 \begin_inset space ~
21253 \end_inset
21254
21255 filas añade espacio entre la fila actual y la siguiente.
21256  Si el cuadro es formal \SpecialChar LyX
21257  inserta 0.5
21258 \begin_inset space \thinspace{}
21259 \end_inset
21260
21261 em por omisión.
21262  En cuadros normales, el espacio adicional destruirá las líneas verticales
21263  del cuadro, como se ve en la siguiente:
21264 \begin_inset VSpace medskip
21265 \end_inset
21266
21267
21268 \begin_inset Newline newline
21269 \end_inset
21270
21271
21272 \begin_inset space \hspace*{}
21273 \length 0pt
21274 \end_inset
21275
21276
21277 \begin_inset space \hfill{}
21278 \end_inset
21279
21280
21281 \begin_inset Tabular
21282 <lyxtabular version="3" rows="3" columns="1">
21283 <features tabularvalignment="middle">
21284 <column alignment="center" valignment="top">
21285 <row>
21286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 A
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row interlinespace="3mm">
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 \begin_inset Formula $\downarrow$
21302 \end_inset
21303
21304  3
21305 \begin_inset space \thinspace{}
21306 \end_inset
21307
21308 mm entre las filas
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 </row>
21314 <row>
21315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Formula $\uparrow$
21320 \end_inset
21321
21322  3
21323 \begin_inset space \thinspace{}
21324 \end_inset
21325
21326 mm entre las filas 
21327 \begin_inset Formula $\uparrow$
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 </row>
21336 </lyxtabular>
21337
21338 \end_inset
21339
21340
21341 \begin_inset space \hfill{}
21342 \end_inset
21343
21344
21345 \begin_inset space \hspace*{}
21346 \length 0pt
21347 \end_inset
21348
21349
21350 \begin_inset VSpace medskip
21351 \end_inset
21352
21353
21354 \begin_inset Newline newline
21355 \end_inset
21356
21357 Así pues, los espacios adicionales entre filas de cuadros normales sólo
21358  sirven para cuadros sin líneas verticales.
21359 \end_layout
21360
21361 \begin_layout Standard
21362 \begin_inset VSpace bigskip
21363 \end_inset
21364
21365 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
21366  utiliza los siguientes comandos en el preámbulo:
21367 \end_layout
21368
21369 \begin_layout Standard
21370
21371 \series bold
21372
21373 \backslash
21374 @ifundefined{extrarowheight}
21375 \begin_inset Newline newline
21376 \end_inset
21377
21378
21379 \begin_inset Phantom HPhantom
21380 status open
21381
21382 \begin_layout Plain Layout
21383
21384 \series bold
21385 \begin_inset space ~
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392
21393 {
21394 \backslash
21395 usepackage{array}}{}
21396 \begin_inset Newline newline
21397 \end_inset
21398
21399
21400 \backslash
21401 setlength{
21402 \backslash
21403 extrarowheight}{altura}
21404 \series default
21405
21406 \begin_inset Note Note
21407 status collapsed
21408
21409 \begin_layout Plain Layout
21410 \SpecialChar LyX
21411  cargará automáticamente el paquete 
21412 \series bold
21413 array
21414 \series default
21415  cuando uses formatos de cuadro autodefinidos.
21416  Para evitar que sea cargado dos veces se pone al principio el comando 
21417 \series bold
21418
21419 \backslash
21420 @ifundefined
21421 \series default
21422 .
21423 \end_layout
21424
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \begin_layout Standard
21431 donde la 
21432 \family sans
21433 alture
21434 \family default
21435  puede ser una de las unidades listadas en el apéndice
21436 \begin_inset space ~
21437 \end_inset
21438
21439
21440 \begin_inset CommandInset ref
21441 LatexCommand ref
21442 reference "cap:Unidades-disponibles-en"
21443
21444 \end_inset
21445
21446 .
21447  Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
21448  centrado en vertical.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
21453  del cuadro están a veces demasiado cerca de las letras.
21454  Esto se puede corregir insertando el comando 
21455 \series bold
21456
21457 \backslash
21458 strut
21459 \series default
21460  en código \SpecialChar TeX
21461  al principio de la fila del cuadro.
21462  El cuadro
21463 \begin_inset space ~
21464 \end_inset
21465
21466
21467 \begin_inset CommandInset ref
21468 LatexCommand ref
21469 reference "tab:Alineación-vertical"
21470
21471 \end_inset
21472
21473  muestra el efecto:
21474 \end_layout
21475
21476 \begin_layout Standard
21477 \noindent
21478 \begin_inset Float table
21479 placement h
21480 wide false
21481 sideways false
21482 status open
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Caption Standard
21486
21487 \begin_layout Plain Layout
21488 \begin_inset CommandInset label
21489 LatexCommand label
21490 name "tab:Alineación-vertical"
21491
21492 \end_inset
21493
21494 Alineación vertical de texto con letras grandes
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Plain Layout
21503 \begin_inset space \hfill{}
21504 \end_inset
21505
21506
21507 \begin_inset Float table
21508 wide false
21509 sideways false
21510 status open
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Caption Standard
21514
21515 \begin_layout Plain Layout
21516 Cuadro normal
21517 \end_layout
21518
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \begin_layout Plain Layout
21525 \noindent
21526 \align center
21527 \begin_inset Tabular
21528 <lyxtabular version="3" rows="6" columns="1">
21529 <features tabularvalignment="middle">
21530 <column alignment="left" valignment="top">
21531 <row>
21532 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 Normal, g
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \size large
21549 Grande
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \size larger
21562 Más grande
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 <row>
21569 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573
21574 \size largest
21575 Grandísima
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \size huge
21588 Enorme
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 <row>
21595 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599
21600 \size huge
21601 Gigante
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 </lyxtabular>
21608
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615
21616
21617 \begin_inset space \hfill{}
21618 \end_inset
21619
21620
21621 \begin_inset Float table
21622 wide false
21623 sideways false
21624 status open
21625
21626 \begin_layout Plain Layout
21627 \begin_inset Caption Standard
21628
21629 \begin_layout Plain Layout
21630 Cuadro con comando 
21631 \series bold
21632
21633 \backslash
21634 strut
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Plain Layout
21643 \noindent
21644 \align center
21645 \begin_inset Tabular
21646 <lyxtabular version="3" rows="6" columns="1">
21647 <features tabularvalignment="middle">
21648 <column alignment="left" valignment="top">
21649 <row>
21650 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 Normal, g
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \size large
21667 \begin_inset ERT
21668 status collapsed
21669
21670 \begin_layout Plain Layout
21671
21672
21673 \backslash
21674 strut 
21675 \end_layout
21676
21677 \end_inset
21678
21679 Grande
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \size larger
21692 \begin_inset ERT
21693 status collapsed
21694
21695 \begin_layout Plain Layout
21696
21697
21698 \backslash
21699 strut 
21700 \end_layout
21701
21702 \end_inset
21703
21704 Más grande
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715
21716 \size largest
21717 \begin_inset ERT
21718 status collapsed
21719
21720 \begin_layout Plain Layout
21721
21722
21723 \backslash
21724 strut 
21725 \end_layout
21726
21727 \end_inset
21728
21729 Grandísima
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \size huge
21742 \begin_inset ERT
21743 status collapsed
21744
21745 \begin_layout Plain Layout
21746
21747
21748 \backslash
21749 strut 
21750 \end_layout
21751
21752 \end_inset
21753
21754 Enorme
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \size giant
21767 \begin_inset ERT
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771
21772
21773 \backslash
21774 strut 
21775 \end_layout
21776
21777 \end_inset
21778
21779
21780 \size huge
21781 Gigante
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 </row>
21787 </lyxtabular>
21788
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \end_inset
21795
21796
21797 \begin_inset space \hfill{}
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Subsection
21809 Alineación especial de celdas
21810 \begin_inset CommandInset label
21811 LatexCommand label
21812 name "subsec:Alineación-especial-de"
21813
21814 \end_inset
21815
21816
21817 \begin_inset Index idx
21818 status collapsed
21819
21820 \begin_layout Plain Layout
21821 Cuadros ! Personalización ! Alineación especial de celdas
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Standard
21830 A veces mejora la presentación si las entradas en las celdas de una columna
21831  se alinean con un carácter determinado, p.
21832 \begin_inset space \thinspace{}
21833 \end_inset
21834
21835 ej.
21836 \begin_inset space ~
21837 \end_inset
21838
21839 el separador decimal, como en el cuadro
21840 \begin_inset space ~
21841 \end_inset
21842
21843
21844 \begin_inset CommandInset ref
21845 LatexCommand ref
21846 reference "tab:Cuadro-celdas-alineadas"
21847
21848 \end_inset
21849
21850 .
21851  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
21852  el botón 
21853 \begin_inset Info
21854 type  "icon"
21855 arg   "tabular-feature align-decimal"
21856 \end_inset
21857
21858  de la barra de herramientas o eligiendo la alineación 
21859 \family sans
21860 Al separador decimal
21861 \family default
21862  en la configuración del cuadro.
21863  Ahí se puede especificar también el carácter deseado para la alineación.
21864 \end_layout
21865
21866 \begin_layout Standard
21867 \begin_inset Float table
21868 wide false
21869 sideways false
21870 status open
21871
21872 \begin_layout Plain Layout
21873 \begin_inset Caption Standard
21874
21875 \begin_layout Plain Layout
21876 \begin_inset CommandInset label
21877 LatexCommand label
21878 name "tab:Cuadro-celdas-alineadas"
21879
21880 \end_inset
21881
21882 Cuadro con celdas alineadas con el separador decimal.
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \begin_layout Plain Layout
21891 \align center
21892 \begin_inset Tabular
21893 <lyxtabular version="3" rows="4" columns="1">
21894 <features booktabs="true" tabularvalignment="middle">
21895 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21896 <row>
21897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 leyenda
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 12,6
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 </row>
21918 <row>
21919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 0,68
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 -123,0
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 </lyxtabular>
21941
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Standard
21953 \begin_inset Float table
21954 wide false
21955 sideways false
21956 status open
21957
21958 \begin_layout Plain Layout
21959 \begin_inset Caption Standard
21960
21961 \begin_layout Plain Layout
21962 \begin_inset CommandInset label
21963 LatexCommand label
21964 name "tab:Cuadro-con-celdas-de"
21965
21966 \end_inset
21967
21968 Cuadro con celdas alineadas con los operadores.
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \begin_layout Plain Layout
21977 \align center
21978 \begin_inset Tabular
21979 <lyxtabular version="3" rows="4" columns="2">
21980 <features booktabs="true" tabularvalignment="middle">
21981 <column alignment="right" valignment="top" width="0pt">
21982 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21983 <row>
21984 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 leyenda
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 \begin_inset Formula $12\,+$
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\,6$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 \begin_inset Formula $0\,-$
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Formula $\,68$
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 \begin_inset Formula $-123\,/$
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Formula $\,0$
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 </lyxtabular>
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 Para alinear con caracteres en ecuaciones este método no funciona porque
22095  el campo para especificar el carácter no permite ecuaciones.
22096  En este caso hay que usar el método del cuadro
22097 \begin_inset space ~
22098 \end_inset
22099
22100
22101 \begin_inset CommandInset ref
22102 LatexCommand ref
22103 reference "tab:Cuadro-con-celdas-de"
22104
22105 \end_inset
22106
22107 .
22108  Es un cuadro 4×2.
22109  La leyenda es una multicolumna centrada.
22110  La primera columna está alineada a la derecha y contiene la primera parte
22111  incluyendo el operador.
22112  La segunda columna está alineada a la izquierda y contiene la parte restante.
22113  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
22114  columna para mantener el espacio habitual alrededor de los operadores.
22115  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
22116  el siguiente argumento \SpecialChar LaTeX
22117  para la segunda columna:
22118 \end_layout
22119
22120 \begin_layout Standard
22121
22122 \series bold
22123 @{}l
22124 \end_layout
22125
22126 \begin_layout Standard
22127 El cuadro
22128 \begin_inset space ~
22129 \end_inset
22130
22131
22132 \begin_inset CommandInset ref
22133 LatexCommand ref
22134 reference "tab:Varias-alineaciones"
22135
22136 \end_inset
22137
22138  muestra varios ejemplos de alineación.
22139  Para alinear al signo de relación se ha añadido un pequeño espacio como
22140  en la segunda columna del cuadro
22141 \begin_inset space ~
22142 \end_inset
22143
22144
22145 \begin_inset CommandInset ref
22146 LatexCommand ref
22147 reference "tab:Cuadro-con-celdas-de"
22148
22149 \end_inset
22150
22151 .
22152 \end_layout
22153
22154 \begin_layout Standard
22155 \begin_inset Float table
22156 placement h
22157 wide false
22158 sideways false
22159 status open
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Caption Standard
22163
22164 \begin_layout Plain Layout
22165 \begin_inset CommandInset label
22166 LatexCommand label
22167 name "tab:Varias-alineaciones"
22168
22169 \end_inset
22170
22171 Cuadro con varias alineaciones.
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \begin_layout Plain Layout
22180 \align center
22181 \begin_inset Tabular
22182 <lyxtabular version="3" rows="4" columns="6">
22183 <features tabularvalignment="middle">
22184 <column alignment="right" valignment="top">
22185 <column alignment="left" valignment="top" special="@{}l">
22186 <column alignment="right" valignment="top">
22187 <column alignment="left" valignment="top" special="@{}l">
22188 <column alignment="right" valignment="top">
22189 <column alignment="left" valignment="top" special="@{}l">
22190 <row>
22191 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 unidades
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 exponentes
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 relaciones
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 <row>
22247 <cell alignment="center" valignment="top" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 12×
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 24
22261 \begin_inset space \thinspace{}
22262 \end_inset
22263
22264 bottles
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $10\cdot$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Formula $10^{\mbox{-}17}$
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\Gamma(t)\propto$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Formula $\:\Upsilon(t)$
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row>
22319 <cell alignment="center" valignment="top" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 1024×
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 768
22333 \begin_inset space \thinspace{}
22334 \end_inset
22335
22336 Pixels
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $5.78\cdot$
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Formula $10^{7}$
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $A\ne$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Formula $\:B_{\mathrm{red}}$
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 <row>
22391 <cell alignment="center" valignment="top" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395 32×
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 6
22405 \begin_inset space \thinspace{}
22406 \end_inset
22407
22408 cm
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 -
22418 \begin_inset Formula $33.5\cdot$
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430 \begin_inset Formula $10^{4}$
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 \begin_inset Formula $\sen(\alpha)\ge$
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\:\sen(\beta)$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 </lyxtabular>
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Subsection
22476 Formato personalizado de celda/columna
22477 \begin_inset CommandInset label
22478 LatexCommand label
22479 name "subsec:Formato-Personalizado"
22480
22481 \end_inset
22482
22483
22484 \begin_inset Index idx
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488 Cuadros ! Personalización ! Formato de celda/columna
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Standard
22497 El cálculo de la anchura necesaria para columnas estándar descrito en la
22498  sección
22499 \begin_inset space ~
22500 \end_inset
22501
22502
22503 \begin_inset CommandInset ref
22504 LatexCommand ref
22505 reference "sec:Cálculo-anchura-cuadros"
22506
22507 \end_inset
22508
22509  y para columnas extendidas descrito en la sección
22510 \begin_inset space ~
22511 \end_inset
22512
22513
22514 \begin_inset CommandInset ref
22515 LatexCommand ref
22516 reference "subsec:Cálculos-en-Multicolumnas"
22517
22518 \end_inset
22519
22520  es muy pesado si tienes varios cuadros.
22521  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
22522 mna aplicable a todos los cuadros del documento.
22523  El formato se define con el comando
22524 \end_layout
22525
22526 \begin_layout Standard
22527
22528 \series bold
22529
22530 \backslash
22531 newcolumntype{nombre del formato}[número de argumentos]{comandos}
22532 \end_layout
22533
22534 \begin_layout Standard
22535 El 
22536 \emph on
22537 nombre de formato
22538 \emph default
22539  puede ser una sola letra.
22540  Las letras 
22541 \emph on
22542 b, c, l, m, p
22543 \emph default
22544  y 
22545 \emph on
22546 r
22547 \emph default
22548  están predefinidas y no pueden usarse.
22549  Pero se permiten todas las mayúsculas.
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \begin_inset VSpace medskip
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
22561  fija puedes definir el formato de celda
22562 \end_layout
22563
22564 \begin_layout Standard
22565
22566 \series bold
22567
22568 \backslash
22569 newcolumntype{M}[1]{>{
22570 \backslash
22571 centering
22572 \backslash
22573 hspace{0pt}}m{#1}}
22574 \end_layout
22575
22576 \begin_layout Standard
22577 donde 
22578 \series bold
22579
22580 \backslash
22581 hspace{0pt}
22582 \series default
22583  evita el problema de partir con guión la primera palabra, como se describe
22584  en la sección
22585 \begin_inset space ~
22586 \end_inset
22587
22588
22589 \begin_inset CommandInset ref
22590 LatexCommand ref
22591 reference "subsec:Líneas-Múltiples-en"
22592
22593 \end_inset
22594
22595 .
22596  Ahora puedes introducir simplemente
22597 \end_layout
22598
22599 \begin_layout Standard
22600
22601 \series bold
22602 M{ancho}
22603 \end_layout
22604
22605 \begin_layout Standard
22606 como argumento \SpecialChar LaTeX
22607  en el diálogo de cuadros para crear una multicolumna.
22608 \end_layout
22609
22610 \begin_layout Standard
22611 \begin_inset VSpace bigskip
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \begin_layout Standard
22618 Para celdas extendidas en una celda multicolumna, puedes definir el formato
22619 \end_layout
22620
22621 \begin_layout Standard
22622
22623 \series bold
22624
22625 \backslash
22626 newcolumntype{S}[2]{>{
22627 \backslash
22628 centering
22629 \backslash
22630 hspace{0pt}}
22631 \begin_inset Newline newline
22632 \end_inset
22633
22634
22635 \begin_inset Phantom HPhantom
22636 status open
22637
22638 \begin_layout Plain Layout
22639
22640 \series bold
22641
22642 \backslash
22643 newcolumntype
22644 \end_layout
22645
22646 \end_inset
22647
22648 m{(#1+(2
22649 \backslash
22650 tabcolsep+
22651 \backslash
22652 arrayrulewidth)*(1-#2))/#2}}
22653 \end_layout
22654
22655 \begin_layout Standard
22656 Este formato usa la ecuación 
22657 \begin_inset CommandInset ref
22658 LatexCommand eqref
22659 reference "eq:Wgn"
22660
22661 \end_inset
22662
22663  para calcular la anchura necesaria para que cada celda extendida tenga
22664  la misma anchura.
22665 \end_layout
22666
22667 \begin_layout Standard
22668 Ahora puedes introducir
22669 \end_layout
22670
22671 \begin_layout Standard
22672
22673 \series bold
22674 S{ancho de la celda multicolumna}{número de columnas extendidas}
22675 \end_layout
22676
22677 \begin_layout Standard
22678 como argumento \SpecialChar LaTeX
22679  de la columna.
22680 \end_layout
22681
22682 \begin_layout Standard
22683 \begin_inset VSpace bigskip
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Standard
22690 Para columnas coloreadas puedes definir
22691 \end_layout
22692
22693 \begin_layout Standard
22694
22695 \series bold
22696
22697 \backslash
22698 newcolumntype{K}[1]{>{
22699 \backslash
22700 columncolor{#1}
22701 \backslash
22702 hspace{0pt}}c}
22703 \end_layout
22704
22705 \begin_layout Standard
22706 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
22707  horizontalmente.
22708  Ahora puedes introducir
22709 \end_layout
22710
22711 \begin_layout Standard
22712
22713 \series bold
22714 K{nombre del color}
22715 \end_layout
22716
22717 \begin_layout Standard
22718 como argumento \SpecialChar LaTeX
22719 .
22720 \end_layout
22721
22722 \begin_layout Standard
22723 \begin_inset VSpace bigskip
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \begin_layout Standard
22730 Para crear el cuadro
22731 \begin_inset space ~
22732 \end_inset
22733
22734
22735 \begin_inset CommandInset ref
22736 LatexCommand ref
22737 reference "tab:Cuadro-con-formatos-definidos-por"
22738
22739 \end_inset
22740
22741  usa los argumentos \SpecialChar LaTeX
22742
22743 \end_layout
22744
22745 \begin_layout Standard
22746
22747 \series bold
22748 M{2.5cm}
22749 \end_layout
22750
22751 \begin_layout Standard
22752 para la primera columna y la multicolumna,
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758 K{red}
22759 \end_layout
22760
22761 \begin_layout Standard
22762 para la última columna y
22763 \end_layout
22764
22765 \begin_layout Standard
22766
22767 \series bold
22768 S{2.5cm}{2}
22769 \end_layout
22770
22771 \begin_layout Standard
22772 para las celdas en la segunda columna.
22773 \end_layout
22774
22775 \begin_layout Standard
22776 \begin_inset Float table
22777 placement h
22778 wide false
22779 sideways false
22780 status open
22781
22782 \begin_layout Plain Layout
22783 \begin_inset Caption Standard
22784
22785 \begin_layout Plain Layout
22786 \begin_inset CommandInset label
22787 LatexCommand label
22788 name "tab:Cuadro-con-formatos-definidos-por"
22789
22790 \end_inset
22791
22792 Cuadro con formatos definidos por el usuario
22793 \end_layout
22794
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \begin_layout Plain Layout
22801 \align center
22802 \begin_inset Tabular
22803 <lyxtabular version="3" rows="3" columns="4">
22804 <features tabularvalignment="middle">
22805 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22806 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22807 <column alignment="center" valignment="middle">
22808 <column alignment="center" valignment="middle" special="K{red}">
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 palabramuylargaenceldadecuadro
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 multicolumna línea múltiple
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 c
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 d
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 e
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 f
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 g
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 </row>
22885 <row>
22886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 h
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 i
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 j
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 k
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 </lyxtabular>
22924
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Subsection
22936 Grosor de líneas
22937 \begin_inset CommandInset label
22938 LatexCommand label
22939 name "subsec:Grosor-de-Líneas"
22940
22941 \end_inset
22942
22943
22944 \begin_inset Index idx
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948 Cuadros ! Personalización ! Grosor de línea
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Standard
22957 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
22958  
22959 \series bold
22960
22961 \backslash
22962 arrayrulewidth
22963 \series default
22964 .
22965  Por ejemplo, para poner un grosor de línea de 1.5
22966 \begin_inset space \thinspace{}
22967 \end_inset
22968
22969 pt, como en el cuadro
22970 \begin_inset space ~
22971 \end_inset
22972
22973
22974 \begin_inset CommandInset ref
22975 LatexCommand ref
22976 reference "tab:Cuadro-con-líneas"
22977
22978 \end_inset
22979
22980 , inserta el comando
22981 \end_layout
22982
22983 \begin_layout Standard
22984
22985 \series bold
22986
22987 \backslash
22988 setlength{
22989 \backslash
22990 arrayrulewidth}{1.5pt}
22991 \end_layout
22992
22993 \begin_layout Standard
22994 en código \SpecialChar TeX
22995  antes del cuadro o flotante.
22996  Este cambio es válido para todos los siguientes cuadros.
22997  Para volver al valor predeterminado, define 
22998 \series bold
22999
23000 \backslash
23001 arrayrulewidth
23002 \series default
23003  a 0.4
23004 \begin_inset space \thinspace{}
23005 \end_inset
23006
23007 pt en código \SpecialChar TeX
23008  detrás del cuadro o flotante.
23009 \end_layout
23010
23011 \begin_layout Standard
23012 \begin_inset ERT
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016
23017
23018 \backslash
23019 setlength{
23020 \backslash
23021 arrayrulewidth}{1.5pt}
23022 \end_layout
23023
23024 \end_inset
23025
23026
23027 \begin_inset Float table
23028 wide false
23029 sideways false
23030 status open
23031
23032 \begin_layout Plain Layout
23033 \begin_inset Caption Standard
23034
23035 \begin_layout Plain Layout
23036 \begin_inset CommandInset label
23037 LatexCommand label
23038 name "tab:Cuadro-con-líneas"
23039
23040 \end_inset
23041
23042 Cuadro con líneas de grosor 1.5
23043 \begin_inset space \thinspace{}
23044 \end_inset
23045
23046 pt
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \begin_layout Plain Layout
23055 \align center
23056 \begin_inset Tabular
23057 <lyxtabular version="3" rows="3" columns="3">
23058 <features tabularvalignment="middle">
23059 <column alignment="center" valignment="top">
23060 <column alignment="center" valignment="top">
23061 <column alignment="center" valignment="top">
23062 <row>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 sd
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 sd
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 sd
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 </lyxtabular>
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \begin_inset ERT
23160 status collapsed
23161
23162 \begin_layout Plain Layout
23163
23164
23165 \backslash
23166 setlength{
23167 \backslash
23168 arrayrulewidth}{0.4pt}
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset VSpace bigskip
23178 \end_inset
23179
23180 Para definir un grosor de 1.5
23181 \begin_inset space \thinspace{}
23182 \end_inset
23183
23184 pt sólo para líneas horizontales, como en el cuadro
23185 \begin_inset space ~
23186 \end_inset
23187
23188
23189 \begin_inset CommandInset ref
23190 LatexCommand ref
23191 reference "tab:Cuadro-con-horizontales"
23192
23193 \end_inset
23194
23195 , inserta estos comandos en código \SpecialChar TeX
23196  antes del cuadro o flotante:
23197 \end_layout
23198
23199 \begin_layout Standard
23200
23201 \series bold
23202
23203 \backslash
23204 let
23205 \backslash
23206 myHline
23207 \backslash
23208 hline
23209 \begin_inset Newline newline
23210 \end_inset
23211
23212
23213 \backslash
23214 renewcommand{
23215 \backslash
23216 hline}
23217 \begin_inset Newline newline
23218 \end_inset
23219
23220  {
23221 \backslash
23222 noalign{
23223 \backslash
23224 global
23225 \backslash
23226 arrayrulewidth 1.5pt}
23227 \begin_inset Newline newline
23228 \end_inset
23229
23230  
23231 \backslash
23232 myHline
23233 \backslash
23234 noalign{
23235 \backslash
23236 global
23237 \backslash
23238 arrayrulewidth 0.4pt}}
23239 \end_layout
23240
23241 \begin_layout Standard
23242 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
23243  detrás
23244  del cuadro o flotante:
23245 \end_layout
23246
23247 \begin_layout Standard
23248
23249 \series bold
23250
23251 \backslash
23252 renewcommand{
23253 \backslash
23254 hline}{
23255 \backslash
23256 myHline}
23257 \end_layout
23258
23259 \begin_layout Standard
23260 \begin_inset ERT
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264
23265
23266 \backslash
23267 let
23268 \backslash
23269 myHline
23270 \backslash
23271 hline
23272 \end_layout
23273
23274 \begin_layout Plain Layout
23275
23276
23277 \backslash
23278 renewcommand{
23279 \backslash
23280 hline}
23281 \end_layout
23282
23283 \begin_layout Plain Layout
23284
23285  {
23286 \backslash
23287 noalign{
23288 \backslash
23289 global
23290 \backslash
23291 arrayrulewidth 1.5pt}
23292 \end_layout
23293
23294 \begin_layout Plain Layout
23295
23296   
23297 \backslash
23298 myHline
23299 \backslash
23300 noalign{
23301 \backslash
23302 global
23303 \backslash
23304 arrayrulewidth 0.4pt}}
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \begin_inset Float table
23311 wide false
23312 sideways false
23313 status open
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Caption Standard
23317
23318 \begin_layout Plain Layout
23319 \begin_inset CommandInset label
23320 LatexCommand label
23321 name "tab:Cuadro-con-horizontales"
23322
23323 \end_inset
23324
23325 Cuadro con líneas horizontales de 1.5
23326 \begin_inset space \thinspace{}
23327 \end_inset
23328
23329 pt
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Plain Layout
23338 \align center
23339 \begin_inset Tabular
23340 <lyxtabular version="3" rows="3" columns="3">
23341 <features tabularvalignment="middle">
23342 <column alignment="center" valignment="top">
23343 <column alignment="center" valignment="top">
23344 <column alignment="center" valignment="top">
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 sd
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 </row>
23374 <row>
23375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 sd
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 sd
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 </lyxtabular>
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \begin_inset ERT
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446
23447
23448 \backslash
23449 renewcommand{
23450 \backslash
23451 hline}{
23452 \backslash
23453 myHline}
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \begin_layout Standard
23462 \begin_inset VSpace bigskip
23463 \end_inset
23464
23465 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
23466  siguiente formato de columna en el preámbulo del documento, de acuerdo
23467  con lo descrito en la sección
23468 \begin_inset space ~
23469 \end_inset
23470
23471
23472 \begin_inset CommandInset ref
23473 LatexCommand ref
23474 reference "subsec:Formato-Personalizado"
23475
23476 \end_inset
23477
23478 :
23479 \end_layout
23480
23481 \begin_layout Standard
23482
23483 \series bold
23484
23485 \backslash
23486 newcolumntype{V}{!{
23487 \backslash
23488 vrule width 1.5pt}}
23489 \end_layout
23490
23491 \begin_layout Standard
23492 Para el cuadro
23493 \begin_inset space ~
23494 \end_inset
23495
23496
23497 \begin_inset CommandInset ref
23498 LatexCommand ref
23499 reference "tab:Cuadro-con-verticales"
23500
23501 \end_inset
23502
23503  se usó el argumento \SpecialChar LaTeX
23504
23505 \end_layout
23506
23507 \begin_layout Standard
23508
23509 \series bold
23510 VcV
23511 \end_layout
23512
23513 \begin_layout Standard
23514 para la última columna y
23515 \end_layout
23516
23517 \begin_layout Standard
23518
23519 \series bold
23520 Vc
23521 \end_layout
23522
23523 \begin_layout Standard
23524 para las otras.
23525 \end_layout
23526
23527 \begin_layout Standard
23528 \begin_inset Float table
23529 wide false
23530 sideways false
23531 status open
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Caption Standard
23535
23536 \begin_layout Plain Layout
23537 \begin_inset CommandInset label
23538 LatexCommand label
23539 name "tab:Cuadro-con-verticales"
23540
23541 \end_inset
23542
23543 Cuadro con líneas verticales de 1.5
23544 \begin_inset space \thinspace{}
23545 \end_inset
23546
23547 pt de grosor
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Plain Layout
23556 \align center
23557 \begin_inset Tabular
23558 <lyxtabular version="3" rows="3" columns="3">
23559 <features tabularvalignment="middle">
23560 <column alignment="center" valignment="top" special="Vc">
23561 <column alignment="center" valignment="top" special="Vc">
23562 <column alignment="center" valignment="top" special="VcV">
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 sd
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 <row>
23593 <cell alignment="center" valignment="top" topline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 sd
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 sd
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 </row>
23650 </lyxtabular>
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \begin_layout Subsection
23663 Líneas de trazos
23664 \begin_inset Index idx
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668 Cuadros ! Personalización ! Líneas de trazos
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset ERT
23678 status collapsed
23679
23680 \begin_layout Plain Layout
23681
23682
23683 \backslash
23684 ifarydshln
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \begin_inset Note Note
23691 status open
23692
23693 \begin_layout Plain Layout
23694 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23695  \SpecialChar LaTeX
23696  
23697 \series bold
23698 arydshln
23699 \series default
23700 .
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset Float table
23710 placement H
23711 wide false
23712 sideways false
23713 status open
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Caption Standard
23717
23718 \begin_layout Plain Layout
23719 \begin_inset CommandInset label
23720 LatexCommand label
23721 name "tab:Cuadro-con-trazos"
23722
23723 \end_inset
23724
23725 Cuadro con líneas de trazos
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Plain Layout
23734 \align center
23735 \begin_inset Tabular
23736 <lyxtabular version="3" rows="5" columns="5">
23737 <features tabularvalignment="middle">
23738 <column alignment="center" valignment="top">
23739 <column alignment="center" valignment="top">
23740 <column alignment="center" valignment="top" special=":c">
23741 <column alignment="center" valignment="top">
23742 <column alignment="center" valignment="top">
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 a
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 b
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 c
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 d
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 e
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 f
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 g
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 h
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 i
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 j
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 <row>
23838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 \begin_inset ERT
23843 status collapsed
23844
23845 \begin_layout Plain Layout
23846
23847
23848 \backslash
23849 hdashline 
23850 \end_layout
23851
23852 \end_inset
23853
23854 k
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 l
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872 m
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 n
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 o
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 <row>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset ERT
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905
23906
23907 \backslash
23908 cdashline{4-5}
23909 \end_layout
23910
23911 \end_inset
23912
23913 p
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922 q
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 r
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 s
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 t
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 u
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 v
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 w
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 x
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 </row>
24002 </lyxtabular>
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Standard
24015 En principio \SpecialChar LyX
24016  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
24017 .
24018  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
24019  
24020 \series bold
24021 arydshln
24022 \series default
24023
24024 \begin_inset Index idx
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028 \SpecialChar LaTeX
24029 -paquetes ! arydshln
24030 \end_layout
24031
24032 \end_inset
24033
24034  con el comando 
24035 \end_layout
24036
24037 \begin_layout Standard
24038
24039 \series bold
24040
24041 \backslash
24042 usepackage{arydshln}
24043 \end_layout
24044
24045 \begin_layout Standard
24046 Para hacer una línea vertical a trazos, introduce dos puntos «
24047 \series bold
24048 :
24049 \series default
24050 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
24051  en el
24052  diálogo de celdas de cuadros.
24053 \end_layout
24054
24055 \begin_layout Standard
24056 Para una línea de trazos horizontal añade el comando
24057 \end_layout
24058
24059 \begin_layout Standard
24060
24061 \series bold
24062
24063 \backslash
24064 hdashline
24065 \end_layout
24066
24067 \begin_layout Standard
24068 en código \SpecialChar TeX
24069  como primer elemento de la primera celda en la fila.
24070 \end_layout
24071
24072 \begin_layout Standard
24073 Para líneas de trazos en multicolumna usa el comando
24074 \end_layout
24075
24076 \begin_layout Standard
24077
24078 \series bold
24079
24080 \backslash
24081 cdashline{número de líneas}
24082 \end_layout
24083
24084 \begin_layout Standard
24085 en código \SpecialChar TeX
24086  como primer elemento de la primera celda en la fila.
24087  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
24088  4 y quieres una línea de trazos por encima, añade el comando
24089 \end_layout
24090
24091 \begin_layout Standard
24092
24093 \series bold
24094
24095 \backslash
24096 cdashline{2-4}
24097 \end_layout
24098
24099 \begin_layout Standard
24100 como primer elemento de la primera celda en la fila de la multicolumna.
24101 \end_layout
24102
24103 \begin_layout Standard
24104 \begin_inset VSpace bigskip
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 El cuadro
24112 \begin_inset space ~
24113 \end_inset
24114
24115
24116 \begin_inset CommandInset ref
24117 LatexCommand ref
24118 reference "tab:Cuadro-con-trazos"
24119
24120 \end_inset
24121
24122  se ha hecho usando «
24123 \series bold
24124 :c
24125 \series default
24126 » como argumento \SpecialChar LaTeX
24127  de la tercera columna.
24128  El comando en código \SpecialChar TeX
24129  
24130 \series bold
24131
24132 \backslash
24133 hdashline
24134 \series default
24135  se ha insertado en la primera celda de la tercera fila y el comando en
24136  código \SpecialChar TeX
24137
24138 \begin_inset Newline newline
24139 \end_inset
24140
24141
24142 \series bold
24143
24144 \backslash
24145 cdashline{4-5}
24146 \series default
24147  en la primera celda de la cuarta fila.
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace bigskip
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
24159  el cuadro
24160 \begin_inset space ~
24161 \end_inset
24162
24163
24164 \begin_inset CommandInset ref
24165 LatexCommand ref
24166 reference "tab:Cuadro-trazos-color"
24167
24168 \end_inset
24169
24170 .
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset ERT
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178
24179
24180 \backslash
24181 setlength{
24182 \backslash
24183 arrayrulewidth}{1pt}
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \begin_inset Note Note
24190 status collapsed
24191
24192 \begin_layout Plain Layout
24193 líneas más gruesas para ver mejor los colores
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset ERT
24203 status collapsed
24204
24205 \begin_layout Plain Layout
24206
24207
24208 \backslash
24209 dashgapcolor{green}
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \begin_inset Note Note
24216 status collapsed
24217
24218 \begin_layout Plain Layout
24219 huecos de color entre trazos verdes
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 \begin_inset ERT
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232
24233
24234 \backslash
24235 let
24236 \backslash
24237 myHdashline
24238 \backslash
24239 hdashline
24240 \end_layout
24241
24242 \begin_layout Plain Layout
24243
24244
24245 \backslash
24246 renewcommand{
24247 \backslash
24248 hdashline}
24249 \end_layout
24250
24251 \begin_layout Plain Layout
24252
24253  {
24254 \backslash
24255 arrayrulecolor{red}
24256 \backslash
24257 myHdashline
24258 \backslash
24259 arrayrulecolor{black}}
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \begin_inset Note Note
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269 color horizontal, líneas a trazos rojos
24270 \end_layout
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \begin_layout Standard
24278 \begin_inset ERT
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282
24283
24284 \backslash
24285 let
24286 \backslash
24287 myCdashline
24288 \backslash
24289 cdashline
24290 \end_layout
24291
24292 \begin_layout Plain Layout
24293
24294
24295 \backslash
24296 renewcommand{
24297 \backslash
24298 cdashline}[1]
24299 \end_layout
24300
24301 \begin_layout Plain Layout
24302
24303  {
24304 \backslash
24305 arrayrulecolor{yellow}
24306 \backslash
24307 myCdashline{#1}
24308 \backslash
24309 arrayrulecolor{black}}
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \begin_inset Note Note
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 color parcial horizontal, líneas a trazos amarillos
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \begin_inset Float table
24329 placement h
24330 wide false
24331 sideways false
24332 status open
24333
24334 \begin_layout Plain Layout
24335 \begin_inset Caption Standard
24336
24337 \begin_layout Plain Layout
24338 \begin_inset CommandInset label
24339 LatexCommand label
24340 name "tab:Cuadro-trazos-color"
24341
24342 \end_inset
24343
24344 Cuadro coloreado con líneas a trazos
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Plain Layout
24353 \align center
24354 \begin_inset Tabular
24355 <lyxtabular version="3" rows="5" columns="5">
24356 <features tabularvalignment="middle">
24357 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
24358 <column alignment="center" valignment="top" width="0pt">
24359 <column alignment="center" valignment="top" width="0pt" special=":c">
24360 <column alignment="center" valignment="top">
24361 <column alignment="center" valignment="top">
24362 <row>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 a
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 b
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 c
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 d
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 e
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 </row>
24409 <row>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 f
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 g
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 h
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 i
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 j
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 </row>
24456 <row>
24457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 \begin_inset ERT
24462 status collapsed
24463
24464 \begin_layout Plain Layout
24465
24466
24467 \backslash
24468 hdashline 
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \begin_inset ERT
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478
24479
24480 \backslash
24481 rowcolor{Gray}
24482 \end_layout
24483
24484 \end_inset
24485
24486 k
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 l
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 m
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 n
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 o
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 </row>
24528 <row>
24529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 \begin_inset ERT
24534 status collapsed
24535
24536 \begin_layout Plain Layout
24537
24538
24539 \backslash
24540 cdashline{4-5}
24541 \end_layout
24542
24543 \end_inset
24544
24545 p
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 q
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 r
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572 s
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 <row>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 t
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 u
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 v
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619 w
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633
24634 \backslash
24635 cellcolor{Maroon}
24636 \end_layout
24637
24638 \end_inset
24639
24640 i
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 </lyxtabular>
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \begin_inset ERT
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663
24664
24665 \backslash
24666 renewcommand{
24667 \backslash
24668 hdashline}{
24669 \backslash
24670 myHdashline}
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \begin_inset Note Note
24677 status collapsed
24678
24679 \begin_layout Plain Layout
24680 volver a predeterminado
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \begin_inset ERT
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693
24694
24695 \backslash
24696 renewcommand{
24697 \backslash
24698 cdashline}{
24699 \backslash
24700 myCdashline}
24701 \end_layout
24702
24703 \end_inset
24704
24705
24706 \begin_inset Note Note
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710 volver a predeterminado
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719 \begin_inset ERT
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723
24724
24725 \backslash
24726 nodashgapcolor
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \begin_inset Note Note
24733 status collapsed
24734
24735 \begin_layout Plain Layout
24736 volver a predeterminado
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \begin_layout Standard
24745 \begin_inset ERT
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749
24750
24751 \backslash
24752 setlength{
24753 \backslash
24754 arrayrulewidth}{0.4pt}
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \begin_inset Note Note
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764 volver a predeterminado
24765 \end_layout
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 La coloración de líneas y columnas funciona como se describe en la sección
24774 \begin_inset space ~
24775 \end_inset
24776
24777
24778 \begin_inset CommandInset ref
24779 LatexCommand ref
24780 reference "sec:Cuadros-Coloreados"
24781
24782 \end_inset
24783
24784 La coloración de líneas horizontales también funciona como se describe ahí,
24785  solo hay que reemplazar en los comandos 
24786 \series bold
24787
24788 \backslash
24789 myHlineC
24790 \series default
24791  por 
24792 \series bold
24793
24794 \backslash
24795 myHdashline
24796 \series default
24797  y 
24798 \backslash
24799
24800 \series bold
24801 hline
24802 \series default
24803  por 
24804 \series bold
24805
24806 \backslash
24807 hdashline
24808 \series default
24809 ; así, los comandos usados son
24810 \end_layout
24811
24812 \begin_layout Standard
24813
24814 \series bold
24815
24816 \backslash
24817 let
24818 \backslash
24819 myHdashline
24820 \backslash
24821 hdashline
24822 \begin_inset Newline newline
24823 \end_inset
24824
24825
24826 \backslash
24827 renewcommand{
24828 \backslash
24829 hdashline}
24830 \begin_inset Newline newline
24831 \end_inset
24832
24833
24834 \begin_inset Phantom HPhantom
24835 status open
24836
24837 \begin_layout Plain Layout
24838 \begin_inset space ~
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \end_inset
24845
24846 {
24847 \backslash
24848 arrayrulecolor{red}
24849 \backslash
24850 myHdashline
24851 \backslash
24852 arrayrulecolor{black}}
24853 \end_layout
24854
24855 \begin_layout Standard
24856 Para colorear 
24857 \series bold
24858
24859 \backslash
24860 cdashline
24861 \series default
24862 , el comando es
24863 \end_layout
24864
24865 \begin_layout Standard
24866
24867 \series bold
24868
24869 \backslash
24870 let
24871 \backslash
24872 myCdashline
24873 \backslash
24874 cdashline
24875 \begin_inset Newline newline
24876 \end_inset
24877
24878
24879 \backslash
24880 renewcommand{
24881 \backslash
24882 cdashline}[1]
24883 \begin_inset Newline newline
24884 \end_inset
24885
24886
24887 \begin_inset Phantom HPhantom
24888 status open
24889
24890 \begin_layout Plain Layout
24891 \begin_inset space ~
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \end_inset
24898
24899 {
24900 \backslash
24901 arrayrulecolor{red}
24902 \backslash
24903 myCdashline{#1}
24904 \backslash
24905 arrayrulecolor{black}}
24906 \end_layout
24907
24908 \begin_layout Standard
24909 Para recuperar el color negro de las líneas, hay que insertar detrás del
24910  cuadro los comandos siguientes en código \SpecialChar TeX
24911 :
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Para 
24916 \series bold
24917
24918 \backslash
24919 hdashline
24920 \end_layout
24921
24922 \begin_layout Standard
24923
24924 \series bold
24925
24926 \backslash
24927 renewcommand{
24928 \backslash
24929 hdashline}{
24930 \backslash
24931 myHdashline}
24932 \end_layout
24933
24934 \begin_layout Standard
24935 y para 
24936 \series bold
24937
24938 \backslash
24939 cdashline
24940 \end_layout
24941
24942 \begin_layout Standard
24943
24944 \series bold
24945
24946 \backslash
24947 renewcommand{
24948 \backslash
24949 cdashline}{
24950 \backslash
24951 myCdashline}
24952 \end_layout
24953
24954 \begin_layout Standard
24955 Para colorear los huecos entre los trazos, se puede usar
24956 \end_layout
24957
24958 \begin_layout Standard
24959
24960 \series bold
24961
24962 \backslash
24963 dashgapcolor{color}
24964 \end_layout
24965
24966 \begin_layout Standard
24967 delante del cuadro, en código \SpecialChar TeX
24968 .
24969  color es el nombre de un color definido.
24970  El comando
24971 \end_layout
24972
24973 \begin_layout Standard
24974
24975 \series bold
24976
24977 \backslash
24978 nodashgapcolor
24979 \end_layout
24980
24981 \begin_layout Standard
24982 deshace los cambios hechos por 
24983 \series bold
24984
24985 \backslash
24986 dashgapcolor
24987 \series default
24988 .
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset Note Greyedout
24993 status open
24994
24995 \begin_layout Plain Layout
24996
24997 \series bold
24998 Nota
24999 \series default
25000 : Si hay múltiples comandos en una celda, el comando de 
25001 \series bold
25002 arydshln
25003 \series default
25004  debe ser el primero.
25005  Por eso, en la celda 
25006 \emph on
25007 k
25008 \emph default
25009  del cuadro
25010 \begin_inset space ~
25011 \end_inset
25012
25013
25014 \begin_inset CommandInset ref
25015 LatexCommand ref
25016 reference "tab:Cuadro-trazos-color"
25017
25018 \end_inset
25019
25020  el comando 
25021 \series bold
25022
25023 \backslash
25024 hdashline
25025 \series default
25026  está delante de 
25027 \series bold
25028
25029 \backslash
25030 rowcolor
25031 \series default
25032 .
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \begin_inset Note Greyedout
25042 status open
25043
25044 \begin_layout Plain Layout
25045
25046 \series bold
25047 Nota:
25048 \series default
25049  El paquete \SpecialChar LaTeX
25050  
25051 \series bold
25052 arydshln
25053 \series default
25054  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
25055  
25056 \series bold
25057 colortbl
25058 \series default
25059
25060 \begin_inset Index idx
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064 \SpecialChar LaTeX
25065 -paquetes ! colortbl
25066 \end_layout
25067
25068 \end_inset
25069
25070 .
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \begin_layout Standard
25079 \begin_inset ERT
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083
25084
25085 \backslash
25086 else
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \begin_inset Note Note
25093 status open
25094
25095 \begin_layout Plain Layout
25096 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
25097  
25098 \series bold
25099 arydshln
25100 \series default
25101 .
25102 \end_layout
25103
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \begin_layout Standard
25110 Debes instalar el paquete \SpecialChar LaTeX
25111  
25112 \series bold
25113 arydshln
25114 \series default
25115  para ver la parte siguiente en la salida.
25116 \end_layout
25117
25118 \begin_layout Standard
25119 \begin_inset ERT
25120 status collapsed
25121
25122 \begin_layout Plain Layout
25123
25124
25125 \backslash
25126 fi
25127 \end_layout
25128
25129 \end_inset
25130
25131
25132 \end_layout
25133
25134 \begin_layout Standard
25135 Para más información sobre líneas a trazos, véase la documentación de 
25136 \series bold
25137 arydshln
25138 \series default
25139
25140 \begin_inset CommandInset citation
25141 LatexCommand cite
25142 key "arydshln"
25143 literal "true"
25144
25145 \end_inset
25146
25147 .
25148 \end_layout
25149
25150 \begin_layout Chapter
25151 Flotantes
25152 \begin_inset CommandInset label
25153 LatexCommand label
25154 name "chap:Flotantes"
25155
25156 \end_inset
25157
25158
25159 \begin_inset Index idx
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 Flotantes
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Section
25172 Introducción
25173 \begin_inset CommandInset label
25174 LatexCommand label
25175 name "sec:Introducción-Flotantes"
25176
25177 \end_inset
25178
25179
25180 \begin_inset Index idx
25181 status collapsed
25182
25183 \begin_layout Plain Layout
25184 Flotantes ! Introducción
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 Un flotante es un bloque que no tiene posición fija, asociado con algún
25194  tipo de etiqueta.
25195  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
25196  Las 
25197 \family sans
25198 Notas
25199 \begin_inset space ~
25200 \end_inset
25201
25202 al
25203 \begin_inset space ~
25204 \end_inset
25205
25206 pie
25207 \family default
25208  y 
25209 \family sans
25210 Notas
25211 \begin_inset space ~
25212 \end_inset
25213
25214 al
25215 \begin_inset space ~
25216 \end_inset
25217
25218 margen
25219 \family default
25220  también son flotantes, porque pueden flotar a la página siguiente cuando
25221  hay demasiadas notas en la página.
25222 \end_layout
25223
25224 \begin_layout Standard
25225 Los flotantes permiten composiciones de alta calidad.
25226  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
25227  para impedir espacios en blanco y páginas sin texto.
25228  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
25229  cada flotante puede ser referenciado en el texto.
25230  Por lo tanto los flotantes están numerados.
25231  Las referencias se describen en la sección
25232 \begin_inset space ~
25233 \end_inset
25234
25235
25236 \begin_inset CommandInset ref
25237 LatexCommand ref
25238 reference "sec:Referencias-a-Flotantes"
25239
25240 \end_inset
25241
25242 .
25243 \end_layout
25244
25245 \begin_layout Standard
25246 Para insertar un flotante, usa el menú 
25247 \family sans
25248 Insertar\SpecialChar menuseparator
25249 Flotante
25250 \family default
25251  (botón 
25252 \begin_inset Info
25253 type  "icon"
25254 arg   "float-insert figure"
25255 \end_inset
25256
25257  o 
25258 \begin_inset Info
25259 type  "icon"
25260 arg   "float-insert table"
25261 \end_inset
25262
25263 ).
25264  Esto inserta una 
25265 \family sans
25266 Leyenda,
25267 \family default
25268  un cuadro con una etiqueta.
25269  La etiqueta se traducirá automáticamente al idioma del documento.
25270  Tras la etiqueta puedes insertar el texto de la leyenda.
25271  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
25272  separado dentro del flotante.
25273  La colocación de leyendas se describe en la sección
25274 \begin_inset space ~
25275 \end_inset
25276
25277
25278 \begin_inset CommandInset ref
25279 LatexCommand ref
25280 reference "sec:Colocación-de-leyendas"
25281
25282 \end_inset
25283
25284 .
25285  Para mantener legible el documento \SpecialChar LyX
25286 , puedes abrir y cerrar el flotante
25287  con clic izquierdo sobre él.
25288  Un cuadro cerrado se muestra así: 
25289 \begin_inset Graphics
25290         filename clipart/flotante.png
25291         scale 95
25292
25293 \end_inset
25294
25295  —un cuadro gris con etiqueta en rojo—.
25296 \end_layout
25297
25298 \begin_layout Standard
25299 Se recomienda insertar flotantes como párrafos separados para evitar posibles
25300  errores de \SpecialChar LaTeX
25301  si el texto circundante se formatea de modo especial.
25302 \end_layout
25303
25304 \begin_layout Standard
25305 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
25306  y pinchando el botón correspondiente de la barra de herramientas para un
25307  flotante nuevo.
25308 \end_layout
25309
25310 \begin_layout Section
25311 Tipos de flotantes
25312 \end_layout
25313
25314 \begin_layout Standard
25315 Además de los flotantes de imagen y de cuadro que se describen en la sección
25316 \begin_inset space ~
25317 \end_inset
25318
25319
25320 \begin_inset CommandInset ref
25321 LatexCommand ref
25322 reference "sec:Figuras-Flotantes"
25323
25324 \end_inset
25325
25326  y 
25327 \begin_inset CommandInset ref
25328 LatexCommand ref
25329 reference "sec:Cuadros-Flotantes"
25330
25331 \end_inset
25332
25333 , respectivamente, \SpecialChar LyX
25334  ofrece los tipos 
25335 \family sans
25336 Algoritmo
25337 \family default
25338  y 
25339 \family sans
25340 Envoltorio
25341 \family default
25342 .
25343  Lo último se explica en la sec.
25344 \begin_inset space \thinspace{}
25345 \end_inset
25346
25347
25348 \begin_inset CommandInset ref
25349 LatexCommand ref
25350 reference "sec:Flotantes-envueltos"
25351
25352 \end_inset
25353
25354 .
25355 \end_layout
25356
25357 \begin_layout Subsection
25358 Algoritmos flotantes
25359 \begin_inset Index idx
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363 Flotantes ! Algoritmos
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \begin_layout Standard
25372 \begin_inset Float algorithm
25373 placement h
25374 wide false
25375 sideways false
25376 status open
25377
25378 \begin_layout Plain Layout
25379 \begin_inset Caption Standard
25380
25381 \begin_layout Plain Layout
25382 \begin_inset CommandInset label
25383 LatexCommand label
25384 name "alg:Ejemplo-de-Algoritmo-flotante"
25385
25386 \end_inset
25387
25388 Ejemplo de algoritmo flotante
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout LyX-Code
25397 for I in 1..N loop
25398 \begin_inset Newline newline
25399 \end_inset
25400
25401  Sum:= Sum + A(I); /*comment*/
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405 end loop
25406 \begin_inset VSpace -4mm
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 Este tipo de flotante se inserta con el menú 
25419 \family sans
25420 Insertar\SpecialChar menuseparator
25421 Flotante\SpecialChar menuseparator
25422 Algoritmo
25423 \family default
25424 .
25425  Se usa para códigos y descripciones de algoritmos y se puede considerar
25426  una alternativa al listado de código de programa, que se explica en el
25427  capítulo
25428 \begin_inset space ~
25429 \end_inset
25430
25431
25432 \begin_inset CommandInset ref
25433 LatexCommand ref
25434 reference "cap:Listado-de-código"
25435
25436 \end_inset
25437
25438 .
25439  Un posible entorno para algoritmos es 
25440 \family sans
25441 Código-\SpecialChar LyX
25442
25443 \family default
25444 , descrito en la 
25445 \emph on
25446 Guía del usuario
25447 \emph default
25448  de \SpecialChar LyX
25449 .
25450  El algoritmo
25451 \begin_inset space ~
25452 \end_inset
25453
25454
25455 \begin_inset CommandInset ref
25456 LatexCommand ref
25457 reference "alg:Ejemplo-de-Algoritmo-flotante"
25458
25459 \end_inset
25460
25461  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
25462  vertical de -4
25463 \begin_inset space \thinspace{}
25464 \end_inset
25465
25466 mm al final para tener la línea inferior exactamente bajo la última línea
25467  de texto.
25468 \end_layout
25469
25470 \begin_layout Standard
25471 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
25472  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
25473 \end_layout
25474
25475 \begin_layout Standard
25476
25477 \series bold
25478
25479 \backslash
25480 floatname{algorithm}{nombre}
25481 \end_layout
25482
25483 \begin_layout Standard
25484 donde 
25485 \emph on
25486 nombre
25487 \emph default
25488  es la palabra «
25489 \emph on
25490 algoritmo
25491 \emph default
25492 » en el idioma deseado.
25493 \end_layout
25494
25495 \begin_layout Standard
25496 Para insertar el índice de algoritmos puedes usar el menú 
25497 \family sans
25498 Insertar\SpecialChar menuseparator
25499 Índices\SpecialChar menuseparator
25500 Algoritmos
25501 \family default
25502 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
25503 .
25504  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
25505 :
25506 \end_layout
25507
25508 \begin_layout Standard
25509
25510 \series bold
25511
25512 \backslash
25513 listof{algorithm}{nombre}
25514 \end_layout
25515
25516 \begin_layout Standard
25517 donde 
25518 \emph on
25519 nombre
25520 \emph default
25521  es, por ejemplo, «
25522 \emph on
25523 Índice de algoritmos
25524 \emph default
25525 » en el idioma del documento.
25526 \end_layout
25527
25528 \begin_layout Standard
25529 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
25530  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
25531 itmo».
25532  Para numerarlos con ese esquema, añade este comando en el preámbulo del
25533  documento:
25534 \end_layout
25535
25536 \begin_layout Standard
25537
25538 \series bold
25539
25540 \backslash
25541 numberwithin{algorithm}{chapter}
25542 \end_layout
25543
25544 \begin_layout Standard
25545 Para poder usar el comando 
25546 \series bold
25547
25548 \backslash
25549 numberwithin
25550 \series default
25551 , marca la opción 
25552 \family sans
25553 Usar
25554 \begin_inset space ~
25555 \end_inset
25556
25557 el
25558 \begin_inset space ~
25559 \end_inset
25560
25561 paquete
25562 \begin_inset space ~
25563 \end_inset
25564
25565 AMS
25566 \family default
25567  en el menú 
25568 \family sans
25569 Documento\SpecialChar menuseparator
25570 Configuración\SpecialChar menuseparator
25571 Opciones para ecuaciones
25572 \family default
25573 .
25574 \end_layout
25575
25576 \begin_layout Section
25577 Numeración de flotantes
25578 \begin_inset Index idx
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 Flotantes ! Numeración
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Standard
25591 En general, los flotantes se numeran independientemente de las secciones
25592  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
25593  dependiendo de la clase de documento utilizada.
25594 \end_layout
25595
25596 \begin_layout Standard
25597 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
25598  comando en el preámbulo del documento:
25599 \end_layout
25600
25601 \begin_layout Standard
25602
25603 \series bold
25604
25605 \backslash
25606 renewcommand{
25607 \backslash
25608 thetable}{
25609 \backslash
25610 roman{table}}
25611 \end_layout
25612
25613 \begin_layout Standard
25614
25615 \series bold
25616
25617 \backslash
25618 thetable 
25619 \series default
25620 es el comando que imprime el número del cuadro, para figuras flotantes el
25621  comando sería 
25622 \series bold
25623
25624 \backslash
25625 thefigure
25626 \series default
25627 .
25628  El comando 
25629 \series bold
25630
25631 \backslash
25632 roman
25633 \series default
25634  imprime el número de cuadro en números romanos en minúscula.
25635 \end_layout
25636
25637 \begin_layout Standard
25638 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
25639  usa este comando en el preámbulo:
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \series bold
25645
25646 \backslash
25647 numberwithin{table}{subsection}
25648 \end_layout
25649
25650 \begin_layout Standard
25651 Para poder usar el comando 
25652 \series bold
25653
25654 \backslash
25655 numberwithin
25656 \series default
25657 , debes marcar la opción 
25658 \family sans
25659 Usar
25660 \begin_inset space ~
25661 \end_inset
25662
25663 el
25664 \begin_inset space ~
25665 \end_inset
25666
25667 paquete
25668 \begin_inset space ~
25669 \end_inset
25670
25671 AMS 
25672 \family default
25673 en el apartado 
25674 \family sans
25675 Opciones para ecuaciones 
25676 \family default
25677 de las preferencias del documento.
25678 \end_layout
25679
25680 \begin_layout Standard
25681 Puedes ver más detalles y notas importantes sobre comandos de numeración
25682  en la sección
25683 \begin_inset space ~
25684 \end_inset
25685
25686
25687 \begin_inset CommandInset ref
25688 LatexCommand ref
25689 reference "subsec:Numeración-de-Notas-al-Pie"
25690
25691 \end_inset
25692
25693 .
25694 \end_layout
25695
25696 \begin_layout Section
25697 Referencias a flotantes
25698 \begin_inset CommandInset label
25699 LatexCommand label
25700 name "sec:Referencias-a-Flotantes"
25701
25702 \end_inset
25703
25704
25705 \begin_inset Index idx
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709 Flotantes ! Referencias
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \begin_inset Index idx
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719 Referencias
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Standard
25728 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
25729  menú 
25730 \family sans
25731 Insertar\SpecialChar menuseparator
25732 Etiqueta
25733 \family default
25734  o el botón 
25735 \begin_inset Info
25736 type  "icon"
25737 arg   "label-insert"
25738 \end_inset
25739
25740 .
25741  Aparece una ventana esperando la introducción del texto de la etiqueta
25742  y se inserta un cuadro gris como este: 
25743 \begin_inset Graphics
25744         filename clipart/etiqueta.png
25745
25746 \end_inset
25747
25748 .
25749  \SpecialChar LyX
25750  ofrece como texto las primeras palabras de la leyenda con un prefijo.
25751  El prefijo depende del tipo de flotante, p.
25752 \begin_inset space \thinspace{}
25753 \end_inset
25754
25755 ej.
25756 \begin_inset space ~
25757 \end_inset
25758
25759 para figuras el prefijo será «
25760 \family sans
25761 fig:
25762 \family default
25763 ».
25764 \end_layout
25765
25766 \begin_layout Standard
25767 La etiqueta se usa como ancla y el nombre para la referencia.
25768  Puedes referenciar la etiqueta usando el menú 
25769 \family sans
25770 Insertar\SpecialChar menuseparator
25771 Referencia
25772 \family default
25773
25774 \begin_inset space ~
25775 \end_inset
25776
25777
25778 \family sans
25779 cruzada
25780 \family default
25781  o el botón 
25782 \begin_inset Info
25783 type  "icon"
25784 arg   "dialog-show-new-inset ref"
25785 \end_inset
25786
25787 .
25788  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
25789  Si tienes abiertos varios documentos \SpecialChar LyX
25790 , escoge aquel con el que estás trabajando
25791  de la lista desplegable de la parte superior del diálogo.
25792  Puedes ordenar las etiquetas alfabéticamente y elegir una.
25793  Se inserta un cuadro gris como este: 
25794 \begin_inset Graphics
25795         filename clipart/referencia.png
25796
25797 \end_inset
25798
25799 .
25800  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Se recomienda poner un espacio protegido entre el nombre de la referencia
25805  cruzada y su número para evitar saltos de línea entre ellos.
25806  Si una referencia cruzada corresponde a una etiqueta inexistente verás
25807  dos interrogaciones en la salida.
25808 \end_layout
25809
25810 \begin_layout Standard
25811 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
25812  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
25813  al texto de la etiqueta nueva, no te preocupes por eso.
25814 \end_layout
25815
25816 \begin_layout Standard
25817 El botón 
25818 \family sans
25819 Ir
25820 \begin_inset space ~
25821 \end_inset
25822
25823 a
25824 \begin_inset space ~
25825 \end_inset
25826
25827 la
25828 \begin_inset space ~
25829 \end_inset
25830
25831 etiqueta
25832 \family default
25833  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
25834  y el texto del botón cambia a 
25835 \family sans
25836 Volver
25837 \family default
25838 , con el que se puede retornar a la referencia.
25839 \end_layout
25840
25841 \begin_layout Subsection
25842 Formatos de referencia cruzada
25843 \begin_inset CommandInset label
25844 LatexCommand label
25845 name "subsec:Formatos-referencia-cruzada"
25846
25847 \end_inset
25848
25849
25850 \begin_inset Index idx
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854 Referencias ! Formatos
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 Hay seis variedades de referencias cruzadas:
25864 \end_layout
25865
25866 \begin_layout Description
25867 <referencia>: imprime el número flotante, esta es la opción predeterminada:
25868  
25869 \begin_inset CommandInset ref
25870 LatexCommand ref
25871 reference "fig:Dos-imágenes-distorsionadas"
25872
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \begin_layout Description
25879 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
25880  habitual para referirse a fórmulas, especialmente si se omite el nombre
25881  «Ecuación»: 
25882 \begin_inset CommandInset ref
25883 LatexCommand eqref
25884 reference "eq:Wgn"
25885
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \begin_layout Description
25892 <página>: imprime el número de página: Página
25893 \begin_inset space ~
25894 \end_inset
25895
25896
25897 \begin_inset CommandInset ref
25898 LatexCommand pageref
25899 reference "fig:Dos-imágenes-distorsionadas"
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Description
25907 en
25908 \begin_inset space ~
25909 \end_inset
25910
25911 página
25912 \begin_inset space ~
25913 \end_inset
25914
25915 <página>: imprime el texto «en la página» y el número de página: 
25916 \begin_inset CommandInset ref
25917 LatexCommand vpageref
25918 reference "fig:Dos-imágenes-distorsionadas"
25919
25920 \end_inset
25921
25922
25923 \end_layout
25924
25925 \begin_layout Description
25926 <referencia>
25927 \begin_inset space ~
25928 \end_inset
25929
25930 en
25931 \begin_inset space ~
25932 \end_inset
25933
25934 página
25935 \begin_inset space ~
25936 \end_inset
25937
25938 <página>: imprime el número flotante, el texto «en la página» y el número
25939  de página: 
25940 \begin_inset CommandInset ref
25941 LatexCommand vref
25942 reference "fig:Dos-imágenes-distorsionadas"
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \begin_layout Description
25950 Referencia
25951 \begin_inset space ~
25952 \end_inset
25953
25954 con
25955 \begin_inset space ~
25956 \end_inset
25957
25958 formato: imprime un formato personalizado.
25959 \begin_inset Newline newline
25960 \end_inset
25961
25962
25963 \begin_inset Note Greyedout
25964 status open
25965
25966 \begin_layout Plain Layout
25967
25968 \series bold
25969 Nota:
25970 \series default
25971  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
25972
25973  
25974 \series bold
25975 prettyref
25976 \series default
25977  o 
25978 \series bold
25979 refstyle
25980 \series default
25981 .
25982 \begin_inset Index idx
25983 status collapsed
25984
25985 \begin_layout Plain Layout
25986 \SpecialChar LaTeX
25987 -paquetes ! prettyref
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \begin_inset Index idx
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997 \SpecialChar LaTeX
25998 -paquetes ! refstyle
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \begin_inset Newline newline
26010 \end_inset
26011
26012 Se puede seleccionar el paquete \SpecialChar LaTeX
26013  a usar con esta característica marcando
26014  la opción 
26015 \family sans
26016 Usar refstyle (no prettyref) para las referencias cruzadas
26017 \family default
26018  en el menú 
26019 \family sans
26020 Documento\SpecialChar menuseparator
26021 Configuración\SpecialChar menuseparator
26022 Clase de documento
26023 \family default
26024 .
26025  El formato se especifica añadiendo el comando 
26026 \series bold
26027
26028 \backslash
26029 newrefformat
26030 \series default
26031  (prettyref) o 
26032 \series bold
26033
26034 \backslash
26035 newref
26036 \series default
26037  (refstyle) en el preámbulo del documento.
26038  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
26039  la etiqueta 
26040 \begin_inset Quotes cld
26041 \end_inset
26042
26043
26044 \family sans
26045 fig
26046 \family default
26047
26048 \begin_inset Quotes crd
26049 \end_inset
26050
26051 ) se usa el comando
26052 \begin_inset Newline newline
26053 \end_inset
26054
26055
26056 \series bold
26057
26058 \backslash
26059 newref{fig}{refcmd={Imagen en la página 
26060 \backslash
26061 pageref{#1}}}
26062 \series default
26063
26064 \begin_inset Newline newline
26065 \end_inset
26066
26067 Para más información sobre este formato echa un vistazo a la documentación
26068  de
26069 \begin_inset space ~
26070 \end_inset
26071
26072
26073 \begin_inset CommandInset citation
26074 LatexCommand cite
26075 key "prettyref,refstyle"
26076 literal "true"
26077
26078 \end_inset
26079
26080 .
26081 \begin_inset Newline newline
26082 \end_inset
26083
26084
26085 \lang english
26086 The options 
26087 \family sans
26088 Plural
26089 \family default
26090  and 
26091 \family sans
26092 Capitalized
26093 \family default
26094  are only available if you use the \SpecialChar LaTeX
26095 -package 
26096 \series bold
26097 refstyle
26098 \series default
26099 .
26100  
26101 \family sans
26102 Plural
26103 \family default
26104  adds an 
26105 \emph on
26106 s
26107 \emph default
26108  to the name, e.
26109 \begin_inset space \thinspace{}
26110 \end_inset
26111
26112 g.
26113 \begin_inset space \space{}
26114 \end_inset
26115
26116
26117 \begin_inset Quotes eld
26118 \end_inset
26119
26120 imagens
26121 \begin_inset Quotes erd
26122 \end_inset
26123
26124  and is therefore not useful for Spanish documents; 
26125 \family sans
26126 Capitalized
26127 \family default
26128  outputs the name capitalized, e.
26129 \begin_inset space \thinspace{}
26130 \end_inset
26131
26132 g.
26133 \begin_inset space \space{}
26134 \end_inset
26135
26136
26137 \begin_inset Quotes eld
26138 \end_inset
26139
26140 Imagen
26141 \begin_inset Quotes erd
26142 \end_inset
26143
26144 .
26145 \end_layout
26146
26147 \begin_layout Description
26148 Referencia
26149 \begin_inset space ~
26150 \end_inset
26151
26152 textual: imprime la leyenda de la referencia: 
26153 \begin_inset CommandInset ref
26154 LatexCommand nameref
26155 reference "fig:Dos-imágenes-distorsionadas"
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Description
26163
26164 \lang english
26165 Label
26166 \begin_inset space ~
26167 \end_inset
26168
26169 only: prints only the \SpecialChar LaTeX
26170  label for the reference: 
26171 \lang spanish
26172
26173 \begin_inset CommandInset ref
26174 LatexCommand labelonly
26175 reference "fig:Dos-imágenes-distorsionadas"
26176 plural "false"
26177 caps "false"
26178 noprefix "false"
26179
26180 \end_inset
26181
26182
26183 \lang english
26184
26185 \begin_inset Newline newline
26186 \end_inset
26187
26188 This allows to use the label for commands in \SpecialChar TeX
26189  code.
26190  With the option 
26191 \family sans
26192 No Prefix
26193 \family default
26194  one can omit the prefix of the label name: 
26195 \lang spanish
26196
26197 \begin_inset CommandInset ref
26198 LatexCommand labelonly
26199 reference "fig:Dos-imágenes-distorsionadas"
26200 plural "false"
26201 caps "false"
26202 noprefix "true"
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \begin_layout Standard
26210
26211 \family sans
26212 <página>
26213 \family default
26214
26215 \begin_inset space \thinspace{}
26216 \end_inset
26217
26218  no imprime el número si la etiqueta está en la misma página, en la anterior
26219  o en la siguiente.
26220  En su lugar verás p.
26221 \begin_inset space \thinspace{}
26222 \end_inset
26223
26224 ej.
26225 \begin_inset space ~
26226 \end_inset
26227
26228 el texto «
26229 \family sans
26230 en esta página
26231 \family default
26232 ».
26233  El estilo 
26234 \family sans
26235 <referencia>
26236 \begin_inset space ~
26237 \end_inset
26238
26239 en
26240 \begin_inset space ~
26241 \end_inset
26242
26243 página
26244 \begin_inset space ~
26245 \end_inset
26246
26247 <página> 
26248 \family default
26249 no imprimirá nada sobre la página si la etiqueta está en la misma página.
26250 \end_layout
26251
26252 \begin_layout Standard
26253 El número y página actual de la parte del documento referida es automáticamente
26254  calculado por \SpecialChar LaTeX
26255  en la salida.
26256  Las variedades se ajustan en el campo 
26257 \family sans
26258 Formato
26259 \family default
26260  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \begin_inset Note Greyedout
26265 status open
26266
26267 \begin_layout Plain Layout
26268
26269 \series bold
26270 Nota: 
26271 \series default
26272 Se recomienda usar el paquete \SpecialChar LaTeX
26273  
26274 \series bold
26275 refstyle
26276 \series default
26277
26278 \begin_inset Index idx
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282 \SpecialChar LaTeX
26283 -paquetes ! refstyle
26284 \end_layout
26285
26286 \end_inset
26287
26288  porque 
26289 \series bold
26290 prettyref
26291 \series default
26292
26293 \begin_inset Index idx
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297 \SpecialChar LaTeX
26298 -paquetes ! prettyref
26299 \end_layout
26300
26301 \end_inset
26302
26303  no reconoce todas las abreviaturas de etiquetas
26304 \begin_inset Foot
26305 status collapsed
26306
26307 \begin_layout Plain Layout
26308 \begin_inset Quotes cld
26309 \end_inset
26310
26311 fig:
26312 \begin_inset Quotes crd
26313 \end_inset
26314
26315 , por ejemplo, es la abreviatura en \SpecialChar LyX
26316  para las etiquetas de leyendas de figuras.
26317 \end_layout
26318
26319 \end_inset
26320
26321  posibles en \SpecialChar LyX
26322  y no está internacionalizado.
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Subsection
26331 Designación automática de referencias
26332 \begin_inset Index idx
26333 status collapsed
26334
26335 \begin_layout Plain Layout
26336 Referencias ! Designación automática
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Standard
26345 El paquete \SpecialChar LaTeX
26346  
26347 \series bold
26348 hyperref
26349 \series default
26350
26351 \begin_inset Index idx
26352 status collapsed
26353
26354 \begin_layout Plain Layout
26355 \SpecialChar LaTeX
26356 -paquetes ! hyperref
26357 \end_layout
26358
26359 \end_inset
26360
26361 , que se habilita en 
26362 \family sans
26363 Propiedades PDF
26364 \family default
26365  del diálogo 
26366 \family sans
26367 Documento\SpecialChar menuseparator
26368 Configuración
26369 \family default
26370 , dispone de una característica muy útil que permite incluir automáticamente
26371  en las referencias cruzadas el nombre de los flotantes referidos (o partes
26372  de texto como 
26373 \emph on
26374 sección
26375 \emph default
26376 ).
26377  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
26378  cada referencia a una figura.
26379  Para usar esta característica habilita el soporte para 
26380 \series bold
26381 hyperref
26382 \series default
26383  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
26384 :
26385 \end_layout
26386
26387 \begin_layout Standard
26388
26389 \series bold
26390
26391 \backslash
26392 AtBeginDocument{
26393 \backslash
26394 renewcommand{
26395 \backslash
26396 ref}[1]{
26397 \backslash
26398 mbox{
26399 \backslash
26400 autoref{#1}}}}
26401 \end_layout
26402
26403 \begin_layout Standard
26404 Si prefieres otros nombres para las referencias distintos de los predeterminados
26405 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
26406  lo siguiente en el preámbulo:
26407 \end_layout
26408
26409 \begin_layout Standard
26410
26411 \series bold
26412
26413 \backslash
26414 addto
26415 \backslash
26416 extrasspanish{
26417 \backslash
26418 renewcommand{
26419 \backslash
26420 sectionautorefname}
26421 \begin_inset Newline newline
26422 \end_inset
26423
26424
26425 \begin_inset Phantom HPhantom
26426 status open
26427
26428 \begin_layout Plain Layout
26429
26430 \series bold
26431 \begin_inset space ~
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \end_inset
26438
26439 {sec.
26440 \backslash
26441 negthinspace}}
26442 \end_layout
26443
26444 \begin_layout Standard
26445 Si estás usando un idioma de documento distinto del español, reemplaza
26446 \begin_inset Newline newline
26447 \end_inset
26448
26449  
26450 \series bold
26451
26452 \backslash
26453 extrasspanish
26454 \series default
26455  por
26456 \series bold
26457  
26458 \backslash
26459 extras***
26460 \series default
26461 , donde *** es el nombre del idioma utilizado.
26462 \end_layout
26463
26464 \begin_layout Standard
26465 Para obtener nombres automáticos pero no para determinados tipos de referencias,
26466  por ejemplo no para ecuaciones, usa este código de preámbulo:
26467 \end_layout
26468
26469 \begin_layout Standard
26470
26471 \series bold
26472
26473 \backslash
26474 addto
26475 \backslash
26476 extrasspanish{
26477 \backslash
26478 renewcommand*{
26479 \backslash
26480 equationautorefname}[1]{}}
26481 \end_layout
26482
26483 \begin_layout Standard
26484 En la documentación de 
26485 \series bold
26486 hyperref
26487 \series default
26488  
26489 \begin_inset CommandInset citation
26490 LatexCommand cite
26491 key "hyperref"
26492 literal "true"
26493
26494 \end_inset
26495
26496  puedes encontrar más información.
26497
26498 \series bold
26499  
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \begin_inset Note Greyedout
26504 status open
26505
26506 \begin_layout Plain Layout
26507
26508 \series bold
26509 Nota:
26510 \series default
26511  La designación automática de referencias no puede usarse en el estilo 
26512 \family sans
26513 Referencia
26514 \begin_inset space ~
26515 \end_inset
26516
26517 con
26518 \begin_inset space ~
26519 \end_inset
26520
26521 formato
26522 \family default
26523 , descrita en la sección
26524 \begin_inset space ~
26525 \end_inset
26526
26527
26528 \begin_inset CommandInset ref
26529 LatexCommand ref
26530 reference "subsec:Formatos-referencia-cruzada"
26531
26532 \end_inset
26533
26534 .
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Standard
26543 El manual 
26544 \emph on
26545 Ecuaciones
26546 \emph default
26547  es un ejemplo de documento en el que se ha utilizado designación automática
26548  de referencias.
26549 \end_layout
26550
26551 \begin_layout Subsection
26552 Colocación de referencias
26553 \begin_inset CommandInset label
26554 LatexCommand label
26555 name "subsec:Colocación-de-Referencias"
26556
26557 \end_inset
26558
26559
26560 \begin_inset Index idx
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564 Referencias ! Colocación
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573 Si usas 
26574 \series bold
26575 hyperref
26576 \series default
26577
26578 \begin_inset Index idx
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582 \SpecialChar LaTeX
26583 -paquetes ! hyperref
26584 \end_layout
26585
26586 \end_inset
26587
26588 , en las 
26589 \family sans
26590 Preferencias PDF 
26591 \family default
26592 del diálogo 
26593 \family sans
26594 Documento\SpecialChar menuseparator
26595 Configuración
26596 \family default
26597 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
26598  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
26599  La leyenda será la primera parte del texto en pantalla, de forma que para
26600  ver la imagen debes deslizar.
26601  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
26602  Usando el paquete 
26603 \series bold
26604 hypcap
26605 \series default
26606
26607 \begin_inset Index idx
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611 \SpecialChar LaTeX
26612 -paquetes ! hypcap
26613 \end_layout
26614
26615 \end_inset
26616
26617 , que forma parte del paquete \SpecialChar LaTeX
26618  
26619 \series bold
26620 oberdiek
26621 \series default
26622
26623 \begin_inset Index idx
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627 \SpecialChar LaTeX
26628 -paquetes ! oberdiek
26629 \end_layout
26630
26631 \end_inset
26632
26633 , el ancla de enlace se sitúa al comienzo de un flotante.
26634  Para usar esta característica para figuras flotantes carga 
26635 \series bold
26636 hypcap
26637 \series default
26638  en el preámbulo con
26639 \end_layout
26640
26641 \begin_layout Standard
26642
26643 \series bold
26644
26645 \backslash
26646 usepackage[figure]{hypcap}
26647 \end_layout
26648
26649 \begin_layout Standard
26650 Puedes usar 
26651 \series bold
26652 hypcap
26653 \series default
26654  para todos los flotantes aunque no se recomienda por razones de estabilidad.
26655  Más información en el manual de 
26656 \series bold
26657 hypcap
26658 \series default
26659  
26660 \begin_inset CommandInset citation
26661 LatexCommand cite
26662 key "hypcap"
26663 literal "true"
26664
26665 \end_inset
26666
26667 .
26668 \end_layout
26669
26670 \begin_layout Standard
26671 \begin_inset Note Greyedout
26672 status open
26673
26674 \begin_layout Plain Layout
26675
26676 \series bold
26677 Nota:
26678 \series default
26679  
26680 \series bold
26681 hypcap
26682 \series default
26683  no funciona para las referencias a subfiguras.
26684 \end_layout
26685
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \begin_layout Section
26692 Colocación de flotantes
26693 \begin_inset CommandInset label
26694 LatexCommand label
26695 name "sec:Colocación-de-Flotantes"
26696
26697 \end_inset
26698
26699
26700 \begin_inset Index idx
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704 Flotantes ! Colocación
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \begin_layout Standard
26713 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
26714  
26715 \family sans
26716 Configuración
26717 \family default
26718 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
26719  para situar
26720  los flotantes.
26721 \begin_inset Newline newline
26722 \end_inset
26723
26724 La opción 
26725 \family sans
26726 Extender
26727 \begin_inset space ~
26728 \end_inset
26729
26730 columnas
26731 \family default
26732  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
26733  abarcará ambas columnas en lugar de una sola.
26734 \begin_inset Newline newline
26735 \end_inset
26736
26737 La opción 
26738 \family sans
26739 Girar
26740 \begin_inset space ~
26741 \end_inset
26742
26743 a
26744 \begin_inset space ~
26745 \end_inset
26746
26747 un
26748 \begin_inset space ~
26749 \end_inset
26750
26751 lado
26752 \family default
26753  sirve para girar flotantes, véase sección
26754 \begin_inset space ~
26755 \end_inset
26756
26757
26758 \begin_inset CommandInset ref
26759 LatexCommand ref
26760 reference "sec:Rotación-de-Flotantes"
26761
26762 \end_inset
26763
26764 .
26765  
26766 \end_layout
26767
26768 \begin_layout Standard
26769 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
26770  la posición de un flotante si desmarcas la opción 
26771 \family sans
26772 Usar
26773 \begin_inset space ~
26774 \end_inset
26775
26776 ubicación
26777 \begin_inset space ~
26778 \end_inset
26779
26780 predeterminada
26781 \family default
26782 :
26783 \end_layout
26784
26785 \begin_layout Description
26786
26787 \family sans
26788 \series bold
26789 Aquí
26790 \begin_inset space ~
26791 \end_inset
26792
26793 si
26794 \begin_inset space ~
26795 \end_inset
26796
26797 es
26798 \begin_inset space ~
26799 \end_inset
26800
26801 posible
26802 \family default
26803 \series default
26804  intenta situar el flotante en la posición en la que se inserta
26805 \end_layout
26806
26807 \begin_layout Description
26808
26809 \family sans
26810 \series bold
26811 Principio
26812 \begin_inset space ~
26813 \end_inset
26814
26815 de
26816 \begin_inset space ~
26817 \end_inset
26818
26819 página
26820 \family default
26821 \series default
26822  intenta situar el flotante al principio de la página actual
26823 \end_layout
26824
26825 \begin_layout Description
26826
26827 \family sans
26828 \series bold
26829 Fin
26830 \begin_inset space ~
26831 \end_inset
26832
26833 de
26834 \begin_inset space ~
26835 \end_inset
26836
26837 página
26838 \family default
26839 \series default
26840  intenta situar el flotante al final de la página actual
26841 \end_layout
26842
26843 \begin_layout Description
26844
26845 \family sans
26846 \series bold
26847 Página
26848 \begin_inset space ~
26849 \end_inset
26850
26851 de
26852 \begin_inset space ~
26853 \end_inset
26854
26855 flotantes
26856 \family default
26857 \series default
26858  intenta situar el flotante en una página propia 
26859 \end_layout
26860
26861 \begin_layout Standard
26862 \SpecialChar LaTeX
26863  usa 
26864 \emph on
26865 siempre
26866 \emph default
26867  ese orden de opciones.
26868  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
26869  probará en primer
26870  lugar 
26871 \family sans
26872 Aquí
26873 \begin_inset space ~
26874 \end_inset
26875
26876 si
26877 \begin_inset space ~
26878 \end_inset
26879
26880 es
26881 \begin_inset space ~
26882 \end_inset
26883
26884 posible
26885 \family default
26886 , luego 
26887 \family sans
26888 Principio
26889 \begin_inset space ~
26890 \end_inset
26891
26892 de
26893 \begin_inset space ~
26894 \end_inset
26895
26896 página
26897 \family default
26898 , y después las otras.
26899  Si no usas la predeterminada, \SpecialChar LaTeX
26900  sólo probará las opciones marcadas pero
26901  en dicho orden.
26902  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
26903  pero intenta poner el flotante en la página siguiente.
26904 \end_layout
26905
26906 \begin_layout Standard
26907 De forma predeterminada cada una de las opciones tiene sus propias reglas:
26908 \end_layout
26909
26910 \begin_layout Labeling
26911 \labelwidthstring 00.00.0000
26912
26913 \family sans
26914 Principio
26915 \begin_inset space ~
26916 \end_inset
26917
26918 de
26919 \begin_inset space ~
26920 \end_inset
26921
26922 página:
26923 \family default
26924  sólo si el flotante ocupa menos del 70
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928 % de la página puede ubicarse al principio de página (
26929 \series bold
26930
26931 \backslash
26932 topfraction
26933 \series default
26934 )
26935 \end_layout
26936
26937 \begin_layout Labeling
26938 \labelwidthstring 00.00.0000
26939
26940 \family sans
26941 Fin
26942 \begin_inset space ~
26943 \end_inset
26944
26945 de
26946 \begin_inset space ~
26947 \end_inset
26948
26949 página:
26950 \family default
26951  sólo si el flotante ocupa menos del 30
26952 \begin_inset space \thinspace{}
26953 \end_inset
26954
26955 % de la página puede ubicarse al fin de página.
26956  (
26957 \series bold
26958
26959 \backslash
26960 bottomfraction
26961 \series default
26962 )
26963 \end_layout
26964
26965 \begin_layout Labeling
26966 \labelwidthstring 00.00.0000
26967
26968 \family sans
26969 Página
26970 \begin_inset space ~
26971 \end_inset
26972
26973 de
26974 \begin_inset space ~
26975 \end_inset
26976
26977 flotantes:
26978 \family default
26979  sólo si más del 50
26980 \begin_inset space \thinspace{}
26981 \end_inset
26982
26983 % de la página se ocupa por flotantes puede haber varios juntos en la misma
26984  página.
26985  (
26986 \series bold
26987
26988 \backslash
26989 floatpagefraction
26990 \series default
26991 )
26992 \end_layout
26993
26994 \begin_layout Standard
26995 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
26996  
26997 \family sans
26998 Ignorar
26999 \begin_inset space ~
27000 \end_inset
27001
27002 reglas
27003 \begin_inset space ~
27004 \end_inset
27005
27006 de
27007 \begin_inset space ~
27008 \end_inset
27009
27010 \SpecialChar LaTeX
27011
27012 \family default
27013 .
27014 \begin_inset Newline newline
27015 \end_inset
27016
27017 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
27018  que van entre paréntesis
27019  tras la descripción de las reglas anteriores.
27020  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
27021  la regla 
27022 \family sans
27023 Fin
27024 \family default
27025
27026 \begin_inset space ~
27027 \end_inset
27028
27029
27030 \family sans
27031 de
27032 \family default
27033
27034 \begin_inset space ~
27035 \end_inset
27036
27037
27038 \family sans
27039 página
27040 \family default
27041  al 50
27042 \begin_inset space \thinspace{}
27043 \end_inset
27044
27045 %, añade esta línea en el preámbulo:
27046 \end_layout
27047
27048 \begin_layout Standard
27049
27050 \series bold
27051
27052 \backslash
27053 renewcommand{
27054 \backslash
27055 bottomfraction}{0.5}
27056 \end_layout
27057
27058 \begin_layout Standard
27059 En determinados casos podrías necesitar ubicar un flotante exactamente en
27060  la posición en la que se inserta.
27061  Para esto puedes usar la opción 
27062 \family sans
27063 Aquí
27064 \begin_inset space ~
27065 \end_inset
27066
27067 definitivamente
27068 \family default
27069 .
27070  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
27071  porque el flotante ya no podrá «flotar» y si haces cambios al documento
27072  se podría estropear el diseño de la página.
27073 \end_layout
27074
27075 \begin_layout Standard
27076 No hay opciones de ubicación para envoltorios flotantes porque siempre están
27077  rodeados por texto de un párrafo determinado.
27078 \begin_inset VSpace bigskip
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \begin_layout Standard
27085 A veces surge el problema de que un flotante se sitúa al principio de la
27086  página mientras que su sección correspondiente empieza en mitad de la página,
27087  así que el lector podría creer que el flotante forma parte de la sección
27088  anterior.
27089  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
27090  
27091 \series bold
27092
27093 \backslash
27094 suppressfloats
27095 \series default
27096 , que suprime la ubicación de un flotante dado en la página donde se inserta
27097  y además puede servir para evitar que el flotante se coloque antes del
27098  inicio de sección.
27099  Para ello, añade estos comandos al preámbulo:
27100 \end_layout
27101
27102 \begin_layout Standard
27103
27104 \series bold
27105
27106 \backslash
27107 let
27108 \backslash
27109 mySection
27110 \backslash
27111 section
27112 \begin_inset Newline newline
27113 \end_inset
27114
27115
27116 \backslash
27117 renewcommand{
27118 \backslash
27119 section}{
27120 \backslash
27121 suppressfloats[t]
27122 \backslash
27123 mySection}
27124 \end_layout
27125
27126 \begin_layout Standard
27127 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
27128  subsecciones.
27129  No es recomendable para partes pequeñas de texto como subsubsecciones porque
27130  \SpecialChar LaTeX
27131  podría tener problemas para encontrar una ubicación adecuada.
27132 \end_layout
27133
27134 \begin_layout Standard
27135 \begin_inset VSpace bigskip
27136 \end_inset
27137
27138 En ciertos casos se quieren tener todas las figuras/cuadros al final del
27139  documento.
27140  Para estos casos está el paquete \SpecialChar LaTeX
27141  
27142 \series bold
27143 endfloat
27144 \series default
27145
27146 \begin_inset Index idx
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 \SpecialChar LaTeX
27151 -paquetes ! endfloat
27152 \end_layout
27153
27154 \end_inset
27155
27156 .
27157  Pone todas las figuras y cuadros flotantes al final del documento en secciones
27158  propias.
27159  En la posición original del flotante se inserta una indicación como «
27160 \family sans
27161 [Figure
27162 \begin_inset space ~
27163 \end_inset
27164
27165 3.2 about here.]
27166 \family default
27167 ».
27168  El paquete 
27169 \series bold
27170 endfloat
27171 \series default
27172  se carga en el preámbulo con la línea
27173 \end_layout
27174
27175 \begin_layout Standard
27176
27177 \series bold
27178
27179 \backslash
27180 usepackage[options]{endfloat}
27181 \end_layout
27182
27183 \begin_layout Standard
27184 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
27185  Para más información véase la documentación 
27186 \begin_inset CommandInset citation
27187 LatexCommand cite
27188 key "endfloat"
27189 literal "true"
27190
27191 \end_inset
27192
27193 .
27194 \begin_inset Newline newline
27195 \end_inset
27196
27197
27198 \begin_inset Note Greyedout
27199 status open
27200
27201 \begin_layout Plain Layout
27202
27203 \series bold
27204 Nota: endfloat
27205 \series default
27206  no traduce automáticamente la indicación, hay que hacerlo manualmente,
27207  véase sección
27208 \begin_inset space ~
27209 \end_inset
27210
27211 4 en 
27212 \begin_inset CommandInset citation
27213 LatexCommand cite
27214 key "endfloat"
27215 literal "true"
27216
27217 \end_inset
27218
27219 .
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \begin_inset Newline newline
27226 \end_inset
27227
27228
27229 \begin_inset Note Greyedout
27230 status open
27231
27232 \begin_layout Plain Layout
27233
27234 \series bold
27235 Nota:
27236 \series default
27237  Actualmente hay un error en 
27238 \series bold
27239 endfloat
27240 \series default
27241  cuando la leyenda contiene el carácter alemán «ß».
27242  Usa en ese caso el comando «
27243 \series bold
27244
27245 \backslash
27246 ss
27247 \series default
27248 » en código \SpecialChar TeX
27249  en vez de «ß».
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Standard
27258 \begin_inset VSpace bigskip
27259 \end_inset
27260
27261 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
27262  como 
27263 \begin_inset CommandInset citation
27264 LatexCommand cite
27265 key "latexcompanion,latexguide,latexbook"
27266 literal "true"
27267
27268 \end_inset
27269
27270 .
27271 \end_layout
27272
27273 \begin_layout Section
27274 Rotación de flotantes
27275 \begin_inset CommandInset label
27276 LatexCommand label
27277 name "sec:Rotación-de-Flotantes"
27278
27279 \end_inset
27280
27281
27282 \begin_inset Index idx
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286 Flotantes ! Rotación
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
27296  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
27297  la opción 
27298 \family sans
27299 Girar
27300 \begin_inset space ~
27301 \end_inset
27302
27303 a
27304 \begin_inset space ~
27305 \end_inset
27306
27307 un
27308 \begin_inset space ~
27309 \end_inset
27310
27311 lado
27312 \family default
27313 .
27314 \end_layout
27315
27316 \begin_layout Standard
27317 Los flotantes girados son puestos siempre en su propia página (o columna
27318  si el documento es de dos columnas).
27319  Se les puede permitir abarcar varias columnas con la opción de configuración
27320  
27321 \family sans
27322 Extender
27323 \begin_inset space ~
27324 \end_inset
27325
27326 columnas
27327 \family default
27328 .
27329  Se rotan de forma que puedes leerlos desde el margen externo.
27330  Para forzar determinada dirección de rotación para todas las páginas, puedes
27331  añadir una de las opciones 
27332 \series bold
27333 figuresleft
27334 \series default
27335  o 
27336 \series bold
27337 figuresright
27338 \series default
27339  a las opciones de clase del documento.
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Los flotantes girados se refieren igual que los normales, y el formato de
27344  la leyenda también es el mismo: un ejemplo es el cuadro
27345 \begin_inset space ~
27346 \end_inset
27347
27348
27349 \begin_inset CommandInset ref
27350 LatexCommand ref
27351 reference "tab:Cuadro-girado"
27352
27353 \end_inset
27354
27355 .
27356 \end_layout
27357
27358 \begin_layout Standard
27359 \begin_inset Note Greyedout
27360 status open
27361
27362 \begin_layout Plain Layout
27363
27364 \series bold
27365 Nota:
27366 \series default
27367  No todos los visores DVI pueden mostrar cuadros girados.
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Standard
27376 \begin_inset Float table
27377 wide false
27378 sideways true
27379 status open
27380
27381 \begin_layout Plain Layout
27382 \begin_inset Caption Standard
27383
27384 \begin_layout Plain Layout
27385 \begin_inset CommandInset label
27386 LatexCommand label
27387 name "tab:Cuadro-girado"
27388
27389 \end_inset
27390
27391 Cuadro girado
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Plain Layout
27400 \align center
27401 \begin_inset Tabular
27402 <lyxtabular version="3" rows="1" columns="5">
27403 <features tabularvalignment="middle">
27404 <column alignment="center" valignment="top">
27405 <column alignment="center" valignment="top">
27406 <column alignment="center" valignment="top">
27407 <column alignment="center" valignment="top">
27408 <column alignment="center" valignment="top">
27409 <row>
27410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27411 \begin_inset Text
27412
27413 \begin_layout Plain Layout
27414 test
27415 \end_layout
27416
27417 \end_inset
27418 </cell>
27419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423 b
27424 \end_layout
27425
27426 \end_inset
27427 </cell>
27428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27429 \begin_inset Text
27430
27431 \begin_layout Plain Layout
27432 c
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441 d
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450 e
27451 \end_layout
27452
27453 \end_inset
27454 </cell>
27455 </row>
27456 </lyxtabular>
27457
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Section
27469 Subflotantes
27470 \begin_inset Index idx
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 Flotantes ! Subflotantes
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
27484  imágenes.
27485  Se crean insertando un flotante dentro de otro.
27486  La colocación de los subflotantes puede controlarse como si fueran párrafos,
27487  como se muestra en los cuadros
27488 \begin_inset space ~
27489 \end_inset
27490
27491
27492 \begin_inset CommandInset ref
27493 LatexCommand ref
27494 reference "tab:Dos-subcuadros-adosados"
27495
27496 \end_inset
27497
27498  y
27499 \begin_inset space ~
27500 \end_inset
27501
27502
27503 \begin_inset CommandInset ref
27504 LatexCommand ref
27505 reference "tab:Dos-subcuadros-uno-sobre"
27506
27507 \end_inset
27508
27509 .
27510 \end_layout
27511
27512 \begin_layout Standard
27513 Las referencias a subflotantes funcionan como en los flotantes normales:
27514  el cuadro
27515 \begin_inset space ~
27516 \end_inset
27517
27518
27519 \begin_inset CommandInset ref
27520 LatexCommand ref
27521 reference "tab:Este-es-el-subcuadro-a"
27522
27523 \end_inset
27524
27525  y el cuadro
27526 \begin_inset space ~
27527 \end_inset
27528
27529
27530 \begin_inset CommandInset ref
27531 LatexCommand ref
27532 reference "tab:Este-es-el-subcuadro-b"
27533
27534 \end_inset
27535
27536  son subcuadros del cuadro
27537 \begin_inset space ~
27538 \end_inset
27539
27540
27541 \begin_inset CommandInset ref
27542 LatexCommand ref
27543 reference "tab:Dos-subcuadros-adosados"
27544
27545 \end_inset
27546
27547 .
27548 \end_layout
27549
27550 \begin_layout Standard
27551 \begin_inset Float table
27552 wide false
27553 sideways false
27554 status open
27555
27556 \begin_layout Plain Layout
27557 \begin_inset Caption Standard
27558
27559 \begin_layout Plain Layout
27560 \begin_inset CommandInset label
27561 LatexCommand label
27562 name "tab:Dos-subcuadros-adosados"
27563
27564 \end_inset
27565
27566 Dos subcuadros adosados
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Plain Layout
27575 \begin_inset space \hfill{}
27576 \end_inset
27577
27578
27579 \begin_inset Float table
27580 wide false
27581 sideways false
27582 status open
27583
27584 \begin_layout Plain Layout
27585 \begin_inset Caption Standard
27586
27587 \begin_layout Plain Layout
27588 \begin_inset CommandInset label
27589 LatexCommand label
27590 name "tab:Este-es-el-subcuadro-a"
27591
27592 \end_inset
27593
27594 Este es el subcuadro a
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \begin_layout Plain Layout
27603 \align center
27604 \begin_inset Tabular
27605 <lyxtabular version="3" rows="1" columns="5">
27606 <features tabularvalignment="middle">
27607 <column alignment="center" valignment="top">
27608 <column alignment="center" valignment="top">
27609 <column alignment="center" valignment="top">
27610 <column alignment="center" valignment="top">
27611 <column alignment="center" valignment="top">
27612 <row>
27613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Plain Layout
27617 test 
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 b
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635 c
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 d
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Plain Layout
27653 e
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 </row>
27659 </lyxtabular>
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \begin_inset space \hfill{}
27670 \end_inset
27671
27672
27673 \begin_inset Float table
27674 wide false
27675 sideways false
27676 status open
27677
27678 \begin_layout Plain Layout
27679 \begin_inset Caption Standard
27680
27681 \begin_layout Plain Layout
27682 \begin_inset CommandInset label
27683 LatexCommand label
27684 name "tab:Este-es-el-subcuadro-b"
27685
27686 \end_inset
27687
27688 Esta es la subtabla b
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Plain Layout
27697 \align center
27698 \begin_inset Tabular
27699 <lyxtabular version="3" rows="1" columns="5">
27700 <features tabularvalignment="middle">
27701 <column alignment="center" valignment="top">
27702 <column alignment="center" valignment="top">
27703 <column alignment="center" valignment="top">
27704 <column alignment="center" valignment="top">
27705 <column alignment="center" valignment="top">
27706 <row>
27707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 e
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27717 \begin_inset Text
27718
27719 \begin_layout Plain Layout
27720 d
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 c
27730 \end_layout
27731
27732 \end_inset
27733 </cell>
27734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27735 \begin_inset Text
27736
27737 \begin_layout Plain Layout
27738 b
27739 \end_layout
27740
27741 \end_inset
27742 </cell>
27743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27744 \begin_inset Text
27745
27746 \begin_layout Plain Layout
27747 test
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 </row>
27753 </lyxtabular>
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \begin_inset space \hfill{}
27764 \end_inset
27765
27766
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Standard
27775 \begin_inset Float table
27776 wide false
27777 sideways false
27778 status open
27779
27780 \begin_layout Plain Layout
27781 \begin_inset Caption Standard
27782
27783 \begin_layout Plain Layout
27784 \begin_inset CommandInset label
27785 LatexCommand label
27786 name "tab:Dos-subcuadros-uno-sobre"
27787
27788 \end_inset
27789
27790 Dos subcuadros colocados uno sobre otro.
27791  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Plain Layout
27800 \noindent
27801 \align center
27802 \begin_inset Float table
27803 wide false
27804 sideways false
27805 status open
27806
27807 \begin_layout Plain Layout
27808 \begin_inset Caption Standard
27809
27810 \begin_layout Plain Layout
27811
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Plain Layout
27820 \align center
27821 \begin_inset Tabular
27822 <lyxtabular version="3" rows="1" columns="4">
27823 <features tabularvalignment="middle">
27824 <column alignment="center" valignment="top">
27825 <column alignment="center" valignment="top">
27826 <column alignment="center" valignment="top">
27827 <column alignment="center" valignment="top">
27828 <row>
27829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833 test
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 test
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Plain Layout
27851 test
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860 test
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 </row>
27866 </lyxtabular>
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Plain Layout
27879 \align center
27880 \begin_inset Float table
27881 wide false
27882 sideways false
27883 status open
27884
27885 \begin_layout Plain Layout
27886 \begin_inset Caption Standard
27887
27888 \begin_layout Plain Layout
27889
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Plain Layout
27898 \align center
27899 \begin_inset Tabular
27900 <lyxtabular version="3" rows="1" columns="5">
27901 <features tabularvalignment="middle">
27902 <column alignment="center" valignment="top">
27903 <column alignment="center" valignment="top">
27904 <column alignment="center" valignment="top">
27905 <column alignment="center" valignment="top">
27906 <column alignment="center" valignment="top">
27907 <row>
27908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Plain Layout
27912 a
27913 \end_layout
27914
27915 \end_inset
27916 </cell>
27917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921 b
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Plain Layout
27930 c
27931 \end_layout
27932
27933 \end_inset
27934 </cell>
27935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Plain Layout
27939 d
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Plain Layout
27948 e
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 </row>
27954 </lyxtabular>
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \begin_layout Section
27972 Flotantes adosados
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Flotantes ! Adosados
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 Para colocar flotantes unos junto a otros, como en la figura
27987 \begin_inset space ~
27988 \end_inset
27989
27990
27991 \begin_inset CommandInset ref
27992 LatexCommand ref
27993 reference "fig:Flotante-izquierda"
27994
27995 \end_inset
27996
27997  y 
27998 \begin_inset CommandInset ref
27999 LatexCommand ref
28000 reference "fig:Flotante-derecha"
28001
28002 \end_inset
28003
28004 , se pone 
28005 \emph on
28006 un
28007 \emph default
28008  solo flotante.
28009  En él se insertan dos cuadros tipo minipágina.
28010 \begin_inset Foot
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014 Las minipáginas se explican en la sección
28015 \begin_inset space ~
28016 \end_inset
28017
28018
28019 \begin_inset CommandInset ref
28020 LatexCommand ref
28021 reference "sec:Minipáginas"
28022
28023 \end_inset
28024
28025 .
28026 \end_layout
28027
28028 \end_inset
28029
28030  La anchura de la columna se establece en 45-50
28031 \begin_inset space \thinspace{}
28032 \end_inset
28033
28034 % y la alineación en 
28035 \family sans
28036 Inferior
28037 \family default
28038  para cada minipágina.
28039  Las minipáginas contienen la imagen y su título, de igual forma que en
28040  los flotantes.
28041  La única diferencia es que el 
28042 \family sans
28043 Ancho
28044 \begin_inset space ~
28045 \end_inset
28046
28047 de
28048 \begin_inset space ~
28049 \end_inset
28050
28051 columna
28052 \begin_inset space ~
28053 \end_inset
28054
28055 %
28056 \family default
28057  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
28058 \end_layout
28059
28060 \begin_layout Standard
28061 \begin_inset Float figure
28062 placement h
28063 wide false
28064 sideways false
28065 status open
28066
28067 \begin_layout Plain Layout
28068 \begin_inset Box Frameless
28069 position "b"
28070 hor_pos "c"
28071 has_inner_box 1
28072 inner_pos "t"
28073 use_parbox 0
28074 use_makebox 0
28075 width "45col%"
28076 special "none"
28077 height "1in"
28078 height_special "totalheight"
28079 thickness "0.4pt"
28080 separation "3pt"
28081 shadowsize "4pt"
28082 framecolor "black"
28083 backgroundcolor "none"
28084 status open
28085
28086 \begin_layout Plain Layout
28087 \align center
28088 \begin_inset Graphics
28089         filename ../clipart/2D-intensity-plot.pdf
28090         width 100col%
28091         scaleBeforeRotation
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Plain Layout
28099 \begin_inset Caption Standard
28100
28101 \begin_layout Plain Layout
28102 \begin_inset CommandInset label
28103 LatexCommand label
28104 name "fig:Flotante-izquierda"
28105
28106 \end_inset
28107
28108 Flotante en el lado izquierdo.
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \begin_inset space \hfill{}
28120 \end_inset
28121
28122
28123 \begin_inset Box Frameless
28124 position "b"
28125 hor_pos "c"
28126 has_inner_box 1
28127 inner_pos "t"
28128 use_parbox 0
28129 use_makebox 0
28130 width "45col%"
28131 special "none"
28132 height "1in"
28133 height_special "totalheight"
28134 thickness "0.4pt"
28135 separation "3pt"
28136 shadowsize "4pt"
28137 framecolor "black"
28138 backgroundcolor "none"
28139 status open
28140
28141 \begin_layout Plain Layout
28142 \align center
28143 \begin_inset Graphics
28144         filename ../clipart/Star-structure.pdf
28145         width 100col%
28146         scaleBeforeRotation
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Plain Layout
28154 \begin_inset Caption Standard
28155
28156 \begin_layout Plain Layout
28157 \begin_inset CommandInset label
28158 LatexCommand label
28159 name "fig:Flotante-derecha"
28160
28161 \end_inset
28162
28163 Flotante en el lado derecho.
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Una solución alternativa más simple es usar el módulo 
28183 \family sans
28184 Minipáginas
28185 \begin_inset space ~
28186 \end_inset
28187
28188 ancho
28189 \begin_inset space ~
28190 \end_inset
28191
28192 variable
28193 \family default
28194 , véase la sección
28195 \begin_inset space \thinspace{}
28196 \end_inset
28197
28198
28199 \begin_inset CommandInset ref
28200 LatexCommand ref
28201 reference "sec:Minipáginas"
28202
28203 \end_inset
28204
28205 .
28206  Las minipáginas de anchura variable se adaptan automáticamente a la anchura
28207  de figuras y cuadros.
28208  No requieren una anchura explícita y mejoran la alineación horizontal del
28209  contenido.
28210  El archivo de ejemplo \SpecialChar LyX
28211  
28212 \emph on
28213 varwidth-floats-side-by-side
28214 \emph default
28215  da ejemplos de cómo hacer esto.
28216 \end_layout
28217
28218 \begin_layout Section
28219 Formato de las leyendas
28220 \begin_inset Index idx
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224 Leyendas ! Formato
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 Flotantes ! Formato de las leyendas
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \begin_inset CommandInset label
28241 LatexCommand label
28242 name "sec:Formato-de-leyendas"
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 El entorno 
28251 \family sans
28252 Leyenda
28253 \family default
28254  es el predeterminado para los 
28255 \family sans
28256 Flotantes
28257 \family default
28258 .
28259  En \SpecialChar LyX
28260  las leyendas se muestran como etiqueta, p.
28261 \begin_inset space \thinspace{}
28262 \end_inset
28263
28264 e.
28265 \begin_inset space ~
28266 \end_inset
28267
28268 «
28269 \family sans
28270 Figura #
28271 \family default
28272 :» seguida por el texto.
28273  «#» es el número real de referencia.
28274  Por omisión la etiqueta y el número usan la misma tipografía que el texto
28275  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
28276  del texto.
28277  El entorno leyenda no es apropiado para todos los tipos de documento.
28278  
28279 \end_layout
28280
28281 \begin_layout Standard
28282 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
28283  
28284 \series bold
28285 caption
28286 \series default
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 \SpecialChar LaTeX
28293 -paquetes ! caption
28294 \end_layout
28295
28296 \end_inset
28297
28298  en el preámbulo del documento con la línea:
28299 \end_layout
28300
28301 \begin_layout Standard
28302
28303 \series bold
28304
28305 \backslash
28306 usepackage[definición de formato]{caption}
28307 \end_layout
28308
28309 \begin_layout Standard
28310 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
28311  las leyendas de cuadro siempre sobre él como en este documento, usa el
28312  comando:
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318
28319 \backslash
28320 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28321 \end_layout
28322
28323 \begin_layout Standard
28324 También puedes definir distintos formatos de leyenda para los distintos
28325  tipos de flotantes.
28326  En ese caso carga el paquete 
28327 \series bold
28328 caption
28329 \series default
28330  sin opciones específicas y define los distintos formatos con ayuda del
28331  comando
28332 \end_layout
28333
28334 \begin_layout Standard
28335
28336 \series bold
28337
28338 \backslash
28339 captionsetup[tipo de flotante]{definición de formato}
28340 \end_layout
28341
28342 \begin_layout Standard
28343 en el preámbulo del documento.
28344  Por ejemplo las leyendas de la Figura
28345 \begin_inset space ~
28346 \end_inset
28347
28348
28349 \begin_inset CommandInset ref
28350 LatexCommand ref
28351 reference "fig:Esto-es-una-fig"
28352
28353 \end_inset
28354
28355  y el cuadro
28356 \begin_inset space ~
28357 \end_inset
28358
28359
28360 \begin_inset CommandInset ref
28361 LatexCommand ref
28362 reference "tab:Esto-es-un-cuadro"
28363
28364 \end_inset
28365
28366  pueden crearse usando los siguientes comandos en el preámbulo:
28367 \end_layout
28368
28369 \begin_layout Standard
28370
28371 \series bold
28372
28373 \backslash
28374 usepackage[tableposition=top]{caption}
28375 \series default
28376
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380
28381 \series bold
28382
28383 \backslash
28384 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28385 \begin_inset Newline newline
28386 \end_inset
28387
28388
28389 \begin_inset Phantom HPhantom
28390 status open
28391
28392 \begin_layout Plain Layout
28393
28394 \series bold
28395
28396 \backslash
28397 captionsetup[figure]{
28398 \end_layout
28399
28400 \end_inset
28401
28402 labelsep=period}
28403 \begin_inset Newline newline
28404 \end_inset
28405
28406
28407 \backslash
28408 captionsetup[table]{labelfont={bf,sf}}
28409 \end_layout
28410
28411 \begin_layout Standard
28412 \begin_inset Note Greyedout
28413 status open
28414
28415 \begin_layout Plain Layout
28416
28417 \series bold
28418 Nota: 
28419 \series default
28420 La opción 
28421 \series bold
28422 tableposition=top
28423 \series default
28424  no tiene efecto si se usa una clase de documento 
28425 \series bold
28426 KOMA-Script
28427 \series default
28428 .
28429  En este caso debe utilizarse la opción de clase de documento 
28430 \series bold
28431 captions=tableheading
28432 \series default
28433 .
28434  
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 Para más información sobre el paquete 
28444 \series bold
28445 caption
28446 \series default
28447  acude a su documentación 
28448 \begin_inset CommandInset citation
28449 LatexCommand cite
28450 key "caption"
28451 literal "true"
28452
28453 \end_inset
28454
28455 .
28456 \end_layout
28457
28458 \begin_layout Standard
28459 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 e., usa el siguiente comando de preámbulo:
28464 \end_layout
28465
28466 \begin_layout Standard
28467
28468 \series bold
28469
28470 \backslash
28471 renewcommand{
28472 \backslash
28473 fnum@figure}{Imagen~
28474 \backslash
28475 thefigure}
28476 \end_layout
28477
28478 \begin_layout Standard
28479 donde 
28480 \series bold
28481
28482 \backslash
28483 thefigure
28484 \series default
28485  inserta el número de figura y «~» genera un espacio protegido.
28486
28487 \series bold
28488  
28489 \end_layout
28490
28491 \begin_layout Standard
28492 \begin_inset VSpace bigskip
28493 \end_inset
28494
28495 Si estás usando una clase de documento 
28496 \series bold
28497 KOMA-Script
28498 \series default
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 \SpecialChar LaTeX
28505 -paquetes ! KOMA-Script
28506 \end_layout
28507
28508 \end_inset
28509
28510  (
28511 \family sans
28512 article (KOMA-Script)
28513 \family default
28514
28515 \family sans
28516 book (KOMA-Script)
28517 \family default
28518
28519 \family sans
28520 letter (KOMA-Script)
28521 \family default
28522 , o 
28523 \family sans
28524 report (KOMA-Script)
28525 \family default
28526
28527 \begin_inset space \thinspace{}
28528 \end_inset
28529
28530 ), puedes emplear en vez del paquete 
28531 \series bold
28532 caption
28533 \series default
28534  el comando 
28535 \series bold
28536
28537 \backslash
28538 setkomafont
28539 \series default
28540  incluido en 
28541 \series bold
28542 KOMA-Script
28543 \series default
28544 .
28545  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
28546  comando en el preámbulo del documento:
28547 \end_layout
28548
28549 \begin_layout Standard
28550
28551 \series bold
28552
28553 \backslash
28554 setkomafont{captionlabel}{
28555 \backslash
28556 bfseries}
28557 \end_layout
28558
28559 \begin_layout Standard
28560 Más información sobre 
28561 \series bold
28562
28563 \backslash
28564 setkomafont
28565 \series default
28566  en la documentación de 
28567 \series bold
28568 KOMA-Script
28569 \series default
28570  
28571 \begin_inset CommandInset citation
28572 LatexCommand cite
28573 key "KOMA-Script"
28574 literal "true"
28575
28576 \end_inset
28577
28578 .
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset ERT
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586
28587
28588 \backslash
28589 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28590 }
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \begin_inset Note Note
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600 El formato de la leyenda se ha cambiado sólo para este ejemplo.
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Standard
28609 \begin_inset Float figure
28610 placement !p
28611 wide false
28612 sideways false
28613 status open
28614
28615 \begin_layout Plain Layout
28616 \align center
28617 \begin_inset Graphics
28618         filename ../clipart/2D-intensity-plot.pdf
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Plain Layout
28626 \begin_inset Caption Standard
28627
28628 \begin_layout Plain Layout
28629 \begin_inset CommandInset label
28630 LatexCommand label
28631 name "fig:Esto-es-una-fig"
28632
28633 \end_inset
28634
28635
28636 \begin_inset Argument 1
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 Figura con leyenda muy larga
28641 \end_layout
28642
28643 \end_inset
28644
28645 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
28646  el formato diferente.
28647  Aquí se usa una leyenda personalizada.
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Standard
28661 \begin_inset ERT
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665
28666
28667 \backslash
28668 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28669 on}
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Standard
28678 \begin_inset Float table
28679 placement !p
28680 wide false
28681 sideways false
28682 status open
28683
28684 \begin_layout Plain Layout
28685 \begin_inset Caption Standard
28686
28687 \begin_layout Plain Layout
28688 \begin_inset CommandInset label
28689 LatexCommand label
28690 name "tab:Esto-es-un-cuadro"
28691
28692 \end_inset
28693
28694
28695 \begin_inset Argument 1
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699 Cuadro con leyenda muy larga
28700 \end_layout
28701
28702 \end_inset
28703
28704 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
28705  el formato diferente.
28706  Aquí se usa el formato de leyenda estándar para los cuadros.
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Plain Layout
28715 \align center
28716 \begin_inset Tabular
28717 <lyxtabular version="3" rows="1" columns="5">
28718 <features tabularvalignment="middle">
28719 <column alignment="center" valignment="top">
28720 <column alignment="center" valignment="top">
28721 <column alignment="center" valignment="top">
28722 <column alignment="center" valignment="top">
28723 <column alignment="center" valignment="top">
28724 <row>
28725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28726 \begin_inset Text
28727
28728 \begin_layout Plain Layout
28729 a
28730 \end_layout
28731
28732 \end_inset
28733 </cell>
28734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28735 \begin_inset Text
28736
28737 \begin_layout Plain Layout
28738 b
28739 \end_layout
28740
28741 \end_inset
28742 </cell>
28743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28744 \begin_inset Text
28745
28746 \begin_layout Plain Layout
28747 c
28748 \end_layout
28749
28750 \end_inset
28751 </cell>
28752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756 d
28757 \end_layout
28758
28759 \end_inset
28760 </cell>
28761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28762 \begin_inset Text
28763
28764 \begin_layout Plain Layout
28765 e
28766 \end_layout
28767
28768 \end_inset
28769 </cell>
28770 </row>
28771 </lyxtabular>
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Section
28784 Colocación de leyendas
28785 \begin_inset Index idx
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 Leyendas ! Colocación
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \begin_inset Index idx
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 Flotantes ! Colocación de leyendas
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \begin_inset CommandInset label
28806 LatexCommand label
28807 name "sec:Colocación-de-leyendas"
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Standard
28815 La norma habitual para colocar las leyendas es:
28816 \end_layout
28817
28818 \begin_layout Description
28819 Figura: La leyenda al pie de las figuras
28820 \end_layout
28821
28822 \begin_layout Description
28823 Cuadro: La leyenda sobre los cuadros
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
28828  no soportan leyendas sobre un
28829  cuadro.
28830  Esto implica que si usas las clases de documento 
28831 \family sans
28832 article
28833 \family default
28834
28835 \family sans
28836 book
28837 \family default
28838
28839 \family sans
28840 letter
28841 \family default
28842 , o 
28843 \family sans
28844 report
28845 \family default
28846  no habrá espacio entre la leyenda y el cuadro.
28847  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
28848  
28849 \series bold
28850 caption
28851 \series default
28852
28853 \begin_inset Index idx
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857 \SpecialChar LaTeX
28858 -paquetes ! caption
28859 \end_layout
28860
28861 \end_inset
28862
28863  en el preámbulo del documento con la opción
28864 \begin_inset Foot
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 Véase la sección
28869 \begin_inset space ~
28870 \end_inset
28871
28872
28873 \begin_inset CommandInset ref
28874 LatexCommand ref
28875 reference "sec:Formato-de-leyendas"
28876
28877 \end_inset
28878
28879  para más información sobre el paquete 
28880 \series bold
28881 caption
28882 \series default
28883 .
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892
28893 \series bold
28894 tableposition=top
28895 \end_layout
28896
28897 \begin_layout Standard
28898 Si estás usando la clase 
28899 \series bold
28900 KOMA-Script
28901 \series default
28902
28903 \begin_inset Index idx
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 \SpecialChar LaTeX
28908 -paquetes ! KOMA-Script
28909 \end_layout
28910
28911 \end_inset
28912
28913  (
28914 \family sans
28915 article (KOMA-Script)
28916 \family default
28917
28918 \family sans
28919 book (KOMA-Script)
28920 \family default
28921
28922 \family sans
28923 letter (KOMA-Script)
28924 \family default
28925 , o 
28926 \family sans
28927 report (KOMA-Script)
28928 \family default
28929
28930 \begin_inset space \thinspace{}
28931 \end_inset
28932
28933 ), en vez de 
28934 \series bold
28935 caption
28936 \series default
28937  puedes poner
28938 \end_layout
28939
28940 \begin_layout Standard
28941
28942 \series bold
28943 captions=tableheading
28944 \end_layout
28945
28946 \begin_layout Standard
28947 en las opciones de clase del documento.
28948 \begin_inset Foot
28949 status open
28950
28951 \begin_layout Plain Layout
28952 Esta opción se usa en este documento.
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Standard
28961 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
28962  una leyenda y marcar en el menú contextual si la quieres encima o debajo
28963  del cuadro o la figura.
28964  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
28965 inada por el documento.
28966  El cuadro
28967 \begin_inset space ~
28968 \end_inset
28969
28970
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "tab:Una-leyenda-marcada"
28974
28975 \end_inset
28976
28977  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
28978  aunque esté encima.
28979  Se puede comparar con la leyenda sin marcar del cuadro
28980 \begin_inset space ~
28981 \end_inset
28982
28983
28984 \begin_inset CommandInset ref
28985 LatexCommand ref
28986 reference "tab:Leyenda-estándar"
28987
28988 \end_inset
28989
28990 .
28991 \end_layout
28992
28993 \begin_layout Standard
28994 \begin_inset Float table
28995 wide false
28996 sideways false
28997 status open
28998
28999 \begin_layout Plain Layout
29000 \begin_inset Caption Below
29001
29002 \begin_layout Plain Layout
29003 \begin_inset CommandInset label
29004 LatexCommand label
29005 name "tab:Una-leyenda-marcada"
29006
29007 \end_inset
29008
29009 Leyenda marcada para colocar bajo el cuadro.
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Plain Layout
29018 \align center
29019 \begin_inset Tabular
29020 <lyxtabular version="3" rows="3" columns="3">
29021 <features tabularvalignment="middle">
29022 <column alignment="center" valignment="top" width="0pt">
29023 <column alignment="center" valignment="top" width="0pt">
29024 <column alignment="center" valignment="top" width="0pt">
29025 <row>
29026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29027 \begin_inset Text
29028
29029 \begin_layout Plain Layout
29030 1
29031 \end_layout
29032
29033 \end_inset
29034 </cell>
29035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29036 \begin_inset Text
29037
29038 \begin_layout Plain Layout
29039 2
29040 \end_layout
29041
29042 \end_inset
29043 </cell>
29044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048 3
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 </row>
29054 <row>
29055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Plain Layout
29059 Joe
29060 \end_layout
29061
29062 \end_inset
29063 </cell>
29064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29065 \begin_inset Text
29066
29067 \begin_layout Plain Layout
29068 Mary
29069 \end_layout
29070
29071 \end_inset
29072 </cell>
29073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Plain Layout
29077 Ted
29078 \end_layout
29079
29080 \end_inset
29081 </cell>
29082 </row>
29083 <row>
29084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 \begin_inset Formula $\int x^{2}dx$
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Plain Layout
29100 \begin_inset Formula $\left[\begin{array}{cc}
29101 a & b\\
29102 c & d
29103 \end{array}\right]$
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \end_inset
29110 </cell>
29111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29112 \begin_inset Text
29113
29114 \begin_layout Plain Layout
29115 \begin_inset Formula $1+1=2$
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \end_inset
29122 </cell>
29123 </row>
29124 </lyxtabular>
29125
29126 \end_inset
29127
29128
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \begin_layout Standard
29137 \begin_inset Float table
29138 wide false
29139 sideways false
29140 status open
29141
29142 \begin_layout Plain Layout
29143 \begin_inset Caption Standard
29144
29145 \begin_layout Plain Layout
29146 \begin_inset CommandInset label
29147 LatexCommand label
29148 name "tab:Leyenda-estándar"
29149
29150 \end_inset
29151
29152 Leyenda de cuadro estándar.
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \begin_layout Plain Layout
29161 \align center
29162 \begin_inset Tabular
29163 <lyxtabular version="3" rows="3" columns="3">
29164 <features tabularvalignment="middle">
29165 <column alignment="center" valignment="top" width="0pt">
29166 <column alignment="center" valignment="top" width="0pt">
29167 <column alignment="center" valignment="top" width="0pt">
29168 <row>
29169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173 1
29174 \end_layout
29175
29176 \end_inset
29177 </cell>
29178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29179 \begin_inset Text
29180
29181 \begin_layout Plain Layout
29182 2
29183 \end_layout
29184
29185 \end_inset
29186 </cell>
29187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191 3
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 </row>
29197 <row>
29198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29199 \begin_inset Text
29200
29201 \begin_layout Plain Layout
29202 Joe
29203 \end_layout
29204
29205 \end_inset
29206 </cell>
29207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29208 \begin_inset Text
29209
29210 \begin_layout Plain Layout
29211 Mary
29212 \end_layout
29213
29214 \end_inset
29215 </cell>
29216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29217 \begin_inset Text
29218
29219 \begin_layout Plain Layout
29220 Ted
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 </row>
29226 <row>
29227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29228 \begin_inset Text
29229
29230 \begin_layout Plain Layout
29231 \begin_inset Formula $\int x^{2}dx$
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \end_inset
29238 </cell>
29239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243 \begin_inset Formula $\left[\begin{array}{cc}
29244 a & b\\
29245 c & d
29246 \end{array}\right]$
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \end_inset
29253 </cell>
29254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29255 \begin_inset Text
29256
29257 \begin_layout Plain Layout
29258 \begin_inset Formula $1+1=2$
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 </row>
29267 </lyxtabular>
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset VSpace bigskip
29281 \end_inset
29282
29283 También es posible poner la leyenda junto a una figura o cuadro.
29284  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
29285  
29286 \series bold
29287 sidecap
29288 \series default
29289
29290 \begin_inset Index idx
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294 \SpecialChar LaTeX
29295 -paquetes ! sidecap
29296 \end_layout
29297
29298 \end_inset
29299
29300  añadiendo en el preámbulo del documento la línea
29301 \end_layout
29302
29303 \begin_layout Standard
29304
29305 \series bold
29306
29307 \backslash
29308 usepackage[option]{sidecap}
29309 \end_layout
29310
29311 \begin_layout Standard
29312 Si no se especifica opción, la leyenda se ubica del lado del margen externo
29313  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
29314  Puedes cambiar la colocación al margen interno con la opción 
29315 \series bold
29316 innercaption
29317 \series default
29318 .
29319  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
29320  opciones 
29321 \series bold
29322 rightcaption
29323 \series default
29324  o 
29325 \series bold
29326 leftcaption
29327 \series default
29328 , respectivamente.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337
29338 \backslash
29339 ifsidecap
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \begin_inset Note Note
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
29350  \SpecialChar LaTeX
29351  
29352 \series bold
29353 sidecap
29354 \series default
29355 .
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 Para situar en \SpecialChar LyX
29365  la leyenda de un flotante al lado, es necesario añadir estos
29366  comandos al preámbulo del documento:
29367 \end_layout
29368
29369 \begin_layout Standard
29370 \noindent
29371 \begin_inset CommandInset line
29372 LatexCommand rule
29373 offset "0.5ex"
29374 width "100line%"
29375 height "1pt"
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383
29384 \series bold
29385
29386 \backslash
29387 newcommand{
29388 \backslash
29389 TabBesBeg}[1][1.0]{%
29390 \begin_inset Newline newline
29391 \end_inset
29392
29393
29394 \begin_inset Phantom HPhantom
29395 status open
29396
29397 \begin_layout Plain Layout
29398 \begin_inset space ~
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \backslash
29408 let
29409 \backslash
29410 MyTable
29411 \backslash
29412 table
29413 \begin_inset Newline newline
29414 \end_inset
29415
29416
29417 \begin_inset Phantom HPhantom
29418 status open
29419
29420 \begin_layout Plain Layout
29421
29422 \series medium
29423 \begin_inset space ~
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \backslash
29433 let
29434 \backslash
29435 MyEndtable
29436 \backslash
29437 endtable
29438 \begin_inset Newline newline
29439 \end_inset
29440
29441
29442 \begin_inset Phantom HPhantom
29443 status open
29444
29445 \begin_layout Plain Layout
29446
29447 \series medium
29448 \begin_inset space ~
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \end_inset
29455
29456
29457 \backslash
29458 renewenvironment{table}[1]{
29459 \backslash
29460 begin{SCtable}[#1]##1}{
29461 \backslash
29462 end{SCtable}}}
29463 \end_layout
29464
29465 \begin_layout Standard
29466
29467 \series bold
29468
29469 \backslash
29470 newcommand{
29471 \backslash
29472 TabBesEnd}{%
29473 \begin_inset Newline newline
29474 \end_inset
29475
29476
29477 \begin_inset Phantom HPhantom
29478 status open
29479
29480 \begin_layout Plain Layout
29481 \begin_inset space ~
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \backslash
29491 let
29492 \backslash
29493 table
29494 \backslash
29495 MyTable
29496 \begin_inset Newline newline
29497 \end_inset
29498
29499
29500 \begin_inset Phantom HPhantom
29501 status open
29502
29503 \begin_layout Plain Layout
29504 \begin_inset space ~
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \backslash
29514 let
29515 \backslash
29516 endtable
29517 \backslash
29518 MyEndtable
29519 \end_layout
29520
29521 \begin_layout Standard
29522
29523 \series bold
29524
29525 \backslash
29526 newcommand{
29527 \backslash
29528 FigBesBeg}[1][1.0]{%
29529 \begin_inset Newline newline
29530 \end_inset
29531
29532
29533 \begin_inset Phantom HPhantom
29534 status open
29535
29536 \begin_layout Plain Layout
29537 \begin_inset space ~
29538 \end_inset
29539
29540
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \backslash
29547 let
29548 \backslash
29549 MyFigure
29550 \backslash
29551 figure
29552 \begin_inset Newline newline
29553 \end_inset
29554
29555
29556 \begin_inset Phantom HPhantom
29557 status open
29558
29559 \begin_layout Plain Layout
29560 \begin_inset space ~
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \backslash
29570 let
29571 \backslash
29572 MyEndfigure
29573 \backslash
29574 endfigure
29575 \begin_inset Newline newline
29576 \end_inset
29577
29578
29579 \begin_inset Phantom HPhantom
29580 status open
29581
29582 \begin_layout Plain Layout
29583 \begin_inset space ~
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \backslash
29593 renewenvironment{figure}[1]{
29594 \backslash
29595 begin{SCfigure}[#1]##1}{
29596 \backslash
29597 end{SCfigure}}}
29598 \end_layout
29599
29600 \begin_layout Standard
29601
29602 \series bold
29603
29604 \backslash
29605 newcommand{
29606 \backslash
29607 FigBesEnd}{%
29608 \begin_inset Newline newline
29609 \end_inset
29610
29611
29612 \begin_inset Phantom HPhantom
29613 status open
29614
29615 \begin_layout Plain Layout
29616 \begin_inset space ~
29617 \end_inset
29618
29619
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \backslash
29626 let
29627 \backslash
29628 figure
29629 \backslash
29630 MyFigure
29631 \begin_inset Newline newline
29632 \end_inset
29633
29634
29635 \begin_inset Phantom HPhantom
29636 status open
29637
29638 \begin_layout Plain Layout
29639 \begin_inset space ~
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \backslash
29649 let
29650 \backslash
29651 endfigure
29652 \backslash
29653 MyEndfigure}
29654 \end_layout
29655
29656 \begin_layout Standard
29657 \noindent
29658 \begin_inset CommandInset line
29659 LatexCommand rule
29660 offset "0.5ex"
29661 width "100line%"
29662 height "1pt"
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
29671  en un lado.
29672  Para figuras flotantes usa el comando
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 FigBesBeg
29681 \end_layout
29682
29683 \begin_layout Standard
29684 en código \SpecialChar TeX
29685  antes del flotante.
29686  Y inserta
29687 \end_layout
29688
29689 \begin_layout Standard
29690
29691 \series bold
29692
29693 \backslash
29694 FigBesEnd
29695 \end_layout
29696
29697 \begin_layout Standard
29698 en código \SpecialChar TeX
29699  en el punto en que quieras volver a la definición original de
29700  flotantes.
29701 \end_layout
29702
29703 \begin_layout Standard
29704 Para cuadros flotantes usa los comandos correspondientes
29705 \end_layout
29706
29707 \begin_layout Standard
29708
29709 \series bold
29710
29711 \backslash
29712 TabBesBeg
29713 \series default
29714  y 
29715 \series bold
29716
29717 \backslash
29718 TabBesEnd
29719 \end_layout
29720
29721 \begin_layout Standard
29722 La figura
29723 \begin_inset space ~
29724 \end_inset
29725
29726
29727 \begin_inset CommandInset ref
29728 LatexCommand ref
29729 reference "fig:encab-al-lado"
29730
29731 \end_inset
29732
29733  y el cuadro
29734 \begin_inset space ~
29735 \end_inset
29736
29737
29738 \begin_inset CommandInset ref
29739 LatexCommand ref
29740 reference "tab:encab-al-lado"
29741
29742 \end_inset
29743
29744  son ejemplos en los que el título se sitúa al lado.
29745 \end_layout
29746
29747 \begin_layout Standard
29748 En los ejemplos puedes ver que el texto del título aparece encima del flotante
29749  en cuadros flotantes y debajo en las figuras flotantes.
29750  Para cambiarlo, puedes usar el comando
29751 \end_layout
29752
29753 \begin_layout Standard
29754
29755 \series bold
29756
29757 \backslash
29758 sidecaptionvpos{tipo de flotante}{colocación}
29759 \end_layout
29760
29761 \begin_layout Standard
29762 en el preámbulo o en código \SpecialChar TeX
29763  antes del flotante.
29764  El 
29765 \emph on
29766 tipo de flotante
29767 \emph default
29768  es 
29769 \family sans
29770 figure
29771 \family default
29772  o 
29773 \family sans
29774 table
29775 \family default
29776 , la 
29777 \emph on
29778 colocación
29779 \emph default
29780  puede ser «
29781 \family sans
29782 t
29783 \family default
29784 » por «top» (arriba), «
29785 \family sans
29786 c
29787 \family default
29788 » por «center» (centro), o «
29789 \family sans
29790 b
29791 \family default
29792 » por «bottom» (abajo).
29793  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
29794  usa el comando
29795 \end_layout
29796
29797 \begin_layout Standard
29798
29799 \series bold
29800
29801 \backslash
29802 sidecaptionvpos{figure}{c}
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Esto se ha hecho en la figura
29807 \begin_inset space ~
29808 \end_inset
29809
29810
29811 \begin_inset CommandInset ref
29812 LatexCommand ref
29813 reference "fig:encab-al-lado-de-fig"
29814
29815 \end_inset
29816
29817 .
29818 \end_layout
29819
29820 \begin_layout Standard
29821 \begin_inset VSpace medskip
29822 \end_inset
29823
29824
29825 \end_layout
29826
29827 \begin_layout Standard
29828 La anchura predeterminada de la leyenda es la del cuadro/figura.
29829  Para cuadros o figuras estrechas, como en el  cuadro
29830 \begin_inset space ~
29831 \end_inset
29832
29833
29834 \begin_inset CommandInset ref
29835 LatexCommand ref
29836 reference "tab:encab-al-lado"
29837
29838 \end_inset
29839
29840 , esto genera leyendas demasiado estrechas.
29841  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
29842  del cuadro/figura.
29843  La anchura de la leyenda se recalculará automáticamente en el caso de que
29844  sobrepase los márgenes de la página o de la columna.
29845  El 
29846 \emph on
29847 factor
29848 \emph default
29849  puede darse como argumento opcional para 
29850 \series bold
29851
29852 \backslash
29853 FigBesBeg
29854 \series default
29855 :
29856 \end_layout
29857
29858 \begin_layout Standard
29859
29860 \series bold
29861
29862 \backslash
29863 FigBesBeg[factor]
29864 \end_layout
29865
29866 \begin_layout Standard
29867 o en la definición de 
29868 \series bold
29869
29870 \backslash
29871 FigBesBeg
29872 \series default
29873  reemplazando 
29874 \series bold
29875 1.0
29876 \series default
29877  con otro valor.
29878  En este segundo caso, el factor será el predeterminado si 
29879 \series bold
29880
29881 \backslash
29882 FigBesBeg
29883 \series default
29884  se usa sin argumento.
29885  Para el cuadro
29886 \begin_inset space ~
29887 \end_inset
29888
29889
29890 \begin_inset CommandInset ref
29891 LatexCommand ref
29892 reference "tab:leyenda-más-ancha"
29893
29894 \end_inset
29895
29896  se ha usado el factor 5.
29897 \end_layout
29898
29899 \begin_layout Standard
29900 \begin_inset Note Greyedout
29901 status open
29902
29903 \begin_layout Plain Layout
29904
29905 \series bold
29906 Nota:
29907 \series default
29908  Para flotantes con la leyenda adosada, no se puede usar la opción 
29909 \family sans
29910 Aquí
29911 \begin_inset space ~
29912 \end_inset
29913
29914 definitivamente
29915 \family default
29916  para la colocación porque no es soportado por 
29917 \series bold
29918 sidecap
29919 \series default
29920 .
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \begin_inset VSpace medskip
29930 \end_inset
29931
29932 Más información sobre el paquete 
29933 \series bold
29934 sidecap
29935 \series default
29936  en su documentación 
29937 \begin_inset CommandInset citation
29938 LatexCommand cite
29939 key "sidecap"
29940 literal "true"
29941
29942 \end_inset
29943
29944 .
29945 \end_layout
29946
29947 \begin_layout Standard
29948 \begin_inset Note Greyedout
29949 status open
29950
29951 \begin_layout Plain Layout
29952
29953 \series bold
29954 Nota:
29955 \series default
29956  El paquete \SpecialChar LaTeX
29957  
29958 \series bold
29959 hypcap
29960 \series default
29961
29962 \begin_inset Index idx
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966 \SpecialChar LaTeX
29967 -paquetes ! hypcap
29968 \end_layout
29969
29970 \end_inset
29971
29972 , descrito en la sección
29973 \begin_inset space ~
29974 \end_inset
29975
29976
29977 \begin_inset CommandInset ref
29978 LatexCommand ref
29979 reference "subsec:Colocación-de-Referencias"
29980
29981 \end_inset
29982
29983 , no afecta a flotantes con la leyenda al lado.
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Standard
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997
29998 \backslash
29999 FigBesBeg 
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset Float figure
30009 wide false
30010 sideways false
30011 status open
30012
30013 \begin_layout Plain Layout
30014 \begin_inset Graphics
30015         filename ../clipart/3D-structure-distort.pdf
30016         scale 50
30017
30018 \end_inset
30019
30020
30021 \end_layout
30022
30023 \begin_layout Plain Layout
30024 \begin_inset Caption Standard
30025
30026 \begin_layout Plain Layout
30027 \begin_inset CommandInset label
30028 LatexCommand label
30029 name "fig:encab-al-lado"
30030
30031 \end_inset
30032
30033 Leyenda al lado de una figura.
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052
30053 \backslash
30054 FigBesEnd
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068
30069 \backslash
30070 TabBesBeg 
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 \begin_inset Float table
30080 wide false
30081 sideways false
30082 status open
30083
30084 \begin_layout Plain Layout
30085 \begin_inset Caption Standard
30086
30087 \begin_layout Plain Layout
30088 \begin_inset CommandInset label
30089 LatexCommand label
30090 name "tab:encab-al-lado"
30091
30092 \end_inset
30093
30094 Leyenda al lado de un cuadro.
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Plain Layout
30103 \begin_inset Tabular
30104 <lyxtabular version="3" rows="4" columns="5">
30105 <features tabularvalignment="middle">
30106 <column alignment="center" valignment="top">
30107 <column alignment="center" valignment="top">
30108 <column alignment="center" valignment="top">
30109 <column alignment="center" valignment="top">
30110 <column alignment="center" valignment="top">
30111 <row>
30112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30113 \begin_inset Text
30114
30115 \begin_layout Plain Layout
30116 a
30117 \end_layout
30118
30119 \end_inset
30120 </cell>
30121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125
30126 \end_layout
30127
30128 \end_inset
30129 </cell>
30130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30131 \begin_inset Text
30132
30133 \begin_layout Plain Layout
30134 b
30135 \end_layout
30136
30137 \end_inset
30138 </cell>
30139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30140 \begin_inset Text
30141
30142 \begin_layout Plain Layout
30143
30144 \end_layout
30145
30146 \end_inset
30147 </cell>
30148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30149 \begin_inset Text
30150
30151 \begin_layout Plain Layout
30152 c
30153 \end_layout
30154
30155 \end_inset
30156 </cell>
30157 </row>
30158 <row>
30159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30160 \begin_inset Text
30161
30162 \begin_layout Plain Layout
30163
30164 \end_layout
30165
30166 \end_inset
30167 </cell>
30168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Plain Layout
30172 d
30173 \end_layout
30174
30175 \end_inset
30176 </cell>
30177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30178 \begin_inset Text
30179
30180 \begin_layout Plain Layout
30181
30182 \end_layout
30183
30184 \end_inset
30185 </cell>
30186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30187 \begin_inset Text
30188
30189 \begin_layout Plain Layout
30190 e
30191 \end_layout
30192
30193 \end_inset
30194 </cell>
30195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30196 \begin_inset Text
30197
30198 \begin_layout Plain Layout
30199
30200 \end_layout
30201
30202 \end_inset
30203 </cell>
30204 </row>
30205 <row>
30206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Plain Layout
30210 f
30211 \end_layout
30212
30213 \end_inset
30214 </cell>
30215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30216 \begin_inset Text
30217
30218 \begin_layout Plain Layout
30219
30220 \end_layout
30221
30222 \end_inset
30223 </cell>
30224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30225 \begin_inset Text
30226
30227 \begin_layout Plain Layout
30228 g
30229 \end_layout
30230
30231 \end_inset
30232 </cell>
30233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30234 \begin_inset Text
30235
30236 \begin_layout Plain Layout
30237
30238 \end_layout
30239
30240 \end_inset
30241 </cell>
30242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30243 \begin_inset Text
30244
30245 \begin_layout Plain Layout
30246 h
30247 \end_layout
30248
30249 \end_inset
30250 </cell>
30251 </row>
30252 <row>
30253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30254 \begin_inset Text
30255
30256 \begin_layout Plain Layout
30257
30258 \end_layout
30259
30260 \end_inset
30261 </cell>
30262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30263 \begin_inset Text
30264
30265 \begin_layout Plain Layout
30266 i
30267 \end_layout
30268
30269 \end_inset
30270 </cell>
30271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30272 \begin_inset Text
30273
30274 \begin_layout Plain Layout
30275
30276 \end_layout
30277
30278 \end_inset
30279 </cell>
30280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30281 \begin_inset Text
30282
30283 \begin_layout Plain Layout
30284 j
30285 \end_layout
30286
30287 \end_inset
30288 </cell>
30289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30290 \begin_inset Text
30291
30292 \begin_layout Plain Layout
30293
30294 \end_layout
30295
30296 \end_inset
30297 </cell>
30298 </row>
30299 </lyxtabular>
30300
30301 \end_inset
30302
30303
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 TabBesEnd
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Standard
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 FigBesBeg 
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 sidecaptionvpos{figure}{c}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \begin_inset Float figure
30358 wide false
30359 sideways false
30360 status open
30361
30362 \begin_layout Plain Layout
30363 \begin_inset Graphics
30364         filename ../clipart/3D-structure-distort.pdf
30365         scale 50
30366
30367 \end_inset
30368
30369
30370 \end_layout
30371
30372 \begin_layout Plain Layout
30373 \begin_inset Caption Standard
30374
30375 \begin_layout Plain Layout
30376 \begin_inset CommandInset label
30377 LatexCommand label
30378 name "fig:encab-al-lado-de-fig"
30379
30380 \end_inset
30381
30382 Leyenda centrada verticalmente junto a una figura.
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 FigBesEnd
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \begin_inset ERT
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416
30417
30418 \backslash
30419 TabBesBeg[5]
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \begin_inset Float table
30429 wide false
30430 sideways false
30431 status open
30432
30433 \begin_layout Plain Layout
30434 \begin_inset Caption Standard
30435
30436 \begin_layout Plain Layout
30437 \begin_inset CommandInset label
30438 LatexCommand label
30439 name "tab:leyenda-más-ancha"
30440
30441 \end_inset
30442
30443 Una leyenda más ancha que la del cuadro
30444 \begin_inset space ~
30445 \end_inset
30446
30447
30448 \begin_inset CommandInset ref
30449 LatexCommand ref
30450 reference "tab:encab-al-lado"
30451
30452 \end_inset
30453
30454 .
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Plain Layout
30463 \begin_inset Tabular
30464 <lyxtabular version="3" rows="4" columns="5">
30465 <features tabularvalignment="middle">
30466 <column alignment="center" valignment="top">
30467 <column alignment="center" valignment="top">
30468 <column alignment="center" valignment="top">
30469 <column alignment="center" valignment="top">
30470 <column alignment="center" valignment="top">
30471 <row>
30472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30473 \begin_inset Text
30474
30475 \begin_layout Plain Layout
30476 a
30477 \end_layout
30478
30479 \end_inset
30480 </cell>
30481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Plain Layout
30485
30486 \end_layout
30487
30488 \end_inset
30489 </cell>
30490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30491 \begin_inset Text
30492
30493 \begin_layout Plain Layout
30494 b
30495 \end_layout
30496
30497 \end_inset
30498 </cell>
30499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30500 \begin_inset Text
30501
30502 \begin_layout Plain Layout
30503
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512 c
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 </row>
30518 <row>
30519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30520 \begin_inset Text
30521
30522 \begin_layout Plain Layout
30523
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Plain Layout
30532 d
30533 \end_layout
30534
30535 \end_inset
30536 </cell>
30537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30538 \begin_inset Text
30539
30540 \begin_layout Plain Layout
30541
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30547 \begin_inset Text
30548
30549 \begin_layout Plain Layout
30550 e
30551 \end_layout
30552
30553 \end_inset
30554 </cell>
30555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 </row>
30565 <row>
30566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30567 \begin_inset Text
30568
30569 \begin_layout Plain Layout
30570 f
30571 \end_layout
30572
30573 \end_inset
30574 </cell>
30575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30576 \begin_inset Text
30577
30578 \begin_layout Plain Layout
30579
30580 \end_layout
30581
30582 \end_inset
30583 </cell>
30584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30585 \begin_inset Text
30586
30587 \begin_layout Plain Layout
30588 g
30589 \end_layout
30590
30591 \end_inset
30592 </cell>
30593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30594 \begin_inset Text
30595
30596 \begin_layout Plain Layout
30597
30598 \end_layout
30599
30600 \end_inset
30601 </cell>
30602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30603 \begin_inset Text
30604
30605 \begin_layout Plain Layout
30606 h
30607 \end_layout
30608
30609 \end_inset
30610 </cell>
30611 </row>
30612 <row>
30613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30614 \begin_inset Text
30615
30616 \begin_layout Plain Layout
30617
30618 \end_layout
30619
30620 \end_inset
30621 </cell>
30622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30623 \begin_inset Text
30624
30625 \begin_layout Plain Layout
30626 i
30627 \end_layout
30628
30629 \end_inset
30630 </cell>
30631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635
30636 \end_layout
30637
30638 \end_inset
30639 </cell>
30640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644 j
30645 \end_layout
30646
30647 \end_inset
30648 </cell>
30649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30650 \begin_inset Text
30651
30652 \begin_layout Plain Layout
30653
30654 \end_layout
30655
30656 \end_inset
30657 </cell>
30658 </row>
30659 </lyxtabular>
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \begin_layout Standard
30672 \begin_inset ERT
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677
30678 \backslash
30679 TabBesEnd
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \begin_layout Standard
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693
30694 \backslash
30695 else
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Note Note
30702 status open
30703
30704 \begin_layout Plain Layout
30705 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
30706  
30707 \series bold
30708 sidecap
30709 \series default
30710 .
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Debes instalar el paquete \SpecialChar LaTeX
30720  
30721 \series bold
30722 sidecap
30723 \series default
30724  para ver la parte siguiente en la salida.
30725 \end_layout
30726
30727 \begin_layout Standard
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 fi
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Section
30744 Índice de flotantes
30745 \begin_inset Index idx
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 Flotantes ! Índice de
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 Igual que en el índice general se listan las secciones del documento, hay
30759  índices para todos los tipos de flotantes, como las figuras.
30760  Se pueden insertar mediante los submenús 
30761 \family sans
30762 Insertar\SpecialChar menuseparator
30763 Índice
30764 \family default
30765 s.
30766 \end_layout
30767
30768 \begin_layout Standard
30769 Las entradas de los índices son las leyendas del flotante o su título breve,
30770  el número de flotante y el número de la página del documento en la que
30771  aparecen.
30772 \end_layout
30773
30774 \begin_layout Standard
30775 Puedes encontrar los índices de figuras y cuadros al final de este documento.
30776 \end_layout
30777
30778 \begin_layout Chapter
30779 Notas
30780 \end_layout
30781
30782 \begin_layout Section
30783 Notas en \SpecialChar LyX
30784
30785 \begin_inset Index idx
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789 Notas ! en \SpecialChar LyX
30790
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Standard
30799 Las notas se insertan con el botón 
30800 \begin_inset Info
30801 type  "icon"
30802 arg   "note-insert"
30803 \end_inset
30804
30805  o con el menú 
30806 \family sans
30807 Insertar\SpecialChar menuseparator
30808 Nota
30809 \family default
30810 .
30811  Hay tres tipos de notas:
30812 \end_layout
30813
30814 \begin_layout Description
30815 Nota
30816 \begin_inset space ~
30817 \end_inset
30818
30819 \SpecialChar LyX
30820  Este tipo es para notas internas que no han de aparecer en la salida.
30821  Su cuadro se muestra como este:
30822 \begin_inset Newline newline
30823 \end_inset
30824
30825
30826 \begin_inset Newline newline
30827 \end_inset
30828
30829
30830 \begin_inset Graphics
30831         filename clipart/NotaLyXImagen.png
30832         display false
30833
30834 \end_inset
30835
30836  
30837 \begin_inset Note Note
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841 Este es un texto en un recuadro que no se muestra en la salida.
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Description
30850 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
30851  comentario de \SpecialChar LaTeX
30852 , cuando exportas el documento a \SpecialChar LaTeX
30853  vía menú 
30854 \family sans
30855 Archivo\SpecialChar menuseparator
30856 Exportar\SpecialChar menuseparator
30857 LaTeX
30858 \begin_inset space ~
30859 \end_inset
30860
30861 (pdflatex) / (simple)
30862 \family default
30863 .
30864  Su recuadro se ve así:
30865 \begin_inset Newline newline
30866 \end_inset
30867
30868
30869 \begin_inset Newline newline
30870 \end_inset
30871
30872
30873 \begin_inset Graphics
30874         filename clipart/ComentNotaImagen.png
30875         display false
30876
30877 \end_inset
30878
30879  
30880 \begin_inset Note Comment
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
30885 .
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Description
30894 Nota
30895 \begin_inset space ~
30896 \end_inset
30897
30898 gris Esta nota aparece en la salida como texto en color gris pálido.
30899  Su recuadro se ve así:
30900 \begin_inset Newline newline
30901 \end_inset
30902
30903
30904 \begin_inset Newline newline
30905 \end_inset
30906
30907
30908 \begin_inset Graphics
30909         filename clipart/GrisNotaImagen.png
30910         display false
30911
30912 \end_inset
30913
30914
30915 \begin_inset Newline newline
30916 \end_inset
30917
30918
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 renewenvironment{lyxgreyedout}
30927 \end_layout
30928
30929 \begin_layout Plain Layout
30930
30931 {
30932 \backslash
30933 textcolor[gray]{0.8}
30934 \backslash
30935 bgroup}{
30936 \backslash
30937 egroup}
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \begin_inset Note Greyedout
30944 status open
30945
30946 \begin_layout Plain Layout
30947 Texto en color gris palido en la salida.
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958
30959 \backslash
30960 renewenvironment{lyxgreyedout}
30961 \end_layout
30962
30963 \begin_layout Plain Layout
30964
30965 {
30966 \backslash
30967 textcolor{blue}
30968 \backslash
30969 bgroup}{
30970 \backslash
30971 egroup}
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \begin_inset Note Note
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
30982  original de \SpecialChar LyX
30983 , ya que en el preámbulo de este documento se han redefinido
30984  estas notas para que salgan en azul, como se indica más adelante.
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \begin_inset Newline newline
30991 \end_inset
30992
30993
30994 \begin_inset Newline newline
30995 \end_inset
30996
30997 Como se ve en el ejemplo, la primera línea de las notas grises tiene una
30998  pequeña sangría, y por otra parte pueden tener notas al pie.
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \begin_inset VSpace bigskip
31003 \end_inset
31004
31005 Si usas el botón de la barra de herramientas 
31006 \begin_inset Info
31007 type  "icon"
31008 arg   "note-insert"
31009 \end_inset
31010
31011  para insertar notas, se inserta una 
31012 \family sans
31013 Nota
31014 \begin_inset space ~
31015 \end_inset
31016
31017 \SpecialChar LyX
31018
31019 \family default
31020 .
31021  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
31022  
31023 \family roman
31024 \series medium
31025 \bar no
31026 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
31027  botón de herramienta 
31028 \family sans
31029 \series default
31030 \bar default
31031 Nota
31032 \family default
31033 .
31034  Para cambiar una nota a texto, pulsa la tecla 
31035 \family sans
31036 Retroceso
31037 \family default
31038  cuando el cursor está en la primera posición de una nota, o la tecla 
31039 \family sans
31040 Supr
31041 \family default
31042  cuando el cursor está en la última posición de la nota, respectivamente.
31043 \end_layout
31044
31045 \begin_layout Standard
31046 \begin_inset VSpace bigskip
31047 \end_inset
31048
31049 El color del texto en las notas grises puede cambiarse en el menú 
31050 \family sans
31051 Documento\SpecialChar menuseparator
31052 Configuración\SpecialChar menuseparator
31053 Colores
31054 \family default
31055 .
31056 \end_layout
31057
31058 \begin_layout Section
31059 Notas al pie
31060 \begin_inset CommandInset label
31061 LatexCommand label
31062 name "sec:Notas-al-pie"
31063
31064 \end_inset
31065
31066
31067 \begin_inset Index idx
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071 Notas ! al pie
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Las notas al pie se insertan con el botón 
31081 \begin_inset Info
31082 type  "icon"
31083 arg   "footnote-insert"
31084 \end_inset
31085
31086  o el menú 
31087 \family sans
31088 Insertar\SpecialChar menuseparator
31089 Nota
31090 \begin_inset space ~
31091 \end_inset
31092
31093 al
31094 \begin_inset space ~
31095 \end_inset
31096
31097 pie
31098 \family default
31099 .
31100  
31101 \family roman
31102 \series medium
31103 \bar no
31104 Aparece un recuadro como este:
31105 \family default
31106 \series default
31107 \bar default
31108  
31109 \begin_inset Graphics
31110         filename clipart/notapie.png
31111         scale 90
31112
31113 \end_inset
31114
31115  
31116 \family roman
31117 \series medium
31118 \bar no
31119 donde puedes introducir el texto.
31120  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
31121  sobre el
31122 \family default
31123 \series default
31124 \bar default
31125  
31126 \family roman
31127 \series medium
31128 \bar no
31129 botón
31130 \family default
31131 \series default
31132 \bar default
31133 .
31134  Para cambiar una nota al pie a texto, pulsa la tecla 
31135 \family sans
31136 Retroceso
31137 \family default
31138  cuando el cursor está en la primera posición de la nota al pie, o la tecla
31139  
31140 \family sans
31141 Supr
31142 \family default
31143  cuando el cursor está en la última posición de la nota, respectivamente.
31144 \end_layout
31145
31146 \begin_layout Standard
31147 Aquí hay un ejemplo de nota al pie:
31148 \family roman
31149 \series medium
31150 \bar no
31151
31152 \begin_inset Foot
31153 status open
31154
31155 \begin_layout Plain Layout
31156 \begin_inset CommandInset label
31157 LatexCommand label
31158 name "pie:Esto-es-una"
31159
31160 \end_inset
31161
31162 Ejemplo de nota al pie.
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \family default
31169 \series default
31170 \bar default
31171
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 newcounter{MyRepeatFoot}
31180 \end_layout
31181
31182 \begin_layout Plain Layout
31183
31184
31185 \backslash
31186 setcounter{MyRepeatFoot}{
31187 \backslash
31188 thefootnote}
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 En la salida, el pie se muestra como número voladito en el lugar del texto
31198  donde se coloca el recuadro.
31199  El texto se coloca al final de la página actual.
31200  Los números de las notas son calculados por \SpecialChar LaTeX
31201 , y son consecutivos.
31202  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
31207  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
31208  se describe en la sección
31209 \begin_inset space ~
31210 \end_inset
31211
31212
31213 \begin_inset CommandInset ref
31214 LatexCommand ref
31215 reference "sec:Referencias-a-Flotantes"
31216
31217 \end_inset
31218
31219 .
31220 \begin_inset Newline newline
31221 \end_inset
31222
31223 Esto es una referencia cruzada a la Nota al pie
31224 \begin_inset space ~
31225 \end_inset
31226
31227
31228 \begin_inset CommandInset ref
31229 LatexCommand ref
31230 reference "pie:Esto-es-una"
31231
31232 \end_inset
31233
31234 .
31235 \end_layout
31236
31237 \begin_layout Standard
31238 \begin_inset VSpace defskip
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Las notas al pie en entornos de título generalmente no se numeran y no pueden
31246  contener varios párrafos.
31247  Véase como ejemplo la nota al pie en el título de este documento.
31248 \end_layout
31249
31250 \begin_layout Standard
31251 Las notas al pie en cuadros multipágina se describen en la sección
31252 \begin_inset space ~
31253 \end_inset
31254
31255
31256 \begin_inset CommandInset ref
31257 LatexCommand ref
31258 reference "subsec:Notas-al-pie-en-Cuadros-Multipágina"
31259
31260 \end_inset
31261
31262 .
31263 \end_layout
31264
31265 \begin_layout Standard
31266 \begin_inset VSpace defskip
31267 \end_inset
31268
31269
31270 \end_layout
31271
31272 \begin_layout Standard
31273 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
31274  y con numeración diferente debido a que una minipágina es como una página
31275  dentro de otra.
31276  (Más información sobre minipáginas en la sección
31277 \begin_inset space ~
31278 \end_inset
31279
31280
31281 \begin_inset CommandInset ref
31282 LatexCommand ref
31283 reference "sec:Minipáginas"
31284
31285 \end_inset
31286
31287 ).
31288  Para poner notas en una minipágina que se impriman a pie de página como
31289  las notas al pie normales, se puede usar este método: En lugar de la nota
31290  al pie se inserta el comando 
31291 \series bold
31292
31293 \backslash
31294 footnotemark{}
31295 \series default
31296  en código \SpecialChar TeX
31297 .
31298  El texto de la nota se introduce como argumento del comando
31299 \series bold
31300  
31301 \backslash
31302 footnotetext
31303 \series default
31304  después de la minipágina.
31305 \begin_inset Newline newline
31306 \end_inset
31307
31308 Esto es lo que se ha hecho para la siguiente minipágina con el comando
31309 \end_layout
31310
31311 \begin_layout Standard
31312
31313 \series bold
31314
31315 \backslash
31316 footnotetext{
31317 \series default
31318 Nota fuera de la minipágina.
31319 \series bold
31320 }
31321 \end_layout
31322
31323 \begin_layout Standard
31324 \begin_inset Box Frameless
31325 position "t"
31326 hor_pos "c"
31327 has_inner_box 1
31328 inner_pos "t"
31329 use_parbox 0
31330 use_makebox 0
31331 width "100col%"
31332 special "none"
31333 height "1in"
31334 height_special "totalheight"
31335 thickness "0.4pt"
31336 separation "3pt"
31337 shadowsize "4pt"
31338 framecolor "black"
31339 backgroundcolor "none"
31340 status open
31341
31342 \begin_layout Plain Layout
31343 Muestra de texto en una minipágina.
31344 \begin_inset Foot
31345 status open
31346
31347 \begin_layout Plain Layout
31348 Nota en la minipágina.
31349 \end_layout
31350
31351 \end_inset
31352
31353
31354 \end_layout
31355
31356 \begin_layout Plain Layout
31357 Muestra de texto en una minipágina.
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363
31364 \backslash
31365 footnotemark{}
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 \begin_inset ERT
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384
31385 \backslash
31386 footnotetext{
31387 \end_layout
31388
31389 \end_inset
31390
31391 Nota fuera de la minipágina.
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397 }
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \end_layout
31404
31405 \begin_layout Standard
31406 \begin_inset VSpace defskip
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Standard
31413 Para hacer referencia a la misma nota varias veces sin imprimir su texto
31414  cada vez, usa el comando 
31415 \series bold
31416
31417 \backslash
31418 footnotemark[number]
31419 \series default
31420  en código \SpecialChar TeX
31421 .
31422 \begin_inset Newline newline
31423 \end_inset
31424
31425 Como el número de la nota repetida no se conoce mientras se escribe el texto,
31426  hay que guardarlo.
31427  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
31428  comandos en código \SpecialChar TeX
31429  después de la nota al pie
31430 \begin_inset space ~
31431 \end_inset
31432
31433
31434 \begin_inset CommandInset ref
31435 LatexCommand ref
31436 reference "pie:Esto-es-una"
31437
31438 \end_inset
31439
31440  para guardar el número de la nota: 
31441 \end_layout
31442
31443 \begin_layout Standard
31444
31445 \series bold
31446
31447 \backslash
31448 newcounter{MyRepeatFoot}
31449 \begin_inset Newline newline
31450 \end_inset
31451
31452
31453 \backslash
31454 setcounter{MyRepeatFoot}{
31455 \backslash
31456 thefootnote}
31457 \end_layout
31458
31459 \begin_layout Standard
31460 La marca de la nota se ha creado después con el comando:
31461 \end_layout
31462
31463 \begin_layout Standard
31464
31465 \series bold
31466
31467 \backslash
31468 footnotemark[
31469 \backslash
31470 theMyRepeatFoot]
31471 \end_layout
31472
31473 \begin_layout Standard
31474 Aquí hay una nota repetida:
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 footnotemark[
31483 \backslash
31484 theMyRepeatFoot]
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \begin_layout Standard
31493 Para repetir la nota al pie previa, se puede omitir el guardado del número
31494  de la nota y usar en su lugar el comando:
31495 \end_layout
31496
31497 \begin_layout Standard
31498
31499 \series bold
31500
31501 \backslash
31502 footnotemark[
31503 \backslash
31504 thefootnote]
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Aquí hay otra nota repetida:
31509 \begin_inset ERT
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513
31514
31515 \backslash
31516 footnotemark[
31517 \backslash
31518 thefootnote]
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \begin_layout Subsection
31527 Numeración de notas al pie
31528 \begin_inset CommandInset label
31529 LatexCommand label
31530 name "subsec:Numeración-de-Notas-al-Pie"
31531
31532 \end_inset
31533
31534
31535 \begin_inset Index idx
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539 Notas ! al pie ! numeración
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \begin_layout Standard
31548 Para reiniciar el número de pie a 1 en cada sección añade
31549 \family roman
31550  en el preámbulo el comando:
31551 \end_layout
31552
31553 \begin_layout Standard
31554
31555 \series bold
31556
31557 \backslash
31558 @addtoreset{footnote}{section}
31559 \end_layout
31560
31561 \begin_layout Standard
31562 \begin_inset VSpace bigskip
31563 \end_inset
31564
31565 El siguiente comando en el preámbulo cambia el estilo de numeración del
31566  pie a números romanos en minúsculas:
31567 \end_layout
31568
31569 \begin_layout Standard
31570
31571 \series bold
31572
31573 \backslash
31574 renewcommand{
31575 \backslash
31576 thefootnote}{
31577 \backslash
31578 roman{footnote}}
31579 \end_layout
31580
31581 \begin_layout Standard
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587
31588 \backslash
31589 renewcommand{
31590 \backslash
31591 thefootnote}{
31592 \backslash
31593 roman{footnote}}
31594 \end_layout
31595
31596 \end_inset
31597
31598  Nota al pie en números romanos:
31599 \begin_inset Foot
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603 Ejemplo de nota al pie en números romanos.
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 renewcommand{
31617 \backslash
31618 thefootnote}{
31619 \backslash
31620 arabic{footnote}}
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
31630  
31631 \series bold
31632
31633 \backslash
31634 roman
31635 \series default
31636  por 
31637 \series bold
31638
31639 \backslash
31640 Roman
31641 \series default
31642 .
31643  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
31644 \series bold
31645
31646 \backslash
31647 Alph
31648 \series default
31649  o 
31650 \series bold
31651
31652 \backslash
31653 alph
31654 \series default
31655 , respectivamente.
31656  Para ordenar las notas al pie con símbolos usa 
31657 \series bold
31658
31659 \backslash
31660 fnsymbol
31661 \series default
31662 .
31663 \end_layout
31664
31665 \begin_layout Standard
31666 \begin_inset Note Greyedout
31667 status open
31668
31669 \begin_layout Plain Layout
31670
31671 \series bold
31672 Nota:
31673 \series default
31674  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
31675  simples.
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \begin_inset Newline newline
31682 \end_inset
31683
31684
31685 \begin_inset Note Greyedout
31686 status open
31687
31688 \begin_layout Plain Layout
31689
31690 \series bold
31691 Nota:
31692 \series default
31693  sólo puedes ordenar hasta 9 pies con símbolos.
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 Para volver al estilo de numeración predeterminado cuando has cambiado a
31703  otro estilo, usa 
31704 \series bold
31705
31706 \backslash
31707 arabic
31708 \series default
31709  en vez de 
31710 \series bold
31711
31712 \backslash
31713 roman
31714 \series default
31715  en el comando anterior.
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721
31722 \backslash
31723 renewcommand{
31724 \backslash
31725 thefootnote}{
31726 \backslash
31727 arabic{footnote}}
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \begin_layout Standard
31736 \begin_inset VSpace bigskip
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \begin_layout Standard
31743 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
31744  comando al preámbulo del documento:
31745 \end_layout
31746
31747 \begin_layout Standard
31748
31749 \series bold
31750
31751 \backslash
31752 numberwithin{footnote}{chapter}
31753 \end_layout
31754
31755 \begin_layout Standard
31756 Para poder usar el comando 
31757 \series bold
31758
31759 \backslash
31760 numberwithin
31761 \series default
31762 , marca la opción 
31763 \family sans
31764 Usar
31765 \family default
31766
31767 \begin_inset space ~
31768 \end_inset
31769
31770
31771 \family sans
31772 el
31773 \family default
31774
31775 \begin_inset space ~
31776 \end_inset
31777
31778
31779 \family sans
31780 paquete
31781 \family default
31782
31783 \begin_inset space ~
31784 \end_inset
31785
31786
31787 \family sans
31788 AMS
31789 \family default
31790  en la sección 
31791 \family sans
31792 Opciones para ecuaciones
31793 \family default
31794  de la configuración del documento.
31795 \end_layout
31796
31797 \begin_layout Standard
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803
31804 \backslash
31805 numberwithin{footnote}{chapter}
31806 \end_layout
31807
31808 \end_inset
31809
31810 Esto es otro ejemplo de nota al pie:
31811 \series bold
31812
31813 \begin_inset Foot
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817 Nota al pie numerada en el esquema 
31818 \begin_inset Quotes eld
31819 \end_inset
31820
31821 capítulo.nota
31822 \begin_inset Quotes erd
31823 \end_inset
31824
31825 .
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \series default
31832
31833 \begin_inset ERT
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837
31838
31839 \backslash
31840 renewcommand{
31841 \backslash
31842 thefootnote}{
31843 \backslash
31844 arabic{footnote}}
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \begin_layout Standard
31853 \begin_inset Note Greyedout
31854 status open
31855
31856 \begin_layout Plain Layout
31857
31858 \series bold
31859 Nota: 
31860 \backslash
31861 numberwithin 
31862 \series default
31863 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
31864  previas para obtener números no arábigos se sobreescriben.
31865 \end_layout
31866
31867 \end_inset
31868
31869
31870 \end_layout
31871
31872 \begin_layout Standard
31873 Así, para obtener por ejemplo el esquema «capítulo.
31874 \backslash
31875 Roman{footnote}», usa este comando en vez de 
31876 \series bold
31877
31878 \backslash
31879 numberwithin
31880 \series default
31881 :
31882 \end_layout
31883
31884 \begin_layout Standard
31885
31886 \series bold
31887
31888 \backslash
31889 renewcommand{
31890 \backslash
31891 thefootnote}{
31892 \backslash
31893 thechapter.
31894 \backslash
31895 Roman{footnote}}
31896 \end_layout
31897
31898 \begin_layout Subsection
31899 Colocación de notas al pie
31900 \begin_inset Index idx
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 Notas ! al pie ! colocación
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \end_layout
31911
31912 \begin_layout Standard
31913 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
31914  entre ellas al final de la página.
31915  Para hacerlas más legibles puedes añadir 1.5
31916 \begin_inset space \thinspace{}
31917 \end_inset
31918
31919 mm, p.
31920 \begin_inset space \thinspace{}
31921 \end_inset
31922
31923 ej., con el comando siguiente en el preámbulo:
31924 \end_layout
31925
31926 \begin_layout Standard
31927
31928 \series bold
31929
31930 \backslash
31931 let
31932 \backslash
31933 myFoot
31934 \backslash
31935 footnote
31936 \begin_inset Newline newline
31937 \end_inset
31938
31939
31940 \backslash
31941 renewcommand{
31942 \backslash
31943 footnote}[1]{
31944 \backslash
31945 myFoot{#1
31946 \backslash
31947 vspace{1.5mm}}}
31948 \end_layout
31949
31950 \begin_layout Standard
31951 \begin_inset VSpace bigskip
31952 \end_inset
31953
31954 En documentos a dos columnas la nota al pie aparece al final de cada columna,
31955  véase la figura
31956 \begin_inset space ~
31957 \end_inset
31958
31959
31960 \begin_inset CommandInset ref
31961 LatexCommand ref
31962 reference "fig:Colocación-standard-del-pie"
31963
31964 \end_inset
31965
31966 .
31967  Si las notas debieran mostrarse sólo al final de la columna derecha, como
31968  en la figura
31969 \begin_inset space ~
31970 \end_inset
31971
31972
31973 \begin_inset CommandInset ref
31974 LatexCommand ref
31975 reference "fig:Colocación-del-pie-en"
31976
31977 \end_inset
31978
31979 , usa el paquete \SpecialChar LaTeX
31980  
31981 \series bold
31982 ftnright
31983 \series default
31984
31985 \begin_inset Index idx
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989 \SpecialChar LaTeX
31990 -paquetes ! ftnright
31991 \end_layout
31992
31993 \end_inset
31994
31995  con este comando en el preámbulo:
31996 \end_layout
31997
31998 \begin_layout Standard
31999
32000 \series bold
32001
32002 \backslash
32003 usepackage{ftnright}
32004 \end_layout
32005
32006 \begin_layout Standard
32007 \begin_inset Float figure
32008 placement !h
32009 wide false
32010 sideways false
32011 status open
32012
32013 \begin_layout Plain Layout
32014 \noindent
32015 \align center
32016 \begin_inset Box Boxed
32017 position "t"
32018 hor_pos "c"
32019 has_inner_box 0
32020 inner_pos "t"
32021 use_parbox 0
32022 use_makebox 0
32023 width ""
32024 special "none"
32025 height "1in"
32026 height_special "totalheight"
32027 thickness "0.4pt"
32028 separation "3pt"
32029 shadowsize "4pt"
32030 framecolor "black"
32031 backgroundcolor "none"
32032 status open
32033
32034 \begin_layout Plain Layout
32035 \begin_inset Graphics
32036         filename ../clipart/without_fntright.pdf
32037         width 100col%
32038         scaleBeforeRotation
32039
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Plain Layout
32051 \begin_inset Caption Standard
32052
32053 \begin_layout Plain Layout
32054 \begin_inset CommandInset label
32055 LatexCommand label
32056 name "fig:Colocación-standard-del-pie"
32057
32058 \end_inset
32059
32060 Colocación estándar de notas al pie en documentos a dos columnas.
32061 \end_layout
32062
32063 \end_inset
32064
32065
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Standard
32074 \begin_inset Float figure
32075 placement !h
32076 wide false
32077 sideways false
32078 status open
32079
32080 \begin_layout Plain Layout
32081 \noindent
32082 \align center
32083 \begin_inset Box Boxed
32084 position "t"
32085 hor_pos "c"
32086 has_inner_box 0
32087 inner_pos "t"
32088 use_parbox 0
32089 use_makebox 0
32090 width ""
32091 special "none"
32092 height "1in"
32093 height_special "totalheight"
32094 thickness "0.4pt"
32095 separation "3pt"
32096 shadowsize "4pt"
32097 framecolor "black"
32098 backgroundcolor "none"
32099 status open
32100
32101 \begin_layout Plain Layout
32102 \begin_inset Graphics
32103         filename ../clipart/with_fntright.pdf
32104         width 100col%
32105         scaleBeforeRotation
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Plain Layout
32118 \begin_inset Caption Standard
32119
32120 \begin_layout Plain Layout
32121 \begin_inset CommandInset label
32122 LatexCommand label
32123 name "fig:Colocación-del-pie-en"
32124
32125 \end_inset
32126
32127 Colocación de la nota al pie en documentos a dos columnas cuando se usa
32128  el paquete \SpecialChar LaTeX
32129  
32130 \series bold
32131 ftnright
32132 \series default
32133 .
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \begin_layout Standard
32147 \begin_inset VSpace bigskip
32148 \end_inset
32149
32150 En alguna literatura científica es habitual reunir las notas para imprimirlas
32151  en un párrafo separado al final de la sección, como en la figura
32152 \begin_inset space ~
32153 \end_inset
32154
32155
32156 \begin_inset CommandInset ref
32157 LatexCommand ref
32158 reference "fig:Notas-al-pie-al-final"
32159
32160 \end_inset
32161
32162 .
32163  Para reunir las notas al final
32164 \begin_inset Index idx
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168 Notas ! al final
32169 \end_layout
32170
32171 \end_inset
32172
32173  en vez de a pie de página, carga en el menú 
32174 \family sans
32175 Documento\SpecialChar menuseparator
32176 Configuratión\SpecialChar menuseparator
32177 Módulos
32178 \family default
32179  el módulo 
32180 \family sans
32181 Pie
32182 \begin_inset space ~
32183 \end_inset
32184
32185 al
32186 \begin_inset space ~
32187 \end_inset
32188
32189 final
32190 \family default
32191 .
32192  Para insertar la colección de notas, escribe el comando
32193 \end_layout
32194
32195 \begin_layout Standard
32196
32197 \series bold
32198
32199 \backslash
32200 theendnotes
32201 \end_layout
32202
32203 \begin_layout Standard
32204 en código \SpecialChar TeX
32205  al final de una sección o capítulo.
32206 \end_layout
32207
32208 \begin_layout Standard
32209 \begin_inset Float figure
32210 wide false
32211 sideways false
32212 status open
32213
32214 \begin_layout Plain Layout
32215 \align center
32216 \begin_inset Box Boxed
32217 position "t"
32218 hor_pos "c"
32219 has_inner_box 0
32220 inner_pos "t"
32221 use_parbox 0
32222 use_makebox 0
32223 width ""
32224 special "none"
32225 height "1in"
32226 height_special "totalheight"
32227 thickness "0.4pt"
32228 separation "3pt"
32229 shadowsize "4pt"
32230 framecolor "black"
32231 backgroundcolor "none"
32232 status open
32233
32234 \begin_layout Plain Layout
32235 \begin_inset Graphics
32236         filename ../clipart/endnotes.pdf
32237         width 100col%
32238         scaleBeforeRotation
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Plain Layout
32251 \begin_inset Caption Standard
32252
32253 \begin_layout Plain Layout
32254 \begin_inset CommandInset label
32255 LatexCommand label
32256 name "fig:Notas-al-pie-al-final"
32257
32258 \end_inset
32259
32260 Notas al final: notas impresas en párrafo separado al final de la sección
32261  o del capítulo.
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset VSpace medskip
32276 \end_inset
32277
32278 La cabecera de párrafo para las notas finales no se traduce automáticamente
32279  al lenguaje del documento, hay que hacerlo manualmente.
32280  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
32281  español «Notas»:
32282 \end_layout
32283
32284 \begin_layout Standard
32285
32286 \series bold
32287
32288 \backslash
32289 renewcommand{
32290 \backslash
32291 notesname}{Notas}
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset VSpace medskip
32296 \end_inset
32297
32298 La numeración de notas finales puede cambiarse como la de las notas al pie,
32299  como se describe en la sección
32300 \begin_inset space ~
32301 \end_inset
32302
32303
32304 \begin_inset CommandInset ref
32305 LatexCommand ref
32306 reference "subsec:Numeración-de-Notas-al-Pie"
32307
32308 \end_inset
32309
32310 ; sólo hay que reemplazar el comando 
32311 \series bold
32312
32313 \backslash
32314 thefootnote
32315 \series default
32316  por 
32317 \series bold
32318
32319 \backslash
32320 theendnote
32321 \series default
32322 .
32323  Para restablecer la numeración usa el comando 
32324 \series bold
32325
32326 \backslash
32327 @addtoreset
32328 \series default
32329  como se describe en la sección
32330 \begin_inset space ~
32331 \end_inset
32332
32333
32334 \begin_inset CommandInset ref
32335 LatexCommand ref
32336 reference "subsec:Numeración-de-Notas-al-Pie"
32337
32338 \end_inset
32339
32340  y sustituye el parámetro de comando 
32341 \series bold
32342 footnote
32343 \series default
32344  por 
32345 \series bold
32346 endnote
32347 \series default
32348 .
32349 \end_layout
32350
32351 \begin_layout Standard
32352 Para notas al final hay el comando el comando 
32353 \series bold
32354
32355 \backslash
32356 endnotemark[número]
32357 \series default
32358  similar al comando 
32359 \series bold
32360
32361 \backslash
32362 footnotemark
32363 \series default
32364 , descrito en la sección
32365 \begin_inset space ~
32366 \end_inset
32367
32368
32369 \begin_inset CommandInset ref
32370 LatexCommand ref
32371 reference "sec:Notas-al-pie"
32372
32373 \end_inset
32374
32375 .
32376 \end_layout
32377
32378 \begin_layout Standard
32379 \begin_inset VSpace bigskip
32380 \end_inset
32381
32382 Las notas al pie también pueden colocarse al margen de la página y la alineación
32383  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
32384  
32385 \series bold
32386 footmisc
32387 \series default
32388
32389 \begin_inset Index idx
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393 \SpecialChar LaTeX
32394 -paquetes ! footmisc
32395 \end_layout
32396
32397 \end_inset
32398
32399  
32400 \begin_inset CommandInset citation
32401 LatexCommand cite
32402 key "footmisc"
32403 literal "true"
32404
32405 \end_inset
32406
32407  para más información.
32408 \end_layout
32409
32410 \begin_layout Standard
32411 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
32412
32413 \begin_inset CommandInset citation
32414 LatexCommand cite
32415 key "latexcompanion,latexguide,latexbook"
32416 literal "true"
32417
32418 \end_inset
32419
32420 .
32421  Si estás usando una clase de documento 
32422 \series bold
32423 KOMA-Script
32424 \series default
32425
32426 \begin_inset Index idx
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430 \SpecialChar LaTeX
32431 -paquetes ! KOMA-Script
32432 \end_layout
32433
32434 \end_inset
32435
32436 , puedes ajustar las características de las notas al pie mediante comandos
32437  específicos de la clase, véase 
32438 \begin_inset CommandInset citation
32439 LatexCommand cite
32440 key "KOMA-Script"
32441 literal "true"
32442
32443 \end_inset
32444
32445 .
32446 \end_layout
32447
32448 \begin_layout Section
32449 Notas al margen
32450 \begin_inset Index idx
32451 status collapsed
32452
32453 \begin_layout Plain Layout
32454 Notas ! al margen
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Las notas al margen se ven y se comportan en \SpecialChar LyX
32464  como notas al pie.
32465  Se insertan con el menú 
32466 \family sans
32467 Insertar\SpecialChar menuseparator
32468 Nota
32469 \begin_inset space ~
32470 \end_inset
32471
32472 al
32473 \begin_inset space ~
32474 \end_inset
32475
32476 margen
32477 \family default
32478  o con el botón 
32479 \begin_inset Info
32480 type  "icon"
32481 arg   "marginalnote-insert"
32482 \end_inset
32483
32484 .
32485  Aparece un cuadro gris con la etiqueta 
32486 \family roman
32487 \series medium
32488 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
32489 \end_layout
32490
32491 \begin_layout Standard
32492 Al lado hay un ejemplo de nota al margen.
32493
32494 \family roman
32495 \series medium
32496  
32497 \begin_inset Marginal
32498 status open
32499
32500 \begin_layout Plain Layout
32501 Esto es una nota al margen.
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Standard
32510 Estas notas salen en el margen derecho en documentos a una cara.
32511  En documentos a doble cara se muestran en el margen externo —margen izquierdo
32512  en páginas pares, derecho en páginas impares—.
32513  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
32514  a la derecha si la nota aparece en el margen izquierdo—.
32515  La primera línea de la nota se sitúa en la posición de la línea del texto
32516  en la que se inserta en el documento.
32517 \end_layout
32518
32519 \begin_layout Standard
32520 \begin_inset VSpace bigskip
32521 \end_inset
32522
32523 Para colocar la nota en el margen interno añade el comando
32524 \end_layout
32525
32526 \begin_layout Standard
32527
32528 \series bold
32529
32530 \backslash
32531 reversemarginpar
32532 \end_layout
32533
32534 \begin_layout Standard
32535 en código \SpecialChar TeX
32536  antes de la nota.
32537  La nueva colocación es válida para todas las siguientes notas al margen.
32538  
32539 \begin_inset ERT
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543
32544
32545 \backslash
32546 reversemarginpar 
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \begin_inset Marginal
32553 status open
32554
32555 \begin_layout Plain Layout
32556 Esto es una nota en el margen interno.
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \series bold
32563
32564 \begin_inset Newline newline
32565 \end_inset
32566
32567
32568 \series default
32569
32570 \begin_inset Note Greyedout
32571 status open
32572
32573 \begin_layout Plain Layout
32574
32575 \series bold
32576 Nota:
32577 \series default
32578  A veces no hay espacio suficiente en el margen interno, por lo que la nota
32579  no se mostrará correctamente en la salida.
32580 \end_layout
32581
32582 \end_inset
32583
32584
32585 \end_layout
32586
32587 \begin_layout Standard
32588 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
32589  el comando
32590 \begin_inset ERT
32591 status collapsed
32592
32593 \begin_layout Plain Layout
32594
32595
32596 \backslash
32597 normalmarginpar 
32598 \end_layout
32599
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \begin_layout Standard
32606
32607 \series bold
32608
32609 \backslash
32610 normalmarginpar
32611 \end_layout
32612
32613 \begin_layout Standard
32614 \begin_inset Note Greyedout
32615 status open
32616
32617 \begin_layout Plain Layout
32618
32619 \series bold
32620 Nota:
32621 \series default
32622  El comando se ignora si en el mismo párrafo está también presente el comando
32623  
32624 \series bold
32625
32626 \backslash
32627 reversemarginpar
32628 \series default
32629 .
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset VSpace bigskip
32639 \end_inset
32640
32641
32642 \family roman
32643 \series medium
32644
32645 \begin_inset Marginal
32646 status open
32647
32648 \begin_layout Plain Layout
32649 PalabraMuyLargaAlMargen no partida con guión.
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \family default
32656 \series default
32657  Como en el caso descrito en la sección
32658 \begin_inset space ~
32659 \end_inset
32660
32661
32662 \begin_inset CommandInset ref
32663 LatexCommand ref
32664 reference "subsec:Líneas-Múltiples-en"
32665
32666 \end_inset
32667
32668 , una palabra larga no puede partirse con guión cuando es la primera en
32669  la nota al margen.
32670  Para evitar esto, inserta un espacio horizontal de 0
32671 \begin_inset space \thinspace{}
32672 \end_inset
32673
32674 pt antes de la palabra
32675 \family roman
32676 \series medium
32677 .
32678 \end_layout
32679
32680 \begin_layout Standard
32681
32682 \family roman
32683 \series medium
32684 \begin_inset Marginal
32685 status open
32686
32687 \begin_layout Plain Layout
32688 \begin_inset ERT
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692
32693
32694 \backslash
32695 hspace{0pt}
32696 \end_layout
32697
32698 \end_inset
32699
32700 PalabraMuyLargaAlMargen partida con guión.
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Standard
32709 \begin_inset VSpace bigskip
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Standard
32716 \begin_inset Note Greyedout
32717 status open
32718
32719 \begin_layout Plain Layout
32720
32721 \series bold
32722 Nota:
32723 \series default
32724  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
32725  y notas al pie.
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Standard
32734 \begin_inset VSpace bigskip
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Standard
32741 \begin_inset ERT
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745
32746
32747 \backslash
32748 ifmarginnote
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \begin_inset Note Note
32755 status open
32756
32757 \begin_layout Plain Layout
32758 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32759  \SpecialChar LaTeX
32760  
32761 \series bold
32762 marginnote
32763 \series default
32764 .
32765 \end_layout
32766
32767 \end_inset
32768
32769
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
32774  
32775 \series bold
32776 marginnote
32777 \series default
32778
32779 \begin_inset Index idx
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783 \SpecialChar LaTeX
32784 -paquetes ! marginnote
32785 \end_layout
32786
32787 \end_inset
32788
32789 .
32790  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
32791  para notas
32792  al margen es redefinido para usar el comando proporcionado por el paquete
32793  
32794 \series bold
32795 marginnote
32796 \series default
32797 :
32798 \end_layout
32799
32800 \begin_layout Standard
32801
32802 \series bold
32803
32804 \backslash
32805 usepackage{marginnote}
32806 \begin_inset Newline newline
32807 \end_inset
32808
32809
32810 \backslash
32811 let
32812 \backslash
32813 marginpar
32814 \backslash
32815 marginnote
32816 \end_layout
32817
32818 \begin_layout Standard
32819 Esto se ha utilizado en el presente documento porque 
32820 \series bold
32821 marginnote
32822 \series default
32823  tiene una característica adicional útil: Puedes establecer un desplazamiento
32824  vertical a la nota.
32825  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
32826  diseño de la página.
32827  En \SpecialChar LyX
32828 , el desplazamiento se escribe directamente tras la nota al margen,
32829  en código \SpecialChar TeX
32830
32831 \end_layout
32832
32833 \begin_layout Standard
32834
32835 \series bold
32836 [desplazamiento]
32837 \end_layout
32838
32839 \begin_layout Standard
32840 donde desplazamiento es una longitud en una de las unidades del cuadro
32841 \begin_inset space ~
32842 \end_inset
32843
32844
32845 \begin_inset CommandInset ref
32846 LatexCommand ref
32847 reference "tab:Unidades"
32848
32849 \end_inset
32850
32851 .
32852  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
32853  abajo.
32854  
32855 \family roman
32856 \series medium
32857 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
32858 \begin_inset space \thinspace{}
32859 \end_inset
32860
32861 cm arriba con el comando en código \SpecialChar TeX
32862  
32863 \begin_inset Quotes eld
32864 \end_inset
32865
32866
32867 \family default
32868 \series bold
32869 [-1.5cm]
32870 \family roman
32871 \series medium
32872
32873 \begin_inset Quotes erd
32874 \end_inset
32875
32876
32877 \begin_inset Marginal
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881 Esta nota está 1.5
32882 \begin_inset space \thinspace{}
32883 \end_inset
32884
32885 cm por encima de su posición original.
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \family default
32892 \series default
32893
32894 \begin_inset ERT
32895 status collapsed
32896
32897 \begin_layout Plain Layout
32898
32899 [-1.5cm]
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Standard
32908 \begin_inset VSpace medskip
32909 \end_inset
32910
32911 Con 
32912 \series bold
32913 marginnote
32914 \series default
32915  también puedes cambiar la alineación del texto en el margen.
32916  Por ejemplo los comandos
32917 \end_layout
32918
32919 \begin_layout Standard
32920
32921 \series bold
32922
32923 \backslash
32924 renewcommand*{
32925 \backslash
32926 raggedleftmarginnote}{
32927 \backslash
32928 centering}
32929 \begin_inset Newline newline
32930 \end_inset
32931
32932
32933 \backslash
32934 renewcommand*{
32935 \backslash
32936 raggedrightmarginnote}{
32937 \backslash
32938 centering}
32939 \end_layout
32940
32941 \begin_layout Standard
32942 producen alineación centrada.
32943  
32944 \series bold
32945
32946 \backslash
32947 raggedleftmarginnote
32948 \series default
32949  identifica las notas que aparecen al lado izquierdo.
32950 \family roman
32951 \series medium
32952
32953 \begin_inset ERT
32954 status collapsed
32955
32956 \begin_layout Plain Layout
32957
32958
32959 \backslash
32960 renewcommand*{
32961 \backslash
32962 raggedleftmarginnote}{
32963 \backslash
32964 centering}
32965 \end_layout
32966
32967 \begin_layout Plain Layout
32968
32969
32970 \backslash
32971 renewcommand*{
32972 \backslash
32973 raggedrightmarginnote}{
32974 \backslash
32975 centering}
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \begin_inset Marginal
32982 status open
32983
32984 \begin_layout Plain Layout
32985 El texto de esta nota está centrado.
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \family default
32992 \series default
32993  El valor predeterminado es 
32994 \end_layout
32995
32996 \begin_layout Standard
32997
32998 \series bold
32999
33000 \backslash
33001 renewcommand*{
33002 \backslash
33003 raggedleftmarginnote}{
33004 \backslash
33005 raggedleft}
33006 \begin_inset Newline newline
33007 \end_inset
33008
33009
33010 \backslash
33011 renewcommand*{
33012 \backslash
33013 raggedrightmarginnote}{
33014 \backslash
33015 raggedright}
33016 \family roman
33017 \series medium
33018
33019 \begin_inset ERT
33020 status collapsed
33021
33022 \begin_layout Plain Layout
33023
33024
33025 \backslash
33026 renewcommand*{
33027 \backslash
33028 raggedleftmarginnote}{
33029 \backslash
33030 raggedleft}
33031 \end_layout
33032
33033 \begin_layout Plain Layout
33034
33035
33036 \backslash
33037 renewcommand*{
33038 \backslash
33039 raggedrightmarginnote}{
33040 \backslash
33041 raggedright}
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset VSpace medskip
33051 \end_inset
33052
33053 Para otras características de 
33054 \series bold
33055 marginnote
33056 \series default
33057  mira en su documentación 
33058 \begin_inset CommandInset citation
33059 LatexCommand cite
33060 key "marginnote"
33061 literal "true"
33062
33063 \end_inset
33064
33065 .
33066 \end_layout
33067
33068 \begin_layout Standard
33069 \begin_inset VSpace bigskip
33070 \end_inset
33071
33072 El diseño de las notas al margen puede ser redefinido.
33073  Por ejemplo, para crear una cabecera para todas las notas con el texto
33074  
33075 \begin_inset Quotes eld
33076 \end_inset
33077
33078
33079 \series bold
33080 \bar under
33081 ¡
33082 \family sans
33083 Atención
33084 \family default
33085 !
33086 \series default
33087 \bar default
33088
33089 \begin_inset Quotes erd
33090 \end_inset
33091
33092 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
33093 \end_layout
33094
33095 \begin_layout Standard
33096
33097 \series bold
33098
33099 \backslash
33100 let
33101 \backslash
33102 myMarginpar
33103 \backslash
33104 marginpar
33105 \begin_inset Newline newline
33106 \end_inset
33107
33108
33109 \backslash
33110 renewcommand{
33111 \backslash
33112 marginpar}[1]{
33113 \backslash
33114 myMarginpar{%
33115 \begin_inset Newline newline
33116 \end_inset
33117
33118
33119 \begin_inset Phantom HPhantom
33120 status open
33121
33122 \begin_layout Plain Layout
33123
33124 \series bold
33125 \begin_inset space ~
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \end_inset
33132
33133
33134 \backslash
33135 hspace{0pt}
33136 \backslash
33137 textsf{
33138 \backslash
33139 textbf{
33140 \backslash
33141 underbar{¡Atención!}}}%
33142 \begin_inset Newline newline
33143 \end_inset
33144
33145
33146 \begin_inset Phantom HPhantom
33147 status open
33148
33149 \begin_layout Plain Layout
33150
33151 \series bold
33152 \begin_inset space ~
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \backslash
33162 vspace{1.5mm}
33163 \backslash
33164
33165 \backslash
33166 #1}}
33167 \end_layout
33168
33169 \begin_layout Standard
33170
33171 \family roman
33172 \series medium
33173 \begin_inset ERT
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177
33178
33179 \backslash
33180 let
33181 \backslash
33182 myMarginpar
33183 \backslash
33184 marginpar
33185 \end_layout
33186
33187 \begin_layout Plain Layout
33188
33189
33190 \backslash
33191 renewcommand{
33192 \backslash
33193 marginpar}[1]{
33194 \backslash
33195 myMarginpar{%
33196 \end_layout
33197
33198 \begin_layout Plain Layout
33199
33200    
33201 \backslash
33202 textsf{
33203 \backslash
33204 textbf{
33205 \backslash
33206 underbar{¡Atención!}}}%
33207 \end_layout
33208
33209 \begin_layout Plain Layout
33210
33211    
33212 \backslash
33213 vspace{1.5mm}
33214 \backslash
33215
33216 \backslash
33217 #1}}
33218 \end_layout
33219
33220 \end_inset
33221
33222
33223 \begin_inset Marginal
33224 status open
33225
33226 \begin_layout Plain Layout
33227 Esta es una nota con una cabecera definida.
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \family default
33234 \series default
33235
33236 \begin_inset ERT
33237 status collapsed
33238
33239 \begin_layout Plain Layout
33240
33241 [-1.5cm]
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \family roman
33248 \series medium
33249
33250 \begin_inset ERT
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254
33255
33256 \backslash
33257 renewcommand{
33258 \backslash
33259 marginpar}[1]{
33260 \backslash
33261 myMarginpar{#1}}
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \family default
33268 \series default
33269
33270 \begin_inset Note Note
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset ERT
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287
33288
33289 \backslash
33290 else
33291 \end_layout
33292
33293 \end_inset
33294
33295
33296 \begin_inset Note Note
33297 status open
33298
33299 \begin_layout Plain Layout
33300 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
33301  
33302 \series bold
33303 marginnote
33304 \series default
33305 .
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Debes instalar el paquete \SpecialChar LaTeX
33315  
33316 \series bold
33317 marginnote
33318 \series default
33319  para ver la parte siguiente en la salida.
33320 \end_layout
33321
33322 \begin_layout Standard
33323 \begin_inset ERT
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327
33328
33329 \backslash
33330 fi
33331 \end_layout
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \begin_layout Chapter
33339 Marcos
33340 \end_layout
33341
33342 \begin_layout Section
33343 Introducción
33344 \begin_inset Index idx
33345 status collapsed
33346
33347 \begin_layout Plain Layout
33348 Marcos ! Introducción
33349 \end_layout
33350
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \begin_layout Standard
33357 Los marcos se emplean para dar formato a bloques de texto.
33358  Se pueden usar para escribir documentos con varios idiomas, véase sección
33359 \begin_inset space ~
33360 \end_inset
33361
33362
33363 \begin_inset CommandInset ref
33364 LatexCommand ref
33365 reference "sec:Minipáginas"
33366
33367 \end_inset
33368
33369 , enmarcar textos, véase sección
33370 \begin_inset space ~
33371 \end_inset
33372
33373
33374 \begin_inset CommandInset ref
33375 LatexCommand ref
33376 reference "sec:Decoración"
33377
33378 \end_inset
33379
33380 , evitar la división de palabras, véase sección
33381 \begin_inset space ~
33382 \end_inset
33383
33384
33385 \begin_inset CommandInset ref
33386 LatexCommand ref
33387 reference "sec:Evitar-la-Partición"
33388
33389 \end_inset
33390
33391 , alinear texto, véase sección
33392 \begin_inset space ~
33393 \end_inset
33394
33395
33396 \begin_inset CommandInset ref
33397 LatexCommand ref
33398 reference "subsec:Alineación-Vertical"
33399
33400 \end_inset
33401
33402 , o para poner color de fondo a un texto, véase sección
33403 \begin_inset space ~
33404 \end_inset
33405
33406
33407 \begin_inset CommandInset ref
33408 LatexCommand ref
33409 reference "sec:Marcos-Coloreados"
33410
33411 \end_inset
33412
33413 .
33414 \end_layout
33415
33416 \begin_layout Standard
33417 Se insertan con el menú 
33418 \family sans
33419 Insertar\SpecialChar menuseparator
33420 Marco
33421 \family default
33422  o con el botón 
33423 \begin_inset Info
33424 type  "icon"
33425 arg   "box-insert Frameless"
33426 \end_inset
33427
33428 .
33429  Surge un recuadro gris con la etiqueta 
33430 \family sans
33431 Marco (Minipágina)
33432 \family default
33433
33434 \begin_inset Graphics
33435         filename clipart/CuadroMinipagina.png
33436         scale 95
33437
33438 \end_inset
33439
33440 .
33441  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
33442  
33443 \family sans
33444 Configuración
33445 \family default
33446 .
33447  Sale un diálogo en el que 
33448 \family sans
33449 Marco
33450 \family default
33451
33452 \begin_inset space ~
33453 \end_inset
33454
33455
33456 \family sans
33457 interior
33458 \family default
33459  permite escoger los tipos
33460 \family sans
33461  Minipágina
33462 \family default
33463
33464 \family sans
33465 Marco de párrafo
33466 \family default
33467  y 
33468 \family sans
33469 Marco de 
33470 \family default
33471 línea.
33472  
33473 \family sans
33474 Minipágina
33475 \family default
33476  es el predeterminado para nuevos marcos y se explica en la sección
33477 \begin_inset space ~
33478 \end_inset
33479
33480
33481 \begin_inset CommandInset ref
33482 LatexCommand ref
33483 reference "sec:Minipáginas"
33484
33485 \end_inset
33486
33487 ; el tipo 
33488 \family sans
33489 Marco de párrafo
33490 \family default
33491  se describe en la sección
33492 \begin_inset space ~
33493 \end_inset
33494
33495
33496 \begin_inset CommandInset ref
33497 LatexCommand ref
33498 reference "sec:Marcos-de-Párrafo"
33499
33500 \end_inset
33501
33502  y el tipo 
33503 \family sans
33504 Marco de línea
33505 \family default
33506  se describe en la sección
33507 \begin_inset space ~
33508 \end_inset
33509
33510
33511 \begin_inset CommandInset ref
33512 LatexCommand ref
33513 reference "sec:Evitar-la-Partición"
33514
33515 \end_inset
33516
33517 .
33518 \end_layout
33519
33520 \begin_layout Standard
33521 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
33522  o las notas al pie.
33523 \end_layout
33524
33525 \begin_layout Standard
33526 \begin_inset Note Greyedout
33527 status open
33528
33529 \begin_layout Plain Layout
33530
33531 \series bold
33532 Nota:
33533 \series default
33534  Los marcos no deben ser el ítem en un entorno 
33535 \family sans
33536 Enumeración*
33537 \family default
33538  o 
33539 \family sans
33540 Descripción
33541 \family default
33542 .
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset Note Greyedout
33552 status open
33553
33554 \begin_layout Plain Layout
33555
33556 \series bold
33557 Nota:
33558 \series default
33559  Por razones desconocidas sólo se puede poner el tipo 
33560 \family sans
33561 Marco
33562 \begin_inset space ~
33563 \end_inset
33564
33565 interior
33566 \family default
33567  en 
33568 \family sans
33569 Ninguno
33570 \family default
33571  cuando se emplea un marco enmarcado.
33572  Los marcos sin ningún tipo de 
33573 \family sans
33574 Marco
33575 \begin_inset space ~
33576 \end_inset
33577
33578 interior
33579 \family default
33580  y sin bordes se explican en la sección
33581 \begin_inset space ~
33582 \end_inset
33583
33584
33585 \begin_inset CommandInset ref
33586 LatexCommand ref
33587 reference "sec:Evitar-la-Partición"
33588
33589 \end_inset
33590
33591 .
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \begin_layout Section
33600 Diálogo de marcos
33601 \begin_inset CommandInset label
33602 LatexCommand label
33603 name "sec:Diálogo-Marcos"
33604
33605 \end_inset
33606
33607
33608 \begin_inset Index idx
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612 Marcos ! Configuración
33613 \end_layout
33614
33615 \end_inset
33616
33617
33618 \end_layout
33619
33620 \begin_layout Subsection
33621 Tamaño
33622 \begin_inset Index idx
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626 Marcos ! Tamaño
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \begin_layout Standard
33635 En el diálogo puedes ajustar la geometría del marco en los campos 
33636 \family sans
33637 Ancho
33638 \family default
33639  y 
33640 \family sans
33641 Alto
33642 \family default
33643 .
33644  Las unidades disponibles para la geometría se describen en el cuadro
33645 \begin_inset space ~
33646 \end_inset
33647
33648
33649 \begin_inset CommandInset ref
33650 LatexCommand ref
33651 reference "tab:Unidades"
33652
33653 \end_inset
33654
33655 .
33656  El campo 
33657 \family sans
33658 Alto
33659 \family default
33660  ofrece los siguientes tamaños adicionales:
33661 \end_layout
33662
33663 \begin_layout Description
33664 Profundidad Es la 
33665 \begin_inset Quotes cld
33666 \end_inset
33667
33668 altura
33669 \begin_inset Quotes crd
33670 \end_inset
33671
33672  del texto plano.
33673  Ignora la profundidad total cuando hay múltiples líneas de texto en el
33674  marco:
33675 \begin_inset Newline newline
33676 \end_inset
33677
33678
33679 \begin_inset Newline newline
33680 \end_inset
33681
33682
33683 \begin_inset Newline newline
33684 \end_inset
33685
33686
33687 \begin_inset Newline newline
33688 \end_inset
33689
33690
33691 \begin_inset Box Boxed
33692 position "c"
33693 hor_pos "c"
33694 has_inner_box 1
33695 inner_pos "c"
33696 use_parbox 0
33697 use_makebox 0
33698 width "12col%"
33699 special "none"
33700 height "1in"
33701 height_special "depth"
33702 thickness "0.4pt"
33703 separation "3pt"
33704 shadowsize "4pt"
33705 framecolor "black"
33706 backgroundcolor "none"
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710 \align center
33711 Marco con altura establecida en 1
33712 \begin_inset space \thinspace{}
33713 \end_inset
33714
33715 Profundidad
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \begin_inset Newline newline
33722 \end_inset
33723
33724
33725 \begin_inset Newline newline
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Description
33732 Alto Es la altura del texto que está dentro del marco.
33733  Un valor de, p.
33734 \begin_inset space \thinspace{}
33735 \end_inset
33736
33737 ej.
33738 \begin_inset space ~
33739 \end_inset
33740
33741 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
33742  
33743 \begin_inset Box Boxed
33744 position "c"
33745 hor_pos "c"
33746 has_inner_box 1
33747 inner_pos "c"
33748 use_parbox 0
33749 use_makebox 0
33750 width "20col%"
33751 special "none"
33752 height "2in"
33753 height_special "height"
33754 thickness "0.4pt"
33755 separation "3pt"
33756 shadowsize "4pt"
33757 framecolor "black"
33758 backgroundcolor "none"
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 \align center
33763 Marco con altura puesta en 2
33764 \begin_inset space \thinspace{}
33765 \end_inset
33766
33767 Alto
33768 \end_layout
33769
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \begin_layout Description
33776 Alto
33777 \begin_inset space ~
33778 \end_inset
33779
33780 total Esto es el Alto
33781 \begin_inset space \thinspace{}
33782 \end_inset
33783
33784 +
33785 \begin_inset space \thinspace{}
33786 \end_inset
33787
33788 Profundidad: 
33789 \begin_inset Box Boxed
33790 position "c"
33791 hor_pos "c"
33792 has_inner_box 1
33793 inner_pos "c"
33794 use_parbox 0
33795 use_makebox 0
33796 width "20col%"
33797 special "none"
33798 height "1in"
33799 height_special "totalheight"
33800 thickness "0.4pt"
33801 separation "3pt"
33802 shadowsize "4pt"
33803 framecolor "black"
33804 backgroundcolor "none"
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808 \align center
33809 Marco con altura puesta a 1
33810 \begin_inset space \thinspace{}
33811 \end_inset
33812
33813 Alto
33814 \begin_inset space ~
33815 \end_inset
33816
33817 total
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \end_layout
33824
33825 \begin_layout Description
33826 Ancho Esto determina al ancho del marco como altura: 
33827 \begin_inset Box Boxed
33828 position "c"
33829 hor_pos "c"
33830 has_inner_box 1
33831 inner_pos "c"
33832 use_parbox 0
33833 use_makebox 0
33834 width "12col%"
33835 special "none"
33836 height "1in"
33837 height_special "width"
33838 thickness "0.4pt"
33839 separation "3pt"
33840 shadowsize "4pt"
33841 framecolor "black"
33842 backgroundcolor "none"
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846 \align center
33847 Marco con altura puesta en 1
33848 \begin_inset space \thinspace{}
33849 \end_inset
33850
33851 Ancho
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Subsection
33860 Alineación
33861 \begin_inset Index idx
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 Marcos ! Alineación
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \begin_layout Standard
33874 Si has elegido un 
33875 \family sans
33876 Marco
33877 \begin_inset space ~
33878 \end_inset
33879
33880 interior
33881 \family default
33882 , la alineación vertical del marco puede ser:
33883 \end_layout
33884
33885 \begin_layout Description
33886 Superior Ejemplo de línea de texto.
33887  
33888 \begin_inset Box Boxed
33889 position "t"
33890 hor_pos "c"
33891 has_inner_box 1
33892 inner_pos "c"
33893 use_parbox 0
33894 use_makebox 0
33895 width "12col%"
33896 special "none"
33897 height "1in"
33898 height_special "totalheight"
33899 thickness "0.4pt"
33900 separation "3pt"
33901 shadowsize "4pt"
33902 framecolor "black"
33903 backgroundcolor "none"
33904 status collapsed
33905
33906 \begin_layout Plain Layout
33907 \align center
33908 marco alineado arriba.
33909 \end_layout
33910
33911 \end_inset
33912
33913  Ejemplo de línea de texto.
33914 \end_layout
33915
33916 \begin_layout Description
33917 Medio Ejemplo de línea de texto.
33918  
33919 \begin_inset Box Boxed
33920 position "c"
33921 hor_pos "c"
33922 has_inner_box 1
33923 inner_pos "c"
33924 use_parbox 0
33925 use_makebox 0
33926 width "12col%"
33927 special "none"
33928 height "1in"
33929 height_special "totalheight"
33930 thickness "0.4pt"
33931 separation "3pt"
33932 shadowsize "4pt"
33933 framecolor "black"
33934 backgroundcolor "none"
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 \align center
33939 marco alineado en medio.
33940 \end_layout
33941
33942 \end_inset
33943
33944  Ejemplo de línea de texto.
33945 \end_layout
33946
33947 \begin_layout Description
33948 Inferior Ejemplo de línea de texto.
33949  
33950 \begin_inset Box Boxed
33951 position "b"
33952 hor_pos "c"
33953 has_inner_box 1
33954 inner_pos "c"
33955 use_parbox 0
33956 use_makebox 0
33957 width "12col%"
33958 special "none"
33959 height "1in"
33960 height_special "totalheight"
33961 thickness "0.4pt"
33962 separation "3pt"
33963 shadowsize "4pt"
33964 framecolor "black"
33965 backgroundcolor "none"
33966 status collapsed
33967
33968 \begin_layout Plain Layout
33969 \align center
33970 marco alineado abajo.
33971 \end_layout
33972
33973 \end_inset
33974
33975  Ejemplo de línea de texto.
33976 \end_layout
33977
33978 \begin_layout Standard
33979 \begin_inset Note Greyedout
33980 status open
33981
33982 \begin_layout Plain Layout
33983
33984 \series bold
33985 Nota:
33986 \series default
33987  La alineación vertical puede desaparecer en la salida si hay dos marcos
33988  en una línea y, p.
33989 \begin_inset space \thinspace{}
33990 \end_inset
33991
33992 ej., uno de ellos tiene sombreado y el otro no.
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Standard
34001 La alineación horizontal del marco puede establecerse en el diálogo de configura
34002 ción de párrafo de \SpecialChar LyX
34003  si colocas el marco en su propio párrafo.
34004 \end_layout
34005
34006 \begin_layout Standard
34007 \begin_inset VSpace bigskip
34008 \end_inset
34009
34010 Si has escogido un 
34011 \family sans
34012 Marco
34013 \begin_inset space ~
34014 \end_inset
34015
34016 interior
34017 \family default
34018 , el contenido puede alinearse verticalmente a:
34019 \end_layout
34020
34021 \begin_layout Description
34022 Superior Ejemplo de línea de texto.
34023  
34024 \begin_inset Box Boxed
34025 position "c"
34026 hor_pos "c"
34027 has_inner_box 1
34028 inner_pos "t"
34029 use_parbox 0
34030 use_makebox 0
34031 width "12col%"
34032 special "none"
34033 height "1.5in"
34034 height_special "totalheight"
34035 thickness "0.4pt"
34036 separation "3pt"
34037 shadowsize "4pt"
34038 framecolor "black"
34039 backgroundcolor "none"
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 \align center
34044 marco con texto alineado arriba.
34045 \end_layout
34046
34047 \end_inset
34048
34049  Ejemplo de línea de texto.
34050 \end_layout
34051
34052 \begin_layout Description
34053 Medio Ejemplo de línea de texto.
34054  
34055 \begin_inset Box Boxed
34056 position "c"
34057 hor_pos "c"
34058 has_inner_box 1
34059 inner_pos "c"
34060 use_parbox 0
34061 use_makebox 0
34062 width "12col%"
34063 special "none"
34064 height "1.5in"
34065 height_special "totalheight"
34066 thickness "0.4pt"
34067 separation "3pt"
34068 shadowsize "4pt"
34069 framecolor "black"
34070 backgroundcolor "none"
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074 \align center
34075 marco con texto alineado en medio.
34076 \end_layout
34077
34078 \end_inset
34079
34080  Ejemplo de línea de texto.
34081 \end_layout
34082
34083 \begin_layout Description
34084 Inferior Ejemplo de línea de texto.
34085  
34086 \begin_inset Box Boxed
34087 position "c"
34088 hor_pos "c"
34089 has_inner_box 1
34090 inner_pos "b"
34091 use_parbox 0
34092 use_makebox 0
34093 width "12col%"
34094 special "none"
34095 height "1.5in"
34096 height_special "totalheight"
34097 thickness "0.4pt"
34098 separation "3pt"
34099 shadowsize "4pt"
34100 framecolor "black"
34101 backgroundcolor "none"
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105 \align center
34106 marco con texto alineado abajo.
34107 \end_layout
34108
34109 \end_inset
34110
34111  Ejemplo de línea de texto.
34112 \end_layout
34113
34114 \begin_layout Description
34115 Estirado Ejemplo de línea de texto.
34116  
34117 \begin_inset Box Boxed
34118 position "c"
34119 hor_pos "c"
34120 has_inner_box 1
34121 inner_pos "s"
34122 use_parbox 0
34123 use_makebox 0
34124 width "12col%"
34125 special "none"
34126 height "1.5in"
34127 height_special "totalheight"
34128 thickness "0.4pt"
34129 separation "3pt"
34130 shadowsize "4pt"
34131 framecolor "black"
34132 backgroundcolor "none"
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 \align center
34137 Este texto
34138 \end_layout
34139
34140 \begin_layout Plain Layout
34141 \align center
34142 está
34143 \end_layout
34144
34145 \begin_layout Plain Layout
34146 \align center
34147 estirado.
34148 \end_layout
34149
34150 \end_inset
34151
34152  Ejemplo de línea de texto.
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Para estirar el contenido debe tener más de un párrafo.
34157  En el ejemplo anterior cada línea de texto está en un párrafo propio.
34158 \end_layout
34159
34160 \begin_layout Standard
34161 \begin_inset VSpace bigskip
34162 \end_inset
34163
34164 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
34165  \SpecialChar LyX
34166  cuando hayas escogido un 
34167 \family sans
34168 Marco
34169 \begin_inset space ~
34170 \end_inset
34171
34172 interior
34173 \family default
34174 .
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \align center
34179 \begin_inset Box Boxed
34180 position "c"
34181 hor_pos "c"
34182 has_inner_box 1
34183 inner_pos "s"
34184 use_parbox 0
34185 use_makebox 0
34186 width "15col%"
34187 special "none"
34188 height "1.25in"
34189 height_special "totalheight"
34190 thickness "0.4pt"
34191 separation "3pt"
34192 shadowsize "4pt"
34193 framecolor "black"
34194 backgroundcolor "none"
34195 status collapsed
34196
34197 \begin_layout Plain Layout
34198 \align left
34199 marco
34200 \end_layout
34201
34202 \begin_layout Plain Layout
34203 \align center
34204 con texto
34205 \end_layout
34206
34207 \begin_layout Plain Layout
34208 \align right
34209 estirado
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Standard
34218 Si no has establecido un 
34219 \family sans
34220 Marco
34221 \begin_inset space ~
34222 \end_inset
34223
34224 interior
34225 \family default
34226 , puedes alinear horizontalmente el contenido del marco en el diálogo de
34227  marcos.
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \align center
34232 \begin_inset Box Boxed
34233 position "c"
34234 hor_pos "s"
34235 has_inner_box 0
34236 inner_pos "s"
34237 use_parbox 0
34238 use_makebox 0
34239 width "90col%"
34240 special "none"
34241 height "1.25in"
34242 height_special "totalheight"
34243 thickness "0.4pt"
34244 separation "3pt"
34245 shadowsize "4pt"
34246 framecolor "black"
34247 backgroundcolor "none"
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251 Texto estirado horizontalmente.
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Subsection
34260 Decoración
34261 \begin_inset CommandInset label
34262 LatexCommand label
34263 name "sec:Decoración"
34264
34265 \end_inset
34266
34267
34268 \begin_inset Index idx
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272 Marcos ! Decoración
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Standard
34281 El estilo de borde del marco se puede determinar en la lista desplegable
34282  
34283 \family sans
34284 Tipo
34285 \family default
34286  del diálogo de marcos.
34287  Son posibles los siguientes bordes:
34288 \end_layout
34289
34290 \begin_layout Description
34291 Sin
34292 \begin_inset space ~
34293 \end_inset
34294
34295 borde No se dibuja ninguno.
34296 \end_layout
34297
34298 \begin_layout Description
34299 Borde
34300 \begin_inset space ~
34301 \end_inset
34302
34303 rectangular
34304 \begin_inset space ~
34305 \end_inset
34306
34307 sencillo Dibuja un borde rectangular alrededor del marco.
34308  El grosor del borde se puede especificar.
34309  
34310 \begin_inset Box Boxed
34311 position "c"
34312 hor_pos "c"
34313 has_inner_box 1
34314 inner_pos "c"
34315 use_parbox 0
34316 use_makebox 0
34317 width "25col%"
34318 special "none"
34319 height "1in"
34320 height_special "totalheight"
34321 thickness "0.4pt"
34322 separation "3pt"
34323 shadowsize "4pt"
34324 framecolor "black"
34325 backgroundcolor "none"
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329 \align center
34330 Marco rectangular
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Description
34339 Borde
34340 \begin_inset space ~
34341 \end_inset
34342
34343 ovalado,
34344 \begin_inset space ~
34345 \end_inset
34346
34347 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
34348 \begin_inset space \thinspace{}
34349 \end_inset
34350
34351 pt.
34352  
34353 \begin_inset Box ovalbox
34354 position "c"
34355 hor_pos "c"
34356 has_inner_box 1
34357 inner_pos "c"
34358 use_parbox 0
34359 use_makebox 0
34360 width "25col%"
34361 special "none"
34362 height "1in"
34363 height_special "totalheight"
34364 thickness "0.4pt"
34365 separation "3pt"
34366 shadowsize "4pt"
34367 framecolor "black"
34368 backgroundcolor "none"
34369 status collapsed
34370
34371 \begin_layout Plain Layout
34372 \align center
34373 Borde ovalado, fino
34374 \end_layout
34375
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \begin_layout Description
34382 Borde
34383 \begin_inset space ~
34384 \end_inset
34385
34386 ovalado,
34387 \begin_inset space ~
34388 \end_inset
34389
34390 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
34391 \begin_inset space \thinspace{}
34392 \end_inset
34393
34394 pt.
34395  
34396 \begin_inset Box Ovalbox
34397 position "c"
34398 hor_pos "c"
34399 has_inner_box 1
34400 inner_pos "c"
34401 use_parbox 0
34402 use_makebox 0
34403 width "30col%"
34404 special "none"
34405 height "1in"
34406 height_special "totalheight"
34407 thickness "0.4pt"
34408 separation "3pt"
34409 shadowsize "4pt"
34410 framecolor "black"
34411 backgroundcolor "none"
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415 \align center
34416 Borde ovalado, grueso
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Description
34425 Borde
34426 \begin_inset space ~
34427 \end_inset
34428
34429 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
34430  El grosor de la línea y la sombra se puede especificar.
34431  
34432 \begin_inset Box Shadowbox
34433 position "c"
34434 hor_pos "c"
34435 has_inner_box 1
34436 inner_pos "c"
34437 use_parbox 0
34438 use_makebox 0
34439 width "20col%"
34440 special "none"
34441 height "1in"
34442 height_special "totalheight"
34443 thickness "0.4pt"
34444 separation "3pt"
34445 shadowsize "4pt"
34446 framecolor "black"
34447 backgroundcolor "none"
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451 \align center
34452 Borde sombrado
34453 \end_layout
34454
34455 \end_inset
34456
34457
34458 \end_layout
34459
34460 \begin_layout Description
34461 Fondo
34462 \begin_inset space ~
34463 \end_inset
34464
34465 coloreado Dibuja un cuadro con fondo de color rojo.
34466  A diferencia de los cuadros coloreados,
34467 \begin_inset Foot
34468 status collapsed
34469
34470 \begin_layout Plain Layout
34471 véase sec.
34472  
34473 \begin_inset CommandInset ref
34474 LatexCommand ref
34475 reference "sec:Marcos-Coloreados"
34476
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \end_inset
34483
34484  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
34485 \begin_inset Box Shaded
34486 position "t"
34487 hor_pos "c"
34488 has_inner_box 0
34489 inner_pos "t"
34490 use_parbox 0
34491 use_makebox 0
34492 width "50col%"
34493 special "none"
34494 height "1in"
34495 height_special "totalheight"
34496 thickness "0.4pt"
34497 separation "3pt"
34498 shadowsize "4pt"
34499 framecolor "black"
34500 backgroundcolor "none"
34501 status collapsed
34502
34503 \begin_layout Plain Layout
34504 Cuadro con fondo sombreado
34505 \end_layout
34506
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \begin_layout Description
34513 Borde
34514 \begin_inset space ~
34515 \end_inset
34516
34517 rectangular
34518 \begin_inset space ~
34519 \end_inset
34520
34521 doble Dibuja un rectángulo de línea doble alrededor.
34522  El grosor de la línea interior es 0.75
34523 \begin_inset space \thinspace{}
34524 \end_inset
34525
34526 grosor
34527 \begin_inset space ~
34528 \end_inset
34529
34530 del
34531 \begin_inset space ~
34532 \end_inset
34533
34534 borde, el de la línea exterior es 1.5
34535 \begin_inset space \thinspace{}
34536 \end_inset
34537
34538 grosor
34539 \begin_inset space ~
34540 \end_inset
34541
34542 del
34543 \begin_inset space ~
34544 \end_inset
34545
34546 borde.
34547  La distancia entre líneas es 1.5
34548 \begin_inset space \thinspace{}
34549 \end_inset
34550
34551 grosor
34552 \begin_inset space ~
34553 \end_inset
34554
34555 del
34556 \begin_inset space ~
34557 \end_inset
34558
34559 borde
34560 \begin_inset space \thinspace{}
34561 \end_inset
34562
34563 +
34564 \begin_inset space \thinspace{}
34565 \end_inset
34566
34567 0.5
34568 \begin_inset space \thinspace{}
34569 \end_inset
34570
34571 pt.
34572  
34573 \begin_inset Box Doublebox
34574 position "c"
34575 hor_pos "c"
34576 has_inner_box 1
34577 inner_pos "c"
34578 use_parbox 0
34579 use_makebox 0
34580 width "20col%"
34581 special "none"
34582 height "1in"
34583 height_special "totalheight"
34584 thickness "0.4pt"
34585 separation "3pt"
34586 shadowsize "4pt"
34587 framecolor "black"
34588 backgroundcolor "none"
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592 \align center
34593 Borde doble
34594 \end_layout
34595
34596 \end_inset
34597
34598
34599 \end_layout
34600
34601 \begin_layout Standard
34602 La etiqueta del marco en \SpecialChar LyX
34603  reflejará el estilo de borde elegido.
34604  Para poder utilizar los distintos bordes, debe estar instalado el paquete
34605  \SpecialChar LaTeX
34606  
34607 \series bold
34608 fancybox
34609 \series default
34610
34611 \begin_inset Index idx
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615 \SpecialChar LaTeX
34616 -paquetes ! fancybox
34617 \end_layout
34618
34619 \end_inset
34620
34621 .
34622 \end_layout
34623
34624 \begin_layout Standard
34625 \begin_inset VSpace bigskip
34626 \end_inset
34627
34628 Si usas la decoración 
34629 \family sans
34630 Borde rectangular sencillo
34631 \family default
34632  sin marco interior, puedes permitir saltos de página dentro del marco.
34633  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
34634  el borde usa siempre todo el ancho de columna y el marco se establece como
34635  su párrafo propio: 
34636 \begin_inset Box Framed
34637 position "t"
34638 hor_pos "c"
34639 has_inner_box 0
34640 inner_pos "t"
34641 use_parbox 0
34642 use_makebox 0
34643 width "100col%"
34644 special "none"
34645 height "1in"
34646 height_special "totalheight"
34647 thickness "0.4pt"
34648 separation "3pt"
34649 shadowsize "4pt"
34650 framecolor "black"
34651 backgroundcolor "none"
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655 Cuadro que permite saltos de página
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Section
34664 Personalización de marcos
34665 \begin_inset Index idx
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 Marcos ! Personalizar
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Standard
34678 El diámetro de las esquinas de los bordes ovalados se puede modificar con
34679  el comando 
34680 \series bold
34681
34682 \backslash
34683 cornersize
34684 \series default
34685 .
34686  El comando
34687 \end_layout
34688
34689 \begin_layout Standard
34690
34691 \series bold
34692
34693 \backslash
34694 cornersize*{1cm}
34695 \end_layout
34696
34697 \begin_layout Standard
34698 establece un diámetro de 1
34699 \begin_inset space \thinspace{}
34700 \end_inset
34701
34702 cm.
34703  El comando
34704 \end_layout
34705
34706 \begin_layout Standard
34707
34708 \series bold
34709
34710 \backslash
34711 cornersize{num}
34712 \end_layout
34713
34714 \begin_layout Standard
34715 fija el diámetro en 
34716 \family sans
34717 num
34718 \begin_inset space \thinspace{}
34719 \end_inset
34720
34721 ×
34722 \begin_inset space \thinspace{}
34723 \end_inset
34724
34725 mínimo
34726 \family default
34727  
34728 \family sans
34729 (ancho y alto del marco)
34730 \family default
34731 .
34732  Por omisión es 
34733 \series bold
34734
34735 \backslash
34736 cornersize{0.5}
34737 \series default
34738 .
34739 \end_layout
34740
34741 \begin_layout Standard
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 cornersize*{1.5cm}
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \begin_inset Box Ovalbox
34756 position "c"
34757 hor_pos "c"
34758 has_inner_box 1
34759 inner_pos "c"
34760 use_parbox 0
34761 use_makebox 0
34762 width "28col%"
34763 special "none"
34764 height "1in"
34765 height_special "totalheight"
34766 thickness "0.4pt"
34767 separation "3pt"
34768 shadowsize "4pt"
34769 framecolor "black"
34770 backgroundcolor "none"
34771 status open
34772
34773 \begin_layout Plain Layout
34774 \align center
34775 Marco ovalado con 
34776 \series bold
34777
34778 \backslash
34779 cornersize
34780 \series default
34781
34782 \begin_inset space \thinspace{}
34783 \end_inset
34784
34785 =
34786 \begin_inset space \thinspace{}
34787 \end_inset
34788
34789 1.5
34790 \begin_inset space \thinspace{}
34791 \end_inset
34792
34793 cm
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \begin_inset ERT
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803
34804
34805 \backslash
34806 cornersize{0.5}
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Standard
34815 \begin_inset VSpace bigskip
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Standard
34822 El color rojo predeterminado de los marcos con 
34823 \family sans
34824 fondo
34825 \begin_inset space ~
34826 \end_inset
34827
34828 coloreado
34829 \family default
34830  se puede cambiar en el sitio con el comando 
34831 \series bold
34832
34833 \backslash
34834 definecolor{shadecolor}
34835 \series default
34836  o globalmente con el menú 
34837 \family sans
34838 Herramientas
34839 \family default
34840 \SpecialChar menuseparator
34841
34842 \family sans
34843 Preferencias
34844 \family default
34845 \SpecialChar menuseparator
34846
34847 \family sans
34848 Colores
34849 \family default
34850 \SpecialChar menuseparator
34851
34852 \family sans
34853 marco
34854 \begin_inset space ~
34855 \end_inset
34856
34857 coloreado
34858 \family default
34859 .
34860  El esquema del comando 
34861 \series bold
34862
34863 \backslash
34864 definecolor
34865 \series default
34866  se explica en la sección
34867 \begin_inset space ~
34868 \end_inset
34869
34870
34871 \begin_inset CommandInset ref
34872 LatexCommand ref
34873 reference "sec:Cuadros-Coloreados"
34874
34875 \end_inset
34876
34877 .
34878 \begin_inset Foot
34879 status collapsed
34880
34881 \begin_layout Plain Layout
34882 El comando 
34883 \series bold
34884
34885 \backslash
34886 definecolor
34887 \series default
34888  requiere el paquete \SpecialChar LaTeX
34889  
34890 \series bold
34891 color
34892 \series default
34893  en el preámbulo, véase la sección
34894 \begin_inset space ~
34895 \end_inset
34896
34897
34898 \begin_inset CommandInset ref
34899 LatexCommand ref
34900 reference "sec:Marcos-Coloreados"
34901
34902 \end_inset
34903
34904 .
34905 \end_layout
34906
34907 \end_inset
34908
34909  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
34910
34911 \end_layout
34912
34913 \begin_layout Standard
34914
34915 \series bold
34916
34917 \backslash
34918 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34919 \end_layout
34920
34921 \begin_layout Standard
34922 \begin_inset ERT
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926
34927
34928 \backslash
34929 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \begin_inset Box Shaded
34936 position "t"
34937 hor_pos "c"
34938 has_inner_box 0
34939 inner_pos "t"
34940 use_parbox 0
34941 use_makebox 0
34942 width "100col%"
34943 special "none"
34944 height "1in"
34945 height_special "totalheight"
34946 thickness "0.4pt"
34947 separation "3pt"
34948 shadowsize "4pt"
34949 framecolor "black"
34950 backgroundcolor "none"
34951 status open
34952
34953 \begin_layout Plain Layout
34954
34955 \color yellow
34956 Texto amarillo en un marco con fondo coloreado en verde oscuro.
34957 \end_layout
34958
34959 \end_inset
34960
34961
34962 \begin_inset ERT
34963 status collapsed
34964
34965 \begin_layout Plain Layout
34966
34967
34968 \backslash
34969 definecolor{shadecolor}{rgb}{1,0,0}
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 \begin_inset VSpace bigskip
34979 \end_inset
34980
34981 Los cambios en las dimensiones y de los colores son válidos para todos los
34982  marcos que siguen a los comandos.
34983 \end_layout
34984
34985 \begin_layout Section
34986 Minipáginas
34987 \begin_inset CommandInset label
34988 LatexCommand label
34989 name "sec:Minipáginas"
34990
34991 \end_inset
34992
34993
34994 \begin_inset Index idx
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998 Marcos ! Minipáginas
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \end_layout
35005
35006 \begin_layout Standard
35007 Las minipáginas son tratadas por \SpecialChar LaTeX
35008  como páginas dentro de páginas y por tanto
35009  pueden tener, por ejemplo, sus propias notas al pie.
35010 \end_layout
35011
35012 \begin_layout Standard
35013 Las minipáginas son útiles para escribir documentos en distintas lenguas.
35014 \end_layout
35015
35016 \begin_layout Standard
35017 A continuación hay dos ejemplos de minipáginas adosadas.
35018  Su anchura está puesta en 45
35019 \begin_inset space \thinspace{}
35020 \end_inset
35021
35022 % y separadas por un relleno horizontal, insertado mediante el menú 
35023 \family sans
35024 Insertar\SpecialChar menuseparator
35025 Formato\SpecialChar menuseparator
35026 Relleno
35027 \begin_inset space ~
35028 \end_inset
35029
35030 horizontal
35031 \family default
35032 .
35033 \end_layout
35034
35035 \begin_layout Standard
35036 \begin_inset Box Frameless
35037 position "t"
35038 hor_pos "c"
35039 has_inner_box 1
35040 inner_pos "c"
35041 use_parbox 0
35042 use_makebox 0
35043 width "45col%"
35044 special "none"
35045 height "1in"
35046 height_special "totalheight"
35047 thickness "0.4pt"
35048 separation "3pt"
35049 shadowsize "4pt"
35050 framecolor "black"
35051 backgroundcolor "none"
35052 status open
35053
35054 \begin_layout Plain Layout
35055
35056 \lang ngerman
35057 Dies ist ein deutscher Text.
35058  Dies ist ein deutscher Text.
35059  Dies ist ein deutscher Text.
35060  Dies ist ein deutscher Text.
35061  Dies ist ein deutscher Text.
35062  Dies ist ein deutscher Text.
35063  Dies ist ein deutscher Text.
35064  Dies ist ein deutscher Text.
35065  Dies ist ein deutscher Text.
35066  Dies ist ein deutscher Text.
35067  Dies ist ein deutscher Text.
35068  Dies ist ein deutscher Text.
35069  Dies ist ein deutscher Text
35070 \begin_inset Foot
35071 status collapsed
35072
35073 \begin_layout Plain Layout
35074
35075 \lang ngerman
35076 Dies ist eine deutsche Fußnote.
35077 \end_layout
35078
35079 \end_inset
35080
35081 .
35082  Dies ist ein deutscher Text.
35083  Dies ist ein deutscher Text.
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \begin_inset space \hfill{}
35090 \end_inset
35091
35092
35093 \begin_inset Box Frameless
35094 position "t"
35095 hor_pos "c"
35096 has_inner_box 1
35097 inner_pos "c"
35098 use_parbox 0
35099 use_makebox 0
35100 width "45col%"
35101 special "none"
35102 height "1in"
35103 height_special "totalheight"
35104 thickness "0.4pt"
35105 separation "3pt"
35106 shadowsize "4pt"
35107 framecolor "black"
35108 backgroundcolor "none"
35109 status open
35110
35111 \begin_layout Plain Layout
35112
35113 \lang english
35114 This is an English Text.
35115  This is an English Text.
35116  This is an English Text.
35117  This is an English Text.
35118  This is an English Text.
35119  This is an English Text.
35120  This is an English Text.
35121  This is an English Text.
35122  This is an English Text.
35123  This is an English Text.
35124  This is an English Text.
35125  This is an English Text.
35126  This is an English Text.
35127  This is an English Text.
35128  This is an English Text.
35129  This is an English Text.
35130 \begin_inset Foot
35131 status collapsed
35132
35133 \begin_layout Plain Layout
35134
35135 \lang english
35136 This is an English footnote.
35137 \end_layout
35138
35139 \end_inset
35140
35141  This is an English Text.
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \begin_layout Standard
35150 \begin_inset VSpace bigskip
35151 \end_inset
35152
35153 La configuración global de párrafos se ignora en las minipáginas.
35154  Esto significa que en las mismas no habrá espacio entre párrafos aunque
35155  pongas p.
35156 \begin_inset space \thinspace{}
35157 \end_inset
35158
35159 ej.
35160 \begin_inset space ~
35161 \end_inset
35162
35163
35164 \family sans
35165 Salto
35166 \begin_inset space ~
35167 \end_inset
35168
35169 medio
35170 \family default
35171  en la configuración del documento.
35172 \end_layout
35173
35174 \begin_layout Standard
35175 Las minipáginas también sirven para poner un color de fondo para partes
35176  de texto, véase sección
35177 \begin_inset space ~
35178 \end_inset
35179
35180
35181 \begin_inset CommandInset ref
35182 LatexCommand ref
35183 reference "sec:Marcos-Coloreados"
35184
35185 \end_inset
35186
35187 .
35188 \end_layout
35189
35190 \begin_layout Standard
35191 \begin_inset Note Greyedout
35192 status open
35193
35194 \begin_layout Plain Layout
35195
35196 \series bold
35197 Nota:
35198 \series default
35199  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
35200  tener minipáginas en cuadros, en flotantes, y en otros marcos.
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Standard
35209 \begin_inset VSpace bigskip
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Standard
35216 \SpecialChar LyX
35217  proporciona soporte básico para minipáginas cuyo tamaño es determinado
35218  automáticamente por la anchura de su contenido, mediante el módulo 
35219 \family sans
35220 Minipáginas
35221 \begin_inset space ~
35222 \end_inset
35223
35224 ancho
35225 \begin_inset space ~
35226 \end_inset
35227
35228 variable
35229 \family default
35230 .
35231  El archivo de ejemplo \SpecialChar LyX
35232  
35233 \emph on
35234 varwidth-floats-side-by-side
35235 \emph default
35236  tiene ejemplos de estas minipáginas para colocar flotantes adosados.
35237 \end_layout
35238
35239 \begin_layout Section
35240 Marcos de párrafo
35241 \begin_inset CommandInset label
35242 LatexCommand label
35243 name "sec:Marcos-de-Párrafo"
35244
35245 \end_inset
35246
35247
35248 \begin_inset Index idx
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252 Marcos ! de párrafo
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Standard
35261 Los marcos de párrafo son similares a las minipáginas con la diferencia
35262  de que no pueden contener notas al pie.
35263 \end_layout
35264
35265 \begin_layout Standard
35266 \align center
35267 \begin_inset Box Frameless
35268 position "t"
35269 hor_pos "c"
35270 has_inner_box 1
35271 inner_pos "t"
35272 use_parbox 1
35273 use_makebox 0
35274 width "33col%"
35275 special "none"
35276 height "1in"
35277 height_special "totalheight"
35278 thickness "0.4pt"
35279 separation "3pt"
35280 shadowsize "4pt"
35281 framecolor "black"
35282 backgroundcolor "none"
35283 status open
35284
35285 \begin_layout Plain Layout
35286 Texto en un marco de párrafo.
35287  Texto en un marco de párrafo.
35288  Esta nota no aparece:
35289 \begin_inset Foot
35290 status open
35291
35292 \begin_layout Plain Layout
35293 Esta es una nota en un marco de párrafo y por eso no aparecerá.
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \end_inset
35302
35303
35304 \end_layout
35305
35306 \begin_layout Section
35307 Marcos para palabras y caracteres
35308 \begin_inset Index idx
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312 Marcos ! para palabras y caracteres
35313 \end_layout
35314
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Subsection
35321 Evitar la partición de palabras
35322 \begin_inset CommandInset label
35323 LatexCommand label
35324 name "sec:Evitar-la-Partición"
35325
35326 \end_inset
35327
35328
35329 \begin_inset Index idx
35330 status collapsed
35331
35332 \begin_layout Plain Layout
35333 Marcos ! para evitar partición de palabras
35334 \end_layout
35335
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \begin_layout Standard
35342 El marco tipo 
35343 \family sans
35344 Marco de línea
35345 \family default
35346  sirve para evitar que una palabra sea partida con guión.
35347 \begin_inset Newline newline
35348 \end_inset
35349
35350 He aquí un ejemplo:
35351 \end_layout
35352
35353 \begin_layout Standard
35354 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
35355 palabra».
35356 \end_layout
35357
35358 \begin_layout Standard
35359 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
35360  un marco, establece el 
35361 \family sans
35362 Marco interior
35363 \family default
35364  en 
35365 \family sans
35366 Marco de línea
35367 \family default
35368  y no pongas ancho explícito.
35369 \end_layout
35370
35371 \begin_layout Standard
35372 Este es el resultado:
35373 \end_layout
35374
35375 \begin_layout Standard
35376 Esta línea es un ejemplo para mostrar cómo evitar la división de 
35377 \begin_inset Box Frameless
35378 position "t"
35379 hor_pos "c"
35380 has_inner_box 1
35381 inner_pos "t"
35382 use_parbox 0
35383 use_makebox 1
35384 width ""
35385 special "none"
35386 height "1in"
35387 height_special "totalheight"
35388 thickness "0.4pt"
35389 separation "3pt"
35390 shadowsize "4pt"
35391 framecolor "black"
35392 backgroundcolor "none"
35393 status open
35394
35395 \begin_layout Plain Layout
35396 «estalarguísimapalabra»
35397 \end_layout
35398
35399 \end_inset
35400
35401 .
35402 \end_layout
35403
35404 \begin_layout Standard
35405 Como alternativa puedes poner el comando «
35406 \series bold
35407
35408 \backslash
35409 -
35410 \series default
35411 » en código \SpecialChar TeX
35412  directamente antes de la palabra:
35413 \end_layout
35414
35415 \begin_layout Standard
35416 Esta línea es un ejemplo para mostrar cómo evitar la división de «
35417 \begin_inset ERT
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421
35422
35423 \backslash
35424 -
35425 \end_layout
35426
35427 \end_inset
35428
35429 estalarguísimapalabra».
35430 \end_layout
35431
35432 \begin_layout Standard
35433 Por supuesto, la palabra sobresale del margen.
35434  Para evitarlo añade, con el menú 
35435 \family sans
35436 Insertar\SpecialChar menuseparator
35437 Formato\SpecialChar menuseparator
35438 Salto
35439 \begin_inset space ~
35440 \end_inset
35441
35442 de
35443 \begin_inset space ~
35444 \end_inset
35445
35446 línea
35447 \begin_inset space ~
35448 \end_inset
35449
35450 cortada
35451 \family default
35452  (atajo 
35453 \family sans
35454 Ctrl+Entrar
35455 \family default
35456 ), un salto de línea antes de la palabra:
35457 \end_layout
35458
35459 \begin_layout Standard
35460 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
35461 \begin_inset Newline newline
35462 \end_inset
35463
35464
35465 \begin_inset Box Frameless
35466 position "t"
35467 hor_pos "c"
35468 has_inner_box 1
35469 inner_pos "t"
35470 use_parbox 0
35471 use_makebox 1
35472 width ""
35473 special "none"
35474 height "1in"
35475 height_special "totalheight"
35476 thickness "0.4pt"
35477 separation "3pt"
35478 shadowsize "4pt"
35479 framecolor "black"
35480 backgroundcolor "none"
35481 status open
35482
35483 \begin_layout Plain Layout
35484 «estalarguísimapalabra»
35485 \end_layout
35486
35487 \end_inset
35488
35489 .
35490 \end_layout
35491
35492 \begin_layout Subsection
35493 Alineación vertical
35494 \begin_inset CommandInset label
35495 LatexCommand label
35496 name "subsec:Alineación-Vertical"
35497
35498 \end_inset
35499
35500
35501 \begin_inset Index idx
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505 Marcos ! para alineación vertical
35506 \end_layout
35507
35508 \end_inset
35509
35510
35511 \end_layout
35512
35513 \begin_layout Standard
35514 Con ayuda del comando 
35515 \series bold
35516
35517 \backslash
35518 raisebox
35519 \series default
35520  puedes alinear verticalmente con el texto circundante palabras o caracteres.
35521  
35522 \series bold
35523
35524 \backslash
35525 raisebox
35526 \series default
35527  se utiliza según el esquema:
35528 \end_layout
35529
35530 \begin_layout Standard
35531
35532 \series bold
35533
35534 \backslash
35535 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
35536 \end_layout
35537
35538 \begin_layout Standard
35539 La elevación puede ser un valor positivo para subir el marco o negativo
35540  para bajarlo.
35541 \end_layout
35542
35543 \begin_layout Standard
35544 Para alinear una palabra, p.
35545 \begin_inset space \thinspace{}
35546 \end_inset
35547
35548 e
35549 \begin_inset space ~
35550 \end_inset
35551
35552 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
35553  en la línea de base, inserta el comando
35554 \end_layout
35555
35556 \begin_layout Standard
35557
35558 \series bold
35559
35560 \backslash
35561 raisebox{
35562 \backslash
35563 depth}{
35564 \end_layout
35565
35566 \begin_layout Standard
35567 en código \SpecialChar TeX
35568  antes de la palabra.
35569  Detrás de la palabra inserta una llave de cierre «
35570 \series bold
35571 }
35572 \series default
35573 » en código \SpecialChar TeX
35574 .
35575 \begin_inset Newline newline
35576 \end_inset
35577
35578 Este es el resultado:
35579 \end_layout
35580
35581 \begin_layout Standard
35582 Esto es una línea de texto con la palabra 
35583 \begin_inset ERT
35584 status collapsed
35585
35586 \begin_layout Plain Layout
35587
35588
35589 \backslash
35590 raisebox{
35591 \backslash
35592 depth}{
35593 \end_layout
35594
35595 \end_inset
35596
35597 «prevención»
35598 \begin_inset ERT
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602
35603 }
35604 \end_layout
35605
35606 \end_inset
35607
35608  elevada.
35609 \end_layout
35610
35611 \begin_layout Standard
35612 \begin_inset VSpace bigskip
35613 \end_inset
35614
35615 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Esto es una línea de texto con la palabra 
35620 \begin_inset ERT
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624
35625
35626 \backslash
35627 raisebox{-
35628 \backslash
35629 depth}{
35630 \end_layout
35631
35632 \end_inset
35633
35634 «prevención»
35635 \begin_inset ERT
35636 status collapsed
35637
35638 \begin_layout Plain Layout
35639
35640 }
35641 \end_layout
35642
35643 \end_inset
35644
35645  bajada.
35646 \begin_inset Newline newline
35647 \end_inset
35648
35649 Esto es una línea de texto con la palabra 
35650 \begin_inset ERT
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654
35655
35656 \backslash
35657 raisebox{0.5cm}{
35658 \end_layout
35659
35660 \end_inset
35661
35662 «testigo»
35663 \begin_inset ERT
35664 status collapsed
35665
35666 \begin_layout Plain Layout
35667
35668 }
35669 \end_layout
35670
35671 \end_inset
35672
35673  elevada.
35674 \end_layout
35675
35676 \begin_layout Standard
35677 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
35678  Por ejemplo
35679 \end_layout
35680
35681 \begin_layout Standard
35682
35683 \series bold
35684
35685 \backslash
35686 raisebox{-
35687 \backslash
35688 depth}[0pt]{
35689 \end_layout
35690
35691 \begin_layout Standard
35692 Esto es una línea de texto con la palabra 
35693 \begin_inset ERT
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697
35698
35699 \backslash
35700 raisebox{-
35701 \backslash
35702 depth}[0pt]{
35703 \end_layout
35704
35705 \end_inset
35706
35707 «prevención»
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713 }
35714 \end_layout
35715
35716 \end_inset
35717
35718  bajada.
35719 \begin_inset Newline newline
35720 \end_inset
35721
35722
35723 \begin_inset Newline newline
35724 \end_inset
35725
35726 Esto es una línea de texto con la palabra 
35727 \begin_inset ERT
35728 status collapsed
35729
35730 \begin_layout Plain Layout
35731
35732
35733 \backslash
35734 raisebox{0.5cm}[0pt]{
35735 \end_layout
35736
35737 \end_inset
35738
35739 «testigo»
35740 \begin_inset ERT
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744
35745 }
35746 \end_layout
35747
35748 \end_inset
35749
35750  elevada.
35751 \end_layout
35752
35753 \begin_layout Section
35754 Marcos coloreados
35755 \begin_inset CommandInset label
35756 LatexCommand label
35757 name "sec:Marcos-Coloreados"
35758
35759 \end_inset
35760
35761
35762 \begin_inset Index idx
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766 Marcos ! Colorear
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \begin_layout Standard
35775 Para colorear el fondo de un marco selecciona el color deseado en el cuadro
35776  de diálogo.
35777  Como ejemplo, he aquí un marco con fondo naranja:
35778 \end_layout
35779
35780 \begin_layout Standard
35781 \begin_inset Box Frameless
35782 position "t"
35783 hor_pos "c"
35784 has_inner_box 1
35785 inner_pos "t"
35786 use_parbox 0
35787 use_makebox 1
35788 width ""
35789 special "none"
35790 height "1in"
35791 height_special "totalheight"
35792 thickness "0.4pt"
35793 separation "3pt"
35794 shadowsize "4pt"
35795 framecolor "black"
35796 backgroundcolor "orange"
35797 status open
35798
35799 \begin_layout Plain Layout
35800 Marco con fondo naranja
35801 \end_layout
35802
35803 \end_inset
35804
35805
35806 \end_layout
35807
35808 \begin_layout Standard
35809 Si usas la decoración 
35810 \family sans
35811 Borde
35812 \begin_inset space ~
35813 \end_inset
35814
35815 rectangular
35816 \begin_inset space ~
35817 \end_inset
35818
35819 sencillo
35820 \family default
35821  puedes determinar un borde colorido.
35822  En este caso debes especificar además un color (\SpecialChar LyX
35823  pone blanco por omisión).
35824  Un ejemplo:
35825 \end_layout
35826
35827 \begin_layout Standard
35828 \begin_inset Box Boxed
35829 position "t"
35830 hor_pos "c"
35831 has_inner_box 0
35832 inner_pos "t"
35833 use_parbox 0
35834 use_makebox 0
35835 width ""
35836 special "none"
35837 height "1in"
35838 height_special "totalheight"
35839 thickness "0.4pt"
35840 separation "3pt"
35841 shadowsize "4pt"
35842 framecolor "teal"
35843 backgroundcolor "yellow"
35844 status open
35845
35846 \begin_layout Plain Layout
35847 Marco con borde color cerceta y fondo amarillo
35848 \end_layout
35849
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \begin_layout Standard
35856 \begin_inset VSpace bigskip
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \begin_layout Standard
35863 También puedes colorear el texto, por supuesto:
35864 \begin_inset Newline newline
35865 \end_inset
35866
35867
35868 \begin_inset Box Boxed
35869 position "t"
35870 hor_pos "c"
35871 has_inner_box 0
35872 inner_pos "t"
35873 use_parbox 0
35874 use_makebox 0
35875 width ""
35876 special "none"
35877 height "1in"
35878 height_special "totalheight"
35879 thickness "0.4pt"
35880 separation "3pt"
35881 shadowsize "4pt"
35882 framecolor "cyan"
35883 backgroundcolor "magenta"
35884 status open
35885
35886 \begin_layout Plain Layout
35887
35888 \color yellow
35889 Marco con texto, fondo y borde en distintos colores.
35890 \end_layout
35891
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \begin_layout Standard
35898 \begin_inset VSpace bigskip
35899 \end_inset
35900
35901
35902 \end_layout
35903
35904 \begin_layout Standard
35905 Si deseas un color distinto de los predefinidos, puedes definir tus propios
35906  colores según se explica en la sección
35907 \begin_inset space ~
35908 \end_inset
35909
35910
35911 \begin_inset CommandInset ref
35912 LatexCommand ref
35913 reference "sec:Cuadros-Coloreados"
35914
35915 \end_inset
35916
35917 .
35918  Para usar un color personal debes hay que usar código \SpecialChar TeX
35919
35920 \end_layout
35921
35922 \begin_layout Standard
35923 Los marcos coloreados sin borde se crean con el comando 
35924 \series bold
35925
35926 \backslash
35927 colorbox
35928 \series default
35929 , de acuerdo con el siguiente esquema:
35930 \end_layout
35931
35932 \begin_layout Standard
35933
35934 \series bold
35935
35936 \backslash
35937 colorbox{color}{contenido del marco}
35938 \end_layout
35939
35940 \begin_layout Standard
35941 El contenido también puede ser un marco y los marcos coloreados también
35942  pueden estar en otros marcos.
35943  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
35944 \end_layout
35945
35946 \begin_layout Standard
35947
35948 \series bold
35949
35950 \backslash
35951 colorbox{verdeoscuro}{
35952 \end_layout
35953
35954 \begin_layout Standard
35955 en código \SpecialChar TeX
35956  antes de la palabra.
35957  Tras la palabra inserta una llave de cierre «
35958 \series bold
35959 }
35960 \series default
35961 » en código \SpecialChar TeX
35962 .
35963 \begin_inset Newline newline
35964 \end_inset
35965
35966 Este es el resultado:
35967 \end_layout
35968
35969 \begin_layout Standard
35970 Línea en la que la palabra 
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976
35977 \backslash
35978 colorbox{verdeoscuro}{
35979 \end_layout
35980
35981 \end_inset
35982
35983 «¡Atención!»
35984 \begin_inset ERT
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988
35989 }
35990 \end_layout
35991
35992 \end_inset
35993
35994  tiene fondo verdeoscuro.
35995 \end_layout
35996
35997 \begin_layout Standard
35998 Los marcos coloreados con borde se crean con el comando 
35999 \series bold
36000
36001 \backslash
36002 fcolorbox
36003 \series default
36004  con el esquema siguiente:
36005 \end_layout
36006
36007 \begin_layout Standard
36008
36009 \series bold
36010
36011 \backslash
36012 fcolorbox{color del borde}{color del fondo}{contenido del marco}
36013 \end_layout
36014
36015 \begin_layout Section
36016 Marcos girados y a escala
36017 \end_layout
36018
36019 \begin_layout Standard
36020 Para poder usar los marcos descritos en esta sección debe cargarse el módulo
36021  
36022 \family sans
36023 Marcos gráficos
36024 \family default
36025  en la configuración del documento.
36026 \end_layout
36027
36028 \begin_layout Standard
36029 \begin_inset Note Greyedout
36030 status open
36031
36032 \begin_layout Plain Layout
36033
36034 \series bold
36035 Nota:
36036 \series default
36037  no todos los visores DVI pueden mostrar rotaciones o escalas.
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \end_layout
36044
36045 \begin_layout Standard
36046 \begin_inset Note Greyedout
36047 status open
36048
36049 \begin_layout Plain Layout
36050
36051 \series bold
36052 Nota:
36053 \series default
36054  Los marcos girados o a escala no pueden contener flotantes.
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Subsection
36063 Marcos girados
36064 \begin_inset Index idx
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068 Marcos ! Girar
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \begin_inset Index idx
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078 Material rotado
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \end_layout
36085
36086 \begin_layout Standard
36087 Para girar material debes ponerlo en un 
36088 \family sans
36089 Marco
36090 \begin_inset space ~
36091 \end_inset
36092
36093 rotación
36094 \family default
36095 .
36096  Se inserta con el menú
36097 \family sans
36098  Insertar\SpecialChar menuseparator
36099 Recuadro
36100 \begin_inset space ~
36101 \end_inset
36102
36103 personalizado\SpecialChar menuseparator
36104 Marco
36105 \begin_inset space ~
36106 \end_inset
36107
36108 rotación
36109 \family default
36110 .
36111 \end_layout
36112
36113 \begin_layout Standard
36114 El origen de rotación se puede especificar en el recuadro 
36115 \family sans
36116 Origen
36117 \family default
36118  (menú 
36119 \family sans
36120 Insertar\SpecialChar menuseparator
36121 Origen
36122 \family default
36123 ) en la forma 
36124 \series bold
36125 origin=position
36126 \series default
36127 .
36128  Son posibles las posiciones siguientes: 
36129 \emph on
36130 c
36131 \emph default
36132  (
36133 \emph on
36134 center
36135 \emph default
36136 , centro), 
36137 \emph on
36138 l
36139 \emph default
36140  (
36141 \emph on
36142 left
36143 \emph default
36144 , izquierda), 
36145 \emph on
36146 r
36147 \emph default
36148  (
36149 \emph on
36150 right
36151 \emph default
36152 , derecha), 
36153 \emph on
36154 b
36155 \emph default
36156  (
36157 \emph on
36158 bottom
36159 \emph default
36160 , abajo), 
36161 \emph on
36162 t
36163 \emph default
36164  (
36165 \emph on
36166 top
36167 \emph default
36168 , arriba), así como combinaciones adecuadas de las posiciones básicas.
36169  Por ejemplo, 
36170 \emph on
36171 lt
36172 \emph default
36173  significa que el origen de rotación es la esquina superior izquierda del
36174  marco.
36175  Si no se especifica origen de rotación se usará la posición 
36176 \emph on
36177 l
36178 \emph default
36179 .
36180  El ángulo de rotación es un número de grados, y puede ser negativo.
36181  El sentido de giro es antihorario.
36182 \end_layout
36183
36184 \begin_layout Standard
36185 En el siguiente ejemplo se ha insertado 
36186 \series bold
36187 origin=c
36188 \series default
36189  en el recuadro 
36190 \family sans
36191 Origen
36192 \family default
36193  y 
36194 \series bold
36195 60
36196 \series default
36197  en el recuadro 
36198 \family sans
36199 Ángulo
36200 \family default
36201 .
36202 \end_layout
36203
36204 \begin_layout Standard
36205 Esta línea contiene texto 
36206 \begin_inset Flex Rotatebox
36207 status open
36208
36209 \begin_layout Plain Layout
36210 \begin_inset Argument 1
36211 status open
36212
36213 \begin_layout Plain Layout
36214 origin=c
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \begin_inset Argument 2
36221 status open
36222
36223 \begin_layout Plain Layout
36224 60
36225 \end_layout
36226
36227 \end_inset
36228
36229 con rotación
36230 \end_layout
36231
36232 \end_inset
36233
36234 .
36235 \end_layout
36236
36237 \begin_layout Standard
36238 El contenido del marco puede ser también otro marco o una ecuación en línea:
36239 \end_layout
36240
36241 \begin_layout Standard
36242 En esta línea hay texto enmarcado 
36243 \begin_inset Flex Rotatebox
36244 status open
36245
36246 \begin_layout Plain Layout
36247 \begin_inset Argument 1
36248 status open
36249
36250 \begin_layout Plain Layout
36251 origin=r
36252 \end_layout
36253
36254 \end_inset
36255
36256
36257 \begin_inset Argument 2
36258 status open
36259
36260 \begin_layout Plain Layout
36261 -60
36262 \end_layout
36263
36264 \end_inset
36265
36266
36267 \begin_inset Box Doublebox
36268 position "c"
36269 hor_pos "c"
36270 has_inner_box 0
36271 inner_pos "c"
36272 use_parbox 0
36273 use_makebox 0
36274 width "1in"
36275 special "width"
36276 height "1in"
36277 height_special "totalheight"
36278 thickness "0.4pt"
36279 separation "3pt"
36280 shadowsize "4pt"
36281 framecolor "black"
36282 backgroundcolor "none"
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286 con rotación
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \end_inset
36295
36296  y 
36297 \begin_inset Flex Rotatebox
36298 status open
36299
36300 \begin_layout Plain Layout
36301 \begin_inset Argument 1
36302 status open
36303
36304 \begin_layout Plain Layout
36305 origin=lb
36306 \end_layout
36307
36308 \end_inset
36309
36310
36311 \begin_inset Argument 2
36312 status open
36313
36314 \begin_layout Plain Layout
36315 60
36316 \end_layout
36317
36318 \end_inset
36319
36320
36321 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36322 \end_inset
36323
36324
36325 \end_layout
36326
36327 \end_inset
36328
36329  una ecuación.
36330 \end_layout
36331
36332 \begin_layout Standard
36333 O una imagen o un cuadro:
36334 \end_layout
36335
36336 \begin_layout Standard
36337 Aquí hay una imagen girada 
36338 \begin_inset Flex Rotatebox
36339 status open
36340
36341 \begin_layout Plain Layout
36342 \begin_inset Argument 1
36343 status open
36344
36345 \begin_layout Plain Layout
36346 origin=lb
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \begin_inset Argument 2
36353 status open
36354
36355 \begin_layout Plain Layout
36356 90
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \begin_inset Graphics
36363         filename ../clipart/Star-structure.pdf
36364         lyxscale 50
36365         width 25col%
36366
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \end_inset
36373
36374  y un cuadro girado 
36375 \begin_inset Flex Rotatebox
36376 status open
36377
36378 \begin_layout Plain Layout
36379 \begin_inset Argument 2
36380 status open
36381
36382 \begin_layout Plain Layout
36383 -90
36384 \end_layout
36385
36386 \end_inset
36387
36388
36389 \begin_inset Tabular
36390 <lyxtabular version="3" rows="2" columns="2">
36391 <features tabularvalignment="middle">
36392 <column alignment="center" valignment="top">
36393 <column alignment="center" valignment="top">
36394 <row>
36395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36396 \begin_inset Text
36397
36398 \begin_layout Plain Layout
36399 q
36400 \end_layout
36401
36402 \end_inset
36403 </cell>
36404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36405 \begin_inset Text
36406
36407 \begin_layout Plain Layout
36408 w
36409 \end_layout
36410
36411 \end_inset
36412 </cell>
36413 </row>
36414 <row>
36415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36416 \begin_inset Text
36417
36418 \begin_layout Plain Layout
36419 e
36420 \end_layout
36421
36422 \end_inset
36423 </cell>
36424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Plain Layout
36428 r
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 </row>
36434 </lyxtabular>
36435
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \end_inset
36442
36443 .
36444 \begin_inset Index idx
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448 Figuras ! Rotar
36449 \end_layout
36450
36451 \end_inset
36452
36453
36454 \begin_inset Index idx
36455 status collapsed
36456
36457 \begin_layout Plain Layout
36458 Cuadros ! Girar
36459 \end_layout
36460
36461 \end_inset
36462
36463
36464 \end_layout
36465
36466 \begin_layout Standard
36467 \begin_inset Note Greyedout
36468 status open
36469
36470 \begin_layout Plain Layout
36471
36472 \series bold
36473 Nota:
36474 \series default
36475  Si el recuadro 
36476 \family sans
36477 Ángulo
36478 \family default
36479  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36480  al ver/exportar
36481  el documento.
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Subsection
36490 Marcos para variar la escala
36491 \begin_inset Index idx
36492 status collapsed
36493
36494 \begin_layout Plain Layout
36495 Marcos ! para variar la escala
36496 \end_layout
36497
36498 \end_inset
36499
36500
36501 \begin_inset Index idx
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505 Material a escala
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \begin_layout Standard
36514 Para modificar las proporciones de un material se coloca en un 
36515 \family sans
36516 Marco
36517 \begin_inset space ~
36518 \end_inset
36519
36520 escala
36521 \family default
36522 .
36523  Se inserta con el menú
36524 \family sans
36525  Insertar\SpecialChar menuseparator
36526 Recuadro
36527 \begin_inset space ~
36528 \end_inset
36529
36530 personalizado\SpecialChar menuseparator
36531 Marco
36532 \begin_inset space ~
36533 \end_inset
36534
36535 escala
36536 \family default
36537 .
36538 \end_layout
36539
36540 \begin_layout Standard
36541 El 
36542 \family sans
36543 Marco
36544 \begin_inset space ~
36545 \end_inset
36546
36547 escala
36548 \family default
36549  contiene el recuadro obligatorio 
36550 \family sans
36551 Factor-H
36552 \family default
36553  y el opcional 
36554 \family sans
36555 Factor-V
36556 \family default
36557  (con el menú 
36558 \family sans
36559 Insertar\SpecialChar menuseparator
36560 Factor-V
36561 \family default
36562 ).
36563  En ellos se introducen los factores de escala horizontal y vertical, respectiva
36564 mente.
36565  Si no se usa 
36566 \family sans
36567 Factor-V
36568 \family default
36569 , su valor será el mismo que el factor de escala horizontal.
36570 \end_layout
36571
36572 \begin_layout Standard
36573 Para obtener doble tamaño que el texto normal del documento, inserta 
36574 \series bold
36575 2
36576 \series default
36577  en el recuadro
36578 \family sans
36579  Factor-H
36580 \family default
36581 , por ejemplo: 
36582 \begin_inset Flex Scalebox
36583 status open
36584
36585 \begin_layout Plain Layout
36586 \begin_inset Argument 1
36587 status open
36588
36589 \begin_layout Plain Layout
36590 2
36591 \end_layout
36592
36593 \end_inset
36594
36595 Hola
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Standard
36604
36605 \series bold
36606 2
36607 \series default
36608  en 
36609 \family sans
36610 Factor-H y
36611 \family default
36612  
36613 \series bold
36614 1
36615 \series default
36616  en 
36617 \family sans
36618 Factor-V
36619 \family default
36620  distorsiona el resultado: 
36621 \begin_inset Flex Scalebox
36622 status open
36623
36624 \begin_layout Plain Layout
36625 \begin_inset Argument 1
36626 status open
36627
36628 \begin_layout Plain Layout
36629 2
36630 \end_layout
36631
36632 \end_inset
36633
36634
36635 \begin_inset Argument 2
36636 status open
36637
36638 \begin_layout Plain Layout
36639 1
36640 \end_layout
36641
36642 \end_inset
36643
36644 Hola
36645 \end_layout
36646
36647 \end_inset
36648
36649 .
36650 \end_layout
36651
36652 \begin_layout Standard
36653 Si el factor de escala es negativo, el contenido del marco se reflejará.
36654  Por tanto, 
36655 \series bold
36656 -1
36657 \series default
36658  para 
36659 \family sans
36660 Factor-H
36661 \family default
36662  y 
36663 \series bold
36664 1
36665 \series default
36666  para 
36667 \family sans
36668 Factor-V
36669 \family default
36670  se puede usar para escribir en espejo: 
36671 \begin_inset Flex Scalebox
36672 status open
36673
36674 \begin_layout Plain Layout
36675 \begin_inset Argument 1
36676 status open
36677
36678 \begin_layout Plain Layout
36679 -1
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \begin_inset Argument 2
36686 status open
36687
36688 \begin_layout Plain Layout
36689 1
36690 \end_layout
36691
36692 \end_inset
36693
36694 Hola
36695 \end_layout
36696
36697 \end_inset
36698
36699 .
36700 \end_layout
36701
36702 \begin_layout Standard
36703
36704 \series bold
36705 1
36706 \series default
36707  para 
36708 \family sans
36709 Factor-H
36710 \family default
36711  y 
36712 \series bold
36713 -1
36714 \series default
36715  para 
36716 \family sans
36717 Factor-V
36718 \family default
36719  refleja respecto a la línea: 
36720 \begin_inset Flex Scalebox
36721 status open
36722
36723 \begin_layout Plain Layout
36724 \begin_inset Argument 1
36725 status open
36726
36727 \begin_layout Plain Layout
36728 1
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset Argument 2
36735 status open
36736
36737 \begin_layout Plain Layout
36738 -1
36739 \end_layout
36740
36741 \end_inset
36742
36743 Hola
36744 \end_layout
36745
36746 \end_inset
36747
36748 .
36749 \end_layout
36750
36751 \begin_layout Standard
36752 El 
36753 \family sans
36754 Marco
36755 \begin_inset space ~
36756 \end_inset
36757
36758 reflejo
36759 \family default
36760  (menú
36761 \family sans
36762  Insertar\SpecialChar menuseparator
36763 Recuadro
36764 \begin_inset space ~
36765 \end_inset
36766
36767 personalizado\SpecialChar menuseparator
36768 Marco
36769 \begin_inset space ~
36770 \end_inset
36771
36772 reflejo
36773 \family default
36774 ) equivale a 
36775 \family sans
36776 Marco
36777 \begin_inset space ~
36778 \end_inset
36779
36780 escala
36781 \family default
36782  con 
36783 \series bold
36784 -1
36785 \series default
36786  para 
36787 \family sans
36788 Factor-H
36789 \family default
36790  y 
36791 \series bold
36792 1
36793 \series default
36794  para 
36795 \family sans
36796 Factor-V
36797 \family default
36798 .
36799 \end_layout
36800
36801 \begin_layout Standard
36802 \begin_inset Note Greyedout
36803 status open
36804
36805 \begin_layout Plain Layout
36806
36807 \series bold
36808 Nota:
36809 \series default
36810  Si 
36811 \family sans
36812 Factor-H
36813 \family default
36814  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36815  al ver/exportar
36816  el documento.
36817 \end_layout
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \begin_layout Standard
36825 \begin_inset VSpace bigskip
36826 \end_inset
36827
36828 El 
36829 \family sans
36830 Marco
36831 \begin_inset space ~
36832 \end_inset
36833
36834 tamaño
36835 \family default
36836  (menú 
36837 \family sans
36838 Insertar\SpecialChar menuseparator
36839 Recuadro
36840 \begin_inset space ~
36841 \end_inset
36842
36843 personalizado\SpecialChar menuseparator
36844 Marco
36845 \begin_inset space ~
36846 \end_inset
36847
36848 tamaño
36849 \family default
36850 ) se usa para redimensionar el contenido a una anchura y altura dadas.
36851  El recuadro 
36852 \family sans
36853 Marco
36854 \begin_inset space ~
36855 \end_inset
36856
36857 tamaño
36858 \family default
36859  contiene el recuadro obligatorio 
36860 \family sans
36861 Ancho
36862 \family default
36863  y el opcional 
36864 \family sans
36865 Alto
36866 \family default
36867  (menú 
36868 \family sans
36869 Insertar\SpecialChar menuseparator
36870 Alto)
36871 \family default
36872 .
36873  En ellos se introducen respectivamente la anchura y la altura como cantidad
36874  y unidad.
36875  La lista de unidades disponibles es
36876 \begin_inset space ~
36877 \end_inset
36878
36879
36880 \begin_inset CommandInset ref
36881 LatexCommand ref
36882 reference "tab:Unidades"
36883
36884 \end_inset
36885
36886 .
36887  Si en uno de los recuadros hay un signo de exclamación, 
36888 \series bold
36889 !
36890 \series default
36891 , la escala mantiene la relación de las dimensiones originales del contenido
36892  del marco.
36893  Si no se usa el recuadro 
36894 \family sans
36895 Alto
36896 \family default
36897 , internamente se usará un signo de exclamación para la altura.
36898 \end_layout
36899
36900 \begin_layout Standard
36901
36902 \series bold
36903 2cm
36904 \series default
36905  de 
36906 \family sans
36907 Ancho
36908 \family default
36909  y 
36910 \series bold
36911 1cm
36912 \series default
36913  de 
36914 \family sans
36915 Alto
36916 \family default
36917  produce: 
36918 \begin_inset Flex Resizebox
36919 status open
36920
36921 \begin_layout Plain Layout
36922 \begin_inset Argument 1
36923 status open
36924
36925 \begin_layout Plain Layout
36926 2cm
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \begin_inset Argument 2
36933 status open
36934
36935 \begin_layout Plain Layout
36936 1cm
36937 \end_layout
36938
36939 \end_inset
36940
36941 Hola
36942 \end_layout
36943
36944 \end_inset
36945
36946
36947 \begin_inset Newline newline
36948 \end_inset
36949
36950
36951 \series bold
36952 2cm
36953 \series default
36954  de 
36955 \family sans
36956 Ancho
36957 \family default
36958  y 
36959 \series bold
36960 !
36961 \series default
36962  de 
36963 \family sans
36964 Alto
36965 \family default
36966  (o sin 
36967 \family sans
36968 Alto
36969 \family default
36970 ) produce: 
36971 \begin_inset Flex Resizebox
36972 status open
36973
36974 \begin_layout Plain Layout
36975 \begin_inset Argument 1
36976 status open
36977
36978 \begin_layout Plain Layout
36979 2cm
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \begin_inset Argument 2
36986 status open
36987
36988 \begin_layout Plain Layout
36989 !
36990 \end_layout
36991
36992 \end_inset
36993
36994 Hola
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \begin_layout Standard
37003 \begin_inset Note Greyedout
37004 status open
37005
37006 \begin_layout Plain Layout
37007
37008 \series bold
37009 Nota:
37010 \series default
37011  Si 
37012 \family sans
37013 Ancho
37014 \family default
37015  está vacío o contiene unidades no válidas habrá errores \SpecialChar LaTeX
37016  al ver/exportar
37017  el documento.
37018 \end_layout
37019
37020 \end_inset
37021
37022
37023 \end_layout
37024
37025 \begin_layout Standard
37026 \begin_inset VSpace bigskip
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \begin_layout Standard
37033 Los marcos se pueden combinar en cualquier orden.
37034  Un ejemplo de 
37035 \family sans
37036 Marco
37037 \begin_inset space ~
37038 \end_inset
37039
37040 reflejo
37041 \family default
37042  dentro de un
37043 \family sans
37044  Marco
37045 \begin_inset space ~
37046 \end_inset
37047
37048 tamaño
37049 \family default
37050  girado en un 
37051 \family sans
37052 Marco
37053 \begin_inset space ~
37054 \end_inset
37055
37056 rotación
37057 \family default
37058 :
37059 \end_layout
37060
37061 \begin_layout Standard
37062 \noindent
37063 \align center
37064 \begin_inset Flex Rotatebox
37065 status open
37066
37067 \begin_layout Plain Layout
37068 \begin_inset Argument 1
37069 status open
37070
37071 \begin_layout Plain Layout
37072 origin=c
37073 \end_layout
37074
37075 \end_inset
37076
37077
37078 \begin_inset Argument 2
37079 status open
37080
37081 \begin_layout Plain Layout
37082 -45
37083 \end_layout
37084
37085 \end_inset
37086
37087
37088 \begin_inset Flex Resizebox
37089 status open
37090
37091 \begin_layout Plain Layout
37092 \begin_inset Argument 1
37093 status open
37094
37095 \begin_layout Plain Layout
37096 2cm
37097 \end_layout
37098
37099 \end_inset
37100
37101
37102 \begin_inset Flex Reflectbox
37103 status open
37104
37105 \begin_layout Plain Layout
37106 Hola
37107 \end_layout
37108
37109 \end_inset
37110
37111
37112 \end_layout
37113
37114 \end_inset
37115
37116
37117 \end_layout
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \begin_layout Standard
37125 \noindent
37126 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
37127 \end_layout
37128
37129 \begin_layout Standard
37130 \noindent
37131 \align center
37132 \begin_inset Flex Resizebox
37133 status open
37134
37135 \begin_layout Plain Layout
37136 \begin_inset Argument 1
37137 status open
37138
37139 \begin_layout Plain Layout
37140 2cm
37141 \end_layout
37142
37143 \end_inset
37144
37145
37146 \begin_inset Flex Reflectbox
37147 status open
37148
37149 \begin_layout Plain Layout
37150 \begin_inset Graphics
37151         filename ../clipart/Star-structure.pdf
37152         lyxscale 50
37153         width 25col%
37154
37155 \end_inset
37156
37157
37158 \end_layout
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \end_inset
37166
37167  
37168 \begin_inset Flex Resizebox
37169 status open
37170
37171 \begin_layout Plain Layout
37172 \begin_inset Argument 1
37173 status open
37174
37175 \begin_layout Plain Layout
37176 2cm
37177 \end_layout
37178
37179 \end_inset
37180
37181
37182 \begin_inset Flex Reflectbox
37183 status open
37184
37185 \begin_layout Plain Layout
37186 \begin_inset Tabular
37187 <lyxtabular version="3" rows="2" columns="2">
37188 <features tabularvalignment="middle">
37189 <column alignment="center" valignment="top">
37190 <column alignment="center" valignment="top">
37191 <row>
37192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 q
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205 w
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 </row>
37211 <row>
37212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37213 \begin_inset Text
37214
37215 \begin_layout Plain Layout
37216 e
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225 r
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 </row>
37231 </lyxtabular>
37232
37233 \end_inset
37234
37235
37236 \end_layout
37237
37238 \end_inset
37239
37240
37241 \end_layout
37242
37243 \end_inset
37244
37245  
37246 \begin_inset Flex Resizebox
37247 status open
37248
37249 \begin_layout Plain Layout
37250 \begin_inset Argument 1
37251 status open
37252
37253 \begin_layout Plain Layout
37254 3cm
37255 \end_layout
37256
37257 \end_inset
37258
37259
37260 \begin_inset Flex Reflectbox
37261 status open
37262
37263 \begin_layout Plain Layout
37264 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37265 \end_inset
37266
37267
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \end_layout
37274
37275 \end_inset
37276
37277
37278 \begin_inset Index idx
37279 status collapsed
37280
37281 \begin_layout Plain Layout
37282 Figuras ! a escala
37283 \end_layout
37284
37285 \end_inset
37286
37287
37288 \begin_inset Index idx
37289 status collapsed
37290
37291 \begin_layout Plain Layout
37292 Cuadros ! a escala
37293 \end_layout
37294
37295 \end_inset
37296
37297
37298 \end_layout
37299
37300 \begin_layout Standard
37301 Si se usa el estilo global 
37302 \series bold
37303 fleqn
37304 \series default
37305  para las ecuaciones del documento,
37306 \begin_inset Foot
37307 status collapsed
37308
37309 \begin_layout Plain Layout
37310 Si «fleqn» se añade a las opciones de clase del documento.
37311 \end_layout
37312
37313 \end_inset
37314
37315  también se puede variar la escala de las ecuaciones en estilo presentación.
37316 \end_layout
37317
37318 \begin_layout Chapter
37319 Objetos envueltos en texto
37320 \begin_inset Index idx
37321 status collapsed
37322
37323 \begin_layout Plain Layout
37324 Envueltos en texto
37325 \end_layout
37326
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \begin_layout Section
37333 Flotantes envueltos
37334 \begin_inset CommandInset label
37335 LatexCommand label
37336 name "sec:Flotantes-envueltos"
37337
37338 \end_inset
37339
37340
37341 \begin_inset Index idx
37342 status collapsed
37343
37344 \begin_layout Plain Layout
37345 Flotantes ! Envueltos
37346 \end_layout
37347
37348 \end_inset
37349
37350
37351 \begin_inset Index idx
37352 status collapsed
37353
37354 \begin_layout Plain Layout
37355 Envueltos en texto ! Flotantes
37356 \end_layout
37357
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \begin_layout Standard
37364 \begin_inset Wrap figure
37365 lines 0
37366 placement l
37367 overhang 1cm
37368 width "40col%"
37369 status open
37370
37371 \begin_layout Plain Layout
37372 \begin_inset Graphics
37373         filename ../clipart/2D-intensity-plot.pdf
37374         width 40col%
37375         rotateOrigin center
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \begin_layout Plain Layout
37383 \begin_inset Caption Standard
37384
37385 \begin_layout Plain Layout
37386 \begin_inset CommandInset label
37387 LatexCommand label
37388 name "fig:Envoltorio-de-figura"
37389
37390 \end_inset
37391
37392 Figura envuelta en el texto
37393 \end_layout
37394
37395 \end_inset
37396
37397
37398 \end_layout
37399
37400 \end_inset
37401
37402  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
37403  de modo que ocupe sólo una parte del ancho de columna.
37404  Se inserta con el menú 
37405 \family sans
37406 Insertar\SpecialChar menuseparator
37407 Flotante\SpecialChar menuseparator
37408 Figura
37409 \begin_inset space ~
37410 \end_inset
37411
37412 envuelta
37413 \family default
37414
37415 \begin_inset space \thinspace{}
37416 \end_inset
37417
37418 /
37419 \begin_inset space \thinspace{}
37420 \end_inset
37421
37422
37423 \family sans
37424 Cuadro
37425 \begin_inset space ~
37426 \end_inset
37427
37428 envuelto
37429 \family default
37430  si está instalado el paquete \SpecialChar LaTeX
37431  
37432 \series bold
37433 wrapfig
37434 \series default
37435
37436 \begin_inset Index idx
37437 status collapsed
37438
37439 \begin_layout Plain Layout
37440 \SpecialChar LaTeX
37441 -paquetes ! wrapfig
37442 \end_layout
37443
37444 \end_inset
37445
37446 .
37447 \begin_inset Foot
37448 status collapsed
37449
37450 \begin_layout Plain Layout
37451 La instalación de paquetes \SpecialChar LaTeX
37452  se explica en el manual 
37453 \emph on
37454 Configuración de \SpecialChar LaTeX
37455
37456 \emph default
37457 .
37458 \end_layout
37459
37460 \end_inset
37461
37462  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
37463  con clic derecho sobre el cuadro del flotante.
37464  Son obligatorias la 
37465 \family sans
37466 Ubicación
37467 \family default
37468  y la 
37469 \family sans
37470 Anchura
37471 \family default
37472 .
37473  Son opcionales 
37474 \family sans
37475 Extensión al margen
37476 \family default
37477 , que especifica la anchura de invasión del margen, y 
37478 \family sans
37479 Extender
37480 \begin_inset space ~
37481 \end_inset
37482
37483 a
37484 \begin_inset space ~
37485 \end_inset
37486
37487 líneas
37488 \family default
37489 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
37490  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
37491  opción sólo si encuentras problemas en la colocación del flotante.
37492  Además puedes decidir si permitir que \SpecialChar LaTeX
37493  deje flotar el flotante dentro del
37494  párrafo o en los párrafos adyacentes.
37495  La figura
37496 \begin_inset space ~
37497 \end_inset
37498
37499
37500 \begin_inset CommandInset ref
37501 LatexCommand ref
37502 reference "fig:Envoltorio-de-figura"
37503
37504 \end_inset
37505
37506  es un ejemplo de envoltorio con una anchura de columna del 40
37507 \begin_inset space \thinspace{}
37508 \end_inset
37509
37510 %, ubicado a la izquierda y 1
37511 \begin_inset space \thinspace{}
37512 \end_inset
37513
37514 cm de invasión de margen.
37515 \end_layout
37516
37517 \begin_layout Standard
37518 \begin_inset Note Greyedout
37519 status open
37520
37521 \begin_layout Plain Layout
37522
37523 \series bold
37524 Nota:
37525 \series default
37526  ¡Los flotantes envueltos son frágiles! P.
37527 \begin_inset space \thinspace{}
37528 \end_inset
37529
37530 ej.
37531 \begin_inset space ~
37532 \end_inset
37533
37534 si una figura está demasiado cerca de la parte inferior de la página se
37535  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
37536  o situarse junto a otro texto.
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \end_layout
37543
37544 \begin_layout Standard
37545 En general:
37546 \end_layout
37547
37548 \begin_layout Itemize
37549 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
37550  salto de página.
37551  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
37552  esté casi listo y puedas prever los saltos de página.
37553 \end_layout
37554
37555 \begin_layout Itemize
37556 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
37557  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
37558 \end_layout
37559
37560 \begin_layout Itemize
37561 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
37562  que procura que haya un párrafo de texto entre ellos.
37563 \end_layout
37564
37565 \begin_layout Itemize
37566 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
37567 \end_layout
37568
37569 \begin_layout Itemize
37570 Su numeración y referencias funciona como se explica en el cap.
37571 \begin_inset space \thinspace{}
37572 \end_inset
37573
37574
37575 \begin_inset CommandInset ref
37576 LatexCommand ref
37577 reference "chap:Flotantes"
37578
37579 \end_inset
37580
37581 .
37582 \end_layout
37583
37584 \begin_layout Section
37585 Objetos fijos envueltos
37586 \begin_inset Index idx
37587 status collapsed
37588
37589 \begin_layout Plain Layout
37590 Envueltos en texto ! Objetos fijos
37591 \end_layout
37592
37593 \end_inset
37594
37595
37596 \end_layout
37597
37598 \begin_layout Standard
37599 Los flotantes envueltos, descritos en la sec.
37600 \begin_inset space \thinspace{}
37601 \end_inset
37602
37603
37604 \begin_inset CommandInset ref
37605 LatexCommand ref
37606 reference "sec:Flotantes-envueltos"
37607
37608 \end_inset
37609
37610  , tienen estas posiciones en el párrafo:
37611 \end_layout
37612
37613 \begin_layout Standard
37614 \noindent
37615 \align center
37616 \begin_inset Tabular
37617 <lyxtabular version="3" rows="2" columns="2">
37618 <features tabularvalignment="middle">
37619 <column alignment="center" valignment="top">
37620 <column alignment="center" valignment="top">
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 \begin_inset Info
37627 type  "icon"
37628 arg   "dialog-show-new-inset graphics"
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \end_inset
37635 </cell>
37636 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640 texto
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 </row>
37646 <row>
37647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37648 \begin_inset Text
37649
37650 \begin_layout Plain Layout
37651 texto
37652 \end_layout
37653
37654 \end_inset
37655 </cell>
37656 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660 texto
37661 \end_layout
37662
37663 \end_inset
37664 </cell>
37665 </row>
37666 </lyxtabular>
37667
37668 \end_inset
37669
37670  y 
37671 \begin_inset Tabular
37672 <lyxtabular version="3" rows="2" columns="2">
37673 <features tabularvalignment="middle">
37674 <column alignment="center" valignment="top">
37675 <column alignment="center" valignment="top">
37676 <row>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 texto
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 \begin_inset Info
37691 type  "icon"
37692 arg   "dialog-show-new-inset graphics"
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 </row>
37701 <row>
37702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706 texto
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 texto
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 </row>
37721 </lyxtabular>
37722
37723 \end_inset
37724
37725
37726 \end_layout
37727
37728 \begin_layout Standard
37729 Para colocar un objeto exactamente en la posición en la que se inserta,
37730  por ejemplo una de estas:
37731 \begin_inset VSpace defskip
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \begin_layout Standard
37738 \noindent
37739 \align center
37740 \begin_inset Tabular
37741 <lyxtabular version="3" rows="2" columns="2">
37742 <features tabularvalignment="middle">
37743 <column alignment="center" valignment="top">
37744 <column alignment="center" valignment="top">
37745 <row>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750 texto
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 texto
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 </row>
37765 <row>
37766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37767 \begin_inset Text
37768
37769 \begin_layout Plain Layout
37770 \begin_inset Info
37771 type  "icon"
37772 arg   "dialog-show-new-inset graphics"
37773 \end_inset
37774
37775
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784 texto
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 </row>
37790 </lyxtabular>
37791
37792 \end_inset
37793
37794  
37795 \begin_inset Tabular
37796 <lyxtabular version="3" rows="2" columns="2">
37797 <features tabularvalignment="middle">
37798 <column alignment="center" valignment="top">
37799 <column alignment="center" valignment="top">
37800 <row>
37801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805 texto
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37811 \begin_inset Text
37812
37813 \begin_layout Plain Layout
37814 texto
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 </row>
37820 <row>
37821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37822 \begin_inset Text
37823
37824 \begin_layout Plain Layout
37825 texto
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834 \begin_inset Info
37835 type  "icon"
37836 arg   "dialog-show-new-inset graphics"
37837 \end_inset
37838
37839
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 </row>
37845 </lyxtabular>
37846
37847 \end_inset
37848
37849  
37850 \begin_inset Tabular
37851 <lyxtabular version="3" rows="2" columns="3">
37852 <features tabularvalignment="middle">
37853 <column alignment="center" valignment="top">
37854 <column alignment="center" valignment="top">
37855 <column alignment="center" valignment="top">
37856 <row>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861 texto
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 <cell alignment="center" valignment="top" topline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870 \begin_inset Info
37871 type  "icon"
37872 arg   "dialog-show-new-inset graphics"
37873 \end_inset
37874
37875
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884 texto
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 </row>
37890 <row>
37891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 texto
37896 \end_layout
37897
37898 \end_inset
37899 </cell>
37900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37901 \begin_inset Text
37902
37903 \begin_layout Plain Layout
37904 texto
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913 texto
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 </row>
37919 </lyxtabular>
37920
37921 \end_inset
37922
37923  
37924 \begin_inset Tabular
37925 <lyxtabular version="3" rows="2" columns="3">
37926 <features tabularvalignment="middle">
37927 <column alignment="center" valignment="top">
37928 <column alignment="center" valignment="top">
37929 <column alignment="center" valignment="top">
37930 <row>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935 texto
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 <cell alignment="center" valignment="top" topline="true" usebox="none">
37941 \begin_inset Text
37942
37943 \begin_layout Plain Layout
37944 texto
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953 texto
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964 texto
37965 \end_layout
37966
37967 \end_inset
37968 </cell>
37969 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973 \begin_inset Info
37974 type  "icon"
37975 arg   "dialog-show-new-inset graphics"
37976 \end_inset
37977
37978
37979 \end_layout
37980
37981 \end_inset
37982 </cell>
37983 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987 texto
37988 \end_layout
37989
37990 \end_inset
37991 </cell>
37992 </row>
37993 </lyxtabular>
37994
37995 \end_inset
37996
37997
37998 \end_layout
37999
38000 \begin_layout Standard
38001 \noindent
38002 \align center
38003 \begin_inset Tabular
38004 <lyxtabular version="3" rows="3" columns="2">
38005 <features tabularvalignment="middle">
38006 <column alignment="center" valignment="top">
38007 <column alignment="center" valignment="top">
38008 <row>
38009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013 texto
38014 \end_layout
38015
38016 \end_inset
38017 </cell>
38018 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022 texto
38023 \end_layout
38024
38025 \end_inset
38026 </cell>
38027 </row>
38028 <row>
38029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38030 \begin_inset Text
38031
38032 \begin_layout Plain Layout
38033 \begin_inset Info
38034 type  "icon"
38035 arg   "dialog-show-new-inset graphics"
38036 \end_inset
38037
38038
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047 texto
38048 \end_layout
38049
38050 \end_inset
38051 </cell>
38052 </row>
38053 <row>
38054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38055 \begin_inset Text
38056
38057 \begin_layout Plain Layout
38058 texto
38059 \end_layout
38060
38061 \end_inset
38062 </cell>
38063 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38064 \begin_inset Text
38065
38066 \begin_layout Plain Layout
38067 texto
38068 \end_layout
38069
38070 \end_inset
38071 </cell>
38072 </row>
38073 </lyxtabular>
38074
38075 \end_inset
38076
38077  
38078 \begin_inset Tabular
38079 <lyxtabular version="3" rows="3" columns="3">
38080 <features tabularvalignment="middle">
38081 <column alignment="center" valignment="top">
38082 <column alignment="center" valignment="top">
38083 <column alignment="center" valignment="top">
38084 <row>
38085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38086 \begin_inset Text
38087
38088 \begin_layout Plain Layout
38089 texto
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 <cell alignment="center" valignment="top" topline="true" usebox="none">
38095 \begin_inset Text
38096
38097 \begin_layout Plain Layout
38098 texto
38099 \end_layout
38100
38101 \end_inset
38102 </cell>
38103 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38104 \begin_inset Text
38105
38106 \begin_layout Plain Layout
38107 texto
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 </row>
38113 <row>
38114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118 texto
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 <cell alignment="center" valignment="top" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 \begin_inset Info
38128 type  "icon"
38129 arg   "dialog-show-new-inset graphics"
38130 \end_inset
38131
38132
38133 \end_layout
38134
38135 \end_inset
38136 </cell>
38137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38138 \begin_inset Text
38139
38140 \begin_layout Plain Layout
38141 texto
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 </row>
38147 <row>
38148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 texto
38153 \end_layout
38154
38155 \end_inset
38156 </cell>
38157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38158 \begin_inset Text
38159
38160 \begin_layout Plain Layout
38161 texto
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38167 \begin_inset Text
38168
38169 \begin_layout Plain Layout
38170 texto
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 </row>
38176 </lyxtabular>
38177
38178 \end_inset
38179
38180  
38181 \begin_inset Tabular
38182 <lyxtabular version="3" rows="3" columns="2">
38183 <features tabularvalignment="middle">
38184 <column alignment="center" valignment="top">
38185 <column alignment="center" valignment="top">
38186 <row>
38187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 texto
38192 \end_layout
38193
38194 \end_inset
38195 </cell>
38196 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38197 \begin_inset Text
38198
38199 \begin_layout Plain Layout
38200 texto
38201 \end_layout
38202
38203 \end_inset
38204 </cell>
38205 </row>
38206 <row>
38207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38208 \begin_inset Text
38209
38210 \begin_layout Plain Layout
38211 texto
38212 \end_layout
38213
38214 \end_inset
38215 </cell>
38216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38217 \begin_inset Text
38218
38219 \begin_layout Plain Layout
38220 \begin_inset Info
38221 type  "icon"
38222 arg   "dialog-show-new-inset graphics"
38223 \end_inset
38224
38225
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 </row>
38231 <row>
38232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38233 \begin_inset Text
38234
38235 \begin_layout Plain Layout
38236 texto
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245 texto
38246 \end_layout
38247
38248 \end_inset
38249 </cell>
38250 </row>
38251 </lyxtabular>
38252
38253 \end_inset
38254
38255
38256 \end_layout
38257
38258 \begin_layout Standard
38259 \noindent
38260 puedes usar el paquete \SpecialChar LaTeX
38261  
38262 \series bold
38263 picinpar
38264 \series default
38265
38266 \begin_inset Index idx
38267 status collapsed
38268
38269 \begin_layout Plain Layout
38270 \SpecialChar LaTeX
38271 -paquetes ! picinpar
38272 \end_layout
38273
38274 \end_inset
38275
38276 .
38277  Aquí hay un ejemplo:
38278 \end_layout
38279
38280 \begin_layout Standard
38281 \begin_inset ERT
38282 status collapsed
38283
38284 \begin_layout Plain Layout
38285
38286
38287 \backslash
38288 ifpicinpar
38289 \end_layout
38290
38291 \end_inset
38292
38293
38294 \begin_inset Note Note
38295 status open
38296
38297 \begin_layout Plain Layout
38298 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38299  \SpecialChar LaTeX
38300  
38301 \series bold
38302 picinpar
38303 \series default
38304 .
38305 \end_layout
38306
38307 \end_inset
38308
38309
38310 \end_layout
38311
38312 \begin_layout Standard
38313 \begin_inset ERT
38314 status collapsed
38315
38316 \begin_layout Plain Layout
38317
38318
38319 \backslash
38320 begin{window}[2,c,{
38321 \end_layout
38322
38323 \end_inset
38324
38325
38326 \begin_inset Graphics
38327         filename ../clipart/2D-intensity-plot.pdf
38328         lyxscale 60
38329         width 40col%
38330         scaleBeforeRotation
38331         rotateOrigin center
38332
38333 \end_inset
38334
38335
38336 \begin_inset ERT
38337 status collapsed
38338
38339 \begin_layout Plain Layout
38340
38341 },]
38342 \end_layout
38343
38344 \begin_layout Plain Layout
38345
38346 {}
38347 \end_layout
38348
38349 \end_inset
38350
38351
38352 \size small
38353 \lang english
38354 It was in the spring of the year 1894 that all London was interested, and
38355  the fashionable world dismayed, by the murder of the Honourable Ronald
38356  Adair under most unusual and inexplicable circumstances.
38357  The public has already learned those particulars of the crime which
38358 \size default
38359
38360 \begin_inset ERT
38361 status collapsed
38362
38363 \begin_layout Plain Layout
38364
38365
38366 \backslash
38367 footnotemark{}
38368 \end_layout
38369
38370 \end_inset
38371
38372
38373 \size small
38374  came out in the police investigation, but a good deal was suppressed upon
38375  that occasion, since the case for the prosecution was so overwhelmingly
38376  strong that it was not necessary to bring forward all the facts.
38377  Only now, at the end of nearly ten years, am I allowed to supply those
38378  missing links which make up the whole of that remarkable chain
38379 \lang spanish
38380 .
38381 \size default
38382
38383 \begin_inset ERT
38384 status collapsed
38385
38386 \begin_layout Plain Layout
38387
38388
38389 \backslash
38390 end{window}
38391 \end_layout
38392
38393 \end_inset
38394
38395
38396 \end_layout
38397
38398 \begin_layout Standard
38399 \begin_inset ERT
38400 status collapsed
38401
38402 \begin_layout Plain Layout
38403
38404
38405 \backslash
38406 footnotetext{
38407 \end_layout
38408
38409 \end_inset
38410
38411 Nota al pie del párrafo con el objeto fijo
38412 \begin_inset ERT
38413 status collapsed
38414
38415 \begin_layout Plain Layout
38416
38417 }
38418 \end_layout
38419
38420 \end_inset
38421
38422
38423 \end_layout
38424
38425 \begin_layout Standard
38426 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
38427  donde la posición del objeto en el párrafo se puede determinar por el número
38428  de líneas sobre él.
38429  A diferencia de los flotantes, no es posible tener leyendas numeradas.
38430 \end_layout
38431
38432 \begin_layout Standard
38433 Un objeto fijo se inserta añadiendo el comando
38434 \end_layout
38435
38436 \begin_layout Standard
38437
38438 \series bold
38439
38440 \backslash
38441 begin{window}[2,c,{
38442 \end_layout
38443
38444 \begin_layout Standard
38445 en código \SpecialChar TeX
38446  al principio del párrafo.
38447  El primer parámetro en el corchete, aquí '2', define el número de líneas
38448  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
38449  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
38450  Tras el comando se inserta el objeto.
38451  En este ejemplo se ha insertado una imagen con una anchura del 40
38452 \begin_inset space \thinspace{}
38453 \end_inset
38454
38455 % de la anchura de la columna de texto.
38456  El objeto también puede ser un cuadro, un marco o una ecuación.
38457  Detrás del objeto se inserta el comando
38458 \end_layout
38459
38460 \begin_layout Standard
38461
38462 \series bold
38463 },texto de la descripción]
38464 \begin_inset Newline newline
38465 \end_inset
38466
38467 {}
38468 \end_layout
38469
38470 \begin_layout Standard
38471 Ten en cuenta que 
38472 \begin_inset Quotes eld
38473 \end_inset
38474
38475
38476 \series bold
38477 {}
38478 \series default
38479
38480 \begin_inset Quotes erd
38481 \end_inset
38482
38483  está en la segunda línea.
38484  El texto de la descripción es opcional.
38485  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
38486  debe empezar inmediatamente después de 
38487 \series bold
38488 {}
38489 \series default
38490 .
38491  Al final del párrafo inserta el comando:
38492 \end_layout
38493
38494 \begin_layout Standard
38495
38496 \series bold
38497
38498 \backslash
38499 end{window}
38500 \end_layout
38501
38502 \begin_layout Standard
38503 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
38504  de la manera habitual.
38505  Hay que usar el comando 
38506 \series bold
38507
38508 \backslash
38509 footnotemark
38510 \series default
38511  dentro del párrafo y fuera del comando 
38512 \series bold
38513
38514 \backslash
38515 footnotetext
38516 \series default
38517 , como se describe en la sec.
38518 \begin_inset space \thinspace{}
38519 \end_inset
38520
38521
38522 \begin_inset CommandInset ref
38523 LatexCommand ref
38524 reference "sec:Notas-al-pie"
38525
38526 \end_inset
38527
38528 .
38529 \end_layout
38530
38531 \begin_layout Standard
38532 \begin_inset ERT
38533 status collapsed
38534
38535 \begin_layout Plain Layout
38536
38537
38538 \backslash
38539 else
38540 \end_layout
38541
38542 \end_inset
38543
38544
38545 \begin_inset Note Note
38546 status open
38547
38548 \begin_layout Plain Layout
38549 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38550  
38551 \series bold
38552 picinpar
38553 \series default
38554 .
38555 \end_layout
38556
38557 \end_inset
38558
38559
38560 \end_layout
38561
38562 \begin_layout Standard
38563 Debes instalar el paquete \SpecialChar LaTeX
38564  
38565 \series bold
38566 picinpar
38567 \series default
38568  para ver la parte siguiente en la salida.
38569 \end_layout
38570
38571 \begin_layout Standard
38572 \begin_inset ERT
38573 status collapsed
38574
38575 \begin_layout Plain Layout
38576
38577
38578 \backslash
38579 fi
38580 \end_layout
38581
38582 \end_inset
38583
38584
38585 \end_layout
38586
38587 \begin_layout Section
38588 Letras capitales
38589 \begin_inset Index idx
38590 status collapsed
38591
38592 \begin_layout Plain Layout
38593 Letras capitales
38594 \end_layout
38595
38596 \end_inset
38597
38598
38599 \begin_inset Index idx
38600 status collapsed
38601
38602 \begin_layout Plain Layout
38603 Envueltos en texto ! Letras capitales
38604 \end_layout
38605
38606 \end_inset
38607
38608
38609 \end_layout
38610
38611 \begin_layout Standard
38612 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
38613
38614 \series bold
38615  lettrine
38616 \series default
38617
38618 \begin_inset Index idx
38619 status collapsed
38620
38621 \begin_layout Plain Layout
38622 \SpecialChar LaTeX
38623 -paquetes ! lettrine
38624 \end_layout
38625
38626 \end_inset
38627
38628  y habilitar el uso del módulo 
38629 \family sans
38630 Capitales
38631 \family default
38632  en el documento (menú 
38633 \family sans
38634 Documento\SpecialChar menuseparator
38635 Configuración\SpecialChar menuseparator
38636 Módulos
38637 \family default
38638 ).
38639  Para insertar una letra capital, usa el entorno 
38640 \family sans
38641 Capital
38642 \family default
38643 .
38644  Este entorno tiene un argumento obligatorio y dos opcionales.
38645  Los argumentos se insertan mediante el menú 
38646 \family sans
38647 Insertar
38648 \family default
38649 .
38650  El argumento obligatorio 
38651 \family sans
38652 Capital
38653 \family default
38654  contiene la(s) letra(s) capital(es), el argumento opcional 
38655 \family sans
38656 Resto
38657 \begin_inset space ~
38658 \end_inset
38659
38660 de
38661 \begin_inset space ~
38662 \end_inset
38663
38664 capital
38665 \family default
38666  contiene el resto de la palabra o del texto en capitales.
38667  El argumento 
38668 \family sans
38669 Opciones
38670 \family default
38671  contiene parámetros para modificar la letra capital.
38672  Véase la documentación de 
38673 \series bold
38674 lettrine
38675 \series default
38676
38677 \begin_inset CommandInset citation
38678 LatexCommand cite
38679 key "lettrine"
38680 literal "true"
38681
38682 \end_inset
38683
38684 , para más información sobre los parámetros disponibles.
38685  El estilo contiene el texto que rodeará a la capital.
38686  De esta forma, el estilo habitual es que la palabra cuya primera letra
38687  es la capital se imprima en 
38688 \noun on
38689 versalitas
38690 \noun default
38691 .
38692 \end_layout
38693
38694 \begin_layout Standard
38695 Aquí hay algunos ejemplos:
38696 \end_layout
38697
38698 \begin_layout Standard
38699 \begin_inset ERT
38700 status collapsed
38701
38702 \begin_layout Plain Layout
38703
38704
38705 \backslash
38706 iflettrine
38707 \end_layout
38708
38709 \end_inset
38710
38711
38712 \begin_inset Note Note
38713 status open
38714
38715 \begin_layout Plain Layout
38716 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38717  \SpecialChar LaTeX
38718  
38719 \series bold
38720 lettrine
38721 \series default
38722 .
38723 \end_layout
38724
38725 \end_inset
38726
38727
38728 \end_layout
38729
38730 \begin_layout Enumerate
38731 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
38732  
38733 \begin_inset Formula $\mathfrak{Fraktur}$
38734 \end_inset
38735
38736 :
38737 \end_layout
38738
38739 \begin_deeper
38740 \begin_layout Initial
38741 \begin_inset Argument 2
38742 status open
38743
38744 \begin_layout Plain Layout
38745 \begin_inset Formula $\mathfrak{I}$
38746 \end_inset
38747
38748
38749 \end_layout
38750
38751 \end_inset
38752
38753
38754 \begin_inset Argument 3
38755 status open
38756
38757 \begin_layout Plain Layout
38758 t
38759 \end_layout
38760
38761 \end_inset
38762
38763  
38764 \lang english
38765 was in the spring of the year 1894 that all London was interested, and the
38766  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38767  under most unusual and inexplicable circumstances.
38768  The public has already learned those particulars of the crime which came
38769  out in the police investigation, but a good deal was suppressed upon that
38770  occasion, since the case for the prosecution was so overwhelmingly strong
38771  that it was not necessary to bring forward all the facts.
38772 \lang spanish
38773
38774 \begin_inset Newpage newpage
38775 \end_inset
38776
38777
38778 \end_layout
38779
38780 \end_deeper
38781 \begin_layout Enumerate
38782 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
38783  y no se imprime nada en versalitas:
38784 \end_layout
38785
38786 \begin_deeper
38787 \begin_layout Initial
38788 \begin_inset Argument 1
38789 status open
38790
38791 \begin_layout Plain Layout
38792 lines=1
38793 \end_layout
38794
38795 \end_inset
38796
38797
38798 \begin_inset Argument 2
38799 status open
38800
38801 \begin_layout Plain Layout
38802 It
38803 \end_layout
38804
38805 \end_inset
38806
38807  
38808 \lang english
38809 was in the spring of the year 1894 that all London was interested, and the
38810  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38811  under most unusual and inexplicable circumstances.
38812  The public has already learned those particulars of the crime which came
38813  out in the police investigation, but a good deal was suppressed upon that
38814  occasion, since the case for the prosecution was so overwhelmingly strong
38815  that it was not necessary to bring forward all the facts.
38816 \end_layout
38817
38818 \end_deeper
38819 \begin_layout Enumerate
38820 Magenta, capital colgada sobre tres líneas en tipografía matemática
38821 \begin_inset Newline newline
38822 \end_inset
38823
38824
38825 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38826 \end_inset
38827
38828 , el texto 
38829 \begin_inset Quotes eld
38830 \end_inset
38831
38832 t was in the spring
38833 \begin_inset Quotes erd
38834 \end_inset
38835
38836  en 
38837 \noun on
38838 versalitas
38839 \noun default
38840 ; para colorear la capital, debes insertar este comando delante de ella:
38841 \begin_inset Newline newline
38842 \end_inset
38843
38844
38845 \series bold
38846
38847 \backslash
38848 renewcommand{
38849 \backslash
38850 LettrineFontHook}{
38851 \backslash
38852 color{color}}
38853 \series default
38854
38855 \begin_inset Newline newline
38856 \end_inset
38857
38858 donde el segundo 
38859 \emph on
38860 color
38861 \emph default
38862  puede ser 
38863 \begin_inset Quotes eld
38864 \end_inset
38865
38866 red
38867 \begin_inset Quotes erd
38868 \end_inset
38869
38870
38871 \begin_inset Quotes eld
38872 \end_inset
38873
38874 blue
38875 \begin_inset Quotes erd
38876 \end_inset
38877
38878
38879 \begin_inset Quotes eld
38880 \end_inset
38881
38882 green
38883 \begin_inset Quotes erd
38884 \end_inset
38885
38886
38887 \begin_inset Quotes eld
38888 \end_inset
38889
38890 yellow
38891 \begin_inset Quotes erd
38892 \end_inset
38893
38894
38895 \begin_inset Quotes eld
38896 \end_inset
38897
38898 cyan
38899 \begin_inset Quotes erd
38900 \end_inset
38901
38902
38903 \begin_inset Quotes eld
38904 \end_inset
38905
38906 magenta
38907 \begin_inset Quotes erd
38908 \end_inset
38909
38910
38911 \begin_inset Quotes eld
38912 \end_inset
38913
38914 black
38915 \begin_inset Quotes erd
38916 \end_inset
38917
38918  o 
38919 \begin_inset Quotes eld
38920 \end_inset
38921
38922 white
38923 \begin_inset Quotes erd
38924 \end_inset
38925
38926 , y añade este comando al preámbulo del documento:
38927 \begin_inset Newline newline
38928 \end_inset
38929
38930
38931 \series bold
38932
38933 \backslash
38934 @ifundefined{textcolor}
38935 \begin_inset Newline newline
38936 \end_inset
38937
38938
38939 \begin_inset space ~
38940 \end_inset
38941
38942 {
38943 \backslash
38944 usepackage{color}}{}
38945 \end_layout
38946
38947 \begin_deeper
38948 \begin_layout Standard
38949 \begin_inset ERT
38950 status collapsed
38951
38952 \begin_layout Plain Layout
38953
38954
38955 \backslash
38956 renewcommand{
38957 \backslash
38958 LettrineFontHook}{
38959 \backslash
38960 color{magenta}}
38961 \end_layout
38962
38963 \end_inset
38964
38965
38966 \begin_inset Note Note
38967 status open
38968
38969 \begin_layout Plain Layout
38970 pone la capital en magenta
38971 \end_layout
38972
38973 \end_inset
38974
38975
38976 \end_layout
38977
38978 \begin_layout Initial
38979 \begin_inset Argument 1
38980 status open
38981
38982 \begin_layout Plain Layout
38983 lines=3, lhang=0.33, loversize=0.25
38984 \end_layout
38985
38986 \end_inset
38987
38988
38989 \begin_inset Argument 2
38990 status open
38991
38992 \begin_layout Plain Layout
38993 \begin_inset Formula $\mathcal{I}$
38994 \end_inset
38995
38996
38997 \end_layout
38998
38999 \end_inset
39000
39001
39002 \begin_inset Argument 3
39003 status open
39004
39005 \begin_layout Plain Layout
39006
39007 \lang english
39008 t was in the spring
39009 \end_layout
39010
39011 \end_inset
39012
39013  
39014 \lang english
39015 of the year 1894 that all London was interested, and the fashionable world
39016  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39017  and inexplicable circumstances.
39018  The public has already learned those particulars of the crime which came
39019  out in the police investigation, but a good deal was suppressed upon that
39020  occasion, since the case for the prosecution was so overwhelmingly strong
39021  that it was not necessary to bring forward all the facts.
39022 \end_layout
39023
39024 \end_deeper
39025 \begin_layout Standard
39026 \begin_inset ERT
39027 status collapsed
39028
39029 \begin_layout Plain Layout
39030
39031
39032 \backslash
39033 else
39034 \end_layout
39035
39036 \end_inset
39037
39038
39039 \begin_inset Note Note
39040 status open
39041
39042 \begin_layout Plain Layout
39043 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
39044  
39045 \series bold
39046 lettrine
39047 \series default
39048 .
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \end_layout
39055
39056 \begin_layout Standard
39057 Debes instalar el paquete \SpecialChar LaTeX
39058  
39059 \series bold
39060 lettrine
39061 \series default
39062  para ver la parte siguiente en la salida.
39063 \end_layout
39064
39065 \begin_layout Standard
39066 \begin_inset ERT
39067 status collapsed
39068
39069 \begin_layout Plain Layout
39070
39071
39072 \backslash
39073 fi
39074 \end_layout
39075
39076 \end_inset
39077
39078
39079 \end_layout
39080
39081 \begin_layout Chapter
39082 Archivos externos
39083 \begin_inset Index idx
39084 status collapsed
39085
39086 \begin_layout Plain Layout
39087 Archivos externos
39088 \end_layout
39089
39090 \end_inset
39091
39092
39093 \end_layout
39094
39095 \begin_layout Standard
39096 Con el menú 
39097 \family sans
39098 Insertar\SpecialChar menuseparator
39099 Archivo 
39100 \family default
39101 se pueden insertar archivos externos en un documento.
39102  Estos pueden ser:
39103 \end_layout
39104
39105 \begin_layout Description
39106 Documento
39107 \begin_inset space ~
39108 \end_inset
39109
39110 \SpecialChar LyX
39111  Otro documento \SpecialChar LyX
39112 ; su contenido se inserta directamente en tu documento.
39113 \end_layout
39114
39115 \begin_layout Description
39116 Texto
39117 \begin_inset space ~
39118 \end_inset
39119
39120 simple Un documento de texto; cada línea del mismo se inserta en tu documento
39121  como párrafo propio.
39122 \end_layout
39123
39124 \begin_layout Description
39125 Texto
39126 \begin_inset space ~
39127 \end_inset
39128
39129 simple,
39130 \begin_inset space ~
39131 \end_inset
39132
39133 unir
39134 \begin_inset space ~
39135 \end_inset
39136
39137 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
39138  Las líneas vacías generan un nuevo párrafo en tu documento.
39139 \end_layout
39140
39141 \begin_layout Description
39142 Material
39143 \begin_inset space ~
39144 \end_inset
39145
39146 externo Archivos en diversos formatos.
39147 \end_layout
39148
39149 \begin_layout Description
39150 Documento
39151 \begin_inset space ~
39152 \end_inset
39153
39154 hijo Documentos \SpecialChar LyX
39155 , \SpecialChar LaTeX
39156  o texto simple.
39157 \end_layout
39158
39159 \begin_layout Section
39160 Material externo
39161 \begin_inset Index idx
39162 status collapsed
39163
39164 \begin_layout Plain Layout
39165 Material externo
39166 \end_layout
39167
39168 \end_inset
39169
39170
39171 \end_layout
39172
39173 \begin_layout Standard
39174 Esta característica te permite insertar archivos en tu documento sin convertirlo
39175 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
39176  se ocupa de las
39177  necesarias conversiones.
39178  Esto es parecido a la inserción de imágenes en diversos formatos en los
39179  documentos \SpecialChar LyX
39180 .
39181  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
39182 ,
39183  en 
39184 \family sans
39185 Apariencia
39186 \family default
39187 \SpecialChar menuseparator
39188 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
39189  en \SpecialChar LyX
39190 .
39191 \end_layout
39192
39193 \begin_layout Standard
39194 El material externo se puede insertar mediante el diálogo que surge a partir
39195  del menú 
39196 \family sans
39197 Insertar\SpecialChar menuseparator
39198 Archivo\SpecialChar menuseparator
39199 Material
39200 \begin_inset space ~
39201 \end_inset
39202
39203 externo
39204 \family default
39205 .
39206  Actualmente se permiten los siguientes tipos de archivo (
39207 \family sans
39208 Plantillas
39209 \family default
39210 ):
39211 \end_layout
39212
39213 \begin_layout Description
39214 Dia Esta plantilla soporta diagramas creados con el programa 
39215 \series bold
39216
39217 \begin_inset CommandInset href
39218 LatexCommand href
39219 name "Dia"
39220 target "http://es.wikipedia.org/wiki/Dia_(programa)"
39221 literal "false"
39222
39223 \end_inset
39224
39225
39226 \series default
39227 .
39228 \begin_inset CommandInset href
39229 LatexCommand href
39230 name "Inkscape"
39231 target "https://inkscape.org/es/"
39232 literal "false"
39233
39234 \end_inset
39235
39236
39237 \end_layout
39238
39239 \begin_layout Description
39240 Diagrama
39241 \begin_inset space ~
39242 \end_inset
39243
39244 de
39245 \begin_inset space ~
39246 \end_inset
39247
39248 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
39249  con el programa 
39250 \series bold
39251
39252 \begin_inset CommandInset href
39253 LatexCommand href
39254 name "XBoard"
39255 target "http://es.wikipedia.org/wiki/XBoard"
39256 literal "false"
39257
39258 \end_inset
39259
39260
39261 \series default
39262 .
39263 \end_layout
39264
39265 \begin_layout Description
39266 Figura
39267 \begin_inset space ~
39268 \end_inset
39269
39270 Inkscape
39271 \lang english
39272  This template supports specific scalable images derived from scalable vector
39273  graphics (SVG), in which the contained text is replaced by a version typeset
39274  by \SpecialChar LaTeX
39275  (and hence in the current document font).
39276  It relies on a feature of the program
39277 \lang spanish
39278  
39279 \series bold
39280
39281 \begin_inset CommandInset href
39282 LatexCommand href
39283 name "Inkscape"
39284 target "https://inkscape.org/"
39285 literal "false"
39286
39287 \end_inset
39288
39289
39290 \series default
39291  
39292 \lang english
39293 which creates a special PDF or EPS and \SpecialChar LaTeX
39294  file from a given SVG file (in 
39295 \noun on
39296 Inkscape
39297 \noun default
39298  itself, the feature is available via the option 
39299 \family sans
39300 Omit text in PDF and create LaTeX file
39301 \family default
39302  when saving a drawing as PDF or EPS).
39303  The benefit of such files is a uniform text style throughout the whole
39304  document.
39305 \begin_inset Newline newline
39306 \end_inset
39307
39308 The external template reads SVG files and uses a converter program to generate
39309  the respective PDF\SpecialChar breakableslash
39310 EPS and \SpecialChar LaTeX
39311  files (via
39312 \noun on
39313  
39314 \noun default
39315 Inkscape
39316 \noun on
39317 )
39318 \noun default
39319  on the fly, so you don't have to export those files yourself.
39320  If you prefer the latter and want use given 
39321 \family typewriter
39322 *.pdf
39323 \family default
39324  and 
39325 \family typewriter
39326 *.pdf_tex
39327 \family default
39328  or 
39329 \family typewriter
39330 *.eps
39331 \family default
39332  and 
39333 \family typewriter
39334 *.eps_tex
39335 \family default
39336  files instead, simply input the respective 
39337 \family typewriter
39338 *.pdf_tex
39339 \family default
39340  or 
39341 \family typewriter
39342 *.eps_tex
39343 \family default
39344  file via the 
39345 \family sans
39346 Child Documents
39347 \family default
39348  dialog (see sec.
39349 \begin_inset space ~
39350 \end_inset
39351
39352
39353 \lang spanish
39354
39355 \begin_inset CommandInset ref
39356 LatexCommand ref
39357 reference "sec:Documento-Hijo"
39358
39359 \end_inset
39360
39361
39362 \lang english
39363 ) rather than using this template.
39364 \begin_inset Newline newline
39365 \end_inset
39366
39367 You can use \SpecialChar TeX
39368  code commands such as 
39369 \series bold
39370
39371 \backslash
39372 Large
39373 \series default
39374
39375 \series bold
39376
39377 \backslash
39378 small
39379 \series default
39380 , etc.
39381 \begin_inset space \space{}
39382 \end_inset
39383
39384 in the text of the SVG.
39385  The size of the font will be taken from the settings of the \SpecialChar LyX
39386  document.
39387  Please refer to 
39388 \begin_inset CommandInset citation
39389 LatexCommand cite
39390 key "Inkscape"
39391 literal "false"
39392
39393 \end_inset
39394
39395  for more information and examples.
39396 \end_layout
39397
39398 \begin_layout Description
39399 Figura
39400 \begin_inset space ~
39401 \end_inset
39402
39403 Xfig Esta plantilla soporta imágenes creadas con el programa 
39404 \begin_inset CommandInset href
39405 LatexCommand href
39406 name "Xfig"
39407 target "http://en.wikipedia.org/wiki/Xfig"
39408 literal "false"
39409
39410 \end_inset
39411
39412 .
39413 \end_layout
39414
39415 \begin_layout Description
39416 Gráficos
39417 \begin_inset space ~
39418 \end_inset
39419
39420 vectoriales Sirve para insertar gráficos vectoriales.
39421  Los gráficos se pueden tratar en el diálogo 
39422 \family sans
39423 Material Externo
39424 \family default
39425  como las que habitualmente se incluyen mediante el diálogo 
39426 \family sans
39427 Gráficos
39428 \family default
39429 , tal como se explica en la sección
39430 \begin_inset space ~
39431 \end_inset
39432
39433
39434 \begin_inset CommandInset ref
39435 LatexCommand ref
39436 reference "sec:Diálogo-Gráficos"
39437
39438 \end_inset
39439
39440 .
39441  Aquí una imagen vectorial insertada: 
39442 \begin_inset External
39443         template VectorGraphics
39444         filename ../clipart/SVG-Drawing.svg
39445         lyxscale 50
39446         scale 33
39447
39448 \end_inset
39449
39450
39451 \end_layout
39452
39453 \begin_layout Description
39454 Imagen
39455 \begin_inset space ~
39456 \end_inset
39457
39458 mapa
39459 \begin_inset space ~
39460 \end_inset
39461
39462 de
39463 \begin_inset space ~
39464 \end_inset
39465
39466 bits Sirve para insertar imágenes bitmap.
39467  Las imágenes se pueden tratar en el diálogo 
39468 \family sans
39469 Material Externo
39470 \family default
39471  como las que habitualmente se incluyen mediante el diálogo 
39472 \family sans
39473 Gráficos
39474 \family default
39475 , tal como se explica en la sección
39476 \begin_inset space ~
39477 \end_inset
39478
39479
39480 \begin_inset CommandInset ref
39481 LatexCommand ref
39482 reference "sec:Diálogo-Gráficos"
39483
39484 \end_inset
39485
39486 .
39487  Aquí se ha insertado una imagen 
39488 \emph on
39489 raster
39490 \emph default
39491
39492 \begin_inset External
39493         template RasterImage
39494         filename ../clipart/ToolbarEnvBox.png
39495
39496 \end_inset
39497
39498
39499 \end_layout
39500
39501 \begin_layout Description
39502 Hoja
39503 \begin_inset space ~
39504 \end_inset
39505
39506 de
39507 \begin_inset space ~
39508 \end_inset
39509
39510 cálculo Esta plantilla permite insertar tablas/hojas de cálculo en los formatos
39511  
39512 \series bold
39513
39514 \begin_inset CommandInset href
39515 LatexCommand href
39516 name "Gnumeric"
39517 target "http://es.wikipedia.org/wiki/Gnumeric"
39518 literal "false"
39519
39520 \end_inset
39521
39522
39523 \series default
39524
39525 \begin_inset CommandInset href
39526 LatexCommand href
39527 name "OpenDocument"
39528 target "http://es.wikipedia.org/wiki/OpenDocument"
39529 literal "false"
39530
39531 \end_inset
39532
39533
39534 \begin_inset CommandInset href
39535 LatexCommand href
39536 name "Microsoft Office XML"
39537 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
39538 literal "false"
39539
39540 \end_inset
39541
39542  y 
39543 \begin_inset CommandInset href
39544 LatexCommand href
39545 name "Office Open XML"
39546 target "http://es.wikipedia.org/wiki/Office_Open_XML"
39547 literal "false"
39548
39549 \end_inset
39550
39551 .
39552  Para que esto funcione \SpecialChar LyX
39553  debe haber encontrado el programa 
39554 \family typewriter
39555 ssconvert
39556 \family default
39557  durante su configuración.
39558  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
39559  las tablas no estén en el formato de Gnumeric.
39560  Echa un vistazo al archivo de ejemplo 
39561 \emph on
39562 spreadsheet.lyx
39563 \emph default
39564  para ver ejemplos de uso y posibles limitaciones.
39565 \end_layout
39566
39567 \begin_layout Description
39568 Páginas
39569 \begin_inset space ~
39570 \end_inset
39571
39572 PDF Con esta plantilla puedes insertar documentos PDF en tu documento.
39573  Para insertar algunas o todas las páginas de un documento PDF, utiliza
39574  la opción 
39575 \series bold
39576 pages
39577 \series default
39578  en el campo 
39579 \family sans
39580 Opción
39581 \family default
39582  de la pestaña 
39583 \family sans
39584 Opciones de \SpecialChar LaTeX
39585  y \SpecialChar LyX
39586
39587 \family default
39588 .
39589  El argumento de esta opción es una lista separada con comas que contiene
39590  números de páginas (opción 
39591 \series bold
39592 pages={3,5,6,8}
39593 \series default
39594 ), rangos de números de páginas (
39595 \series bold
39596 pages={4-9}
39597 \series default
39598 ) o cualquier combinación.
39599  Para insertar páginas vacías usa {}.
39600  Por ej.,
39601 \begin_inset space ~
39602 \end_inset
39603
39604
39605 \series bold
39606 pages={3,{},8-11,15}
39607 \series default
39608  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
39609  Los rangos de páginas se especifican según el esquema 
39610 \emph on
39611 inicial
39612 \emph default
39613 -
39614 \emph on
39615 final.
39616
39617 \emph default
39618  Así se seleccionan todas las páginas desde 
39619 \emph on
39620 inicial
39621 \emph default
39622  a 
39623 \emph on
39624 final
39625 \emph default
39626 .
39627  Si se omite 
39628 \emph on
39629 inicial
39630 \emph default
39631  comienza en la primera página; si se omite 
39632 \emph on
39633 final
39634 \emph default
39635  termina en la última.
39636  La última página también se puede seleccionar con la clave 
39637 \series bold
39638 last
39639 \series default
39640 .
39641  (Solo está permitido en rangos de páginas).
39642  Así, 
39643 \series bold
39644 pages=-
39645 \series default
39646  insertará todas las páginas del documento y 
39647 \series bold
39648 pages=last-1
39649 \series default
39650  insertará todas las páginas en orden inverso.
39651  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
39652 \begin_inset Newline newline
39653 \end_inset
39654
39655 La opción 
39656 \series bold
39657 noautoscale
39658 \series default
39659  inserta las páginas a tamaño original; si esta opción no se especifica,
39660  el tamaño de las páginas se adaptará a la anchura de página del documento.
39661  En la pestaña 
39662 \family sans
39663 Tamaño y rotación
39664 \family default
39665  se puede especificar la anchura, la altura y la rotación de las páginas
39666  introducidas.
39667  Si se usa una anchura distinta de 100
39668 \begin_inset space \thinspace{}
39669 \end_inset
39670
39671 % Escala, la opción 
39672 \series bold
39673 noautoscale
39674 \series default
39675  será ignorada.
39676  Para más información y otras opciones posibles, consulta la documentación
39677  del paquete \SpecialChar LaTeX
39678  
39679 \series bold
39680 pdfpages
39681 \series default
39682  
39683 \begin_inset CommandInset citation
39684 LatexCommand cite
39685 key "pdfpages"
39686 literal "true"
39687
39688 \end_inset
39689
39690 .
39691 \begin_inset Index idx
39692 status collapsed
39693
39694 \begin_layout Plain Layout
39695 \SpecialChar LaTeX
39696 -paquetes ! pdfpages
39697 \end_layout
39698
39699 \end_inset
39700
39701
39702 \begin_inset Newline newline
39703 \end_inset
39704
39705 Para usar esta plantilla en una presentación 
39706 \family sans
39707 Beamer
39708 \family default
39709 , hay que insertar primero un entorno 
39710 \family sans
39711 Fin de fotograma
39712 \family default
39713  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
39714  con el comando 
39715 \series bold
39716
39717 \backslash
39718 setbeamertemplate{background canvas}{}
39719 \series default
39720 .
39721  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
39722  como quieras.
39723  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
39724  comenzando una nueva diapositiva o una nueva sección.
39725  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
39726  usar alineación 
39727 \family sans
39728 Predeterminada
39729 \family default
39730  para el párrafo que contiene la plantilla.
39731 \begin_inset Newline newline
39732 \end_inset
39733
39734 Un PDF incluido girado -5°: 
39735 \begin_inset External
39736         template PDFPages
39737         filename ../clipart/Abstract.pdf
39738         extra LaTeX "noautoscale, pages=-"
39739         rotateAngle -5
39740         rotateOrigin bottomleft
39741
39742 \end_inset
39743
39744
39745 \end_layout
39746
39747 \begin_layout Description
39748 Tipografía
39749 \begin_inset space ~
39750 \end_inset
39751
39752 musical
39753 \begin_inset space ~
39754 \end_inset
39755
39756 Lilypond Esta plantilla sirve para tipografiar notación musical con el programa
39757 \begin_inset Newline linebreak
39758 \end_inset
39759
39760
39761 \series bold
39762
39763 \begin_inset CommandInset href
39764 LatexCommand href
39765 name "LilyPond"
39766 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
39767 literal "false"
39768
39769 \end_inset
39770
39771
39772 \series default
39773 .
39774  Echa un vistazo al archivo de ejemplo
39775 \emph on
39776  lilypond.lyx
39777 \emph default
39778  para más información sobre el soporte de \SpecialChar LyX
39779  a LilyPond.
39780 \end_layout
39781
39782 \begin_layout Standard
39783 Si utilizas la opción 
39784 \family sans
39785 Borrador
39786 \family default
39787  en la solapa 
39788 \family sans
39789 Archivo
39790 \family default
39791  del diálogo 
39792 \family sans
39793 Material Externo
39794 \family default
39795 , en el documento de salida sólo se muestra la ruta al archivo insertado.
39796 \family sans
39797
39798 \begin_inset Newline newline
39799 \end_inset
39800
39801
39802 \family default
39803 El material externo se muestra en \SpecialChar LyX
39804  como un recuadro del tipo:
39805 \family sans
39806  
39807 \family default
39808
39809 \begin_inset Graphics
39810         filename clipart/MaterialExterno.png
39811         scale 95
39812
39813 \end_inset
39814
39815  o como imagen, dependiendo de si se marca la opción 
39816 \family sans
39817 Mostrar en LyX 
39818 \family default
39819 de la pestaña 
39820 \family sans
39821 Opciones de LaTeX y LyX
39822 \family default
39823  del diálogo
39824 \family sans
39825 .
39826 \end_layout
39827
39828 \begin_layout Standard
39829 En el manual 
39830 \emph on
39831 Personalización
39832 \emph default
39833  se explica cómo definir tus propias plantillas.
39834 \end_layout
39835
39836 \begin_layout Section
39837 Documento hijo
39838 \begin_inset CommandInset label
39839 LatexCommand label
39840 name "sec:Documento-Hijo"
39841
39842 \end_inset
39843
39844
39845 \begin_inset Index idx
39846 status collapsed
39847
39848 \begin_layout Plain Layout
39849 Documento hijo
39850 \end_layout
39851
39852 \end_inset
39853
39854
39855 \end_layout
39856
39857 \begin_layout Standard
39858 Los documentos hijos se emplean en el caso de tener un documento extenso
39859  compuesto por varias partes o secciones más grandes.
39860  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
39861  en varios archivos que pueden ser revisados por separado.
39862  Estos archivos se conocen como documentos hijos, y el llamado documento
39863  maestro los conecta con el fin de imprimirlos como un todo o por partes.
39864  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
39865  \SpecialChar LaTeX
39866 , la bibliografía y las etiquetas de las referencias cruzadas.
39867 \end_layout
39868
39869 \begin_layout Standard
39870 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
39871  en el menú 
39872 \family sans
39873 Documento\SpecialChar menuseparator
39874 Configuración\SpecialChar menuseparator
39875 Clase del documento
39876 \family default
39877  del documento hijo especifica el documento maestro predeterminado.
39878  Este maestro será usado entonces por \SpecialChar LyX
39879  en un segundo plano cuando edites
39880  el documento hijo.
39881 \end_layout
39882
39883 \begin_layout Standard
39884 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
39885  como
39886  recuadros del tipo: 
39887 \begin_inset Graphics
39888         filename clipart/DocumentoHijo.png
39889         scale 95
39890
39891 \end_inset
39892
39893 .
39894  Para incluir documentos hijos en un documento maestro utiliza el menú 
39895 \family sans
39896 Insertar
39897 \family default
39898 \SpecialChar menuseparator
39899
39900 \family sans
39901 Archivo
39902 \family default
39903 \SpecialChar menuseparator
39904
39905 \family sans
39906 Documento
39907 \begin_inset space ~
39908 \end_inset
39909
39910 hijo
39911 \family default
39912 .
39913  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
39914 \end_layout
39915
39916 \begin_layout Description
39917 Anexar Puedes incluir documentos \SpecialChar LyX
39918  y documentos \SpecialChar LaTeX
39919 .
39920  Al pulsar el botón 
39921 \family sans
39922 Editar
39923 \family default
39924  en el diálogo 
39925 \family sans
39926 Documento hijo
39927 \family default
39928 , los documentos incluidos se abrirán en una nueva solapa de archivo en
39929  la ventana de \SpecialChar LyX
39930  y así puedes modificarlos si quieres.
39931 \end_layout
39932
39933 \begin_layout Standard
39934 Aquí hay un archivo insertado con el método 
39935 \family sans
39936 Anexar
39937 \family default
39938
39939 \begin_inset CommandInset include
39940 LatexCommand include
39941 filename "DocumentoPostizo1.lyx"
39942
39943 \end_inset
39944
39945
39946 \end_layout
39947
39948 \begin_layout Standard
39949 La numeración de secciones tiene en cuenta las secciones de los archivos
39950  incluidos en el orden en que están insertados en el documento maestro.
39951  El documento incluido de ejemplo tiene una subsección que se numera como
39952  subsección de la presente sección.
39953  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
39954 \begin_inset space ~
39955 \end_inset
39956
39957
39958 \begin_inset CommandInset ref
39959 LatexCommand ref
39960 reference "subsec:Subsección-Externa-1"
39961
39962 \end_inset
39963
39964 .
39965 \end_layout
39966
39967 \begin_layout Standard
39968 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
39969  del documento maestro.
39970  Las ramas en los documentos hijos serán ignoradas por el documento maestro
39971  si éste no tiene una rama con el mismo nombre.
39972  Los documentos anexados se insertan comenzando una página nueva y acabando
39973  con un salto de página.
39974 \end_layout
39975
39976 \begin_layout Standard
39977 \begin_inset Note Greyedout
39978 status open
39979
39980 \begin_layout Plain Layout
39981
39982 \series bold
39983 Nota:
39984 \series default
39985  Si has incluido un archivo \SpecialChar LyX
39986  o \SpecialChar LaTeX
39987  cuya clase de documento es distinta a la
39988  del documento maestro, recibirás una advertencia al exportar/ver el documento,
39989  ya que esto podría dar resultados inesperados.
39990 \end_layout
39991
39992 \end_inset
39993
39994
39995 \end_layout
39996
39997 \begin_layout Description
39998 Incorporar Este método es muy parecido al método 
39999 \family sans
40000 Anexar
40001 \family default
40002 .
40003  Las diferencias son:
40004 \end_layout
40005
40006 \begin_deeper
40007 \begin_layout Itemize
40008 Los archivos incorporados no comienzan en página nueva ni acaban con un
40009  salto de página.
40010 \end_layout
40011
40012 \begin_layout Itemize
40013 Los archivos incorporados pueden visualizar en \SpecialChar LyX
40014  si la 
40015 \family sans
40016 Vista
40017 \begin_inset space ~
40018 \end_inset
40019
40020 preliminar
40021 \begin_inset space ~
40022 \end_inset
40023
40024 inmediata 
40025 \family default
40026 está activada en el diálogo 
40027 \family sans
40028 Herramientas\SpecialChar menuseparator
40029 Preferencias
40030 \family default
40031 , apartado 
40032 \family sans
40033 Apariencia\SpecialChar menuseparator
40034 Visualización
40035 \family default
40036 .
40037 \end_layout
40038
40039 \begin_layout Itemize
40040 Los archivos incorporados no se pueden excluir mediante el menú 
40041 \family sans
40042 Documento\SpecialChar menuseparator
40043 Configuración\SpecialChar menuseparator
40044 Documentos hijo
40045 \family default
40046 .
40047 \end_layout
40048
40049 \end_deeper
40050 \begin_layout Standard
40051 Aquí hay un documento hijo insertado con el método 
40052 \family sans
40053 Incorporar
40054 \family default
40055 :
40056 \end_layout
40057
40058 \begin_layout Standard
40059 \begin_inset CommandInset include
40060 LatexCommand input
40061 filename "DocumentoPostizo2.lyx"
40062
40063 \end_inset
40064
40065
40066 \end_layout
40067
40068 \begin_layout Standard
40069 Aquí se inserta un documento hijo en modo 
40070 \emph on
40071 input
40072 \emph default
40073  como fuente de \SpecialChar LaTeX
40074 :
40075 \end_layout
40076
40077 \begin_layout Quote
40078 \begin_inset CommandInset include
40079 LatexCommand input
40080 filename "DocumentoTextoPostizo.txt"
40081
40082 \end_inset
40083
40084
40085 \end_layout
40086
40087 \begin_layout Description
40088 Literal Con este método se puede incluir cualquier archivo de texto.
40089  El archivo aparece en la salida con su código fuente, y si contiene comandos
40090  no se ejecutan.
40091  Con la opción 
40092 \family sans
40093 Marcar espacios en la salida
40094 \family default
40095  cada espacio en el código fuente se muestra en la salida con el carácter
40096  «
40097 \begin_inset ERT
40098 status collapsed
40099
40100 \begin_layout Plain Layout
40101
40102
40103 \backslash
40104 textvisiblespace
40105 \end_layout
40106
40107 \end_inset
40108
40109 ».
40110  La diferencia con el método de inserción mediante el menú 
40111 \family sans
40112 Insertar
40113 \family default
40114 \SpecialChar menuseparator
40115
40116 \family sans
40117 Archivo
40118 \family default
40119 \SpecialChar menuseparator
40120
40121 \family sans
40122 Texto
40123 \begin_inset space ~
40124 \end_inset
40125
40126 simple
40127 \family default
40128  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
40129 , mientras que en
40130  modo 
40131 \family sans
40132 Literal 
40133 \family default
40134 no se muestra el contenido, sino un recuadro con el nombre.
40135
40136 \family sans
40137  
40138 \end_layout
40139
40140 \begin_layout Standard
40141 Aquí se inserta un documento hijo en modo Literal:
40142 \begin_inset CommandInset include
40143 LatexCommand verbatiminput
40144 filename "DocumentoTextoPostizo.txt"
40145
40146 \end_inset
40147
40148
40149 \begin_inset VSpace bigskip
40150 \end_inset
40151
40152
40153 \end_layout
40154
40155 \begin_layout Standard
40156 Aquí se inserta un documento hijo en modo Literal con la opción 
40157 \family sans
40158 Marcar espacios en la salida
40159 \family default
40160 :
40161 \begin_inset CommandInset include
40162 LatexCommand verbatiminput*
40163 filename "DocumentoTextoPostizo.txt"
40164
40165 \end_inset
40166
40167
40168 \begin_inset VSpace bigskip
40169 \end_inset
40170
40171
40172 \end_layout
40173
40174 \begin_layout Standard
40175 \begin_inset Note Greyedout
40176 status open
40177
40178 \begin_layout Plain Layout
40179
40180 \series bold
40181 Nota:
40182 \series default
40183  Como puedes ver en los ejemplos anteriores, el texto de los documentos
40184  incluidos en modo 
40185 \family sans
40186 literal
40187 \family default
40188  no contiene saltos de línea, a no ser que se incluyan expresamente en el
40189  archivo de texto.
40190 \end_layout
40191
40192 \end_inset
40193
40194
40195 \end_layout
40196
40197 \begin_layout Description
40198 Listado
40199 \begin_inset space ~
40200 \end_inset
40201
40202 de
40203 \begin_inset space ~
40204 \end_inset
40205
40206 código Este tipo se describe en el capítulo
40207 \begin_inset space ~
40208 \end_inset
40209
40210
40211 \begin_inset CommandInset ref
40212 LatexCommand ref
40213 reference "cap:Listado-de-código"
40214
40215 \end_inset
40216
40217 .
40218 \end_layout
40219
40220 \begin_layout Standard
40221 \begin_inset Note Greyedout
40222 status open
40223
40224 \begin_layout Plain Layout
40225
40226 \series bold
40227 Nota:
40228 \series default
40229  Incluir el mismo documento dos veces con métodos diferentes podría causar
40230  problemas en \SpecialChar LaTeX
40231 .
40232 \end_layout
40233
40234 \end_inset
40235
40236
40237 \end_layout
40238
40239 \begin_layout Standard
40240 Si quieres ver o exportar solo determinados hijos del documento maestro,
40241  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
40242  individuales del libro, puedes excluir hijos en la salida.
40243  Esto se consigue mediante el menú 
40244 \family sans
40245 Documento\SpecialChar menuseparator
40246 Configuración\SpecialChar menuseparator
40247 Documento hijo
40248 \family default
40249 .
40250  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
40251  (esto solo funciona para documentos insertados mediante 
40252 \begin_inset Quotes cld
40253 \end_inset
40254
40255 Anexar
40256 \begin_inset Quotes crd
40257 \end_inset
40258
40259 , no con 
40260 \begin_inset Quotes cld
40261 \end_inset
40262
40263 Incorporar
40264 \begin_inset Quotes crd
40265 \end_inset
40266
40267 ).
40268  Si se marca la opción 
40269 \family sans
40270 Mantener contadores y referencias
40271 \family default
40272  \SpecialChar LyX
40273  garantiza que todos los números de página, referencias, etc., se respetan
40274  como si se procesara el documento completo.
40275  No obstante, \SpecialChar LyX
40276  tiene que procesar el documento entero en segundo plano para
40277  que esta característica funcione.
40278  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
40279  los contadores y referencias, desmarca esta casilla.
40280 \end_layout
40281
40282 \begin_layout Standard
40283 Alternativamente, se puede poner cada archivo incluido en una rama.
40284 \begin_inset Foot
40285 status collapsed
40286
40287 \begin_layout Plain Layout
40288 Las ramas se describen en la sección
40289 \emph on
40290  Ramas
40291 \emph default
40292  de la 
40293 \emph on
40294 Guía del usuario
40295 \emph default
40296  de \SpecialChar LyX
40297 .
40298 \end_layout
40299
40300 \end_inset
40301
40302  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
40303  aparecerán en la salida.
40304  Esto tiene la ventaja de que también funciona con hijos incluidos con 
40305 \begin_inset Quotes cld
40306 \end_inset
40307
40308 Incorporar
40309 \begin_inset Quotes crd
40310 \end_inset
40311
40312 .
40313  Sin embargo, los contadores y las referencias no se mantendrán usando este
40314  método.
40315 \end_layout
40316
40317 \begin_layout Chapter
40318 Listado de código
40319 \begin_inset CommandInset label
40320 LatexCommand label
40321 name "cap:Listado-de-código"
40322
40323 \end_inset
40324
40325
40326 \begin_inset Index idx
40327 status collapsed
40328
40329 \begin_layout Plain Layout
40330 Listado de código
40331 \end_layout
40332
40333 \end_inset
40334
40335
40336 \begin_inset Index idx
40337 status collapsed
40338
40339 \begin_layout Plain Layout
40340 Código de programa
40341 \end_layout
40342
40343 \end_inset
40344
40345
40346 \begin_inset Index idx
40347 status collapsed
40348
40349 \begin_layout Plain Layout
40350 Flotantes ! Listado de código
40351 \end_layout
40352
40353 \end_inset
40354
40355
40356 \end_layout
40357
40358 \begin_layout Standard
40359 Para incluir y tipografiar código de programación puedes usar la opción
40360  de menú disponible en 
40361 \family sans
40362 Insertar\SpecialChar menuseparator
40363 Listado
40364 \begin_inset space ~
40365 \end_inset
40366
40367 de
40368 \begin_inset space ~
40369 \end_inset
40370
40371 código.
40372  
40373 \family default
40374 Los paquetes \SpecialChar LaTeX
40375  
40376 \series bold
40377 listings
40378 \series default
40379
40380 \begin_inset Index idx
40381 status collapsed
40382
40383 \begin_layout Plain Layout
40384 \SpecialChar LaTeX
40385 -paquetes ! listings
40386 \end_layout
40387
40388 \end_inset
40389
40390  y 
40391 \series bold
40392 minted
40393 \series default
40394
40395 \begin_inset Index idx
40396 status collapsed
40397
40398 \begin_layout Plain Layout
40399 \SpecialChar LaTeX
40400 -paquetes ! minted
40401 \end_layout
40402
40403 \end_inset
40404
40405  provee un mecanismo potente y flexible para insertar código fuente en tu
40406  documento.
40407  
40408 \lang english
40409 One can only use one of these packages in a document.
40410  
40411 \series bold
40412 listings
40413 \series default
40414  is used by default.
40415 \end_layout
40416
40417 \begin_layout Standard
40418
40419 \lang english
40420 \begin_inset Note Note
40421 status open
40422
40423 \begin_layout Plain Layout
40424
40425 \series bold
40426 \lang english
40427 Note:
40428 \series default
40429  \SpecialChar LyX
40430  does NOT want to encourage users to add the 
40431 \family typewriter
40432 -shell-escape
40433 \family default
40434  option to converter definitions.
40435  It works, but it is a huge security risk.
40436  There is an active discussion about how to handle this.
40437  Once that's been resolved, this can be updated appropriately.
40438 \end_layout
40439
40440 \begin_layout Plain Layout
40441
40442 \lang english
40443 =====
40444 \end_layout
40445
40446 \begin_layout Plain Layout
40447
40448 \lang english
40449 In order to use 
40450 \series bold
40451 minted
40452 \series default
40453 , you need to select it as the syntax highlighting package in the document
40454  settings under 
40455 \family sans
40456 Listings
40457 \family default
40458 .
40459  
40460 \series bold
40461 minted
40462 \series default
40463  requires also additionally the module 
40464 \family sans
40465 pygments
40466 \family default
40467  of the software 
40468 \noun on
40469 Python
40470 \noun default
40471
40472 \begin_inset Foot
40473 status collapsed
40474
40475 \begin_layout Plain Layout
40476
40477 \lang english
40478 Under \SpecialChar LyX
40479  for Windows 
40480 \family sans
40481 pygments
40482 \family default
40483  is already installed.
40484 \end_layout
40485
40486 \end_inset
40487
40488  and the option 
40489 \family typewriter
40490 -shell-escape
40491 \family default
40492  for the \SpecialChar LaTeX
40493  processor.
40494  If you want for example view or export your document as the format 
40495 \family sans
40496 PDF
40497 \begin_inset space ~
40498 \end_inset
40499
40500 (pdflatex)
40501 \family default
40502 , go to the \SpecialChar LyX
40503  preferences and there to the section 
40504 \family sans
40505 File
40506 \begin_inset space ~
40507 \end_inset
40508
40509 Handling\SpecialChar menuseparator
40510 Converters
40511 \family default
40512 .
40513  There go to the entry 
40514 \family sans
40515 LaTeX
40516 \begin_inset space ~
40517 \end_inset
40518
40519 (pdflatex) -> PDF
40520 \begin_inset space ~
40521 \end_inset
40522
40523 (pdflatex)
40524 \family default
40525  and look at the field 
40526 \family sans
40527 Converter
40528 \family default
40529 .
40530  There you see by default the content
40531 \lang spanish
40532
40533 \begin_inset Newline newline
40534 \end_inset
40535
40536
40537 \series bold
40538 pdflatex $$i
40539 \series default
40540
40541 \begin_inset Newline newline
40542 \end_inset
40543
40544
40545 \lang english
40546 Now change it to
40547 \lang spanish
40548
40549 \begin_inset Newline newline
40550 \end_inset
40551
40552
40553 \series bold
40554 pdflatex $$i -shell-escape
40555 \begin_inset Newline newline
40556 \end_inset
40557
40558
40559 \series default
40560 \lang english
40561 and press the 
40562 \family sans
40563 Modify
40564 \family default
40565  button and subsequently 
40566 \family sans
40567 Apply
40568 \family default
40569  or 
40570 \family sans
40571 Save
40572 \family default
40573 .
40574  The same can be done for the output formats 
40575 \family sans
40576 PDF
40577 \begin_inset space ~
40578 \end_inset
40579
40580 (LuaTeX)
40581 \family default
40582  and 
40583 \family sans
40584 PDF
40585 \begin_inset space ~
40586 \end_inset
40587
40588 (XeTeX)
40589 \family default
40590 .
40591 \end_layout
40592
40593 \end_inset
40594
40595
40596 \end_layout
40597
40598 \begin_layout Standard
40599 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
40600  incorporado en el que puedes configurar su formato.
40601 \end_layout
40602
40603 \begin_layout Standard
40604 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
40605  La opción de ubicación 
40606 \family sans
40607 Listado
40608 \begin_inset space ~
40609 \end_inset
40610
40611 en
40612 \begin_inset space ~
40613 \end_inset
40614
40615 línea
40616 \family default
40617  lo imprime en la línea, como este ejemplo: 
40618 \begin_inset listings
40619 lstparams "language={C++}"
40620 inline true
40621 status open
40622
40623 \begin_layout Plain Layout
40624
40625 int a=5;
40626 \end_layout
40627
40628 \end_inset
40629
40630
40631 \family sans
40632
40633 \begin_inset Newline newline
40634 \end_inset
40635
40636
40637 \family default
40638 La opción 
40639 \family sans
40640 Flotante
40641 \family default
40642  crea un listado flotante cuya colocación se puede especificar mediante
40643  las opciones «
40644 \family sans
40645 h
40646 \family default
40647 », «
40648 \family sans
40649 t
40650 \family default
40651 », «
40652 \family sans
40653 b
40654 \family default
40655 » y «
40656 \family sans
40657 p
40658 \family default
40659 », correspondientes a las opciones de colocación de flotantes descritas
40660  en la sección
40661 \family sans
40662
40663 \begin_inset space ~
40664 \end_inset
40665
40666
40667 \begin_inset CommandInset ref
40668 LatexCommand ref
40669 reference "sec:Colocación-de-Flotantes"
40670
40671 \end_inset
40672
40673
40674 \family default
40675 .
40676  Las opciones de colocación se pueden mezclar y se escriben sin separación,
40677  p.
40678 \family sans
40679
40680 \begin_inset space \thinspace{}
40681 \end_inset
40682
40683
40684 \family default
40685 ej.
40686 \begin_inset space ~
40687 \end_inset
40688
40689 «
40690 \family sans
40691 htbp
40692 \family default
40693 ».
40694  La opción «
40695 \family sans
40696 h
40697 \family default
40698 » a veces no tiene efecto, pero no necesitas usar la opción 
40699 \family sans
40700 Flotante
40701 \family default
40702  en ese caso puesto que los listados de código no flotantes también pueden
40703  tener leyendas y ser referenciadas.
40704 \end_layout
40705
40706 \begin_layout Standard
40707 Se puede añadir una leyenda a listados de código 
40708 \lang english
40709 that are not inline
40710 \lang spanish
40711  con el menú 
40712 \family sans
40713 Insertar\SpecialChar menuseparator
40714 Leyenda
40715 \family default
40716 .
40717  Los listados de código se pueden referenciar como los flotantes: Listado
40718 \begin_inset space ~
40719 \end_inset
40720
40721
40722 \begin_inset CommandInset ref
40723 LatexCommand ref
40724 reference "lst:Ejemplo-de-listado-de-código"
40725
40726 \end_inset
40727
40728  Con el menú 
40729 \family sans
40730 Insertar\SpecialChar menuseparator
40731 Índices\SpecialChar menuseparator
40732 Listados
40733 \begin_inset space ~
40734 \end_inset
40735
40736 de
40737 \begin_inset space ~
40738 \end_inset
40739
40740 código
40741 \family default
40742  se crea un índice de todos los listados de código con leyenda insertados.
40743  Las entradas del índice son la leyenda y el número de cada listado de código.
40744 \end_layout
40745
40746 \begin_layout Standard
40747 \begin_inset listings
40748 lstparams "language=Python"
40749 inline false
40750 status open
40751
40752 \begin_layout Plain Layout
40753
40754 \begin_inset Caption Standard
40755
40756 \begin_layout Plain Layout
40757 \begin_inset CommandInset label
40758 LatexCommand label
40759 name "lst:Ejemplo-de-listado-de-código"
40760
40761 \end_inset
40762
40763 Ejemplo de listado de código flotante
40764 \end_layout
40765
40766 \end_inset
40767
40768 # Ejemplo de listado flotante
40769 \end_layout
40770
40771 \begin_layout Plain Layout
40772
40773 def func(param):
40774 \end_layout
40775
40776 \begin_layout Plain Layout
40777
40778     'this is a python function'
40779 \end_layout
40780
40781 \begin_layout Plain Layout
40782
40783     pass
40784 \end_layout
40785
40786 \end_inset
40787
40788
40789 \end_layout
40790
40791 \begin_layout Standard
40792 \begin_inset Note Greyedout
40793 status open
40794
40795 \begin_layout Plain Layout
40796
40797 \series bold
40798 Nota: 
40799 \series default
40800 \lang english
40801 The 
40802 \series bold
40803 listings
40804 \series default
40805  package places captions before the listing by default.
40806 \begin_inset Newline newline
40807 \end_inset
40808
40809 The 
40810 \series bold
40811 minted
40812 \series default
40813  package places them after the listing by default if it is floating.
40814  If tit is not floating  caption will be typeset before the listing if it
40815  is inserted to its first line, otherwise  it will be typeset after the
40816  listing.
40817  If you want to force the placement in avery case before the listing, you
40818  have to add the following lines as last thing to the preamble
40819 \lang spanish
40820 :
40821 \begin_inset Newline newline
40822 \end_inset
40823
40824
40825 \series bold
40826
40827 \backslash
40828 @ifundefined{newfloat}
40829 \begin_inset Newline newline
40830 \end_inset
40831
40832
40833 \begin_inset Phantom HPhantom
40834 status open
40835
40836 \begin_layout Plain Layout
40837 \begin_inset space ~
40838 \end_inset
40839
40840
40841 \end_layout
40842
40843 \end_inset
40844
40845 {
40846 \backslash
40847 usepackage{float}}{}
40848 \begin_inset Newline newline
40849 \end_inset
40850
40851
40852 \backslash
40853 floatstyle{plaintop}
40854 \series default
40855
40856 \begin_inset Note Note
40857 status collapsed
40858
40859 \begin_layout Plain Layout
40860 \SpecialChar LyX
40861  cargará automáticamente el paquete 
40862 \series bold
40863 float
40864 \series default
40865  cuando uses 
40866 \lang english
40867 special document-wide float placement settings
40868 \lang spanish
40869 .
40870  Para evitar que sea cargado dos veces se pone al principio el comando 
40871 \series bold
40872
40873 \backslash
40874 @ifundefined
40875 \series default
40876 .
40877 \end_layout
40878
40879 \end_inset
40880
40881
40882 \end_layout
40883
40884 \end_inset
40885
40886
40887 \end_layout
40888
40889 \begin_layout Standard
40890 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
40891  de listado de código, las palabras clave de ese lenguaje serán reconocidas
40892  y tipografiadas de manera especial en la salida.
40893  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
40894  negrita.
40895 \end_layout
40896
40897 \begin_layout Standard
40898 \begin_inset Note Greyedout
40899 status open
40900
40901 \begin_layout Plain Layout
40902
40903 \series bold
40904 Nota:
40905 \series default
40906  Si no consigues caracteres en negrita cuando usas tipografías de ancho
40907  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
40908  En este caso selecciona una tipografía distinta en el menú 
40909 \family sans
40910 Documento
40911 \family default
40912 \SpecialChar menuseparator
40913
40914 \family sans
40915 Configuración
40916 \family default
40917 \SpecialChar menuseparator
40918
40919 \family sans
40920 Tipografías.
40921  
40922 \family default
40923 (Las tipografías 
40924 \emph on
40925 LuxiMono, BeraMono
40926 \emph default
40927  y 
40928 \emph on
40929 Courier 
40930 \emph default
40931 suministran negritas.)
40932 \end_layout
40933
40934 \end_inset
40935
40936
40937 \end_layout
40938
40939 \begin_layout Standard
40940 En la sección 
40941 \family sans
40942 Numeración
40943 \begin_inset space ~
40944 \end_inset
40945
40946 de
40947 \begin_inset space ~
40948 \end_inset
40949
40950 líneas
40951 \family default
40952  del diálogo puedes elegir el estilo de numeración de las líneas.
40953  En el campo 
40954 \family sans
40955 Paso 
40956 \family default
40957 puedes insertar un número para determinar qué líneas se numeran.
40958  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
40959  
40960 \end_layout
40961
40962 \begin_layout Standard
40963 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
40964  en la salida.
40965  La opción 
40966 \family sans
40967 Mapa
40968 \begin_inset space ~
40969 \end_inset
40970
40971 de
40972 \begin_inset space ~
40973 \end_inset
40974
40975 caracteres
40976 \begin_inset space ~
40977 \end_inset
40978
40979 tradicional
40980 \begin_inset space ~
40981 \end_inset
40982
40983 mejorado
40984 \family default
40985  
40986 \lang english
40987 is only meaningful for the 
40988 \series bold
40989 listings
40990 \series default
40991  package
40992 \lang spanish
40993  y debería emplearse si se usan en el código caracteres nacionales como
40994  la diéresis alemana.
40995 \begin_inset Newline newline
40996 \end_inset
40997
40998 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
40999  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
41000  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
41001 \begin_inset listings
41002 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41003 inline false
41004 status open
41005
41006 \begin_layout Plain Layout
41007
41008 def func(param):
41009 \end_layout
41010
41011 \begin_layout Plain Layout
41012
41013     'this is a python function'
41014 \end_layout
41015
41016 \begin_layout Plain Layout
41017
41018     pass
41019 \end_layout
41020
41021 \begin_layout Plain Layout
41022
41023 def func(param):
41024 \end_layout
41025
41026 \begin_layout Plain Layout
41027
41028 'This is a German word: Tschüß'
41029 \end_layout
41030
41031 \begin_layout Plain Layout
41032
41033 pass
41034 \end_layout
41035
41036 \begin_layout Plain Layout
41037
41038 def func(param):
41039 \end_layout
41040
41041 \begin_layout Plain Layout
41042
41043 'this is a python function'
41044 \end_layout
41045
41046 \begin_layout Plain Layout
41047
41048 pass
41049 \end_layout
41050
41051 \end_inset
41052
41053
41054 \end_layout
41055
41056 \begin_layout Standard
41057 \begin_inset Note Greyedout
41058 status open
41059
41060 \begin_layout Plain Layout
41061
41062 \series bold
41063 Nota:
41064 \series default
41065  Debido a un error en el paquete 
41066 \series bold
41067 listings
41068 \series default
41069  la numeración de líneas cambia en una línea por cada listado previo.
41070  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
41071  3 y 6.
41072 \end_layout
41073
41074 \end_inset
41075
41076
41077 \end_layout
41078
41079 \begin_layout Standard
41080 \begin_inset VSpace bigskip
41081 \end_inset
41082
41083
41084 \end_layout
41085
41086 \begin_layout Standard
41087 También es posible imprimir como listado de código líneas de un archivo.
41088  Para hacer esto, usa el menú 
41089 \family sans
41090 Insertar\SpecialChar menuseparator
41091 Archivo\SpecialChar menuseparator
41092 Documento
41093 \begin_inset space ~
41094 \end_inset
41095
41096 hijo 
41097 \family default
41098 y elige el tipo 
41099 \family sans
41100 Listado de código
41101 \family default
41102 .
41103 \begin_inset Foot
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107 Los restantes tipos de documento hijo se describen en la sección
41108 \begin_inset space ~
41109 \end_inset
41110
41111
41112 \begin_inset CommandInset ref
41113 LatexCommand ref
41114 reference "sec:Documento-Hijo"
41115
41116 \end_inset
41117
41118 .
41119 \end_layout
41120
41121 \end_inset
41122
41123  En el diálogo de documento hijo puedes especificar los parámetros del listado
41124  en el cuadro de texto.
41125  Para ver una lista de los parámetros disponibles teclea una interrogación
41126  «?» en el cuadro.
41127 \end_layout
41128
41129 \begin_layout Standard
41130 Para referenciar un documento hijo tipo listado, escribe el texto de la
41131  etiqueta en el campo correspondiente del diálogo de documento hijo.
41132  Después se puede referenciar la etiqueta con el menú 
41133 \family sans
41134 Insertar\SpecialChar menuseparator
41135 Referencia cruzada.
41136 \end_layout
41137
41138 \begin_layout Standard
41139 A continuación hay un ejemplo, Listado
41140 \begin_inset space ~
41141 \end_inset
41142
41143
41144 \begin_inset CommandInset ref
41145 LatexCommand ref
41146 reference "lst:archivo-listado"
41147
41148 \end_inset
41149
41150 , de inserción de líneas de un archivo; en él se incluye el rango de las
41151  líneas 10
41152 \begin_inset space \thinspace{}
41153 \end_inset
41154
41155 -
41156 \begin_inset space \thinspace{}
41157 \end_inset
41158
41159 15 de este archivo \SpecialChar LyX
41160 .
41161 \end_layout
41162
41163 \begin_layout Standard
41164 \begin_inset CommandInset include
41165 LatexCommand lstinputlisting
41166 filename "EmbeddedObjects.lyx"
41167 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
41168
41169 \end_inset
41170
41171
41172 \end_layout
41173
41174 \begin_layout Standard
41175 \begin_inset VSpace bigskip
41176 \end_inset
41177
41178
41179 \end_layout
41180
41181 \begin_layout Standard
41182 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
41183 \end_layout
41184
41185 \begin_layout Enumerate
41186 Abre el diálogo de listado y añade
41187 \begin_inset Newline newline
41188 \end_inset
41189
41190
41191 \family sans
41192 mathescape=true
41193 \begin_inset Newline newline
41194 \end_inset
41195
41196
41197 \family default
41198 en el campo de texto de la solapa 
41199 \family sans
41200 Avanzado
41201 \end_layout
41202
41203 \begin_layout Enumerate
41204 Crea una ecuación fuera del listado
41205 \end_layout
41206
41207 \begin_layout Enumerate
41208 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
41209  (teclas 
41210 \family sans
41211 Ctrl+C
41212 \family default
41213 )
41214 \end_layout
41215
41216 \begin_layout Enumerate
41217 En el listado escribe 
41218 \begin_inset Quotes eld
41219 \end_inset
41220
41221
41222 \family sans
41223 $$
41224 \family default
41225
41226 \begin_inset Quotes erd
41227 \end_inset
41228
41229  y pega desde el portapapeles entre los símbolos dólar (teclas 
41230 \family sans
41231 Ctrl+V
41232 \family default
41233 )
41234 \end_layout
41235
41236 \begin_layout Standard
41237 \begin_inset listings
41238 lstparams "language=Python,mathescape=true"
41239 inline false
41240 status open
41241
41242 \begin_layout Plain Layout
41243
41244 \begin_inset Caption Standard
41245
41246 \begin_layout Plain Layout
41247 Ejemplo de listado flotante con una ecuación
41248 \end_layout
41249
41250 \end_inset
41251
41252 # Ejemplo de listado flotante
41253 \end_layout
41254
41255 \begin_layout Plain Layout
41256
41257 def func(param):
41258 \end_layout
41259
41260 \begin_layout Plain Layout
41261
41262     # $
41263 \backslash
41264 prod_{n=1}^{
41265 \backslash
41266 infty}
41267 \backslash
41268 ,
41269 \backslash
41270 frac{1}{x^{2}}$
41271 \end_layout
41272
41273 \begin_layout Plain Layout
41274
41275     pass
41276 \end_layout
41277
41278 \end_inset
41279
41280
41281 \end_layout
41282
41283 \begin_layout Standard
41284 \begin_inset VSpace bigskip
41285 \end_inset
41286
41287
41288 \end_layout
41289
41290 \begin_layout Standard
41291 Los parámetros globales para listados de programa se pueden establecer en
41292  el diálogo 
41293 \family sans
41294 Documento\SpecialChar menuseparator
41295 Configuración\SpecialChar menuseparator
41296 Listado
41297 \begin_inset space ~
41298 \end_inset
41299
41300 de
41301 \begin_inset space ~
41302 \end_inset
41303
41304 código.
41305  
41306 \family default
41307 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
41308  «?» en el campo de texto.
41309 \end_layout
41310
41311 \begin_layout Standard
41312 Para más información sobre los paquetes 
41313 \series bold
41314 listings
41315 \series default
41316  y 
41317 \series bold
41318 minted
41319 \series default
41320 , consulta su documentación
41321 \begin_inset space ~
41322 \end_inset
41323
41324
41325 \begin_inset CommandInset citation
41326 LatexCommand cite
41327 key "listings,minted"
41328 literal "true"
41329
41330 \end_inset
41331
41332 .
41333 \end_layout
41334
41335 \begin_layout Standard
41336 \begin_inset Newpage newpage
41337 \end_inset
41338
41339
41340 \end_layout
41341
41342 \begin_layout Chapter
41343 \start_of_appendix
41344 Unidades disponibles en \SpecialChar LyX
41345
41346 \begin_inset Index idx
41347 status collapsed
41348
41349 \begin_layout Plain Layout
41350 Unidades
41351 \end_layout
41352
41353 \end_inset
41354
41355
41356 \begin_inset CommandInset label
41357 LatexCommand label
41358 name "cap:Unidades-disponibles-en"
41359
41360 \end_inset
41361
41362
41363 \end_layout
41364
41365 \begin_layout Standard
41366 Para comprender las unidades utilizadas en este manual, el cuadro
41367 \begin_inset space ~
41368 \end_inset
41369
41370
41371 \begin_inset CommandInset ref
41372 LatexCommand ref
41373 reference "tab:Unidades"
41374
41375 \end_inset
41376
41377  describe todas las unidades disponibles en \SpecialChar LyX
41378 .
41379 \end_layout
41380
41381 \begin_layout Standard
41382 \begin_inset Float table
41383 placement h
41384 wide false
41385 sideways false
41386 status open
41387
41388 \begin_layout Plain Layout
41389 \begin_inset Caption Standard
41390
41391 \begin_layout Plain Layout
41392 \begin_inset CommandInset label
41393 LatexCommand label
41394 name "tab:Unidades"
41395
41396 \end_inset
41397
41398 Unidades
41399 \end_layout
41400
41401 \end_inset
41402
41403
41404 \end_layout
41405
41406 \begin_layout Plain Layout
41407 \begin_inset VSpace medskip
41408 \end_inset
41409
41410
41411 \end_layout
41412
41413 \begin_layout Plain Layout
41414 \align center
41415 \begin_inset Tabular
41416 <lyxtabular version="3" rows="21" columns="3">
41417 <features tabularvalignment="middle">
41418 <column alignment="center" valignment="top">
41419 <column alignment="center" valignment="middle" width="50col%">
41420 <column alignment="center" valignment="top">
41421 <row>
41422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41423 \begin_inset Text
41424
41425 \begin_layout Plain Layout
41426 unidad
41427 \end_layout
41428
41429 \end_inset
41430 </cell>
41431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41432 \begin_inset Text
41433
41434 \begin_layout Plain Layout
41435 nombre/descripción
41436 \end_layout
41437
41438 \end_inset
41439 </cell>
41440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 comando \SpecialChar LaTeX
41445
41446 \end_layout
41447
41448 \end_inset
41449 </cell>
41450 </row>
41451 <row>
41452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41453 \begin_inset Text
41454
41455 \begin_layout Plain Layout
41456 bp
41457 \end_layout
41458
41459 \end_inset
41460 </cell>
41461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41462 \begin_inset Text
41463
41464 \begin_layout Plain Layout
41465 punto grande (72
41466 \begin_inset space \thinspace{}
41467 \end_inset
41468
41469 bp = 1
41470 \begin_inset space \thinspace{}
41471 \end_inset
41472
41473 in)
41474 \end_layout
41475
41476 \end_inset
41477 </cell>
41478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41479 \begin_inset Text
41480
41481 \begin_layout Plain Layout
41482 -
41483 \end_layout
41484
41485 \end_inset
41486 </cell>
41487 </row>
41488 <row>
41489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41490 \begin_inset Text
41491
41492 \begin_layout Plain Layout
41493 cc
41494 \end_layout
41495
41496 \end_inset
41497 </cell>
41498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41499 \begin_inset Text
41500
41501 \begin_layout Plain Layout
41502 cicero (1
41503 \begin_inset space \thinspace{}
41504 \end_inset
41505
41506 cc = 12
41507 \begin_inset space \thinspace{}
41508 \end_inset
41509
41510 dd)
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 -
41520 \end_layout
41521
41522 \end_inset
41523 </cell>
41524 </row>
41525 <row>
41526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41527 \begin_inset Text
41528
41529 \begin_layout Plain Layout
41530 cm
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41536 \begin_inset Text
41537
41538 \begin_layout Plain Layout
41539 centímetro
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41545 \begin_inset Text
41546
41547 \begin_layout Plain Layout
41548 -
41549 \end_layout
41550
41551 \end_inset
41552 </cell>
41553 </row>
41554 <row>
41555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41556 \begin_inset Text
41557
41558 \begin_layout Plain Layout
41559 dd
41560 \end_layout
41561
41562 \end_inset
41563 </cell>
41564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41565 \begin_inset Text
41566
41567 \begin_layout Plain Layout
41568 didot (1
41569 \begin_inset space \thinspace{}
41570 \end_inset
41571
41572 dd 
41573 \begin_inset Formula $\approx$
41574 \end_inset
41575
41576  0.376
41577 \begin_inset space \thinspace{}
41578 \end_inset
41579
41580 mm)
41581 \end_layout
41582
41583 \end_inset
41584 </cell>
41585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 -
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 </row>
41595 <row>
41596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41597 \begin_inset Text
41598
41599 \begin_layout Plain Layout
41600 em
41601 \end_layout
41602
41603 \end_inset
41604 </cell>
41605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41606 \begin_inset Text
41607
41608 \begin_layout Plain Layout
41609 anchura de letra 
41610 \emph on
41611 M
41612 \emph default
41613  en tipografía actual
41614 \end_layout
41615
41616 \end_inset
41617 </cell>
41618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41619 \begin_inset Text
41620
41621 \begin_layout Plain Layout
41622 -
41623 \end_layout
41624
41625 \end_inset
41626 </cell>
41627 </row>
41628 <row>
41629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41630 \begin_inset Text
41631
41632 \begin_layout Plain Layout
41633 ex
41634 \end_layout
41635
41636 \end_inset
41637 </cell>
41638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41639 \begin_inset Text
41640
41641 \begin_layout Plain Layout
41642 altura de letra 
41643 \emph on
41644 x
41645 \emph default
41646  en tipografía actual
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 in
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 pulgada
41676 \end_layout
41677
41678 \end_inset
41679 </cell>
41680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41681 \begin_inset Text
41682
41683 \begin_layout Plain Layout
41684 -
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 </row>
41690 <row>
41691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41692 \begin_inset Text
41693
41694 \begin_layout Plain Layout
41695 mm
41696 \end_layout
41697
41698 \end_inset
41699 </cell>
41700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41701 \begin_inset Text
41702
41703 \begin_layout Plain Layout
41704 milímetro
41705 \end_layout
41706
41707 \end_inset
41708 </cell>
41709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41710 \begin_inset Text
41711
41712 \begin_layout Plain Layout
41713 -
41714 \end_layout
41715
41716 \end_inset
41717 </cell>
41718 </row>
41719 <row>
41720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724 mu
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 unidad matemática (1
41734 \begin_inset space \thinspace{}
41735 \end_inset
41736
41737 mu = 1/18
41738 \begin_inset space \thinspace{}
41739 \end_inset
41740
41741 em)
41742 \end_layout
41743
41744 \end_inset
41745 </cell>
41746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41747 \begin_inset Text
41748
41749 \begin_layout Plain Layout
41750 -
41751 \end_layout
41752
41753 \end_inset
41754 </cell>
41755 </row>
41756 <row>
41757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41758 \begin_inset Text
41759
41760 \begin_layout Plain Layout
41761 pc
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770 pica (1
41771 \begin_inset space \thinspace{}
41772 \end_inset
41773
41774 pc = 12
41775 \begin_inset space \thinspace{}
41776 \end_inset
41777
41778 pt)
41779 \end_layout
41780
41781 \end_inset
41782 </cell>
41783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41784 \begin_inset Text
41785
41786 \begin_layout Plain Layout
41787 -
41788 \end_layout
41789
41790 \end_inset
41791 </cell>
41792 </row>
41793 <row>
41794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41795 \begin_inset Text
41796
41797 \begin_layout Plain Layout
41798 pt
41799 \end_layout
41800
41801 \end_inset
41802 </cell>
41803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41804 \begin_inset Text
41805
41806 \begin_layout Plain Layout
41807 punto (72.27
41808 \begin_inset space \thinspace{}
41809 \end_inset
41810
41811 pt = 1
41812 \begin_inset space \thinspace{}
41813 \end_inset
41814
41815 in)
41816 \end_layout
41817
41818 \end_inset
41819 </cell>
41820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41821 \begin_inset Text
41822
41823 \begin_layout Plain Layout
41824 -
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 sp
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 punto a escala (65536
41845 \begin_inset space \thinspace{}
41846 \end_inset
41847
41848 sp = 1
41849 \begin_inset space \thinspace{}
41850 \end_inset
41851
41852 pt)
41853 \end_layout
41854
41855 \end_inset
41856 </cell>
41857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41858 \begin_inset Text
41859
41860 \begin_layout Plain Layout
41861 -
41862 \end_layout
41863
41864 \end_inset
41865 </cell>
41866 </row>
41867 <row>
41868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41869 \begin_inset Text
41870
41871 \begin_layout Plain Layout
41872 Altura de página %
41873 \end_layout
41874
41875 \end_inset
41876 </cell>
41877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41878 \begin_inset Text
41879
41880 \begin_layout Plain Layout
41881 % de altura de página
41882 \end_layout
41883
41884 \end_inset
41885 </cell>
41886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41887 \begin_inset Text
41888
41889 \begin_layout Plain Layout
41890
41891 \backslash
41892 paperheight
41893 \end_layout
41894
41895 \end_inset
41896 </cell>
41897 </row>
41898 <row>
41899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41900 \begin_inset Text
41901
41902 \begin_layout Plain Layout
41903 Altura de texto %
41904 \end_layout
41905
41906 \end_inset
41907 </cell>
41908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41909 \begin_inset Text
41910
41911 \begin_layout Plain Layout
41912 % de altura de texto
41913 \end_layout
41914
41915 \end_inset
41916 </cell>
41917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41918 \begin_inset Text
41919
41920 \begin_layout Plain Layout
41921
41922 \backslash
41923 textheight
41924 \end_layout
41925
41926 \end_inset
41927 </cell>
41928 </row>
41929 <row>
41930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41931 \begin_inset Text
41932
41933 \begin_layout Plain Layout
41934 Anchura de columna %
41935 \end_layout
41936
41937 \end_inset
41938 </cell>
41939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41940 \begin_inset Text
41941
41942 \begin_layout Plain Layout
41943 % de anchura de columna
41944 \end_layout
41945
41946 \end_inset
41947 </cell>
41948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41949 \begin_inset Text
41950
41951 \begin_layout Plain Layout
41952
41953 \backslash
41954 columnwidth
41955 \end_layout
41956
41957 \end_inset
41958 </cell>
41959 </row>
41960 <row>
41961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41962 \begin_inset Text
41963
41964 \begin_layout Plain Layout
41965 Anchura de línea %
41966 \end_layout
41967
41968 \end_inset
41969 </cell>
41970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41971 \begin_inset Text
41972
41973 \begin_layout Plain Layout
41974 % de anchura de línea
41975 \end_layout
41976
41977 \end_inset
41978 </cell>
41979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41980 \begin_inset Text
41981
41982 \begin_layout Plain Layout
41983
41984 \backslash
41985 linewidth
41986 \end_layout
41987
41988 \end_inset
41989 </cell>
41990 </row>
41991 <row>
41992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41993 \begin_inset Text
41994
41995 \begin_layout Plain Layout
41996 Anchura de página %
41997 \end_layout
41998
41999 \end_inset
42000 </cell>
42001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42002 \begin_inset Text
42003
42004 \begin_layout Plain Layout
42005 % de anchura de página
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 \backslash
42016 paperwidth
42017 \end_layout
42018
42019 \end_inset
42020 </cell>
42021 </row>
42022 <row>
42023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42024 \begin_inset Text
42025
42026 \begin_layout Plain Layout
42027 Anchura de texto %
42028 \end_layout
42029
42030 \end_inset
42031 </cell>
42032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42033 \begin_inset Text
42034
42035 \begin_layout Plain Layout
42036 % de anchura de texto
42037 \end_layout
42038
42039 \end_inset
42040 </cell>
42041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42042 \begin_inset Text
42043
42044 \begin_layout Plain Layout
42045
42046 \backslash
42047 textwidth
42048 \end_layout
42049
42050 \end_inset
42051 </cell>
42052 </row>
42053 <row>
42054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42055 \begin_inset Text
42056
42057 \begin_layout Plain Layout
42058 Interlineado %
42059 \end_layout
42060
42061 \end_inset
42062 </cell>
42063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42064 \begin_inset Text
42065
42066 \begin_layout Plain Layout
42067 % de altura entre 
42068 \lang english
42069 baselines of two subsequent text lines
42070 \end_layout
42071
42072 \end_inset
42073 </cell>
42074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42075 \begin_inset Text
42076
42077 \begin_layout Plain Layout
42078
42079 \backslash
42080 baselineskip
42081 \end_layout
42082
42083 \end_inset
42084 </cell>
42085 </row>
42086 <row>
42087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42088 \begin_inset Text
42089
42090 \begin_layout Plain Layout
42091 Redimensionar gráficos %
42092 \end_layout
42093
42094 \end_inset
42095 </cell>
42096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42097 \begin_inset Text
42098
42099 \begin_layout Plain Layout
42100 % del tamaño original de la imagen
42101 \end_layout
42102
42103 \end_inset
42104 </cell>
42105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42106 \begin_inset Text
42107
42108 \begin_layout Plain Layout
42109
42110 \end_layout
42111
42112 \end_inset
42113 </cell>
42114 </row>
42115 </lyxtabular>
42116
42117 \end_inset
42118
42119
42120 \end_layout
42121
42122 \end_inset
42123
42124
42125 \end_layout
42126
42127 \begin_layout Chapter
42128 Formatos de archivos de salida con gráficos
42129 \begin_inset CommandInset label
42130 LatexCommand label
42131 name "cap:Formatos-de-Archivos-de-Salida"
42132
42133 \end_inset
42134
42135
42136 \end_layout
42137
42138 \begin_layout Section
42139 DVI
42140 \begin_inset Index idx
42141 status collapsed
42142
42143 \begin_layout Plain Layout
42144 Formatos de archivo ! DVI
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \begin_inset Index idx
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154 DVI|see
42155 \begin_inset ERT
42156 status collapsed
42157
42158 \begin_layout Plain Layout
42159
42160 {
42161 \end_layout
42162
42163 \end_inset
42164
42165 Formatos de archivo
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171 }
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \end_layout
42178
42179 \end_inset
42180
42181
42182 \end_layout
42183
42184 \begin_layout Standard
42185 Este tipo de archivo tiene la extensión «
42186 \family typewriter
42187 .dvi
42188 \family default
42189 ».
42190  Se denomina «device-independent» (DVI), porque es completamente portable;
42191  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
42192  En la época en que se desarrolló este formato, esto no era un asunto baladí.
42193  Los DVI se usan para vistas preliminares rápidas y como preparación para
42194  otros formatos de salida como PostScript.
42195 \end_layout
42196
42197 \begin_layout Standard
42198 \begin_inset Note Greyedout
42199 status open
42200
42201 \begin_layout Plain Layout
42202
42203 \series bold
42204 Nota:
42205 \series default
42206  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
42207 \end_layout
42208
42209 \end_inset
42210
42211  Por tanto no debes olvidar esto si mueves archivos 
42212 \family typewriter
42213 .dvi
42214 \family default
42215  a otro ordenador.
42216  Esta característica también puede retardar la visualización del archivo,
42217  porque el visor DVI tiene que convertir la imagen en segundo plano para
42218  hacerla visible al deslizar el visor.
42219  Así pues recomendamos usar PDF para archivos con muchas imágenes.
42220 \end_layout
42221
42222 \begin_layout Standard
42223 Un documento se exporta a DVI con el menú 
42224 \family sans
42225 Archivo\SpecialChar menuseparator
42226 Exportar\SpecialChar menuseparator
42227 DVI
42228 \family default
42229 .
42230  Puedes ver la salida del documento en DVI con el menú 
42231 \family sans
42232 Ver\SpecialChar menuseparator
42233 DVI
42234 \family default
42235 .
42236 \end_layout
42237
42238 \begin_layout Section
42239 PostScript
42240 \begin_inset Index idx
42241 status collapsed
42242
42243 \begin_layout Plain Layout
42244 Formatos de archivo ! PostScript
42245 \end_layout
42246
42247 \end_inset
42248
42249
42250 \begin_inset Index idx
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254 PostScript|see
42255 \begin_inset ERT
42256 status collapsed
42257
42258 \begin_layout Plain Layout
42259
42260 {
42261 \end_layout
42262
42263 \end_inset
42264
42265 Formatos de archivo
42266 \begin_inset ERT
42267 status collapsed
42268
42269 \begin_layout Plain Layout
42270
42271 }
42272 \end_layout
42273
42274 \end_inset
42275
42276
42277 \end_layout
42278
42279 \end_inset
42280
42281
42282 \end_layout
42283
42284 \begin_layout Standard
42285 Este tipo de archivo tiene la extensión «
42286 \family typewriter
42287 .ps
42288 \family default
42289 ».
42290  PostScript fue desarrollado por la compañía 
42291 \family typewriter
42292 Adobe
42293 \family default
42294  como lenguaje para impresoras.
42295  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
42296  PostScript puede considerarse como un «lenguaje de programación»; con él
42297  puedes calcular y dibujar imágenes y diagramas.
42298 \begin_inset Foot
42299 status collapsed
42300
42301 \begin_layout Plain Layout
42302 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
42303  
42304 \series bold
42305 PSTricks
42306 \series default
42307  
42308 \begin_inset CommandInset citation
42309 LatexCommand cite
42310 key "pstricks"
42311 literal "true"
42312
42313 \end_inset
42314
42315 .
42316 \end_layout
42317
42318 \end_inset
42319
42320  Por esto los archivos suelen ser más grandes que los PDF.
42321 \end_layout
42322
42323 \begin_layout Standard
42324 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
42325 d PostScript» (EPS, extensión «
42326 \family typewriter
42327 .eps
42328 \family default
42329 »).
42330  Como \SpecialChar LyX
42331  permite usar cualquier formato de imagen conocido, tiene que trabajar
42332  en segundo plano para convertir las imágenes a EPS.
42333  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
42334  ha de hacer 50 conversiones
42335  cada vez que veas o exportes el documento.
42336  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
42337  puedes evitar el problema insertando las imágenes directamente en EPS.
42338 \end_layout
42339
42340 \begin_layout Standard
42341 El documento se puede exportar a PostScript con el menú 
42342 \family sans
42343 Archivo\SpecialChar menuseparator
42344 Exportar\SpecialChar menuseparator
42345 Postscript
42346 \family default
42347 .
42348  Se puede ver la salida en PostScript con el menú 
42349 \family sans
42350 Ver\SpecialChar menuseparator
42351 Postscript
42352 \family default
42353 .
42354 \end_layout
42355
42356 \begin_layout Section
42357 PDF
42358 \begin_inset Index idx
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362 Formatos de archivo ! PDF
42363 \end_layout
42364
42365 \end_inset
42366
42367
42368 \begin_inset Index idx
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372 PDF
42373 \end_layout
42374
42375 \end_inset
42376
42377
42378 \end_layout
42379
42380 \begin_layout Standard
42381 Este tipo de archivo tiene la extensión «
42382 \family typewriter
42383 .pdf
42384 \family default
42385 ».
42386  El formato «Portable Document Format» (PDF) fue desarrollado por 
42387 \family typewriter
42388 Adobe
42389 \family default
42390  como derivado de PostScript.
42391  Es más comprimido y utiliza muchos menos comandos que PostScript.
42392  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
42393  operativo y la salida impresa se muestra exactamente igual.
42394 \end_layout
42395
42396 \begin_layout Standard
42397 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
42398  Photographic Experts Group» (JPG, extensión «
42399 \family typewriter
42400 .jpg
42401 \family default
42402 » o «
42403 \family typewriter
42404 .jpeg
42405 \family default
42406 »), y en el formato «Portable Network Graphics» (PNG, extensión «
42407 \family typewriter
42408 .png
42409 \family default
42410 »).
42411  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
42412  los convierte
42413  en segundo plano a alguno de los anteriores.
42414  Pero como se ha comentado en la sección sobre PostScript, la conversión
42415  de gráficos ralentiza el trabajo.
42416  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
42417  mencionados.
42418 \end_layout
42419
42420 \begin_layout Standard
42421 Un documento se puede exportar a PDF con el menú 
42422 \family sans
42423 Archivo\SpecialChar menuseparator
42424 Exportar
42425 \family default
42426  en tres modos diferentes:
42427 \end_layout
42428
42429 \begin_layout Description
42430 PDF
42431 \begin_inset space ~
42432 \end_inset
42433
42434 (ps2pdf) Este utiliza el programa 
42435 \family typewriter
42436 ps2pdf
42437 \family default
42438  que crea un PDF a partir de una versión PostScript del archivo.
42439  La versión PostScript es producida por el programa 
42440 \family typewriter
42441 dvips
42442 \family default
42443  que usa una versión DVI como paso intermedio.
42444  Así que este modo de exportación consta de tres conversiones.
42445 \end_layout
42446
42447 \begin_layout Description
42448 PDF
42449 \begin_inset space ~
42450 \end_inset
42451
42452 (dvipdfm) Este utiliza el programa 
42453 \family typewriter
42454 dvipdfm
42455 \family default
42456  que convierte el archivo a DVI en segundo plano y en un segundo paso a
42457  PDF.
42458 \end_layout
42459
42460 \begin_layout Description
42461 PDF
42462 \begin_inset space ~
42463 \end_inset
42464
42465 (pdflatex) Este utiliza el programa 
42466 \family typewriter
42467 pdftex
42468 \family default
42469  que convierte directamente el archivo a PDF.
42470 \end_layout
42471
42472 \begin_layout Standard
42473 Se recomienda usar 
42474 \family sans
42475 PDF
42476 \begin_inset space ~
42477 \end_inset
42478
42479 (pdflatex)
42480 \family default
42481  porque 
42482 \family typewriter
42483 pdftex
42484 \family default
42485  soporta todas las características de las versiones actuales de PDF, es
42486  rápido y estable.
42487  El programa 
42488 \family typewriter
42489 dvipdfm
42490 \family default
42491  ya no se desarrolla y está un poco obsoleto.
42492 \end_layout
42493
42494 \begin_layout Standard
42495 La salida en formato PDF se puede ver con el menú 
42496 \family sans
42497 Ver 
42498 \family default
42499 o con un botón.
42500 \end_layout
42501
42502 \begin_layout Chapter
42503 Lista de colores dvips
42504 \begin_inset CommandInset label
42505 LatexCommand label
42506 name "chap:Lista-de-colores-dvips"
42507
42508 \end_inset
42509
42510
42511 \end_layout
42512
42513 \begin_layout Standard
42514 \begin_inset Tabular
42515 <lyxtabular version="3" rows="17" columns="4">
42516 <features tabularvalignment="middle">
42517 <column alignment="left" valignment="top" width="0pt">
42518 <column alignment="left" valignment="top" width="0pt">
42519 <column alignment="left" valignment="top" width="0pt">
42520 <column alignment="left" valignment="top" width="0pt">
42521 <row>
42522 <cell alignment="left" valignment="top" usebox="none">
42523 \begin_inset Text
42524
42525 \begin_layout Plain Layout
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531
42532 \backslash
42533 fcolorbox{black}{
42534 \end_layout
42535
42536 \end_inset
42537
42538 white
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544 }{
42545 \end_layout
42546
42547 \end_inset
42548
42549 Color
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555 }
42556 \end_layout
42557
42558 \end_inset
42559
42560  Nombre
42561 \end_layout
42562
42563 \end_inset
42564 </cell>
42565 <cell alignment="left" valignment="top" usebox="none">
42566 \begin_inset Text
42567
42568 \begin_layout Plain Layout
42569 \begin_inset ERT
42570 status collapsed
42571
42572 \begin_layout Plain Layout
42573
42574
42575 \backslash
42576 fcolorbox{black}{
42577 \end_layout
42578
42579 \end_inset
42580
42581 white
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587 }{
42588 \end_layout
42589
42590 \end_inset
42591
42592 Color
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598 }
42599 \end_layout
42600
42601 \end_inset
42602
42603  Nombre
42604 \end_layout
42605
42606 \end_inset
42607 </cell>
42608 <cell alignment="left" valignment="top" usebox="none">
42609 \begin_inset Text
42610
42611 \begin_layout Plain Layout
42612 \begin_inset ERT
42613 status collapsed
42614
42615 \begin_layout Plain Layout
42616
42617
42618 \backslash
42619 fcolorbox{black}{
42620 \end_layout
42621
42622 \end_inset
42623
42624 white
42625 \begin_inset ERT
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629
42630 }{
42631 \end_layout
42632
42633 \end_inset
42634
42635 Color
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641 }
42642 \end_layout
42643
42644 \end_inset
42645
42646  Nombre
42647 \end_layout
42648
42649 \end_inset
42650 </cell>
42651 <cell alignment="left" valignment="top" usebox="none">
42652 \begin_inset Text
42653
42654 \begin_layout Plain Layout
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660
42661 \backslash
42662 fcolorbox{black}{
42663 \end_layout
42664
42665 \end_inset
42666
42667 white
42668 \begin_inset ERT
42669 status collapsed
42670
42671 \begin_layout Plain Layout
42672
42673 }{
42674 \end_layout
42675
42676 \end_inset
42677
42678 Color
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684 }
42685 \end_layout
42686
42687 \end_inset
42688
42689  Nombre
42690 \end_layout
42691
42692 \end_inset
42693 </cell>
42694 </row>
42695 <row>
42696 <cell alignment="center" valignment="top" usebox="none">
42697 \begin_inset Text
42698
42699 \begin_layout Plain Layout
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705
42706 \backslash
42707 fcolorbox{black}{
42708 \end_layout
42709
42710 \end_inset
42711
42712 Apricot
42713 \begin_inset ERT
42714 status collapsed
42715
42716 \begin_layout Plain Layout
42717
42718 }{
42719 \end_layout
42720
42721 \end_inset
42722
42723
42724 \begin_inset Phantom Phantom
42725 status open
42726
42727 \begin_layout Plain Layout
42728 W
42729 \end_layout
42730
42731 \end_inset
42732
42733
42734 \begin_inset ERT
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738
42739 }
42740 \end_layout
42741
42742 \end_inset
42743
42744  Apricot
42745 \end_layout
42746
42747 \end_inset
42748 </cell>
42749 <cell alignment="center" valignment="top" usebox="none">
42750 \begin_inset Text
42751
42752 \begin_layout Plain Layout
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758
42759 \backslash
42760 fcolorbox{black}{
42761 \end_layout
42762
42763 \end_inset
42764
42765 Aquamarine
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }{
42772 \end_layout
42773
42774 \end_inset
42775
42776
42777 \begin_inset Phantom Phantom
42778 status open
42779
42780 \begin_layout Plain Layout
42781 W
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792 }
42793 \end_layout
42794
42795 \end_inset
42796
42797  Aquamarine
42798 \end_layout
42799
42800 \end_inset
42801 </cell>
42802 <cell alignment="center" valignment="top" usebox="none">
42803 \begin_inset Text
42804
42805 \begin_layout Plain Layout
42806 \begin_inset ERT
42807 status collapsed
42808
42809 \begin_layout Plain Layout
42810
42811
42812 \backslash
42813 fcolorbox{black}{
42814 \end_layout
42815
42816 \end_inset
42817
42818 Bittersweet
42819 \begin_inset ERT
42820 status collapsed
42821
42822 \begin_layout Plain Layout
42823
42824 }{
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \begin_inset Phantom Phantom
42831 status open
42832
42833 \begin_layout Plain Layout
42834 W
42835 \end_layout
42836
42837 \end_inset
42838
42839
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845 }
42846 \end_layout
42847
42848 \end_inset
42849
42850  Bittersweet
42851 \end_layout
42852
42853 \end_inset
42854 </cell>
42855 <cell alignment="center" valignment="top" usebox="none">
42856 \begin_inset Text
42857
42858 \begin_layout Plain Layout
42859 \begin_inset ERT
42860 status collapsed
42861
42862 \begin_layout Plain Layout
42863
42864
42865 \backslash
42866 fcolorbox{black}{
42867 \end_layout
42868
42869 \end_inset
42870
42871 BlueGreen
42872 \begin_inset ERT
42873 status collapsed
42874
42875 \begin_layout Plain Layout
42876
42877 }{
42878 \end_layout
42879
42880 \end_inset
42881
42882
42883 \begin_inset Phantom Phantom
42884 status open
42885
42886 \begin_layout Plain Layout
42887 W
42888 \end_layout
42889
42890 \end_inset
42891
42892
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898 }
42899 \end_layout
42900
42901 \end_inset
42902
42903  BlueGreen
42904 \end_layout
42905
42906 \end_inset
42907 </cell>
42908 </row>
42909 <row>
42910 <cell alignment="left" valignment="top" usebox="none">
42911 \begin_inset Text
42912
42913 \begin_layout Plain Layout
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919
42920 \backslash
42921 fcolorbox{black}{
42922 \end_layout
42923
42924 \end_inset
42925
42926 BlueViolet
42927 \begin_inset ERT
42928 status collapsed
42929
42930 \begin_layout Plain Layout
42931
42932 }{
42933 \end_layout
42934
42935 \end_inset
42936
42937
42938 \begin_inset Phantom Phantom
42939 status open
42940
42941 \begin_layout Plain Layout
42942 W
42943 \end_layout
42944
42945 \end_inset
42946
42947
42948 \begin_inset ERT
42949 status collapsed
42950
42951 \begin_layout Plain Layout
42952
42953 }
42954 \end_layout
42955
42956 \end_inset
42957
42958  BlueViolet
42959 \end_layout
42960
42961 \end_inset
42962 </cell>
42963 <cell alignment="left" valignment="top" usebox="none">
42964 \begin_inset Text
42965
42966 \begin_layout Plain Layout
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972
42973 \backslash
42974 fcolorbox{black}{
42975 \end_layout
42976
42977 \end_inset
42978
42979 BrickRed
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985 }{
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \begin_inset Phantom Phantom
42992 status open
42993
42994 \begin_layout Plain Layout
42995 W
42996 \end_layout
42997
42998 \end_inset
42999
43000
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006 }
43007 \end_layout
43008
43009 \end_inset
43010
43011  BrickRed
43012 \end_layout
43013
43014 \end_inset
43015 </cell>
43016 <cell alignment="left" valignment="top" usebox="none">
43017 \begin_inset Text
43018
43019 \begin_layout Plain Layout
43020 \begin_inset ERT
43021 status collapsed
43022
43023 \begin_layout Plain Layout
43024
43025
43026 \backslash
43027 fcolorbox{black}{
43028 \end_layout
43029
43030 \end_inset
43031
43032 Brown
43033 \begin_inset ERT
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037
43038 }{
43039 \end_layout
43040
43041 \end_inset
43042
43043
43044 \begin_inset Phantom Phantom
43045 status open
43046
43047 \begin_layout Plain Layout
43048 W
43049 \end_layout
43050
43051 \end_inset
43052
43053
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059 }
43060 \end_layout
43061
43062 \end_inset
43063
43064  Brown
43065 \end_layout
43066
43067 \end_inset
43068 </cell>
43069 <cell alignment="left" valignment="top" usebox="none">
43070 \begin_inset Text
43071
43072 \begin_layout Plain Layout
43073 \begin_inset ERT
43074 status collapsed
43075
43076 \begin_layout Plain Layout
43077
43078
43079 \backslash
43080 fcolorbox{black}{
43081 \end_layout
43082
43083 \end_inset
43084
43085 BurntOrange
43086 \begin_inset ERT
43087 status collapsed
43088
43089 \begin_layout Plain Layout
43090
43091 }{
43092 \end_layout
43093
43094 \end_inset
43095
43096
43097 \begin_inset Phantom Phantom
43098 status open
43099
43100 \begin_layout Plain Layout
43101 W
43102 \end_layout
43103
43104 \end_inset
43105
43106
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112 }
43113 \end_layout
43114
43115 \end_inset
43116
43117  BurntOrange
43118 \end_layout
43119
43120 \end_inset
43121 </cell>
43122 </row>
43123 <row>
43124 <cell alignment="left" valignment="top" usebox="none">
43125 \begin_inset Text
43126
43127 \begin_layout Plain Layout
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133
43134 \backslash
43135 fcolorbox{black}{
43136 \end_layout
43137
43138 \end_inset
43139
43140 CadetBlue
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146 }{
43147 \end_layout
43148
43149 \end_inset
43150
43151
43152 \begin_inset Phantom Phantom
43153 status open
43154
43155 \begin_layout Plain Layout
43156 W
43157 \end_layout
43158
43159 \end_inset
43160
43161
43162 \begin_inset ERT
43163 status collapsed
43164
43165 \begin_layout Plain Layout
43166
43167 }
43168 \end_layout
43169
43170 \end_inset
43171
43172  CadetBlue
43173 \end_layout
43174
43175 \end_inset
43176 </cell>
43177 <cell alignment="left" valignment="top" usebox="none">
43178 \begin_inset Text
43179
43180 \begin_layout Plain Layout
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186
43187 \backslash
43188 fcolorbox{black}{
43189 \end_layout
43190
43191 \end_inset
43192
43193 CarnationPink
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199 }{
43200 \end_layout
43201
43202 \end_inset
43203
43204
43205 \begin_inset Phantom Phantom
43206 status open
43207
43208 \begin_layout Plain Layout
43209 W
43210 \end_layout
43211
43212 \end_inset
43213
43214
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220 }
43221 \end_layout
43222
43223 \end_inset
43224
43225  CarnationPink
43226 \end_layout
43227
43228 \end_inset
43229 </cell>
43230 <cell alignment="left" valignment="top" usebox="none">
43231 \begin_inset Text
43232
43233 \begin_layout Plain Layout
43234 \begin_inset ERT
43235 status collapsed
43236
43237 \begin_layout Plain Layout
43238
43239
43240 \backslash
43241 fcolorbox{black}{
43242 \end_layout
43243
43244 \end_inset
43245
43246 Cerulean
43247 \begin_inset ERT
43248 status collapsed
43249
43250 \begin_layout Plain Layout
43251
43252 }{
43253 \end_layout
43254
43255 \end_inset
43256
43257
43258 \begin_inset Phantom Phantom
43259 status open
43260
43261 \begin_layout Plain Layout
43262 W
43263 \end_layout
43264
43265 \end_inset
43266
43267
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273 }
43274 \end_layout
43275
43276 \end_inset
43277
43278  Cerulean
43279 \end_layout
43280
43281 \end_inset
43282 </cell>
43283 <cell alignment="left" valignment="top" usebox="none">
43284 \begin_inset Text
43285
43286 \begin_layout Plain Layout
43287 \begin_inset ERT
43288 status collapsed
43289
43290 \begin_layout Plain Layout
43291
43292
43293 \backslash
43294 fcolorbox{black}{
43295 \end_layout
43296
43297 \end_inset
43298
43299 CornflowerBlue
43300 \begin_inset ERT
43301 status collapsed
43302
43303 \begin_layout Plain Layout
43304
43305 }{
43306 \end_layout
43307
43308 \end_inset
43309
43310
43311 \begin_inset Phantom Phantom
43312 status open
43313
43314 \begin_layout Plain Layout
43315 W
43316 \end_layout
43317
43318 \end_inset
43319
43320
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326 }
43327 \end_layout
43328
43329 \end_inset
43330
43331  CornflowerBlue
43332 \end_layout
43333
43334 \end_inset
43335 </cell>
43336 </row>
43337 <row>
43338 <cell alignment="left" valignment="top" usebox="none">
43339 \begin_inset Text
43340
43341 \begin_layout Plain Layout
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347
43348 \backslash
43349 fcolorbox{black}{
43350 \end_layout
43351
43352 \end_inset
43353
43354 Dandelion
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360 }{
43361 \end_layout
43362
43363 \end_inset
43364
43365
43366 \begin_inset Phantom Phantom
43367 status open
43368
43369 \begin_layout Plain Layout
43370 W
43371 \end_layout
43372
43373 \end_inset
43374
43375
43376 \begin_inset ERT
43377 status collapsed
43378
43379 \begin_layout Plain Layout
43380
43381 }
43382 \end_layout
43383
43384 \end_inset
43385
43386  Dandelion
43387 \end_layout
43388
43389 \end_inset
43390 </cell>
43391 <cell alignment="left" valignment="top" usebox="none">
43392 \begin_inset Text
43393
43394 \begin_layout Plain Layout
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400
43401 \backslash
43402 fcolorbox{black}{
43403 \end_layout
43404
43405 \end_inset
43406
43407 DarkOrchid
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }{
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \begin_inset Phantom Phantom
43420 status open
43421
43422 \begin_layout Plain Layout
43423 W
43424 \end_layout
43425
43426 \end_inset
43427
43428
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434 }
43435 \end_layout
43436
43437 \end_inset
43438
43439  DarkOrchid
43440 \end_layout
43441
43442 \end_inset
43443 </cell>
43444 <cell alignment="left" valignment="top" usebox="none">
43445 \begin_inset Text
43446
43447 \begin_layout Plain Layout
43448 \begin_inset ERT
43449 status collapsed
43450
43451 \begin_layout Plain Layout
43452
43453
43454 \backslash
43455 fcolorbox{black}{
43456 \end_layout
43457
43458 \end_inset
43459
43460 Emerald
43461 \begin_inset ERT
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465
43466 }{
43467 \end_layout
43468
43469 \end_inset
43470
43471
43472 \begin_inset Phantom Phantom
43473 status open
43474
43475 \begin_layout Plain Layout
43476 W
43477 \end_layout
43478
43479 \end_inset
43480
43481
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487 }
43488 \end_layout
43489
43490 \end_inset
43491
43492  Emerald
43493 \end_layout
43494
43495 \end_inset
43496 </cell>
43497 <cell alignment="left" valignment="top" usebox="none">
43498 \begin_inset Text
43499
43500 \begin_layout Plain Layout
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506
43507 \backslash
43508 fcolorbox{black}{
43509 \end_layout
43510
43511 \end_inset
43512
43513 ForestGreen
43514 \begin_inset ERT
43515 status collapsed
43516
43517 \begin_layout Plain Layout
43518
43519 }{
43520 \end_layout
43521
43522 \end_inset
43523
43524
43525 \begin_inset Phantom Phantom
43526 status open
43527
43528 \begin_layout Plain Layout
43529 W
43530 \end_layout
43531
43532 \end_inset
43533
43534
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540 }
43541 \end_layout
43542
43543 \end_inset
43544
43545  ForestGreen
43546 \end_layout
43547
43548 \end_inset
43549 </cell>
43550 </row>
43551 <row>
43552 <cell alignment="left" valignment="top" usebox="none">
43553 \begin_inset Text
43554
43555 \begin_layout Plain Layout
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561
43562 \backslash
43563 fcolorbox{black}{
43564 \end_layout
43565
43566 \end_inset
43567
43568 Fuchsia
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574 }{
43575 \end_layout
43576
43577 \end_inset
43578
43579
43580 \begin_inset Phantom Phantom
43581 status open
43582
43583 \begin_layout Plain Layout
43584 W
43585 \end_layout
43586
43587 \end_inset
43588
43589
43590 \begin_inset ERT
43591 status collapsed
43592
43593 \begin_layout Plain Layout
43594
43595 }
43596 \end_layout
43597
43598 \end_inset
43599
43600  Fuchsia
43601 \end_layout
43602
43603 \end_inset
43604 </cell>
43605 <cell alignment="left" valignment="top" usebox="none">
43606 \begin_inset Text
43607
43608 \begin_layout Plain Layout
43609 \begin_inset ERT
43610 status collapsed
43611
43612 \begin_layout Plain Layout
43613
43614
43615 \backslash
43616 fcolorbox{black}{
43617 \end_layout
43618
43619 \end_inset
43620
43621 Goldenrod
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 }{
43628 \end_layout
43629
43630 \end_inset
43631
43632
43633 \begin_inset Phantom Phantom
43634 status open
43635
43636 \begin_layout Plain Layout
43637 W
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \begin_inset ERT
43644 status collapsed
43645
43646 \begin_layout Plain Layout
43647
43648 }
43649 \end_layout
43650
43651 \end_inset
43652
43653  Goldenrod
43654 \end_layout
43655
43656 \end_inset
43657 </cell>
43658 <cell alignment="left" valignment="top" usebox="none">
43659 \begin_inset Text
43660
43661 \begin_layout Plain Layout
43662 \begin_inset ERT
43663 status collapsed
43664
43665 \begin_layout Plain Layout
43666
43667
43668 \backslash
43669 fcolorbox{black}{
43670 \end_layout
43671
43672 \end_inset
43673
43674 Gray
43675 \begin_inset ERT
43676 status collapsed
43677
43678 \begin_layout Plain Layout
43679
43680 }{
43681 \end_layout
43682
43683 \end_inset
43684
43685
43686 \begin_inset Phantom Phantom
43687 status open
43688
43689 \begin_layout Plain Layout
43690 W
43691 \end_layout
43692
43693 \end_inset
43694
43695
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701 }
43702 \end_layout
43703
43704 \end_inset
43705
43706  Gray
43707 \end_layout
43708
43709 \end_inset
43710 </cell>
43711 <cell alignment="left" valignment="top" usebox="none">
43712 \begin_inset Text
43713
43714 \begin_layout Plain Layout
43715 \begin_inset ERT
43716 status collapsed
43717
43718 \begin_layout Plain Layout
43719
43720
43721 \backslash
43722 fcolorbox{black}{
43723 \end_layout
43724
43725 \end_inset
43726
43727 GreenYellow
43728 \begin_inset ERT
43729 status collapsed
43730
43731 \begin_layout Plain Layout
43732
43733 }{
43734 \end_layout
43735
43736 \end_inset
43737
43738
43739 \begin_inset Phantom Phantom
43740 status open
43741
43742 \begin_layout Plain Layout
43743 W
43744 \end_layout
43745
43746 \end_inset
43747
43748
43749 \begin_inset ERT
43750 status collapsed
43751
43752 \begin_layout Plain Layout
43753
43754 }
43755 \end_layout
43756
43757 \end_inset
43758
43759  GreenYellow
43760 \end_layout
43761
43762 \end_inset
43763 </cell>
43764 </row>
43765 <row>
43766 <cell alignment="center" valignment="top" usebox="none">
43767 \begin_inset Text
43768
43769 \begin_layout Plain Layout
43770 \begin_inset ERT
43771 status collapsed
43772
43773 \begin_layout Plain Layout
43774
43775
43776 \backslash
43777 fcolorbox{black}{
43778 \end_layout
43779
43780 \end_inset
43781
43782 JungleGreen
43783 \begin_inset ERT
43784 status collapsed
43785
43786 \begin_layout Plain Layout
43787
43788 }{
43789 \end_layout
43790
43791 \end_inset
43792
43793
43794 \begin_inset Phantom Phantom
43795 status open
43796
43797 \begin_layout Plain Layout
43798 W
43799 \end_layout
43800
43801 \end_inset
43802
43803
43804 \begin_inset ERT
43805 status collapsed
43806
43807 \begin_layout Plain Layout
43808
43809 }
43810 \end_layout
43811
43812 \end_inset
43813
43814  JungleGreen
43815 \end_layout
43816
43817 \end_inset
43818 </cell>
43819 <cell alignment="center" valignment="top" usebox="none">
43820 \begin_inset Text
43821
43822 \begin_layout Plain Layout
43823 \begin_inset ERT
43824 status collapsed
43825
43826 \begin_layout Plain Layout
43827
43828
43829 \backslash
43830 fcolorbox{black}{
43831 \end_layout
43832
43833 \end_inset
43834
43835 Lavender
43836 \begin_inset ERT
43837 status collapsed
43838
43839 \begin_layout Plain Layout
43840
43841 }{
43842 \end_layout
43843
43844 \end_inset
43845
43846
43847 \begin_inset Phantom Phantom
43848 status open
43849
43850 \begin_layout Plain Layout
43851 W
43852 \end_layout
43853
43854 \end_inset
43855
43856
43857 \begin_inset ERT
43858 status collapsed
43859
43860 \begin_layout Plain Layout
43861
43862 }
43863 \end_layout
43864
43865 \end_inset
43866
43867  Lavender
43868 \end_layout
43869
43870 \end_inset
43871 </cell>
43872 <cell alignment="center" valignment="top" usebox="none">
43873 \begin_inset Text
43874
43875 \begin_layout Plain Layout
43876 \begin_inset ERT
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880
43881
43882 \backslash
43883 fcolorbox{black}{
43884 \end_layout
43885
43886 \end_inset
43887
43888 LimeGreen
43889 \begin_inset ERT
43890 status collapsed
43891
43892 \begin_layout Plain Layout
43893
43894 }{
43895 \end_layout
43896
43897 \end_inset
43898
43899
43900 \begin_inset Phantom Phantom
43901 status open
43902
43903 \begin_layout Plain Layout
43904 W
43905 \end_layout
43906
43907 \end_inset
43908
43909
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915 }
43916 \end_layout
43917
43918 \end_inset
43919
43920  LimeGreen
43921 \end_layout
43922
43923 \end_inset
43924 </cell>
43925 <cell alignment="center" valignment="top" usebox="none">
43926 \begin_inset Text
43927
43928 \begin_layout Plain Layout
43929 \begin_inset ERT
43930 status collapsed
43931
43932 \begin_layout Plain Layout
43933
43934
43935 \backslash
43936 fcolorbox{black}{
43937 \end_layout
43938
43939 \end_inset
43940
43941 Mahogany
43942 \begin_inset ERT
43943 status collapsed
43944
43945 \begin_layout Plain Layout
43946
43947 }{
43948 \end_layout
43949
43950 \end_inset
43951
43952
43953 \begin_inset Phantom Phantom
43954 status open
43955
43956 \begin_layout Plain Layout
43957 W
43958 \end_layout
43959
43960 \end_inset
43961
43962
43963 \begin_inset ERT
43964 status collapsed
43965
43966 \begin_layout Plain Layout
43967
43968 }
43969 \end_layout
43970
43971 \end_inset
43972
43973  Mahogany
43974 \end_layout
43975
43976 \end_inset
43977 </cell>
43978 </row>
43979 <row>
43980 <cell alignment="left" valignment="top" usebox="none">
43981 \begin_inset Text
43982
43983 \begin_layout Plain Layout
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989
43990 \backslash
43991 fcolorbox{black}{
43992 \end_layout
43993
43994 \end_inset
43995
43996 Mahogany
43997 \begin_inset ERT
43998 status collapsed
43999
44000 \begin_layout Plain Layout
44001
44002 }{
44003 \end_layout
44004
44005 \end_inset
44006
44007
44008 \begin_inset Phantom Phantom
44009 status open
44010
44011 \begin_layout Plain Layout
44012 W
44013 \end_layout
44014
44015 \end_inset
44016
44017
44018 \begin_inset ERT
44019 status collapsed
44020
44021 \begin_layout Plain Layout
44022
44023 }
44024 \end_layout
44025
44026 \end_inset
44027
44028  Mahogany
44029 \end_layout
44030
44031 \end_inset
44032 </cell>
44033 <cell alignment="left" valignment="top" usebox="none">
44034 \begin_inset Text
44035
44036 \begin_layout Plain Layout
44037 \begin_inset ERT
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041
44042
44043 \backslash
44044 fcolorbox{black}{
44045 \end_layout
44046
44047 \end_inset
44048
44049 Maroon
44050 \begin_inset ERT
44051 status collapsed
44052
44053 \begin_layout Plain Layout
44054
44055 }{
44056 \end_layout
44057
44058 \end_inset
44059
44060
44061 \begin_inset Phantom Phantom
44062 status open
44063
44064 \begin_layout Plain Layout
44065 W
44066 \end_layout
44067
44068 \end_inset
44069
44070
44071 \begin_inset ERT
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075
44076 }
44077 \end_layout
44078
44079 \end_inset
44080
44081  Maroon
44082 \end_layout
44083
44084 \end_inset
44085 </cell>
44086 <cell alignment="left" valignment="top" usebox="none">
44087 \begin_inset Text
44088
44089 \begin_layout Plain Layout
44090 \begin_inset ERT
44091 status collapsed
44092
44093 \begin_layout Plain Layout
44094
44095
44096 \backslash
44097 fcolorbox{black}{
44098 \end_layout
44099
44100 \end_inset
44101
44102 Melon
44103 \begin_inset ERT
44104 status collapsed
44105
44106 \begin_layout Plain Layout
44107
44108 }{
44109 \end_layout
44110
44111 \end_inset
44112
44113
44114 \begin_inset Phantom Phantom
44115 status open
44116
44117 \begin_layout Plain Layout
44118 W
44119 \end_layout
44120
44121 \end_inset
44122
44123
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129 }
44130 \end_layout
44131
44132 \end_inset
44133
44134  Melon
44135 \end_layout
44136
44137 \end_inset
44138 </cell>
44139 <cell alignment="left" valignment="top" usebox="none">
44140 \begin_inset Text
44141
44142 \begin_layout Plain Layout
44143 \begin_inset ERT
44144 status collapsed
44145
44146 \begin_layout Plain Layout
44147
44148
44149 \backslash
44150 fcolorbox{black}{
44151 \end_layout
44152
44153 \end_inset
44154
44155 MidnightBlue
44156 \begin_inset ERT
44157 status collapsed
44158
44159 \begin_layout Plain Layout
44160
44161 }{
44162 \end_layout
44163
44164 \end_inset
44165
44166
44167 \begin_inset Phantom Phantom
44168 status open
44169
44170 \begin_layout Plain Layout
44171 W
44172 \end_layout
44173
44174 \end_inset
44175
44176
44177 \begin_inset ERT
44178 status collapsed
44179
44180 \begin_layout Plain Layout
44181
44182 }
44183 \end_layout
44184
44185 \end_inset
44186
44187  MidnightBlue
44188 \end_layout
44189
44190 \end_inset
44191 </cell>
44192 </row>
44193 <row>
44194 <cell alignment="left" valignment="top" usebox="none">
44195 \begin_inset Text
44196
44197 \begin_layout Plain Layout
44198 \begin_inset ERT
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202
44203
44204 \backslash
44205 fcolorbox{black}{
44206 \end_layout
44207
44208 \end_inset
44209
44210 Mulberry
44211 \begin_inset ERT
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215
44216 }{
44217 \end_layout
44218
44219 \end_inset
44220
44221
44222 \begin_inset Phantom Phantom
44223 status open
44224
44225 \begin_layout Plain Layout
44226 W
44227 \end_layout
44228
44229 \end_inset
44230
44231
44232 \begin_inset ERT
44233 status collapsed
44234
44235 \begin_layout Plain Layout
44236
44237 }
44238 \end_layout
44239
44240 \end_inset
44241
44242  Mulberry
44243 \end_layout
44244
44245 \end_inset
44246 </cell>
44247 <cell alignment="left" valignment="top" usebox="none">
44248 \begin_inset Text
44249
44250 \begin_layout Plain Layout
44251 \begin_inset ERT
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255
44256
44257 \backslash
44258 fcolorbox{black}{
44259 \end_layout
44260
44261 \end_inset
44262
44263 NavyBlue
44264 \begin_inset ERT
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269 }{
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \begin_inset Phantom Phantom
44276 status open
44277
44278 \begin_layout Plain Layout
44279 W
44280 \end_layout
44281
44282 \end_inset
44283
44284
44285 \begin_inset ERT
44286 status collapsed
44287
44288 \begin_layout Plain Layout
44289
44290 }
44291 \end_layout
44292
44293 \end_inset
44294
44295  NavyBlue
44296 \end_layout
44297
44298 \end_inset
44299 </cell>
44300 <cell alignment="left" valignment="top" usebox="none">
44301 \begin_inset Text
44302
44303 \begin_layout Plain Layout
44304 \begin_inset ERT
44305 status collapsed
44306
44307 \begin_layout Plain Layout
44308
44309
44310 \backslash
44311 fcolorbox{black}{
44312 \end_layout
44313
44314 \end_inset
44315
44316 OliveGreen
44317 \begin_inset ERT
44318 status collapsed
44319
44320 \begin_layout Plain Layout
44321
44322 }{
44323 \end_layout
44324
44325 \end_inset
44326
44327
44328 \begin_inset Phantom Phantom
44329 status open
44330
44331 \begin_layout Plain Layout
44332 W
44333 \end_layout
44334
44335 \end_inset
44336
44337
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343 }
44344 \end_layout
44345
44346 \end_inset
44347
44348  OliveGreen
44349 \end_layout
44350
44351 \end_inset
44352 </cell>
44353 <cell alignment="left" valignment="top" usebox="none">
44354 \begin_inset Text
44355
44356 \begin_layout Plain Layout
44357 \begin_inset ERT
44358 status collapsed
44359
44360 \begin_layout Plain Layout
44361
44362
44363 \backslash
44364 fcolorbox{black}{
44365 \end_layout
44366
44367 \end_inset
44368
44369 Orange
44370 \begin_inset ERT
44371 status collapsed
44372
44373 \begin_layout Plain Layout
44374
44375 }{
44376 \end_layout
44377
44378 \end_inset
44379
44380
44381 \begin_inset Phantom Phantom
44382 status open
44383
44384 \begin_layout Plain Layout
44385 W
44386 \end_layout
44387
44388 \end_inset
44389
44390
44391 \begin_inset ERT
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395
44396 }
44397 \end_layout
44398
44399 \end_inset
44400
44401  Orange
44402 \end_layout
44403
44404 \end_inset
44405 </cell>
44406 </row>
44407 <row>
44408 <cell alignment="left" valignment="top" usebox="none">
44409 \begin_inset Text
44410
44411 \begin_layout Plain Layout
44412 \begin_inset ERT
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416
44417
44418 \backslash
44419 fcolorbox{black}{
44420 \end_layout
44421
44422 \end_inset
44423
44424 OrangeRed
44425 \begin_inset ERT
44426 status collapsed
44427
44428 \begin_layout Plain Layout
44429
44430 }{
44431 \end_layout
44432
44433 \end_inset
44434
44435
44436 \begin_inset Phantom Phantom
44437 status open
44438
44439 \begin_layout Plain Layout
44440 W
44441 \end_layout
44442
44443 \end_inset
44444
44445
44446 \begin_inset ERT
44447 status collapsed
44448
44449 \begin_layout Plain Layout
44450
44451 }
44452 \end_layout
44453
44454 \end_inset
44455
44456  OrangeRed
44457 \end_layout
44458
44459 \end_inset
44460 </cell>
44461 <cell alignment="left" valignment="top" usebox="none">
44462 \begin_inset Text
44463
44464 \begin_layout Plain Layout
44465 \begin_inset ERT
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469
44470
44471 \backslash
44472 fcolorbox{black}{
44473 \end_layout
44474
44475 \end_inset
44476
44477 Orchid
44478 \begin_inset ERT
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482
44483 }{
44484 \end_layout
44485
44486 \end_inset
44487
44488
44489 \begin_inset Phantom Phantom
44490 status open
44491
44492 \begin_layout Plain Layout
44493 W
44494 \end_layout
44495
44496 \end_inset
44497
44498
44499 \begin_inset ERT
44500 status collapsed
44501
44502 \begin_layout Plain Layout
44503
44504 }
44505 \end_layout
44506
44507 \end_inset
44508
44509  Orchid
44510 \end_layout
44511
44512 \end_inset
44513 </cell>
44514 <cell alignment="left" valignment="top" usebox="none">
44515 \begin_inset Text
44516
44517 \begin_layout Plain Layout
44518 \begin_inset ERT
44519 status collapsed
44520
44521 \begin_layout Plain Layout
44522
44523
44524 \backslash
44525 fcolorbox{black}{
44526 \end_layout
44527
44528 \end_inset
44529
44530 Peach
44531 \begin_inset ERT
44532 status collapsed
44533
44534 \begin_layout Plain Layout
44535
44536 }{
44537 \end_layout
44538
44539 \end_inset
44540
44541
44542 \begin_inset Phantom Phantom
44543 status open
44544
44545 \begin_layout Plain Layout
44546 W
44547 \end_layout
44548
44549 \end_inset
44550
44551
44552 \begin_inset ERT
44553 status collapsed
44554
44555 \begin_layout Plain Layout
44556
44557 }
44558 \end_layout
44559
44560 \end_inset
44561
44562  Peach
44563 \end_layout
44564
44565 \end_inset
44566 </cell>
44567 <cell alignment="left" valignment="top" usebox="none">
44568 \begin_inset Text
44569
44570 \begin_layout Plain Layout
44571 \begin_inset ERT
44572 status collapsed
44573
44574 \begin_layout Plain Layout
44575
44576
44577 \backslash
44578 fcolorbox{black}{
44579 \end_layout
44580
44581 \end_inset
44582
44583 Periwinkle
44584 \begin_inset ERT
44585 status collapsed
44586
44587 \begin_layout Plain Layout
44588
44589 }{
44590 \end_layout
44591
44592 \end_inset
44593
44594
44595 \begin_inset Phantom Phantom
44596 status open
44597
44598 \begin_layout Plain Layout
44599 W
44600 \end_layout
44601
44602 \end_inset
44603
44604
44605 \begin_inset ERT
44606 status collapsed
44607
44608 \begin_layout Plain Layout
44609
44610 }
44611 \end_layout
44612
44613 \end_inset
44614
44615  Periwinkle
44616 \end_layout
44617
44618 \end_inset
44619 </cell>
44620 </row>
44621 <row>
44622 <cell alignment="left" valignment="top" usebox="none">
44623 \begin_inset Text
44624
44625 \begin_layout Plain Layout
44626 \begin_inset ERT
44627 status collapsed
44628
44629 \begin_layout Plain Layout
44630
44631
44632 \backslash
44633 fcolorbox{black}{
44634 \end_layout
44635
44636 \end_inset
44637
44638 PineGreen
44639 \begin_inset ERT
44640 status collapsed
44641
44642 \begin_layout Plain Layout
44643
44644 }{
44645 \end_layout
44646
44647 \end_inset
44648
44649
44650 \begin_inset Phantom Phantom
44651 status open
44652
44653 \begin_layout Plain Layout
44654 W
44655 \end_layout
44656
44657 \end_inset
44658
44659
44660 \begin_inset ERT
44661 status collapsed
44662
44663 \begin_layout Plain Layout
44664
44665 }
44666 \end_layout
44667
44668 \end_inset
44669
44670  PineGreen
44671 \end_layout
44672
44673 \end_inset
44674 </cell>
44675 <cell alignment="left" valignment="top" usebox="none">
44676 \begin_inset Text
44677
44678 \begin_layout Plain Layout
44679 \begin_inset ERT
44680 status collapsed
44681
44682 \begin_layout Plain Layout
44683
44684
44685 \backslash
44686 fcolorbox{black}{
44687 \end_layout
44688
44689 \end_inset
44690
44691 Plum
44692 \begin_inset ERT
44693 status collapsed
44694
44695 \begin_layout Plain Layout
44696
44697 }{
44698 \end_layout
44699
44700 \end_inset
44701
44702
44703 \begin_inset Phantom Phantom
44704 status open
44705
44706 \begin_layout Plain Layout
44707 W
44708 \end_layout
44709
44710 \end_inset
44711
44712
44713 \begin_inset ERT
44714 status collapsed
44715
44716 \begin_layout Plain Layout
44717
44718 }
44719 \end_layout
44720
44721 \end_inset
44722
44723  Plum
44724 \end_layout
44725
44726 \end_inset
44727 </cell>
44728 <cell alignment="left" valignment="top" usebox="none">
44729 \begin_inset Text
44730
44731 \begin_layout Plain Layout
44732 \begin_inset ERT
44733 status collapsed
44734
44735 \begin_layout Plain Layout
44736
44737
44738 \backslash
44739 fcolorbox{black}{
44740 \end_layout
44741
44742 \end_inset
44743
44744 ProcessBlue
44745 \begin_inset ERT
44746 status collapsed
44747
44748 \begin_layout Plain Layout
44749
44750 }{
44751 \end_layout
44752
44753 \end_inset
44754
44755
44756 \begin_inset Phantom Phantom
44757 status open
44758
44759 \begin_layout Plain Layout
44760 W
44761 \end_layout
44762
44763 \end_inset
44764
44765
44766 \begin_inset ERT
44767 status collapsed
44768
44769 \begin_layout Plain Layout
44770
44771 }
44772 \end_layout
44773
44774 \end_inset
44775
44776  ProcessBlue
44777 \end_layout
44778
44779 \end_inset
44780 </cell>
44781 <cell alignment="left" valignment="top" usebox="none">
44782 \begin_inset Text
44783
44784 \begin_layout Plain Layout
44785 \begin_inset ERT
44786 status collapsed
44787
44788 \begin_layout Plain Layout
44789
44790
44791 \backslash
44792 fcolorbox{black}{
44793 \end_layout
44794
44795 \end_inset
44796
44797 Purple
44798 \begin_inset ERT
44799 status collapsed
44800
44801 \begin_layout Plain Layout
44802
44803 }{
44804 \end_layout
44805
44806 \end_inset
44807
44808
44809 \begin_inset Phantom Phantom
44810 status open
44811
44812 \begin_layout Plain Layout
44813 W
44814 \end_layout
44815
44816 \end_inset
44817
44818
44819 \begin_inset ERT
44820 status collapsed
44821
44822 \begin_layout Plain Layout
44823
44824 }
44825 \end_layout
44826
44827 \end_inset
44828
44829  Purple
44830 \end_layout
44831
44832 \end_inset
44833 </cell>
44834 </row>
44835 <row>
44836 <cell alignment="left" valignment="top" usebox="none">
44837 \begin_inset Text
44838
44839 \begin_layout Plain Layout
44840 \begin_inset ERT
44841 status collapsed
44842
44843 \begin_layout Plain Layout
44844
44845
44846 \backslash
44847 fcolorbox{black}{
44848 \end_layout
44849
44850 \end_inset
44851
44852 RawSienna
44853 \begin_inset ERT
44854 status collapsed
44855
44856 \begin_layout Plain Layout
44857
44858 }{
44859 \end_layout
44860
44861 \end_inset
44862
44863
44864 \begin_inset Phantom Phantom
44865 status open
44866
44867 \begin_layout Plain Layout
44868 W
44869 \end_layout
44870
44871 \end_inset
44872
44873
44874 \begin_inset ERT
44875 status collapsed
44876
44877 \begin_layout Plain Layout
44878
44879 }
44880 \end_layout
44881
44882 \end_inset
44883
44884  RawSienna
44885 \end_layout
44886
44887 \end_inset
44888 </cell>
44889 <cell alignment="left" valignment="top" usebox="none">
44890 \begin_inset Text
44891
44892 \begin_layout Plain Layout
44893 \begin_inset ERT
44894 status collapsed
44895
44896 \begin_layout Plain Layout
44897
44898
44899 \backslash
44900 fcolorbox{black}{
44901 \end_layout
44902
44903 \end_inset
44904
44905 RedOrange
44906 \begin_inset ERT
44907 status collapsed
44908
44909 \begin_layout Plain Layout
44910
44911 }{
44912 \end_layout
44913
44914 \end_inset
44915
44916
44917 \begin_inset Phantom Phantom
44918 status open
44919
44920 \begin_layout Plain Layout
44921 W
44922 \end_layout
44923
44924 \end_inset
44925
44926
44927 \begin_inset ERT
44928 status collapsed
44929
44930 \begin_layout Plain Layout
44931
44932 }
44933 \end_layout
44934
44935 \end_inset
44936
44937  RedOrange
44938 \end_layout
44939
44940 \end_inset
44941 </cell>
44942 <cell alignment="left" valignment="top" usebox="none">
44943 \begin_inset Text
44944
44945 \begin_layout Plain Layout
44946 \begin_inset ERT
44947 status collapsed
44948
44949 \begin_layout Plain Layout
44950
44951
44952 \backslash
44953 fcolorbox{black}{
44954 \end_layout
44955
44956 \end_inset
44957
44958 RedViolet
44959 \begin_inset ERT
44960 status collapsed
44961
44962 \begin_layout Plain Layout
44963
44964 }{
44965 \end_layout
44966
44967 \end_inset
44968
44969
44970 \begin_inset Phantom Phantom
44971 status open
44972
44973 \begin_layout Plain Layout
44974 W
44975 \end_layout
44976
44977 \end_inset
44978
44979
44980 \begin_inset ERT
44981 status collapsed
44982
44983 \begin_layout Plain Layout
44984
44985 }
44986 \end_layout
44987
44988 \end_inset
44989
44990  RedViolet
44991 \end_layout
44992
44993 \end_inset
44994 </cell>
44995 <cell alignment="left" valignment="top" usebox="none">
44996 \begin_inset Text
44997
44998 \begin_layout Plain Layout
44999 \begin_inset ERT
45000 status collapsed
45001
45002 \begin_layout Plain Layout
45003
45004
45005 \backslash
45006 fcolorbox{black}{
45007 \end_layout
45008
45009 \end_inset
45010
45011 Rhodamine
45012 \begin_inset ERT
45013 status collapsed
45014
45015 \begin_layout Plain Layout
45016
45017 }{
45018 \end_layout
45019
45020 \end_inset
45021
45022
45023 \begin_inset Phantom Phantom
45024 status open
45025
45026 \begin_layout Plain Layout
45027 W
45028 \end_layout
45029
45030 \end_inset
45031
45032
45033 \begin_inset ERT
45034 status collapsed
45035
45036 \begin_layout Plain Layout
45037
45038 }
45039 \end_layout
45040
45041 \end_inset
45042
45043  Rhodamine
45044 \end_layout
45045
45046 \end_inset
45047 </cell>
45048 </row>
45049 <row>
45050 <cell alignment="left" valignment="top" usebox="none">
45051 \begin_inset Text
45052
45053 \begin_layout Plain Layout
45054 \begin_inset ERT
45055 status collapsed
45056
45057 \begin_layout Plain Layout
45058
45059
45060 \backslash
45061 fcolorbox{black}{
45062 \end_layout
45063
45064 \end_inset
45065
45066 RoyalBlue
45067 \begin_inset ERT
45068 status collapsed
45069
45070 \begin_layout Plain Layout
45071
45072 }{
45073 \end_layout
45074
45075 \end_inset
45076
45077
45078 \begin_inset Phantom Phantom
45079 status open
45080
45081 \begin_layout Plain Layout
45082 W
45083 \end_layout
45084
45085 \end_inset
45086
45087
45088 \begin_inset ERT
45089 status collapsed
45090
45091 \begin_layout Plain Layout
45092
45093 }
45094 \end_layout
45095
45096 \end_inset
45097
45098  RoyalBlue
45099 \end_layout
45100
45101 \end_inset
45102 </cell>
45103 <cell alignment="left" valignment="top" usebox="none">
45104 \begin_inset Text
45105
45106 \begin_layout Plain Layout
45107 \begin_inset ERT
45108 status collapsed
45109
45110 \begin_layout Plain Layout
45111
45112
45113 \backslash
45114 fcolorbox{black}{
45115 \end_layout
45116
45117 \end_inset
45118
45119 RoyalPurple
45120 \begin_inset ERT
45121 status collapsed
45122
45123 \begin_layout Plain Layout
45124
45125 }{
45126 \end_layout
45127
45128 \end_inset
45129
45130
45131 \begin_inset Phantom Phantom
45132 status open
45133
45134 \begin_layout Plain Layout
45135 W
45136 \end_layout
45137
45138 \end_inset
45139
45140
45141 \begin_inset ERT
45142 status collapsed
45143
45144 \begin_layout Plain Layout
45145
45146 }
45147 \end_layout
45148
45149 \end_inset
45150
45151  RoyalPurple
45152 \end_layout
45153
45154 \end_inset
45155 </cell>
45156 <cell alignment="left" valignment="top" usebox="none">
45157 \begin_inset Text
45158
45159 \begin_layout Plain Layout
45160 \begin_inset ERT
45161 status collapsed
45162
45163 \begin_layout Plain Layout
45164
45165
45166 \backslash
45167 fcolorbox{black}{
45168 \end_layout
45169
45170 \end_inset
45171
45172 RubineRed
45173 \begin_inset ERT
45174 status collapsed
45175
45176 \begin_layout Plain Layout
45177
45178 }{
45179 \end_layout
45180
45181 \end_inset
45182
45183
45184 \begin_inset Phantom Phantom
45185 status open
45186
45187 \begin_layout Plain Layout
45188 W
45189 \end_layout
45190
45191 \end_inset
45192
45193
45194 \begin_inset ERT
45195 status collapsed
45196
45197 \begin_layout Plain Layout
45198
45199 }
45200 \end_layout
45201
45202 \end_inset
45203
45204  RubineRed
45205 \end_layout
45206
45207 \end_inset
45208 </cell>
45209 <cell alignment="left" valignment="top" usebox="none">
45210 \begin_inset Text
45211
45212 \begin_layout Plain Layout
45213 \begin_inset ERT
45214 status collapsed
45215
45216 \begin_layout Plain Layout
45217
45218
45219 \backslash
45220 fcolorbox{black}{
45221 \end_layout
45222
45223 \end_inset
45224
45225 Salmon
45226 \begin_inset ERT
45227 status collapsed
45228
45229 \begin_layout Plain Layout
45230
45231 }{
45232 \end_layout
45233
45234 \end_inset
45235
45236
45237 \begin_inset Phantom Phantom
45238 status open
45239
45240 \begin_layout Plain Layout
45241 W
45242 \end_layout
45243
45244 \end_inset
45245
45246
45247 \begin_inset ERT
45248 status collapsed
45249
45250 \begin_layout Plain Layout
45251
45252 }
45253 \end_layout
45254
45255 \end_inset
45256
45257  Salmon
45258 \end_layout
45259
45260 \end_inset
45261 </cell>
45262 </row>
45263 <row>
45264 <cell alignment="left" valignment="top" usebox="none">
45265 \begin_inset Text
45266
45267 \begin_layout Plain Layout
45268 \begin_inset ERT
45269 status collapsed
45270
45271 \begin_layout Plain Layout
45272
45273
45274 \backslash
45275 fcolorbox{black}{
45276 \end_layout
45277
45278 \end_inset
45279
45280 SeaGreen
45281 \begin_inset ERT
45282 status collapsed
45283
45284 \begin_layout Plain Layout
45285
45286 }{
45287 \end_layout
45288
45289 \end_inset
45290
45291
45292 \begin_inset Phantom Phantom
45293 status open
45294
45295 \begin_layout Plain Layout
45296 W
45297 \end_layout
45298
45299 \end_inset
45300
45301
45302 \begin_inset ERT
45303 status collapsed
45304
45305 \begin_layout Plain Layout
45306
45307 }
45308 \end_layout
45309
45310 \end_inset
45311
45312  SeaGreen
45313 \end_layout
45314
45315 \end_inset
45316 </cell>
45317 <cell alignment="left" valignment="top" usebox="none">
45318 \begin_inset Text
45319
45320 \begin_layout Plain Layout
45321 \begin_inset ERT
45322 status collapsed
45323
45324 \begin_layout Plain Layout
45325
45326
45327 \backslash
45328 fcolorbox{black}{
45329 \end_layout
45330
45331 \end_inset
45332
45333 Sepia
45334 \begin_inset ERT
45335 status collapsed
45336
45337 \begin_layout Plain Layout
45338
45339 }{
45340 \end_layout
45341
45342 \end_inset
45343
45344
45345 \begin_inset Phantom Phantom
45346 status open
45347
45348 \begin_layout Plain Layout
45349 W
45350 \end_layout
45351
45352 \end_inset
45353
45354
45355 \begin_inset ERT
45356 status collapsed
45357
45358 \begin_layout Plain Layout
45359
45360 }
45361 \end_layout
45362
45363 \end_inset
45364
45365  Sepia
45366 \end_layout
45367
45368 \end_inset
45369 </cell>
45370 <cell alignment="left" valignment="top" usebox="none">
45371 \begin_inset Text
45372
45373 \begin_layout Plain Layout
45374 \begin_inset ERT
45375 status collapsed
45376
45377 \begin_layout Plain Layout
45378
45379
45380 \backslash
45381 fcolorbox{black}{
45382 \end_layout
45383
45384 \end_inset
45385
45386 SkyBlue
45387 \begin_inset ERT
45388 status collapsed
45389
45390 \begin_layout Plain Layout
45391
45392 }{
45393 \end_layout
45394
45395 \end_inset
45396
45397
45398 \begin_inset Phantom Phantom
45399 status open
45400
45401 \begin_layout Plain Layout
45402 W
45403 \end_layout
45404
45405 \end_inset
45406
45407
45408 \begin_inset ERT
45409 status collapsed
45410
45411 \begin_layout Plain Layout
45412
45413 }
45414 \end_layout
45415
45416 \end_inset
45417
45418  SkyBlue
45419 \end_layout
45420
45421 \end_inset
45422 </cell>
45423 <cell alignment="left" valignment="top" usebox="none">
45424 \begin_inset Text
45425
45426 \begin_layout Plain Layout
45427 \begin_inset ERT
45428 status collapsed
45429
45430 \begin_layout Plain Layout
45431
45432
45433 \backslash
45434 fcolorbox{black}{
45435 \end_layout
45436
45437 \end_inset
45438
45439 SpringGreen
45440 \begin_inset ERT
45441 status collapsed
45442
45443 \begin_layout Plain Layout
45444
45445 }{
45446 \end_layout
45447
45448 \end_inset
45449
45450
45451 \begin_inset Phantom Phantom
45452 status open
45453
45454 \begin_layout Plain Layout
45455 W
45456 \end_layout
45457
45458 \end_inset
45459
45460
45461 \begin_inset ERT
45462 status collapsed
45463
45464 \begin_layout Plain Layout
45465
45466 }
45467 \end_layout
45468
45469 \end_inset
45470
45471  SpringGreen
45472 \end_layout
45473
45474 \end_inset
45475 </cell>
45476 </row>
45477 <row>
45478 <cell alignment="left" valignment="top" usebox="none">
45479 \begin_inset Text
45480
45481 \begin_layout Plain Layout
45482 \begin_inset ERT
45483 status collapsed
45484
45485 \begin_layout Plain Layout
45486
45487
45488 \backslash
45489 fcolorbox{black}{
45490 \end_layout
45491
45492 \end_inset
45493
45494 Tan
45495 \begin_inset ERT
45496 status collapsed
45497
45498 \begin_layout Plain Layout
45499
45500 }{
45501 \end_layout
45502
45503 \end_inset
45504
45505
45506 \begin_inset Phantom Phantom
45507 status open
45508
45509 \begin_layout Plain Layout
45510 W
45511 \end_layout
45512
45513 \end_inset
45514
45515
45516 \begin_inset ERT
45517 status collapsed
45518
45519 \begin_layout Plain Layout
45520
45521 }
45522 \end_layout
45523
45524 \end_inset
45525
45526  Tan
45527 \end_layout
45528
45529 \end_inset
45530 </cell>
45531 <cell alignment="left" valignment="top" usebox="none">
45532 \begin_inset Text
45533
45534 \begin_layout Plain Layout
45535 \begin_inset ERT
45536 status collapsed
45537
45538 \begin_layout Plain Layout
45539
45540
45541 \backslash
45542 fcolorbox{black}{
45543 \end_layout
45544
45545 \end_inset
45546
45547 TealBlue
45548 \begin_inset ERT
45549 status collapsed
45550
45551 \begin_layout Plain Layout
45552
45553 }{
45554 \end_layout
45555
45556 \end_inset
45557
45558
45559 \begin_inset Phantom Phantom
45560 status open
45561
45562 \begin_layout Plain Layout
45563 W
45564 \end_layout
45565
45566 \end_inset
45567
45568
45569 \begin_inset ERT
45570 status collapsed
45571
45572 \begin_layout Plain Layout
45573
45574 }
45575 \end_layout
45576
45577 \end_inset
45578
45579  TealBlue
45580 \end_layout
45581
45582 \end_inset
45583 </cell>
45584 <cell alignment="left" valignment="top" usebox="none">
45585 \begin_inset Text
45586
45587 \begin_layout Plain Layout
45588 \begin_inset ERT
45589 status collapsed
45590
45591 \begin_layout Plain Layout
45592
45593
45594 \backslash
45595 fcolorbox{black}{
45596 \end_layout
45597
45598 \end_inset
45599
45600 Thistle
45601 \begin_inset ERT
45602 status collapsed
45603
45604 \begin_layout Plain Layout
45605
45606 }{
45607 \end_layout
45608
45609 \end_inset
45610
45611
45612 \begin_inset Phantom Phantom
45613 status open
45614
45615 \begin_layout Plain Layout
45616 W
45617 \end_layout
45618
45619 \end_inset
45620
45621
45622 \begin_inset ERT
45623 status collapsed
45624
45625 \begin_layout Plain Layout
45626
45627 }
45628 \end_layout
45629
45630 \end_inset
45631
45632  Thistle
45633 \end_layout
45634
45635 \end_inset
45636 </cell>
45637 <cell alignment="left" valignment="top" usebox="none">
45638 \begin_inset Text
45639
45640 \begin_layout Plain Layout
45641 \begin_inset ERT
45642 status collapsed
45643
45644 \begin_layout Plain Layout
45645
45646
45647 \backslash
45648 fcolorbox{black}{
45649 \end_layout
45650
45651 \end_inset
45652
45653 Turquoise
45654 \begin_inset ERT
45655 status collapsed
45656
45657 \begin_layout Plain Layout
45658
45659 }{
45660 \end_layout
45661
45662 \end_inset
45663
45664
45665 \begin_inset Phantom Phantom
45666 status open
45667
45668 \begin_layout Plain Layout
45669 W
45670 \end_layout
45671
45672 \end_inset
45673
45674
45675 \begin_inset ERT
45676 status collapsed
45677
45678 \begin_layout Plain Layout
45679
45680 }
45681 \end_layout
45682
45683 \end_inset
45684
45685  Turquoise
45686 \end_layout
45687
45688 \end_inset
45689 </cell>
45690 </row>
45691 <row>
45692 <cell alignment="left" valignment="top" usebox="none">
45693 \begin_inset Text
45694
45695 \begin_layout Plain Layout
45696 \begin_inset ERT
45697 status collapsed
45698
45699 \begin_layout Plain Layout
45700
45701
45702 \backslash
45703 fcolorbox{black}{
45704 \end_layout
45705
45706 \end_inset
45707
45708 Violet
45709 \begin_inset ERT
45710 status collapsed
45711
45712 \begin_layout Plain Layout
45713
45714 }{
45715 \end_layout
45716
45717 \end_inset
45718
45719
45720 \begin_inset Phantom Phantom
45721 status open
45722
45723 \begin_layout Plain Layout
45724 W
45725 \end_layout
45726
45727 \end_inset
45728
45729
45730 \begin_inset ERT
45731 status collapsed
45732
45733 \begin_layout Plain Layout
45734
45735 }
45736 \end_layout
45737
45738 \end_inset
45739
45740  Violet
45741 \end_layout
45742
45743 \end_inset
45744 </cell>
45745 <cell alignment="left" valignment="top" usebox="none">
45746 \begin_inset Text
45747
45748 \begin_layout Plain Layout
45749 \begin_inset ERT
45750 status collapsed
45751
45752 \begin_layout Plain Layout
45753
45754
45755 \backslash
45756 fcolorbox{black}{
45757 \end_layout
45758
45759 \end_inset
45760
45761 VioletRed
45762 \begin_inset ERT
45763 status collapsed
45764
45765 \begin_layout Plain Layout
45766
45767 }{
45768 \end_layout
45769
45770 \end_inset
45771
45772
45773 \begin_inset Phantom Phantom
45774 status open
45775
45776 \begin_layout Plain Layout
45777 W
45778 \end_layout
45779
45780 \end_inset
45781
45782
45783 \begin_inset ERT
45784 status collapsed
45785
45786 \begin_layout Plain Layout
45787
45788 }
45789 \end_layout
45790
45791 \end_inset
45792
45793  VioletRed
45794 \end_layout
45795
45796 \end_inset
45797 </cell>
45798 <cell alignment="left" valignment="top" usebox="none">
45799 \begin_inset Text
45800
45801 \begin_layout Plain Layout
45802 \begin_inset ERT
45803 status collapsed
45804
45805 \begin_layout Plain Layout
45806
45807
45808 \backslash
45809 fcolorbox{black}{
45810 \end_layout
45811
45812 \end_inset
45813
45814 WildStrawberry
45815 \begin_inset ERT
45816 status collapsed
45817
45818 \begin_layout Plain Layout
45819
45820 }{
45821 \end_layout
45822
45823 \end_inset
45824
45825
45826 \begin_inset Phantom Phantom
45827 status open
45828
45829 \begin_layout Plain Layout
45830 W
45831 \end_layout
45832
45833 \end_inset
45834
45835
45836 \begin_inset ERT
45837 status collapsed
45838
45839 \begin_layout Plain Layout
45840
45841 }
45842 \end_layout
45843
45844 \end_inset
45845
45846  WildStrawberry
45847 \end_layout
45848
45849 \end_inset
45850 </cell>
45851 <cell alignment="left" valignment="top" usebox="none">
45852 \begin_inset Text
45853
45854 \begin_layout Plain Layout
45855 \begin_inset ERT
45856 status collapsed
45857
45858 \begin_layout Plain Layout
45859
45860
45861 \backslash
45862 fcolorbox{black}{
45863 \end_layout
45864
45865 \end_inset
45866
45867 YellowGreen
45868 \begin_inset ERT
45869 status collapsed
45870
45871 \begin_layout Plain Layout
45872
45873 }{
45874 \end_layout
45875
45876 \end_inset
45877
45878
45879 \begin_inset Phantom Phantom
45880 status open
45881
45882 \begin_layout Plain Layout
45883 W
45884 \end_layout
45885
45886 \end_inset
45887
45888
45889 \begin_inset ERT
45890 status collapsed
45891
45892 \begin_layout Plain Layout
45893
45894 }
45895 \end_layout
45896
45897 \end_inset
45898
45899  YellowGreen
45900 \end_layout
45901
45902 \end_inset
45903 </cell>
45904 </row>
45905 <row>
45906 <cell alignment="left" valignment="top" usebox="none">
45907 \begin_inset Text
45908
45909 \begin_layout Plain Layout
45910 \begin_inset ERT
45911 status collapsed
45912
45913 \begin_layout Plain Layout
45914
45915
45916 \backslash
45917 fcolorbox{black}{
45918 \end_layout
45919
45920 \end_inset
45921
45922 YellowOrange
45923 \begin_inset ERT
45924 status collapsed
45925
45926 \begin_layout Plain Layout
45927
45928 }{
45929 \end_layout
45930
45931 \end_inset
45932
45933
45934 \begin_inset Phantom Phantom
45935 status open
45936
45937 \begin_layout Plain Layout
45938 W
45939 \end_layout
45940
45941 \end_inset
45942
45943
45944 \begin_inset ERT
45945 status collapsed
45946
45947 \begin_layout Plain Layout
45948
45949 }
45950 \end_layout
45951
45952 \end_inset
45953
45954  YellowOrange
45955 \end_layout
45956
45957 \end_inset
45958 </cell>
45959 <cell alignment="left" valignment="top" usebox="none">
45960 \begin_inset Text
45961
45962 \begin_layout Plain Layout
45963
45964 \end_layout
45965
45966 \end_inset
45967 </cell>
45968 <cell alignment="left" valignment="top" usebox="none">
45969 \begin_inset Text
45970
45971 \begin_layout Plain Layout
45972
45973 \end_layout
45974
45975 \end_inset
45976 </cell>
45977 <cell alignment="left" valignment="top" usebox="none">
45978 \begin_inset Text
45979
45980 \begin_layout Plain Layout
45981
45982 \end_layout
45983
45984 \end_inset
45985 </cell>
45986 </row>
45987 </lyxtabular>
45988
45989 \end_inset
45990
45991
45992 \end_layout
45993
45994 \begin_layout Chapter
45995 Explicación de la ecuación
45996 \begin_inset space ~
45997 \end_inset
45998
45999 (
46000 \begin_inset CommandInset ref
46001 LatexCommand ref
46002 reference "eq:Wgn"
46003
46004 \end_inset
46005
46006 )
46007 \begin_inset CommandInset label
46008 LatexCommand label
46009 name "cap:Explicación-de-la-Ecuación"
46010
46011 \end_inset
46012
46013
46014 \end_layout
46015
46016 \begin_layout Standard
46017 La anchura total de 
46018 \emph on
46019 n
46020 \emph default
46021  celdas de un cuadro 
46022 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46023 \end_inset
46024
46025  puede calcularse con
46026 \begin_inset Formula 
46027 \begin{equation}
46028 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46029 \end{equation}
46030
46031 \end_inset
46032
46033
46034 \end_layout
46035
46036 \begin_layout Standard
46037 donde 
46038 \begin_inset Formula $W_{g\,n}$
46039 \end_inset
46040
46041  es el ancho dado de todas las celdas.
46042  
46043 \series bold
46044
46045 \backslash
46046 tabcolsep
46047 \series default
46048  es la longitud \SpecialChar LaTeX
46049  entre el texto y el borde de la celda, 6
46050 \begin_inset space \thinspace{}
46051 \end_inset
46052
46053 pt por omisión.
46054  
46055 \series bold
46056
46057 \backslash
46058 arrayrulewidth
46059 \series default
46060  es el grosor de línea del borde, 0.4
46061 \begin_inset space \thinspace{}
46062 \end_inset
46063
46064 pt por omisión.
46065 \end_layout
46066
46067 \begin_layout Standard
46068 Procediendo como en la ecuación
46069 \begin_inset space ~
46070 \end_inset
46071
46072
46073 \begin_inset CommandInset ref
46074 LatexCommand eqref
46075 reference "eq:Wtot_n"
46076
46077 \end_inset
46078
46079 , el ancho total de una multicolumna, 
46080 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46081 \end_inset
46082
46083  es
46084 \begin_inset Formula 
46085 \begin{equation}
46086 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46087 \end{equation}
46088
46089 \end_inset
46090
46091
46092 \end_layout
46093
46094 \begin_layout Standard
46095 Igualando las ecuaciones
46096 \begin_inset space ~
46097 \end_inset
46098
46099
46100 \begin_inset CommandInset ref
46101 LatexCommand eqref
46102 reference "eq:Wtot_n"
46103
46104 \end_inset
46105
46106  y 
46107 \begin_inset CommandInset ref
46108 LatexCommand eqref
46109 reference "eq:Wtot_mult"
46110
46111 \end_inset
46112
46113  podemos calcular el ancho dado necesario 
46114 \begin_inset Formula $W_{g\,n}$
46115 \end_inset
46116
46117  cuando se expanden 
46118 \emph on
46119 n
46120 \emph default
46121  columnas, de forma que cada una de ellas tiene una anchura total 
46122 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46123 \end_inset
46124
46125 :
46126 \begin_inset Formula 
46127 \begin{equation}
46128 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46129 \end{equation}
46130
46131 \end_inset
46132
46133
46134 \end_layout
46135
46136 \begin_layout Bibliography
46137 \begin_inset CommandInset bibitem
46138 LatexCommand bibitem
46139 key "latexcompanion"
46140 literal "true"
46141
46142 \end_inset
46143
46144 Frank Mittelbach and Michel Goossens: 
46145 \emph on
46146 The \SpecialChar LaTeX
46147  Companion Second Edition.
46148
46149 \emph default
46150  Addison-Wesley, 2004
46151 \end_layout
46152
46153 \begin_layout Bibliography
46154 \begin_inset CommandInset bibitem
46155 LatexCommand bibitem
46156 key "latexguide"
46157 literal "true"
46158
46159 \end_inset
46160
46161 Helmut Kopka and Patrick W.
46162  Daly: 
46163 \emph on
46164 A Guide to \SpecialChar LaTeX
46165  Fourth Edition.
46166
46167 \emph default
46168  Addison-Wesley, 2003
46169 \end_layout
46170
46171 \begin_layout Bibliography
46172 \begin_inset CommandInset bibitem
46173 LatexCommand bibitem
46174 key "latexbook"
46175 literal "true"
46176
46177 \end_inset
46178
46179 Leslie Lamport: 
46180 \emph on
46181 \SpecialChar LaTeX
46182 : A Document Preparation System.
46183
46184 \emph default
46185  Addison-Wesley, second edition, 1994
46186 \end_layout
46187
46188 \begin_layout Bibliography
46189 \begin_inset CommandInset bibitem
46190 LatexCommand bibitem
46191 key "arydshln"
46192 literal "true"
46193
46194 \end_inset
46195
46196 Documentación del paquete \SpecialChar LaTeX
46197  
46198 \series bold
46199
46200 \begin_inset CommandInset href
46201 LatexCommand href
46202 name "arydshln"
46203 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46204 literal "false"
46205
46206 \end_inset
46207
46208
46209 \series default
46210
46211 \begin_inset Index idx
46212 status collapsed
46213
46214 \begin_layout Plain Layout
46215 \SpecialChar LaTeX
46216 -paquetes ! arydshln
46217 \end_layout
46218
46219 \end_inset
46220
46221
46222 \end_layout
46223
46224 \begin_layout Bibliography
46225 \begin_inset CommandInset bibitem
46226 LatexCommand bibitem
46227 key "booktabs"
46228 literal "true"
46229
46230 \end_inset
46231
46232 Documentación del paquete \SpecialChar LaTeX
46233  
46234 \series bold
46235
46236 \begin_inset CommandInset href
46237 LatexCommand href
46238 name "booktabs"
46239 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46240 literal "false"
46241
46242 \end_inset
46243
46244
46245 \series default
46246
46247 \begin_inset Index idx
46248 status collapsed
46249
46250 \begin_layout Plain Layout
46251 \SpecialChar LaTeX
46252 -paquetes ! booktabs
46253 \end_layout
46254
46255 \end_inset
46256
46257
46258 \end_layout
46259
46260 \begin_layout Bibliography
46261 \begin_inset CommandInset bibitem
46262 LatexCommand bibitem
46263 key "caption"
46264 literal "true"
46265
46266 \end_inset
46267
46268 Documentación del paquete \SpecialChar LaTeX
46269  
46270 \series bold
46271
46272 \begin_inset CommandInset href
46273 LatexCommand href
46274 name "caption"
46275 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46276 literal "false"
46277
46278 \end_inset
46279
46280
46281 \series default
46282
46283 \begin_inset Index idx
46284 status collapsed
46285
46286 \begin_layout Plain Layout
46287 \SpecialChar LaTeX
46288 -paquetes ! caption
46289 \end_layout
46290
46291 \end_inset
46292
46293
46294 \end_layout
46295
46296 \begin_layout Bibliography
46297 \begin_inset CommandInset bibitem
46298 LatexCommand bibitem
46299 key "diagbox"
46300 literal "true"
46301
46302 \end_inset
46303
46304 Documentación del paquete \SpecialChar LaTeX
46305  
46306 \series bold
46307
46308 \begin_inset CommandInset href
46309 LatexCommand href
46310 name "diagbox"
46311 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46312 literal "false"
46313
46314 \end_inset
46315
46316
46317 \series default
46318
46319 \begin_inset Index idx
46320 status collapsed
46321
46322 \begin_layout Plain Layout
46323 \SpecialChar LaTeX
46324 -paquetes ! diagbox
46325 \end_layout
46326
46327 \end_inset
46328
46329
46330 \end_layout
46331
46332 \begin_layout Bibliography
46333 \begin_inset CommandInset bibitem
46334 LatexCommand bibitem
46335 key "endfloat"
46336 literal "true"
46337
46338 \end_inset
46339
46340 Documentación del paquete \SpecialChar LaTeX
46341  
46342 \series bold
46343
46344 \begin_inset CommandInset href
46345 LatexCommand href
46346 name "endfloat"
46347 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46348 literal "false"
46349
46350 \end_inset
46351
46352
46353 \series default
46354
46355 \begin_inset Index idx
46356 status collapsed
46357
46358 \begin_layout Plain Layout
46359 \SpecialChar LaTeX
46360 -paquetes ! endfloat
46361 \end_layout
46362
46363 \end_inset
46364
46365
46366 \end_layout
46367
46368 \begin_layout Bibliography
46369 \begin_inset CommandInset bibitem
46370 LatexCommand bibitem
46371 key "footmisc"
46372 literal "true"
46373
46374 \end_inset
46375
46376 Documentación del paquete \SpecialChar LaTeX
46377  
46378 \series bold
46379
46380 \begin_inset CommandInset href
46381 LatexCommand href
46382 name "footmisc"
46383 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46384 literal "false"
46385
46386 \end_inset
46387
46388
46389 \series default
46390
46391 \begin_inset Index idx
46392 status collapsed
46393
46394 \begin_layout Plain Layout
46395 \SpecialChar LaTeX
46396 -paquetes ! footmisc
46397 \end_layout
46398
46399 \end_inset
46400
46401
46402 \end_layout
46403
46404 \begin_layout Bibliography
46405 \begin_inset CommandInset bibitem
46406 LatexCommand bibitem
46407 key "hypcap"
46408 literal "true"
46409
46410 \end_inset
46411
46412 Documentación del paquete \SpecialChar LaTeX
46413  
46414 \series bold
46415
46416 \begin_inset CommandInset href
46417 LatexCommand href
46418 name "hypcap"
46419 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46420 literal "false"
46421
46422 \end_inset
46423
46424
46425 \series default
46426
46427 \begin_inset Index idx
46428 status collapsed
46429
46430 \begin_layout Plain Layout
46431 \SpecialChar LaTeX
46432 -paquetes ! hyperref
46433 \end_layout
46434
46435 \end_inset
46436
46437
46438 \end_layout
46439
46440 \begin_layout Bibliography
46441 \begin_inset CommandInset bibitem
46442 LatexCommand bibitem
46443 key "hyperref"
46444 literal "true"
46445
46446 \end_inset
46447
46448 Documentación del paquete \SpecialChar LaTeX
46449  
46450 \series bold
46451
46452 \begin_inset CommandInset href
46453 LatexCommand href
46454 name "hyperref"
46455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46456 literal "false"
46457
46458 \end_inset
46459
46460
46461 \series default
46462
46463 \begin_inset Index idx
46464 status collapsed
46465
46466 \begin_layout Plain Layout
46467 \SpecialChar LaTeX
46468 -paquetes ! hyperref
46469 \end_layout
46470
46471 \end_inset
46472
46473
46474 \end_layout
46475
46476 \begin_layout Bibliography
46477 \begin_inset CommandInset bibitem
46478 LatexCommand bibitem
46479 key "KOMA-Script"
46480 literal "true"
46481
46482 \end_inset
46483
46484 Documentación del paquete \SpecialChar LaTeX
46485  
46486 \series bold
46487
46488 \begin_inset CommandInset href
46489 LatexCommand href
46490 name "KOMA-Script"
46491 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46492 literal "false"
46493
46494 \end_inset
46495
46496
46497 \series default
46498
46499 \begin_inset Index idx
46500 status collapsed
46501
46502 \begin_layout Plain Layout
46503 \SpecialChar LaTeX
46504 -paquetes ! KOMA-Script
46505 \end_layout
46506
46507 \end_inset
46508
46509
46510 \end_layout
46511
46512 \begin_layout Bibliography
46513 \begin_inset CommandInset bibitem
46514 LatexCommand bibitem
46515 key "lettrine"
46516 literal "true"
46517
46518 \end_inset
46519
46520 Documentación del paquete \SpecialChar LaTeX
46521  
46522 \series bold
46523
46524 \begin_inset CommandInset href
46525 LatexCommand href
46526 name "lettrine"
46527 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46528 literal "false"
46529
46530 \end_inset
46531
46532
46533 \series default
46534  y un 
46535 \begin_inset CommandInset href
46536 LatexCommand href
46537 name "ejemplo"
46538 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46539 literal "false"
46540
46541 \end_inset
46542
46543
46544 \begin_inset Index idx
46545 status collapsed
46546
46547 \begin_layout Plain Layout
46548 \SpecialChar LaTeX
46549 -paquetes ! lettrine
46550 \end_layout
46551
46552 \end_inset
46553
46554
46555 \end_layout
46556
46557 \begin_layout Bibliography
46558 \begin_inset CommandInset bibitem
46559 LatexCommand bibitem
46560 key "listings"
46561 literal "true"
46562
46563 \end_inset
46564
46565 Documentación del paquete \SpecialChar LaTeX
46566  
46567 \series bold
46568
46569 \begin_inset CommandInset href
46570 LatexCommand href
46571 name "listings"
46572 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46573 literal "false"
46574
46575 \end_inset
46576
46577
46578 \series default
46579
46580 \begin_inset Index idx
46581 status collapsed
46582
46583 \begin_layout Plain Layout
46584 \SpecialChar LaTeX
46585 -paquetes ! listings
46586 \end_layout
46587
46588 \end_inset
46589
46590
46591 \end_layout
46592
46593 \begin_layout Bibliography
46594 \begin_inset CommandInset bibitem
46595 LatexCommand bibitem
46596 key "minted"
46597 literal "true"
46598
46599 \end_inset
46600
46601 Documentación del paquete \SpecialChar LaTeX
46602  
46603 \series bold
46604
46605 \begin_inset CommandInset href
46606 LatexCommand href
46607 name "minted"
46608 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
46609 literal "false"
46610
46611 \end_inset
46612
46613
46614 \series default
46615
46616 \begin_inset Index idx
46617 status collapsed
46618
46619 \begin_layout Plain Layout
46620 \SpecialChar LaTeX
46621 -paquetes ! minted
46622 \end_layout
46623
46624 \end_inset
46625
46626
46627 \end_layout
46628
46629 \begin_layout Bibliography
46630 \begin_inset CommandInset bibitem
46631 LatexCommand bibitem
46632 key "marginnote"
46633 literal "true"
46634
46635 \end_inset
46636
46637 Documentación del paquete \SpecialChar LaTeX
46638  
46639 \series bold
46640
46641 \begin_inset CommandInset href
46642 LatexCommand href
46643 name "marginnote"
46644 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46645 literal "false"
46646
46647 \end_inset
46648
46649
46650 \series default
46651
46652 \begin_inset Index idx
46653 status collapsed
46654
46655 \begin_layout Plain Layout
46656 \SpecialChar LaTeX
46657 -paquetes ! marginnote
46658 \end_layout
46659
46660 \end_inset
46661
46662
46663 \end_layout
46664
46665 \begin_layout Bibliography
46666 \begin_inset CommandInset bibitem
46667 LatexCommand bibitem
46668 key "pdfpages"
46669 literal "true"
46670
46671 \end_inset
46672
46673 Documentación del paquete \SpecialChar LaTeX
46674  
46675 \series bold
46676
46677 \begin_inset CommandInset href
46678 LatexCommand href
46679 name "pdfpages"
46680 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46681 literal "false"
46682
46683 \end_inset
46684
46685
46686 \series default
46687
46688 \begin_inset Index idx
46689 status collapsed
46690
46691 \begin_layout Plain Layout
46692 \SpecialChar LaTeX
46693 -paquetes ! pdfpages
46694 \end_layout
46695
46696 \end_inset
46697
46698
46699 \end_layout
46700
46701 \begin_layout Bibliography
46702 \begin_inset CommandInset bibitem
46703 LatexCommand bibitem
46704 key "prettyref"
46705 literal "true"
46706
46707 \end_inset
46708
46709 Documentación del paquete \SpecialChar LaTeX
46710  
46711 \series bold
46712
46713 \begin_inset CommandInset href
46714 LatexCommand href
46715 name "prettyref"
46716 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46717 literal "false"
46718
46719 \end_inset
46720
46721
46722 \series default
46723
46724 \begin_inset Index idx
46725 status collapsed
46726
46727 \begin_layout Plain Layout
46728 \SpecialChar LaTeX
46729 -paquetes ! prettyref
46730 \end_layout
46731
46732 \end_inset
46733
46734
46735 \end_layout
46736
46737 \begin_layout Bibliography
46738 \begin_inset CommandInset bibitem
46739 LatexCommand bibitem
46740 key "pstricks"
46741 literal "true"
46742
46743 \end_inset
46744
46745 Página web del paquete \SpecialChar LaTeX
46746  
46747 \series bold
46748
46749 \begin_inset CommandInset href
46750 LatexCommand href
46751 name "PSTricks"
46752 target "http://tug.org/PSTricks/"
46753 literal "false"
46754
46755 \end_inset
46756
46757
46758 \series default
46759
46760 \begin_inset Index idx
46761 status collapsed
46762
46763 \begin_layout Plain Layout
46764 \SpecialChar LaTeX
46765 -paquetes ! PSTricks
46766 \end_layout
46767
46768 \end_inset
46769
46770
46771 \end_layout
46772
46773 \begin_layout Bibliography
46774 \begin_inset CommandInset bibitem
46775 LatexCommand bibitem
46776 key "refstyle"
46777 literal "true"
46778
46779 \end_inset
46780
46781 Documentación del paquete \SpecialChar LaTeX
46782  
46783 \series bold
46784
46785 \begin_inset CommandInset href
46786 LatexCommand href
46787 name "refstyle"
46788 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46789 literal "false"
46790
46791 \end_inset
46792
46793
46794 \series default
46795
46796 \begin_inset Index idx
46797 status collapsed
46798
46799 \begin_layout Plain Layout
46800 \SpecialChar LaTeX
46801 -paquetes ! refstyle
46802 \end_layout
46803
46804 \end_inset
46805
46806
46807 \end_layout
46808
46809 \begin_layout Bibliography
46810 \begin_inset CommandInset bibitem
46811 LatexCommand bibitem
46812 key "sidecap"
46813 literal "true"
46814
46815 \end_inset
46816
46817 Documentación del paquete \SpecialChar LaTeX
46818  
46819 \series bold
46820
46821 \begin_inset CommandInset href
46822 LatexCommand href
46823 name "sidecap"
46824 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46825 literal "false"
46826
46827 \end_inset
46828
46829
46830 \series default
46831
46832 \begin_inset Index idx
46833 status collapsed
46834
46835 \begin_layout Plain Layout
46836 \SpecialChar LaTeX
46837 -paquetes ! sidecap
46838 \end_layout
46839
46840 \end_inset
46841
46842
46843 \end_layout
46844
46845 \begin_layout Bibliography
46846 \begin_inset CommandInset bibitem
46847 LatexCommand bibitem
46848 key "Inkscape"
46849 literal "true"
46850
46851 \end_inset
46852
46853 Documentación 
46854 \lang english
46855 of the option
46856 \lang spanish
46857  
46858 \begin_inset CommandInset href
46859 LatexCommand href
46860 name "Omitir texto en PDF"
46861 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
46862 literal "false"
46863
46864 \end_inset
46865
46866  
46867 \lang english
46868 of the program
46869 \lang spanish
46870  
46871 \noun on
46872
46873 \begin_inset CommandInset href
46874 LatexCommand href
46875 name "Inkscape"
46876 target "https://inkscape.org/es/"
46877 literal "false"
46878
46879 \end_inset
46880
46881
46882 \end_layout
46883
46884 \begin_layout Standard
46885 \begin_inset CommandInset index_print
46886 LatexCommand printindex
46887 type "idx"
46888 name "Índice"
46889 literal "false"
46890
46891 \end_inset
46892
46893
46894 \end_layout
46895
46896 \end_body
46897 \end_document