]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: start updating for LyX 2.3
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 543
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/es/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{grisclaro}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94
95 % insert additional vertical space of
96 % 1.5 mm between footnotes
97 \let\myFoot\footnote
98 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
99
100 % number algorithm floats within chapters
101 \numberwithin{algorithm}{chapter}
102 % en español
103 \floatname{algorithm}{Algoritmo}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % check for package arydshln
111 % used for tables with dashed lines
112 \newboolean{arydshln}
113 \IfFileExists{arydshln.sty}
114  {\usepackage{arydshln}
115   \setboolean{arydshln}{true}}
116  {\setboolean{arydshln}{false}}
117
118 % check for package marginnote
119 % used for margin notes
120 \newboolean{marginnote}
121 \IfFileExists{marginnote.sty}
122  {\usepackage{marginnote}
123   \let\marginpar\marginnote
124   \setboolean{marginnote}{true}}
125  {\setboolean{marginnote}{false}}
126
127 % check for package sidecap
128 % used for captions on the side
129 \newboolean{sidecap}
130 \IfFileExists{sidecap.sty}
131  {\usepackage{sidecap}
132   \setboolean{sidecap}{true}}
133  {\setboolean{sidecap}{false}}
134
135 % check for picinpar
136 % used for surrounded fixed objects
137 \newboolean{picinpar}
138 \IfFileExists{picinpar.sty}
139  {\usepackage{picinpar}
140   \setboolean{picinpar}{true}}
141  {\setboolean{picinpar}{false}}
142
143 % check for lettrine
144 \newboolean{lettrine}
145 \IfFileExists{lettrine.sty}
146  {\usepackage{lettrine}
147   \setboolean{lettrine}{true}}
148  {\setboolean{lettrine}{false}}
149
150 % check for diagbox
151 \newboolean{diagbox}
152 \IfFileExists{diagbox.sty}
153  {\usepackage{diagbox}
154   \setboolean{diagbox}{true}}
155  {\setboolean{diagbox}{false}}
156 \end_preamble
157 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
158 \use_default_options false
159 \begin_modules
160 initials
161 graphicboxes
162 \end_modules
163 \maintain_unincluded_children false
164 \language spanish
165 \language_package babel
166 \inputencoding auto
167 \fontencoding global
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100 100
177 \font_tt_scale 100 100
178 \use_microtype false
179 \use_dash_ligatures false
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_package amsmath 2
205 \use_package amssymb 2
206 \use_package cancel 0
207 \use_package esint 0
208 \use_package mathdots 1
209 \use_package mathtools 0
210 \use_package mhchem 1
211 \use_package stackrel 0
212 \use_package stmaryrd 0
213 \use_package undertilde 0
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index Índice
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \is_math_indent 0
233 \math_numbering_side default
234 \quotes_style swiss
235 \dynamic_quotes 0
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \tracking_changes false
240 \output_changes false
241 \html_math_output 0
242 \html_css_as_file 0
243 \html_be_strict false
244 \end_header
245
246 \begin_body
247
248 \begin_layout Title
249 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
250  en \SpecialChar LyX
251
252 \end_layout
253
254 \begin_layout Author
255 por el Equipo \SpecialChar LyX
256
257 \begin_inset Foot
258 status collapsed
259
260 \begin_layout Plain Layout
261 \noindent
262 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
263  de Documentación de \SpecialChar LyX
264
265 \begin_inset CommandInset href
266 LatexCommand href
267 name "lyx-docs@lists.lyx.org"
268 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
269 type "mailto:"
270 literal "false"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 Autor: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Note Note
291 status collapsed
292
293 \begin_layout Plain Layout
294 Traducción de: Ignacio García
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Newline newline
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \family sans
309 Versión 2.2.x
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset CommandInset toc
314 LatexCommand tableofcontents
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Note Note
323 status open
324
325 \begin_layout Plain Layout
326 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
327  estar instalados los paquetes \SpecialChar LaTeX
328  
329 \series bold
330 arydshln
331 \series default
332
333 \series bold
334 colortbl
335 \series default
336
337 \series bold
338 diagbox, lettrine, marginnote, picinpar
339 \series default
340  y 
341 \series bold
342 sidecap
343 \series default
344 .
345  Si no están instalados, también podrás exportar el documento, pero las
346  secciones en que dichos paquetes son necesarios no aparecen en la salida.
347 \end_layout
348
349 \begin_layout Plain Layout
350 La última versión en PDF de este documento puede encontrarse aquí:
351 \series bold
352
353 \begin_inset Newline newline
354 \end_inset
355
356 http://wiki.lyx.org/\SpecialChar LyX
357 /Manuals#EmbeddedObjects
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366 Figuras
367 \begin_inset Index idx
368 status collapsed
369
370 \begin_layout Plain Layout
371 Figuras
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset Index idx
378 status collapsed
379
380 \begin_layout Plain Layout
381 Gráficos|see
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 {
388 \end_layout
389
390 \end_inset
391
392 Figuras
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 }
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Section
412 Diálogo de gráficos
413 \begin_inset CommandInset label
414 LatexCommand label
415 name "sec:Diálogo-Gráficos"
416
417 \end_inset
418
419
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 Figuras ! Diálogo de gráficos
425 \end_layout
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_layout Standard
433 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
434  texto que desees y haz clic en el botón 
435 \begin_inset Info
436 type  "icon"
437 arg   "dialog-show-new-inset graphics"
438 \end_inset
439
440  o en el menú 
441 \family sans
442 Insertar\SpecialChar menuseparator
443 Imagen
444 \family default
445 .
446  Aparecerá un diálogo para escoger el archivo a cargar.
447  La imagen aparecerá en el archivo de salida exactamente en la misma posición
448  en la que la has colocado.
449 \end_layout
450
451 \begin_layout Standard
452 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
453  una imagen.
454  Este diálogo tiene tres pestañas:
455 \end_layout
456
457 \begin_layout Description
458 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
459  presentación en \SpecialChar LyX
460  y en la salida.
461  En el apéndice
462 \begin_inset space ~
463 \end_inset
464
465
466 \begin_inset CommandInset ref
467 LatexCommand ref
468 reference "cap:Unidades-disponibles-en"
469
470 \end_inset
471
472  se detallan las unidades disponibles para el tamaño del gráfico.
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figuras ! Rotar
482 \end_layout
483
484 \end_inset
485
486 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
487  un ángulo y un origen de rotación.
488  La imagen también gira en \SpecialChar LyX
489 .
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index idx
495 status collapsed
496
497 \begin_layout Plain Layout
498 Figuras ! Redimensionar
499 \end_layout
500
501 \end_inset
502
503 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
504 ente la altura y la anchura.
505  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
506  automáticamente.
507  Si fijas ambas dimensiones
508 \family sans
509 ,
510 \family default
511  la imagen se adaptará a ellas, posiblemente distorsionada.
512  Para evitar distorsión en la imagen marca la opción 
513 \family sans
514 Mantener
515 \begin_inset space ~
516 \end_inset
517
518 proporción
519 \family default
520 .
521  En ese caso la imagen será modificada de forma que su anchura y su altura
522  no excedan de las dimensiones especificadas.
523 \begin_inset Newline newline
524 \end_inset
525
526 Las imágenes se pueden abrir en el programa de tu elección con la entrada
527 \family sans
528  Editar
529 \begin_inset space ~
530 \end_inset
531
532  externamente
533 \family default
534  del menú contextual que aparece al hacer clic derecho sobre la imagen.
535  Los programas visor y editor para cada formato de imagen se pueden establecer
536  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
537 .
538 \end_layout
539
540 \begin_layout Description
541 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
542  coordenadas de la imagen para ajustar su altura y anchura en la salida.
543  Además, las coordenadas se pueden calcular automáticamente pinchando el
544  botón 
545 \family sans
546 Obtener
547 \begin_inset space ~
548 \end_inset
549
550 de
551 \begin_inset space ~
552 \end_inset
553
554 archivo
555 \family default
556 .
557  El botón 
558 \family sans
559 Recortar
560 \begin_inset space ~
561 \end_inset
562
563 al
564 \begin_inset space ~
565 \end_inset
566
567 cuadro
568 \begin_inset space ~
569 \end_inset
570
571 delimitador
572 \family default
573  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
574 as.
575  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
576 \end_layout
577
578 \begin_layout Description
579 Opciones
580 \begin_inset space ~
581 \end_inset
582
583 de
584 \begin_inset space ~
585 \end_inset
586
587 \SpecialChar LaTeX
588
589 \begin_inset space ~
590 \end_inset
591
592 y
593 \begin_inset space ~
594 \end_inset
595
596 \SpecialChar LyX
597  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
598  y, si eres
599  experto en \SpecialChar LaTeX
600 , especificar opciones \SpecialChar LaTeX
601  adicionales.
602 \begin_inset Newline newline
603 \end_inset
604
605 La opción 
606 \family sans
607 Modo
608 \begin_inset space ~
609 \end_inset
610
611 borrador
612 \family default
613  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
614 \begin_inset Newline newline
615 \end_inset
616
617 En la sección 
618 \family sans
619 Grupo
620 \begin_inset space ~
621 \end_inset
622
623 de
624 \begin_inset space ~
625 \end_inset
626
627 gráficos
628 \family default
629  puedes definir un conjunto de ajustes de imagen.
630 \begin_inset Index idx
631 status collapsed
632
633 \begin_layout Plain Layout
634 Figuras ! Agrupación de ajustes
635 \end_layout
636
637 \end_inset
638
639  Las imágenes incluidas en un grupo comparten sus características, de modo
640  que al modificar las de una imagen del grupo se modifican igualmente las
641  de las demás imágenes del grupo.
642  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
643  necesidad de hacerlo individualmente para cada una de ellas.
644  Además se puede integrar una imagen en un grupo existente marcando el nombre
645  del mismo en el menú contextual de la imagen.
646  
647 \end_layout
648
649 \begin_layout Standard
650 \begin_inset VSpace bigskip
651 \end_inset
652
653
654 \end_layout
655
656 \begin_layout Standard
657 Esto es un ejemplo de imagen en formato PDF
658 \begin_inset Foot
659 status collapsed
660
661 \begin_layout Plain Layout
662 Los formatos de imagen se explican en el sección
663 \begin_inset space ~
664 \end_inset
665
666
667 \begin_inset CommandInset ref
668 LatexCommand ref
669 reference "sec:Formatos-de-imagen"
670
671 \end_inset
672
673 .
674 \end_layout
675
676 \end_inset
677
678  en un párrafo separado centrado horizontalmente:
679 \end_layout
680
681 \begin_layout Standard
682 \align center
683 \begin_inset Graphics
684         filename ../clipart/2D-intensity-plot.pdf
685         clip
686         rotateOrigin center
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 Esta es la misma imagen pero en modo borrador:
695 \end_layout
696
697 \begin_layout Standard
698 \align center
699 \begin_inset Graphics
700         filename ../clipart/2D-intensity-plot.pdf
701         draft
702         rotateOrigin center
703
704 \end_inset
705
706
707 \begin_inset Newpage newpage
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Section
714 Figuras flotantes
715 \begin_inset CommandInset label
716 LatexCommand label
717 name "sec:Figuras-Flotantes"
718
719 \end_inset
720
721
722 \begin_inset Index idx
723 status collapsed
724
725 \begin_layout Plain Layout
726 Flotantes ! Figuras
727 \end_layout
728
729 \end_inset
730
731
732 \begin_inset Index idx
733 status collapsed
734
735 \begin_layout Plain Layout
736 Figuras ! Flotantes
737 \end_layout
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 Para información general sobre flotantes, echa una ojeada a la sección
746 \begin_inset space ~
747 \end_inset
748
749
750 \begin_inset CommandInset ref
751 LatexCommand ref
752 reference "sec:Introducción-Flotantes"
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \begin_layout Standard
760 El botón 
761 \begin_inset Info
762 type  "icon"
763 arg   "float-insert figure"
764 \end_inset
765
766  y el menú 
767 \family sans
768 Insertar\SpecialChar menuseparator
769 Flotante\SpecialChar menuseparator
770 Figura
771 \family default
772  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
773  La imagen se puede insertar sobre la leyenda, como en la figura
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "fig:A-star-structure"
781
782 \end_inset
783
784 , o bajo ella, como en la figura
785 \begin_inset space ~
786 \end_inset
787
788
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "fig:A-3D-object"
792
793 \end_inset
794
795 .
796  Más información sobre ubicación de leyendas en la sección
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sec:Colocación-de-leyendas"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Float figure
812 wide false
813 sideways false
814 status open
815
816 \begin_layout Plain Layout
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/Star-structure.pdf
820         width 50col%
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:A-star-structure"
835
836 \end_inset
837
838
839 \lang english
840 A star structure in a float.
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \end_inset
849
850
851 \end_layout
852
853 \begin_layout Standard
854 \begin_inset Float figure
855 wide false
856 sideways false
857 status open
858
859 \begin_layout Plain Layout
860 \begin_inset Caption Standard
861
862 \begin_layout Plain Layout
863 \begin_inset CommandInset label
864 LatexCommand label
865 name "fig:A-3D-object"
866
867 \end_inset
868
869
870 \lang english
871 A 3D object.
872 \end_layout
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Plain Layout
880 \align center
881 \begin_inset Graphics
882         filename ../clipart/3D-structure-distort.pdf
883         scale 80
884         rotateOrigin center
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 Referencias ! a figuras
902 \end_layout
903
904 \end_inset
905
906 Las figuras
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:A-star-structure"
914
915 \end_inset
916
917  y 
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "fig:A-3D-object"
921
922 \end_inset
923
924  son ejemplos de figuras con referencias cruzadas.
925  Las figuras pueden tener referencias cruzadas en el documento mediante
926  referencia a su etiqueta.
927  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
928 \family sans
929 Insertar\SpecialChar menuseparator
930 Etiqueta
931 \family default
932  o el botón 
933 \begin_inset Info
934 type  "icon"
935 arg   "label-insert"
936 \end_inset
937
938 .
939  Ahora puedes referirte a la etiqueta usando el menú 
940 \family sans
941 Insertar\SpecialChar menuseparator
942 Referencia
943 \begin_inset space ~
944 \end_inset
945
946 cruzada
947 \family default
948  o el botón 
949 \begin_inset Info
950 type  "icon"
951 arg   "dialog-show-new-inset ref"
952 \end_inset
953
954 .
955  Es importante emplear referencias a flotantes, mejor que alusiones vagas
956  como «la figura de arriba», porque como \SpecialChar LaTeX
957  recolocará los flotantes en el
958  documento final, podría no quedar «arriba» precisamente.
959 \begin_inset Newline newline
960 \end_inset
961
962 Las referencias se explican con detalle en la sección
963 \begin_inset space ~
964 \end_inset
965
966
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "sec:Referencias-a-Flotantes"
970
971 \end_inset
972
973 .
974 \end_layout
975
976 \begin_layout Standard
977 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
978  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
979  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
980  existente.
981  La figura
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "fig:Dos-imágenes-distorsionadas"
989
990 \end_inset
991
992  es un ejemplo de figura flotante con dos imágenes adosadas.
993  También se pueden poner una sobre otra.
994  Las subfiguras son
995 \begin_inset space ~
996 \end_inset
997
998
999 \begin_inset CommandInset ref
1000 LatexCommand ref
1001 reference "fig:Pink-object"
1002
1003 \end_inset
1004
1005  y
1006 \begin_inset space ~
1007 \end_inset
1008
1009
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "fig:A-star"
1013
1014 \end_inset
1015
1016 .
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \begin_inset Float figure
1021 wide false
1022 sideways false
1023 status open
1024
1025 \begin_layout Plain Layout
1026 \begin_inset space \hfill{}
1027 \end_inset
1028
1029
1030 \begin_inset Float figure
1031 wide false
1032 sideways false
1033 status collapsed
1034
1035 \begin_layout Plain Layout
1036 \begin_inset Caption Standard
1037
1038 \begin_layout Plain Layout
1039 \begin_inset CommandInset label
1040 LatexCommand label
1041 name "fig:Pink-object"
1042
1043 \end_inset
1044
1045
1046 \lang english
1047 Pink object.
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Graphics
1057         filename ../clipart/3D-structure-distort.pdf
1058         width 45col%
1059         groupId distorsionadas
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption Standard
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "fig:A-star"
1085
1086 \end_inset
1087
1088
1089 \lang english
1090 A star.
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Graphics
1100         filename ../clipart/Star-structure.pdf
1101         width 45col%
1102         groupId distorsionadas
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \begin_inset space \hfill{}
1113 \end_inset
1114
1115
1116 \end_layout
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Dos-imágenes-distorsionadas"
1125
1126 \end_inset
1127
1128 Dos imágenes distorsionadas.
1129  Ambas están en el grupo llamado «distorsionadas».
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \end_layout
1136
1137 \end_inset
1138
1139
1140 \begin_inset Newpage newpage
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Section
1147 Formatos de imagen
1148 \begin_inset CommandInset label
1149 LatexCommand label
1150 name "sec:Formatos-de-imagen"
1151
1152 \end_inset
1153
1154
1155 \begin_inset Index idx
1156 status collapsed
1157
1158 \begin_layout Plain Layout
1159 Formatos de imagen
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \begin_inset Index idx
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 Figuras ! Formatos de imagen
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Standard
1178 Puedes insertar imágenes en cualquier formato.
1179  Pero como se explica en el apéndice
1180 \begin_inset space ~
1181 \end_inset
1182
1183
1184 \begin_inset CommandInset ref
1185 LatexCommand ref
1186 reference "cap:Formatos-de-Archivos-de-Salida"
1187
1188 \end_inset
1189
1190 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1191  de archivo de imagen.
1192  Por eso \SpecialChar LyX
1193  usa el programa 
1194 \family typewriter
1195 ImageMagick
1196 \family default
1197  en segundo plano para convertir imágenes al formato adecuado.
1198  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1199  los formatos de imagen admitidos en el formato de archivo de salida.
1200  Los formatos de salida se explican en el apéndice
1201 \begin_inset space ~
1202 \end_inset
1203
1204
1205 \begin_inset CommandInset ref
1206 LatexCommand ref
1207 reference "cap:Formatos-de-Archivos-de-Salida"
1208
1209 \end_inset
1210
1211 .
1212 \end_layout
1213
1214 \begin_layout Standard
1215 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1216 \end_layout
1217
1218 \begin_layout Description
1219 Imágenes
1220 \begin_inset space ~
1221 \end_inset
1222
1223 mapa
1224 \begin_inset space ~
1225 \end_inset
1226
1227 de
1228 \begin_inset space ~
1229 \end_inset
1230
1231 bits
1232 \begin_inset space ~
1233 \end_inset
1234
1235 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1236  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1237  de zoom.
1238  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1239  Format» (GIF, extensión «
1240 \family typewriter
1241 .gif
1242 \family default
1243 »)
1244 \begin_inset Index idx
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248 GIF|see
1249 \begin_inset ERT
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253
1254 {
1255 \end_layout
1256
1257 \end_inset
1258
1259 Formatos de imagen
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 }
1266 \end_layout
1267
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \end_inset
1274
1275 , «Portable Network Graphics» (PNG, extensión «
1276 \family typewriter
1277 .png
1278 \family default
1279 »)
1280 \begin_inset Index idx
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 PNG|see
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 {
1291 \end_layout
1292
1293 \end_inset
1294
1295 Formatos de imagen
1296 \begin_inset ERT
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300
1301 }
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310
1311 , y «Joint Photographic Experts Group» (JPG, extensión «
1312 \family typewriter
1313 .jpg
1314 \family default
1315 » o «
1316 \family typewriter
1317 .jpeg
1318 \family default
1319 »)
1320 \begin_inset Index idx
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 JPG|see
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 {
1331 \end_layout
1332
1333 \end_inset
1334
1335 Formatos de imagen
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 }
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351 .
1352 \end_layout
1353
1354 \begin_layout Description
1355 Imágenes
1356 \begin_inset space ~
1357 \end_inset
1358
1359 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1360 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1361  La posibilidad de variar la escala hace falta para crear presentaciones,
1362  porque éstas siempre son redimensionadas por el proyector.
1363  La modificación de la escala también es útil en los documentos en línea
1364  para permitir el zoom en diagramas.
1365 \begin_inset Newline newline
1366 \end_inset
1367
1368 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1369  (SVG, extensión «
1370 \family typewriter
1371 .svg
1372 \family default
1373 »)
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 SVG|see
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 {
1385 \end_layout
1386
1387 \end_inset
1388
1389 Formatos de imagen
1390 \begin_inset ERT
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394
1395 }
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405 , «Encapsulated PostScript» (EPS, extensión «
1406 \family typewriter
1407 .eps
1408 \family default
1409 »)
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 EPS|see
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 {
1421 \end_layout
1422
1423 \end_inset
1424
1425 Formatos de imagen
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 }
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \end_inset
1440
1441 , «Portable Document Format» (PDF, extensión «
1442 \family typewriter
1443 .pdf
1444 \family default
1445 »)
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 PDF|see
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 {
1457 \end_layout
1458
1459 \end_inset
1460
1461 Formatos de imagen
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 }
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \end_inset
1476
1477 , y «Windows Metafile» (WMF, extensión «
1478 \family typewriter
1479 .wmf
1480 \family default
1481 »)
1482 \begin_inset Index idx
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 WMF|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Formatos de imagen
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513 .
1514  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1515  a PDF o EPS y el resultado será todavía una imagen bitmap.
1516  En estos casos sólo se añade a la imagen original una cabecera con las
1517  propiedades de la imagen.
1518 \begin_inset Foot
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522 En el caso de PDF, además se comprime la imagen original.
1523 \end_layout
1524
1525 \end_inset
1526
1527  Por ejemplo, los archivos PDF generados por 
1528 \family typewriter
1529 Adobe Photoshop
1530 \family default
1531  son imágenes bitmap.
1532 \end_layout
1533
1534 \begin_layout Standard
1535 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1536  escala pero sí al contrario.
1537  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1538  archivos de salida PDF y PostScript, respectivamente.
1539  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1540  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1541 \begin_inset Formula $\to$
1542 \end_inset
1543
1544  PDF/EPS.
1545 \end_layout
1546
1547 \begin_layout Chapter
1548 Cuadros y tablas
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 Cuadros
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \begin_inset Index idx
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 Tablas|see 
1564 \begin_inset ERT
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568
1569 {
1570 \end_layout
1571
1572 \end_inset
1573
1574 Cuadros
1575 \begin_inset ERT
1576 status collapsed
1577
1578 \begin_layout Plain Layout
1579
1580 }
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \begin_layout Section
1594 Introducción
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 Cuadros ! Introducción
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \begin_layout Standard
1608 Puede insertarse un cuadro mediante el botón 
1609 \begin_inset Info
1610 type  "icon"
1611 arg   "tabular-insert"
1612 \end_inset
1613
1614  o el menú 
1615 \family sans
1616 Insertar\SpecialChar menuseparator
1617 Cuadro/Tabla
1618 \family default
1619 .
1620  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1621  el número de filas y de columnas del cuadro.
1622  Si usas el menú aparece un diálogo en el que se pide el número de filas
1623  y columnas.
1624  
1625 \begin_inset Newline newline
1626 \end_inset
1627
1628 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1629  fila aparece separada por una línea doble: el borde inferior de la primera
1630  fila y el borde superior de la segunda fila.
1631  Ejemplo de cuadro:
1632 \end_layout
1633
1634 \begin_layout Standard
1635 \align center
1636 \begin_inset Tabular
1637 <lyxtabular version="3" rows="4" columns="4">
1638 <features tabularvalignment="middle">
1639 <column alignment="center" valignment="top">
1640 <column alignment="center" valignment="top" width="0pt">
1641 <column alignment="center" valignment="top" width="0in">
1642 <column alignment="center" valignment="top" width="0pt">
1643 <row>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Plain Layout
1657
1658 \family roman
1659 \series medium
1660 \shape up
1661 \size normal
1662 \emph off
1663 \bar no
1664 \noun off
1665 \color none
1666 1
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 2
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684 3
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695
1696 \family roman
1697 \series medium
1698 \shape up
1699 \size normal
1700 \emph off
1701 \bar no
1702 \noun off
1703 \color none
1704 A
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 </row>
1737 <row>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \family roman
1744 \series medium
1745 \shape up
1746 \size normal
1747 \emph off
1748 \bar no
1749 \noun off
1750 \color none
1751 B
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \size normal
1771 \noun off
1772 \color none
1773  
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \family roman
1795 \series medium
1796 \shape up
1797 \size normal
1798 \emph off
1799 \bar no
1800 \noun off
1801 \color none
1802 C
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 </lyxtabular>
1836
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \begin_layout Section
1843 Diálogo de cuadros
1844 \begin_inset Index idx
1845 status collapsed
1846
1847 \begin_layout Plain Layout
1848 Cuadros ! Configuración
1849 \end_layout
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Standard
1857 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1858  un clic del botón derecho del ratón.
1859  En la opción 
1860 \family sans
1861 Más...
1862
1863 \family default
1864  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1865  encuentra el cursor.
1866  La entrada del menú contextual 
1867 \family sans
1868 Más...\SpecialChar menuseparator
1869 Configuración...
1870
1871 \family default
1872  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1873  cuadro.
1874  La mayoría de opciones también trabajan sobre una selección de celdas,
1875  de filas o de columnas.
1876  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1877  su 
1878 \emph on
1879 contenido
1880 \emph default
1881 .
1882 \begin_inset Newline newline
1883 \end_inset
1884
1885 Con la opción del diálogo 
1886 \family sans
1887 Aplicar inmediatamente
1888 \family default
1889  cada cambio que hagas se aplica directamente.
1890  Si mueves el cursor a otra celda el diálogo también se actualizará con
1891  los parámetros de la nueva celda.
1892  Si cambias valores de longitud debes pulsar la tecla 
1893 \family sans
1894 Entrar
1895 \family default
1896  para aplicar los cambios.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 En el cuadro de diálogo aparecen las siguientes solapas:
1901 \end_layout
1902
1903 \begin_layout Description
1904 Configuración
1905 \begin_inset space ~
1906 \end_inset
1907
1908 del
1909 \begin_inset space ~
1910 \end_inset
1911
1912 cuadro Aquí puedes establecer la alineación horizontal y la anchura de la
1913  columna actual o del cuadro completo.
1914 \begin_inset Index idx
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918 Cuadros ! Anchura
1919 \end_layout
1920
1921 \end_inset
1922
1923  La alineación 
1924 \family sans
1925 Al separador decimal
1926 \family default
1927  se describe en la sección
1928 \begin_inset space ~
1929 \end_inset
1930
1931
1932 \begin_inset CommandInset ref
1933 LatexCommand ref
1934 reference "subsec:Alineación-especial-de"
1935
1936 \end_inset
1937
1938 .
1939  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1940  Una anchura determinada permite tener saltos de línea y distintos párrafos
1941  de texto, véase sección
1942 \begin_inset space ~
1943 \end_inset
1944
1945
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "subsec:Líneas-Múltiples-en"
1949
1950 \end_inset
1951
1952 .
1953  Si no estableces anchura, la columna será tan ancha como el contenido de
1954  la celda más ancha.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1959  véase sección
1960 \begin_inset space ~
1961 \end_inset
1962
1963
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "subsec:Multicolumnas"
1967
1968 \end_inset
1969
1970 , o las celdas de una columna como celda multifila, véase sección
1971 \begin_inset space ~
1972 \end_inset
1973
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "subsec:Multifilas"
1978
1979 \end_inset
1980
1981 .
1982 \begin_inset Newline newline
1983 \end_inset
1984
1985 Las casillas de giro rotan la celda actual, una selección o todo el cuadro
1986  90º en sentido antihorario.
1987  La rotación no se ve en \SpecialChar LyX
1988 , sí en la salida.
1989  Para más información véase sección
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "sec:Celdas de cuadro giradas"
1997
1998 \end_inset
1999
2000 .
2001 \begin_inset Newline newline
2002 \end_inset
2003
2004
2005 \begin_inset Note Greyedout
2006 status open
2007
2008 \begin_layout Plain Layout
2009
2010 \series bold
2011 Nota:
2012 \series default
2013  no todos los visores DVI pueden mostrar rotaciones.
2014 \end_layout
2015
2016 \end_inset
2017
2018
2019 \begin_inset Newline newline
2020 \end_inset
2021
2022 La alineación vertical del cuadro completo se usa para cuadros en líneas
2023  de texto:
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Línea con cuadros con diferentes alineaciones: 
2028 \begin_inset Tabular
2029 <lyxtabular version="3" rows="2" columns="2">
2030 <features tabularvalignment="top">
2031 <column alignment="center" valignment="top" width="0pt">
2032 <column alignment="center" valignment="top">
2033 <row>
2034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2035 \begin_inset Text
2036
2037 \begin_layout Plain Layout
2038
2039 \end_layout
2040
2041 \end_inset
2042 </cell>
2043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2044 \begin_inset Text
2045
2046 \begin_layout Plain Layout
2047 1
2048 \end_layout
2049
2050 \end_inset
2051 </cell>
2052 </row>
2053 <row>
2054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Plain Layout
2058 A
2059 \end_layout
2060
2061 \end_inset
2062 </cell>
2063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2064 \begin_inset Text
2065
2066 \begin_layout Plain Layout
2067
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 </row>
2073 </lyxtabular>
2074
2075 \end_inset
2076
2077  
2078 \begin_inset Tabular
2079 <lyxtabular version="3" rows="2" columns="2">
2080 <features tabularvalignment="middle">
2081 <column alignment="center" valignment="top">
2082 <column alignment="center" valignment="top">
2083 <row>
2084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2085 \begin_inset Text
2086
2087 \begin_layout Plain Layout
2088
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097 1
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 </row>
2103 <row>
2104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2105 \begin_inset Text
2106
2107 \begin_layout Plain Layout
2108 A
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 </row>
2123 </lyxtabular>
2124
2125 \end_inset
2126
2127  
2128 \begin_inset Tabular
2129 <lyxtabular version="3" rows="2" columns="2">
2130 <features tabularvalignment="bottom">
2131 <column alignment="center" valignment="top" width="0pt">
2132 <column alignment="center" valignment="top">
2133 <row>
2134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147 1
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 </row>
2153 <row>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158 A
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Plain Layout
2167
2168 \end_layout
2169
2170 \end_inset
2171 </cell>
2172 </row>
2173 </lyxtabular>
2174
2175 \end_inset
2176
2177
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 También es posible introducir argumentos \SpecialChar LaTeX
2182  necesarios para formatos especiales,
2183  véanse las secciones
2184 \begin_inset space ~
2185 \end_inset
2186
2187
2188 \begin_inset CommandInset ref
2189 LatexCommand ref
2190 reference "subsec:Cálculos-en-Multicolumnas"
2191
2192 \end_inset
2193
2194  y
2195 \begin_inset space ~
2196 \end_inset
2197
2198
2199 \begin_inset CommandInset ref
2200 LatexCommand ref
2201 reference "sec:Cuadros-Coloreados"
2202
2203 \end_inset
2204
2205 .
2206 \end_layout
2207
2208 \begin_layout Description
2209 Bordes En esta solapa puedes añadir y quitar bordes para la fila/columna
2210  actual.
2211  Puedes elegir para el cuadro un estilo 
2212 \family sans
2213 Formal
2214 \family default
2215 , como se describe en la sección
2216 \begin_inset space ~
2217 \end_inset
2218
2219
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sec:Cuadros-Formales"
2223
2224 \end_inset
2225
2226 .
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2231  se describe en la sección
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "subsec:Espacio-adicional"
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Description
2246 Cuadro
2247 \begin_inset space ~
2248 \end_inset
2249
2250 multipágina Para hacer 
2251 \emph on
2252 cuadros multipágina
2253 \emph default
2254  que pueden extenderse por varias páginas.
2255  Las secciones
2256 \begin_inset space ~
2257 \end_inset
2258
2259
2260 \begin_inset CommandInset ref
2261 LatexCommand ref
2262 reference "sec:Cuadros-multipágina"
2263
2264 \end_inset
2265
2266  y 
2267 \begin_inset CommandInset ref
2268 LatexCommand ref
2269 reference "sec:Particularidades-cuadros-multipágina"
2270
2271 \end_inset
2272
2273  describen sus características en detalle.
2274 \end_layout
2275
2276 \begin_layout Section
2277 Barra de herramientas de cuadros
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Cuadros ! Barra de herramientas
2283 \end_layout
2284
2285 \end_inset
2286
2287
2288 \end_layout
2289
2290 \begin_layout Standard
2291 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2292  para cambiar los cuadros de manera más rápida.
2293  Normalmente debería aparecer en la parte inferior de la ventana principal
2294  de \SpecialChar LyX
2295  cuando el cursor está dentro de un cuadro.
2296  En cualquier momento se puede presentar esta barra pulsando con el botón
2297  derecho del ratón en cualquier punto de la barra principal de menú.
2298 \end_layout
2299
2300 \begin_layout Standard
2301 La barra de herramientas tiene los siguientes iconos:
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Info
2307 type  "icon"
2308 arg   "tabular-feature append-row"
2309 \end_inset
2310
2311  añade una fila bajo la celda actual o selección
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Info
2317 type  "icon"
2318 arg   "tabular-feature append-column"
2319 \end_inset
2320
2321  añade una columna a la derecha de la celda actual o selección
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Info
2327 type  "icon"
2328 arg   "tabular-feature delete-row"
2329 \end_inset
2330
2331  borra la fila actual o selección
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Info
2337 type  "icon"
2338 arg   "tabular-feature delete-column"
2339 \end_inset
2340
2341  borra la columna actual o selección
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "tabular-feature move-row-up"
2349 \end_inset
2350
2351  desplaza la fila arriba
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Info
2357 type  "icon"
2358 arg   "tabular-feature move-column-left"
2359 \end_inset
2360
2361  desplaza la columna a la izquierda
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Info
2367 type  "icon"
2368 arg   "tabular-feature move-row-down"
2369 \end_inset
2370
2371  desplaza la fila abajo
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Info
2377 type  "icon"
2378 arg   "tabular-feature move-column-right"
2379 \end_inset
2380
2381  desplaza la columna a la derecha
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Info
2387 type  "icon"
2388 arg   "tabular-feature toggle-line-top"
2389 \end_inset
2390
2391  añade un borde superior en la celda/fila actual o la selección
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Info
2397 type  "icon"
2398 arg   "tabular-feature toggle-line-bottom"
2399 \end_inset
2400
2401  añade un borde inferior en la celda/fila actual o la selección
2402 \end_layout
2403
2404 \begin_layout Labeling
2405 \labelwidthstring 00.00.0000
2406 \begin_inset Info
2407 type  "icon"
2408 arg   "tabular-feature toggle-line-left"
2409 \end_inset
2410
2411  añade un borde a la izquierda en la celda/fila actual o la selección
2412 \end_layout
2413
2414 \begin_layout Labeling
2415 \labelwidthstring 00.00.0000
2416 \begin_inset Info
2417 type  "icon"
2418 arg   "tabular-feature toggle-line-right"
2419 \end_inset
2420
2421  añade un borde a la derecha en la celda/fila actual o la selección
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Info
2427 type  "icon"
2428 arg   "tabular-feature set-all-lines"
2429 \end_inset
2430
2431  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2432  no es multicolumna esto afecta también a la fila y a la columna)
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Info
2438 type  "icon"
2439 arg   "tabular-feature unset-all-lines"
2440 \end_inset
2441
2442  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2443  actual no es multicolumna esto afecta también a la fila y a la columna)
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Info
2449 type  "icon"
2450 arg   "tabular-feature m-align-left"
2451 \end_inset
2452
2453  alinea a la izquierda el contenido de la celda/columna
2454 \end_layout
2455
2456 \begin_layout Labeling
2457 \labelwidthstring 00.00.0000
2458 \begin_inset Info
2459 type  "icon"
2460 arg   "tabular-feature m-align-center"
2461 \end_inset
2462
2463  centra el contenido de la celda/columna horizontalmente
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Info
2469 type  "icon"
2470 arg   "tabular-feature m-align-right"
2471 \end_inset
2472
2473  alinea a la derecha el contenido de la celda/columna
2474 \end_layout
2475
2476 \begin_layout Labeling
2477 \labelwidthstring 00.00.0000
2478 \begin_inset Info
2479 type  "icon"
2480 arg   "tabular-feature align-decimal"
2481 \end_inset
2482
2483  alinea el contenido de la celda/columna a un carácter
2484 \end_layout
2485
2486 \begin_layout Labeling
2487 \labelwidthstring 00.00.0000
2488 \begin_inset Info
2489 type  "icon"
2490 arg   "tabular-feature m-valign-top"
2491 \end_inset
2492
2493  alinea arriba el contenido de la celda
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498 \begin_inset Info
2499 type  "icon"
2500 arg   "tabular-feature m-valign-middle"
2501 \end_inset
2502
2503  centra verticalmente el contenido de la celda
2504 \end_layout
2505
2506 \begin_layout Labeling
2507 \labelwidthstring 00.00.0000
2508 \begin_inset Info
2509 type  "icon"
2510 arg   "tabular-feature m-valign-bottom"
2511 \end_inset
2512
2513  alinea abajo el contenido de la celda
2514 \end_layout
2515
2516 \begin_layout Labeling
2517 \labelwidthstring 00.00.0000
2518 \begin_inset Info
2519 type  "icon"
2520 arg   "tabular-feature set-rotate-cell"
2521 \end_inset
2522
2523  gira la celda o selección 90° como las agujas de reloj
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "tabular-feature set-rotate-tabular"
2531 \end_inset
2532
2533  gira todo el cuadro 90° como agujas del reloj
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538 \begin_inset Info
2539 type  "icon"
2540 arg   "tabular-feature multicolumn"
2541 \end_inset
2542
2543  establece la celda actual o selección como multicolumna
2544 \end_layout
2545
2546 \begin_layout Labeling
2547 \labelwidthstring 00.00.0000
2548 \begin_inset Info
2549 type  "icon"
2550 arg   "tabular-feature multirow"
2551 \end_inset
2552
2553  establece la celda actual o selección como multifila
2554 \end_layout
2555
2556 \begin_layout Standard
2557 \begin_inset Note Greyedout
2558 status open
2559
2560 \begin_layout Plain Layout
2561
2562 \series bold
2563 Nota:
2564 \series default
2565  En la salida se emplea la alineación vertical de la primera celda de una
2566  fila para todas las celdas restantes de la fila.
2567 \end_layout
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Section
2575 Menú Editar cuadro
2576 \begin_inset Index idx
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 Cuadros ! Editar
2581 \end_layout
2582
2583 \end_inset
2584
2585
2586 \end_layout
2587
2588 \begin_layout Standard
2589 Además del diálogo y la barra de herramientas, el menú 
2590 \family sans
2591 Editar\SpecialChar menuseparator
2592 Cuadro/Tabla
2593 \family default
2594  permite añadir y borrar bordes para la fila/columna actual y establecer
2595  la selección como multicolumna.
2596  El menú sólo está disponible si el cursor está en el cuadro.
2597 \end_layout
2598
2599 \begin_layout Section
2600 Cuadros flotantes
2601 \begin_inset CommandInset label
2602 LatexCommand label
2603 name "sec:Cuadros-Flotantes"
2604
2605 \end_inset
2606
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Flotantes ! Cuadros
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \begin_inset Index idx
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622 Cuadros ! Flotantes
2623 \end_layout
2624
2625 \end_inset
2626
2627
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Para una explicación general sobre flotantes, echa un vistazo a la sección
2632 \begin_inset space ~
2633 \end_inset
2634
2635
2636 \begin_inset CommandInset ref
2637 LatexCommand ref
2638 reference "sec:Introducción-Flotantes"
2639
2640 \end_inset
2641
2642 .
2643 \end_layout
2644
2645 \begin_layout Standard
2646 \begin_inset Float table
2647 placement h
2648 wide false
2649 sideways false
2650 status collapsed
2651
2652 \begin_layout Plain Layout
2653 \begin_inset Caption Standard
2654
2655 \begin_layout Plain Layout
2656 \begin_inset CommandInset label
2657 LatexCommand label
2658 name "tab:un cuadro flotante"
2659
2660 \end_inset
2661
2662 Un cuadro flotante.
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Plain Layout
2671 \align center
2672 \begin_inset Tabular
2673 <lyxtabular version="3" rows="3" columns="3">
2674 <features tabularvalignment="middle">
2675 <column alignment="center" valignment="top" width="0pt">
2676 <column alignment="center" valignment="top" width="0pt">
2677 <column alignment="center" valignment="top" width="0pt">
2678 <row>
2679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \family roman
2685 \series medium
2686 \shape up
2687 \size normal
2688 \emph off
2689 \bar no
2690 \noun off
2691 \color none
2692 1
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2698 \begin_inset Text
2699
2700 \begin_layout Plain Layout
2701
2702 \family roman
2703 \series medium
2704 \shape up
2705 \size normal
2706 \emph off
2707 \bar no
2708 \noun off
2709 \color none
2710 2
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 3
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 </row>
2734 <row>
2735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739
2740 \family roman
2741 \series medium
2742 \shape up
2743 \size normal
2744 \emph off
2745 \bar no
2746 \noun off
2747 \color none
2748 Pepe
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757
2758 \family roman
2759 \series medium
2760 \shape up
2761 \size normal
2762 \emph off
2763 \bar no
2764 \noun off
2765 \color none
2766 Mari
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775
2776 \family roman
2777 \series medium
2778 \shape up
2779 \size normal
2780 \emph off
2781 \bar no
2782 \noun off
2783 \color none
2784 Teo
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 </row>
2790 <row>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 \begin_inset Formula $\int x^{2}dx$
2805 \end_inset
2806
2807
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \family roman
2818 \series medium
2819 \shape up
2820 \size normal
2821 \emph off
2822 \bar no
2823 \noun off
2824 \color none
2825 \begin_inset Formula $\left[\begin{array}{cc}
2826 a & b\\
2827 c & d
2828 \end{array}\right]$
2829 \end_inset
2830
2831
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840
2841 \family roman
2842 \series medium
2843 \shape up
2844 \size normal
2845 \emph off
2846 \bar no
2847 \noun off
2848 \color none
2849 \begin_inset Formula $1+1=2$
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 </row>
2858 </lyxtabular>
2859
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \begin_layout Standard
2871 Los cuadros flotantes pueden insertarse con el menú 
2872 \family sans
2873 Insertar\SpecialChar menuseparator
2874 Flotante\SpecialChar menuseparator
2875 Cuadro
2876 \family default
2877  o con el botón 
2878 \begin_inset Info
2879 type  "icon"
2880 arg   "float-insert table"
2881 \end_inset
2882
2883 .
2884 \end_layout
2885
2886 \begin_layout Standard
2887 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2888 \begin_inset space ~
2889 \end_inset
2890
2891 #:» (# es el número actual).
2892  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2893  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2894  texto del encabezado y se pulsa 
2895 \family sans
2896 Entrar
2897 \family default
2898 .
2899  La leyenda se imprime encima del cuadro.
2900 \end_layout
2901
2902 \begin_layout Standard
2903 El cuadro
2904 \begin_inset space ~
2905 \end_inset
2906
2907
2908 \begin_inset CommandInset ref
2909 LatexCommand ref
2910 reference "tab:un cuadro flotante"
2911
2912 \end_inset
2913
2914  es un ejemplo de cuadro flotante.
2915 \end_layout
2916
2917 \begin_layout Standard
2918 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2919  no es soportado en las clases estándar de \SpecialChar LaTeX
2920 .
2921  Esto significa que si estás usando las clases de documento 
2922 \family sans
2923 article
2924 \family default
2925
2926 \family sans
2927 book
2928 \family default
2929
2930 \family sans
2931 letter
2932 \family default
2933  o 
2934 \family sans
2935 report
2936 \family default
2937  no habrá espacio entre la leyenda y el cuadro.
2938  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2939  del documento
2940  la siguiente opción al comando del paquete \SpecialChar LaTeX
2941  
2942 \series bold
2943 caption
2944 \series default
2945
2946 \begin_inset Index idx
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 \SpecialChar LaTeX
2951 -paquetes ! caption
2952 \end_layout
2953
2954 \end_inset
2955
2956 :
2957 \begin_inset Foot
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961 Para más información ve a la sección
2962 \begin_inset space ~
2963 \end_inset
2964
2965
2966 \begin_inset CommandInset ref
2967 LatexCommand ref
2968 reference "sec:Colocación-de-leyendas"
2969
2970 \end_inset
2971
2972 .
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Standard
2981
2982 \series bold
2983 tableposition=top
2984 \end_layout
2985
2986 \begin_layout Standard
2987 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
2988  
2989 \series bold
2990 caption
2991 \series default
2992  como se describe en la sección
2993 \begin_inset space ~
2994 \end_inset
2995
2996
2997 \begin_inset CommandInset ref
2998 LatexCommand ref
2999 reference "sec:Formato-de-leyendas"
3000
3001 \end_inset
3002
3003 .
3004  
3005 \end_layout
3006
3007 \begin_layout Standard
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 Referencias ! a cuadros
3013 \end_layout
3014
3015 \end_inset
3016
3017 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3018  su etiqueta.
3019  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3020 \family sans
3021 Insertar\SpecialChar menuseparator
3022 Etiqueta
3023 \family default
3024  o con el botón 
3025 \begin_inset Info
3026 type  "icon"
3027 arg   "label-insert"
3028 \end_inset
3029
3030 .
3031  Ahora puedes referenciar la etiqueta con el menú 
3032 \family sans
3033 Insertar\SpecialChar menuseparator
3034 Referencia
3035 \begin_inset space ~
3036 \end_inset
3037
3038 cruzada
3039 \family default
3040  o con el botón 
3041 \begin_inset Info
3042 type  "icon"
3043 arg   "dialog-show-new-inset ref"
3044 \end_inset
3045
3046 .
3047 \begin_inset Newline newline
3048 \end_inset
3049
3050 Las referencias se explican con detalle en la sección
3051 \begin_inset space ~
3052 \end_inset
3053
3054
3055 \begin_inset CommandInset ref
3056 LatexCommand ref
3057 reference "sec:Referencias-a-Flotantes"
3058
3059 \end_inset
3060
3061 .
3062 \end_layout
3063
3064 \begin_layout Section
3065 Cuadros multipágina
3066 \begin_inset CommandInset label
3067 LatexCommand label
3068 name "sec:Cuadros-multipágina"
3069
3070 \end_inset
3071
3072
3073 \begin_inset Index idx
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Cuadros ! Multipágina
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3087 \family sans
3088 Usar
3089 \begin_inset space ~
3090 \end_inset
3091
3092 cuadro
3093 \begin_inset space ~
3094 \end_inset
3095
3096 multipágina
3097 \family default
3098  en la solapa 
3099 \family sans
3100 Cuadro
3101 \begin_inset space ~
3102 \end_inset
3103
3104 multipágina
3105 \family default
3106  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3107  páginas.
3108  Al hacerlo se habilitan las siguientes opciones:
3109 \end_layout
3110
3111 \begin_layout Description
3112 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3113  las páginas del cuadro, excepto para la primera página si 
3114 \family sans
3115 Primer
3116 \begin_inset space ~
3117 \end_inset
3118
3119 encabezado
3120 \family default
3121  está definido.
3122  Este se denomina encabezado principal.
3123 \end_layout
3124
3125 \begin_layout Description
3126 Primer
3127 \begin_inset space ~
3128 \end_inset
3129
3130 encabezado: La fila actual se define como encabezado de la primera página
3131  del cuadro.
3132 \end_layout
3133
3134 \begin_layout Description
3135 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3136  del cuadro/tabla, excepto para la última página si se define 
3137 \family sans
3138 Último
3139 \begin_inset space ~
3140 \end_inset
3141
3142 pie.
3143 \end_layout
3144
3145 \begin_layout Description
3146 Último
3147 \begin_inset space ~
3148 \end_inset
3149
3150 pie:
3151 \family sans
3152  
3153 \family default
3154 La fila actual se define como pie de la última página del cuadro.
3155 \end_layout
3156
3157 \begin_layout Description
3158 Leyenda: La fila actual contiene la leyenda del cuadro.
3159  La primera fila se reajusta como columna única y se inserta una leyenda.
3160  Más detalles sobre leyendas en cuadros multipágina en la sec.
3161 \begin_inset space \thinspace{}
3162 \end_inset
3163
3164
3165 \begin_inset CommandInset ref
3166 LatexCommand ref
3167 reference "subsec:Leyendas-en-Cuadros"
3168
3169 \end_inset
3170
3171 .
3172 \end_layout
3173
3174 \begin_layout Standard
3175 También se puede especificar en el diálogo en qué fila se ha de cortar el
3176  cuadro.
3177  El siguiente cuadro muestra cómo funciona:
3178 \end_layout
3179
3180 \begin_layout Standard
3181 \align center
3182 \begin_inset Tabular
3183 <lyxtabular version="3" rows="69" columns="3">
3184 <features islongtable="true" longtabularalignment="center">
3185 <column alignment="left" valignment="top" width="0cm">
3186 <column alignment="left" valignment="top" width="0pt">
3187 <column alignment="right" valignment="top" width="0pt">
3188 <row endfirsthead="true">
3189 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \series bold
3195 Ejemplo de lista telefónica (ignore los nombres)
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row endfirsthead="true">
3220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 NOMBRE
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \series bold
3246 TEL.
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row endhead="true">
3253 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \series bold
3259 Ejemplo de lista telefónica
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row endhead="true">
3284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 NOMBRE
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 TEL.
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row endfoot="true">
3317 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321  continúa en la página siguiente
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Annovi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Silvia
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Bertoli
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Stefano
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Bozzi
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Walter
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Cachia
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Maria
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Cachia
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Maurizio
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Cinquemani
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Giusi
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Colin
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Bernard
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Concli
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Gianfranco
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Dal Bosco
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Carolina
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Dalpiaz
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Annamaria
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Feliciello
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Domenico
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Focarelli
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Paola
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Galletti
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Oreste
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Gasparini
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Franca
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Rizzardi
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Paola
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Lassini
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Giancarlo
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Malfatti
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Luciano
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Malfatti
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Valeriano
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Meneguzzo
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Roberto
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Mezzadra
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Roberto
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Pirpamer
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Erich
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Pochiesa
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Paolo
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111, 222
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Radina
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Claudio
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Stuffer
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Oskar
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Tacchelli
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Ugo
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Tezzele
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Margit
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Unterkalmsteiner
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Frieda
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Vieider
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Hilde
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Vigna
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Jürgen
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Weber
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Maurizio
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Winkler
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Franz
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311  
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Annovi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Silvia
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Bertoli
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Stefano
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Bozzi
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Walter
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Cachia
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Maria
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Cachia
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Maurizio
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Cinquemani
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Giusi
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Colin
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Bernard
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Concli
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Gianfranco
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Dal Bosco
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Carolina
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Dalpiaz
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Annamaria
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Feliciello
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Domenico
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Focarelli
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Paola
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Galletti
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Oreste
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Gasparini
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Franca
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Rizzardi
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Paola
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Lassini
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Giancarlo
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Malfatti
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Luciano
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Malfatti
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Valeriano
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Meneguzzo
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Roberto
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Mezzadra
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Roberto
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Pirpamer
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Erich
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Pochiesa
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Paolo
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555, 222
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Radina
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Claudio
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Stuffer
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Oskar
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Tacchelli
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Ugo
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Tezzele
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Margit
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Unterkalmsteiner
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Frieda
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Vieider
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Hilde
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Vigna
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Jürgen
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 999
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Weber
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Maurizio
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 555
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Winkler
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Franz
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row endlastfoot="true">
5297 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 fin
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 </lyxtabular>
5326
5327 \end_inset
5328
5329
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 addtocounter{table}{-1}
5338 \end_layout
5339
5340 \end_inset
5341
5342
5343 \begin_inset Note Note
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347 Para comprender el uso de este comando, lee al final de la sección
5348 \begin_inset space ~
5349 \end_inset
5350
5351
5352 \begin_inset CommandInset ref
5353 LatexCommand ref
5354 reference "subsec:Leyendas-en-Cuadros"
5355
5356 \end_inset
5357
5358  la primera nota resaltada en gris.
5359  
5360 \end_layout
5361
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \begin_layout Subsection
5368 Notas al pie en cuadros multipágina
5369 \begin_inset CommandInset label
5370 LatexCommand label
5371 name "subsec:Notas-al-pie-en-Cuadros-Multipágina"
5372
5373 \end_inset
5374
5375
5376 \begin_inset Index idx
5377 status open
5378
5379 \begin_layout Plain Layout
5380 Cuadros ! Multipágina ! Notas al pie
5381 \end_layout
5382
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Se pueden insertar notas al pie en cada celda de un cuadro multipágina.
5390  Las notas se muestran en la parte inferior de la página en la que esté
5391  la celda con la nota.
5392  El cuadro
5393 \begin_inset space ~
5394 \end_inset
5395
5396
5397 \begin_inset CommandInset ref
5398 LatexCommand ref
5399 reference "tab:DifLeyendas"
5400
5401 \end_inset
5402
5403  tiene un ejemplo de nota al pie.
5404 \end_layout
5405
5406 \begin_layout Subsection
5407 Alineación de cuadros multipágina
5408 \begin_inset Index idx
5409 status open
5410
5411 \begin_layout Plain Layout
5412 Cuadros ! Multipágina ! Alineación
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Standard
5421 La alineación horizontal de cuadros multipágina se puede establecer en el
5422  diálogo de configuración de cuadros.
5423  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5424  página.
5425  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5426  al centro y cambiar el valor de las longitudes 
5427 \series bold
5428
5429 \backslash
5430 LTleft
5431 \series default
5432  y 
5433 \series bold
5434
5435 \backslash
5436 LTright 
5437 \series default
5438 insertando la línea siguiente en código \SpecialChar TeX
5439  antes del correspondiente cuadro
5440  multipágina:
5441 \end_layout
5442
5443 \begin_layout Standard
5444
5445 \series bold
5446
5447 \backslash
5448 setlength{
5449 \backslash
5450 LTleft}{valor}
5451 \end_layout
5452
5453 \begin_layout Standard
5454 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5455 \begin_inset space ~
5456 \end_inset
5457
5458
5459 \begin_inset CommandInset ref
5460 LatexCommand ref
5461 reference "tab:Unidades"
5462
5463 \end_inset
5464
5465 .
5466  
5467 \series bold
5468
5469 \backslash
5470 LTlent 
5471 \series default
5472 controla la distancia entre el borde izquierdo de la página y el cuadro.
5473  
5474 \series bold
5475
5476 \backslash
5477 LTright 
5478 \series default
5479 la distancia desde el lado derecho.
5480  El valor predeterminado para ambas longitudes es 
5481 \series bold
5482
5483 \backslash
5484 fill
5485 \series default
5486 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5487 .
5488 \end_layout
5489
5490 \begin_layout Standard
5491 El siguiente cuadro multipágina se ha alineado centrado y 
5492 \series bold
5493
5494 \backslash
5495 LTleft
5496 \series default
5497  establecido en 
5498 \family sans
5499 0.1
5500 \backslash
5501 columnwidth
5502 \family default
5503 :
5504 \begin_inset ERT
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508
5509
5510 \backslash
5511 setlength{
5512 \backslash
5513 LTleft}{0.1
5514 \backslash
5515 columnwidth}
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 \begin_inset Tabular
5525 <lyxtabular version="3" rows="5" columns="5">
5526 <features islongtable="true" longtabularalignment="center">
5527 <column alignment="center" valignment="top">
5528 <column alignment="center" valignment="top">
5529 <column alignment="center" valignment="top">
5530 <column alignment="center" valignment="top">
5531 <column alignment="center" valignment="top">
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 1
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 2
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 3
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 4
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 5
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 s
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 s
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 s
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 asd
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 s
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 s
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 s
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 asd
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 asd
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 </lyxtabular>
5768
5769 \end_inset
5770
5771
5772 \begin_inset ERT
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776
5777
5778 \backslash
5779 setlength{
5780 \backslash
5781 LTleft}{
5782 \backslash
5783 fill}
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \begin_inset ERT
5790 status collapsed
5791
5792 \begin_layout Plain Layout
5793
5794
5795 \backslash
5796 addtocounter{table}{-1}
5797 \end_layout
5798
5799 \end_inset
5800
5801
5802 \begin_inset Note Note
5803 status collapsed
5804
5805 \begin_layout Plain Layout
5806 Para comprender el uso de este comando, lee al final de la sección
5807 \begin_inset space ~
5808 \end_inset
5809
5810
5811 \begin_inset CommandInset ref
5812 LatexCommand ref
5813 reference "subsec:Leyendas-en-Cuadros"
5814
5815 \end_inset
5816
5817  la primera nota resaltada en gris.
5818  
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \begin_layout Subsection
5827 Leyendas en cuadros multipágina
5828 \begin_inset Index idx
5829 status open
5830
5831 \begin_layout Plain Layout
5832 Cuadros ! Multipágina ! Leyendas
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \begin_inset CommandInset label
5839 LatexCommand label
5840 name "subsec:Leyendas-en-Cuadros"
5841
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \begin_layout Standard
5848 Un cuadro multipágina no se puede poner flotante porque los flotantes sólo
5849  pueden estar en una página.
5850  Pero el entorno leyenda de flotantes sí puede usarse para cuadros multipágina
5851  utilizando para una fila de un cuadro multipágina la opción 
5852 \family sans
5853 Leyenda
5854 \family default
5855 , como se explica en la sec.
5856 \begin_inset space \thinspace{}
5857 \end_inset
5858
5859
5860 \begin_inset CommandInset ref
5861 LatexCommand ref
5862 reference "sec:Cuadros-multipágina"
5863
5864 \end_inset
5865
5866 .
5867  Sólo una fila puede contener la leyenda.
5868 \end_layout
5869
5870 \begin_layout Standard
5871 He aquí un pequeño cuadro multipágina para mostrar cómo funciona:
5872 \end_layout
5873
5874 \begin_layout Standard
5875 \begin_inset Tabular
5876 <lyxtabular version="3" rows="6" columns="5">
5877 <features islongtable="true" longtabularalignment="center">
5878 <column alignment="center" valignment="top">
5879 <column alignment="center" valignment="top">
5880 <column alignment="center" valignment="top">
5881 <column alignment="center" valignment="top">
5882 <column alignment="center" valignment="top">
5883 <row endfirsthead="true" caption="true">
5884 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Caption Standard
5889
5890 \begin_layout Plain Layout
5891 Cuadro multipágina con leyenda
5892 \begin_inset Argument 1
5893 status open
5894
5895 \begin_layout Plain Layout
5896 Cuadro multipágina
5897 \end_layout
5898
5899 \end_inset
5900
5901
5902 \end_layout
5903
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 1
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 2
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 3
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 4
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 5
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 s
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 s
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 s
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 asd
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 s
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 s
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 asd
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 </row>
6089 <row>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 s
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 s
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 asd
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 asd
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 asd
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 </lyxtabular>
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \begin_layout Standard
6191 \begin_inset VSpace medskip
6192 \end_inset
6193
6194
6195 \begin_inset Note Greyedout
6196 status open
6197
6198 \begin_layout Plain Layout
6199
6200 \series bold
6201 Nota
6202 \begin_inset space ~
6203 \end_inset
6204
6205 1:
6206 \series default
6207  El número del cuadro se incrementa para cada cuadro multipágina, aunque
6208  no pongas leyenda en alguna de ellas.
6209  Por esto podría suceder que, p.
6210 \begin_inset space \thinspace{}
6211 \end_inset
6212
6213 ej., el cuadro
6214 \begin_inset space ~
6215 \end_inset
6216
6217 2.4 siga al cuadro
6218 \begin_inset space ~
6219 \end_inset
6220
6221 2.1 en el índice de cuadros debido a que hay dos cuadros multipágina sin
6222  leyenda.
6223  Para evitarlo, añade detrás de cada cuadro multipágina sin leyenda este
6224  comando en código \SpecialChar TeX
6225 :
6226 \end_layout
6227
6228 \begin_layout Plain Layout
6229
6230 \series bold
6231
6232 \backslash
6233 addtocounter{table}{-1}
6234 \end_layout
6235
6236 \begin_layout Plain Layout
6237 Esto no es necesario si ninguna de los cuadros multipágina tiene leyenda
6238  y añades el siguiente código en el preámbulo del documento:
6239 \end_layout
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244
6245 \backslash
6246 let
6247 \backslash
6248 myEnd
6249 \backslash
6250 endlongtable
6251 \begin_inset Newline newline
6252 \end_inset
6253
6254
6255 \backslash
6256 renewcommand{
6257 \backslash
6258 endlongtable}{
6259 \backslash
6260 myEnd
6261 \backslash
6262 addtocounter{table}{-1}}
6263 \end_layout
6264
6265 \end_inset
6266
6267
6268 \end_layout
6269
6270 \begin_layout Standard
6271 \begin_inset Note Greyedout
6272 status open
6273
6274 \begin_layout Plain Layout
6275
6276 \series bold
6277 Nota
6278 \begin_inset space ~
6279 \end_inset
6280
6281 2:
6282 \series default
6283  Si utilizas 
6284 \series bold
6285 hyperref
6286 \series default
6287
6288 \begin_inset Index idx
6289 status collapsed
6290
6291 \begin_layout Plain Layout
6292 \SpecialChar LaTeX
6293 -paquetes ! hyperref
6294 \end_layout
6295
6296 \end_inset
6297
6298  en las 
6299 \family sans
6300 Propiedades PDF 
6301 \family default
6302 del diálogo 
6303 \family sans
6304 Configuración del documento 
6305 \family default
6306 para enlazar referencias cruzadas en la salida, los enlaces a cuadros multipágin
6307 a llevan siempre al principio del documento.
6308 \end_layout
6309
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \begin_layout Subsubsection
6316 Referencias a cuadros multipágina
6317 \begin_inset Index idx
6318 status open
6319
6320 \begin_layout Plain Layout
6321 Cuadros ! Multipágina ! Referencias a
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \end_layout
6328
6329 \begin_layout Standard
6330 \begin_inset Tabular
6331 <lyxtabular version="3" rows="6" columns="5">
6332 <features islongtable="true" longtabularalignment="center">
6333 <column alignment="center" valignment="top">
6334 <column alignment="center" valignment="top">
6335 <column alignment="center" valignment="top">
6336 <column alignment="center" valignment="top">
6337 <column alignment="center" valignment="top">
6338 <row endfirsthead="true" caption="true">
6339 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 \begin_inset Caption Standard
6344
6345 \begin_layout Plain Layout
6346 Cuadro multipágina con referencia
6347 \begin_inset CommandInset label
6348 LatexCommand label
6349 name "tab:RefEjemplo"
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 <row>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 1
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 2
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 3
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 4
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 5
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 <row>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 s
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 s
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 s
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 asd
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 <row>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 s
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 s
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 s
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 s
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 s
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 s
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 </row>
6588 <row>
6589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 sad
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 asd
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 asd
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 </lyxtabular>
6636
6637 \end_inset
6638
6639
6640 \end_layout
6641
6642 \begin_layout Standard
6643 Para referenciar un cuadro multipágina, inserta una etiqueta en la leyenda.
6644  
6645 \end_layout
6646
6647 \begin_layout Standard
6648 Esto es una referencia al cuadro
6649 \begin_inset space ~
6650 \end_inset
6651
6652
6653 \begin_inset CommandInset ref
6654 LatexCommand ref
6655 reference "tab:RefEjemplo"
6656
6657 \end_inset
6658
6659 .
6660 \end_layout
6661
6662 \begin_layout Standard
6663 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6664  del documento mediante el paquete \SpecialChar LaTeX
6665  
6666 \series bold
6667 caption
6668 \series default
6669
6670 \begin_inset Index idx
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674 \SpecialChar LaTeX
6675 -paquetes ! caption
6676 \end_layout
6677
6678 \end_inset
6679
6680 , véase sección
6681 \begin_inset space ~
6682 \end_inset
6683
6684
6685 \begin_inset CommandInset ref
6686 LatexCommand ref
6687 reference "sec:Formato-de-leyendas"
6688
6689 \end_inset
6690
6691 .
6692 \end_layout
6693
6694 \begin_layout Subsubsection
6695 Anchura de la leyenda
6696 \begin_inset Index idx
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700 Cuadros ! Multipágina ! Anchura de la leyenda
6701 \end_layout
6702
6703 \end_inset
6704
6705
6706 \end_layout
6707
6708 \begin_layout Standard
6709 La anchura máxima de la leyenda se define por la longitud 
6710 \series bold
6711
6712 \backslash
6713 LTcapwidth
6714 \series default
6715 .
6716  Por omisión, su valor es 4
6717 \begin_inset space \thinspace{}
6718 \end_inset
6719
6720 in (4
6721 \begin_inset space ~
6722 \end_inset
6723
6724 pulgadas).
6725  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6726
6727  en el propio documento antes del cuadro multipágina al que deba afectar
6728 \end_layout
6729
6730 \begin_layout Standard
6731
6732 \series bold
6733
6734 \backslash
6735 setlength{
6736 \backslash
6737 LTcapwidth}{anchura}
6738 \end_layout
6739
6740 \begin_layout Standard
6741 donde la 
6742 \family sans
6743 anchura
6744 \family default
6745  puede ser una de las unidades listadas en el apéndice
6746 \begin_inset space ~
6747 \end_inset
6748
6749
6750 \begin_inset CommandInset ref
6751 LatexCommand ref
6752 reference "cap:Unidades-disponibles-en"
6753
6754 \end_inset
6755
6756 .
6757 \end_layout
6758
6759 \begin_layout Standard
6760 Los cuadros siguientes muestran la diferencia:
6761 \end_layout
6762
6763 \begin_layout Standard
6764 \begin_inset Tabular
6765 <lyxtabular version="3" rows="6" columns="5">
6766 <features islongtable="true" longtabularalignment="center">
6767 <column alignment="center" valignment="top">
6768 <column alignment="center" valignment="top">
6769 <column alignment="center" valignment="top">
6770 <column alignment="center" valignment="top">
6771 <column alignment="center" valignment="top">
6772 <row endfirsthead="true" caption="true">
6773 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Caption Standard
6778
6779 \begin_layout Plain Layout
6780 Leyenda larga completa con anchura predeterminada leyenda larga completa
6781  con anchura predeterminada
6782 \begin_inset Argument 1
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786 Leyenda con anchura predeterminada
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 1
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 2
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 3
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 4
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 5
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 </row>
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 s
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 asd
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 </row>
6979 <row>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 s
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 </row>
7026 <row>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 sad
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 </row>
7073 </lyxtabular>
7074
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081 \begin_inset ERT
7082 status collapsed
7083
7084 \begin_layout Plain Layout
7085
7086
7087 \backslash
7088 setlength{
7089 \backslash
7090 LTcapwidth}{5cm}
7091 \end_layout
7092
7093 \end_inset
7094
7095
7096 \begin_inset Tabular
7097 <lyxtabular version="3" rows="6" columns="5">
7098 <features islongtable="true" longtabularalignment="center">
7099 <column alignment="center" valignment="top">
7100 <column alignment="center" valignment="top">
7101 <column alignment="center" valignment="top">
7102 <column alignment="center" valignment="top">
7103 <column alignment="center" valignment="top">
7104 <row endfirsthead="true" caption="true">
7105 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 \begin_inset Caption Standard
7110
7111 \begin_layout Plain Layout
7112 Leyenda larga completa con una anchura de 5
7113 \begin_inset space \thinspace{}
7114 \end_inset
7115
7116 cm leyenda larga completa con una anchura de 5
7117 \begin_inset space \thinspace{}
7118 \end_inset
7119
7120 cm 
7121 \begin_inset Argument 1
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125 Leyenda con anchura
7126 \begin_inset space \thinspace{}
7127 \end_inset
7128
7129 =
7130 \begin_inset space \thinspace{}
7131 \end_inset
7132
7133 5
7134 \begin_inset space \thinspace{}
7135 \end_inset
7136
7137 cm
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 1
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 2
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 3
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 4
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 5
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 s
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 </row>
7377 <row>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 sad
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 asd
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 </lyxtabular>
7425
7426 \end_inset
7427
7428
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 setlength{
7437 \backslash
7438 LTcapwidth}{4in}
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \begin_layout Standard
7447 \begin_inset Note Greyedout
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452 \series bold
7453 Nota: 
7454 \series default
7455 Si se usa el paquete \SpecialChar LaTeX
7456  
7457 \series bold
7458 caption
7459 \series default
7460
7461 \begin_inset Index idx
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465 \SpecialChar LaTeX
7466 -paquetes ! caption
7467 \end_layout
7468
7469 \end_inset
7470
7471 , como en este documento, para la leyenda se utiliza toda la anchura de
7472  la página cuando se deja el valor por omisión de 4
7473 \begin_inset space \thinspace{}
7474 \end_inset
7475
7476 in para 
7477 \series bold
7478
7479 \backslash
7480 LTcapwidth
7481 \series default
7482 .
7483  En este caso, para conseguir una leyenda de 4
7484 \begin_inset space \thinspace{}
7485 \end_inset
7486
7487 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7488 \begin_inset space \thinspace{}
7489 \end_inset
7490
7491 in, p.
7492 \begin_inset space \thinspace{}
7493 \end_inset
7494
7495 ej.
7496  3.99
7497 \begin_inset space \thinspace{}
7498 \end_inset
7499
7500 in, o bien emplear el comando \SpecialChar LaTeX
7501  
7502 \series bold
7503
7504 \backslash
7505 captionsetup{width=valor}
7506 \series default
7507 , suministrado por el paquete 
7508 \series bold
7509 caption
7510 \series default
7511 .
7512 \end_layout
7513
7514 \end_inset
7515
7516
7517 \end_layout
7518
7519 \begin_layout Subsubsection
7520 Leyendas distintas para cada página
7521 \begin_inset Index idx
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525 Cuadros ! Multipágina ! Leyendas ! distintas para cada página
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \begin_layout Standard
7534 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7535  de la leyenda de la primera página del cuadro, marca una fila vacía como
7536  cabecera que contiene una leyenda.
7537  Después, clic derecho sobre la leyenda y selecciona 
7538 \family sans
7539 Leyenda
7540 \begin_inset space ~
7541 \end_inset
7542
7543 (Sin
7544 \begin_inset space ~
7545 \end_inset
7546
7547 numerar)
7548 \family default
7549  en el menú contextual.
7550  El cuadro
7551 \begin_inset space ~
7552 \end_inset
7553
7554
7555 \begin_inset CommandInset ref
7556 LatexCommand ref
7557 reference "tab:DifLeyendas"
7558
7559 \end_inset
7560
7561  es un ejemplo de cuadro multipágina con encabezados distintos donde el
7562  segundo no incluye número de cuadro.
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \align center
7567 \begin_inset Tabular
7568 <lyxtabular version="3" rows="59" columns="3">
7569 <features islongtable="true" longtabularalignment="center">
7570 <column alignment="left" valignment="top" width="0pt">
7571 <column alignment="left" valignment="top" width="0pt">
7572 <column alignment="right" valignment="top" width="0pt">
7573 <row endfirsthead="true" caption="true">
7574 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset Caption Standard
7579
7580 \begin_layout Plain Layout
7581 Ejemplo de lista telefónica
7582 \begin_inset CommandInset label
7583 LatexCommand label
7584 name "tab:DifLeyendas"
7585
7586 \end_inset
7587
7588
7589 \begin_inset Argument 1
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593 Ejemplo de lista telefónica
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 Ejemplo de lista telefónica (ignore los nombres)
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row endfirsthead="true">
7659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \series bold
7665 NOMBRE
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 TEL.
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endhead="true" caption="true">
7692 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 \begin_inset Caption Unnumbered
7697
7698 \begin_layout Plain Layout
7699 Continúa ejemplo de lista telefónica
7700 \end_layout
7701
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row endhead="true">
7729 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Ejemplo de lista telefónica
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endhead="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 NOMBRE
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 TEL.
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endfoot="true">
7793 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 continúa en página siguiente
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Annovi
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Silvia
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Bertoli
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Stefano
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Bozzi
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Walter
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 111
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 Cachia
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Maria
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 111
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 Cachia
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 Maurizio
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 111
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \series bold
7983 Cinquemani
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 Giusi
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 111
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \series bold
8014 Colin
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 Bernard
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 111
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \series bold
8045 Concli
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 Gianfranco
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 111
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \series bold
8076 Dal Bosco
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Carolina
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 111
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 Dalpiaz
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Annamaria
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 111
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 Feliciello
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Domenico
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 111
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \series bold
8169 Focarelli
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Paola
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Galletti
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Oreste
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Gasparini
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Franca
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Rizzardi
8263 \series default
8264
8265 \begin_inset Foot
8266 status collapsed
8267
8268 \begin_layout Plain Layout
8269 Ejemplo de nota a pie de página
8270 \end_layout
8271
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Paola
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Lassini
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Giancarlo
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Malfatti
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Luciano
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Malfatti
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Valeriano
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Meneguzzo
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Roberto
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Mezzadra
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Roberto
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Pirpamer
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Erich
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Pochiesa
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Paolo
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111, 222
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Radina
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Claudio
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Stuffer
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Oskar
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Tacchelli
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Ugo
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Tezzele
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Margit
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 111
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Unterkalmsteiner
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Frieda
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 111
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Vieider
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Hilde
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 111
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Vigna
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Jürgen
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 111
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Weber
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Maurizio
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 111
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Winkler
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Franz
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 111
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799  
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Annovi
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Silvia
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Bertoli
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Stefano
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Bozzi
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Walter
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Cachia
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Maria
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Cachia
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Maurizio
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Cinquemani
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Giusi
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Colin
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Bernard
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Concli
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Gianfranco
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 <row>
9072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \series bold
9078 Dal Bosco
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Carolina
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 555
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Dalpiaz
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Annamaria
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 Feliciello
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Domenico
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 555
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \series bold
9171 Focarelli
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Paola
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 555
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Galletti
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Oreste
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 555
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \series bold
9233 Gasparini
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Franca
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 555
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Rizzardi
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Paola
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 555
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Lassini
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Giancarlo
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 555
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Malfatti
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Luciano
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 555
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Malfatti
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Valeriano
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 555
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 Meneguzzo
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Roberto
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 555
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 Mezzadra
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Roberto
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 555
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 </lyxtabular>
9444
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Section
9451 Particularidades de los cuadros multipágina
9452 \begin_inset CommandInset label
9453 LatexCommand label
9454 name "sec:Particularidades-cuadros-multipágina"
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \begin_layout Subsection
9462 Cálculos
9463 \begin_inset Index idx
9464 status collapsed
9465
9466 \begin_layout Plain Layout
9467 Cuadros ! Multipágina ! Cálculos
9468 \end_layout
9469
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \begin_layout Standard
9476 \SpecialChar LaTeX
9477  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9478  los denominados «trozos», que son partes del cuadro presentes en la memoria
9479  de \SpecialChar LaTeX
9480 .
9481  El valor predeterminado está establecido a sólo 20
9482 \begin_inset space ~
9483 \end_inset
9484
9485 filas.
9486  Si estás usando cuadros multipágina con muchas páginas, la generación del
9487  documento puede hacerse muy lenta.
9488  No hay problema en aumentar el tamaño de los trozos hasta 100
9489 \begin_inset space \thinspace{}
9490 \end_inset
9491
9492 --
9493 \begin_inset space \thinspace{}
9494 \end_inset
9495
9496 1000 añadiendo el siguiente comando en el preámbulo del documento:
9497 \end_layout
9498
9499 \begin_layout Standard
9500
9501 \series bold
9502
9503 \backslash
9504 setcounter{LTchunksize}{100}
9505 \end_layout
9506
9507 \begin_layout Subsection
9508 Flotantes y cuadros multipágina
9509 \begin_inset Index idx
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Cuadros ! Multipágina ! Flotantes
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Podría haber problemas si un flotante aparece en la misma página donde comienza
9523  un cuadro multipágina.
9524  Para evitarlo, añade un 
9525 \begin_inset Quotes cld
9526 \end_inset
9527
9528 salto de página limpia
9529 \begin_inset Quotes crd
9530 \end_inset
9531
9532  (menú 
9533 \family sans
9534 Insertar\SpecialChar menuseparator
9535 Formato\SpecialChar menuseparator
9536 Limpiar
9537 \begin_inset space ~
9538 \end_inset
9539
9540 página
9541 \family default
9542 ) antes del cuadro.
9543 \end_layout
9544
9545 \begin_layout Subsection
9546 Saltos de página forzados
9547 \begin_inset Index idx
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Cuadros ! Multipágina ! Saltos de página forzados
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560 Por omisión, los cuadros sólo se cortan entre filas.
9561  Si tienes una celda con líneas múltiples y necesitas un salto de página
9562  dentro de la celda, inserta el comando de nueva línea «
9563 \series bold
9564
9565 \backslash
9566
9567 \backslash
9568
9569 \series default
9570 » en código \SpecialChar TeX
9571  en el punto en que quieras cortar.
9572  Antes del comando «
9573 \series bold
9574
9575 \backslash
9576
9577 \backslash
9578
9579 \series default
9580 » debes insertar en código \SpecialChar TeX
9581  tantos caracteres «
9582 \series bold
9583 &
9584 \series default
9585 » como columnas siguientes del cuadro.
9586  
9587 \series bold
9588 &
9589 \series default
9590  es el carácter para separar celdas.
9591  Escribe en código \SpecialChar TeX
9592  después de cada 
9593 \series bold
9594 &
9595 \series default
9596  el contenido de la celda siguiente correspondiente y borra el contenido
9597  de esas celdas.
9598 \begin_inset Newline newline
9599 \end_inset
9600
9601 Detrás del comando 
9602 \series bold
9603
9604 \backslash
9605
9606 \backslash
9607
9608 \series default
9609 , inserta tantos 
9610 \series bold
9611 &
9612 \series default
9613  como columnas haya delante de la actual.
9614  Enl cuadro
9615 \begin_inset space ~
9616 \end_inset
9617
9618
9619 \begin_inset CommandInset ref
9620 LatexCommand ref
9621 reference "tab:Saltos de Página Forzados"
9622
9623 \end_inset
9624
9625  la celda que debería cortarse está en la segunda columna seguida de otra
9626  columna.
9627  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9628  detrás
9629  de «
9630 \emph on
9631 Castelchiodato,
9632 \emph default
9633 »:
9634 \end_layout
9635
9636 \begin_layout Standard
9637
9638 \series bold
9639 & 111
9640 \backslash
9641
9642 \backslash
9643  
9644 \backslash
9645 newpage
9646 \begin_inset Newline newline
9647 \end_inset
9648
9649 &
9650 \end_layout
9651
9652 \begin_layout Standard
9653 El «111» en la tercera columna de la fila se ha borrado.
9654
9655 \series bold
9656  
9657 \backslash
9658 newpage 
9659 \series default
9660 es necesario solo si en esta posición debiera ir definitivamente un salto
9661  de página, de otro modo es sólamente una posibilidad de salto.
9662  Si la fila más baja de la cuadro multipágina no tiene, por alguna razón,
9663  línea superior pero quisieras una línea horizontal donde se corta la celda,
9664  usa este comando alternativo:
9665 \end_layout
9666
9667 \begin_layout Standard
9668
9669 \series bold
9670 & 111
9671 \backslash
9672
9673 \backslash
9674
9675 \begin_inset Newline newline
9676 \end_inset
9677
9678
9679 \backslash
9680 hline &
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Cuando la celda a cortar está en la última columna, el comando
9685 \end_layout
9686
9687 \begin_layout Standard
9688
9689 \series bold
9690
9691 \backslash
9692 setlength{
9693 \backslash
9694 parfillskip}{0pt}
9695 \end_layout
9696
9697 \begin_layout Standard
9698 debe insertarse en código \SpecialChar TeX
9699  al principio de la celda.
9700  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9701  aparecerá con toda su anchura.
9702 \end_layout
9703
9704 \begin_layout Standard
9705 \align center
9706 \begin_inset Tabular
9707 <lyxtabular version="3" rows="38" columns="3">
9708 <features islongtable="true" longtabularalignment="center">
9709 <column alignment="left" valignment="top" width="0pt">
9710 <column alignment="left" valignment="top" width="3cm">
9711 <column alignment="right" valignment="top" width="0pt">
9712 <row endfirsthead="true" caption="true">
9713 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Caption Standard
9718
9719 \begin_layout Plain Layout
9720 Cuadro con salto de página forzado en celda
9721 \begin_inset CommandInset label
9722 LatexCommand label
9723 name "tab:Saltos de Página Forzados"
9724
9725 \end_inset
9726
9727
9728 \begin_inset Argument 1
9729 status open
9730
9731 \begin_layout Plain Layout
9732 Cuadro con salto de página forzado
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row endfirsthead="true">
9767 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Ejemplo de lista telefónica (ignore los nombres)
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row endfirsthead="true">
9798 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 NOMBRE
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \series bold
9824 TEL.
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row endhead="true" caption="true">
9831 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 \begin_inset Caption Unnumbered
9836
9837 \begin_layout Plain Layout
9838 continúa Ejemplo de lista telefónica
9839 \end_layout
9840
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row endhead="true">
9868 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872  
9873 \series bold
9874 Ejemplo de lista telefónica
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row endhead="true">
9899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 NOMBRE
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \series bold
9925 TEL.
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row endfoot="true">
9932 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 continúa en página siguiente
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Annovi
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Silvia
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 111
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Bertoli
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Stefano
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 111
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Bozzi
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Walter
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 111
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Cachia
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Maria
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 111
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 Cachia
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Maurizio
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 111
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Cinquemani
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Giusi
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Colin
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Bernard
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Concli
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Gianfranco
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Dal Bosco
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Carolina
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Dalpiaz
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Annamaria
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Feliciello
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Domenico
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Focarelli
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Paola
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Galletti
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Oreste
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Gasparini
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Franca
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Lassini
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Giancarlo
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Malfatti
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Luciano
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Malfatti
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Valeriano
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Meneguzzo
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Roberto
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Mezzadra
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Roberto
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Pirpamer
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Erich
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Pochiesa
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Paolo
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111, 222
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Radina
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Claudio
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Rizzardi
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Paolo, 11.
10659  Fürst von Montecompatri, 11.
10660  Fürst von Sulmona und Vivaro, 10.
10661  Fürst von Rossano, 5.
10662  Herzog von Canemorte, 11.
10663  Herzog von Palombara, 5.
10664  Herzog von Castelchiodato,
10665 \begin_inset ERT
10666 status open
10667
10668 \begin_layout Plain Layout
10669
10670 & 111
10671 \backslash
10672
10673 \backslash
10674  
10675 \backslash
10676 newpage
10677 \end_layout
10678
10679 \begin_layout Plain Layout
10680
10681 &
10682 \end_layout
10683
10684 \end_inset
10685
10686  11.
10687  Herzog von Poggionativo, 11.
10688  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10689  Graf von Valinfreda, 11.
10690  Baron von Cropalati, 11.
10691  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row>
10707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713 Stuffer
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 Oskar
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 111
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \series bold
10744 Tacchelli
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Ugo
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 111
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \series bold
10775 Tezzele
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Margit
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 111
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \series bold
10806 Unterkalmsteiner
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 Frieda
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 111
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \series bold
10837 Vieider
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 Hilde
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 111
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 <row>
10862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \series bold
10868 Vigna
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 Jürgen
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 111
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \series bold
10899 Weber
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Maurizio
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 111
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \series bold
10930 Winkler
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 Franz
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 111
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \begin_layout Section
10962 Líneas, columnas y filas múltiples
10963 \end_layout
10964
10965 \begin_layout Subsection
10966 Líneas múltiples en celdas
10967 \begin_inset CommandInset label
10968 LatexCommand label
10969 name "subsec:Líneas-Múltiples-en"
10970
10971 \end_inset
10972
10973
10974 \begin_inset Index idx
10975 status collapsed
10976
10977 \begin_layout Plain Layout
10978 Lineas@Líneas múltiples en celdas
10979 \end_layout
10980
10981 \end_inset
10982
10983
10984 \begin_inset Index idx
10985 status collapsed
10986
10987 \begin_layout Plain Layout
10988 Cuadros ! Saltos de línea
10989 \end_layout
10990
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \begin_layout Standard
10997 \noindent
10998 \begin_inset Float table
10999 placement H
11000 wide false
11001 sideways false
11002 status open
11003
11004 \begin_layout Plain Layout
11005 \begin_inset Caption Standard
11006
11007 \begin_layout Plain Layout
11008 \begin_inset CommandInset label
11009 LatexCommand label
11010 name "tab:Cuadro-con-múltiples"
11011
11012 \end_inset
11013
11014 Cuadro con líneas múltiples en celda
11015 \end_layout
11016
11017 \end_inset
11018
11019
11020 \end_layout
11021
11022 \begin_layout Plain Layout
11023 \align center
11024 \begin_inset Tabular
11025 <lyxtabular version="3" rows="3" columns="3">
11026 <features tabularvalignment="middle">
11027 <column alignment="center" valignment="middle" width="2.5cm">
11028 <column alignment="center" valignment="middle">
11029 <column alignment="center" valignment="middle">
11030 <row>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 líneas
11036 \begin_inset Newline linebreak
11037 \end_inset
11038
11039 múltiples
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 b
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 c
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 d
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 e
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 f
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 <row>
11093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 g
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 h
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 i
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 </lyxtabular>
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \end_inset
11129
11130
11131 \end_layout
11132
11133 \begin_layout Standard
11134 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11135  párrafos con varias líneas y guionado.
11136 \end_layout
11137
11138 \begin_layout Standard
11139 Para generar el cuadro
11140 \begin_inset space ~
11141 \end_inset
11142
11143
11144 \begin_inset CommandInset ref
11145 LatexCommand ref
11146 reference "tab:Cuadro-con-múltiples"
11147
11148 \end_inset
11149
11150 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11151  En el diálogo que surge establece una anchura de 2.5
11152 \begin_inset space \thinspace{}
11153 \end_inset
11154
11155 cm y escoge centro en alineación vertical y horizontal.
11156  La alineación vertical se utiliza para todas las celdas de la fila.
11157  Como nuestro texto es menor de 2.5
11158 \begin_inset space \thinspace{}
11159 \end_inset
11160
11161 cm, sólo aparece una línea.
11162  Para poner dos añadimos un salto de línea justificado, (atajo 
11163 \family sans
11164 Ctrl+Mayúsculas+Entrar
11165 \family default
11166 ).
11167  Si el texto es más ancho que la celda será automáticamente dividido en
11168  líneas.
11169 \end_layout
11170
11171 \begin_layout Standard
11172 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11173  no puede cortarla
11174  con guión si es la primera entrada.
11175  Por eso hay que insertar algo para que dicha palabra no sea la primera
11176  entrada: añade un espacio horizontal de 0
11177 \begin_inset space \thinspace{}
11178 \end_inset
11179
11180 pt delante de la palabra.
11181  Como el espacio es 0 la salida no cambia.
11182  El cuadro
11183 \begin_inset space ~
11184 \end_inset
11185
11186
11187 \begin_inset CommandInset ref
11188 LatexCommand ref
11189 reference "tab:Cuadro-con-y"
11190
11191 \end_inset
11192
11193  muestra el efecto.
11194 \end_layout
11195
11196 \begin_layout Standard
11197 \begin_inset Float table
11198 placement b
11199 wide false
11200 sideways false
11201 status open
11202
11203 \begin_layout Plain Layout
11204 \begin_inset Caption Standard
11205
11206 \begin_layout Plain Layout
11207 \begin_inset CommandInset label
11208 LatexCommand label
11209 name "tab:Cuadro-con-y"
11210
11211 \end_inset
11212
11213 Cuadros con y sin guión
11214 \end_layout
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \begin_layout Plain Layout
11222 \begin_inset space \hfill{}
11223 \end_inset
11224
11225
11226 \begin_inset Tabular
11227 <lyxtabular version="3" rows="3" columns="3">
11228 <features tabularvalignment="middle">
11229 <column alignment="center" valignment="middle" width="2.5cm">
11230 <column alignment="center" valignment="middle">
11231 <column alignment="center" valignment="middle">
11232 <row>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 celdaconpalabramuylarga
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 b
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 c
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 d
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 e
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 f
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 <row>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 g
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 h
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 i
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 </row>
11319 </lyxtabular>
11320
11321 \end_inset
11322
11323
11324 \begin_inset space \hfill{}
11325 \end_inset
11326
11327
11328 \begin_inset Tabular
11329 <lyxtabular version="3" rows="3" columns="3">
11330 <features tabularvalignment="middle">
11331 <column alignment="center" valignment="middle" width="2.5cm">
11332 <column alignment="center" valignment="middle">
11333 <column alignment="center" valignment="middle">
11334 <row>
11335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 \begin_inset space \hspace{}
11340 \length 0pt
11341 \end_inset
11342
11343 celdaconpalabramuylarga
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 b
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 c
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 d
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 e
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 f
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 g
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 h
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 i
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 </lyxtabular>
11426
11427 \end_inset
11428
11429
11430 \begin_inset space \hfill{}
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Subsection
11442 Multicolumnas
11443 \begin_inset CommandInset label
11444 LatexCommand label
11445 name "subsec:Multicolumnas"
11446
11447 \end_inset
11448
11449
11450 \begin_inset Index idx
11451 status collapsed
11452
11453 \begin_layout Plain Layout
11454 Multicolumnas
11455 \end_layout
11456
11457 \end_inset
11458
11459
11460 \begin_inset Index idx
11461 status collapsed
11462
11463 \begin_layout Plain Layout
11464 Cuadros ! Multicolumnas
11465 \end_layout
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \begin_layout Subsubsection
11473 Fundamentos de multicolumnas
11474 \end_layout
11475
11476 \begin_layout Standard
11477 Para extender una celda sobre varias columnas, se marcan las celdas que
11478  se desee combinar y se usa el botón 
11479 \begin_inset Info
11480 type  "icon"
11481 arg   "tabular-feature multicolumn"
11482 \end_inset
11483
11484 , el menú 
11485 \family sans
11486 Editar\SpecialChar menuseparator
11487 Cuadro\SpecialChar menuseparator
11488 Multicolumna
11489 \family default
11490 , o clic derecho sobre las celdas marcadas y elige 
11491 \family sans
11492 Multicolumna 
11493 \family default
11494 en el menú contextual.
11495 \end_layout
11496
11497 \begin_layout Standard
11498 Las multicolumnas tienen su propia configuración de celdas.
11499  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11500  multicolumna.
11501  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11502  última fila sin borde superior:
11503 \end_layout
11504
11505 \begin_layout Standard
11506 \align center
11507 \begin_inset Tabular
11508 <lyxtabular version="3" rows="3" columns="4">
11509 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11510 <column alignment="center" valignment="top" width="0pt">
11511 <column alignment="center" valignment="middle">
11512 <column alignment="center" valignment="top" width="0in">
11513 <column alignment="center" valignment="top" width="0pt">
11514 <row>
11515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 abc
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 def ghi
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 jkl
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \family roman
11559 \series medium
11560 \shape up
11561 \size normal
11562 \emph off
11563 \bar no
11564 \noun off
11565 \color none
11566 A
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 B
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 C
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 D
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 <row>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 1
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 2
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 3
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 4
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 </row>
11637 </lyxtabular>
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Subsubsection
11645 Cálculos en multicolumnas
11646 \begin_inset CommandInset label
11647 LatexCommand label
11648 name "subsec:Cálculos-en-Multicolumnas"
11649
11650 \end_inset
11651
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 Cuadros ! Multicolumnas ! Cálculos
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \begin_layout Standard
11666 \SpecialChar LyX
11667  soporta multicolumnas directamente, pero hay que prestar atención a la
11668  anchura de celda de las columnas combinadas en la celda multicolumna.
11669 \end_layout
11670
11671 \begin_layout Standard
11672 \begin_inset Float table
11673 placement h
11674 wide false
11675 sideways false
11676 status open
11677
11678 \begin_layout Plain Layout
11679 \begin_inset Caption Standard
11680
11681 \begin_layout Plain Layout
11682 \begin_inset CommandInset label
11683 LatexCommand label
11684 name "tab:Cuadro-con-centrado"
11685
11686 \end_inset
11687
11688 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11689  exactamente la mitad de anchura que la celda multicolumna
11690 \begin_inset Argument 1
11691 status open
11692
11693 \begin_layout Plain Layout
11694 Cuadro multicolumna perfecta
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Plain Layout
11708 \align center
11709 \begin_inset Tabular
11710 <lyxtabular version="3" rows="3" columns="3">
11711 <features tabularvalignment="middle">
11712 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11713 <column alignment="center" valignment="middle">
11714 <column alignment="center" valignment="top">
11715 <row>
11716 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 multicolumna línea múltiple
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 c
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 d
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 e
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 f
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 g
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 h
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 i
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 </lyxtabular>
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Por ejemplo, para crear el cuadro
11816 \begin_inset space ~
11817 \end_inset
11818
11819
11820 \begin_inset CommandInset ref
11821 LatexCommand ref
11822 reference "tab:Cuadro-con-centrado"
11823
11824 \end_inset
11825
11826 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11827  clic derecho.
11828  En el diálogo marca 
11829 \emph on
11830 multicolumna
11831 \emph default
11832
11833 \emph on
11834 alineación centro
11835 \emph default
11836  y una anchura de 2.5
11837 \begin_inset space \thinspace{}
11838 \end_inset
11839
11840 cm.
11841  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11842  de la celda multicolumna, así que deberías ajustar 1.25
11843 \begin_inset space \thinspace{}
11844 \end_inset
11845
11846 cm para la primera columna.
11847  La segunda columna tendrá entonces automáticamente 1.25
11848 \begin_inset space \thinspace{}
11849 \end_inset
11850
11851 cm de anchura.
11852  Para el cuadro
11853 \begin_inset space ~
11854 \end_inset
11855
11856
11857 \begin_inset CommandInset ref
11858 LatexCommand ref
11859 reference "tab:Cuadro-sin-mitad"
11860
11861 \end_inset
11862
11863  se ha procedido de la siguiente manera:
11864 \end_layout
11865
11866 \begin_layout Standard
11867 \begin_inset Float table
11868 wide false
11869 sideways false
11870 status open
11871
11872 \begin_layout Plain Layout
11873 \begin_inset Caption Standard
11874
11875 \begin_layout Plain Layout
11876 \begin_inset CommandInset label
11877 LatexCommand label
11878 name "tab:Cuadro-sin-mitad"
11879
11880 \end_inset
11881
11882 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11883  de anchura que la celda multicolumna
11884 \begin_inset Argument 1
11885 status open
11886
11887 \begin_layout Plain Layout
11888 Cuadro multicolumna imperfecta
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Plain Layout
11902 \align center
11903 \begin_inset Tabular
11904 <lyxtabular version="3" rows="3" columns="3">
11905 <features tabularvalignment="middle">
11906 <column alignment="center" valignment="top" width="1.25cm">
11907 <column alignment="center" valignment="top">
11908 <column alignment="center" valignment="top">
11909 <row>
11910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 multicolumna línea múltiple
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 c
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 </row>
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 d
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 e
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 f
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 <row>
11968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 g
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 h
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 i
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 </row>
11996 </lyxtabular>
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Standard
12009 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12010 a, es un poco mayor.
12011  La razón es que la anchura dada para una celda 
12012 \begin_inset Formula $W_{g}$
12013 \end_inset
12014
12015  no es su anchura total 
12016 \begin_inset Formula $W_{\mathrm{tot}}$
12017 \end_inset
12018
12019  porque una celda es siempre algo mayor que la anchura dada.
12020  El apéndice
12021 \begin_inset space ~
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset ref
12026 LatexCommand ref
12027 reference "cap:Explicación-de-la-Ecuación"
12028
12029 \end_inset
12030
12031  lo explica con detalle.
12032 \end_layout
12033
12034 \begin_layout Standard
12035 La anchura dada 
12036 \begin_inset Formula $W_{g\,n}$
12037 \end_inset
12038
12039  necesaria para combinar 
12040 \emph on
12041 n
12042 \emph default
12043  columnas puede calcularse de manera que cada columna tenga una anchura
12044  total de 
12045 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12046 \end_inset
12047
12048 :
12049 \begin_inset Formula 
12050 \begin{equation}
12051 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12052 \end{equation}
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \begin_layout Standard
12060 En nuestro caso tenemos 
12061 \begin_inset Formula $n=2$
12062 \end_inset
12063
12064
12065 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12066 \end_inset
12067
12068
12069 \begin_inset space \thinspace{}
12070 \end_inset
12071
12072 cm y los valores predeterminados para longitudes, así la ecuación
12073 \begin_inset space ~
12074 \end_inset
12075
12076
12077 \begin_inset CommandInset ref
12078 LatexCommand ref
12079 reference "eq:Wgn"
12080
12081 \end_inset
12082
12083  queda
12084 \begin_inset Formula 
12085 \begin{equation}
12086 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12087 \end{equation}
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Standard
12095 Para habilitar cálculos en \SpecialChar LaTeX
12096 , debe cargarse en el preámbulo el paquete 
12097 \series bold
12098 calc
12099 \series default
12100  con la línea
12101 \begin_inset Index idx
12102 status collapsed
12103
12104 \begin_layout Plain Layout
12105 \SpecialChar LaTeX
12106 -paquetes ! calc
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115
12116 \series bold
12117
12118 \backslash
12119 usepackage{calc}
12120 \end_layout
12121
12122 \begin_layout Standard
12123 \SpecialChar LyX
12124  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12125  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12126  en el diálogo.
12127  He aquí un repaso de los argumentos:
12128 \end_layout
12129
12130 \begin_layout Itemize
12131
12132 \series bold
12133 p{ancho}
12134 \series default
12135  crea celdas con anchura fija, el texto alineado arriba
12136 \end_layout
12137
12138 \begin_layout Itemize
12139
12140 \series bold
12141 m{ancho}
12142 \series default
12143  crea celdas con anchura fija, el texto con alineación vertical centrada
12144  
12145 \end_layout
12146
12147 \begin_layout Itemize
12148
12149 \series bold
12150 b{ancho}
12151 \series default
12152  crea celdas con anchura fija, el texto alineado abajo
12153 \end_layout
12154
12155 \begin_layout Standard
12156 Al introducir un argumento \SpecialChar LaTeX
12157 , todas las propiedades de celda puestas en el
12158  diálogo se ignoran.
12159 \end_layout
12160
12161 \begin_layout Standard
12162 \begin_inset Note Greyedout
12163 status open
12164
12165 \begin_layout Plain Layout
12166
12167 \series bold
12168 Nota:
12169 \series default
12170  Debido a un error, \SpecialChar LyX
12171  muestra de todas formas estas propiedades.
12172 \end_layout
12173
12174 \end_inset
12175
12176  
12177 \end_layout
12178
12179 \begin_layout Standard
12180 El comando 
12181 \series bold
12182
12183 \backslash
12184 centering
12185 \series default
12186  centra horizontalmente el texto.
12187  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12188  para la primera columna
12189  extendida:
12190 \end_layout
12191
12192 \begin_layout Standard
12193
12194 \series bold
12195 >{
12196 \backslash
12197 centering}m{1.25cm-6.2pt}
12198 \end_layout
12199
12200 \begin_layout Standard
12201 El comando 
12202 \series bold
12203 >{ }
12204 \series default
12205  significa que los comandos entre llaves se aplican antes de crear la celda.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12210 , aún está alineado a la izquierda.
12211  Esto se debe a que \SpecialChar LyX
12212  sólo aplica alineado a columnas simples.
12213  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218
12219 \series bold
12220 >{
12221 \backslash
12222 centering}m{2.5cm}
12223 \end_layout
12224
12225 \begin_layout Subsection
12226 Multifilas
12227 \begin_inset CommandInset label
12228 LatexCommand label
12229 name "subsec:Multifilas"
12230
12231 \end_inset
12232
12233
12234 \begin_inset Index idx
12235 status collapsed
12236
12237 \begin_layout Plain Layout
12238 Multifilas
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \begin_inset Index idx
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248 Cuadros ! Multifilas
12249 \end_layout
12250
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 Para extender una celda sobre varias filas, se marcan las celdas que se
12258  desee combinar y se usa el botón 
12259 \begin_inset Info
12260 type  "icon"
12261 arg   "tabular-feature multirow"
12262 \end_inset
12263
12264 , el menú 
12265 \family sans
12266 Editar\SpecialChar menuseparator
12267 Cuadro\SpecialChar menuseparator
12268 Multifila
12269 \family default
12270 , o haz clic derecho sobre las celdas marcadas y elige 
12271 \family sans
12272 Multifila 
12273 \family default
12274 en el menú contextual.
12275 \end_layout
12276
12277 \begin_layout Standard
12278 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12279 \end_layout
12280
12281 \begin_layout Standard
12282 \align center
12283 \begin_inset Tabular
12284 <lyxtabular version="3" rows="3" columns="3">
12285 <features tabularvalignment="middle">
12286 <column alignment="center" valignment="top" width="0pt">
12287 <column alignment="center" valignment="top">
12288 <column alignment="center" valignment="top">
12289 <row>
12290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 entrada en una celda larga
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 b
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 c
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 </row>
12318 <row>
12319 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 multifila
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 e
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341 f
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 </row>
12347 <row>
12348 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Plain Layout
12361 h
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370 i
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 </row>
12376 </lyxtabular>
12377
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \begin_layout Standard
12384 La anchura de las celdas multifila se establece poniendo la anchura y la
12385  alineación para toda la columna.
12386  El 
12387 \family sans
12388 Desplazamiento vertical
12389 \family default
12390  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12391 gativo.
12392 \end_layout
12393
12394 \begin_layout Standard
12395 Si la columna de una celda multifila no tiene anchura explícita, la celda
12396  multifila hereda el alineamiento de la columna.
12397  Por otra parte, se alinea a la izquierda por omisión.
12398  Para cambiar esto renombra el comando 
12399 \series bold
12400
12401 \backslash
12402 multirowsetup
12403 \series default
12404  con el comando
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 renewcommand{
12413 \backslash
12414 multirowsetup}{
12415 \backslash
12416 centering}
12417 \end_layout
12418
12419 \begin_layout Standard
12420 en el preámbulo del documento.
12421  Entonces se centran todas las entradas de celdas multifila en el documento.
12422  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12423  en código \SpecialChar TeX
12424  justo antes del cuadro en lugar de en el preámbulo.
12425  Si el texto debe estar alineado a la derecha, reemplaza 
12426 \series bold
12427
12428 \backslash
12429 centering
12430 \series default
12431  por 
12432 \series bold
12433
12434 \backslash
12435 raggedleft
12436 \series default
12437 .
12438  Para volver a alineado a la izquierda usa 
12439 \series bold
12440
12441 \backslash
12442 raggedright
12443 \series default
12444 .
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12449  que tiene un desplazamiento vertical de -4
12450 \begin_inset space \thinspace{}
12451 \end_inset
12452
12453 mm y está en una columna de 3
12454 \begin_inset space \thinspace{}
12455 \end_inset
12456
12457 cm de ancho:
12458 \end_layout
12459
12460 \begin_layout Standard
12461 \noindent
12462 \align center
12463 \begin_inset ERT
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467
12468
12469 \backslash
12470 renewcommand{
12471 \backslash
12472 multirowsetup}{
12473 \backslash
12474 raggedleft}
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \begin_inset Tabular
12481 <lyxtabular version="3" rows="4" columns="3">
12482 <features tabularvalignment="middle">
12483 <column alignment="center" valignment="top" width="3cm">
12484 <column alignment="center" valignment="top">
12485 <column alignment="center" valignment="top">
12486 <row>
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 entrada en una celda larga
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 b
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 c
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 <row>
12516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 t
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 n
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 m
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 </row>
12544 <row>
12545 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 multifila
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 e
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 f
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 </row>
12573 <row>
12574 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 h
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 i
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 </lyxtabular>
12603
12604 \end_inset
12605
12606
12607 \begin_inset ERT
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611
12612
12613 \backslash
12614 renewcommand{
12615 \backslash
12616 multirowsetup}{
12617 \backslash
12618 raggedright}
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Para iniciar una nueva línea en una multifila se puede usar un salto de
12628  página forzado (
12629 \family sans
12630 Ctrl+Retorno
12631 \family default
12632 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12633 \end_layout
12634
12635 \begin_layout Standard
12636 \noindent
12637 \align center
12638 \begin_inset Tabular
12639 <lyxtabular version="3" rows="3" columns="2">
12640 <features tabularvalignment="middle">
12641 <column alignment="left" valignment="middle" width="2cm">
12642 <column alignment="center" valignment="top">
12643 <row>
12644 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 aaa
12649 \begin_inset Newline newline
12650 \end_inset
12651
12652 aaa
12653 \begin_inset Newline newline
12654 \end_inset
12655
12656 celda errónea
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 ccc
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 </row>
12671 <row>
12672 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 ddd
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 bbb
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 eee
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 </lyxtabular>
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 Por tanto, hay que usar con cuidado los saltos forzados.
12720 \end_layout
12721
12722 \begin_layout Subsection
12723 Celdas con línea(s) diagonal(es)
12724 \end_layout
12725
12726 \begin_layout Standard
12727 Para que el lector distinga los encabezados de filas y columnas, es útil
12728  dividir la primera celda del cuadro con una o dos líneas diagonales.
12729  Esto es posible cargando el paquete \SpecialChar LaTeX
12730  
12731 \series bold
12732 diagbox
12733 \series default
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 \SpecialChar LaTeX
12740 -paquetes ! diagbox
12741 \end_layout
12742
12743 \end_inset
12744
12745  en el preámbulo del documento.
12746  El paquete suministra el comando 
12747 \series bold
12748
12749 \backslash
12750 diagbox
12751 \series default
12752 , que se inserta en código \SpecialChar TeX
12753  con dos o tres argumentos:
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 diagbox[options]{izquierda abajo}{derecha arriba}
12762 \end_layout
12763
12764 \begin_layout Standard
12765
12766 \series bold
12767
12768 \backslash
12769 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12770 \end_layout
12771
12772 \begin_layout Standard
12773 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12774  se colocan debajo y encima de dicha línea.
12775  En el segundo la celda se divide con dos líneas.
12776 \end_layout
12777
12778 \begin_layout Standard
12779 \begin_inset ERT
12780 status collapsed
12781
12782 \begin_layout Plain Layout
12783
12784
12785 \backslash
12786 ifdiagbox
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \begin_inset Note Note
12793 status open
12794
12795 \begin_layout Plain Layout
12796 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12797  \SpecialChar LaTeX
12798  
12799 \series bold
12800 diagbox
12801 \series default
12802 .
12803 \end_layout
12804
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 Aquí hay un ejemplo de cuadro con 
12812 \series bold
12813
12814 \backslash
12815 diagbox
12816 \series default
12817  y dos argumentos:
12818 \end_layout
12819
12820 \begin_layout Standard
12821 \begin_inset VSpace medskip
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 \noindent
12829 \begin_inset Tabular
12830 <lyxtabular version="3" rows="4" columns="4">
12831 <features tabularvalignment="middle">
12832 <column alignment="center" valignment="top">
12833 <column alignment="center" valignment="top">
12834 <column alignment="center" valignment="top">
12835 <column alignment="center" valignment="top">
12836 <row>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 \begin_inset ERT
12842 status collapsed
12843
12844 \begin_layout Plain Layout
12845
12846
12847 \backslash
12848 diagbox{
12849 \end_layout
12850
12851 \end_inset
12852
12853 Nombre
12854 \begin_inset ERT
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858
12859 }{
12860 \end_layout
12861
12862 \end_inset
12863
12864 Parámetro
12865 \begin_inset ERT
12866 status collapsed
12867
12868 \begin_layout Plain Layout
12869
12870 }
12871 \end_layout
12872
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 Thickness in nm
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 Transparency in %
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 Hardness in MPa
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 <row>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 Perfect Green
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 45
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 80
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 504
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 </row>
12946 <row>
12947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 Dark Multi-P
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 60
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 72
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 982
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 <row>
12985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 Crystal Clear Pro
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 18
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 86
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 374
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 </row>
13022 </lyxtabular>
13023
13024 \end_inset
13025
13026
13027 \begin_inset VSpace medskip
13028 \end_inset
13029
13030
13031 \end_layout
13032
13033 \begin_layout Standard
13034 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13035  de ligas deportivas o distancias:
13036 \end_layout
13037
13038 \begin_layout Standard
13039 \noindent
13040 \align center
13041 \begin_inset Tabular
13042 <lyxtabular version="3" rows="4" columns="4">
13043 <features tabularvalignment="middle">
13044 <column alignment="center" valignment="top" width="0pt">
13045 <column alignment="center" valignment="top">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <row>
13049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 diagbox{
13061 \end_layout
13062
13063 \end_inset
13064
13065 Equipo local
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071 }{
13072 \end_layout
13073
13074 \end_inset
13075
13076 Resultado
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082 }{
13083 \end_layout
13084
13085 \end_inset
13086
13087 Equipo visitante
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093 }
13094 \end_layout
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Tigers
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Panthers
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Falcons
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 Tigers
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 1:3
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 0:1
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 Panthers
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 3:1
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 0:0
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 Falcons
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 1:0
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 0:0
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 </lyxtabular>
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13254  en cada esquina del cuadro, como en el siguiente ejemplo:
13255 \end_layout
13256
13257 \begin_layout Standard
13258 \noindent
13259 \align center
13260 \begin_inset Tabular
13261 <lyxtabular version="3" rows="5" columns="5">
13262 <features tabularvalignment="middle">
13263 <column alignment="center" valignment="top" width="0pt">
13264 <column alignment="center" valignment="top">
13265 <column alignment="center" valignment="top">
13266 <column alignment="center" valignment="top">
13267 <column alignment="center" valignment="top">
13268 <row>
13269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 \begin_inset ERT
13274 status open
13275
13276 \begin_layout Plain Layout
13277
13278
13279 \backslash
13280 diagbox{
13281 \end_layout
13282
13283 \end_inset
13284
13285 Equipo local
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291 }{
13292 \end_layout
13293
13294 \end_inset
13295
13296 Resultado
13297 \begin_inset ERT
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301
13302 }{
13303 \end_layout
13304
13305 \end_inset
13306
13307 Equipo visitante
13308 \begin_inset ERT
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312
13313 }
13314 \end_layout
13315
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Tigers
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Panthers
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Falcons
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 \begin_inset ERT
13355 status open
13356
13357 \begin_layout Plain Layout
13358
13359
13360 \backslash
13361 diagbox[dir=NE]{
13362 \end_layout
13363
13364 \end_inset
13365
13366 Equipo local
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372 }{
13373 \end_layout
13374
13375 \end_inset
13376
13377 Resultado
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383 }{
13384 \end_layout
13385
13386 \end_inset
13387
13388 Equipo visitante
13389 \begin_inset ERT
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393
13394 }
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 Tigers
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 1:3
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 0:1
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 Tigers
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 </row>
13452 <row>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 Panthers
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 3:1
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 0:0
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 Panthers
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 Falcons
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 1:0
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 0:0
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Falcons
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 </row>
13546 <row>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 \begin_inset ERT
13552 status open
13553
13554 \begin_layout Plain Layout
13555
13556
13557 \backslash
13558 diagbox[dir=SW]{
13559 \end_layout
13560
13561 \end_inset
13562
13563 Equipo local
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }{
13570 \end_layout
13571
13572 \end_inset
13573
13574 Resultado
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580 }{
13581 \end_layout
13582
13583 \end_inset
13584
13585 Equipo visitante
13586 \begin_inset ERT
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 }
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 Tigers
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 Panthers
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 Falcons
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 \begin_inset ERT
13633 status open
13634
13635 \begin_layout Plain Layout
13636
13637
13638 \backslash
13639 diagbox[dir=SE]{
13640 \end_layout
13641
13642 \end_inset
13643
13644 Equipo local
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 }{
13651 \end_layout
13652
13653 \end_inset
13654
13655 Resultado
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 Equipo visitante
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 </row>
13683 </lyxtabular>
13684
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \begin_layout Standard
13691 Para rotar las líneas diagonales se usa la opción 
13692 \series bold
13693 dir=direction
13694 \series default
13695 .
13696  
13697 \emph on
13698 direction
13699 \emph default
13700  es 
13701 \series bold
13702 NE
13703 \series default
13704
13705 \series bold
13706 SE
13707 \series default
13708
13709 \series bold
13710 SW
13711 \series default
13712  o 
13713 \series bold
13714 NW
13715 \series default
13716 , que representan puntos en una brújula.
13717  Por ejemplo, 
13718 \series bold
13719 SW
13720 \series default
13721  es la orientación suroeste.
13722  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13723  el comando
13724 \end_layout
13725
13726 \begin_layout Standard
13727
13728 \series bold
13729
13730 \backslash
13731 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13732 \end_layout
13733
13734 \begin_layout Standard
13735 Si no se indica dirección se usa NW.
13736 \end_layout
13737
13738 \begin_layout Standard
13739 La anchura adecuada para las celdas divididas se calcula automáticamente.
13740  Si estableces una anchura fija de columna menor que la calculada, el contenido
13741  sobrepasará los bordes de la celda:
13742 \end_layout
13743
13744 \begin_layout Standard
13745 \noindent
13746 \align center
13747 \begin_inset Tabular
13748 <lyxtabular version="3" rows="2" columns="2">
13749 <features tabularvalignment="middle">
13750 <column alignment="center" valignment="top" width="3cm">
13751 <column alignment="center" valignment="top">
13752 <row>
13753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762
13763 \backslash
13764 diagbox{
13765 \end_layout
13766
13767 \end_inset
13768
13769 Nombre
13770 \begin_inset ERT
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774
13775 }{
13776 \end_layout
13777
13778 \end_inset
13779
13780 Parámetro
13781 \begin_inset ERT
13782 status collapsed
13783
13784 \begin_layout Plain Layout
13785
13786 }
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Thickness in nm
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 </row>
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Perfect Green
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 45
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 </lyxtabular>
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834 Si hace falta una determinada anchura para columnas con celdas divididas,
13835  se usa la opción 
13836 \series bold
13837 width=3cm
13838 \series default
13839  (donde '3cm' puede cambiarse por la cantidad deseada).
13840  En el cuadro siguiente se ha puesto 4
13841 \begin_inset space \thinspace{}
13842 \end_inset
13843
13844 cm de anchura para la primera columna.
13845  Para 
13846 \series bold
13847
13848 \backslash
13849 diagbox
13850 \series default
13851  se necesita una anchura de 4
13852 \begin_inset space \thinspace{}
13853 \end_inset
13854
13855 cm + 2
13856 \begin_inset space \thinspace{}
13857 \end_inset
13858
13859
13860 \backslash
13861 tabcolsep, ya que la anchura total es la del texto (4
13862 \begin_inset space \thinspace{}
13863 \end_inset
13864
13865 cm en este caso) más dos veces la separación del texto y el borde.
13866  El cálculo de la anchura no puede hacerse en la opciones del comando 
13867 \series bold
13868
13869 \backslash
13870 diagbox
13871 \series default
13872 , hay que crear una nueva longitud que se puede usar después.
13873  Esto se hace con los comandos en código \SpecialChar TeX
13874
13875 \end_layout
13876
13877 \begin_layout Standard
13878
13879 \series bold
13880
13881 \backslash
13882 newlength{
13883 \backslash
13884 diagtest}
13885 \begin_inset Newline newline
13886 \end_inset
13887
13888
13889 \backslash
13890 setlength{
13891 \backslash
13892 diagtest}{4cm+2
13893 \backslash
13894 tabcolsep}
13895 \end_layout
13896
13897 \begin_layout Standard
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903
13904 \backslash
13905 newlength{
13906 \backslash
13907 diagtest}
13908 \end_layout
13909
13910 \begin_layout Plain Layout
13911
13912
13913 \backslash
13914 setlength{
13915 \backslash
13916 diagtest}{4cm+2
13917 \backslash
13918 tabcolsep}
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 Para habilitar cálculos en \SpecialChar LaTeX
13928  hay que cargar el paquete 
13929 \series bold
13930 calc
13931 \series default
13932
13933 \begin_inset Index idx
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 \SpecialChar LaTeX
13938 -paquetes ! calc
13939 \end_layout
13940
13941 \end_inset
13942
13943  en el preámbulo del documento.
13944 \end_layout
13945
13946 \begin_layout Standard
13947 En este cuadro se puede usar ahora el comando
13948 \end_layout
13949
13950 \begin_layout Standard
13951
13952 \series bold
13953
13954 \backslash
13955 diagbox[width=
13956 \backslash
13957 diagtest]{A}{B}
13958 \end_layout
13959
13960 \begin_layout Standard
13961 en la primera celda:
13962 \end_layout
13963
13964 \begin_layout Standard
13965 \noindent
13966 \align center
13967 \begin_inset Tabular
13968 <lyxtabular version="3" rows="2" columns="2">
13969 <features tabularvalignment="middle">
13970 <column alignment="center" valignment="top" width="4cm">
13971 <column alignment="center" valignment="top">
13972 <row>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 \begin_inset ERT
13978 status open
13979
13980 \begin_layout Plain Layout
13981
13982
13983 \backslash
13984 diagbox[width=
13985 \backslash
13986 diagtest]{
13987 \end_layout
13988
13989 \end_inset
13990
13991 A
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }{
13998 \end_layout
13999
14000 \end_inset
14001
14002 B
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008 }
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 Thickness in nm
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 Perfect Green
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 45
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 </row>
14048 </lyxtabular>
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14057  la columna.
14058  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14059  como en este caso:
14060 \end_layout
14061
14062 \begin_layout Standard
14063 \noindent
14064 \align center
14065 \begin_inset Tabular
14066 <lyxtabular version="3" rows="2" columns="2">
14067 <features tabularvalignment="middle">
14068 <column alignment="center" valignment="top" width="0pt">
14069 <column alignment="center" valignment="top">
14070 <row>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 \begin_inset ERT
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079
14080
14081 \backslash
14082 diagbox{
14083 \end_layout
14084
14085 \end_inset
14086
14087 A
14088 \begin_inset ERT
14089 status collapsed
14090
14091 \begin_layout Plain Layout
14092
14093 }{
14094 \end_layout
14095
14096 \end_inset
14097
14098 B
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104 }
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 Thickness in nm
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 Perfect Green
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 45
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 </row>
14144 </lyxtabular>
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \begin_layout Standard
14152 En este caso se usa la opción 
14153 \series bold
14154 width
14155 \series default
14156  del comando 
14157 \series bold
14158
14159 \backslash
14160 diagbox
14161 \series default
14162 .
14163  Ahora no es necesario añadir 2
14164 \backslash
14165 tabcolsep porque la anchura de la celda es la anchura de la columna.
14166  En este cuadro se usa una anchura de 3
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170 cm:
14171 \end_layout
14172
14173 \begin_layout Standard
14174 \noindent
14175 \align center
14176 \begin_inset Tabular
14177 <lyxtabular version="3" rows="2" columns="2">
14178 <features tabularvalignment="middle">
14179 <column alignment="center" valignment="top" width="0pt">
14180 <column alignment="center" valignment="top">
14181 <row>
14182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 \begin_inset ERT
14187 status open
14188
14189 \begin_layout Plain Layout
14190
14191
14192 \backslash
14193 diagbox[width=3cm]{
14194 \end_layout
14195
14196 \end_inset
14197
14198 A
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204 }{
14205 \end_layout
14206
14207 \end_inset
14208
14209 B
14210 \begin_inset ERT
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214
14215 }
14216 \end_layout
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 Thickness in nm
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 </row>
14235 <row>
14236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 Perfect Green
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 45
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 </row>
14255 </lyxtabular>
14256
14257 \end_inset
14258
14259
14260 \end_layout
14261
14262 \begin_layout Standard
14263 Para múltiples líneas de texto en celdas divididas se necesita una altura
14264  adicional para adaptar el texto a la celda.
14265  Esto se consigue con la opción 
14266 \series bold
14267 height=3cm
14268 \series default
14269  (se puede cambiar por el valor deseado).
14270  En el cuadro siguiente se usa el comando
14271 \end_layout
14272
14273 \begin_layout Standard
14274
14275 \series bold
14276
14277 \backslash
14278 diagbox[width=3cm,height=1.4cm]{A
14279 \backslash
14280
14281 \backslash
14282 B}{C
14283 \backslash
14284
14285 \backslash
14286 D}
14287 \end_layout
14288
14289 \begin_layout Standard
14290 en la primera celda.
14291  El comando 
14292 \series bold
14293
14294 \backslash
14295
14296 \backslash
14297
14298 \series default
14299  crea el salto de línea.
14300 \begin_inset Foot
14301 status open
14302
14303 \begin_layout Plain Layout
14304 Saltos de línea con 
14305 \family sans
14306 Ctrl+Retorno
14307 \family default
14308  solo es posible si la columna tiene anchura fija.
14309 \end_layout
14310
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \begin_layout Standard
14317 \noindent
14318 \align center
14319 \begin_inset Tabular
14320 <lyxtabular version="3" rows="2" columns="2">
14321 <features tabularvalignment="middle">
14322 <column alignment="center" valignment="top">
14323 <column alignment="center" valignment="top">
14324 <row>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 \begin_inset ERT
14330 status open
14331
14332 \begin_layout Plain Layout
14333
14334
14335 \backslash
14336 diagbox[width=3cm,height=1.4cm]{
14337 \end_layout
14338
14339 \end_inset
14340
14341 A
14342 \begin_inset ERT
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346
14347
14348 \backslash
14349
14350 \backslash
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356 B
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362 }{
14363 \end_layout
14364
14365 \end_inset
14366
14367 C
14368 \begin_inset ERT
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375
14376 \backslash
14377
14378 \end_layout
14379
14380 \end_inset
14381
14382 D
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388 }
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 Thickness in nm
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 <row>
14409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 Perfect Green
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 45
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 </lyxtabular>
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 \begin_inset ERT
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440
14441
14442 \backslash
14443 else
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \begin_inset Note Note
14450 status open
14451
14452 \begin_layout Plain Layout
14453 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14454  
14455 \series bold
14456 diagbox
14457 \series default
14458 .
14459 \end_layout
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Standard
14467 Hay que instalar el paquete \SpecialChar LaTeX
14468  
14469 \series bold
14470 diagbox
14471 \series default
14472  para ver la parte siguiente en la salida.
14473 \end_layout
14474
14475 \begin_layout Standard
14476 \begin_inset ERT
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480
14481
14482 \backslash
14483 fi
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 Para más información sobre el paquete \SpecialChar LaTeX
14493  
14494 \series bold
14495 diagbox
14496 \series default
14497  consulta su documentación,
14498 \begin_inset space ~
14499 \end_inset
14500
14501
14502 \begin_inset CommandInset citation
14503 LatexCommand cite
14504 key "diagbox"
14505 literal "true"
14506
14507 \end_inset
14508
14509 .
14510 \end_layout
14511
14512 \begin_layout Section
14513 Cuadros formales
14514 \begin_inset CommandInset label
14515 LatexCommand label
14516 name "sec:Cuadros-Formales"
14517
14518 \end_inset
14519
14520
14521 \begin_inset Index idx
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525 Cuadros ! Formales
14526 \end_layout
14527
14528 \end_inset
14529
14530  
14531 \end_layout
14532
14533 \begin_layout Standard
14534 En los libros, los cuadros se suelen presentar en un formato como el del
14535  cuadro 
14536 \begin_inset space ~
14537 \end_inset
14538
14539
14540 \begin_inset CommandInset ref
14541 LatexCommand ref
14542 reference "tab:Ejemplo-cuadro-formal"
14543
14544 \end_inset
14545
14546 .
14547  Se denominan cuadros 
14548 \emph on
14549 formales
14550 \emph default
14551 .
14552  Para hacer cuadros con este diseño, elige 
14553 \family sans
14554 Estilo
14555 \family default
14556
14557 \begin_inset space ~
14558 \end_inset
14559
14560
14561 \family sans
14562 Formal
14563 \family default
14564  en la solapa 
14565 \family sans
14566 Bordes
14567 \family default
14568  del diálogo de cuadros.
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \begin_inset Float table
14573 placement h
14574 wide false
14575 sideways false
14576 status open
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Caption Standard
14580
14581 \begin_layout Plain Layout
14582 \begin_inset CommandInset label
14583 LatexCommand label
14584 name "tab:Ejemplo-cuadro-formal"
14585
14586 \end_inset
14587
14588 Ejemplo de cuadro formal
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Plain Layout
14597 \align center
14598 \begin_inset Tabular
14599 <lyxtabular version="3" rows="8" columns="4">
14600 <features booktabs="true" tabularvalignment="middle">
14601 <column alignment="center" valignment="top">
14602 <column alignment="center" valignment="top">
14603 <column alignment="center" valignment="top">
14604 <column alignment="center" valignment="top">
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 System
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" topline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 Chip
14620 \begin_inset space \thinspace{}
14621 \end_inset
14622
14623 1
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 Chip
14633 \begin_inset space \thinspace{}
14634 \end_inset
14635
14636 2
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 <row>
14652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663 cmidrule(r){2-2}
14664 \end_layout
14665
14666 \end_inset
14667
14668
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674
14675 \backslash
14676 cmidrule(l){3-4}
14677 \end_layout
14678
14679 \end_inset
14680
14681 Detector thickness in µm
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 <cell alignment="center" valignment="top" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690 300
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 <cell alignment="center" valignment="top" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 300
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 700
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 </row>
14714 <row>
14715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 Edge angle in °
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 <cell alignment="center" valignment="top" topline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 3.55
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737 2.71
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746 7.99
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row topspace="default">
14753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757 Spatial resolution in µm
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 <cell alignment="center" valignment="top" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 4.26
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 <cell alignment="center" valignment="top" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775 10.17
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 <cell alignment="center" valignment="top" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784 10.56
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 </row>
14790 <row topspace="default">
14791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 MTF at 
14796 \begin_inset Formula $f_{\mathrm{max}}$
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 0.53
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 0.37
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 0.39
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 <row topspace="default">
14833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837 \begin_inset ERT
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841
14842
14843 \backslash
14844 cmidrule[2pt](l{10pt}){1-1}
14845 \end_layout
14846
14847 \end_inset
14848
14849 LSF-spatial resolution
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 <cell alignment="center" valignment="top" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row>
14883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 in µm
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896 129.7
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 52.75
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 50.78
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 </row>
14920 <row>
14921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 in % of pixel size
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 76.3
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 95.9
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 92.3
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 </lyxtabular>
14959
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
14972  correspondientes que se encuentran en la solapa 
14973 \family sans
14974 Bordes 
14975 \family default
14976 del diálogo
14977 \family sans
14978  Configuración
14979 \begin_inset space ~
14980 \end_inset
14981
14982 del
14983 \begin_inset space ~
14984 \end_inset
14985
14986 cuadro
14987 \family default
14988 , como se explica en la sección
14989 \begin_inset space ~
14990 \end_inset
14991
14992
14993 \begin_inset CommandInset ref
14994 LatexCommand ref
14995 reference "subsec:Espacio-adicional"
14996
14997 \end_inset
14998
14999 .
15000 \end_layout
15001
15002 \begin_layout Standard
15003 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15004  verticales.
15005  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15006  pero en la salida se mostrarán con distinto grosor:
15007 \begin_inset Newline newline
15008 \end_inset
15009
15010 Las líneas primera y última tienen un grosor predeterminado de 0.08
15011 \begin_inset space \thinspace{}
15012 \end_inset
15013
15014 em, las demás tienen un grosor predeterminado de 0.05
15015 \begin_inset space \thinspace{}
15016 \end_inset
15017
15018 em.
15019 \end_layout
15020
15021 \begin_layout Standard
15022 Estos valores predeterminados se pueden cambiar
15023 \series bold
15024  
15025 \series default
15026 con las líneas de preámbulo:
15027 \end_layout
15028
15029 \begin_layout Standard
15030
15031 \series bold
15032
15033 \backslash
15034 let
15035 \backslash
15036 mytoprule
15037 \backslash
15038 toprule
15039 \begin_inset Newline newline
15040 \end_inset
15041
15042
15043 \backslash
15044 renewcommand{
15045 \backslash
15046 toprule}{
15047 \backslash
15048 mytoprule[grosor]}
15049 \end_layout
15050
15051 \begin_layout Standard
15052 Este ejemplo es para la primera línea, la denominada 
15053 \series bold
15054 toprule
15055 \series default
15056 .
15057  Si quieres cambiar el grosor de la última línea, reemplaza 
15058 \series bold
15059 toprule
15060 \series default
15061  por 
15062 \series bold
15063 bottomrule
15064 \series default
15065 .
15066  Y para cambiar el grosor de las demás líneas cambia 
15067 \series bold
15068 toprule
15069 \series default
15070  por 
15071 \series bold
15072 midrule
15073 \series default
15074 .
15075  Puedes usar cualquiera de las unidades listadas en el apéndice
15076 \begin_inset space ~
15077 \end_inset
15078
15079
15080 \begin_inset CommandInset ref
15081 LatexCommand ref
15082 reference "cap:Unidades-disponibles-en"
15083
15084 \end_inset
15085
15086  para establecer el grosor.
15087 \end_layout
15088
15089 \begin_layout Standard
15090 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15091  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15092  \SpecialChar LyX
15093  empleará internamente el comando 
15094 \series bold
15095
15096 \backslash
15097 cmidrule
15098 \series default
15099  para dibujar la línea.
15100  El esquema completo es
15101 \end_layout
15102
15103 \begin_layout Standard
15104
15105 \series bold
15106
15107 \backslash
15108 cmidrule[grosor](recorte){inicol-fincol}
15109 \end_layout
15110
15111 \begin_layout Standard
15112 Por el momento, \SpecialChar LyX
15113  no soporta las opciones de 
15114 \series bold
15115
15116 \backslash
15117 cmidrule
15118 \series default
15119 , así que para usarlas hay que emplear código \SpecialChar TeX
15120 .
15121  Las líneas 
15122 \series bold
15123
15124 \backslash
15125 cmidrule
15126 \series default
15127  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15128  como primera entrada
15129  de la primera celda de una fila.
15130  En la salida se dibujará la línea sobre dicha fila.
15131 \end_layout
15132
15133 \begin_layout Standard
15134 El 
15135 \series bold
15136 grosor
15137 \series default
15138  predeterminado es 0.03
15139 \begin_inset space \thinspace{}
15140 \end_inset
15141
15142 em.
15143  
15144 \series bold
15145 inicol
15146 \series default
15147  es el número de la columna en la que comienza la línea y 
15148 \series bold
15149 fincol
15150 \series default
15151  es el número de la columna en la que acaba la línea.
15152  El valor 
15153 \series bold
15154 fincol
15155 \series default
15156  debe especificarse siempre, aunque la línea se extienda sobre una sola
15157  columna.
15158  El parámetro opcional 
15159 \series bold
15160 recorte
15161 \series default
15162  debe ser 
15163 \emph on
15164 l{recorte}
15165 \emph default
15166  o 
15167 \emph on
15168 r{recorte}
15169 \emph default
15170 , donde 
15171 \emph on
15172 recorte
15173 \emph default
15174  también es opcional.
15175  Por ejemplo, el parámetro 
15176 \emph on
15177 l{2pt}
15178 \emph default
15179  significa que la línea se recorta 2
15180 \begin_inset space \thinspace{}
15181 \end_inset
15182
15183 pt por su izquierda.
15184  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15185 \begin_inset space \thinspace{}
15186 \end_inset
15187
15188 em.
15189
15190 \series bold
15191  
15192 \end_layout
15193
15194 \begin_layout Standard
15195 \begin_inset VSpace bigskip
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \begin_layout Standard
15202 El cuadro
15203 \begin_inset space ~
15204 \end_inset
15205
15206
15207 \begin_inset CommandInset ref
15208 LatexCommand ref
15209 reference "tab:Ejemplo-cuadro-formal"
15210
15211 \end_inset
15212
15213  se ha creado con los comandos
15214 \end_layout
15215
15216 \begin_layout Standard
15217
15218 \series bold
15219
15220 \backslash
15221 cmidrule(r){2-2}
15222 \backslash
15223 cmidrule(l){3-4}
15224 \end_layout
15225
15226 \begin_layout Standard
15227 en la segunda fila, 
15228 \series bold
15229
15230 \backslash
15231 midrule
15232 \series default
15233  en la tercera, y
15234 \end_layout
15235
15236 \begin_layout Standard
15237
15238 \series bold
15239
15240 \backslash
15241 cmidrule[2pt](l{10pt}){1-1}
15242 \end_layout
15243
15244 \begin_layout Standard
15245 en la sexta fila.
15246 \end_layout
15247
15248 \begin_layout Standard
15249 \begin_inset VSpace bigskip
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \begin_layout Standard
15256 Quizá quieras superponer líneas 
15257 \series bold
15258
15259 \backslash
15260 cmidrules
15261 \series default
15262  como enl cuadro
15263 \begin_inset space ~
15264 \end_inset
15265
15266
15267 \begin_inset CommandInset ref
15268 LatexCommand ref
15269 reference "tab:Cuadro-formal-especial"
15270
15271 \end_inset
15272
15273 .
15274  Esto se consigue con el comando en código \SpecialChar TeX
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279
15280 \series bold
15281
15282 \backslash
15283 morecmidrules
15284 \end_layout
15285
15286 \begin_layout Standard
15287 El comando que se ha utilizado para la segunda fila del cuadro
15288 \begin_inset space ~
15289 \end_inset
15290
15291
15292 \begin_inset CommandInset ref
15293 LatexCommand ref
15294 reference "tab:Cuadro-formal-especial"
15295
15296 \end_inset
15297
15298  es
15299 \end_layout
15300
15301 \begin_layout Standard
15302
15303 \series bold
15304
15305 \backslash
15306 cmidrule(r){2-2}
15307 \backslash
15308 cmidrule(l){3-4}
15309 \backslash
15310 morecmidrules
15311 \backslash
15312 cmidrule{2-4}
15313 \end_layout
15314
15315 \begin_layout Standard
15316 El comando para la sexta fila es
15317 \end_layout
15318
15319 \begin_layout Standard
15320
15321 \series bold
15322
15323 \backslash
15324 midrule
15325 \backslash
15326 morecmidrules
15327 \backslash
15328 cmidrule{3-4}
15329 \series default
15330
15331 \begin_inset VSpace bigskip
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15339  el siguiente comando para dibujar líneas que se extienden sobre todas las
15340  columnas
15341 \end_layout
15342
15343 \begin_layout Standard
15344
15345 \series bold
15346
15347 \backslash
15348 specialrule{anchura}{espacio superior}{espacio inferior}
15349 \end_layout
15350
15351 \begin_layout Standard
15352 Para más información sobre estas características especiales, acude al manual
15353  del paquete \SpecialChar LaTeX
15354  
15355 \series bold
15356 booktabs
15357 \series default
15358
15359 \begin_inset CommandInset citation
15360 LatexCommand cite
15361 key "booktabs"
15362 literal "true"
15363
15364 \end_inset
15365
15366 .
15367 \begin_inset Index idx
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371 \SpecialChar LaTeX
15372 -paquetes ! booktabs
15373 \end_layout
15374
15375 \end_inset
15376
15377  
15378 \begin_inset VSpace bigskip
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \begin_layout Standard
15385 \begin_inset Float table
15386 placement h
15387 wide false
15388 sideways false
15389 status open
15390
15391 \begin_layout Plain Layout
15392 \begin_inset Caption Standard
15393
15394 \begin_layout Plain Layout
15395 \begin_inset CommandInset label
15396 LatexCommand label
15397 name "tab:Cuadro-formal-especial"
15398
15399 \end_inset
15400
15401 Cuadro formal especial
15402 \end_layout
15403
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \begin_layout Plain Layout
15410 \align center
15411 \begin_inset Tabular
15412 <lyxtabular version="3" rows="8" columns="4">
15413 <features booktabs="true" tabularvalignment="middle">
15414 <column alignment="center" valignment="top">
15415 <column alignment="center" valignment="top">
15416 <column alignment="center" valignment="top">
15417 <column alignment="center" valignment="top">
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 System
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" topline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 Chip
15433 \begin_inset space \thinspace{}
15434 \end_inset
15435
15436 1
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 Chip
15446 \begin_inset space \thinspace{}
15447 \end_inset
15448
15449 2
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset ERT
15470 status collapsed
15471
15472 \begin_layout Plain Layout
15473
15474
15475 \backslash
15476 cmidrule(r){2-2}
15477 \end_layout
15478
15479 \end_inset
15480
15481
15482 \begin_inset ERT
15483 status collapsed
15484
15485 \begin_layout Plain Layout
15486
15487
15488 \backslash
15489 cmidrule(l){3-4}
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \begin_inset ERT
15496 status collapsed
15497
15498 \begin_layout Plain Layout
15499
15500
15501 \backslash
15502 morecmidrules 
15503 \end_layout
15504
15505 \end_inset
15506
15507
15508 \begin_inset ERT
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512
15513
15514 \backslash
15515 cmidrule{2-4}
15516 \end_layout
15517
15518 \end_inset
15519
15520 Detector thickness in µm
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 <cell alignment="center" valignment="top" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 300
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 300
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 700
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 Edge angle in °
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 3.55
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 2.71
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" topline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 7.99
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 </row>
15591 <row topspace="default">
15592 <cell alignment="center" valignment="top" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 Spatial resolution in µm
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605 4.26
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 10.17
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 10.56
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 </row>
15629 <row topspace="default">
15630 <cell alignment="center" valignment="top" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 MTF at 
15635 \begin_inset Formula $f_{\mathrm{max}}$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647 0.53
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 0.37
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 0.39
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681
15682 \backslash
15683 morecmidrules 
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \begin_inset ERT
15690 status collapsed
15691
15692 \begin_layout Plain Layout
15693
15694
15695 \backslash
15696 cmidrule{3-4}
15697 \end_layout
15698
15699 \end_inset
15700
15701 LSF-spatial resolution
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row>
15735 <cell alignment="center" valignment="top" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 in µm
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 129.7
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 52.75
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 50.78
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 in % of pixel size
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 76.3
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 95.9
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 92.3
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 </lyxtabular>
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Section
15823 Alineación vertical de cuadros
15824 \begin_inset Index idx
15825 status collapsed
15826
15827 \begin_layout Plain Layout
15828 Cuadros ! Alineación vertical
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15838  estar en un marco.
15839  Después el marco se puede alinear verticalmente como se describe en la
15840  sección
15841 \begin_inset space ~
15842 \end_inset
15843
15844
15845 \begin_inset CommandInset ref
15846 LatexCommand ref
15847 reference "sec:Diálogo-Marcos"
15848
15849 \end_inset
15850
15851 .
15852  
15853 \end_layout
15854
15855 \begin_layout Standard
15856 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15857 \begin_inset Foot
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861 Las minipáginas se describen en la sección
15862 \begin_inset space ~
15863 \end_inset
15864
15865
15866 \begin_inset CommandInset ref
15867 LatexCommand ref
15868 reference "sec:Minipáginas"
15869
15870 \end_inset
15871
15872 .
15873 \end_layout
15874
15875 \end_inset
15876
15877  que tiene una anchura del 15
15878 \begin_inset space \thinspace{}
15879 \end_inset
15880
15881 % de columna:
15882 \end_layout
15883
15884 \begin_layout Itemize
15885 test 
15886 \begin_inset Box Frameless
15887 position "t"
15888 hor_pos "c"
15889 has_inner_box 1
15890 inner_pos "c"
15891 use_parbox 0
15892 use_makebox 0
15893 width "15col%"
15894 special "none"
15895 height "1in"
15896 height_special "totalheight"
15897 thickness "0.4pt"
15898 separation "3pt"
15899 shadowsize "4pt"
15900 framecolor "black"
15901 backgroundcolor "none"
15902 status collapsed
15903
15904 \begin_layout Plain Layout
15905 \begin_inset Tabular
15906 <lyxtabular version="3" rows="3" columns="3">
15907 <features tabularvalignment="middle">
15908 <column alignment="center" valignment="top">
15909 <column alignment="center" valignment="top">
15910 <column alignment="center" valignment="top">
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 a
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 d
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 g
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 b
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954 e
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 h
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 c
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 f
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 i
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 </row>
15998 </lyxtabular>
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \end_inset
16006
16007  test 
16008 \begin_inset ERT
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012
16013
16014 \backslash
16015 raisebox{0.85
16016 \backslash
16017 baselineskip}{
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \begin_inset Box Frameless
16024 position "t"
16025 hor_pos "c"
16026 has_inner_box 1
16027 inner_pos "c"
16028 use_parbox 0
16029 use_makebox 0
16030 width "15col%"
16031 special "none"
16032 height "1in"
16033 height_special "totalheight"
16034 thickness "0.4pt"
16035 separation "3pt"
16036 shadowsize "4pt"
16037 framecolor "black"
16038 backgroundcolor "none"
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042 \begin_inset Tabular
16043 <lyxtabular version="3" rows="3" columns="3">
16044 <features tabularvalignment="middle">
16045 <column alignment="center" valignment="top">
16046 <column alignment="center" valignment="top">
16047 <column alignment="center" valignment="top">
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 a
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 d
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 g
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 <row>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 b
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 e
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 h
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 c
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 f
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 i
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 </lyxtabular>
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \begin_inset ERT
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149
16150 }
16151 \end_layout
16152
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \begin_layout Itemize
16159 test 
16160 \begin_inset Box Frameless
16161 position "c"
16162 hor_pos "c"
16163 has_inner_box 1
16164 inner_pos "c"
16165 use_parbox 0
16166 use_makebox 0
16167 width "15col%"
16168 special "none"
16169 height "1in"
16170 height_special "totalheight"
16171 thickness "0.4pt"
16172 separation "3pt"
16173 shadowsize "4pt"
16174 framecolor "black"
16175 backgroundcolor "none"
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="3">
16181 <features tabularvalignment="middle">
16182 <column alignment="center" valignment="top">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 a
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 d
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 g
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 b
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 e
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 h
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 c
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 f
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 i
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 </lyxtabular>
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Itemize
16285 test 
16286 \begin_inset Box Frameless
16287 position "b"
16288 hor_pos "c"
16289 has_inner_box 1
16290 inner_pos "c"
16291 use_parbox 0
16292 use_makebox 0
16293 width "15col%"
16294 special "none"
16295 height "1in"
16296 height_special "totalheight"
16297 thickness "0.4pt"
16298 separation "3pt"
16299 shadowsize "4pt"
16300 framecolor "black"
16301 backgroundcolor "none"
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 \begin_inset Tabular
16306 <lyxtabular version="3" rows="3" columns="3">
16307 <features tabularvalignment="middle">
16308 <column alignment="center" valignment="top">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 a
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 d
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 g
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 b
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 e
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 h
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 c
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 f
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 i
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 </lyxtabular>
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406
16407  test 
16408 \begin_inset ERT
16409 status collapsed
16410
16411 \begin_layout Plain Layout
16412
16413
16414 \backslash
16415 raisebox{-0.32
16416 \backslash
16417 baselineskip}{
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \begin_inset Box Frameless
16424 position "b"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 thickness "0.4pt"
16435 separation "3pt"
16436 shadowsize "4pt"
16437 framecolor "black"
16438 backgroundcolor "none"
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="3" columns="3">
16444 <features tabularvalignment="middle">
16445 <column alignment="center" valignment="top">
16446 <column alignment="center" valignment="top">
16447 <column alignment="center" valignment="top">
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 a
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 d
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 g
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 b
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 e
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 h
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 c
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 f
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 i
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 </lyxtabular>
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \begin_inset ERT
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549
16550 }
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 Como ves, los contenidos de la primera y última filas no se alinean correctament
16560 e con la línea de texto donde está el cuadro.
16561  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16562  un cuadro elevado («raisebox»
16563 \begin_inset Foot
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567 El uso del comando 
16568 \series bold
16569
16570 \backslash
16571 raisebox
16572 \series default
16573  se explica en la sección
16574 \begin_inset space ~
16575 \end_inset
16576
16577
16578 \begin_inset CommandInset ref
16579 LatexCommand ref
16580 reference "subsec:Alineación-Vertical"
16581
16582 \end_inset
16583
16584 .
16585 \end_layout
16586
16587 \end_inset
16588
16589 ).
16590  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16591  usando el comando en código \SpecialChar TeX
16592
16593 \end_layout
16594
16595 \begin_layout Standard
16596
16597 \series bold
16598
16599 \backslash
16600 raisebox{0.85
16601 \backslash
16602 baselineskip}{
16603 \end_layout
16604
16605 \begin_layout Standard
16606 antes del marco.
16607  Tras él, se pone la llave de cierre 
16608 \series bold
16609 }
16610 \series default
16611  también en código \SpecialChar TeX
16612 .
16613  Para el segundo marco en el tercer ítem se usa el comando 
16614 \end_layout
16615
16616 \begin_layout Standard
16617
16618 \series bold
16619
16620 \backslash
16621 raisebox{-0.32
16622 \backslash
16623 baselineskip}{
16624 \end_layout
16625
16626 \begin_layout Standard
16627 \begin_inset Note Greyedout
16628 status open
16629
16630 \begin_layout Plain Layout
16631
16632 \series bold
16633 Not
16634 \series default
16635 a: La alineación del contenido de la fila con la línea del texto adyacente
16636  no es exacta.
16637  El factor necesario del comando 
16638 \series bold
16639
16640 \backslash
16641 raisebox
16642 \series default
16643  para este alineamiento depende de la tipografía del documento, del tamaño
16644  de letra y del grosor de línea del cuadro.
16645 \end_layout
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Section
16653 Cuadros coloreados
16654 \begin_inset CommandInset label
16655 LatexCommand label
16656 name "sec:Cuadros-Coloreados"
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Subsection
16664 Celdas coloreadas
16665 \begin_inset Index idx
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669 Cuadros ! Color ! en celdas
16670 \end_layout
16671
16672 \end_inset
16673
16674
16675 \begin_inset Index idx
16676 status collapsed
16677
16678 \begin_layout Plain Layout
16679 Color ! en celdas de cuadros
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 \begin_inset Float table
16689 placement h
16690 wide false
16691 sideways false
16692 status open
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Caption Standard
16696
16697 \begin_layout Plain Layout
16698 \begin_inset CommandInset label
16699 LatexCommand label
16700 name "tab:Cuadro-coloreado-sin"
16701
16702 \end_inset
16703
16704 Cuadro coloreado sin usar el paquete 
16705 \series bold
16706 colortbl
16707 \series default
16708
16709 \begin_inset Argument 1
16710 status open
16711
16712 \begin_layout Plain Layout
16713 Cuadro sin colortbl
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \begin_layout Plain Layout
16727 \align center
16728 \begin_inset Tabular
16729 <lyxtabular version="3" rows="3" columns="3">
16730 <features tabularvalignment="middle">
16731 <column alignment="center" valignment="top">
16732 <column alignment="center" valignment="top">
16733 <column alignment="center" valignment="top">
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739
16740 \color green
16741 a
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750
16751 \color red
16752 b
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \color red
16763 c
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \color green
16776 d
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785
16786 \color blue
16787 e
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \color blue
16798 f
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \color green
16811 g
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \color blue
16822 h
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \color blue
16833 i
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 </lyxtabular>
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Standard
16852 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16853  el menú 
16854 \family sans
16855 Editar\SpecialChar menuseparator
16856 Estilo
16857 \begin_inset space ~
16858 \end_inset
16859
16860 del
16861 \begin_inset space ~
16862 \end_inset
16863
16864 Texto
16865 \family default
16866 .
16867  Esto se ha hecho enl cuadro
16868 \begin_inset space ~
16869 \end_inset
16870
16871
16872 \begin_inset CommandInset ref
16873 LatexCommand ref
16874 reference "tab:Cuadro-coloreado-sin"
16875
16876 \end_inset
16877
16878 .
16879  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16880  
16881 \series bold
16882 colortbl
16883 \series default
16884 .
16885 \begin_inset Index idx
16886 status collapsed
16887
16888 \begin_layout Plain Layout
16889 \SpecialChar LaTeX
16890 -paquetes ! colortbl
16891 \end_layout
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \begin_layout Standard
16899 \begin_inset ERT
16900 status collapsed
16901
16902 \begin_layout Plain Layout
16903
16904
16905 \backslash
16906 ifcolortbl
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \begin_inset Note Note
16913 status open
16914
16915 \begin_layout Plain Layout
16916 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16917  \SpecialChar LaTeX
16918  
16919 \series bold
16920 colortbl
16921 \series default
16922 .
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 Para crear cuadros coloreados, 
16932 \series bold
16933 colortbl
16934 \series default
16935  debe cargarse en el preámbulo con la línea
16936 \end_layout
16937
16938 \begin_layout Standard
16939
16940 \series bold
16941
16942 \backslash
16943 usepackage{colortbl}
16944 \end_layout
16945
16946 \begin_layout Standard
16947 El color de una columna se define con el comando
16948 \end_layout
16949
16950 \begin_layout Standard
16951
16952 \series bold
16953
16954 \backslash
16955 columncolor{nombre del color}
16956 \end_layout
16957
16958 \begin_layout Standard
16959 dentro del comando 
16960 \series bold
16961 >{ }
16962 \series default
16963 .
16964  El comando 
16965 \series bold
16966 >{}
16967 \series default
16968  se explica en la sección
16969 \begin_inset space ~
16970 \end_inset
16971
16972
16973 \begin_inset CommandInset ref
16974 LatexCommand ref
16975 reference "subsec:Cálculos-en-Multicolumnas"
16976
16977 \end_inset
16978
16979 .
16980 \end_layout
16981
16982 \begin_layout Standard
16983 Los siguientes nombres de color están predefinidos:
16984 \end_layout
16985
16986 \begin_layout Standard
16987
16988 \family sans
16989 red
16990 \family default
16991
16992 \family sans
16993 green
16994 \family default
16995
16996 \family sans
16997 yellow, blue
16998 \family default
16999
17000 \family sans
17001 cyan
17002 \family default
17003 \series bold
17004 ,
17005 \series default
17006  
17007 \family sans
17008 magenta, black
17009 \family default
17010
17011 \family sans
17012 white
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \begin_inset VSpace medskip
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \begin_layout Standard
17023 Si añades la opción
17024 \end_layout
17025
17026 \begin_layout Standard
17027
17028 \series bold
17029 dvipsnames
17030 \end_layout
17031
17032 \begin_layout Standard
17033 en las opciones de clase en la configuración del documento, es posible usar
17034  hasta 61 colores más.
17035  Estos colores se listan en el apéndice
17036 \begin_inset space ~
17037 \end_inset
17038
17039
17040 \begin_inset CommandInset ref
17041 LatexCommand ref
17042 reference "chap:Lista-de-colores-dvips"
17043
17044 \end_inset
17045
17046 .
17047  Uno de estos colores, 
17048 \family sans
17049 Maroon
17050 \family default
17051 , se ha usado en el cuadro de ejemplo
17052 \begin_inset CommandInset ref
17053 LatexCommand ref
17054 reference "tab:Cuadro-coloreado-con"
17055
17056 \end_inset
17057
17058 .
17059 \end_layout
17060
17061 \begin_layout Standard
17062 \begin_inset VSpace medskip
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 Puedes definir tus propios colores con el comando
17070 \end_layout
17071
17072 \begin_layout Standard
17073
17074 \series bold
17075
17076 \backslash
17077 definecolor{nombre del color}{modelo de color}{valores de color}
17078 \end_layout
17079
17080 \begin_layout Standard
17081 El 
17082 \emph on
17083 modelo de color
17084 \emph default
17085  puede ser
17086 \end_layout
17087
17088 \begin_layout Labeling
17089 \labelwidthstring 00.00.0000
17090 cmyk: cyan, magenta, yellow, black
17091 \end_layout
17092
17093 \begin_layout Labeling
17094 \labelwidthstring 00.00.0000
17095 rgb: red, green, blue
17096 \end_layout
17097
17098 \begin_layout Labeling
17099 \labelwidthstring 00.00.0000
17100 gray: gray
17101 \end_layout
17102
17103 \begin_layout Standard
17104 y los 
17105 \emph on
17106 valores de color
17107 \emph default
17108  son números separados por comas entre 0 y 1 que describen el factor para
17109  el color correspondiente del modelo de color.
17110 \end_layout
17111
17112 \begin_layout Standard
17113 Por ejemplo, puedes definir el color
17114 \series bold
17115  
17116 \series default
17117 «
17118 \emph on
17119 verde oscuro
17120 \emph default
17121 » en el preámbulo con
17122 \end_layout
17123
17124 \begin_layout Standard
17125
17126 \series bold
17127
17128 \backslash
17129 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17130 \end_layout
17131
17132 \begin_layout Standard
17133 y el color «
17134 \emph on
17135 gris claro
17136 \emph default
17137 » con
17138 \end_layout
17139
17140 \begin_layout Standard
17141
17142 \series bold
17143
17144 \backslash
17145 definecolor{grisclaro}{gray}{0.8}
17146 \end_layout
17147
17148 \begin_layout Standard
17149 \begin_inset VSpace medskip
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Standard
17156 Las líneas se colorean con el comando
17157 \end_layout
17158
17159 \begin_layout Standard
17160
17161 \series bold
17162
17163 \backslash
17164 rowcolor{nombre del color}
17165 \end_layout
17166
17167 \begin_layout Standard
17168 y las celdas se colorean con el comando
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174
17175 \backslash
17176 cellcolor{nombre del color}
17177 \end_layout
17178
17179 \begin_layout Standard
17180 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17181 .
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17186 \family sans
17187 Editar\SpecialChar menuseparator
17188 Estilo
17189 \begin_inset space ~
17190 \end_inset
17191
17192 del
17193 \begin_inset space ~
17194 \end_inset
17195
17196 Texto
17197 \family default
17198 .
17199  Si una celda contiene código \SpecialChar TeX
17200  marca sólo los caracteres, si no el código
17201  \SpecialChar TeX
17202  en color puede ocasionar errores de \SpecialChar LaTeX
17203 .
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset Note Greyedout
17208 status open
17209
17210 \begin_layout Plain Layout
17211
17212 \series bold
17213 Nota:
17214 \series default
17215  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17216 \end_layout
17217
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \begin_layout Standard
17224 \begin_inset VSpace bigskip
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Standard
17231 Para crear el cuadro
17232 \begin_inset space ~
17233 \end_inset
17234
17235
17236 \begin_inset CommandInset ref
17237 LatexCommand ref
17238 reference "tab:Cuadro-coloreado-con"
17239
17240 \end_inset
17241
17242  haz lo siguiente: el color de la primera columna debe ser 
17243 \emph on
17244 verde oscuro
17245 \emph default
17246 , entonces inserta
17247 \end_layout
17248
17249 \begin_layout Standard
17250
17251 \series bold
17252 >{
17253 \backslash
17254 columncolor{verdeoscuro}
17255 \backslash
17256 centering}c
17257 \end_layout
17258
17259 \begin_layout Standard
17260 como argumento \SpecialChar LaTeX
17261  para esta columna.
17262  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17263
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 rowcolor{cyan}
17272 \end_layout
17273
17274 \begin_layout Standard
17275 en la primera celda de esta fila.
17276  Observa que esto sobrescribe el color de la columna para la primera celda.
17277  La última celda de la última fila se colorea granate insertando el comando
17278  en código \SpecialChar TeX
17279
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \series bold
17285
17286 \backslash
17287 cellcolor{Maroon}
17288 \end_layout
17289
17290 \begin_layout Standard
17291 Ahora podrían colorearse los caracteres usando el menú 
17292 \family sans
17293 Editar\SpecialChar menuseparator
17294 Estilo
17295 \begin_inset space ~
17296 \end_inset
17297
17298 del
17299 \begin_inset space ~
17300 \end_inset
17301
17302 Texto
17303 \family default
17304 .
17305 \end_layout
17306
17307 \begin_layout Standard
17308 \begin_inset Float table
17309 placement h
17310 wide false
17311 sideways false
17312 status open
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Caption Standard
17316
17317 \begin_layout Plain Layout
17318 \begin_inset CommandInset label
17319 LatexCommand label
17320 name "tab:Cuadro-coloreado-con"
17321
17322 \end_inset
17323
17324 Cuadro coloreado con el paquete 
17325 \series bold
17326 colortbl
17327 \series default
17328
17329 \begin_inset Argument 1
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333 Cuadro con 
17334 \series bold
17335 colortbl
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \begin_layout Plain Layout
17349 \align center
17350 \begin_inset Tabular
17351 <lyxtabular version="3" rows="3" columns="3">
17352 <features tabularvalignment="middle">
17353 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17354 <column alignment="center" valignment="top">
17355 <column alignment="center" valignment="top">
17356 <row>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset ERT
17362 status collapsed
17363
17364 \begin_layout Plain Layout
17365
17366
17367 \backslash
17368 rowcolor{cyan}
17369 \end_layout
17370
17371 \end_inset
17372
17373
17374 \color magenta
17375 a
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \color red
17386 b
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \color red
17397 c
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \color yellow
17410 d
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \color blue
17421 e
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \color blue
17432 f
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443
17444 \color yellow
17445 g
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \color blue
17456 h
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset ERT
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469
17470
17471 \backslash
17472 cellcolor{Maroon}
17473 \end_layout
17474
17475 \end_inset
17476
17477
17478 \color green
17479 i
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 </lyxtabular>
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 \begin_inset ERT
17499 status collapsed
17500
17501 \begin_layout Plain Layout
17502
17503
17504 \backslash
17505 else
17506 \end_layout
17507
17508 \end_inset
17509
17510
17511 \begin_inset Note Note
17512 status open
17513
17514 \begin_layout Plain Layout
17515 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17516  
17517 \series bold
17518 colortbl
17519 \series default
17520 .
17521 \end_layout
17522
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \begin_layout Standard
17529 Debes instalar el paquete \SpecialChar LaTeX
17530  
17531 \series bold
17532 colortbl
17533 \series default
17534  para ver la parte siguiente en la salida.
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543
17544 \backslash
17545 fi
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \begin_layout Subsection
17554 Filas coloreadas
17555 \begin_inset Index idx
17556 status collapsed
17557
17558 \begin_layout Plain Layout
17559 Cuadros ! Color ! para filas
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \begin_inset Index idx
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569 Color ! para filas de cuadros
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 En caso de querer colorear una de cada dos filas, hay un método alternativo
17579  al descrito en la sección anterior.
17580  Se carga el paquete 
17581 \series bold
17582 xcolor
17583 \series default
17584
17585 \begin_inset Index idx
17586 status collapsed
17587
17588 \begin_layout Plain Layout
17589 \SpecialChar LaTeX
17590 -paquetes ! xcolor
17591 \begin_inset ERT
17592 status collapsed
17593
17594 \begin_layout Plain Layout
17595
17596
17597 \backslash
17598 vspace{4mm}
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607
17608  en el preámbulo del documento con el comando
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 usepackage[table]{xcolor}
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622 xcolor
17623 \series default
17624  carga automáticamente el paquete 
17625 \series bold
17626 colortbl
17627 \series default
17628
17629 \begin_inset Index idx
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633 \SpecialChar LaTeX
17634 -paquetes ! colortbl
17635 \end_layout
17636
17637 \end_inset
17638
17639 , por tanto 
17640 \series bold
17641 colortbl
17642 \series default
17643  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17644 .
17645 \end_layout
17646
17647 \begin_layout Standard
17648 \begin_inset ERT
17649 status collapsed
17650
17651 \begin_layout Plain Layout
17652
17653
17654 \backslash
17655 ifcolortbl
17656 \end_layout
17657
17658 \end_inset
17659
17660
17661 \begin_inset Note Note
17662 status open
17663
17664 \begin_layout Plain Layout
17665 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17666  \SpecialChar LaTeX
17667  
17668 \series bold
17669 colortbl
17670 \series default
17671 .
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Las filas del cuadro se colorean con el comando
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17689 \end_layout
17690
17691 \begin_layout Standard
17692 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17693  delante del primer
17694  cuadro a colorear.
17695  
17696 \emph on
17697 número_de_fila
17698 \emph default
17699  es el número de la primera fila que debe colorearse con el color de fila
17700  impar, 
17701 \emph on
17702 comandos
17703 \emph default
17704  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17705  cuadro.
17706  Por ejemplo, 
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 rowcolors{1}{white}{lightgray}
17715 \end_layout
17716
17717 \begin_layout Standard
17718 genera el esquema de colores del cuadro
17719 \begin_inset space ~
17720 \end_inset
17721
17722
17723 \begin_inset CommandInset ref
17724 LatexCommand ref
17725 reference "tab:Cuadro-filas_color"
17726
17727 \end_inset
17728
17729 .
17730  El comando
17731 \end_layout
17732
17733 \begin_layout Standard
17734
17735 \series bold
17736
17737 \backslash
17738 rowcolors[
17739 \backslash
17740 hline]{1}{lightgray}{cyan}
17741 \end_layout
17742
17743 \begin_layout Standard
17744 genera el esquema de colores del cuadro
17745 \begin_inset space ~
17746 \end_inset
17747
17748
17749 \begin_inset CommandInset ref
17750 LatexCommand ref
17751 reference "tab:Cuadro-filas_color2"
17752
17753 \end_inset
17754
17755 .
17756  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17757  usará ningún color, de forma que el comando
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763
17764 \backslash
17765 rowcolors{1}{}{}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 deja sin color las filas de todos los cuadros siguientes.
17770 \end_layout
17771
17772 \begin_layout Standard
17773 \begin_inset ERT
17774 status open
17775
17776 \begin_layout Plain Layout
17777
17778
17779 \backslash
17780 rowcolors{1}{white}{lightgray}
17781 \end_layout
17782
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \begin_layout Standard
17789 \begin_inset Float table
17790 placement h
17791 wide false
17792 sideways false
17793 status open
17794
17795 \begin_layout Plain Layout
17796 \begin_inset Caption Standard
17797
17798 \begin_layout Plain Layout
17799 \begin_inset CommandInset label
17800 LatexCommand label
17801 name "tab:Cuadro-filas_color"
17802
17803 \end_inset
17804
17805 Cuadro con filas alternas coloreadas en gris claro.
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Plain Layout
17814 \align center
17815 \begin_inset Tabular
17816 <lyxtabular version="3" rows="4" columns="3">
17817 <features tabularvalignment="middle">
17818 <column alignment="center" valignment="top">
17819 <column alignment="center" valignment="top" width="0pt">
17820 <column alignment="center" valignment="top" width="0pt">
17821 <row>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 X
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 Y
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 Z
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 1
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 2
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 3
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 <row>
17880 <cell alignment="center" valignment="top" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 4
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 5
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 6
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 7
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 8
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 9
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 </lyxtabular>
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset ERT
17951 status open
17952
17953 \begin_layout Plain Layout
17954
17955
17956 \backslash
17957 rowcolors[
17958 \backslash
17959 hline]{1}{lightgray}{cyan}
17960 \end_layout
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Standard
17968 \begin_inset Float table
17969 placement h
17970 wide false
17971 sideways false
17972 status open
17973
17974 \begin_layout Plain Layout
17975 \begin_inset Caption Standard
17976
17977 \begin_layout Plain Layout
17978 \begin_inset CommandInset label
17979 LatexCommand label
17980 name "tab:Cuadro-filas_color2"
17981
17982 \end_inset
17983
17984 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
17985 \end_layout
17986
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \begin_layout Plain Layout
17993 \align center
17994 \begin_inset Tabular
17995 <lyxtabular version="3" rows="4" columns="3">
17996 <features tabularvalignment="middle">
17997 <column alignment="center" valignment="top">
17998 <column alignment="center" valignment="top">
17999 <column alignment="center" valignment="top" width="0pt">
18000 <row>
18001 <cell alignment="center" valignment="top" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 X
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Y
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Z
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 </row>
18029 <row>
18030 <cell alignment="center" valignment="top" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034 1
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 2
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 3
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 </row>
18058 <row>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 4
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 5
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 6
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 7
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 8
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 9
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 </lyxtabular>
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 \begin_inset ERT
18130 status collapsed
18131
18132 \begin_layout Plain Layout
18133
18134
18135 \backslash
18136 rowcolors{1}{}{}
18137 \end_layout
18138
18139 \end_inset
18140
18141
18142 \begin_inset Note Note
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146 Desactiva el coloreado de filas
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 \begin_inset ERT
18156 status collapsed
18157
18158 \begin_layout Plain Layout
18159
18160
18161 \backslash
18162 else
18163 \end_layout
18164
18165 \end_inset
18166
18167
18168 \begin_inset Note Note
18169 status open
18170
18171 \begin_layout Plain Layout
18172 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18173  
18174 \series bold
18175 colortbl
18176 \series default
18177 .
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 Debes instalar el paquete \SpecialChar LaTeX
18187  
18188 \series bold
18189 colortbl
18190 \series default
18191  para ver la parte siguiente en la salida.
18192 \end_layout
18193
18194 \begin_layout Standard
18195 \begin_inset ERT
18196 status collapsed
18197
18198 \begin_layout Plain Layout
18199
18200
18201 \backslash
18202 fi
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Subsection
18211 Líneas coloreadas
18212 \begin_inset Index idx
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216 Cuadros ! Color ! en líneas
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \begin_inset Index idx
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226 Color ! en bordes de cuadros
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 Como se describe en la sección
18236 \begin_inset space ~
18237 \end_inset
18238
18239
18240 \begin_inset CommandInset ref
18241 LatexCommand ref
18242 reference "subsec:Grosor-de-Líneas"
18243
18244 \end_inset
18245
18246 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18247  
18248 \series bold
18249
18250 \backslash
18251 arrayrulewidth
18252 \series default
18253 .
18254  Se ha puesto 1.5
18255 \begin_inset space \thinspace{}
18256 \end_inset
18257
18258 pt para todos los cuadros de esta sección.
18259 \begin_inset ERT
18260 status collapsed
18261
18262 \begin_layout Plain Layout
18263
18264
18265 \backslash
18266 setlength{
18267 \backslash
18268 arrayrulewidth}{1.5pt}
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18278  el preámbulo del documento el siguiente formato de columna, de acuerdo
18279  a lo descrito en la sección
18280 \begin_inset space ~
18281 \end_inset
18282
18283
18284 \begin_inset CommandInset ref
18285 LatexCommand ref
18286 reference "subsec:Formato-Personalizado"
18287
18288 \end_inset
18289
18290 :
18291 \end_layout
18292
18293 \begin_layout Standard
18294
18295 \series bold
18296
18297 \backslash
18298 newcolumntype{W}{!{
18299 \backslash
18300 color{green}
18301 \backslash
18302 vline}}
18303 \end_layout
18304
18305 \begin_layout Standard
18306 Para el cuadro
18307 \begin_inset space ~
18308 \end_inset
18309
18310
18311 \begin_inset CommandInset ref
18312 LatexCommand ref
18313 reference "tab:Cuadro-con-verticales-coloreadas"
18314
18315 \end_inset
18316
18317  se usó el argumento \SpecialChar LaTeX
18318
18319 \series bold
18320  WcW
18321 \series default
18322  para la última columna y
18323 \series bold
18324  Wc
18325 \series default
18326  para las demás.
18327 \end_layout
18328
18329 \begin_layout Standard
18330 Si quieres tener varios colores, define más formatos de columna.
18331 \end_layout
18332
18333 \begin_layout Standard
18334 \begin_inset Float table
18335 placement h
18336 wide false
18337 sideways false
18338 status open
18339
18340 \begin_layout Plain Layout
18341 \begin_inset Caption Standard
18342
18343 \begin_layout Plain Layout
18344 \begin_inset CommandInset label
18345 LatexCommand label
18346 name "tab:Cuadro-con-verticales-coloreadas"
18347
18348 \end_inset
18349
18350 Cuadro con líneas verticales coloreadas
18351 \end_layout
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Plain Layout
18359 \align center
18360 \begin_inset Tabular
18361 <lyxtabular version="3" rows="3" columns="3">
18362 <features tabularvalignment="middle">
18363 <column alignment="center" valignment="top" special="Wc">
18364 <column alignment="center" valignment="top" special="Wc">
18365 <column alignment="center" valignment="top" special="WcW">
18366 <row>
18367 <cell alignment="center" valignment="top" topline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 sd
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" topline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 <row>
18396 <cell alignment="center" valignment="top" topline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 sd
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 sd
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 </lyxtabular>
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Standard
18466 \begin_inset VSpace bigskip
18467 \end_inset
18468
18469 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18470 \begin_inset space ~
18471 \end_inset
18472
18473
18474 \begin_inset CommandInset ref
18475 LatexCommand ref
18476 reference "tab:Cuadro-con-horizontales-coloreadas"
18477
18478 \end_inset
18479
18480 , inserta estos comandos en código \SpecialChar TeX
18481  antes del cuadro o del flotante:
18482 \end_layout
18483
18484 \begin_layout Standard
18485
18486 \series bold
18487
18488 \backslash
18489 let
18490 \backslash
18491 myHlineC
18492 \backslash
18493 hline
18494 \begin_inset Newline newline
18495 \end_inset
18496
18497
18498 \backslash
18499 renewcommand{
18500 \backslash
18501 hline}
18502 \begin_inset Newline newline
18503 \end_inset
18504
18505
18506 \begin_inset Phantom HPhantom
18507 status open
18508
18509 \begin_layout Plain Layout
18510
18511 \series bold
18512 \begin_inset space ~
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519
18520 {
18521 \backslash
18522 arrayrulecolor{red}
18523 \backslash
18524 myHlineC
18525 \backslash
18526 arrayrulecolor{black}}
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \begin_inset ERT
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534
18535
18536 \backslash
18537 let
18538 \backslash
18539 myHlineC
18540 \backslash
18541 hline
18542 \end_layout
18543
18544 \begin_layout Plain Layout
18545
18546
18547 \backslash
18548 renewcommand{
18549 \backslash
18550 hline}
18551 \end_layout
18552
18553 \begin_layout Plain Layout
18554
18555  {
18556 \backslash
18557 arrayrulecolor{red}
18558 \backslash
18559 myHlineC
18560 \backslash
18561 arrayrulecolor{black}}
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \begin_inset Float table
18568 placement h
18569 wide false
18570 sideways false
18571 status open
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Caption Standard
18575
18576 \begin_layout Plain Layout
18577 \begin_inset CommandInset label
18578 LatexCommand label
18579 name "tab:Cuadro-con-horizontales-coloreadas"
18580
18581 \end_inset
18582
18583 Cuadro con líneas horizontales coloreadas
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Plain Layout
18592 \align center
18593 \begin_inset Tabular
18594 <lyxtabular version="3" rows="3" columns="3">
18595 <features tabularvalignment="middle">
18596 <column alignment="center" valignment="top">
18597 <column alignment="center" valignment="top">
18598 <column alignment="center" valignment="top">
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 sd
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 <row>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642 sd
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 </row>
18657 <row>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680 sd
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 </row>
18686 </lyxtabular>
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Para volver al color de línea negro predeterminado inserta este comando
18700  en código \SpecialChar TeX
18701  detrás del cuadro o el flotante:
18702 \end_layout
18703
18704 \begin_layout Standard
18705
18706 \series bold
18707
18708 \backslash
18709 renewcommand{
18710 \backslash
18711 hline}{
18712 \backslash
18713 myHlineC}
18714 \end_layout
18715
18716 \begin_layout Standard
18717 El cuadro
18718 \begin_inset space ~
18719 \end_inset
18720
18721
18722 \begin_inset CommandInset ref
18723 LatexCommand ref
18724 reference "tab:Cuadro-con-líneas-coloreadas"
18725
18726 \end_inset
18727
18728  es un ejemplo con líneas verticales y horizontales coloreadas.
18729 \end_layout
18730
18731 \begin_layout Standard
18732 \begin_inset Float table
18733 placement h
18734 wide false
18735 sideways false
18736 status open
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Caption Standard
18740
18741 \begin_layout Plain Layout
18742 \begin_inset CommandInset label
18743 LatexCommand label
18744 name "tab:Cuadro-con-líneas-coloreadas"
18745
18746 \end_inset
18747
18748 Cuadro con líneas coloreadas
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Plain Layout
18757 \align center
18758 \begin_inset Tabular
18759 <lyxtabular version="3" rows="3" columns="3">
18760 <features tabularvalignment="middle">
18761 <column alignment="center" valignment="top" special="Wc">
18762 <column alignment="center" valignment="top" special="Wc">
18763 <column alignment="center" valignment="top" special="WcW">
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 sd
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 </row>
18793 <row>
18794 <cell alignment="center" valignment="top" topline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 sd
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 </lyxtabular>
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 \begin_inset ERT
18865 status collapsed
18866
18867 \begin_layout Plain Layout
18868
18869
18870 \backslash
18871 renewcommand{
18872 \backslash
18873 hline}{
18874 \backslash
18875 myHlineC}
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Standard
18884 \begin_inset ERT
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888
18889
18890 \backslash
18891 setlength{
18892 \backslash
18893 arrayrulewidth}{1.2pt}
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902
18903 \lang english
18904 To color only some of the table lines another strategy is necessary.
18905  To color all following horizontal lines, insert this command as \SpecialChar TeX
18906  code as
18907  last thing in the row that should be above the first colored line:
18908 \end_layout
18909
18910 \begin_layout Standard
18911
18912 \series bold
18913
18914 \backslash
18915
18916 \backslash
18917
18918 \backslash
18919 arrayrulecolor{blue}%
18920 \end_layout
18921
18922 \begin_layout Standard
18923
18924 \lang english
18925 To go back to black lines, add this command as first thing in the row that
18926  is above the black lines:
18927 \end_layout
18928
18929 \begin_layout Standard
18930
18931 \series bold
18932
18933 \backslash
18934 arrayrulecolor{black}
18935 \end_layout
18936
18937 \begin_layout Standard
18938
18939 \lang english
18940 With this one can color table lines like in Table
18941 \begin_inset space ~
18942 \end_inset
18943
18944
18945 \begin_inset CommandInset ref
18946 LatexCommand ref
18947 reference "tab:Table-with-different-hor"
18948
18949 \end_inset
18950
18951 .
18952  However, with this method it is not possible to color the line above the
18953  first row of a table.
18954 \end_layout
18955
18956 \begin_layout Standard
18957 \begin_inset Float table
18958 wide false
18959 sideways false
18960 status open
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Caption Standard
18964
18965 \begin_layout Plain Layout
18966
18967 \lang english
18968 \begin_inset CommandInset label
18969 LatexCommand label
18970 name "tab:Table-with-different-hor"
18971
18972 \end_inset
18973
18974 Table with different horizontal line colors.
18975 \end_layout
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \begin_layout Plain Layout
18983 \align center
18984 \begin_inset Tabular
18985 <lyxtabular version="3" rows="6" columns="7">
18986 <features tabularvalignment="middle">
18987 <column alignment="center" valignment="top">
18988 <column alignment="center" valignment="top">
18989 <column alignment="center" valignment="top">
18990 <column alignment="center" valignment="top">
18991 <column alignment="center" valignment="top">
18992 <column alignment="center" valignment="top">
18993 <column alignment="center" valignment="top">
18994 <row>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" topline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 \begin_inset ERT
19054 status open
19055
19056 \begin_layout Plain Layout
19057
19058
19059 \backslash
19060
19061 \backslash
19062
19063 \backslash
19064 arrayrulecolor{blue}%
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row>
19076 <cell alignment="center" valignment="top" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 Y
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 Y
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 \begin_inset ERT
19146 status open
19147
19148 \begin_layout Plain Layout
19149
19150
19151 \backslash
19152 arrayrulecolor{black}
19153 \end_layout
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 \begin_inset ERT
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280
19281
19282 \backslash
19283
19284 \backslash
19285
19286 \backslash
19287 arrayrulecolor{green}%
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset ERT
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372
19373
19374 \backslash
19375 arrayrulecolor{black}
19376 \end_layout
19377
19378 \end_inset
19379
19380 B
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441
19442 \backslash
19443
19444 \backslash
19445 arrayrulecolor{blue}%
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 </lyxtabular>
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469
19470 \lang english
19471 To change the color of vertical lines within a row, like in Table
19472 \begin_inset space ~
19473 \end_inset
19474
19475
19476 \begin_inset CommandInset ref
19477 LatexCommand ref
19478 reference "tab:Table-with-different-ver"
19479
19480 \end_inset
19481
19482 , one needs to use multicolumns.
19483  At first one needs to remove all vertical lines that don't run along the
19484  whole column.
19485  Now one colors all lines using the command
19486 \end_layout
19487
19488 \begin_layout Standard
19489
19490 \series bold
19491
19492 \backslash
19493
19494 \backslash
19495
19496 \backslash
19497 arrayrulecolor{blue}%
19498 \end_layout
19499
19500 \begin_layout Standard
19501
19502 \lang english
19503 as above.
19504  Finally one inserts this command as \SpecialChar TeX
19505  code to every cell in the row where
19506  one needs a vertical line in a different color:
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512
19513 \backslash
19514 multicolumn{1}{!{
19515 \backslash
19516 color{green}
19517 \backslash
19518 vline}c!{
19519 \backslash
19520 color{red}
19521 \backslash
19522 vline}}{
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \lang english
19528 This adds a vertical line to both sides of the cell.
19529  The left one will be green, the right one red.
19530  If no color change is necessary one can omit the 
19531 \series bold
19532
19533 \backslash
19534 color
19535 \series default
19536  command in the above command.
19537  To get for example a black left line and a blue right line you can write:
19538 \end_layout
19539
19540 \begin_layout Standard
19541
19542 \series bold
19543
19544 \backslash
19545 multicolumn{1}{!{
19546 \backslash
19547 color{black}
19548 \backslash
19549 vline}c|}{
19550 \end_layout
19551
19552 \begin_layout Standard
19553
19554 \lang english
19555 because the color blue was already set for all lines.
19556  The 
19557 \series bold
19558 |
19559 \series default
19560  creates hereby the vertical line while 
19561 \series bold
19562
19563 \backslash
19564 vline
19565 \series default
19566  does this when 
19567 \series bold
19568
19569 \backslash
19570 color
19571 \series default
19572  is used.
19573  To set vertical lines without changing any color use
19574 \end_layout
19575
19576 \begin_layout Standard
19577
19578 \series bold
19579
19580 \backslash
19581 multicolumn{1}{|c|}{
19582 \end_layout
19583
19584 \begin_layout Standard
19585
19586 \lang english
19587 After this command insert the cell content the normal way and end the cell
19588  with a closing brace 
19589 \series bold
19590 }
19591 \series default
19592  in \SpecialChar TeX
19593  code.
19594 \end_layout
19595
19596 \begin_layout Standard
19597 \begin_inset Float table
19598 wide false
19599 sideways false
19600 status open
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Caption Standard
19604
19605 \begin_layout Plain Layout
19606
19607 \lang english
19608 \begin_inset CommandInset label
19609 LatexCommand label
19610 name "tab:Table-with-different-ver"
19611
19612 \end_inset
19613
19614 Table with different vertical line colors in one row.
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Plain Layout
19623 \align center
19624 \begin_inset Tabular
19625 <lyxtabular version="3" rows="5" columns="7">
19626 <features tabularvalignment="middle">
19627 <column alignment="center" valignment="top">
19628 <column alignment="center" valignment="top">
19629 <column alignment="center" valignment="top">
19630 <column alignment="center" valignment="top">
19631 <column alignment="center" valignment="top">
19632 <column alignment="center" valignment="top">
19633 <column alignment="center" valignment="top">
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 <cell alignment="center" valignment="top" topline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 \begin_inset ERT
19694 status open
19695
19696 \begin_layout Plain Layout
19697
19698
19699 \backslash
19700
19701 \backslash
19702
19703 \backslash
19704 arrayrulecolor{red}%
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 \begin_inset ERT
19721 status open
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 multicolumn{1}{!{
19728 \backslash
19729 color{black}
19730 \backslash
19731 vline}c|}{
19732 \end_layout
19733
19734 \end_inset
19735
19736 Y
19737 \begin_inset ERT
19738 status collapsed
19739
19740 \begin_layout Plain Layout
19741
19742 }
19743 \end_layout
19744
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset ERT
19793 status open
19794
19795 \begin_layout Plain Layout
19796
19797
19798 \backslash
19799 multicolumn{1}{c|}{
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \begin_inset ERT
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809
19810 }
19811 \end_layout
19812
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset ERT
19825 status open
19826
19827 \begin_layout Plain Layout
19828
19829
19830 \backslash
19831 multicolumn{1}{c!{
19832 \backslash
19833 color{black}
19834 \backslash
19835 vline}}{
19836 \end_layout
19837
19838 \end_inset
19839
19840 Y
19841 \begin_inset ERT
19842 status collapsed
19843
19844 \begin_layout Plain Layout
19845
19846 }
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset ERT
19863 status collapsed
19864
19865 \begin_layout Plain Layout
19866
19867
19868 \backslash
19869 arrayrulecolor{black}
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset ERT
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932
19933
19934 \backslash
19935
19936 \backslash
19937
19938 \backslash
19939 arrayrulecolor{magenta}%
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset ERT
19956 status collapsed
19957
19958 \begin_layout Plain Layout
19959
19960
19961 \backslash
19962 multicolumn{1}{|c!{
19963 \backslash
19964 color{red}
19965 \backslash
19966 vline}}{
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \begin_inset ERT
19973 status collapsed
19974
19975 \begin_layout Plain Layout
19976
19977 }
19978 \end_layout
19979
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset ERT
19992 status collapsed
19993
19994 \begin_layout Plain Layout
19995
19996
19997 \backslash
19998 multicolumn{1}{c!{
19999 \backslash
20000 color{green}
20001 \backslash
20002 vline}}{
20003 \end_layout
20004
20005 \end_inset
20006
20007
20008 \begin_inset ERT
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012
20013 }
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset ERT
20028 status collapsed
20029
20030 \begin_layout Plain Layout
20031
20032
20033 \backslash
20034 multicolumn{1}{c!{
20035 \backslash
20036 color{yellow}
20037 \backslash
20038 vline}}{
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \begin_inset ERT
20045 status collapsed
20046
20047 \begin_layout Plain Layout
20048
20049 }
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset ERT
20064 status collapsed
20065
20066 \begin_layout Plain Layout
20067
20068
20069 \backslash
20070 multicolumn{1}{c!{
20071 \backslash
20072 color{blue}
20073 \backslash
20074 vline}}{
20075 \end_layout
20076
20077 \end_inset
20078
20079
20080 \begin_inset ERT
20081 status collapsed
20082
20083 \begin_layout Plain Layout
20084
20085 }
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset ERT
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104
20105 \backslash
20106 multicolumn{1}{c!{
20107 \backslash
20108 color{cyan}
20109 \backslash
20110 vline}}{
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset ERT
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120
20121 }
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset ERT
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139
20140
20141 \backslash
20142 multicolumn{1}{c!{
20143 \backslash
20144 color{black}
20145 \backslash
20146 vline}}{
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \begin_inset ERT
20153 status collapsed
20154
20155 \begin_layout Plain Layout
20156
20157 }
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset ERT
20172 status collapsed
20173
20174 \begin_layout Plain Layout
20175
20176
20177 \backslash
20178 multicolumn{1}{c|}{
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \begin_inset ERT
20185 status collapsed
20186
20187 \begin_layout Plain Layout
20188
20189 }
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset ERT
20206 status collapsed
20207
20208 \begin_layout Plain Layout
20209
20210
20211 \backslash
20212 arrayrulecolor{black}
20213 \end_layout
20214
20215 \end_inset
20216
20217 B
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 </row>
20277 </lyxtabular>
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \begin_layout Standard
20290 \begin_inset ERT
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294
20295
20296 \backslash
20297 setlength{
20298 \backslash
20299 arrayrulewidth}{0.4pt}
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Section
20308 Celdas de cuadro rotadas
20309 \begin_inset CommandInset label
20310 LatexCommand label
20311 name "sec:Celdas de cuadro giradas"
20312
20313 \end_inset
20314
20315
20316 \begin_inset Index idx
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320 Cuadros ! Celdas rotadas
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \begin_inset Index idx
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 Material rotado
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 \begin_inset Note Greyedout
20340 status open
20341
20342 \begin_layout Plain Layout
20343
20344 \series bold
20345 Nota:
20346 \series default
20347  No todos los visores DVI pueden mostrar rotaciones.
20348 \end_layout
20349
20350 \end_inset
20351
20352 El cuadro
20353 \begin_inset space ~
20354 \end_inset
20355
20356
20357 \begin_inset CommandInset ref
20358 LatexCommand ref
20359 reference "tab:Cuadro-celdas-rotadas"
20360
20361 \end_inset
20362
20363  es un ejemplo con tres celdas rotadas 45
20364 \begin_inset space \thinspace{}
20365 \end_inset
20366
20367 °.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 \begin_inset Float table
20372 wide false
20373 sideways false
20374 status open
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Caption Standard
20378
20379 \begin_layout Plain Layout
20380 \begin_inset CommandInset label
20381 LatexCommand label
20382 name "tab:Cuadro-celdas-rotadas"
20383
20384 \end_inset
20385
20386 Cuadro con celdas rotadas en la primera fila.
20387 \end_layout
20388
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \begin_layout Plain Layout
20395 \noindent
20396 \align center
20397 \begin_inset Tabular
20398 <lyxtabular version="3" rows="2" columns="3">
20399 <features tabularvalignment="middle">
20400 <column alignment="center" valignment="top" width="0pt">
20401 <column alignment="center" valignment="top" width="0pt">
20402 <column alignment="center" valignment="top" width="0pt">
20403 <row>
20404 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 copas
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 platos
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 fuentes
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437 45
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 33
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 21
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 </lyxtabular>
20462
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \begin_layout Standard
20474 \begin_inset Note Greyedout
20475 status open
20476
20477 \begin_layout Plain Layout
20478
20479 \series bold
20480 Nota:
20481 \series default
20482  Los saltos de línea (atajo 
20483 \begin_inset Info
20484 type  "shortcut"
20485 arg   "newline-insert newline"
20486 \end_inset
20487
20488 ) no están permitidos en celdas rotadas.
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
20498  el contenido de la celda en una minipágina o en un marco de párrafo.
20499 \begin_inset Foot
20500 status collapsed
20501
20502 \begin_layout Plain Layout
20503 Más información acerca de estos cuadros en la sección
20504 \begin_inset space ~
20505 \end_inset
20506
20507
20508 \begin_inset CommandInset ref
20509 LatexCommand ref
20510 reference "sec:Minipáginas"
20511
20512 \end_inset
20513
20514  y 
20515 \begin_inset CommandInset ref
20516 LatexCommand ref
20517 reference "sec:Marcos-de-Párrafo"
20518
20519 \end_inset
20520
20521 .
20522  
20523 \end_layout
20524
20525 \end_inset
20526
20527  Si esta celda se rota 90
20528 \begin_inset space \thinspace{}
20529 \end_inset
20530
20531 °, la anchura del marco es la altura de la celda.
20532  El cuadro
20533 \begin_inset space ~
20534 \end_inset
20535
20536
20537 \begin_inset CommandInset ref
20538 LatexCommand ref
20539 reference "tab:Cuadro-rotación-multilínea"
20540
20541 \end_inset
20542
20543  es un ejemplo de una celda rotada con salto de línea en la que la anchura
20544  del marco se ha establecido en 3
20545 \begin_inset space \thinspace{}
20546 \end_inset
20547
20548 cm.
20549 \end_layout
20550
20551 \begin_layout Standard
20552 \begin_inset Float table
20553 wide false
20554 sideways false
20555 status open
20556
20557 \begin_layout Plain Layout
20558 \begin_inset Caption Standard
20559
20560 \begin_layout Plain Layout
20561 \begin_inset CommandInset label
20562 LatexCommand label
20563 name "tab:Cuadro-rotación-multilínea"
20564
20565 \end_inset
20566
20567 Cuadro con salto de línea en una celda rotada
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Plain Layout
20576 \noindent
20577 \align center
20578 \begin_inset Tabular
20579 <lyxtabular version="3" rows="2" columns="3">
20580 <features tabularvalignment="middle">
20581 <column alignment="center" valignment="top">
20582 <column alignment="center" valignment="top" width="0pt">
20583 <column alignment="center" valignment="top">
20584 <row>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 a
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Box Frameless
20599 position "t"
20600 hor_pos "c"
20601 has_inner_box 1
20602 inner_pos "t"
20603 use_parbox 0
20604 use_makebox 0
20605 width "3cm"
20606 special "none"
20607 height "1in"
20608 height_special "totalheight"
20609 thickness "0.4pt"
20610 separation "3pt"
20611 shadowsize "4pt"
20612 framecolor "black"
20613 backgroundcolor "none"
20614 status open
20615
20616 \begin_layout Plain Layout
20617 celda rotada
20618 \begin_inset Newline newline
20619 \end_inset
20620
20621 con salto de línea
20622 \end_layout
20623
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 e
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 b
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 c
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 d
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 </lyxtabular>
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \begin_layout Section
20683 Cálculo de la anchura de cuadros
20684 \begin_inset CommandInset label
20685 LatexCommand label
20686 name "sec:Cálculo-anchura-cuadros"
20687
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \begin_layout Standard
20694 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
20695  márgenes de la página.
20696  La solución es establecer una anchura fija para cada columna del cuadro,
20697  pero ¿qué espacio necesita cada columna?
20698 \end_layout
20699
20700 \begin_layout Standard
20701 La anchura del cuadro 
20702 \begin_inset Formula $W_{\mathrm{cuadro}}$
20703 \end_inset
20704
20705  se puede calcular: cada columna tiene la anchura de la columna especificada
20706  
20707 \begin_inset Formula $W_{\mathrm{columna}}$
20708 \end_inset
20709
20710  (contenido de la columna), más dos veces la separación entre el contenido
20711  y el borde (longitud \SpecialChar LaTeX
20712
20713 \series bold
20714  
20715 \backslash
20716 tabcolsep
20717 \series default
20718 , predeterminada 6
20719 \begin_inset space \thinspace{}
20720 \end_inset
20721
20722 pt), más la anchura del borde (longitud \SpecialChar LaTeX
20723  
20724 \series bold
20725
20726 \backslash
20727 arrayrulewidth
20728 \series default
20729 , predeterminada 0.4
20730 \begin_inset space \thinspace{}
20731 \end_inset
20732
20733 pt): así, si las 
20734 \begin_inset Formula $n$
20735 \end_inset
20736
20737  columnas tienen la misma anchura, la anchura del cuadro es
20738 \end_layout
20739
20740 \begin_layout Standard
20741 \begin_inset Formula 
20742 \begin{equation}
20743 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20744 \end{equation}
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Standard
20752 La anchura disponible para un cuadro es el espacio entre los márgenes de
20753  página o la anchura de la columna de texto (en documentos a dos columnas;
20754  longitud \SpecialChar LaTeX
20755  
20756 \series bold
20757
20758 \backslash
20759 columnwidth
20760 \series default
20761 ).
20762  Si todas las columnas del cuadro han de tener la misma anchura y 
20763 \begin_inset Formula $W_{\mathrm{cuadro}}$
20764 \end_inset
20765
20766  debe ser 1
20767 \begin_inset space \thinspace{}
20768 \end_inset
20769
20770
20771 \backslash
20772 columnwidth, 
20773 \begin_inset Formula $W_{\mathrm{columna}}$
20774 \end_inset
20775
20776  puede calcularse fácilmente.
20777 \end_layout
20778
20779 \begin_layout Standard
20780 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
20781  
20782 \series bold
20783 calc
20784 \series default
20785
20786 \begin_inset Index idx
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 \SpecialChar LaTeX
20791 -paquetes ! calc
20792 \end_layout
20793
20794 \end_inset
20795
20796  en el preámbulo del documento.
20797  Para establecer la anchura en la ventana de configuración de cuadros hay
20798  que usar el campo 
20799 \family sans
20800 Argumento
20801 \begin_inset space ~
20802 \end_inset
20803
20804 \SpecialChar LaTeX
20805
20806 \family default
20807 .
20808  El esquema del comando es el mismo que se explica en la sección 
20809 \begin_inset space ~
20810 \end_inset
20811
20812
20813 \begin_inset CommandInset ref
20814 LatexCommand ref
20815 reference "subsec:Cálculos-en-Multicolumnas"
20816
20817 \end_inset
20818
20819 .
20820  Para un cuadro con 5
20821 \begin_inset space \thinspace{}
20822 \end_inset
20823
20824 columnas de anchura uniforme y texto centrado, escribe el comando
20825 \end_layout
20826
20827 \begin_layout Standard
20828
20829 \series bold
20830 >{
20831 \backslash
20832 centering}p{(1
20833 \backslash
20834 columnwidth-62.4pt)/5}
20835 \end_layout
20836
20837 \begin_layout Standard
20838 Para un cuadro con 5
20839 \begin_inset space \thinspace{}
20840 \end_inset
20841
20842 columnas en el que dos de ellas tengan 0.75
20843 \begin_inset space ~
20844 \end_inset
20845
20846 veces la anchura de las otras, el cálculo es
20847 \begin_inset Formula 
20848 \begin{align}
20849 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20850  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20851  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20852 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20853 \end{align}
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \begin_layout Standard
20861 En el cuadro, por tanto, el comando
20862 \end_layout
20863
20864 \begin_layout Standard
20865
20866 \series bold
20867 >{
20868 \backslash
20869 centering}p{(1
20870 \backslash
20871 columnwidth-62.4pt)/
20872 \backslash
20873 real{4.5}}
20874 \end_layout
20875
20876 \begin_layout Standard
20877 se usa para las columnas más anchas y
20878 \end_layout
20879
20880 \begin_layout Standard
20881
20882 \series bold
20883 >{
20884 \backslash
20885 centering}p{(1
20886 \backslash
20887 columnwidth-62.4pt)/
20888 \backslash
20889 real{4.5}*
20890 \backslash
20891 real{0.75}}
20892 \end_layout
20893
20894 \begin_layout Standard
20895 para las más estrechas:
20896 \end_layout
20897
20898 \begin_layout Standard
20899 \begin_inset Tabular
20900 <lyxtabular version="3" rows="2" columns="5">
20901 <features tabularvalignment="middle">
20902 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20903 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20904 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20905 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20906 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 1
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 2
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 3
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 4
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 5
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 111111 1111111 111111 111111111 11111 11111 1111
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 2222 22222 222222 222222222 2222222 22 22222
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 333333 333333 333333 33333 3333333 333
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 </lyxtabular>
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Section
21009 Personalización de cuadros
21010 \begin_inset Index idx
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Cuadros ! Personalización
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Subsection
21023 Espacio adicional en filas
21024 \begin_inset CommandInset label
21025 LatexCommand label
21026 name "subsec:Espacio-adicional"
21027
21028 \end_inset
21029
21030
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 Cuadros ! Personalización ! Espacio adicional en filas
21036 \end_layout
21037
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
21045  
21046 \family sans
21047 Bordes
21048 \family default
21049  del diálogo de configuración de cuadros.
21050  En el marco 
21051 \family sans
21052 Espacio
21053 \begin_inset space ~
21054 \end_inset
21055
21056 adicional
21057 \family default
21058  dispones de tres posibilidades:
21059 \end_layout
21060
21061 \begin_layout Description
21062 Superior
21063 \begin_inset space ~
21064 \end_inset
21065
21066 de
21067 \begin_inset space ~
21068 \end_inset
21069
21070 la
21071 \begin_inset space ~
21072 \end_inset
21073
21074 fila añade espacio sobre los caracteres de la fila.
21075  Si el cuadro es de estilo formal
21076 \begin_inset Foot
21077 status open
21078
21079 \begin_layout Plain Layout
21080 Los cuadros formales se explican en la sección
21081 \begin_inset space ~
21082 \end_inset
21083
21084
21085 \begin_inset CommandInset ref
21086 LatexCommand ref
21087 reference "sec:Cuadros-Formales"
21088
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095
21096  \SpecialChar LyX
21097  insertará 0.5
21098 \begin_inset space \thinspace{}
21099 \end_inset
21100
21101 em por omisión.
21102  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
21103  verticales, como se ve en el cuadro siguiente:
21104 \begin_inset VSpace medskip
21105 \end_inset
21106
21107
21108 \begin_inset Newline newline
21109 \end_inset
21110
21111
21112 \begin_inset space \hspace*{}
21113 \length 0pt
21114 \end_inset
21115
21116
21117 \begin_inset space \hfill{}
21118 \end_inset
21119
21120
21121 \begin_inset Tabular
21122 <lyxtabular version="3" rows="3" columns="1">
21123 <features tabularvalignment="middle">
21124 <column alignment="center" valignment="top">
21125 <row>
21126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 A
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row topspace="3mm">
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 3
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 mm sobre la fila
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 C
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 </lyxtabular>
21163
21164 \end_inset
21165
21166
21167 \begin_inset space \hfill{}
21168 \end_inset
21169
21170
21171 \begin_inset space \hspace*{}
21172 \length 0pt
21173 \end_inset
21174
21175
21176 \begin_inset VSpace medskip
21177 \end_inset
21178
21179
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183 Así pues, insertar espacio superior en cuadros normales sólo es útil en
21184  cuadros sin líneas verticales.
21185 \end_layout
21186
21187 \begin_layout Description
21188 Inferior
21189 \begin_inset space ~
21190 \end_inset
21191
21192 de
21193 \begin_inset space ~
21194 \end_inset
21195
21196 la
21197 \begin_inset space ~
21198 \end_inset
21199
21200 fila añade espacio bajo los caracteres de la fila.
21201  Si el cuadro es formal \SpecialChar LyX
21202  inserta por omisión 0.5
21203 \begin_inset space \thinspace{}
21204 \end_inset
21205
21206 em; si el cuadro es normal inserta 2
21207 \begin_inset space \thinspace{}
21208 \end_inset
21209
21210 pt.
21211  
21212 \end_layout
21213
21214 \begin_layout Description
21215 Entre
21216 \begin_inset space ~
21217 \end_inset
21218
21219 las
21220 \begin_inset space ~
21221 \end_inset
21222
21223 filas añade espacio entre la fila actual y la siguiente.
21224  Si el cuadro es formal \SpecialChar LyX
21225  inserta 0.5
21226 \begin_inset space \thinspace{}
21227 \end_inset
21228
21229 em por omisión.
21230  En cuadros normales, el espacio adicional destruirá las líneas verticales
21231  del cuadro, como se ve en la siguiente:
21232 \begin_inset VSpace medskip
21233 \end_inset
21234
21235
21236 \begin_inset Newline newline
21237 \end_inset
21238
21239
21240 \begin_inset space \hspace*{}
21241 \length 0pt
21242 \end_inset
21243
21244
21245 \begin_inset space \hfill{}
21246 \end_inset
21247
21248
21249 \begin_inset Tabular
21250 <lyxtabular version="3" rows="3" columns="1">
21251 <features tabularvalignment="middle">
21252 <column alignment="center" valignment="top">
21253 <row>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 A
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 </row>
21264 <row interlinespace="3mm">
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\downarrow$
21270 \end_inset
21271
21272  3
21273 \begin_inset space \thinspace{}
21274 \end_inset
21275
21276 mm entre las filas
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\uparrow$
21288 \end_inset
21289
21290  3
21291 \begin_inset space \thinspace{}
21292 \end_inset
21293
21294 mm entre las filas 
21295 \begin_inset Formula $\uparrow$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 </lyxtabular>
21305
21306 \end_inset
21307
21308
21309 \begin_inset space \hfill{}
21310 \end_inset
21311
21312
21313 \begin_inset space \hspace*{}
21314 \length 0pt
21315 \end_inset
21316
21317
21318 \begin_inset VSpace medskip
21319 \end_inset
21320
21321
21322 \begin_inset Newline newline
21323 \end_inset
21324
21325 Así pues, los espacios adicionales entre filas de cuadros normales sólo
21326  sirven para cuadros sin líneas verticales.
21327 \end_layout
21328
21329 \begin_layout Standard
21330 \begin_inset VSpace bigskip
21331 \end_inset
21332
21333 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
21334  utiliza los siguientes comandos en el preámbulo:
21335 \end_layout
21336
21337 \begin_layout Standard
21338
21339 \series bold
21340
21341 \backslash
21342 @ifundefined{extrarowheight}
21343 \begin_inset Newline newline
21344 \end_inset
21345
21346
21347 \begin_inset Phantom HPhantom
21348 status open
21349
21350 \begin_layout Plain Layout
21351
21352 \series bold
21353 \begin_inset space ~
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360
21361 {
21362 \backslash
21363 usepackage{array}}{}
21364 \begin_inset Newline newline
21365 \end_inset
21366
21367
21368 \backslash
21369 setlength{
21370 \backslash
21371 extrarowheight}{altura}
21372 \series default
21373
21374 \begin_inset Note Note
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 \SpecialChar LyX
21379  cargará automáticamente el paquete 
21380 \series bold
21381 array
21382 \series default
21383  cuando uses formatos de cuadro autodefinidos.
21384  Para evitar que sea cargado dos veces se pone al principio el comando 
21385 \series bold
21386
21387 \backslash
21388 @ifundefined
21389 \series default
21390 .
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \begin_layout Standard
21399 donde la 
21400 \family sans
21401 alture
21402 \family default
21403  puede ser una de las unidades listadas en el apéndice
21404 \begin_inset space ~
21405 \end_inset
21406
21407
21408 \begin_inset CommandInset ref
21409 LatexCommand ref
21410 reference "cap:Unidades-disponibles-en"
21411
21412 \end_inset
21413
21414 .
21415  Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
21416  centrado en vertical.
21417 \end_layout
21418
21419 \begin_layout Standard
21420 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
21421  del cuadro están a veces demasiado cerca de las letras.
21422  Esto se puede corregir insertando el comando 
21423 \series bold
21424
21425 \backslash
21426 strut
21427 \series default
21428  en código \SpecialChar TeX
21429  al principio de la fila del cuadro.
21430  El cuadro
21431 \begin_inset space ~
21432 \end_inset
21433
21434
21435 \begin_inset CommandInset ref
21436 LatexCommand ref
21437 reference "tab:Alineación-vertical"
21438
21439 \end_inset
21440
21441  muestra el efecto:
21442 \end_layout
21443
21444 \begin_layout Standard
21445 \noindent
21446 \begin_inset Float table
21447 placement h
21448 wide false
21449 sideways false
21450 status open
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Caption Standard
21454
21455 \begin_layout Plain Layout
21456 \begin_inset CommandInset label
21457 LatexCommand label
21458 name "tab:Alineación-vertical"
21459
21460 \end_inset
21461
21462 Alineación vertical de texto con letras grandes
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \begin_layout Plain Layout
21471 \begin_inset space \hfill{}
21472 \end_inset
21473
21474
21475 \begin_inset Float table
21476 wide false
21477 sideways false
21478 status open
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Caption Standard
21482
21483 \begin_layout Plain Layout
21484 Cuadro normal
21485 \end_layout
21486
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \begin_layout Plain Layout
21493 \noindent
21494 \align center
21495 \begin_inset Tabular
21496 <lyxtabular version="3" rows="6" columns="1">
21497 <features tabularvalignment="middle">
21498 <column alignment="left" valignment="top">
21499 <row>
21500 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 Normal, g
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \size large
21517 Grande
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \size larger
21530 Más grande
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \size largest
21543 Grandísima
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 <row>
21550 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \size huge
21556 Enorme
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \size huge
21569 Gigante
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 </lyxtabular>
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583
21584
21585 \begin_inset space \hfill{}
21586 \end_inset
21587
21588
21589 \begin_inset Float table
21590 wide false
21591 sideways false
21592 status open
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Caption Standard
21596
21597 \begin_layout Plain Layout
21598 Cuadro con comando 
21599 \series bold
21600
21601 \backslash
21602 strut
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \begin_layout Plain Layout
21611 \noindent
21612 \align center
21613 \begin_inset Tabular
21614 <lyxtabular version="3" rows="6" columns="1">
21615 <features tabularvalignment="middle">
21616 <column alignment="left" valignment="top">
21617 <row>
21618 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 Normal, g
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \size large
21635 \begin_inset ERT
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639
21640
21641 \backslash
21642 strut 
21643 \end_layout
21644
21645 \end_inset
21646
21647 Grande
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \size larger
21660 \begin_inset ERT
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664
21665
21666 \backslash
21667 strut 
21668 \end_layout
21669
21670 \end_inset
21671
21672 Más grande
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \size largest
21685 \begin_inset ERT
21686 status collapsed
21687
21688 \begin_layout Plain Layout
21689
21690
21691 \backslash
21692 strut 
21693 \end_layout
21694
21695 \end_inset
21696
21697 Grandísima
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \size huge
21710 \begin_inset ERT
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714
21715
21716 \backslash
21717 strut 
21718 \end_layout
21719
21720 \end_inset
21721
21722 Enorme
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \size giant
21735 \begin_inset ERT
21736 status collapsed
21737
21738 \begin_layout Plain Layout
21739
21740
21741 \backslash
21742 strut 
21743 \end_layout
21744
21745 \end_inset
21746
21747
21748 \size huge
21749 Gigante
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 </lyxtabular>
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763
21764
21765 \begin_inset space \hfill{}
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Subsection
21777 Alineación especial de celdas
21778 \begin_inset CommandInset label
21779 LatexCommand label
21780 name "subsec:Alineación-especial-de"
21781
21782 \end_inset
21783
21784
21785 \begin_inset Index idx
21786 status collapsed
21787
21788 \begin_layout Plain Layout
21789 Cuadros ! Personalización ! Alineación especial de celdas
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \begin_layout Standard
21798 A veces mejora la presentación si las entradas en las celdas de una columna
21799  se alinean con un carácter determinado, p.
21800 \begin_inset space \thinspace{}
21801 \end_inset
21802
21803 ej.
21804 \begin_inset space ~
21805 \end_inset
21806
21807 el separador decimal, como en el cuadro
21808 \begin_inset space ~
21809 \end_inset
21810
21811
21812 \begin_inset CommandInset ref
21813 LatexCommand ref
21814 reference "tab:Cuadro-celdas-alineadas"
21815
21816 \end_inset
21817
21818 .
21819  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
21820  el botón 
21821 \begin_inset Info
21822 type  "icon"
21823 arg   "tabular-feature align-decimal"
21824 \end_inset
21825
21826  de la barra de herramientas o eligiendo la alineación 
21827 \family sans
21828 Al separador decimal
21829 \family default
21830  en la configuración del cuadro.
21831  Ahí se puede especificar también el carácter deseado para la alineación.
21832 \end_layout
21833
21834 \begin_layout Standard
21835 \begin_inset Float table
21836 wide false
21837 sideways false
21838 status open
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Caption Standard
21842
21843 \begin_layout Plain Layout
21844 \begin_inset CommandInset label
21845 LatexCommand label
21846 name "tab:Cuadro-celdas-alineadas"
21847
21848 \end_inset
21849
21850 Cuadro con celdas alineadas con el separador decimal.
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \begin_layout Plain Layout
21859 \align center
21860 \begin_inset Tabular
21861 <lyxtabular version="3" rows="4" columns="1">
21862 <features booktabs="true" tabularvalignment="middle">
21863 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21864 <row>
21865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 leyenda
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="center" valignment="top" topline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 12,6
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 0,68
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 -123,0
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 </lyxtabular>
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \begin_layout Standard
21921 \begin_inset Float table
21922 wide false
21923 sideways false
21924 status open
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Caption Standard
21928
21929 \begin_layout Plain Layout
21930 \begin_inset CommandInset label
21931 LatexCommand label
21932 name "tab:Cuadro-con-celdas-de"
21933
21934 \end_inset
21935
21936 Cuadro con celdas alineadas con los operadores.
21937 \end_layout
21938
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \begin_layout Plain Layout
21945 \align center
21946 \begin_inset Tabular
21947 <lyxtabular version="3" rows="4" columns="2">
21948 <features booktabs="true" tabularvalignment="middle">
21949 <column alignment="right" valignment="top" width="0pt">
21950 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21951 <row>
21952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 leyenda
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 </row>
21971 <row>
21972 <cell alignment="center" valignment="top" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $12\,+$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\,6$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $0\,-$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\,68$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $-123\,/$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\,0$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 </lyxtabular>
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \begin_layout Standard
22062 Para alinear con caracteres en ecuaciones este método no funciona porque
22063  el campo para especificar el carácter no permite ecuaciones.
22064  En este caso hay que usar el método del cuadro
22065 \begin_inset space ~
22066 \end_inset
22067
22068
22069 \begin_inset CommandInset ref
22070 LatexCommand ref
22071 reference "tab:Cuadro-con-celdas-de"
22072
22073 \end_inset
22074
22075 .
22076  Es un cuadro 4×2.
22077  La leyenda es una multicolumna centrada.
22078  La primera columna está alineada a la derecha y contiene la primera parte
22079  incluyendo el operador.
22080  La segunda columna está alineada a la izquierda y contiene la parte restante.
22081  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
22082  columna para mantener el espacio habitual alrededor de los operadores.
22083  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
22084  el siguiente argumento \SpecialChar LaTeX
22085  para la segunda columna:
22086 \end_layout
22087
22088 \begin_layout Standard
22089
22090 \series bold
22091 @{}l
22092 \end_layout
22093
22094 \begin_layout Standard
22095 El cuadro
22096 \begin_inset space ~
22097 \end_inset
22098
22099
22100 \begin_inset CommandInset ref
22101 LatexCommand ref
22102 reference "tab:Varias-alineaciones"
22103
22104 \end_inset
22105
22106  muestra varios ejemplos de alineación.
22107  Para alinear al signo de relación se ha añadido un pequeño espacio como
22108  en la segunda columna del cuadro
22109 \begin_inset space ~
22110 \end_inset
22111
22112
22113 \begin_inset CommandInset ref
22114 LatexCommand ref
22115 reference "tab:Cuadro-con-celdas-de"
22116
22117 \end_inset
22118
22119 .
22120 \end_layout
22121
22122 \begin_layout Standard
22123 \begin_inset Float table
22124 placement h
22125 wide false
22126 sideways false
22127 status open
22128
22129 \begin_layout Plain Layout
22130 \begin_inset Caption Standard
22131
22132 \begin_layout Plain Layout
22133 \begin_inset CommandInset label
22134 LatexCommand label
22135 name "tab:Varias-alineaciones"
22136
22137 \end_inset
22138
22139 Cuadro con varias alineaciones.
22140 \end_layout
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Plain Layout
22148 \align center
22149 \begin_inset Tabular
22150 <lyxtabular version="3" rows="4" columns="6">
22151 <features tabularvalignment="middle">
22152 <column alignment="right" valignment="top">
22153 <column alignment="left" valignment="top" special="@{}l">
22154 <column alignment="right" valignment="top">
22155 <column alignment="left" valignment="top" special="@{}l">
22156 <column alignment="right" valignment="top">
22157 <column alignment="left" valignment="top" special="@{}l">
22158 <row>
22159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 unidades
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 exponentes
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 relaciones
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 12×
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 24
22229 \begin_inset space \thinspace{}
22230 \end_inset
22231
22232 bottles
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $10\cdot$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 \begin_inset Formula $10^{\mbox{-}17}$
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265 \begin_inset Formula $\Gamma(t)\propto$
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Formula $\:\Upsilon(t)$
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 1024×
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 768
22301 \begin_inset space \thinspace{}
22302 \end_inset
22303
22304 Pixels
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Formula $5.78\cdot$
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset Formula $10^{7}$
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $A\ne$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Formula $\:B_{\mathrm{red}}$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 32×
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 6
22373 \begin_inset space \thinspace{}
22374 \end_inset
22375
22376 cm
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 -
22386 \begin_inset Formula $33.5\cdot$
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $10^{4}$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 \begin_inset Formula $\sen(\alpha)\ge$
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\:\sen(\beta)$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 </lyxtabular>
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Subsection
22444 Formato personalizado de celda/columna
22445 \begin_inset CommandInset label
22446 LatexCommand label
22447 name "subsec:Formato-Personalizado"
22448
22449 \end_inset
22450
22451
22452 \begin_inset Index idx
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456 Cuadros ! Personalización ! Formato de celda/columna
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \begin_layout Standard
22465 El cálculo de la anchura necesaria para columnas estándar descrito en la
22466  sección
22467 \begin_inset space ~
22468 \end_inset
22469
22470
22471 \begin_inset CommandInset ref
22472 LatexCommand ref
22473 reference "sec:Cálculo-anchura-cuadros"
22474
22475 \end_inset
22476
22477  y para columnas extendidas descrito en la sección
22478 \begin_inset space ~
22479 \end_inset
22480
22481
22482 \begin_inset CommandInset ref
22483 LatexCommand ref
22484 reference "subsec:Cálculos-en-Multicolumnas"
22485
22486 \end_inset
22487
22488  es muy pesado si tienes varios cuadros.
22489  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
22490 mna aplicable a todos los cuadros del documento.
22491  El formato se define con el comando
22492 \end_layout
22493
22494 \begin_layout Standard
22495
22496 \series bold
22497
22498 \backslash
22499 newcolumntype{nombre del formato}[número de argumentos]{comandos}
22500 \end_layout
22501
22502 \begin_layout Standard
22503 El 
22504 \emph on
22505 nombre de formato
22506 \emph default
22507  puede ser una sola letra.
22508  Las letras 
22509 \emph on
22510 b, c, l, m, p
22511 \emph default
22512  y 
22513 \emph on
22514 r
22515 \emph default
22516  están predefinidas y no pueden usarse.
22517  Pero se permiten todas las mayúsculas.
22518 \end_layout
22519
22520 \begin_layout Standard
22521 \begin_inset VSpace medskip
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
22529  fija puedes definir el formato de celda
22530 \end_layout
22531
22532 \begin_layout Standard
22533
22534 \series bold
22535
22536 \backslash
22537 newcolumntype{M}[1]{>{
22538 \backslash
22539 centering
22540 \backslash
22541 hspace{0pt}}m{#1}}
22542 \end_layout
22543
22544 \begin_layout Standard
22545 donde 
22546 \series bold
22547
22548 \backslash
22549 hspace{0pt}
22550 \series default
22551  evita el problema de partir con guión la primera palabra, como se describe
22552  en la sección
22553 \begin_inset space ~
22554 \end_inset
22555
22556
22557 \begin_inset CommandInset ref
22558 LatexCommand ref
22559 reference "subsec:Líneas-Múltiples-en"
22560
22561 \end_inset
22562
22563 .
22564  Ahora puedes introducir simplemente
22565 \end_layout
22566
22567 \begin_layout Standard
22568
22569 \series bold
22570 M{ancho}
22571 \end_layout
22572
22573 \begin_layout Standard
22574 como argumento \SpecialChar LaTeX
22575  en el diálogo de cuadros para crear una multicolumna.
22576 \end_layout
22577
22578 \begin_layout Standard
22579 \begin_inset VSpace bigskip
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 Para celdas extendidas en una celda multicolumna, puedes definir el formato
22587 \end_layout
22588
22589 \begin_layout Standard
22590
22591 \series bold
22592
22593 \backslash
22594 newcolumntype{S}[2]{>{
22595 \backslash
22596 centering
22597 \backslash
22598 hspace{0pt}}
22599 \begin_inset Newline newline
22600 \end_inset
22601
22602
22603 \begin_inset Phantom HPhantom
22604 status open
22605
22606 \begin_layout Plain Layout
22607
22608 \series bold
22609
22610 \backslash
22611 newcolumntype
22612 \end_layout
22613
22614 \end_inset
22615
22616 m{(#1+(2
22617 \backslash
22618 tabcolsep+
22619 \backslash
22620 arrayrulewidth)*(1-#2))/#2}}
22621 \end_layout
22622
22623 \begin_layout Standard
22624 Este formato usa la ecuación 
22625 \begin_inset CommandInset ref
22626 LatexCommand eqref
22627 reference "eq:Wgn"
22628
22629 \end_inset
22630
22631  para calcular la anchura necesaria para que cada celda extendida tenga
22632  la misma anchura.
22633 \end_layout
22634
22635 \begin_layout Standard
22636 Ahora puedes introducir
22637 \end_layout
22638
22639 \begin_layout Standard
22640
22641 \series bold
22642 S{ancho de la celda multicolumna}{número de columnas extendidas}
22643 \end_layout
22644
22645 \begin_layout Standard
22646 como argumento \SpecialChar LaTeX
22647  de la columna.
22648 \end_layout
22649
22650 \begin_layout Standard
22651 \begin_inset VSpace bigskip
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Standard
22658 Para columnas coloreadas puedes definir
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 newcolumntype{K}[1]{>{
22667 \backslash
22668 columncolor{#1}
22669 \backslash
22670 hspace{0pt}}c}
22671 \end_layout
22672
22673 \begin_layout Standard
22674 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
22675  horizontalmente.
22676  Ahora puedes introducir
22677 \end_layout
22678
22679 \begin_layout Standard
22680
22681 \series bold
22682 K{nombre del color}
22683 \end_layout
22684
22685 \begin_layout Standard
22686 como argumento \SpecialChar LaTeX
22687 .
22688 \end_layout
22689
22690 \begin_layout Standard
22691 \begin_inset VSpace bigskip
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \begin_layout Standard
22698 Para crear el cuadro
22699 \begin_inset space ~
22700 \end_inset
22701
22702
22703 \begin_inset CommandInset ref
22704 LatexCommand ref
22705 reference "tab:Cuadro-con-formatos-definidos-por"
22706
22707 \end_inset
22708
22709  usa los argumentos \SpecialChar LaTeX
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714
22715 \series bold
22716 M{2.5cm}
22717 \end_layout
22718
22719 \begin_layout Standard
22720 para la primera columna y la multicolumna,
22721 \end_layout
22722
22723 \begin_layout Standard
22724
22725 \series bold
22726 K{red}
22727 \end_layout
22728
22729 \begin_layout Standard
22730 para la última columna y
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735 \series bold
22736 S{2.5cm}{2}
22737 \end_layout
22738
22739 \begin_layout Standard
22740 para las celdas en la segunda columna.
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset Float table
22745 placement h
22746 wide false
22747 sideways false
22748 status open
22749
22750 \begin_layout Plain Layout
22751 \begin_inset Caption Standard
22752
22753 \begin_layout Plain Layout
22754 \begin_inset CommandInset label
22755 LatexCommand label
22756 name "tab:Cuadro-con-formatos-definidos-por"
22757
22758 \end_inset
22759
22760 Cuadro con formatos definidos por el usuario
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Plain Layout
22769 \align center
22770 \begin_inset Tabular
22771 <lyxtabular version="3" rows="3" columns="4">
22772 <features tabularvalignment="middle">
22773 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22774 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22775 <column alignment="center" valignment="middle">
22776 <column alignment="center" valignment="middle" special="K{red}">
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 palabramuylargaenceldadecuadro
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 multicolumna línea múltiple
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 c
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 <row>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 d
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 e
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 f
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 g
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 h
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 i
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 j
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 k
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 </lyxtabular>
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Subsection
22904 Grosor de líneas
22905 \begin_inset CommandInset label
22906 LatexCommand label
22907 name "subsec:Grosor-de-Líneas"
22908
22909 \end_inset
22910
22911
22912 \begin_inset Index idx
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Cuadros ! Personalización ! Grosor de línea
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
22926  
22927 \series bold
22928
22929 \backslash
22930 arrayrulewidth
22931 \series default
22932 .
22933  Por ejemplo, para poner un grosor de línea de 1.5
22934 \begin_inset space \thinspace{}
22935 \end_inset
22936
22937 pt, como en el cuadro
22938 \begin_inset space ~
22939 \end_inset
22940
22941
22942 \begin_inset CommandInset ref
22943 LatexCommand ref
22944 reference "tab:Cuadro-con-líneas"
22945
22946 \end_inset
22947
22948 , inserta el comando
22949 \end_layout
22950
22951 \begin_layout Standard
22952
22953 \series bold
22954
22955 \backslash
22956 setlength{
22957 \backslash
22958 arrayrulewidth}{1.5pt}
22959 \end_layout
22960
22961 \begin_layout Standard
22962 en código \SpecialChar TeX
22963  antes del cuadro o flotante.
22964  Este cambio es válido para todos los siguientes cuadros.
22965  Para volver al valor predeterminado, define 
22966 \series bold
22967
22968 \backslash
22969 arrayrulewidth
22970 \series default
22971  a 0.4
22972 \begin_inset space \thinspace{}
22973 \end_inset
22974
22975 pt en código \SpecialChar TeX
22976  detrás del cuadro o flotante.
22977 \end_layout
22978
22979 \begin_layout Standard
22980 \begin_inset ERT
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984
22985
22986 \backslash
22987 setlength{
22988 \backslash
22989 arrayrulewidth}{1.5pt}
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \begin_inset Float table
22996 wide false
22997 sideways false
22998 status open
22999
23000 \begin_layout Plain Layout
23001 \begin_inset Caption Standard
23002
23003 \begin_layout Plain Layout
23004 \begin_inset CommandInset label
23005 LatexCommand label
23006 name "tab:Cuadro-con-líneas"
23007
23008 \end_inset
23009
23010 Cuadro con líneas de grosor 1.5
23011 \begin_inset space \thinspace{}
23012 \end_inset
23013
23014 pt
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Plain Layout
23023 \align center
23024 \begin_inset Tabular
23025 <lyxtabular version="3" rows="3" columns="3">
23026 <features tabularvalignment="middle">
23027 <column alignment="center" valignment="top">
23028 <column alignment="center" valignment="top">
23029 <column alignment="center" valignment="top">
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 sd
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 sd
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 </row>
23088 <row>
23089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 sd
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 </lyxtabular>
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125
23126
23127 \begin_inset ERT
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131
23132
23133 \backslash
23134 setlength{
23135 \backslash
23136 arrayrulewidth}{0.4pt}
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Standard
23145 \begin_inset VSpace bigskip
23146 \end_inset
23147
23148 Para definir un grosor de 1.5
23149 \begin_inset space \thinspace{}
23150 \end_inset
23151
23152 pt sólo para líneas horizontales, como en el cuadro
23153 \begin_inset space ~
23154 \end_inset
23155
23156
23157 \begin_inset CommandInset ref
23158 LatexCommand ref
23159 reference "tab:Cuadro-con-horizontales"
23160
23161 \end_inset
23162
23163 , inserta estos comandos en código \SpecialChar TeX
23164  antes del cuadro o flotante:
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \series bold
23170
23171 \backslash
23172 let
23173 \backslash
23174 myHline
23175 \backslash
23176 hline
23177 \begin_inset Newline newline
23178 \end_inset
23179
23180
23181 \backslash
23182 renewcommand{
23183 \backslash
23184 hline}
23185 \begin_inset Newline newline
23186 \end_inset
23187
23188  {
23189 \backslash
23190 noalign{
23191 \backslash
23192 global
23193 \backslash
23194 arrayrulewidth 1.5pt}
23195 \begin_inset Newline newline
23196 \end_inset
23197
23198  
23199 \backslash
23200 myHline
23201 \backslash
23202 noalign{
23203 \backslash
23204 global
23205 \backslash
23206 arrayrulewidth 0.4pt}}
23207 \end_layout
23208
23209 \begin_layout Standard
23210 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
23211  detrás
23212  del cuadro o flotante:
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218
23219 \backslash
23220 renewcommand{
23221 \backslash
23222 hline}{
23223 \backslash
23224 myHline}
23225 \end_layout
23226
23227 \begin_layout Standard
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233
23234 \backslash
23235 let
23236 \backslash
23237 myHline
23238 \backslash
23239 hline
23240 \end_layout
23241
23242 \begin_layout Plain Layout
23243
23244
23245 \backslash
23246 renewcommand{
23247 \backslash
23248 hline}
23249 \end_layout
23250
23251 \begin_layout Plain Layout
23252
23253  {
23254 \backslash
23255 noalign{
23256 \backslash
23257 global
23258 \backslash
23259 arrayrulewidth 1.5pt}
23260 \end_layout
23261
23262 \begin_layout Plain Layout
23263
23264   
23265 \backslash
23266 myHline
23267 \backslash
23268 noalign{
23269 \backslash
23270 global
23271 \backslash
23272 arrayrulewidth 0.4pt}}
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \begin_inset Float table
23279 wide false
23280 sideways false
23281 status open
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Caption Standard
23285
23286 \begin_layout Plain Layout
23287 \begin_inset CommandInset label
23288 LatexCommand label
23289 name "tab:Cuadro-con-horizontales"
23290
23291 \end_inset
23292
23293 Cuadro con líneas horizontales de 1.5
23294 \begin_inset space \thinspace{}
23295 \end_inset
23296
23297 pt
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Plain Layout
23306 \align center
23307 \begin_inset Tabular
23308 <lyxtabular version="3" rows="3" columns="3">
23309 <features tabularvalignment="middle">
23310 <column alignment="center" valignment="top">
23311 <column alignment="center" valignment="top">
23312 <column alignment="center" valignment="top">
23313 <row>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 sd
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 sd
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 sd
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 </lyxtabular>
23401
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \begin_inset ERT
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415
23416 \backslash
23417 renewcommand{
23418 \backslash
23419 hline}{
23420 \backslash
23421 myHline}
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 \begin_inset VSpace bigskip
23431 \end_inset
23432
23433 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
23434  siguiente formato de columna en el preámbulo del documento, de acuerdo
23435  con lo descrito en la sección
23436 \begin_inset space ~
23437 \end_inset
23438
23439
23440 \begin_inset CommandInset ref
23441 LatexCommand ref
23442 reference "subsec:Formato-Personalizado"
23443
23444 \end_inset
23445
23446 :
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \series bold
23452
23453 \backslash
23454 newcolumntype{V}{!{
23455 \backslash
23456 vrule width 1.5pt}}
23457 \end_layout
23458
23459 \begin_layout Standard
23460 Para el cuadro
23461 \begin_inset space ~
23462 \end_inset
23463
23464
23465 \begin_inset CommandInset ref
23466 LatexCommand ref
23467 reference "tab:Cuadro-con-verticales"
23468
23469 \end_inset
23470
23471  se usó el argumento \SpecialChar LaTeX
23472
23473 \end_layout
23474
23475 \begin_layout Standard
23476
23477 \series bold
23478 VcV
23479 \end_layout
23480
23481 \begin_layout Standard
23482 para la última columna y
23483 \end_layout
23484
23485 \begin_layout Standard
23486
23487 \series bold
23488 Vc
23489 \end_layout
23490
23491 \begin_layout Standard
23492 para las otras.
23493 \end_layout
23494
23495 \begin_layout Standard
23496 \begin_inset Float table
23497 wide false
23498 sideways false
23499 status open
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Caption Standard
23503
23504 \begin_layout Plain Layout
23505 \begin_inset CommandInset label
23506 LatexCommand label
23507 name "tab:Cuadro-con-verticales"
23508
23509 \end_inset
23510
23511 Cuadro con líneas verticales de 1.5
23512 \begin_inset space \thinspace{}
23513 \end_inset
23514
23515 pt de grosor
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \begin_layout Plain Layout
23524 \align center
23525 \begin_inset Tabular
23526 <lyxtabular version="3" rows="3" columns="3">
23527 <features tabularvalignment="middle">
23528 <column alignment="center" valignment="top" special="Vc">
23529 <column alignment="center" valignment="top" special="Vc">
23530 <column alignment="center" valignment="top" special="VcV">
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 sd
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 sd
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 sd
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 </lyxtabular>
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \begin_layout Subsection
23631 Líneas de trazos
23632 \begin_inset Index idx
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636 Cuadros ! Personalización ! Líneas de trazos
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 ifarydshln
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \begin_inset Note Note
23659 status open
23660
23661 \begin_layout Plain Layout
23662 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23663  \SpecialChar LaTeX
23664  
23665 \series bold
23666 arydshln
23667 \series default
23668 .
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset Float table
23678 placement H
23679 wide false
23680 sideways false
23681 status open
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Caption Standard
23685
23686 \begin_layout Plain Layout
23687 \begin_inset CommandInset label
23688 LatexCommand label
23689 name "tab:Cuadro-con-trazos"
23690
23691 \end_inset
23692
23693 Cuadro con líneas de trazos
23694 \end_layout
23695
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \begin_layout Plain Layout
23702 \align center
23703 \begin_inset Tabular
23704 <lyxtabular version="3" rows="5" columns="5">
23705 <features tabularvalignment="middle">
23706 <column alignment="center" valignment="top">
23707 <column alignment="center" valignment="top">
23708 <column alignment="center" valignment="top" special=":c">
23709 <column alignment="center" valignment="top">
23710 <column alignment="center" valignment="top">
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 a
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 b
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 c
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 d
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 e
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 f
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 g
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 h
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 i
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 j
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset ERT
23811 status collapsed
23812
23813 \begin_layout Plain Layout
23814
23815
23816 \backslash
23817 hdashline 
23818 \end_layout
23819
23820 \end_inset
23821
23822 k
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 l
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 m
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 n
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 o
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset ERT
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873
23874
23875 \backslash
23876 cdashline{4-5}
23877 \end_layout
23878
23879 \end_inset
23880
23881 p
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 q
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 r
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 s
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 </row>
23923 <row>
23924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 t
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 u
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 v
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 w
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 x
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 </row>
23970 </lyxtabular>
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Standard
23983 En principio \SpecialChar LyX
23984  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
23985 .
23986  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
23987  
23988 \series bold
23989 arydshln
23990 \series default
23991
23992 \begin_inset Index idx
23993 status collapsed
23994
23995 \begin_layout Plain Layout
23996 \SpecialChar LaTeX
23997 -paquetes ! arydshln
23998 \end_layout
23999
24000 \end_inset
24001
24002  con el comando 
24003 \end_layout
24004
24005 \begin_layout Standard
24006
24007 \series bold
24008
24009 \backslash
24010 usepackage{arydshln}
24011 \end_layout
24012
24013 \begin_layout Standard
24014 Para hacer una línea vertical a trazos, introduce dos puntos «
24015 \series bold
24016 :
24017 \series default
24018 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
24019  en el
24020  diálogo de celdas de cuadros.
24021 \end_layout
24022
24023 \begin_layout Standard
24024 Para una línea de trazos horizontal añade el comando
24025 \end_layout
24026
24027 \begin_layout Standard
24028
24029 \series bold
24030
24031 \backslash
24032 hdashline
24033 \end_layout
24034
24035 \begin_layout Standard
24036 en código \SpecialChar TeX
24037  como primer elemento de la primera celda en la fila.
24038 \end_layout
24039
24040 \begin_layout Standard
24041 Para líneas de trazos en multicolumna usa el comando
24042 \end_layout
24043
24044 \begin_layout Standard
24045
24046 \series bold
24047
24048 \backslash
24049 cdashline{número de líneas}
24050 \end_layout
24051
24052 \begin_layout Standard
24053 en código \SpecialChar TeX
24054  como primer elemento de la primera celda en la fila.
24055  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
24056  4 y quieres una línea de trazos por encima, añade el comando
24057 \end_layout
24058
24059 \begin_layout Standard
24060
24061 \series bold
24062
24063 \backslash
24064 cdashline{2-4}
24065 \end_layout
24066
24067 \begin_layout Standard
24068 como primer elemento de la primera celda en la fila de la multicolumna.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \begin_inset VSpace bigskip
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 El cuadro
24080 \begin_inset space ~
24081 \end_inset
24082
24083
24084 \begin_inset CommandInset ref
24085 LatexCommand ref
24086 reference "tab:Cuadro-con-trazos"
24087
24088 \end_inset
24089
24090  se ha hecho usando «
24091 \series bold
24092 :c
24093 \series default
24094 » como argumento \SpecialChar LaTeX
24095  de la tercera columna.
24096  El comando en código \SpecialChar TeX
24097  
24098 \series bold
24099
24100 \backslash
24101 hdashline
24102 \series default
24103  se ha insertado en la primera celda de la tercera fila y el comando en
24104  código \SpecialChar TeX
24105
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \series bold
24111
24112 \backslash
24113 cdashline{4-5}
24114 \series default
24115  en la primera celda de la cuarta fila.
24116 \end_layout
24117
24118 \begin_layout Standard
24119 \begin_inset VSpace bigskip
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \begin_layout Standard
24126 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
24127  el cuadro
24128 \begin_inset space ~
24129 \end_inset
24130
24131
24132 \begin_inset CommandInset ref
24133 LatexCommand ref
24134 reference "tab:Cuadro-trazos-color"
24135
24136 \end_inset
24137
24138 .
24139 \end_layout
24140
24141 \begin_layout Standard
24142 \begin_inset ERT
24143 status collapsed
24144
24145 \begin_layout Plain Layout
24146
24147
24148 \backslash
24149 setlength{
24150 \backslash
24151 arrayrulewidth}{1pt}
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \begin_inset Note Note
24158 status collapsed
24159
24160 \begin_layout Plain Layout
24161 líneas más gruesas para ver mejor los colores
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 dashgapcolor{green}
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \begin_inset Note Note
24184 status collapsed
24185
24186 \begin_layout Plain Layout
24187 huecos de color entre trazos verdes
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \begin_inset ERT
24197 status collapsed
24198
24199 \begin_layout Plain Layout
24200
24201
24202 \backslash
24203 let
24204 \backslash
24205 myHdashline
24206 \backslash
24207 hdashline
24208 \end_layout
24209
24210 \begin_layout Plain Layout
24211
24212
24213 \backslash
24214 renewcommand{
24215 \backslash
24216 hdashline}
24217 \end_layout
24218
24219 \begin_layout Plain Layout
24220
24221  {
24222 \backslash
24223 arrayrulecolor{red}
24224 \backslash
24225 myHdashline
24226 \backslash
24227 arrayrulecolor{black}}
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \begin_inset Note Note
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237 color horizontal, líneas a trazos rojos
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250
24251
24252 \backslash
24253 let
24254 \backslash
24255 myCdashline
24256 \backslash
24257 cdashline
24258 \end_layout
24259
24260 \begin_layout Plain Layout
24261
24262
24263 \backslash
24264 renewcommand{
24265 \backslash
24266 cdashline}[1]
24267 \end_layout
24268
24269 \begin_layout Plain Layout
24270
24271  {
24272 \backslash
24273 arrayrulecolor{yellow}
24274 \backslash
24275 myCdashline{#1}
24276 \backslash
24277 arrayrulecolor{black}}
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \begin_inset Note Note
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287 color parcial horizontal, líneas a trazos amarillos
24288 \end_layout
24289
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \begin_layout Standard
24296 \begin_inset Float table
24297 placement h
24298 wide false
24299 sideways false
24300 status open
24301
24302 \begin_layout Plain Layout
24303 \begin_inset Caption Standard
24304
24305 \begin_layout Plain Layout
24306 \begin_inset CommandInset label
24307 LatexCommand label
24308 name "tab:Cuadro-trazos-color"
24309
24310 \end_inset
24311
24312 Cuadro coloreado con líneas a trazos
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Plain Layout
24321 \align center
24322 \begin_inset Tabular
24323 <lyxtabular version="3" rows="5" columns="5">
24324 <features tabularvalignment="middle">
24325 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
24326 <column alignment="center" valignment="top" width="0pt">
24327 <column alignment="center" valignment="top" width="0pt" special=":c">
24328 <column alignment="center" valignment="top">
24329 <column alignment="center" valignment="top">
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 a
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 b
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 c
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 d
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 e
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 f
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 g
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 h
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 i
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 j
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 \begin_inset ERT
24430 status collapsed
24431
24432 \begin_layout Plain Layout
24433
24434
24435 \backslash
24436 hdashline 
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \begin_inset ERT
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446
24447
24448 \backslash
24449 rowcolor{Gray}
24450 \end_layout
24451
24452 \end_inset
24453
24454 k
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463 l
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 m
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 n
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 o
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 \begin_inset ERT
24502 status collapsed
24503
24504 \begin_layout Plain Layout
24505
24506
24507 \backslash
24508 cdashline{4-5}
24509 \end_layout
24510
24511 \end_inset
24512
24513 p
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 q
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 r
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 s
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 t
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 u
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 v
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 w
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 \begin_inset ERT
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600
24601
24602 \backslash
24603 cellcolor{Maroon}
24604 \end_layout
24605
24606 \end_inset
24607
24608 i
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 </row>
24614 </lyxtabular>
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 renewcommand{
24635 \backslash
24636 hdashline}{
24637 \backslash
24638 myHdashline}
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \begin_inset Note Note
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 volver a predeterminado
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 \begin_inset ERT
24658 status collapsed
24659
24660 \begin_layout Plain Layout
24661
24662
24663 \backslash
24664 renewcommand{
24665 \backslash
24666 cdashline}{
24667 \backslash
24668 myCdashline}
24669 \end_layout
24670
24671 \end_inset
24672
24673
24674 \begin_inset Note Note
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678 volver a predeterminado
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 nodashgapcolor
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset Note Note
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704 volver a predeterminado
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \begin_inset ERT
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717
24718
24719 \backslash
24720 setlength{
24721 \backslash
24722 arrayrulewidth}{0.4pt}
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \begin_inset Note Note
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 volver a predeterminado
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Standard
24741 La coloración de líneas y columnas funciona como se describe en la sección
24742 \begin_inset space ~
24743 \end_inset
24744
24745
24746 \begin_inset CommandInset ref
24747 LatexCommand ref
24748 reference "sec:Cuadros-Coloreados"
24749
24750 \end_inset
24751
24752 La coloración de líneas horizontales también funciona como se describe ahí,
24753  solo hay que reemplazar en los comandos 
24754 \series bold
24755
24756 \backslash
24757 myHlineC
24758 \series default
24759  por 
24760 \series bold
24761
24762 \backslash
24763 myHdashline
24764 \series default
24765  y 
24766 \backslash
24767
24768 \series bold
24769 hline
24770 \series default
24771  por 
24772 \series bold
24773
24774 \backslash
24775 hdashline
24776 \series default
24777 ; así, los comandos usados son
24778 \end_layout
24779
24780 \begin_layout Standard
24781
24782 \series bold
24783
24784 \backslash
24785 let
24786 \backslash
24787 myHdashline
24788 \backslash
24789 hdashline
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \backslash
24795 renewcommand{
24796 \backslash
24797 hdashline}
24798 \begin_inset Newline newline
24799 \end_inset
24800
24801
24802 \begin_inset Phantom HPhantom
24803 status open
24804
24805 \begin_layout Plain Layout
24806 \begin_inset space ~
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \end_inset
24813
24814 {
24815 \backslash
24816 arrayrulecolor{red}
24817 \backslash
24818 myHdashline
24819 \backslash
24820 arrayrulecolor{black}}
24821 \end_layout
24822
24823 \begin_layout Standard
24824 Para colorear 
24825 \series bold
24826
24827 \backslash
24828 cdashline
24829 \series default
24830 , el comando es
24831 \end_layout
24832
24833 \begin_layout Standard
24834
24835 \series bold
24836
24837 \backslash
24838 let
24839 \backslash
24840 myCdashline
24841 \backslash
24842 cdashline
24843 \begin_inset Newline newline
24844 \end_inset
24845
24846
24847 \backslash
24848 renewcommand{
24849 \backslash
24850 cdashline}[1]
24851 \begin_inset Newline newline
24852 \end_inset
24853
24854
24855 \begin_inset Phantom HPhantom
24856 status open
24857
24858 \begin_layout Plain Layout
24859 \begin_inset space ~
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \end_inset
24866
24867 {
24868 \backslash
24869 arrayrulecolor{red}
24870 \backslash
24871 myCdashline{#1}
24872 \backslash
24873 arrayrulecolor{black}}
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Para recuperar el color negro de las líneas, hay que insertar detrás del
24878  cuadro los comandos siguientes en código \SpecialChar TeX
24879 :
24880 \end_layout
24881
24882 \begin_layout Standard
24883 Para 
24884 \series bold
24885
24886 \backslash
24887 hdashline
24888 \end_layout
24889
24890 \begin_layout Standard
24891
24892 \series bold
24893
24894 \backslash
24895 renewcommand{
24896 \backslash
24897 hdashline}{
24898 \backslash
24899 myHdashline}
24900 \end_layout
24901
24902 \begin_layout Standard
24903 y para 
24904 \series bold
24905
24906 \backslash
24907 cdashline
24908 \end_layout
24909
24910 \begin_layout Standard
24911
24912 \series bold
24913
24914 \backslash
24915 renewcommand{
24916 \backslash
24917 cdashline}{
24918 \backslash
24919 myCdashline}
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Para colorear los huecos entre los trazos, se puede usar
24924 \end_layout
24925
24926 \begin_layout Standard
24927
24928 \series bold
24929
24930 \backslash
24931 dashgapcolor{color}
24932 \end_layout
24933
24934 \begin_layout Standard
24935 delante del cuadro, en código \SpecialChar TeX
24936 .
24937  color es el nombre de un color definido.
24938  El comando
24939 \end_layout
24940
24941 \begin_layout Standard
24942
24943 \series bold
24944
24945 \backslash
24946 nodashgapcolor
24947 \end_layout
24948
24949 \begin_layout Standard
24950 deshace los cambios hechos por 
24951 \series bold
24952
24953 \backslash
24954 dashgapcolor
24955 \series default
24956 .
24957 \end_layout
24958
24959 \begin_layout Standard
24960 \begin_inset Note Greyedout
24961 status open
24962
24963 \begin_layout Plain Layout
24964
24965 \series bold
24966 Nota
24967 \series default
24968 : Si hay múltiples comandos en una celda, el comando de 
24969 \series bold
24970 arydshln
24971 \series default
24972  debe ser el primero.
24973  Por eso, en la celda 
24974 \emph on
24975 k
24976 \emph default
24977  del cuadro
24978 \begin_inset space ~
24979 \end_inset
24980
24981
24982 \begin_inset CommandInset ref
24983 LatexCommand ref
24984 reference "tab:Cuadro-trazos-color"
24985
24986 \end_inset
24987
24988  el comando 
24989 \series bold
24990
24991 \backslash
24992 hdashline
24993 \series default
24994  está delante de 
24995 \series bold
24996
24997 \backslash
24998 rowcolor
24999 \series default
25000 .
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset Note Greyedout
25010 status open
25011
25012 \begin_layout Plain Layout
25013
25014 \series bold
25015 Nota:
25016 \series default
25017  El paquete \SpecialChar LaTeX
25018  
25019 \series bold
25020 arydshln
25021 \series default
25022  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
25023  
25024 \series bold
25025 colortbl
25026 \series default
25027
25028 \begin_inset Index idx
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 \SpecialChar LaTeX
25033 -paquetes ! colortbl
25034 \end_layout
25035
25036 \end_inset
25037
25038 .
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Standard
25047 \begin_inset ERT
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051
25052
25053 \backslash
25054 else
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \begin_inset Note Note
25061 status open
25062
25063 \begin_layout Plain Layout
25064 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
25065  
25066 \series bold
25067 arydshln
25068 \series default
25069 .
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 Debes instalar el paquete \SpecialChar LaTeX
25079  
25080 \series bold
25081 arydshln
25082 \series default
25083  para ver la parte siguiente en la salida.
25084 \end_layout
25085
25086 \begin_layout Standard
25087 \begin_inset ERT
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091
25092
25093 \backslash
25094 fi
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 Para más información sobre líneas a trazos, véase la documentación de 
25104 \series bold
25105 arydshln
25106 \series default
25107
25108 \begin_inset CommandInset citation
25109 LatexCommand cite
25110 key "arydshln"
25111 literal "true"
25112
25113 \end_inset
25114
25115 .
25116 \end_layout
25117
25118 \begin_layout Chapter
25119 Flotantes
25120 \begin_inset CommandInset label
25121 LatexCommand label
25122 name "chap:Flotantes"
25123
25124 \end_inset
25125
25126
25127 \begin_inset Index idx
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 Flotantes
25132 \end_layout
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Section
25140 Introducción
25141 \begin_inset CommandInset label
25142 LatexCommand label
25143 name "sec:Introducción-Flotantes"
25144
25145 \end_inset
25146
25147
25148 \begin_inset Index idx
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152 Flotantes ! Introducción
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \begin_layout Standard
25161 Un flotante es un bloque que no tiene posición fija, asociado con algún
25162  tipo de etiqueta.
25163  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
25164  Las 
25165 \family sans
25166 Notas
25167 \begin_inset space ~
25168 \end_inset
25169
25170 al
25171 \begin_inset space ~
25172 \end_inset
25173
25174 pie
25175 \family default
25176  y 
25177 \family sans
25178 Notas
25179 \begin_inset space ~
25180 \end_inset
25181
25182 al
25183 \begin_inset space ~
25184 \end_inset
25185
25186 margen
25187 \family default
25188  también son flotantes, porque pueden flotar a la página siguiente cuando
25189  hay demasiadas notas en la página.
25190 \end_layout
25191
25192 \begin_layout Standard
25193 Los flotantes permiten composiciones de alta calidad.
25194  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
25195  para impedir espacios en blanco y páginas sin texto.
25196  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
25197  cada flotante puede ser referenciado en el texto.
25198  Por lo tanto los flotantes están numerados.
25199  Las referencias se describen en la sección
25200 \begin_inset space ~
25201 \end_inset
25202
25203
25204 \begin_inset CommandInset ref
25205 LatexCommand ref
25206 reference "sec:Referencias-a-Flotantes"
25207
25208 \end_inset
25209
25210 .
25211 \end_layout
25212
25213 \begin_layout Standard
25214 Para insertar un flotante, usa el menú 
25215 \family sans
25216 Insertar\SpecialChar menuseparator
25217 Flotante
25218 \family default
25219  (botón 
25220 \begin_inset Info
25221 type  "icon"
25222 arg   "float-insert figure"
25223 \end_inset
25224
25225  o 
25226 \begin_inset Info
25227 type  "icon"
25228 arg   "float-insert table"
25229 \end_inset
25230
25231 ).
25232  Esto inserta una 
25233 \family sans
25234 Leyenda,
25235 \family default
25236  un cuadro con una etiqueta.
25237  La etiqueta se traducirá automáticamente al idioma del documento.
25238  Tras la etiqueta puedes insertar el texto de la leyenda.
25239  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
25240  separado dentro del flotante.
25241  La colocación de leyendas se describe en la sección
25242 \begin_inset space ~
25243 \end_inset
25244
25245
25246 \begin_inset CommandInset ref
25247 LatexCommand ref
25248 reference "sec:Colocación-de-leyendas"
25249
25250 \end_inset
25251
25252 .
25253  Para mantener legible el documento \SpecialChar LyX
25254 , puedes abrir y cerrar el flotante
25255  con clic izquierdo sobre él.
25256  Un cuadro cerrado se muestra así: 
25257 \begin_inset Graphics
25258         filename clipart/flotante.png
25259         scale 95
25260
25261 \end_inset
25262
25263  —un cuadro gris con etiqueta en rojo—.
25264 \end_layout
25265
25266 \begin_layout Standard
25267 Se recomienda insertar flotantes como párrafos separados para evitar posibles
25268  errores de \SpecialChar LaTeX
25269  si el texto circundante se formatea de modo especial.
25270 \end_layout
25271
25272 \begin_layout Standard
25273 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
25274  y pinchando el botón correspondiente de la barra de herramientas para un
25275  flotante nuevo.
25276 \end_layout
25277
25278 \begin_layout Section
25279 Tipos de flotantes
25280 \end_layout
25281
25282 \begin_layout Standard
25283 Además de los flotantes de imagen y de cuadro que se describen en la sección
25284 \begin_inset space ~
25285 \end_inset
25286
25287
25288 \begin_inset CommandInset ref
25289 LatexCommand ref
25290 reference "sec:Figuras-Flotantes"
25291
25292 \end_inset
25293
25294  y 
25295 \begin_inset CommandInset ref
25296 LatexCommand ref
25297 reference "sec:Cuadros-Flotantes"
25298
25299 \end_inset
25300
25301 , respectivamente, \SpecialChar LyX
25302  ofrece los tipos 
25303 \family sans
25304 Algoritmo
25305 \family default
25306  y 
25307 \family sans
25308 Envoltorio
25309 \family default
25310 .
25311  Lo último se explica en la sec.
25312 \begin_inset space \thinspace{}
25313 \end_inset
25314
25315
25316 \begin_inset CommandInset ref
25317 LatexCommand ref
25318 reference "sec:Flotantes-envueltos"
25319
25320 \end_inset
25321
25322 .
25323 \end_layout
25324
25325 \begin_layout Subsection
25326 Algoritmos flotantes
25327 \begin_inset Index idx
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 Flotantes ! Algoritmos
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Standard
25340 \begin_inset Float algorithm
25341 placement h
25342 wide false
25343 sideways false
25344 status open
25345
25346 \begin_layout Plain Layout
25347 \begin_inset Caption Standard
25348
25349 \begin_layout Plain Layout
25350 \begin_inset CommandInset label
25351 LatexCommand label
25352 name "alg:Ejemplo-de-Algoritmo-flotante"
25353
25354 \end_inset
25355
25356 Ejemplo de algoritmo flotante
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout LyX-Code
25365 for I in 1..N loop
25366 \begin_inset Newline newline
25367 \end_inset
25368
25369  Sum:= Sum + A(I); /*comment*/
25370 \begin_inset Newline newline
25371 \end_inset
25372
25373 end loop
25374 \begin_inset VSpace -4mm
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Este tipo de flotante se inserta con el menú 
25387 \family sans
25388 Insertar\SpecialChar menuseparator
25389 Flotante\SpecialChar menuseparator
25390 Algoritmo
25391 \family default
25392 .
25393  Se usa para códigos y descripciones de algoritmos y se puede considerar
25394  una alternativa al listado de código de programa, que se explica en el
25395  capítulo
25396 \begin_inset space ~
25397 \end_inset
25398
25399
25400 \begin_inset CommandInset ref
25401 LatexCommand ref
25402 reference "cap:Listado-de-código"
25403
25404 \end_inset
25405
25406 .
25407  Un posible entorno para algoritmos es 
25408 \family sans
25409 Código-\SpecialChar LyX
25410
25411 \family default
25412 , descrito en la 
25413 \emph on
25414 Guía del usuario
25415 \emph default
25416  de \SpecialChar LyX
25417 .
25418  El algoritmo
25419 \begin_inset space ~
25420 \end_inset
25421
25422
25423 \begin_inset CommandInset ref
25424 LatexCommand ref
25425 reference "alg:Ejemplo-de-Algoritmo-flotante"
25426
25427 \end_inset
25428
25429  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
25430  vertical de -4
25431 \begin_inset space \thinspace{}
25432 \end_inset
25433
25434 mm al final para tener la línea inferior exactamente bajo la última línea
25435  de texto.
25436 \end_layout
25437
25438 \begin_layout Standard
25439 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
25440  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
25441 \end_layout
25442
25443 \begin_layout Standard
25444
25445 \series bold
25446
25447 \backslash
25448 floatname{algorithm}{nombre}
25449 \end_layout
25450
25451 \begin_layout Standard
25452 donde 
25453 \emph on
25454 nombre
25455 \emph default
25456  es la palabra «
25457 \emph on
25458 algoritmo
25459 \emph default
25460 » en el idioma deseado.
25461 \end_layout
25462
25463 \begin_layout Standard
25464 Para insertar el índice de algoritmos puedes usar el menú 
25465 \family sans
25466 Insertar\SpecialChar menuseparator
25467 Índices\SpecialChar menuseparator
25468 Algoritmos
25469 \family default
25470 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
25471 .
25472  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
25473 :
25474 \end_layout
25475
25476 \begin_layout Standard
25477
25478 \series bold
25479
25480 \backslash
25481 listof{algorithm}{nombre}
25482 \end_layout
25483
25484 \begin_layout Standard
25485 donde 
25486 \emph on
25487 nombre
25488 \emph default
25489  es, por ejemplo, «
25490 \emph on
25491 Índice de algoritmos
25492 \emph default
25493 » en el idioma del documento.
25494 \end_layout
25495
25496 \begin_layout Standard
25497 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
25498  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
25499 itmo».
25500  Para numerarlos con ese esquema, añade este comando en el preámbulo del
25501  documento:
25502 \end_layout
25503
25504 \begin_layout Standard
25505
25506 \series bold
25507
25508 \backslash
25509 numberwithin{algorithm}{chapter}
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Para poder usar el comando 
25514 \series bold
25515
25516 \backslash
25517 numberwithin
25518 \series default
25519 , marca la opción 
25520 \family sans
25521 Usar
25522 \begin_inset space ~
25523 \end_inset
25524
25525 el
25526 \begin_inset space ~
25527 \end_inset
25528
25529 paquete
25530 \begin_inset space ~
25531 \end_inset
25532
25533 AMS
25534 \family default
25535  en el menú 
25536 \family sans
25537 Documento\SpecialChar menuseparator
25538 Configuración\SpecialChar menuseparator
25539 Opciones para ecuaciones
25540 \family default
25541 .
25542 \end_layout
25543
25544 \begin_layout Section
25545 Numeración de flotantes
25546 \begin_inset Index idx
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550 Flotantes ! Numeración
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 En general, los flotantes se numeran independientemente de las secciones
25560  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
25561  dependiendo de la clase de documento utilizada.
25562 \end_layout
25563
25564 \begin_layout Standard
25565 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
25566  comando en el preámbulo del documento:
25567 \end_layout
25568
25569 \begin_layout Standard
25570
25571 \series bold
25572
25573 \backslash
25574 renewcommand{
25575 \backslash
25576 thetable}{
25577 \backslash
25578 roman{table}}
25579 \end_layout
25580
25581 \begin_layout Standard
25582
25583 \series bold
25584
25585 \backslash
25586 thetable 
25587 \series default
25588 es el comando que imprime el número del cuadro, para figuras flotantes el
25589  comando sería 
25590 \series bold
25591
25592 \backslash
25593 thefigure
25594 \series default
25595 .
25596  El comando 
25597 \series bold
25598
25599 \backslash
25600 roman
25601 \series default
25602  imprime el número de cuadro en números romanos en minúscula.
25603 \end_layout
25604
25605 \begin_layout Standard
25606 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
25607  usa este comando en el preámbulo:
25608 \end_layout
25609
25610 \begin_layout Standard
25611
25612 \series bold
25613
25614 \backslash
25615 numberwithin{table}{subsection}
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Para poder usar el comando 
25620 \series bold
25621
25622 \backslash
25623 numberwithin
25624 \series default
25625 , debes marcar la opción 
25626 \family sans
25627 Usar
25628 \begin_inset space ~
25629 \end_inset
25630
25631 el
25632 \begin_inset space ~
25633 \end_inset
25634
25635 paquete
25636 \begin_inset space ~
25637 \end_inset
25638
25639 AMS 
25640 \family default
25641 en el apartado 
25642 \family sans
25643 Opciones para ecuaciones 
25644 \family default
25645 de las preferencias del documento.
25646 \end_layout
25647
25648 \begin_layout Standard
25649 Puedes ver más detalles y notas importantes sobre comandos de numeración
25650  en la sección
25651 \begin_inset space ~
25652 \end_inset
25653
25654
25655 \begin_inset CommandInset ref
25656 LatexCommand ref
25657 reference "subsec:Numeración-de-Notas-al-Pie"
25658
25659 \end_inset
25660
25661 .
25662 \end_layout
25663
25664 \begin_layout Section
25665 Referencias a flotantes
25666 \begin_inset CommandInset label
25667 LatexCommand label
25668 name "sec:Referencias-a-Flotantes"
25669
25670 \end_inset
25671
25672
25673 \begin_inset Index idx
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677 Flotantes ! Referencias
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \begin_inset Index idx
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687 Referencias
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Standard
25696 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
25697  menú 
25698 \family sans
25699 Insertar\SpecialChar menuseparator
25700 Etiqueta
25701 \family default
25702  o el botón 
25703 \begin_inset Info
25704 type  "icon"
25705 arg   "label-insert"
25706 \end_inset
25707
25708 .
25709  Aparece una ventana esperando la introducción del texto de la etiqueta
25710  y se inserta un cuadro gris como este: 
25711 \begin_inset Graphics
25712         filename clipart/etiqueta.png
25713
25714 \end_inset
25715
25716 .
25717  \SpecialChar LyX
25718  ofrece como texto las primeras palabras de la leyenda con un prefijo.
25719  El prefijo depende del tipo de flotante, p.
25720 \begin_inset space \thinspace{}
25721 \end_inset
25722
25723 ej.
25724 \begin_inset space ~
25725 \end_inset
25726
25727 para figuras el prefijo será «
25728 \family sans
25729 fig:
25730 \family default
25731 ».
25732 \end_layout
25733
25734 \begin_layout Standard
25735 La etiqueta se usa como ancla y el nombre para la referencia.
25736  Puedes referenciar la etiqueta usando el menú 
25737 \family sans
25738 Insertar\SpecialChar menuseparator
25739 Referencia
25740 \family default
25741
25742 \begin_inset space ~
25743 \end_inset
25744
25745
25746 \family sans
25747 cruzada
25748 \family default
25749  o el botón 
25750 \begin_inset Info
25751 type  "icon"
25752 arg   "dialog-show-new-inset ref"
25753 \end_inset
25754
25755 .
25756  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
25757  Si tienes abiertos varios documentos \SpecialChar LyX
25758 , escoge aquel con el que estás trabajando
25759  de la lista desplegable de la parte superior del diálogo.
25760  Puedes ordenar las etiquetas alfabéticamente y elegir una.
25761  Se inserta un cuadro gris como este: 
25762 \begin_inset Graphics
25763         filename clipart/referencia.png
25764
25765 \end_inset
25766
25767 .
25768  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
25769 \end_layout
25770
25771 \begin_layout Standard
25772 Se recomienda poner un espacio protegido entre el nombre de la referencia
25773  cruzada y su número para evitar saltos de línea entre ellos.
25774  Si una referencia cruzada corresponde a una etiqueta inexistente verás
25775  dos interrogaciones en la salida.
25776 \end_layout
25777
25778 \begin_layout Standard
25779 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
25780  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
25781  al texto de la etiqueta nueva, no te preocupes por eso.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 El botón 
25786 \family sans
25787 Ir
25788 \begin_inset space ~
25789 \end_inset
25790
25791 a
25792 \begin_inset space ~
25793 \end_inset
25794
25795 la
25796 \begin_inset space ~
25797 \end_inset
25798
25799 etiqueta
25800 \family default
25801  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
25802  y el texto del botón cambia a 
25803 \family sans
25804 Volver
25805 \family default
25806 , con el que se puede retornar a la referencia.
25807 \end_layout
25808
25809 \begin_layout Subsection
25810 Formatos de referencia cruzada
25811 \begin_inset CommandInset label
25812 LatexCommand label
25813 name "subsec:Formatos-referencia-cruzada"
25814
25815 \end_inset
25816
25817
25818 \begin_inset Index idx
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822 Referencias ! Formatos
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 Hay seis variedades de referencias cruzadas:
25832 \end_layout
25833
25834 \begin_layout Description
25835 <referencia>: imprime el número flotante, esta es la opción predeterminada:
25836  
25837 \begin_inset CommandInset ref
25838 LatexCommand ref
25839 reference "fig:Dos-imágenes-distorsionadas"
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Description
25847 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
25848  habitual para referirse a fórmulas, especialmente si se omite el nombre
25849  «Ecuación»: 
25850 \begin_inset CommandInset ref
25851 LatexCommand eqref
25852 reference "eq:Wgn"
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Description
25860 <página>: imprime el número de página: Página
25861 \begin_inset space ~
25862 \end_inset
25863
25864
25865 \begin_inset CommandInset ref
25866 LatexCommand pageref
25867 reference "fig:Dos-imágenes-distorsionadas"
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Description
25875 en
25876 \begin_inset space ~
25877 \end_inset
25878
25879 página
25880 \begin_inset space ~
25881 \end_inset
25882
25883 <página>: imprime el texto «en la página» y el número de página: 
25884 \begin_inset CommandInset ref
25885 LatexCommand vpageref
25886 reference "fig:Dos-imágenes-distorsionadas"
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Description
25894 <referencia>
25895 \begin_inset space ~
25896 \end_inset
25897
25898 en
25899 \begin_inset space ~
25900 \end_inset
25901
25902 página
25903 \begin_inset space ~
25904 \end_inset
25905
25906 <página>: imprime el número flotante, el texto «en la página» y el número
25907  de página: 
25908 \begin_inset CommandInset ref
25909 LatexCommand vref
25910 reference "fig:Dos-imágenes-distorsionadas"
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Description
25918 Referencia
25919 \begin_inset space ~
25920 \end_inset
25921
25922 con
25923 \begin_inset space ~
25924 \end_inset
25925
25926 formato: imprime un formato personalizado.
25927 \begin_inset Newline newline
25928 \end_inset
25929
25930
25931 \begin_inset Note Greyedout
25932 status open
25933
25934 \begin_layout Plain Layout
25935
25936 \series bold
25937 Nota:
25938 \series default
25939  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
25940
25941  
25942 \series bold
25943 prettyref
25944 \series default
25945  o 
25946 \series bold
25947 refstyle
25948 \series default
25949 .
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 \SpecialChar LaTeX
25955 -paquetes ! prettyref
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \begin_inset Index idx
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965 \SpecialChar LaTeX
25966 -paquetes ! refstyle
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \begin_inset Newline newline
25978 \end_inset
25979
25980 Se puede seleccionar el paquete \SpecialChar LaTeX
25981  a usar con esta característica marcando
25982  la opción 
25983 \family sans
25984 Usar refstyle (no prettyref) para las referencias cruzadas
25985 \family default
25986  en el menú 
25987 \family sans
25988 Documento\SpecialChar menuseparator
25989 Configuración\SpecialChar menuseparator
25990 Clase de documento
25991 \family default
25992 .
25993  El formato se especifica añadiendo el comando 
25994 \series bold
25995
25996 \backslash
25997 newrefformat
25998 \series default
25999  (prettyref) o 
26000 \series bold
26001
26002 \backslash
26003 newref
26004 \series default
26005  (refstyle) en el preámbulo del documento.
26006  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
26007  la etiqueta 
26008 \begin_inset Quotes cld
26009 \end_inset
26010
26011
26012 \family sans
26013 fig
26014 \family default
26015
26016 \begin_inset Quotes crd
26017 \end_inset
26018
26019 ) se usa el comando
26020 \begin_inset Newline newline
26021 \end_inset
26022
26023
26024 \series bold
26025
26026 \backslash
26027 newref{fig}{refcmd={Imagen en la página 
26028 \backslash
26029 pageref{#1}}}
26030 \series default
26031
26032 \begin_inset Newline newline
26033 \end_inset
26034
26035 Para más información sobre este formato echa un vistazo a la documentación
26036  de
26037 \begin_inset space ~
26038 \end_inset
26039
26040
26041 \begin_inset CommandInset citation
26042 LatexCommand cite
26043 key "prettyref,refstyle"
26044 literal "true"
26045
26046 \end_inset
26047
26048 .
26049 \begin_inset Newline newline
26050 \end_inset
26051
26052
26053 \lang english
26054 The options 
26055 \family sans
26056 Plural
26057 \family default
26058  and 
26059 \family sans
26060 Capitalized
26061 \family default
26062  are only available if you use the \SpecialChar LaTeX
26063 -package 
26064 \series bold
26065 refstyle
26066 \series default
26067 .
26068  
26069 \family sans
26070 Plural
26071 \family default
26072  adds an 
26073 \emph on
26074 s
26075 \emph default
26076  to the name, e.
26077 \begin_inset space \thinspace{}
26078 \end_inset
26079
26080 g.
26081 \begin_inset space \space{}
26082 \end_inset
26083
26084
26085 \begin_inset Quotes eld
26086 \end_inset
26087
26088 imagens
26089 \begin_inset Quotes erd
26090 \end_inset
26091
26092  and is therefore not useful for Spanish documents; 
26093 \family sans
26094 Capitalized
26095 \family default
26096  outputs the name capitalized, e.
26097 \begin_inset space \thinspace{}
26098 \end_inset
26099
26100 g.
26101 \begin_inset space \space{}
26102 \end_inset
26103
26104
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 Imagen
26109 \begin_inset Quotes erd
26110 \end_inset
26111
26112 .
26113 \end_layout
26114
26115 \begin_layout Description
26116 Referencia
26117 \begin_inset space ~
26118 \end_inset
26119
26120 textual: imprime la leyenda de la referencia: 
26121 \begin_inset CommandInset ref
26122 LatexCommand nameref
26123 reference "fig:Dos-imágenes-distorsionadas"
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Description
26131
26132 \lang english
26133 Label
26134 \begin_inset space ~
26135 \end_inset
26136
26137 only: prints only the \SpecialChar LaTeX
26138  label for the reference: 
26139 \lang spanish
26140
26141 \begin_inset CommandInset ref
26142 LatexCommand labelonly
26143 reference "fig:Dos-imágenes-distorsionadas"
26144 plural "false"
26145 caps "false"
26146 noprefix "false"
26147
26148 \end_inset
26149
26150
26151 \lang english
26152
26153 \begin_inset Newline newline
26154 \end_inset
26155
26156 This allows to use the label for commands in \SpecialChar TeX
26157  code.
26158  With the option 
26159 \family sans
26160 No Prefix
26161 \family default
26162  one can omit the prefix of the label name: 
26163 \lang spanish
26164
26165 \begin_inset CommandInset ref
26166 LatexCommand labelonly
26167 reference "fig:Dos-imágenes-distorsionadas"
26168 plural "false"
26169 caps "false"
26170 noprefix "true"
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Standard
26178
26179 \family sans
26180 <página>
26181 \family default
26182
26183 \begin_inset space \thinspace{}
26184 \end_inset
26185
26186  no imprime el número si la etiqueta está en la misma página, en la anterior
26187  o en la siguiente.
26188  En su lugar verás p.
26189 \begin_inset space \thinspace{}
26190 \end_inset
26191
26192 ej.
26193 \begin_inset space ~
26194 \end_inset
26195
26196 el texto «
26197 \family sans
26198 en esta página
26199 \family default
26200 ».
26201  El estilo 
26202 \family sans
26203 <referencia>
26204 \begin_inset space ~
26205 \end_inset
26206
26207 en
26208 \begin_inset space ~
26209 \end_inset
26210
26211 página
26212 \begin_inset space ~
26213 \end_inset
26214
26215 <página> 
26216 \family default
26217 no imprimirá nada sobre la página si la etiqueta está en la misma página.
26218 \end_layout
26219
26220 \begin_layout Standard
26221 El número y página actual de la parte del documento referida es automáticamente
26222  calculado por \SpecialChar LaTeX
26223  en la salida.
26224  Las variedades se ajustan en el campo 
26225 \family sans
26226 Formato
26227 \family default
26228  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
26229 \end_layout
26230
26231 \begin_layout Standard
26232 \begin_inset Note Greyedout
26233 status open
26234
26235 \begin_layout Plain Layout
26236
26237 \series bold
26238 Nota: 
26239 \series default
26240 Se recomienda usar el paquete \SpecialChar LaTeX
26241  
26242 \series bold
26243 refstyle
26244 \series default
26245
26246 \begin_inset Index idx
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250 \SpecialChar LaTeX
26251 -paquetes ! refstyle
26252 \end_layout
26253
26254 \end_inset
26255
26256  porque 
26257 \series bold
26258 prettyref
26259 \series default
26260
26261 \begin_inset Index idx
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265 \SpecialChar LaTeX
26266 -paquetes ! prettyref
26267 \end_layout
26268
26269 \end_inset
26270
26271  no reconoce todas las abreviaturas de etiquetas
26272 \begin_inset Foot
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 \begin_inset Quotes cld
26277 \end_inset
26278
26279 fig:
26280 \begin_inset Quotes crd
26281 \end_inset
26282
26283 , por ejemplo, es la abreviatura en \SpecialChar LyX
26284  para las etiquetas de leyendas de figuras.
26285 \end_layout
26286
26287 \end_inset
26288
26289  posibles en \SpecialChar LyX
26290  y no está internacionalizado.
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Subsection
26299 Designación automática de referencias
26300 \begin_inset Index idx
26301 status collapsed
26302
26303 \begin_layout Plain Layout
26304 Referencias ! Designación automática
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Standard
26313 El paquete \SpecialChar LaTeX
26314  
26315 \series bold
26316 hyperref
26317 \series default
26318
26319 \begin_inset Index idx
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323 \SpecialChar LaTeX
26324 -paquetes ! hyperref
26325 \end_layout
26326
26327 \end_inset
26328
26329 , que se habilita en 
26330 \family sans
26331 Propiedades PDF
26332 \family default
26333  del diálogo 
26334 \family sans
26335 Documento\SpecialChar menuseparator
26336 Configuración
26337 \family default
26338 , dispone de una característica muy útil que permite incluir automáticamente
26339  en las referencias cruzadas el nombre de los flotantes referidos (o partes
26340  de texto como 
26341 \emph on
26342 sección
26343 \emph default
26344 ).
26345  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
26346  cada referencia a una figura.
26347  Para usar esta característica habilita el soporte para 
26348 \series bold
26349 hyperref
26350 \series default
26351  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
26352 :
26353 \end_layout
26354
26355 \begin_layout Standard
26356
26357 \series bold
26358
26359 \backslash
26360 AtBeginDocument{
26361 \backslash
26362 renewcommand{
26363 \backslash
26364 ref}[1]{
26365 \backslash
26366 mbox{
26367 \backslash
26368 autoref{#1}}}}
26369 \end_layout
26370
26371 \begin_layout Standard
26372 Si prefieres otros nombres para las referencias distintos de los predeterminados
26373 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
26374  lo siguiente en el preámbulo:
26375 \end_layout
26376
26377 \begin_layout Standard
26378
26379 \series bold
26380
26381 \backslash
26382 addto
26383 \backslash
26384 extrasspanish{
26385 \backslash
26386 renewcommand{
26387 \backslash
26388 sectionautorefname}
26389 \begin_inset Newline newline
26390 \end_inset
26391
26392
26393 \begin_inset Phantom HPhantom
26394 status open
26395
26396 \begin_layout Plain Layout
26397
26398 \series bold
26399 \begin_inset space ~
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406
26407 {sec.
26408 \backslash
26409 negthinspace}}
26410 \end_layout
26411
26412 \begin_layout Standard
26413 Si estás usando un idioma de documento distinto del español, reemplaza
26414 \begin_inset Newline newline
26415 \end_inset
26416
26417  
26418 \series bold
26419
26420 \backslash
26421 extrasspanish
26422 \series default
26423  por
26424 \series bold
26425  
26426 \backslash
26427 extras***
26428 \series default
26429 , donde *** es el nombre del idioma utilizado.
26430 \end_layout
26431
26432 \begin_layout Standard
26433 Para obtener nombres automáticos pero no para determinados tipos de referencias,
26434  por ejemplo no para ecuaciones, usa este código de preámbulo:
26435 \end_layout
26436
26437 \begin_layout Standard
26438
26439 \series bold
26440
26441 \backslash
26442 addto
26443 \backslash
26444 extrasspanish{
26445 \backslash
26446 renewcommand*{
26447 \backslash
26448 equationautorefname}[1]{}}
26449 \end_layout
26450
26451 \begin_layout Standard
26452 En la documentación de 
26453 \series bold
26454 hyperref
26455 \series default
26456  
26457 \begin_inset CommandInset citation
26458 LatexCommand cite
26459 key "hyperref"
26460 literal "true"
26461
26462 \end_inset
26463
26464  puedes encontrar más información.
26465
26466 \series bold
26467  
26468 \end_layout
26469
26470 \begin_layout Standard
26471 \begin_inset Note Greyedout
26472 status open
26473
26474 \begin_layout Plain Layout
26475
26476 \series bold
26477 Nota:
26478 \series default
26479  La designación automática de referencias no puede usarse en el estilo 
26480 \family sans
26481 Referencia
26482 \begin_inset space ~
26483 \end_inset
26484
26485 con
26486 \begin_inset space ~
26487 \end_inset
26488
26489 formato
26490 \family default
26491 , descrita en la sección
26492 \begin_inset space ~
26493 \end_inset
26494
26495
26496 \begin_inset CommandInset ref
26497 LatexCommand ref
26498 reference "subsec:Formatos-referencia-cruzada"
26499
26500 \end_inset
26501
26502 .
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \begin_layout Standard
26511 El manual 
26512 \emph on
26513 Ecuaciones
26514 \emph default
26515  es un ejemplo de documento en el que se ha utilizado designación automática
26516  de referencias.
26517 \end_layout
26518
26519 \begin_layout Subsection
26520 Colocación de referencias
26521 \begin_inset CommandInset label
26522 LatexCommand label
26523 name "subsec:Colocación-de-Referencias"
26524
26525 \end_inset
26526
26527
26528 \begin_inset Index idx
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532 Referencias ! Colocación
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Standard
26541 Si usas 
26542 \series bold
26543 hyperref
26544 \series default
26545
26546 \begin_inset Index idx
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550 \SpecialChar LaTeX
26551 -paquetes ! hyperref
26552 \end_layout
26553
26554 \end_inset
26555
26556 , en las 
26557 \family sans
26558 Preferencias PDF 
26559 \family default
26560 del diálogo 
26561 \family sans
26562 Documento\SpecialChar menuseparator
26563 Configuración
26564 \family default
26565 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
26566  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
26567  La leyenda será la primera parte del texto en pantalla, de forma que para
26568  ver la imagen debes deslizar.
26569  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
26570  Usando el paquete 
26571 \series bold
26572 hypcap
26573 \series default
26574
26575 \begin_inset Index idx
26576 status collapsed
26577
26578 \begin_layout Plain Layout
26579 \SpecialChar LaTeX
26580 -paquetes ! hypcap
26581 \end_layout
26582
26583 \end_inset
26584
26585 , que forma parte del paquete \SpecialChar LaTeX
26586  
26587 \series bold
26588 oberdiek
26589 \series default
26590
26591 \begin_inset Index idx
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595 \SpecialChar LaTeX
26596 -paquetes ! oberdiek
26597 \end_layout
26598
26599 \end_inset
26600
26601 , el ancla de enlace se sitúa al comienzo de un flotante.
26602  Para usar esta característica para figuras flotantes carga 
26603 \series bold
26604 hypcap
26605 \series default
26606  en el preámbulo con
26607 \end_layout
26608
26609 \begin_layout Standard
26610
26611 \series bold
26612
26613 \backslash
26614 usepackage[figure]{hypcap}
26615 \end_layout
26616
26617 \begin_layout Standard
26618 Puedes usar 
26619 \series bold
26620 hypcap
26621 \series default
26622  para todos los flotantes aunque no se recomienda por razones de estabilidad.
26623  Más información en el manual de 
26624 \series bold
26625 hypcap
26626 \series default
26627  
26628 \begin_inset CommandInset citation
26629 LatexCommand cite
26630 key "hypcap"
26631 literal "true"
26632
26633 \end_inset
26634
26635 .
26636 \end_layout
26637
26638 \begin_layout Standard
26639 \begin_inset Note Greyedout
26640 status open
26641
26642 \begin_layout Plain Layout
26643
26644 \series bold
26645 Nota:
26646 \series default
26647  
26648 \series bold
26649 hypcap
26650 \series default
26651  no funciona para las referencias a subfiguras.
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Section
26660 Colocación de flotantes
26661 \begin_inset CommandInset label
26662 LatexCommand label
26663 name "sec:Colocación-de-Flotantes"
26664
26665 \end_inset
26666
26667
26668 \begin_inset Index idx
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672 Flotantes ! Colocación
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Standard
26681 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
26682  
26683 \family sans
26684 Configuración
26685 \family default
26686 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
26687  para situar
26688  los flotantes.
26689 \begin_inset Newline newline
26690 \end_inset
26691
26692 La opción 
26693 \family sans
26694 Extender
26695 \begin_inset space ~
26696 \end_inset
26697
26698 columnas
26699 \family default
26700  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
26701  abarcará ambas columnas en lugar de una sola.
26702 \begin_inset Newline newline
26703 \end_inset
26704
26705 La opción 
26706 \family sans
26707 Girar
26708 \begin_inset space ~
26709 \end_inset
26710
26711 a
26712 \begin_inset space ~
26713 \end_inset
26714
26715 un
26716 \begin_inset space ~
26717 \end_inset
26718
26719 lado
26720 \family default
26721  sirve para girar flotantes, véase sección
26722 \begin_inset space ~
26723 \end_inset
26724
26725
26726 \begin_inset CommandInset ref
26727 LatexCommand ref
26728 reference "sec:Rotación-de-Flotantes"
26729
26730 \end_inset
26731
26732 .
26733  
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
26738  la posición de un flotante si desmarcas la opción 
26739 \family sans
26740 Usar
26741 \begin_inset space ~
26742 \end_inset
26743
26744 ubicación
26745 \begin_inset space ~
26746 \end_inset
26747
26748 predeterminada
26749 \family default
26750 :
26751 \end_layout
26752
26753 \begin_layout Description
26754
26755 \family sans
26756 \series bold
26757 Aquí
26758 \begin_inset space ~
26759 \end_inset
26760
26761 si
26762 \begin_inset space ~
26763 \end_inset
26764
26765 es
26766 \begin_inset space ~
26767 \end_inset
26768
26769 posible
26770 \family default
26771 \series default
26772  intenta situar el flotante en la posición en la que se inserta
26773 \end_layout
26774
26775 \begin_layout Description
26776
26777 \family sans
26778 \series bold
26779 Principio
26780 \begin_inset space ~
26781 \end_inset
26782
26783 de
26784 \begin_inset space ~
26785 \end_inset
26786
26787 página
26788 \family default
26789 \series default
26790  intenta situar el flotante al principio de la página actual
26791 \end_layout
26792
26793 \begin_layout Description
26794
26795 \family sans
26796 \series bold
26797 Fin
26798 \begin_inset space ~
26799 \end_inset
26800
26801 de
26802 \begin_inset space ~
26803 \end_inset
26804
26805 página
26806 \family default
26807 \series default
26808  intenta situar el flotante al final de la página actual
26809 \end_layout
26810
26811 \begin_layout Description
26812
26813 \family sans
26814 \series bold
26815 Página
26816 \begin_inset space ~
26817 \end_inset
26818
26819 de
26820 \begin_inset space ~
26821 \end_inset
26822
26823 flotantes
26824 \family default
26825 \series default
26826  intenta situar el flotante en una página propia 
26827 \end_layout
26828
26829 \begin_layout Standard
26830 \SpecialChar LaTeX
26831  usa 
26832 \emph on
26833 siempre
26834 \emph default
26835  ese orden de opciones.
26836  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
26837  probará en primer
26838  lugar 
26839 \family sans
26840 Aquí
26841 \begin_inset space ~
26842 \end_inset
26843
26844 si
26845 \begin_inset space ~
26846 \end_inset
26847
26848 es
26849 \begin_inset space ~
26850 \end_inset
26851
26852 posible
26853 \family default
26854 , luego 
26855 \family sans
26856 Principio
26857 \begin_inset space ~
26858 \end_inset
26859
26860 de
26861 \begin_inset space ~
26862 \end_inset
26863
26864 página
26865 \family default
26866 , y después las otras.
26867  Si no usas la predeterminada, \SpecialChar LaTeX
26868  sólo probará las opciones marcadas pero
26869  en dicho orden.
26870  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
26871  pero intenta poner el flotante en la página siguiente.
26872 \end_layout
26873
26874 \begin_layout Standard
26875 De forma predeterminada cada una de las opciones tiene sus propias reglas:
26876 \end_layout
26877
26878 \begin_layout Labeling
26879 \labelwidthstring 00.00.0000
26880
26881 \family sans
26882 Principio
26883 \begin_inset space ~
26884 \end_inset
26885
26886 de
26887 \begin_inset space ~
26888 \end_inset
26889
26890 página:
26891 \family default
26892  sólo si el flotante ocupa menos del 70
26893 \begin_inset space \thinspace{}
26894 \end_inset
26895
26896 % de la página puede ubicarse al principio de página (
26897 \series bold
26898
26899 \backslash
26900 topfraction
26901 \series default
26902 )
26903 \end_layout
26904
26905 \begin_layout Labeling
26906 \labelwidthstring 00.00.0000
26907
26908 \family sans
26909 Fin
26910 \begin_inset space ~
26911 \end_inset
26912
26913 de
26914 \begin_inset space ~
26915 \end_inset
26916
26917 página:
26918 \family default
26919  sólo si el flotante ocupa menos del 30
26920 \begin_inset space \thinspace{}
26921 \end_inset
26922
26923 % de la página puede ubicarse al fin de página.
26924  (
26925 \series bold
26926
26927 \backslash
26928 bottomfraction
26929 \series default
26930 )
26931 \end_layout
26932
26933 \begin_layout Labeling
26934 \labelwidthstring 00.00.0000
26935
26936 \family sans
26937 Página
26938 \begin_inset space ~
26939 \end_inset
26940
26941 de
26942 \begin_inset space ~
26943 \end_inset
26944
26945 flotantes:
26946 \family default
26947  sólo si más del 50
26948 \begin_inset space \thinspace{}
26949 \end_inset
26950
26951 % de la página se ocupa por flotantes puede haber varios juntos en la misma
26952  página.
26953  (
26954 \series bold
26955
26956 \backslash
26957 floatpagefraction
26958 \series default
26959 )
26960 \end_layout
26961
26962 \begin_layout Standard
26963 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
26964  
26965 \family sans
26966 Ignorar
26967 \begin_inset space ~
26968 \end_inset
26969
26970 reglas
26971 \begin_inset space ~
26972 \end_inset
26973
26974 de
26975 \begin_inset space ~
26976 \end_inset
26977
26978 \SpecialChar LaTeX
26979
26980 \family default
26981 .
26982 \begin_inset Newline newline
26983 \end_inset
26984
26985 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
26986  que van entre paréntesis
26987  tras la descripción de las reglas anteriores.
26988  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
26989  la regla 
26990 \family sans
26991 Fin
26992 \family default
26993
26994 \begin_inset space ~
26995 \end_inset
26996
26997
26998 \family sans
26999 de
27000 \family default
27001
27002 \begin_inset space ~
27003 \end_inset
27004
27005
27006 \family sans
27007 página
27008 \family default
27009  al 50
27010 \begin_inset space \thinspace{}
27011 \end_inset
27012
27013 %, añade esta línea en el preámbulo:
27014 \end_layout
27015
27016 \begin_layout Standard
27017
27018 \series bold
27019
27020 \backslash
27021 renewcommand{
27022 \backslash
27023 bottomfraction}{0.5}
27024 \end_layout
27025
27026 \begin_layout Standard
27027 En determinados casos podrías necesitar ubicar un flotante exactamente en
27028  la posición en la que se inserta.
27029  Para esto puedes usar la opción 
27030 \family sans
27031 Aquí
27032 \begin_inset space ~
27033 \end_inset
27034
27035 definitivamente
27036 \family default
27037 .
27038  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
27039  porque el flotante ya no podrá «flotar» y si haces cambios al documento
27040  se podría estropear el diseño de la página.
27041 \end_layout
27042
27043 \begin_layout Standard
27044 No hay opciones de ubicación para envoltorios flotantes porque siempre están
27045  rodeados por texto de un párrafo determinado.
27046 \begin_inset VSpace bigskip
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 A veces surge el problema de que un flotante se sitúa al principio de la
27054  página mientras que su sección correspondiente empieza en mitad de la página,
27055  así que el lector podría creer que el flotante forma parte de la sección
27056  anterior.
27057  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
27058  
27059 \series bold
27060
27061 \backslash
27062 suppressfloats
27063 \series default
27064 , que suprime la ubicación de un flotante dado en la página donde se inserta
27065  y además puede servir para evitar que el flotante se coloque antes del
27066  inicio de sección.
27067  Para ello, añade estos comandos al preámbulo:
27068 \end_layout
27069
27070 \begin_layout Standard
27071
27072 \series bold
27073
27074 \backslash
27075 let
27076 \backslash
27077 mySection
27078 \backslash
27079 section
27080 \begin_inset Newline newline
27081 \end_inset
27082
27083
27084 \backslash
27085 renewcommand{
27086 \backslash
27087 section}{
27088 \backslash
27089 suppressfloats[t]
27090 \backslash
27091 mySection}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
27096  subsecciones.
27097  No es recomendable para partes pequeñas de texto como subsubsecciones porque
27098  \SpecialChar LaTeX
27099  podría tener problemas para encontrar una ubicación adecuada.
27100 \end_layout
27101
27102 \begin_layout Standard
27103 \begin_inset VSpace bigskip
27104 \end_inset
27105
27106 En ciertos casos se quieren tener todas las figuras/cuadros al final del
27107  documento.
27108  Para estos casos está el paquete \SpecialChar LaTeX
27109  
27110 \series bold
27111 endfloat
27112 \series default
27113
27114 \begin_inset Index idx
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 \SpecialChar LaTeX
27119 -paquetes ! endfloat
27120 \end_layout
27121
27122 \end_inset
27123
27124 .
27125  Pone todas las figuras y cuadros flotantes al final del documento en secciones
27126  propias.
27127  En la posición original del flotante se inserta una indicación como «
27128 \family sans
27129 [Figure
27130 \begin_inset space ~
27131 \end_inset
27132
27133 3.2 about here.]
27134 \family default
27135 ».
27136  El paquete 
27137 \series bold
27138 endfloat
27139 \series default
27140  se carga en el preámbulo con la línea
27141 \end_layout
27142
27143 \begin_layout Standard
27144
27145 \series bold
27146
27147 \backslash
27148 usepackage[options]{endfloat}
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
27153  Para más información véase la documentación 
27154 \begin_inset CommandInset citation
27155 LatexCommand cite
27156 key "endfloat"
27157 literal "true"
27158
27159 \end_inset
27160
27161 .
27162 \begin_inset Newline newline
27163 \end_inset
27164
27165
27166 \begin_inset Note Greyedout
27167 status open
27168
27169 \begin_layout Plain Layout
27170
27171 \series bold
27172 Nota: endfloat
27173 \series default
27174  no traduce automáticamente la indicación, hay que hacerlo manualmente,
27175  véase sección
27176 \begin_inset space ~
27177 \end_inset
27178
27179 4 en 
27180 \begin_inset CommandInset citation
27181 LatexCommand cite
27182 key "endfloat"
27183 literal "true"
27184
27185 \end_inset
27186
27187 .
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \begin_inset Newline newline
27194 \end_inset
27195
27196
27197 \begin_inset Note Greyedout
27198 status open
27199
27200 \begin_layout Plain Layout
27201
27202 \series bold
27203 Nota:
27204 \series default
27205  Actualmente hay un error en 
27206 \series bold
27207 endfloat
27208 \series default
27209  cuando la leyenda contiene el carácter alemán «ß».
27210  Usa en ese caso el comando «
27211 \series bold
27212
27213 \backslash
27214 ss
27215 \series default
27216 » en código \SpecialChar TeX
27217  en vez de «ß».
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset VSpace bigskip
27227 \end_inset
27228
27229 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
27230  como 
27231 \begin_inset CommandInset citation
27232 LatexCommand cite
27233 key "latexcompanion,latexguide,latexbook"
27234 literal "true"
27235
27236 \end_inset
27237
27238 .
27239 \end_layout
27240
27241 \begin_layout Section
27242 Rotación de flotantes
27243 \begin_inset CommandInset label
27244 LatexCommand label
27245 name "sec:Rotación-de-Flotantes"
27246
27247 \end_inset
27248
27249
27250 \begin_inset Index idx
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254 Flotantes ! Rotación
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Standard
27263 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
27264  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
27265  la opción 
27266 \family sans
27267 Girar
27268 \begin_inset space ~
27269 \end_inset
27270
27271 a
27272 \begin_inset space ~
27273 \end_inset
27274
27275 un
27276 \begin_inset space ~
27277 \end_inset
27278
27279 lado
27280 \family default
27281 .
27282 \end_layout
27283
27284 \begin_layout Standard
27285 Los flotantes girados son puestos siempre en su propia página (o columna
27286  si el documento es de dos columnas).
27287  Se les puede permitir abarcar varias columnas con la opción de configuración
27288  
27289 \family sans
27290 Extender
27291 \begin_inset space ~
27292 \end_inset
27293
27294 columnas
27295 \family default
27296 .
27297  Se rotan de forma que puedes leerlos desde el margen externo.
27298  Para forzar determinada dirección de rotación para todas las páginas, puedes
27299  añadir una de las opciones 
27300 \series bold
27301 figuresleft
27302 \series default
27303  o 
27304 \series bold
27305 figuresright
27306 \series default
27307  a las opciones de clase del documento.
27308 \end_layout
27309
27310 \begin_layout Standard
27311 Los flotantes girados se refieren igual que los normales, y el formato de
27312  la leyenda también es el mismo: un ejemplo es el cuadro
27313 \begin_inset space ~
27314 \end_inset
27315
27316
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "tab:Cuadro-girado"
27320
27321 \end_inset
27322
27323 .
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset Note Greyedout
27328 status open
27329
27330 \begin_layout Plain Layout
27331
27332 \series bold
27333 Nota:
27334 \series default
27335  No todos los visores DVI pueden mostrar cuadros girados.
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset Float table
27345 wide false
27346 sideways true
27347 status open
27348
27349 \begin_layout Plain Layout
27350 \begin_inset Caption Standard
27351
27352 \begin_layout Plain Layout
27353 \begin_inset CommandInset label
27354 LatexCommand label
27355 name "tab:Cuadro-girado"
27356
27357 \end_inset
27358
27359 Cuadro girado
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368 \align center
27369 \begin_inset Tabular
27370 <lyxtabular version="3" rows="1" columns="5">
27371 <features tabularvalignment="middle">
27372 <column alignment="center" valignment="top">
27373 <column alignment="center" valignment="top">
27374 <column alignment="center" valignment="top">
27375 <column alignment="center" valignment="top">
27376 <column alignment="center" valignment="top">
27377 <row>
27378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Plain Layout
27382 test
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27388 \begin_inset Text
27389
27390 \begin_layout Plain Layout
27391 b
27392 \end_layout
27393
27394 \end_inset
27395 </cell>
27396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400 c
27401 \end_layout
27402
27403 \end_inset
27404 </cell>
27405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409 d
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418 e
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 </row>
27424 </lyxtabular>
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Section
27437 Subflotantes
27438 \begin_inset Index idx
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 Flotantes ! Subflotantes
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
27452  imágenes.
27453  Se crean insertando un flotante dentro de otro.
27454  La colocación de los subflotantes puede controlarse como si fueran párrafos,
27455  como se muestra en los cuadros
27456 \begin_inset space ~
27457 \end_inset
27458
27459
27460 \begin_inset CommandInset ref
27461 LatexCommand ref
27462 reference "tab:Dos-subcuadros-adosados"
27463
27464 \end_inset
27465
27466  y
27467 \begin_inset space ~
27468 \end_inset
27469
27470
27471 \begin_inset CommandInset ref
27472 LatexCommand ref
27473 reference "tab:Dos-subcuadros-uno-sobre"
27474
27475 \end_inset
27476
27477 .
27478 \end_layout
27479
27480 \begin_layout Standard
27481 Las referencias a subflotantes funcionan como en los flotantes normales:
27482  el cuadro
27483 \begin_inset space ~
27484 \end_inset
27485
27486
27487 \begin_inset CommandInset ref
27488 LatexCommand ref
27489 reference "tab:Este-es-el-subcuadro-a"
27490
27491 \end_inset
27492
27493  y el cuadro
27494 \begin_inset space ~
27495 \end_inset
27496
27497
27498 \begin_inset CommandInset ref
27499 LatexCommand ref
27500 reference "tab:Este-es-el-subcuadro-b"
27501
27502 \end_inset
27503
27504  son subcuadros del cuadro
27505 \begin_inset space ~
27506 \end_inset
27507
27508
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "tab:Dos-subcuadros-adosados"
27512
27513 \end_inset
27514
27515 .
27516 \end_layout
27517
27518 \begin_layout Standard
27519 \begin_inset Float table
27520 wide false
27521 sideways false
27522 status open
27523
27524 \begin_layout Plain Layout
27525 \begin_inset Caption Standard
27526
27527 \begin_layout Plain Layout
27528 \begin_inset CommandInset label
27529 LatexCommand label
27530 name "tab:Dos-subcuadros-adosados"
27531
27532 \end_inset
27533
27534 Dos subcuadros adosados
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Plain Layout
27543 \begin_inset space \hfill{}
27544 \end_inset
27545
27546
27547 \begin_inset Float table
27548 wide false
27549 sideways false
27550 status open
27551
27552 \begin_layout Plain Layout
27553 \begin_inset Caption Standard
27554
27555 \begin_layout Plain Layout
27556 \begin_inset CommandInset label
27557 LatexCommand label
27558 name "tab:Este-es-el-subcuadro-a"
27559
27560 \end_inset
27561
27562 Este es el subcuadro a
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Plain Layout
27571 \align center
27572 \begin_inset Tabular
27573 <lyxtabular version="3" rows="1" columns="5">
27574 <features tabularvalignment="middle">
27575 <column alignment="center" valignment="top">
27576 <column alignment="center" valignment="top">
27577 <column alignment="center" valignment="top">
27578 <column alignment="center" valignment="top">
27579 <column alignment="center" valignment="top">
27580 <row>
27581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Plain Layout
27585 test 
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27591 \begin_inset Text
27592
27593 \begin_layout Plain Layout
27594 b
27595 \end_layout
27596
27597 \end_inset
27598 </cell>
27599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27600 \begin_inset Text
27601
27602 \begin_layout Plain Layout
27603 c
27604 \end_layout
27605
27606 \end_inset
27607 </cell>
27608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27609 \begin_inset Text
27610
27611 \begin_layout Plain Layout
27612 d
27613 \end_layout
27614
27615 \end_inset
27616 </cell>
27617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27618 \begin_inset Text
27619
27620 \begin_layout Plain Layout
27621 e
27622 \end_layout
27623
27624 \end_inset
27625 </cell>
27626 </row>
27627 </lyxtabular>
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \begin_inset space \hfill{}
27638 \end_inset
27639
27640
27641 \begin_inset Float table
27642 wide false
27643 sideways false
27644 status open
27645
27646 \begin_layout Plain Layout
27647 \begin_inset Caption Standard
27648
27649 \begin_layout Plain Layout
27650 \begin_inset CommandInset label
27651 LatexCommand label
27652 name "tab:Este-es-el-subcuadro-b"
27653
27654 \end_inset
27655
27656 Esta es la subtabla b
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Plain Layout
27665 \align center
27666 \begin_inset Tabular
27667 <lyxtabular version="3" rows="1" columns="5">
27668 <features tabularvalignment="middle">
27669 <column alignment="center" valignment="top">
27670 <column alignment="center" valignment="top">
27671 <column alignment="center" valignment="top">
27672 <column alignment="center" valignment="top">
27673 <column alignment="center" valignment="top">
27674 <row>
27675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Plain Layout
27679 e
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Plain Layout
27688 d
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Plain Layout
27697 c
27698 \end_layout
27699
27700 \end_inset
27701 </cell>
27702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706 b
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 test
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 </row>
27721 </lyxtabular>
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \begin_inset space \hfill{}
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Standard
27743 \begin_inset Float table
27744 wide false
27745 sideways false
27746 status open
27747
27748 \begin_layout Plain Layout
27749 \begin_inset Caption Standard
27750
27751 \begin_layout Plain Layout
27752 \begin_inset CommandInset label
27753 LatexCommand label
27754 name "tab:Dos-subcuadros-uno-sobre"
27755
27756 \end_inset
27757
27758 Dos subcuadros colocados uno sobre otro.
27759  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Plain Layout
27768 \noindent
27769 \align center
27770 \begin_inset Float table
27771 wide false
27772 sideways false
27773 status open
27774
27775 \begin_layout Plain Layout
27776 \begin_inset Caption Standard
27777
27778 \begin_layout Plain Layout
27779
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Plain Layout
27788 \align center
27789 \begin_inset Tabular
27790 <lyxtabular version="3" rows="1" columns="4">
27791 <features tabularvalignment="middle">
27792 <column alignment="center" valignment="top">
27793 <column alignment="center" valignment="top">
27794 <column alignment="center" valignment="top">
27795 <column alignment="center" valignment="top">
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 test
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 test
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 test
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 test
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 </row>
27834 </lyxtabular>
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Plain Layout
27847 \align center
27848 \begin_inset Float table
27849 wide false
27850 sideways false
27851 status open
27852
27853 \begin_layout Plain Layout
27854 \begin_inset Caption Standard
27855
27856 \begin_layout Plain Layout
27857
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \begin_layout Plain Layout
27866 \align center
27867 \begin_inset Tabular
27868 <lyxtabular version="3" rows="1" columns="5">
27869 <features tabularvalignment="middle">
27870 <column alignment="center" valignment="top">
27871 <column alignment="center" valignment="top">
27872 <column alignment="center" valignment="top">
27873 <column alignment="center" valignment="top">
27874 <column alignment="center" valignment="top">
27875 <row>
27876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880 a
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 b
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 c
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Plain Layout
27907 d
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 e
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 </row>
27922 </lyxtabular>
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Section
27940 Flotantes adosados
27941 \begin_inset Index idx
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 Flotantes ! Adosados
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Standard
27954 Para colocar flotantes unos junto a otros, como en la figura
27955 \begin_inset space ~
27956 \end_inset
27957
27958
27959 \begin_inset CommandInset ref
27960 LatexCommand ref
27961 reference "fig:Flotante-izquierda"
27962
27963 \end_inset
27964
27965  y 
27966 \begin_inset CommandInset ref
27967 LatexCommand ref
27968 reference "fig:Flotante-derecha"
27969
27970 \end_inset
27971
27972 , se pone 
27973 \emph on
27974 un
27975 \emph default
27976  solo flotante.
27977  En él se insertan dos cuadros tipo minipágina.
27978 \begin_inset Foot
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 Las minipáginas se explican en la sección
27983 \begin_inset space ~
27984 \end_inset
27985
27986
27987 \begin_inset CommandInset ref
27988 LatexCommand ref
27989 reference "sec:Minipáginas"
27990
27991 \end_inset
27992
27993 .
27994 \end_layout
27995
27996 \end_inset
27997
27998  La anchura de la columna se establece en 45-50
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 % y la alineación en 
28003 \family sans
28004 Inferior
28005 \family default
28006  para cada minipágina.
28007  Las minipáginas contienen la imagen y su título, de igual forma que en
28008  los flotantes.
28009  La única diferencia es que el 
28010 \family sans
28011 Ancho
28012 \begin_inset space ~
28013 \end_inset
28014
28015 de
28016 \begin_inset space ~
28017 \end_inset
28018
28019 columna
28020 \begin_inset space ~
28021 \end_inset
28022
28023 %
28024 \family default
28025  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 \begin_inset Float figure
28030 placement h
28031 wide false
28032 sideways false
28033 status open
28034
28035 \begin_layout Plain Layout
28036 \begin_inset Box Frameless
28037 position "b"
28038 hor_pos "c"
28039 has_inner_box 1
28040 inner_pos "t"
28041 use_parbox 0
28042 use_makebox 0
28043 width "45col%"
28044 special "none"
28045 height "1in"
28046 height_special "totalheight"
28047 thickness "0.4pt"
28048 separation "3pt"
28049 shadowsize "4pt"
28050 framecolor "black"
28051 backgroundcolor "none"
28052 status open
28053
28054 \begin_layout Plain Layout
28055 \align center
28056 \begin_inset Graphics
28057         filename ../clipart/mobius.eps
28058         lyxscale 50
28059         width 100col%
28060         scaleBeforeRotation
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \begin_layout Plain Layout
28068 \begin_inset Caption Standard
28069
28070 \begin_layout Plain Layout
28071 \begin_inset CommandInset label
28072 LatexCommand label
28073 name "fig:Flotante-izquierda"
28074
28075 \end_inset
28076
28077 Flotante en el lado izquierdo.
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \begin_inset space \hfill{}
28089 \end_inset
28090
28091
28092 \begin_inset Box Frameless
28093 position "b"
28094 hor_pos "c"
28095 has_inner_box 1
28096 inner_pos "t"
28097 use_parbox 0
28098 use_makebox 0
28099 width "45col%"
28100 special "none"
28101 height "1in"
28102 height_special "totalheight"
28103 thickness "0.4pt"
28104 separation "3pt"
28105 shadowsize "4pt"
28106 framecolor "black"
28107 backgroundcolor "none"
28108 status open
28109
28110 \begin_layout Plain Layout
28111 \align center
28112 \begin_inset Graphics
28113         filename ../clipart/platypus.eps
28114         lyxscale 50
28115         width 100col%
28116         scaleBeforeRotation
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Plain Layout
28124 \begin_inset Caption Standard
28125
28126 \begin_layout Plain Layout
28127 \begin_inset CommandInset label
28128 LatexCommand label
28129 name "fig:Flotante-derecha"
28130
28131 \end_inset
28132
28133 Flotante en el lado derecho.
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Standard
28152 Una solución alternativa más simple es usar el módulo 
28153 \family sans
28154 Minipáginas
28155 \begin_inset space ~
28156 \end_inset
28157
28158 ancho
28159 \begin_inset space ~
28160 \end_inset
28161
28162 variable
28163 \family default
28164 , véase la sección
28165 \begin_inset space \thinspace{}
28166 \end_inset
28167
28168
28169 \begin_inset CommandInset ref
28170 LatexCommand ref
28171 reference "sec:Minipáginas"
28172
28173 \end_inset
28174
28175 .
28176  Las minipáginas de anchura variable se adaptan automáticamente a la anchura
28177  de figuras y cuadros.
28178  No requieren una anchura explícita y mejoran la alineación horizontal del
28179  contenido.
28180  El archivo de ejemplo \SpecialChar LyX
28181  
28182 \emph on
28183 varwidth-floats-side-by-side
28184 \emph default
28185  da ejemplos de cómo hacer esto.
28186 \end_layout
28187
28188 \begin_layout Section
28189 Formato de las leyendas
28190 \begin_inset Index idx
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194 Leyendas ! Formato
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \begin_inset Index idx
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204 Flotantes ! Formato de las leyendas
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \begin_inset CommandInset label
28211 LatexCommand label
28212 name "sec:Formato-de-leyendas"
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 El entorno 
28221 \family sans
28222 Leyenda
28223 \family default
28224  es el predeterminado para los 
28225 \family sans
28226 Flotantes
28227 \family default
28228 .
28229  En \SpecialChar LyX
28230  las leyendas se muestran como etiqueta, p.
28231 \begin_inset space \thinspace{}
28232 \end_inset
28233
28234 e.
28235 \begin_inset space ~
28236 \end_inset
28237
28238 «
28239 \family sans
28240 Figura #
28241 \family default
28242 :» seguida por el texto.
28243  «#» es el número real de referencia.
28244  Por omisión la etiqueta y el número usan la misma tipografía que el texto
28245  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
28246  del texto.
28247  El entorno leyenda no es apropiado para todos los tipos de documento.
28248  
28249 \end_layout
28250
28251 \begin_layout Standard
28252 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
28253  
28254 \series bold
28255 caption
28256 \series default
28257
28258 \begin_inset Index idx
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 \SpecialChar LaTeX
28263 -paquetes ! caption
28264 \end_layout
28265
28266 \end_inset
28267
28268  en el preámbulo del documento con la línea:
28269 \end_layout
28270
28271 \begin_layout Standard
28272
28273 \series bold
28274
28275 \backslash
28276 usepackage[definición de formato]{caption}
28277 \end_layout
28278
28279 \begin_layout Standard
28280 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
28281  las leyendas de cuadro siempre sobre él como en este documento, usa el
28282  comando:
28283 \end_layout
28284
28285 \begin_layout Standard
28286
28287 \series bold
28288
28289 \backslash
28290 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28291 \end_layout
28292
28293 \begin_layout Standard
28294 También puedes definir distintos formatos de leyenda para los distintos
28295  tipos de flotantes.
28296  En ese caso carga el paquete 
28297 \series bold
28298 caption
28299 \series default
28300  sin opciones específicas y define los distintos formatos con ayuda del
28301  comando
28302 \end_layout
28303
28304 \begin_layout Standard
28305
28306 \series bold
28307
28308 \backslash
28309 captionsetup[tipo de flotante]{definición de formato}
28310 \end_layout
28311
28312 \begin_layout Standard
28313 en el preámbulo del documento.
28314  Por ejemplo las leyendas de la Figura
28315 \begin_inset space ~
28316 \end_inset
28317
28318
28319 \begin_inset CommandInset ref
28320 LatexCommand ref
28321 reference "fig:Esto-es-una-fig"
28322
28323 \end_inset
28324
28325  y el cuadro
28326 \begin_inset space ~
28327 \end_inset
28328
28329
28330 \begin_inset CommandInset ref
28331 LatexCommand ref
28332 reference "tab:Esto-es-un-cuadro"
28333
28334 \end_inset
28335
28336  pueden crearse usando los siguientes comandos en el preámbulo:
28337 \end_layout
28338
28339 \begin_layout Standard
28340
28341 \series bold
28342
28343 \backslash
28344 usepackage[tableposition=top]{caption}
28345 \series default
28346
28347 \begin_inset Newline newline
28348 \end_inset
28349
28350
28351 \series bold
28352
28353 \backslash
28354 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28355 \begin_inset Newline newline
28356 \end_inset
28357
28358
28359 \begin_inset Phantom HPhantom
28360 status open
28361
28362 \begin_layout Plain Layout
28363
28364 \series bold
28365
28366 \backslash
28367 captionsetup[figure]{
28368 \end_layout
28369
28370 \end_inset
28371
28372 labelsep=period}
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376
28377 \backslash
28378 captionsetup[table]{labelfont={bf,sf}}
28379 \end_layout
28380
28381 \begin_layout Standard
28382 \begin_inset Note Greyedout
28383 status open
28384
28385 \begin_layout Plain Layout
28386
28387 \series bold
28388 Nota: 
28389 \series default
28390 La opción 
28391 \series bold
28392 tableposition=top
28393 \series default
28394  no tiene efecto si se usa una clase de documento 
28395 \series bold
28396 KOMA-Script
28397 \series default
28398 .
28399  En este caso debe utilizarse la opción de clase de documento 
28400 \series bold
28401 captions=tableheading
28402 \series default
28403 .
28404  
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \begin_layout Standard
28413 Para más información sobre el paquete 
28414 \series bold
28415 caption
28416 \series default
28417  acude a su documentación 
28418 \begin_inset CommandInset citation
28419 LatexCommand cite
28420 key "caption"
28421 literal "true"
28422
28423 \end_inset
28424
28425 .
28426 \end_layout
28427
28428 \begin_layout Standard
28429 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
28430 \begin_inset space \thinspace{}
28431 \end_inset
28432
28433 e., usa el siguiente comando de preámbulo:
28434 \end_layout
28435
28436 \begin_layout Standard
28437
28438 \series bold
28439
28440 \backslash
28441 renewcommand{
28442 \backslash
28443 fnum@figure}{Imagen~
28444 \backslash
28445 thefigure}
28446 \end_layout
28447
28448 \begin_layout Standard
28449 donde 
28450 \series bold
28451
28452 \backslash
28453 thefigure
28454 \series default
28455  inserta el número de figura y «~» genera un espacio protegido.
28456
28457 \series bold
28458  
28459 \end_layout
28460
28461 \begin_layout Standard
28462 \begin_inset VSpace bigskip
28463 \end_inset
28464
28465 Si estás usando una clase de documento 
28466 \series bold
28467 KOMA-Script
28468 \series default
28469
28470 \begin_inset Index idx
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474 \SpecialChar LaTeX
28475 -paquetes ! KOMA-Script
28476 \end_layout
28477
28478 \end_inset
28479
28480  (
28481 \family sans
28482 article (KOMA-Script)
28483 \family default
28484
28485 \family sans
28486 book (KOMA-Script)
28487 \family default
28488
28489 \family sans
28490 letter (KOMA-Script)
28491 \family default
28492 , o 
28493 \family sans
28494 report (KOMA-Script)
28495 \family default
28496
28497 \begin_inset space \thinspace{}
28498 \end_inset
28499
28500 ), puedes emplear en vez del paquete 
28501 \series bold
28502 caption
28503 \series default
28504  el comando 
28505 \series bold
28506
28507 \backslash
28508 setkomafont
28509 \series default
28510  incluido en 
28511 \series bold
28512 KOMA-Script
28513 \series default
28514 .
28515  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
28516  comando en el preámbulo del documento:
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 setkomafont{captionlabel}{
28525 \backslash
28526 bfseries}
28527 \end_layout
28528
28529 \begin_layout Standard
28530 Más información sobre 
28531 \series bold
28532
28533 \backslash
28534 setkomafont
28535 \series default
28536  en la documentación de 
28537 \series bold
28538 KOMA-Script
28539 \series default
28540  
28541 \begin_inset CommandInset citation
28542 LatexCommand cite
28543 key "KOMA-Script"
28544 literal "true"
28545
28546 \end_inset
28547
28548 .
28549 \end_layout
28550
28551 \begin_layout Standard
28552 \begin_inset ERT
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556
28557
28558 \backslash
28559 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28560 }
28561 \end_layout
28562
28563 \end_inset
28564
28565
28566 \begin_inset Note Note
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570 El formato de la leyenda se ha cambiado sólo para este ejemplo.
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Standard
28579 \begin_inset Float figure
28580 placement !p
28581 wide false
28582 sideways false
28583 status open
28584
28585 \begin_layout Plain Layout
28586 \align center
28587 \begin_inset Graphics
28588         filename ../clipart/mobius.eps
28589         lyxscale 50
28590         scale 50
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Plain Layout
28598 \begin_inset Caption Standard
28599
28600 \begin_layout Plain Layout
28601 \begin_inset CommandInset label
28602 LatexCommand label
28603 name "fig:Esto-es-una-fig"
28604
28605 \end_inset
28606
28607
28608 \begin_inset Argument 1
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612 Figura con leyenda muy larga
28613 \end_layout
28614
28615 \end_inset
28616
28617 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
28618  el formato diferente.
28619  Aquí se usa una leyenda personalizada.
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Standard
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638
28639 \backslash
28640 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28641 on}
28642 \end_layout
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Standard
28650 \begin_inset Float table
28651 placement !p
28652 wide false
28653 sideways false
28654 status open
28655
28656 \begin_layout Plain Layout
28657 \begin_inset Caption Standard
28658
28659 \begin_layout Plain Layout
28660 \begin_inset CommandInset label
28661 LatexCommand label
28662 name "tab:Esto-es-un-cuadro"
28663
28664 \end_inset
28665
28666
28667 \begin_inset Argument 1
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671 Cuadro con leyenda muy larga
28672 \end_layout
28673
28674 \end_inset
28675
28676 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
28677  el formato diferente.
28678  Aquí se usa el formato de leyenda estándar para los cuadros.
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Plain Layout
28687 \align center
28688 \begin_inset Tabular
28689 <lyxtabular version="3" rows="1" columns="5">
28690 <features tabularvalignment="middle">
28691 <column alignment="center" valignment="top">
28692 <column alignment="center" valignment="top">
28693 <column alignment="center" valignment="top">
28694 <column alignment="center" valignment="top">
28695 <column alignment="center" valignment="top">
28696 <row>
28697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28698 \begin_inset Text
28699
28700 \begin_layout Plain Layout
28701 a
28702 \end_layout
28703
28704 \end_inset
28705 </cell>
28706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28707 \begin_inset Text
28708
28709 \begin_layout Plain Layout
28710 b
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719 c
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28725 \begin_inset Text
28726
28727 \begin_layout Plain Layout
28728 d
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28734 \begin_inset Text
28735
28736 \begin_layout Plain Layout
28737 e
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 </row>
28743 </lyxtabular>
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Section
28756 Colocación de leyendas
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 Leyendas ! Colocación
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \begin_inset Index idx
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771 Flotantes ! Colocación de leyendas
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \begin_inset CommandInset label
28778 LatexCommand label
28779 name "sec:Colocación-de-leyendas"
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Standard
28787 La norma habitual para colocar las leyendas es:
28788 \end_layout
28789
28790 \begin_layout Description
28791 Figura: La leyenda al pie de las figuras
28792 \end_layout
28793
28794 \begin_layout Description
28795 Cuadro: La leyenda sobre los cuadros
28796 \end_layout
28797
28798 \begin_layout Standard
28799 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
28800  no soportan leyendas sobre un
28801  cuadro.
28802  Esto implica que si usas las clases de documento 
28803 \family sans
28804 article
28805 \family default
28806
28807 \family sans
28808 book
28809 \family default
28810
28811 \family sans
28812 letter
28813 \family default
28814 , o 
28815 \family sans
28816 report
28817 \family default
28818  no habrá espacio entre la leyenda y el cuadro.
28819  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
28820  
28821 \series bold
28822 caption
28823 \series default
28824
28825 \begin_inset Index idx
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829 \SpecialChar LaTeX
28830 -paquetes ! caption
28831 \end_layout
28832
28833 \end_inset
28834
28835  en el preámbulo del documento con la opción
28836 \begin_inset Foot
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 Véase la sección
28841 \begin_inset space ~
28842 \end_inset
28843
28844
28845 \begin_inset CommandInset ref
28846 LatexCommand ref
28847 reference "sec:Formato-de-leyendas"
28848
28849 \end_inset
28850
28851  para más información sobre el paquete 
28852 \series bold
28853 caption
28854 \series default
28855 .
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \begin_layout Standard
28864
28865 \series bold
28866 tableposition=top
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Si estás usando la clase 
28871 \series bold
28872 KOMA-Script
28873 \series default
28874
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 \SpecialChar LaTeX
28880 -paquetes ! KOMA-Script
28881 \end_layout
28882
28883 \end_inset
28884
28885  (
28886 \family sans
28887 article (KOMA-Script)
28888 \family default
28889
28890 \family sans
28891 book (KOMA-Script)
28892 \family default
28893
28894 \family sans
28895 letter (KOMA-Script)
28896 \family default
28897 , o 
28898 \family sans
28899 report (KOMA-Script)
28900 \family default
28901
28902 \begin_inset space \thinspace{}
28903 \end_inset
28904
28905 ), en vez de 
28906 \series bold
28907 caption
28908 \series default
28909  puedes poner
28910 \end_layout
28911
28912 \begin_layout Standard
28913
28914 \series bold
28915 captions=tableheading
28916 \end_layout
28917
28918 \begin_layout Standard
28919 en las opciones de clase del documento.
28920 \begin_inset Foot
28921 status open
28922
28923 \begin_layout Plain Layout
28924 Esta opción se usa en este documento.
28925 \end_layout
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \begin_layout Standard
28933 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
28934  una leyenda y marcar en el menú contextual si la quieres encima o debajo
28935  del cuadro o la figura.
28936  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
28937 inada por el documento.
28938  El cuadro
28939 \begin_inset space ~
28940 \end_inset
28941
28942
28943 \begin_inset CommandInset ref
28944 LatexCommand ref
28945 reference "tab:Una-leyenda-marcada"
28946
28947 \end_inset
28948
28949  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
28950  aunque esté encima.
28951  Se puede comparar con la leyenda sin marcar del cuadro
28952 \begin_inset space ~
28953 \end_inset
28954
28955
28956 \begin_inset CommandInset ref
28957 LatexCommand ref
28958 reference "tab:Leyenda-estándar"
28959
28960 \end_inset
28961
28962 .
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \begin_inset Float table
28967 wide false
28968 sideways false
28969 status open
28970
28971 \begin_layout Plain Layout
28972 \begin_inset Caption Below
28973
28974 \begin_layout Plain Layout
28975 \begin_inset CommandInset label
28976 LatexCommand label
28977 name "tab:Una-leyenda-marcada"
28978
28979 \end_inset
28980
28981 Leyenda marcada para colocar bajo el cuadro.
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Plain Layout
28990 \align center
28991 \begin_inset Tabular
28992 <lyxtabular version="3" rows="3" columns="3">
28993 <features tabularvalignment="middle">
28994 <column alignment="center" valignment="top" width="0pt">
28995 <column alignment="center" valignment="top" width="0pt">
28996 <column alignment="center" valignment="top" width="0pt">
28997 <row>
28998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Plain Layout
29002 1
29003 \end_layout
29004
29005 \end_inset
29006 </cell>
29007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29008 \begin_inset Text
29009
29010 \begin_layout Plain Layout
29011 2
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020 3
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 </row>
29026 <row>
29027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29028 \begin_inset Text
29029
29030 \begin_layout Plain Layout
29031 Joe
29032 \end_layout
29033
29034 \end_inset
29035 </cell>
29036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Plain Layout
29040 Mary
29041 \end_layout
29042
29043 \end_inset
29044 </cell>
29045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Plain Layout
29049 Ted
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 </row>
29055 <row>
29056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29057 \begin_inset Text
29058
29059 \begin_layout Plain Layout
29060 \begin_inset Formula $\int x^{2}dx$
29061 \end_inset
29062
29063
29064 \end_layout
29065
29066 \end_inset
29067 </cell>
29068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Plain Layout
29072 \begin_inset Formula $\left[\begin{array}{cc}
29073 a & b\\
29074 c & d
29075 \end{array}\right]$
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \end_inset
29082 </cell>
29083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29084 \begin_inset Text
29085
29086 \begin_layout Plain Layout
29087 \begin_inset Formula $1+1=2$
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 </row>
29096 </lyxtabular>
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 \begin_inset Float table
29110 wide false
29111 sideways false
29112 status open
29113
29114 \begin_layout Plain Layout
29115 \begin_inset Caption Standard
29116
29117 \begin_layout Plain Layout
29118 \begin_inset CommandInset label
29119 LatexCommand label
29120 name "tab:Leyenda-estándar"
29121
29122 \end_inset
29123
29124 Leyenda de cuadro estándar.
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Plain Layout
29133 \align center
29134 \begin_inset Tabular
29135 <lyxtabular version="3" rows="3" columns="3">
29136 <features tabularvalignment="middle">
29137 <column alignment="center" valignment="top" width="0pt">
29138 <column alignment="center" valignment="top" width="0pt">
29139 <column alignment="center" valignment="top" width="0pt">
29140 <row>
29141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29142 \begin_inset Text
29143
29144 \begin_layout Plain Layout
29145 1
29146 \end_layout
29147
29148 \end_inset
29149 </cell>
29150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29151 \begin_inset Text
29152
29153 \begin_layout Plain Layout
29154 2
29155 \end_layout
29156
29157 \end_inset
29158 </cell>
29159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Plain Layout
29163 3
29164 \end_layout
29165
29166 \end_inset
29167 </cell>
29168 </row>
29169 <row>
29170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout Plain Layout
29174 Joe
29175 \end_layout
29176
29177 \end_inset
29178 </cell>
29179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29180 \begin_inset Text
29181
29182 \begin_layout Plain Layout
29183 Mary
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29189 \begin_inset Text
29190
29191 \begin_layout Plain Layout
29192 Ted
29193 \end_layout
29194
29195 \end_inset
29196 </cell>
29197 </row>
29198 <row>
29199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203 \begin_inset Formula $\int x^{2}dx$
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \end_inset
29210 </cell>
29211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29212 \begin_inset Text
29213
29214 \begin_layout Plain Layout
29215 \begin_inset Formula $\left[\begin{array}{cc}
29216 a & b\\
29217 c & d
29218 \end{array}\right]$
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230 \begin_inset Formula $1+1=2$
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \end_inset
29237 </cell>
29238 </row>
29239 </lyxtabular>
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Standard
29252 \begin_inset VSpace bigskip
29253 \end_inset
29254
29255 También es posible poner la leyenda junto a una figura o cuadro.
29256  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
29257  
29258 \series bold
29259 sidecap
29260 \series default
29261
29262 \begin_inset Index idx
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 \SpecialChar LaTeX
29267 -paquetes ! sidecap
29268 \end_layout
29269
29270 \end_inset
29271
29272  añadiendo en el preámbulo del documento la línea
29273 \end_layout
29274
29275 \begin_layout Standard
29276
29277 \series bold
29278
29279 \backslash
29280 usepackage[option]{sidecap}
29281 \end_layout
29282
29283 \begin_layout Standard
29284 Si no se especifica opción, la leyenda se ubica del lado del margen externo
29285  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
29286  Puedes cambiar la colocación al margen interno con la opción 
29287 \series bold
29288 innercaption
29289 \series default
29290 .
29291  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
29292  opciones 
29293 \series bold
29294 rightcaption
29295 \series default
29296  o 
29297 \series bold
29298 leftcaption
29299 \series default
29300 , respectivamente.
29301 \end_layout
29302
29303 \begin_layout Standard
29304 \begin_inset ERT
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308
29309
29310 \backslash
29311 ifsidecap
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \begin_inset Note Note
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
29322  \SpecialChar LaTeX
29323  
29324 \series bold
29325 sidecap
29326 \series default
29327 .
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 Para situar en \SpecialChar LyX
29337  la leyenda de un flotante al lado, es necesario añadir estos
29338  comandos al preámbulo del documento:
29339 \end_layout
29340
29341 \begin_layout Standard
29342 \noindent
29343 \begin_inset CommandInset line
29344 LatexCommand rule
29345 offset "0.5ex"
29346 width "100line%"
29347 height "1pt"
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355
29356 \series bold
29357
29358 \backslash
29359 newcommand{
29360 \backslash
29361 TabBesBeg}[1][1.0]{%
29362 \begin_inset Newline newline
29363 \end_inset
29364
29365
29366 \begin_inset Phantom HPhantom
29367 status open
29368
29369 \begin_layout Plain Layout
29370 \begin_inset space ~
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \backslash
29380 let
29381 \backslash
29382 MyTable
29383 \backslash
29384 table
29385 \begin_inset Newline newline
29386 \end_inset
29387
29388
29389 \begin_inset Phantom HPhantom
29390 status open
29391
29392 \begin_layout Plain Layout
29393
29394 \series medium
29395 \begin_inset space ~
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \backslash
29405 let
29406 \backslash
29407 MyEndtable
29408 \backslash
29409 endtable
29410 \begin_inset Newline newline
29411 \end_inset
29412
29413
29414 \begin_inset Phantom HPhantom
29415 status open
29416
29417 \begin_layout Plain Layout
29418
29419 \series medium
29420 \begin_inset space ~
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \backslash
29430 renewenvironment{table}[1]{
29431 \backslash
29432 begin{SCtable}[#1]##1}{
29433 \backslash
29434 end{SCtable}}}
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439 \series bold
29440
29441 \backslash
29442 newcommand{
29443 \backslash
29444 TabBesEnd}{%
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448
29449 \begin_inset Phantom HPhantom
29450 status open
29451
29452 \begin_layout Plain Layout
29453 \begin_inset space ~
29454 \end_inset
29455
29456
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \backslash
29463 let
29464 \backslash
29465 table
29466 \backslash
29467 MyTable
29468 \begin_inset Newline newline
29469 \end_inset
29470
29471
29472 \begin_inset Phantom HPhantom
29473 status open
29474
29475 \begin_layout Plain Layout
29476 \begin_inset space ~
29477 \end_inset
29478
29479
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \backslash
29486 let
29487 \backslash
29488 endtable
29489 \backslash
29490 MyEndtable
29491 \end_layout
29492
29493 \begin_layout Standard
29494
29495 \series bold
29496
29497 \backslash
29498 newcommand{
29499 \backslash
29500 FigBesBeg}[1][1.0]{%
29501 \begin_inset Newline newline
29502 \end_inset
29503
29504
29505 \begin_inset Phantom HPhantom
29506 status open
29507
29508 \begin_layout Plain Layout
29509 \begin_inset space ~
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \backslash
29519 let
29520 \backslash
29521 MyFigure
29522 \backslash
29523 figure
29524 \begin_inset Newline newline
29525 \end_inset
29526
29527
29528 \begin_inset Phantom HPhantom
29529 status open
29530
29531 \begin_layout Plain Layout
29532 \begin_inset space ~
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \end_inset
29539
29540
29541 \backslash
29542 let
29543 \backslash
29544 MyEndfigure
29545 \backslash
29546 endfigure
29547 \begin_inset Newline newline
29548 \end_inset
29549
29550
29551 \begin_inset Phantom HPhantom
29552 status open
29553
29554 \begin_layout Plain Layout
29555 \begin_inset space ~
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \backslash
29565 renewenvironment{figure}[1]{
29566 \backslash
29567 begin{SCfigure}[#1]##1}{
29568 \backslash
29569 end{SCfigure}}}
29570 \end_layout
29571
29572 \begin_layout Standard
29573
29574 \series bold
29575
29576 \backslash
29577 newcommand{
29578 \backslash
29579 FigBesEnd}{%
29580 \begin_inset Newline newline
29581 \end_inset
29582
29583
29584 \begin_inset Phantom HPhantom
29585 status open
29586
29587 \begin_layout Plain Layout
29588 \begin_inset space ~
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \backslash
29598 let
29599 \backslash
29600 figure
29601 \backslash
29602 MyFigure
29603 \begin_inset Newline newline
29604 \end_inset
29605
29606
29607 \begin_inset Phantom HPhantom
29608 status open
29609
29610 \begin_layout Plain Layout
29611 \begin_inset space ~
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \backslash
29621 let
29622 \backslash
29623 endfigure
29624 \backslash
29625 MyEndfigure}
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \noindent
29630 \begin_inset CommandInset line
29631 LatexCommand rule
29632 offset "0.5ex"
29633 width "100line%"
29634 height "1pt"
29635
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \begin_layout Standard
29642 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
29643  en un lado.
29644  Para figuras flotantes usa el comando
29645 \end_layout
29646
29647 \begin_layout Standard
29648
29649 \series bold
29650
29651 \backslash
29652 FigBesBeg
29653 \end_layout
29654
29655 \begin_layout Standard
29656 en código \SpecialChar TeX
29657  antes del flotante.
29658  Y inserta
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 FigBesEnd
29667 \end_layout
29668
29669 \begin_layout Standard
29670 en código \SpecialChar TeX
29671  en el punto en que quieras volver a la definición original de
29672  flotantes.
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Para cuadros flotantes usa los comandos correspondientes
29677 \end_layout
29678
29679 \begin_layout Standard
29680
29681 \series bold
29682
29683 \backslash
29684 TabBesBeg
29685 \series default
29686  y 
29687 \series bold
29688
29689 \backslash
29690 TabBesEnd
29691 \end_layout
29692
29693 \begin_layout Standard
29694 La figura
29695 \begin_inset space ~
29696 \end_inset
29697
29698
29699 \begin_inset CommandInset ref
29700 LatexCommand ref
29701 reference "fig:encab-al-lado"
29702
29703 \end_inset
29704
29705  y el cuadro
29706 \begin_inset space ~
29707 \end_inset
29708
29709
29710 \begin_inset CommandInset ref
29711 LatexCommand ref
29712 reference "tab:encab-al-lado"
29713
29714 \end_inset
29715
29716  son ejemplos en los que el título se sitúa al lado.
29717 \end_layout
29718
29719 \begin_layout Standard
29720 En los ejemplos puedes ver que el texto del título aparece encima del flotante
29721  en cuadros flotantes y debajo en las figuras flotantes.
29722  Para cambiarlo, puedes usar el comando
29723 \end_layout
29724
29725 \begin_layout Standard
29726
29727 \series bold
29728
29729 \backslash
29730 sidecaptionvpos{tipo de flotante}{colocación}
29731 \end_layout
29732
29733 \begin_layout Standard
29734 en el preámbulo o en código \SpecialChar TeX
29735  antes del flotante.
29736  El 
29737 \emph on
29738 tipo de flotante
29739 \emph default
29740  es 
29741 \family sans
29742 figure
29743 \family default
29744  o 
29745 \family sans
29746 table
29747 \family default
29748 , la 
29749 \emph on
29750 colocación
29751 \emph default
29752  puede ser «
29753 \family sans
29754 t
29755 \family default
29756 » por «top» (arriba), «
29757 \family sans
29758 c
29759 \family default
29760 » por «center» (centro), o «
29761 \family sans
29762 b
29763 \family default
29764 » por «bottom» (abajo).
29765  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
29766  usa el comando
29767 \end_layout
29768
29769 \begin_layout Standard
29770
29771 \series bold
29772
29773 \backslash
29774 sidecaptionvpos{figure}{c}
29775 \end_layout
29776
29777 \begin_layout Standard
29778 Esto se ha hecho en la figura
29779 \begin_inset space ~
29780 \end_inset
29781
29782
29783 \begin_inset CommandInset ref
29784 LatexCommand ref
29785 reference "fig:encab-al-lado-de-fig"
29786
29787 \end_inset
29788
29789 .
29790 \end_layout
29791
29792 \begin_layout Standard
29793 \begin_inset VSpace medskip
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \begin_layout Standard
29800 La anchura predeterminada de la leyenda es la del cuadro/figura.
29801  Para cuadros o figuras estrechas, como en el  cuadro
29802 \begin_inset space ~
29803 \end_inset
29804
29805
29806 \begin_inset CommandInset ref
29807 LatexCommand ref
29808 reference "tab:encab-al-lado"
29809
29810 \end_inset
29811
29812 , esto genera leyendas demasiado estrechas.
29813  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
29814  del cuadro/figura.
29815  La anchura de la leyenda se recalculará automáticamente en el caso de que
29816  sobrepase los márgenes de la página o de la columna.
29817  El 
29818 \emph on
29819 factor
29820 \emph default
29821  puede darse como argumento opcional para 
29822 \series bold
29823
29824 \backslash
29825 FigBesBeg
29826 \series default
29827 :
29828 \end_layout
29829
29830 \begin_layout Standard
29831
29832 \series bold
29833
29834 \backslash
29835 FigBesBeg[factor]
29836 \end_layout
29837
29838 \begin_layout Standard
29839 o en la definición de 
29840 \series bold
29841
29842 \backslash
29843 FigBesBeg
29844 \series default
29845  reemplazando 
29846 \series bold
29847 1.0
29848 \series default
29849  con otro valor.
29850  En este segundo caso, el factor será el predeterminado si 
29851 \series bold
29852
29853 \backslash
29854 FigBesBeg
29855 \series default
29856  se usa sin argumento.
29857  Para el cuadro
29858 \begin_inset space ~
29859 \end_inset
29860
29861
29862 \begin_inset CommandInset ref
29863 LatexCommand ref
29864 reference "tab:leyenda-más-ancha"
29865
29866 \end_inset
29867
29868  se ha usado el factor 5.
29869 \end_layout
29870
29871 \begin_layout Standard
29872 \begin_inset Note Greyedout
29873 status open
29874
29875 \begin_layout Plain Layout
29876
29877 \series bold
29878 Nota:
29879 \series default
29880  Para flotantes con la leyenda adosada, no se puede usar la opción 
29881 \family sans
29882 Aquí
29883 \begin_inset space ~
29884 \end_inset
29885
29886 definitivamente
29887 \family default
29888  para la colocación porque no es soportado por 
29889 \series bold
29890 sidecap
29891 \series default
29892 .
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Standard
29901 \begin_inset VSpace medskip
29902 \end_inset
29903
29904 Más información sobre el paquete 
29905 \series bold
29906 sidecap
29907 \series default
29908  en su documentación 
29909 \begin_inset CommandInset citation
29910 LatexCommand cite
29911 key "sidecap"
29912 literal "true"
29913
29914 \end_inset
29915
29916 .
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset Note Greyedout
29921 status open
29922
29923 \begin_layout Plain Layout
29924
29925 \series bold
29926 Nota:
29927 \series default
29928  El paquete \SpecialChar LaTeX
29929  
29930 \series bold
29931 hypcap
29932 \series default
29933
29934 \begin_inset Index idx
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938 \SpecialChar LaTeX
29939 -paquetes ! hypcap
29940 \end_layout
29941
29942 \end_inset
29943
29944 , descrito en la sección
29945 \begin_inset space ~
29946 \end_inset
29947
29948
29949 \begin_inset CommandInset ref
29950 LatexCommand ref
29951 reference "subsec:Colocación-de-Referencias"
29952
29953 \end_inset
29954
29955 , no afecta a flotantes con la leyenda al lado.
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \end_layout
29962
29963 \begin_layout Standard
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969
29970 \backslash
29971 FigBesBeg 
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \begin_layout Standard
29980 \begin_inset Float figure
29981 wide false
29982 sideways false
29983 status open
29984
29985 \begin_layout Plain Layout
29986 \begin_inset Graphics
29987         filename ../clipart/escher-lsd.eps
29988         scale 75
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Plain Layout
29996 \begin_inset Caption Standard
29997
29998 \begin_layout Plain Layout
29999 \begin_inset CommandInset label
30000 LatexCommand label
30001 name "fig:encab-al-lado"
30002
30003 \end_inset
30004
30005 Leyenda al lado de una figura.
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \begin_layout Standard
30019 \begin_inset ERT
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 FigBesEnd
30027 \end_layout
30028
30029 \end_inset
30030
30031
30032 \end_layout
30033
30034 \begin_layout Standard
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 TabBesBeg 
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \begin_layout Standard
30051 \begin_inset Float table
30052 wide false
30053 sideways false
30054 status open
30055
30056 \begin_layout Plain Layout
30057 \begin_inset Caption Standard
30058
30059 \begin_layout Plain Layout
30060 \begin_inset CommandInset label
30061 LatexCommand label
30062 name "tab:encab-al-lado"
30063
30064 \end_inset
30065
30066 Leyenda al lado de un cuadro.
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Plain Layout
30075 \begin_inset Tabular
30076 <lyxtabular version="3" rows="4" columns="5">
30077 <features tabularvalignment="middle">
30078 <column alignment="center" valignment="top">
30079 <column alignment="center" valignment="top">
30080 <column alignment="center" valignment="top">
30081 <column alignment="center" valignment="top">
30082 <column alignment="center" valignment="top">
30083 <row>
30084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 a
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Plain Layout
30106 b
30107 \end_layout
30108
30109 \end_inset
30110 </cell>
30111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30112 \begin_inset Text
30113
30114 \begin_layout Plain Layout
30115
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Plain Layout
30124 c
30125 \end_layout
30126
30127 \end_inset
30128 </cell>
30129 </row>
30130 <row>
30131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30132 \begin_inset Text
30133
30134 \begin_layout Plain Layout
30135
30136 \end_layout
30137
30138 \end_inset
30139 </cell>
30140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30141 \begin_inset Text
30142
30143 \begin_layout Plain Layout
30144 d
30145 \end_layout
30146
30147 \end_inset
30148 </cell>
30149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30150 \begin_inset Text
30151
30152 \begin_layout Plain Layout
30153
30154 \end_layout
30155
30156 \end_inset
30157 </cell>
30158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30159 \begin_inset Text
30160
30161 \begin_layout Plain Layout
30162 e
30163 \end_layout
30164
30165 \end_inset
30166 </cell>
30167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30168 \begin_inset Text
30169
30170 \begin_layout Plain Layout
30171
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 </row>
30177 <row>
30178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30179 \begin_inset Text
30180
30181 \begin_layout Plain Layout
30182 f
30183 \end_layout
30184
30185 \end_inset
30186 </cell>
30187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30188 \begin_inset Text
30189
30190 \begin_layout Plain Layout
30191
30192 \end_layout
30193
30194 \end_inset
30195 </cell>
30196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30197 \begin_inset Text
30198
30199 \begin_layout Plain Layout
30200 g
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30206 \begin_inset Text
30207
30208 \begin_layout Plain Layout
30209
30210 \end_layout
30211
30212 \end_inset
30213 </cell>
30214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30215 \begin_inset Text
30216
30217 \begin_layout Plain Layout
30218 h
30219 \end_layout
30220
30221 \end_inset
30222 </cell>
30223 </row>
30224 <row>
30225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30226 \begin_inset Text
30227
30228 \begin_layout Plain Layout
30229
30230 \end_layout
30231
30232 \end_inset
30233 </cell>
30234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30235 \begin_inset Text
30236
30237 \begin_layout Plain Layout
30238 i
30239 \end_layout
30240
30241 \end_inset
30242 </cell>
30243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30244 \begin_inset Text
30245
30246 \begin_layout Plain Layout
30247
30248 \end_layout
30249
30250 \end_inset
30251 </cell>
30252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30253 \begin_inset Text
30254
30255 \begin_layout Plain Layout
30256 j
30257 \end_layout
30258
30259 \end_inset
30260 </cell>
30261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30262 \begin_inset Text
30263
30264 \begin_layout Plain Layout
30265
30266 \end_layout
30267
30268 \end_inset
30269 </cell>
30270 </row>
30271 </lyxtabular>
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \end_layout
30282
30283 \begin_layout Standard
30284 \begin_inset ERT
30285 status collapsed
30286
30287 \begin_layout Plain Layout
30288
30289
30290 \backslash
30291 TabBesEnd
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset ERT
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 FigBesBeg 
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \begin_layout Standard
30316 \begin_inset ERT
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320
30321
30322 \backslash
30323 sidecaptionvpos{figure}{c}
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset Float figure
30330 wide false
30331 sideways false
30332 status open
30333
30334 \begin_layout Plain Layout
30335 \begin_inset Graphics
30336         filename ../clipart/escher-lsd.eps
30337         scale 75
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \begin_layout Plain Layout
30345 \begin_inset Caption Standard
30346
30347 \begin_layout Plain Layout
30348 \begin_inset CommandInset label
30349 LatexCommand label
30350 name "fig:encab-al-lado-de-fig"
30351
30352 \end_inset
30353
30354 Leyenda centrada verticalmente junto a una figura.
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 FigBesEnd
30376 \end_layout
30377
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 TabBesBeg[5]
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Standard
30400 \begin_inset Float table
30401 wide false
30402 sideways false
30403 status open
30404
30405 \begin_layout Plain Layout
30406 \begin_inset Caption Standard
30407
30408 \begin_layout Plain Layout
30409 \begin_inset CommandInset label
30410 LatexCommand label
30411 name "tab:leyenda-más-ancha"
30412
30413 \end_inset
30414
30415 Una leyenda más ancha que la del cuadro
30416 \begin_inset space ~
30417 \end_inset
30418
30419
30420 \begin_inset CommandInset ref
30421 LatexCommand ref
30422 reference "tab:encab-al-lado"
30423
30424 \end_inset
30425
30426 .
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Plain Layout
30435 \begin_inset Tabular
30436 <lyxtabular version="3" rows="4" columns="5">
30437 <features tabularvalignment="middle">
30438 <column alignment="center" valignment="top">
30439 <column alignment="center" valignment="top">
30440 <column alignment="center" valignment="top">
30441 <column alignment="center" valignment="top">
30442 <column alignment="center" valignment="top">
30443 <row>
30444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30445 \begin_inset Text
30446
30447 \begin_layout Plain Layout
30448 a
30449 \end_layout
30450
30451 \end_inset
30452 </cell>
30453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30454 \begin_inset Text
30455
30456 \begin_layout Plain Layout
30457
30458 \end_layout
30459
30460 \end_inset
30461 </cell>
30462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30463 \begin_inset Text
30464
30465 \begin_layout Plain Layout
30466 b
30467 \end_layout
30468
30469 \end_inset
30470 </cell>
30471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30472 \begin_inset Text
30473
30474 \begin_layout Plain Layout
30475
30476 \end_layout
30477
30478 \end_inset
30479 </cell>
30480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30481 \begin_inset Text
30482
30483 \begin_layout Plain Layout
30484 c
30485 \end_layout
30486
30487 \end_inset
30488 </cell>
30489 </row>
30490 <row>
30491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30492 \begin_inset Text
30493
30494 \begin_layout Plain Layout
30495
30496 \end_layout
30497
30498 \end_inset
30499 </cell>
30500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30501 \begin_inset Text
30502
30503 \begin_layout Plain Layout
30504 d
30505 \end_layout
30506
30507 \end_inset
30508 </cell>
30509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30510 \begin_inset Text
30511
30512 \begin_layout Plain Layout
30513
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30519 \begin_inset Text
30520
30521 \begin_layout Plain Layout
30522 e
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30528 \begin_inset Text
30529
30530 \begin_layout Plain Layout
30531
30532 \end_layout
30533
30534 \end_inset
30535 </cell>
30536 </row>
30537 <row>
30538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30539 \begin_inset Text
30540
30541 \begin_layout Plain Layout
30542 f
30543 \end_layout
30544
30545 \end_inset
30546 </cell>
30547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30548 \begin_inset Text
30549
30550 \begin_layout Plain Layout
30551
30552 \end_layout
30553
30554 \end_inset
30555 </cell>
30556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30557 \begin_inset Text
30558
30559 \begin_layout Plain Layout
30560 g
30561 \end_layout
30562
30563 \end_inset
30564 </cell>
30565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30566 \begin_inset Text
30567
30568 \begin_layout Plain Layout
30569
30570 \end_layout
30571
30572 \end_inset
30573 </cell>
30574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30575 \begin_inset Text
30576
30577 \begin_layout Plain Layout
30578 h
30579 \end_layout
30580
30581 \end_inset
30582 </cell>
30583 </row>
30584 <row>
30585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30586 \begin_inset Text
30587
30588 \begin_layout Plain Layout
30589
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30595 \begin_inset Text
30596
30597 \begin_layout Plain Layout
30598 i
30599 \end_layout
30600
30601 \end_inset
30602 </cell>
30603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30604 \begin_inset Text
30605
30606 \begin_layout Plain Layout
30607
30608 \end_layout
30609
30610 \end_inset
30611 </cell>
30612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30613 \begin_inset Text
30614
30615 \begin_layout Plain Layout
30616 j
30617 \end_layout
30618
30619 \end_inset
30620 </cell>
30621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30622 \begin_inset Text
30623
30624 \begin_layout Plain Layout
30625
30626 \end_layout
30627
30628 \end_inset
30629 </cell>
30630 </row>
30631 </lyxtabular>
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 TabBesEnd
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665
30666 \backslash
30667 else
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \begin_inset Note Note
30674 status open
30675
30676 \begin_layout Plain Layout
30677 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
30678  
30679 \series bold
30680 sidecap
30681 \series default
30682 .
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 Debes instalar el paquete \SpecialChar LaTeX
30692  
30693 \series bold
30694 sidecap
30695 \series default
30696  para ver la parte siguiente en la salida.
30697 \end_layout
30698
30699 \begin_layout Standard
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705
30706 \backslash
30707 fi
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Section
30716 Índice de flotantes
30717 \begin_inset Index idx
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Flotantes ! Índice de
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730 Igual que en el índice general se listan las secciones del documento, hay
30731  índices para todos los tipos de flotantes, como las figuras.
30732  Se pueden insertar mediante los submenús 
30733 \family sans
30734 Insertar\SpecialChar menuseparator
30735 Índice
30736 \family default
30737 s.
30738 \end_layout
30739
30740 \begin_layout Standard
30741 Las entradas de los índices son las leyendas del flotante o su título breve,
30742  el número de flotante y el número de la página del documento en la que
30743  aparecen.
30744 \end_layout
30745
30746 \begin_layout Standard
30747 Puedes encontrar los índices de figuras y cuadros al final de este documento.
30748 \end_layout
30749
30750 \begin_layout Chapter
30751 Notas
30752 \end_layout
30753
30754 \begin_layout Section
30755 Notas en \SpecialChar LyX
30756
30757 \begin_inset Index idx
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761 Notas ! en \SpecialChar LyX
30762
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 Las notas se insertan con el botón 
30772 \begin_inset Info
30773 type  "icon"
30774 arg   "note-insert"
30775 \end_inset
30776
30777  o con el menú 
30778 \family sans
30779 Insertar\SpecialChar menuseparator
30780 Nota
30781 \family default
30782 .
30783  Hay tres tipos de notas:
30784 \end_layout
30785
30786 \begin_layout Description
30787 Nota
30788 \begin_inset space ~
30789 \end_inset
30790
30791 \SpecialChar LyX
30792  Este tipo es para notas internas que no han de aparecer en la salida.
30793  Su cuadro se muestra como este:
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801
30802 \begin_inset Graphics
30803         filename clipart/NotaLyXImagen.png
30804         display false
30805
30806 \end_inset
30807
30808  
30809 \begin_inset Note Note
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813 Este es un texto en un recuadro que no se muestra en la salida.
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Description
30822 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
30823  comentario de \SpecialChar LaTeX
30824 , cuando exportas el documento a \SpecialChar LaTeX
30825  vía menú 
30826 \family sans
30827 Archivo\SpecialChar menuseparator
30828 Exportar\SpecialChar menuseparator
30829 LaTeX
30830 \begin_inset space ~
30831 \end_inset
30832
30833 (pdflatex) / (simple)
30834 \family default
30835 .
30836  Su recuadro se ve así:
30837 \begin_inset Newline newline
30838 \end_inset
30839
30840
30841 \begin_inset Newline newline
30842 \end_inset
30843
30844
30845 \begin_inset Graphics
30846         filename clipart/ComentNotaImagen.png
30847         display false
30848
30849 \end_inset
30850
30851  
30852 \begin_inset Note Comment
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
30857 .
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \begin_layout Description
30866 Nota
30867 \begin_inset space ~
30868 \end_inset
30869
30870 gris Esta nota aparece en la salida como texto en color gris pálido.
30871  Su recuadro se ve así:
30872 \begin_inset Newline newline
30873 \end_inset
30874
30875
30876 \begin_inset Newline newline
30877 \end_inset
30878
30879
30880 \begin_inset Graphics
30881         filename clipart/GrisNotaImagen.png
30882         display false
30883
30884 \end_inset
30885
30886
30887 \begin_inset Newline newline
30888 \end_inset
30889
30890
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896
30897 \backslash
30898 renewenvironment{lyxgreyedout}
30899 \end_layout
30900
30901 \begin_layout Plain Layout
30902
30903 {
30904 \backslash
30905 textcolor[gray]{0.8}
30906 \backslash
30907 bgroup}{
30908 \backslash
30909 egroup}
30910 \end_layout
30911
30912 \end_inset
30913
30914
30915 \begin_inset Note Greyedout
30916 status open
30917
30918 \begin_layout Plain Layout
30919 Texto en color gris palido en la salida.
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930
30931 \backslash
30932 renewenvironment{lyxgreyedout}
30933 \end_layout
30934
30935 \begin_layout Plain Layout
30936
30937 {
30938 \backslash
30939 textcolor{blue}
30940 \backslash
30941 bgroup}{
30942 \backslash
30943 egroup}
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Note Note
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
30954  original de \SpecialChar LyX
30955 , ya que en el preámbulo de este documento se han redefinido
30956  estas notas para que salgan en azul, como se indica más adelante.
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \begin_inset Newline newline
30963 \end_inset
30964
30965
30966 \begin_inset Newline newline
30967 \end_inset
30968
30969 Como se ve en el ejemplo, la primera línea de las notas grises tiene una
30970  pequeña sangría, y por otra parte pueden tener notas al pie.
30971 \end_layout
30972
30973 \begin_layout Standard
30974 \begin_inset VSpace bigskip
30975 \end_inset
30976
30977 Si usas el botón de la barra de herramientas 
30978 \begin_inset Info
30979 type  "icon"
30980 arg   "note-insert"
30981 \end_inset
30982
30983  para insertar notas, se inserta una 
30984 \family sans
30985 Nota
30986 \begin_inset space ~
30987 \end_inset
30988
30989 \SpecialChar LyX
30990
30991 \family default
30992 .
30993  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
30994  
30995 \family roman
30996 \series medium
30997 \bar no
30998 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
30999  botón de herramienta 
31000 \family sans
31001 \series default
31002 \bar default
31003 Nota
31004 \family default
31005 .
31006  Para cambiar una nota a texto, pulsa la tecla 
31007 \family sans
31008 Retroceso
31009 \family default
31010  cuando el cursor está en la primera posición de una nota, o la tecla 
31011 \family sans
31012 Supr
31013 \family default
31014  cuando el cursor está en la última posición de la nota, respectivamente.
31015 \end_layout
31016
31017 \begin_layout Standard
31018 \begin_inset VSpace bigskip
31019 \end_inset
31020
31021 El color del texto en las notas grises puede cambiarse en el menú 
31022 \family sans
31023 Documento\SpecialChar menuseparator
31024 Configuración\SpecialChar menuseparator
31025 Colores
31026 \family default
31027 .
31028 \end_layout
31029
31030 \begin_layout Section
31031 Notas al pie
31032 \begin_inset CommandInset label
31033 LatexCommand label
31034 name "sec:Notas-al-pie"
31035
31036 \end_inset
31037
31038
31039 \begin_inset Index idx
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 Notas ! al pie
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 Las notas al pie se insertan con el botón 
31053 \begin_inset Info
31054 type  "icon"
31055 arg   "footnote-insert"
31056 \end_inset
31057
31058  o el menú 
31059 \family sans
31060 Insertar\SpecialChar menuseparator
31061 Nota
31062 \begin_inset space ~
31063 \end_inset
31064
31065 al
31066 \begin_inset space ~
31067 \end_inset
31068
31069 pie
31070 \family default
31071 .
31072  
31073 \family roman
31074 \series medium
31075 \bar no
31076 Aparece un recuadro como este:
31077 \family default
31078 \series default
31079 \bar default
31080  
31081 \begin_inset Graphics
31082         filename clipart/notapie.png
31083         scale 90
31084
31085 \end_inset
31086
31087  
31088 \family roman
31089 \series medium
31090 \bar no
31091 donde puedes introducir el texto.
31092  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
31093  sobre el
31094 \family default
31095 \series default
31096 \bar default
31097  
31098 \family roman
31099 \series medium
31100 \bar no
31101 botón
31102 \family default
31103 \series default
31104 \bar default
31105 .
31106  Para cambiar una nota al pie a texto, pulsa la tecla 
31107 \family sans
31108 Retroceso
31109 \family default
31110  cuando el cursor está en la primera posición de la nota al pie, o la tecla
31111  
31112 \family sans
31113 Supr
31114 \family default
31115  cuando el cursor está en la última posición de la nota, respectivamente.
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Aquí hay un ejemplo de nota al pie:
31120 \family roman
31121 \series medium
31122 \bar no
31123
31124 \begin_inset Foot
31125 status open
31126
31127 \begin_layout Plain Layout
31128 \begin_inset CommandInset label
31129 LatexCommand label
31130 name "pie:Esto-es-una"
31131
31132 \end_inset
31133
31134 Ejemplo de nota al pie.
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \family default
31141 \series default
31142 \bar default
31143
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 newcounter{MyRepeatFoot}
31152 \end_layout
31153
31154 \begin_layout Plain Layout
31155
31156
31157 \backslash
31158 setcounter{MyRepeatFoot}{
31159 \backslash
31160 thefootnote}
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Standard
31169 En la salida, el pie se muestra como número voladito en el lugar del texto
31170  donde se coloca el recuadro.
31171  El texto se coloca al final de la página actual.
31172  Los números de las notas son calculados por \SpecialChar LaTeX
31173 , y son consecutivos.
31174  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
31175 \end_layout
31176
31177 \begin_layout Standard
31178 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
31179  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
31180  se describe en la sección
31181 \begin_inset space ~
31182 \end_inset
31183
31184
31185 \begin_inset CommandInset ref
31186 LatexCommand ref
31187 reference "sec:Referencias-a-Flotantes"
31188
31189 \end_inset
31190
31191 .
31192 \begin_inset Newline newline
31193 \end_inset
31194
31195 Esto es una referencia cruzada a la Nota al pie
31196 \begin_inset space ~
31197 \end_inset
31198
31199
31200 \begin_inset CommandInset ref
31201 LatexCommand ref
31202 reference "pie:Esto-es-una"
31203
31204 \end_inset
31205
31206 .
31207 \end_layout
31208
31209 \begin_layout Standard
31210 \begin_inset VSpace defskip
31211 \end_inset
31212
31213
31214 \end_layout
31215
31216 \begin_layout Standard
31217 Las notas al pie en entornos de título generalmente no se numeran y no pueden
31218  contener varios párrafos.
31219  Véase como ejemplo la nota al pie en el título de este documento.
31220  
31221 \end_layout
31222
31223 \begin_layout Standard
31224 \begin_inset VSpace defskip
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \begin_layout Standard
31231 Debido a razones técnicas, \SpecialChar LaTeX
31232  no imprime las notas al pie en cuadros.
31233  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
31234  se inserta el comando 
31235 \series bold
31236
31237 \backslash
31238 footnotemark{}
31239 \series default
31240  en código \SpecialChar TeX
31241 .
31242  El texto de la nota se introduce como argumento del comando
31243 \series bold
31244  
31245 \backslash
31246 footnotetext
31247 \series default
31248  después del cuadro.
31249 \begin_inset Newline newline
31250 \end_inset
31251
31252 Esto es lo que se ha hecho para el siguiente cuadro con el comando
31253 \end_layout
31254
31255 \begin_layout Standard
31256
31257 \series bold
31258
31259 \backslash
31260 footnotetext{
31261 \series default
31262 Texto de la nota del cuadro.
31263 \series bold
31264 }
31265 \end_layout
31266
31267 \begin_layout Standard
31268 \begin_inset Tabular
31269 <lyxtabular version="3" rows="2" columns="1">
31270 <features tabularvalignment="middle">
31271 <column alignment="center" valignment="top">
31272 <row>
31273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31274 \begin_inset Text
31275
31276 \begin_layout Plain Layout
31277 Texto de ejemplo.
31278 \begin_inset Foot
31279 status open
31280
31281 \begin_layout Plain Layout
31282 ¡Esta nota no se imprimirá!
31283 \end_layout
31284
31285 \end_inset
31286
31287
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 </row>
31293 <row>
31294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 Texto de ejemplo.
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 footnotemark{}
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 </row>
31317 </lyxtabular>
31318
31319 \end_inset
31320
31321
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327
31328 \backslash
31329 footnotetext{
31330 \end_layout
31331
31332 \end_inset
31333
31334 Texto de la nota del cuadro.
31335 \begin_inset ERT
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340 }
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \end_layout
31347
31348 \begin_layout Standard
31349 Las notas al pie en cuadros multipágina se describen en la sección
31350 \begin_inset space ~
31351 \end_inset
31352
31353
31354 \begin_inset CommandInset ref
31355 LatexCommand ref
31356 reference "subsec:Notas-al-pie-en-Cuadros-Multipágina"
31357
31358 \end_inset
31359
31360 .
31361 \end_layout
31362
31363 \begin_layout Standard
31364 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
31365  y con numeración diferente debido a que una minipágina es como una página
31366  dentro de otra.
31367  (Más información sobre minipáginas en la sección
31368 \begin_inset space ~
31369 \end_inset
31370
31371
31372 \begin_inset CommandInset ref
31373 LatexCommand ref
31374 reference "sec:Minipáginas"
31375
31376 \end_inset
31377
31378 ).
31379  Para poner notas en una minipágina que se impriman a pie de página como
31380  las notas al pie normales, se puede usar también el método de 
31381 \series bold
31382
31383 \backslash
31384 footnotemark{}
31385 \series default
31386  y 
31387 \series bold
31388
31389 \backslash
31390 footnotetext
31391 \series default
31392 .
31393 \end_layout
31394
31395 \begin_layout Standard
31396 \begin_inset Box Frameless
31397 position "t"
31398 hor_pos "c"
31399 has_inner_box 1
31400 inner_pos "t"
31401 use_parbox 0
31402 use_makebox 0
31403 width "100col%"
31404 special "none"
31405 height "1in"
31406 height_special "totalheight"
31407 thickness "0.4pt"
31408 separation "3pt"
31409 shadowsize "4pt"
31410 framecolor "black"
31411 backgroundcolor "none"
31412 status open
31413
31414 \begin_layout Plain Layout
31415 Muestra de texto en una minipágina.
31416 \begin_inset Foot
31417 status open
31418
31419 \begin_layout Plain Layout
31420 Nota en la minipágina.
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Plain Layout
31429 Muestra de texto en una minipágina.
31430 \begin_inset ERT
31431 status collapsed
31432
31433 \begin_layout Plain Layout
31434
31435
31436 \backslash
31437 footnotemark{}
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451 \begin_inset ERT
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455
31456
31457 \backslash
31458 footnotetext{
31459 \end_layout
31460
31461 \end_inset
31462
31463 Nota fuera de la minipágina.
31464 \begin_inset ERT
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468
31469 }
31470 \end_layout
31471
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \begin_layout Standard
31478 \begin_inset VSpace defskip
31479 \end_inset
31480
31481
31482 \end_layout
31483
31484 \begin_layout Standard
31485 Para hacer referencia a la misma nota varias veces sin imprimir su texto
31486  cada vez, usa el comando 
31487 \series bold
31488
31489 \backslash
31490 footnotemark[number]
31491 \series default
31492  en código \SpecialChar TeX
31493 .
31494 \begin_inset Newline newline
31495 \end_inset
31496
31497 Como el número de la nota repetida no se conoce mientras se escribe el texto,
31498  hay que guardarlo.
31499  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
31500  comandos en código \SpecialChar TeX
31501  después de la nota al pie
31502 \begin_inset space ~
31503 \end_inset
31504
31505
31506 \begin_inset CommandInset ref
31507 LatexCommand ref
31508 reference "pie:Esto-es-una"
31509
31510 \end_inset
31511
31512  para guardar el número de la nota: 
31513 \end_layout
31514
31515 \begin_layout Standard
31516
31517 \series bold
31518
31519 \backslash
31520 newcounter{MyRepeatFoot}
31521 \begin_inset Newline newline
31522 \end_inset
31523
31524
31525 \backslash
31526 setcounter{MyRepeatFoot}{
31527 \backslash
31528 thefootnote}
31529 \end_layout
31530
31531 \begin_layout Standard
31532 La marca de la nota se ha creado después con el comando:
31533 \end_layout
31534
31535 \begin_layout Standard
31536
31537 \series bold
31538
31539 \backslash
31540 footnotemark[
31541 \backslash
31542 theMyRepeatFoot]
31543 \end_layout
31544
31545 \begin_layout Standard
31546 Aquí hay una nota repetida:
31547 \begin_inset ERT
31548 status collapsed
31549
31550 \begin_layout Plain Layout
31551
31552
31553 \backslash
31554 footnotemark[
31555 \backslash
31556 theMyRepeatFoot]
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Standard
31565 Para repetir la nota al pie previa, se puede omitir el guardado del número
31566  de la nota y usar en su lugar el comando:
31567 \end_layout
31568
31569 \begin_layout Standard
31570
31571 \series bold
31572
31573 \backslash
31574 footnotemark[
31575 \backslash
31576 thefootnote]
31577 \end_layout
31578
31579 \begin_layout Standard
31580 Aquí hay otra nota repetida:
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 footnotemark[
31589 \backslash
31590 thefootnote]
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \begin_layout Subsection
31599 Numeración de notas al pie
31600 \begin_inset CommandInset label
31601 LatexCommand label
31602 name "subsec:Numeración-de-Notas-al-Pie"
31603
31604 \end_inset
31605
31606
31607 \begin_inset Index idx
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 Notas ! al pie ! numeración
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \begin_layout Standard
31620 Para reiniciar el número de pie a 1 en cada sección añade
31621 \family roman
31622  en el preámbulo el comando:
31623 \end_layout
31624
31625 \begin_layout Standard
31626
31627 \series bold
31628
31629 \backslash
31630 @addtoreset{footnote}{section}
31631 \end_layout
31632
31633 \begin_layout Standard
31634 \begin_inset VSpace bigskip
31635 \end_inset
31636
31637 El siguiente comando en el preámbulo cambia el estilo de numeración del
31638  pie a números romanos en minúsculas:
31639 \end_layout
31640
31641 \begin_layout Standard
31642
31643 \series bold
31644
31645 \backslash
31646 renewcommand{
31647 \backslash
31648 thefootnote}{
31649 \backslash
31650 roman{footnote}}
31651 \end_layout
31652
31653 \begin_layout Standard
31654 \begin_inset ERT
31655 status collapsed
31656
31657 \begin_layout Plain Layout
31658
31659
31660 \backslash
31661 renewcommand{
31662 \backslash
31663 thefootnote}{
31664 \backslash
31665 roman{footnote}}
31666 \end_layout
31667
31668 \end_inset
31669
31670  Nota al pie en números romanos:
31671 \begin_inset Foot
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675 Ejemplo de nota al pie en números romanos.
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \begin_inset ERT
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685
31686
31687 \backslash
31688 renewcommand{
31689 \backslash
31690 thefootnote}{
31691 \backslash
31692 arabic{footnote}}
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
31702  
31703 \series bold
31704
31705 \backslash
31706 roman
31707 \series default
31708  por 
31709 \series bold
31710
31711 \backslash
31712 Roman
31713 \series default
31714 .
31715  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
31716 \series bold
31717
31718 \backslash
31719 Alph
31720 \series default
31721  o 
31722 \series bold
31723
31724 \backslash
31725 alph
31726 \series default
31727 , respectivamente.
31728  Para ordenar las notas al pie con símbolos usa 
31729 \series bold
31730
31731 \backslash
31732 fnsymbol
31733 \series default
31734 .
31735 \end_layout
31736
31737 \begin_layout Standard
31738 \begin_inset Note Greyedout
31739 status open
31740
31741 \begin_layout Plain Layout
31742
31743 \series bold
31744 Nota:
31745 \series default
31746  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
31747  simples.
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \begin_inset Newline newline
31754 \end_inset
31755
31756
31757 \begin_inset Note Greyedout
31758 status open
31759
31760 \begin_layout Plain Layout
31761
31762 \series bold
31763 Nota:
31764 \series default
31765  sólo puedes ordenar hasta 9 pies con símbolos.
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 Para volver al estilo de numeración predeterminado cuando has cambiado a
31775  otro estilo, usa 
31776 \series bold
31777
31778 \backslash
31779 arabic
31780 \series default
31781  en vez de 
31782 \series bold
31783
31784 \backslash
31785 roman
31786 \series default
31787  en el comando anterior.
31788 \begin_inset ERT
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792
31793
31794 \backslash
31795 renewcommand{
31796 \backslash
31797 thefootnote}{
31798 \backslash
31799 arabic{footnote}}
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 \begin_inset VSpace bigskip
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
31816  comando al preámbulo del documento:
31817 \end_layout
31818
31819 \begin_layout Standard
31820
31821 \series bold
31822
31823 \backslash
31824 numberwithin{footnote}{chapter}
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Para poder usar el comando 
31829 \series bold
31830
31831 \backslash
31832 numberwithin
31833 \series default
31834 , marca la opción 
31835 \family sans
31836 Usar
31837 \family default
31838
31839 \begin_inset space ~
31840 \end_inset
31841
31842
31843 \family sans
31844 el
31845 \family default
31846
31847 \begin_inset space ~
31848 \end_inset
31849
31850
31851 \family sans
31852 paquete
31853 \family default
31854
31855 \begin_inset space ~
31856 \end_inset
31857
31858
31859 \family sans
31860 AMS
31861 \family default
31862  en la sección 
31863 \family sans
31864 Opciones para ecuaciones
31865 \family default
31866  de la configuración del documento.
31867 \end_layout
31868
31869 \begin_layout Standard
31870 \begin_inset ERT
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874
31875
31876 \backslash
31877 numberwithin{footnote}{chapter}
31878 \end_layout
31879
31880 \end_inset
31881
31882 Esto es otro ejemplo de nota al pie:
31883 \series bold
31884
31885 \begin_inset Foot
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Nota al pie numerada en el esquema 
31890 \begin_inset Quotes eld
31891 \end_inset
31892
31893 capítulo.nota
31894 \begin_inset Quotes erd
31895 \end_inset
31896
31897 .
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \series default
31904
31905 \begin_inset ERT
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910
31911 \backslash
31912 renewcommand{
31913 \backslash
31914 thefootnote}{
31915 \backslash
31916 arabic{footnote}}
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 \begin_inset Note Greyedout
31926 status open
31927
31928 \begin_layout Plain Layout
31929
31930 \series bold
31931 Nota: 
31932 \backslash
31933 numberwithin 
31934 \series default
31935 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
31936  previas para obtener números no arábigos se sobreescriben.
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Standard
31945 Así, para obtener por ejemplo el esquema «capítulo.
31946 \backslash
31947 Roman{footnote}», usa este comando en vez de 
31948 \series bold
31949
31950 \backslash
31951 numberwithin
31952 \series default
31953 :
31954 \end_layout
31955
31956 \begin_layout Standard
31957
31958 \series bold
31959
31960 \backslash
31961 renewcommand{
31962 \backslash
31963 thefootnote}{
31964 \backslash
31965 thechapter.
31966 \backslash
31967 Roman{footnote}}
31968 \end_layout
31969
31970 \begin_layout Subsection
31971 Colocación de notas al pie
31972 \begin_inset Index idx
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976 Notas ! al pie ! colocación
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \begin_layout Standard
31985 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
31986  entre ellas al final de la página.
31987  Para hacerlas más legibles puedes añadir 1.5
31988 \begin_inset space \thinspace{}
31989 \end_inset
31990
31991 mm, p.
31992 \begin_inset space \thinspace{}
31993 \end_inset
31994
31995 ej., con el comando siguiente en el preámbulo:
31996 \end_layout
31997
31998 \begin_layout Standard
31999
32000 \series bold
32001
32002 \backslash
32003 let
32004 \backslash
32005 myFoot
32006 \backslash
32007 footnote
32008 \begin_inset Newline newline
32009 \end_inset
32010
32011
32012 \backslash
32013 renewcommand{
32014 \backslash
32015 footnote}[1]{
32016 \backslash
32017 myFoot{#1
32018 \backslash
32019 vspace{1.5mm}}}
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026 En documentos a dos columnas la nota al pie aparece al final de cada columna,
32027  véase la figura
32028 \begin_inset space ~
32029 \end_inset
32030
32031
32032 \begin_inset CommandInset ref
32033 LatexCommand ref
32034 reference "fig:Colocación-standard-del-pie"
32035
32036 \end_inset
32037
32038 .
32039  Si las notas debieran mostrarse sólo al final de la columna derecha, como
32040  en la figura
32041 \begin_inset space ~
32042 \end_inset
32043
32044
32045 \begin_inset CommandInset ref
32046 LatexCommand ref
32047 reference "fig:Colocación-del-pie-en"
32048
32049 \end_inset
32050
32051 , usa el paquete \SpecialChar LaTeX
32052  
32053 \series bold
32054 ftnright
32055 \series default
32056
32057 \begin_inset Index idx
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061 \SpecialChar LaTeX
32062 -paquetes ! ftnright
32063 \end_layout
32064
32065 \end_inset
32066
32067  con este comando en el preámbulo:
32068 \end_layout
32069
32070 \begin_layout Standard
32071
32072 \series bold
32073
32074 \backslash
32075 usepackage{ftnright}
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset Float figure
32080 placement !h
32081 wide false
32082 sideways false
32083 status open
32084
32085 \begin_layout Plain Layout
32086 \noindent
32087 \align center
32088 \begin_inset Box Boxed
32089 position "t"
32090 hor_pos "c"
32091 has_inner_box 0
32092 inner_pos "t"
32093 use_parbox 0
32094 use_makebox 0
32095 width ""
32096 special "none"
32097 height "1in"
32098 height_special "totalheight"
32099 thickness "0.4pt"
32100 separation "3pt"
32101 shadowsize "4pt"
32102 framecolor "black"
32103 backgroundcolor "none"
32104 status open
32105
32106 \begin_layout Plain Layout
32107 \begin_inset Graphics
32108         filename ../clipart/without_fntright.pdf
32109         width 100col%
32110         scaleBeforeRotation
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Plain Layout
32123 \begin_inset Caption Standard
32124
32125 \begin_layout Plain Layout
32126 \begin_inset CommandInset label
32127 LatexCommand label
32128 name "fig:Colocación-standard-del-pie"
32129
32130 \end_inset
32131
32132 Colocación estándar de notas al pie en documentos a dos columnas.
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \end_layout
32144
32145 \begin_layout Standard
32146 \begin_inset Float figure
32147 placement !h
32148 wide false
32149 sideways false
32150 status open
32151
32152 \begin_layout Plain Layout
32153 \noindent
32154 \align center
32155 \begin_inset Box Boxed
32156 position "t"
32157 hor_pos "c"
32158 has_inner_box 0
32159 inner_pos "t"
32160 use_parbox 0
32161 use_makebox 0
32162 width ""
32163 special "none"
32164 height "1in"
32165 height_special "totalheight"
32166 thickness "0.4pt"
32167 separation "3pt"
32168 shadowsize "4pt"
32169 framecolor "black"
32170 backgroundcolor "none"
32171 status open
32172
32173 \begin_layout Plain Layout
32174 \begin_inset Graphics
32175         filename ../clipart/with_fntright.pdf
32176         width 100col%
32177         scaleBeforeRotation
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Plain Layout
32190 \begin_inset Caption Standard
32191
32192 \begin_layout Plain Layout
32193 \begin_inset CommandInset label
32194 LatexCommand label
32195 name "fig:Colocación-del-pie-en"
32196
32197 \end_inset
32198
32199 Colocación de la nota al pie en documentos a dos columnas cuando se usa
32200  el paquete \SpecialChar LaTeX
32201  
32202 \series bold
32203 ftnright
32204 \series default
32205 .
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Standard
32219 \begin_inset VSpace bigskip
32220 \end_inset
32221
32222 En alguna literatura científica es habitual reunir las notas para imprimirlas
32223  en un párrafo separado al final de la sección, como en la figura
32224 \begin_inset space ~
32225 \end_inset
32226
32227
32228 \begin_inset CommandInset ref
32229 LatexCommand ref
32230 reference "fig:Notas-al-pie-al-final"
32231
32232 \end_inset
32233
32234 .
32235  Para reunir las notas al final
32236 \begin_inset Index idx
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240 Notas ! al final
32241 \end_layout
32242
32243 \end_inset
32244
32245  en vez de a pie de página, carga en el menú 
32246 \family sans
32247 Documento\SpecialChar menuseparator
32248 Configuratión\SpecialChar menuseparator
32249 Módulos
32250 \family default
32251  el módulo 
32252 \family sans
32253 Pie
32254 \begin_inset space ~
32255 \end_inset
32256
32257 al
32258 \begin_inset space ~
32259 \end_inset
32260
32261 final
32262 \family default
32263 .
32264  Para insertar la colección de notas, escribe el comando
32265 \end_layout
32266
32267 \begin_layout Standard
32268
32269 \series bold
32270
32271 \backslash
32272 theendnotes
32273 \end_layout
32274
32275 \begin_layout Standard
32276 en código \SpecialChar TeX
32277  al final de una sección o capítulo.
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset Float figure
32282 wide false
32283 sideways false
32284 status open
32285
32286 \begin_layout Plain Layout
32287 \align center
32288 \begin_inset Box Boxed
32289 position "t"
32290 hor_pos "c"
32291 has_inner_box 0
32292 inner_pos "t"
32293 use_parbox 0
32294 use_makebox 0
32295 width ""
32296 special "none"
32297 height "1in"
32298 height_special "totalheight"
32299 thickness "0.4pt"
32300 separation "3pt"
32301 shadowsize "4pt"
32302 framecolor "black"
32303 backgroundcolor "none"
32304 status open
32305
32306 \begin_layout Plain Layout
32307 \begin_inset Graphics
32308         filename ../clipart/endnotes.pdf
32309         width 100col%
32310         scaleBeforeRotation
32311
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \begin_layout Plain Layout
32323 \begin_inset Caption Standard
32324
32325 \begin_layout Plain Layout
32326 \begin_inset CommandInset label
32327 LatexCommand label
32328 name "fig:Notas-al-pie-al-final"
32329
32330 \end_inset
32331
32332 Notas al final: notas impresas en párrafo separado al final de la sección
32333  o del capítulo.
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 \begin_inset VSpace medskip
32348 \end_inset
32349
32350 La cabecera de párrafo para las notas finales no se traduce automáticamente
32351  al lenguaje del documento, hay que hacerlo manualmente.
32352  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
32353  español «Notas»:
32354 \end_layout
32355
32356 \begin_layout Standard
32357
32358 \series bold
32359
32360 \backslash
32361 renewcommand{
32362 \backslash
32363 notesname}{Notas}
32364 \end_layout
32365
32366 \begin_layout Standard
32367 \begin_inset VSpace medskip
32368 \end_inset
32369
32370 La numeración de notas finales puede cambiarse como la de las notas al pie,
32371  como se describe en la sección
32372 \begin_inset space ~
32373 \end_inset
32374
32375
32376 \begin_inset CommandInset ref
32377 LatexCommand ref
32378 reference "subsec:Numeración-de-Notas-al-Pie"
32379
32380 \end_inset
32381
32382 ; sólo hay que reemplazar el comando 
32383 \series bold
32384
32385 \backslash
32386 thefootnote
32387 \series default
32388  por 
32389 \series bold
32390
32391 \backslash
32392 theendnote
32393 \series default
32394 .
32395  Para restablecer la numeración usa el comando 
32396 \series bold
32397
32398 \backslash
32399 @addtoreset
32400 \series default
32401  como se describe en la sección
32402 \begin_inset space ~
32403 \end_inset
32404
32405
32406 \begin_inset CommandInset ref
32407 LatexCommand ref
32408 reference "subsec:Numeración-de-Notas-al-Pie"
32409
32410 \end_inset
32411
32412  y sustituye el parámetro de comando 
32413 \series bold
32414 footnote
32415 \series default
32416  por 
32417 \series bold
32418 endnote
32419 \series default
32420 .
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Para notas al final hay el comando el comando 
32425 \series bold
32426
32427 \backslash
32428 endnotemark[número]
32429 \series default
32430  similar al comando 
32431 \series bold
32432
32433 \backslash
32434 footnotemark
32435 \series default
32436 , descrito en la sección
32437 \begin_inset space ~
32438 \end_inset
32439
32440
32441 \begin_inset CommandInset ref
32442 LatexCommand ref
32443 reference "sec:Notas-al-pie"
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \begin_layout Standard
32451 \begin_inset VSpace bigskip
32452 \end_inset
32453
32454 Las notas al pie también pueden colocarse al margen de la página y la alineación
32455  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
32456  
32457 \series bold
32458 footmisc
32459 \series default
32460
32461 \begin_inset Index idx
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465 \SpecialChar LaTeX
32466 -paquetes ! footmisc
32467 \end_layout
32468
32469 \end_inset
32470
32471  
32472 \begin_inset CommandInset citation
32473 LatexCommand cite
32474 key "footmisc"
32475 literal "true"
32476
32477 \end_inset
32478
32479  para más información.
32480 \end_layout
32481
32482 \begin_layout Standard
32483 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
32484
32485 \begin_inset CommandInset citation
32486 LatexCommand cite
32487 key "latexcompanion,latexguide,latexbook"
32488 literal "true"
32489
32490 \end_inset
32491
32492 .
32493  Si estás usando una clase de documento 
32494 \series bold
32495 KOMA-Script
32496 \series default
32497
32498 \begin_inset Index idx
32499 status collapsed
32500
32501 \begin_layout Plain Layout
32502 \SpecialChar LaTeX
32503 -paquetes ! KOMA-Script
32504 \end_layout
32505
32506 \end_inset
32507
32508 , puedes ajustar las características de las notas al pie mediante comandos
32509  específicos de la clase, véase 
32510 \begin_inset CommandInset citation
32511 LatexCommand cite
32512 key "KOMA-Script"
32513 literal "true"
32514
32515 \end_inset
32516
32517 .
32518 \end_layout
32519
32520 \begin_layout Section
32521 Notas al margen
32522 \begin_inset Index idx
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526 Notas ! al margen
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Standard
32535 Las notas al margen se ven y se comportan en \SpecialChar LyX
32536  como notas al pie.
32537  Se insertan con el menú 
32538 \family sans
32539 Insertar\SpecialChar menuseparator
32540 Nota
32541 \begin_inset space ~
32542 \end_inset
32543
32544 al
32545 \begin_inset space ~
32546 \end_inset
32547
32548 margen
32549 \family default
32550  o con el botón 
32551 \begin_inset Info
32552 type  "icon"
32553 arg   "marginalnote-insert"
32554 \end_inset
32555
32556 .
32557  Aparece un cuadro gris con la etiqueta 
32558 \family roman
32559 \series medium
32560 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
32561 \end_layout
32562
32563 \begin_layout Standard
32564 Al lado hay un ejemplo de nota al margen.
32565
32566 \family roman
32567 \series medium
32568  
32569 \begin_inset Marginal
32570 status open
32571
32572 \begin_layout Plain Layout
32573 Esto es una nota al margen.
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 Estas notas salen en el margen derecho en documentos a una cara.
32583  En documentos a doble cara se muestran en el margen externo —margen izquierdo
32584  en páginas pares, derecho en páginas impares—.
32585  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
32586  a la derecha si la nota aparece en el margen izquierdo—.
32587  La primera línea de la nota se sitúa en la posición de la línea del texto
32588  en la que se inserta en el documento.
32589 \end_layout
32590
32591 \begin_layout Standard
32592 \begin_inset VSpace bigskip
32593 \end_inset
32594
32595 Para colocar la nota en el margen interno añade el comando
32596 \end_layout
32597
32598 \begin_layout Standard
32599
32600 \series bold
32601
32602 \backslash
32603 reversemarginpar
32604 \end_layout
32605
32606 \begin_layout Standard
32607 en código \SpecialChar TeX
32608  antes de la nota.
32609  La nueva colocación es válida para todas las siguientes notas al margen.
32610  
32611 \begin_inset ERT
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615
32616
32617 \backslash
32618 reversemarginpar 
32619 \end_layout
32620
32621 \end_inset
32622
32623
32624 \begin_inset Marginal
32625 status open
32626
32627 \begin_layout Plain Layout
32628 Esto es una nota en el margen interno.
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \series bold
32635
32636 \begin_inset Newline newline
32637 \end_inset
32638
32639
32640 \series default
32641
32642 \begin_inset Note Greyedout
32643 status open
32644
32645 \begin_layout Plain Layout
32646
32647 \series bold
32648 Nota:
32649 \series default
32650  A veces no hay espacio suficiente en el margen interno, por lo que la nota
32651  no se mostrará correctamente en la salida.
32652 \end_layout
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
32661  el comando
32662 \begin_inset ERT
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666
32667
32668 \backslash
32669 normalmarginpar 
32670 \end_layout
32671
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \begin_layout Standard
32678
32679 \series bold
32680
32681 \backslash
32682 normalmarginpar
32683 \end_layout
32684
32685 \begin_layout Standard
32686 \begin_inset Note Greyedout
32687 status open
32688
32689 \begin_layout Plain Layout
32690
32691 \series bold
32692 Nota:
32693 \series default
32694  El comando se ignora si en el mismo párrafo está también presente el comando
32695  
32696 \series bold
32697
32698 \backslash
32699 reversemarginpar
32700 \series default
32701 .
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 \begin_inset VSpace bigskip
32711 \end_inset
32712
32713
32714 \family roman
32715 \series medium
32716
32717 \begin_inset Marginal
32718 status open
32719
32720 \begin_layout Plain Layout
32721 PalabraMuyLargaAlMargen no partida con guión.
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \family default
32728 \series default
32729  Como en el caso descrito en la sección
32730 \begin_inset space ~
32731 \end_inset
32732
32733
32734 \begin_inset CommandInset ref
32735 LatexCommand ref
32736 reference "subsec:Líneas-Múltiples-en"
32737
32738 \end_inset
32739
32740 , una palabra larga no puede partirse con guión cuando es la primera en
32741  la nota al margen.
32742  Para evitar esto, inserta un espacio horizontal de 0
32743 \begin_inset space \thinspace{}
32744 \end_inset
32745
32746 pt antes de la palabra
32747 \family roman
32748 \series medium
32749 .
32750 \end_layout
32751
32752 \begin_layout Standard
32753
32754 \family roman
32755 \series medium
32756 \begin_inset Marginal
32757 status open
32758
32759 \begin_layout Plain Layout
32760 \begin_inset ERT
32761 status collapsed
32762
32763 \begin_layout Plain Layout
32764
32765
32766 \backslash
32767 hspace{0pt}
32768 \end_layout
32769
32770 \end_inset
32771
32772 PalabraMuyLargaAlMargen partida con guión.
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Standard
32781 \begin_inset VSpace bigskip
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \begin_inset Note Greyedout
32789 status open
32790
32791 \begin_layout Plain Layout
32792
32793 \series bold
32794 Nota:
32795 \series default
32796  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
32797  y notas al pie.
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \begin_inset VSpace bigskip
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Standard
32813 \begin_inset ERT
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817
32818
32819 \backslash
32820 ifmarginnote
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \begin_inset Note Note
32827 status open
32828
32829 \begin_layout Plain Layout
32830 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32831  \SpecialChar LaTeX
32832  
32833 \series bold
32834 marginnote
32835 \series default
32836 .
32837 \end_layout
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
32846  
32847 \series bold
32848 marginnote
32849 \series default
32850
32851 \begin_inset Index idx
32852 status collapsed
32853
32854 \begin_layout Plain Layout
32855 \SpecialChar LaTeX
32856 -paquetes ! marginnote
32857 \end_layout
32858
32859 \end_inset
32860
32861 .
32862  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
32863  para notas
32864  al margen es redefinido para usar el comando proporcionado por el paquete
32865  
32866 \series bold
32867 marginnote
32868 \series default
32869 :
32870 \end_layout
32871
32872 \begin_layout Standard
32873
32874 \series bold
32875
32876 \backslash
32877 usepackage{marginnote}
32878 \begin_inset Newline newline
32879 \end_inset
32880
32881
32882 \backslash
32883 let
32884 \backslash
32885 marginpar
32886 \backslash
32887 marginnote
32888 \end_layout
32889
32890 \begin_layout Standard
32891 Esto se ha utilizado en el presente documento porque 
32892 \series bold
32893 marginnote
32894 \series default
32895  tiene una característica adicional útil: Puedes establecer un desplazamiento
32896  vertical a la nota.
32897  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
32898  diseño de la página.
32899  En \SpecialChar LyX
32900 , el desplazamiento se escribe directamente tras la nota al margen,
32901  en código \SpecialChar TeX
32902
32903 \end_layout
32904
32905 \begin_layout Standard
32906
32907 \series bold
32908 [desplazamiento]
32909 \end_layout
32910
32911 \begin_layout Standard
32912 donde desplazamiento es una longitud en una de las unidades del cuadro
32913 \begin_inset space ~
32914 \end_inset
32915
32916
32917 \begin_inset CommandInset ref
32918 LatexCommand ref
32919 reference "tab:Unidades"
32920
32921 \end_inset
32922
32923 .
32924  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
32925  abajo.
32926  
32927 \family roman
32928 \series medium
32929 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 cm arriba con el comando en código \SpecialChar TeX
32934  
32935 \begin_inset Quotes eld
32936 \end_inset
32937
32938
32939 \family default
32940 \series bold
32941 [-1.5cm]
32942 \family roman
32943 \series medium
32944
32945 \begin_inset Quotes erd
32946 \end_inset
32947
32948
32949 \begin_inset Marginal
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 Esta nota está 1.5
32954 \begin_inset space \thinspace{}
32955 \end_inset
32956
32957 cm por encima de su posición original.
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \family default
32964 \series default
32965
32966 \begin_inset ERT
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970
32971 [-1.5cm]
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \begin_inset VSpace medskip
32981 \end_inset
32982
32983 Con 
32984 \series bold
32985 marginnote
32986 \series default
32987  también puedes cambiar la alineación del texto en el margen.
32988  Por ejemplo los comandos
32989 \end_layout
32990
32991 \begin_layout Standard
32992
32993 \series bold
32994
32995 \backslash
32996 renewcommand*{
32997 \backslash
32998 raggedleftmarginnote}{
32999 \backslash
33000 centering}
33001 \begin_inset Newline newline
33002 \end_inset
33003
33004
33005 \backslash
33006 renewcommand*{
33007 \backslash
33008 raggedrightmarginnote}{
33009 \backslash
33010 centering}
33011 \end_layout
33012
33013 \begin_layout Standard
33014 producen alineación centrada.
33015  
33016 \series bold
33017
33018 \backslash
33019 raggedleftmarginnote
33020 \series default
33021  identifica las notas que aparecen al lado izquierdo.
33022 \family roman
33023 \series medium
33024
33025 \begin_inset ERT
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029
33030
33031 \backslash
33032 renewcommand*{
33033 \backslash
33034 raggedleftmarginnote}{
33035 \backslash
33036 centering}
33037 \end_layout
33038
33039 \begin_layout Plain Layout
33040
33041
33042 \backslash
33043 renewcommand*{
33044 \backslash
33045 raggedrightmarginnote}{
33046 \backslash
33047 centering}
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \begin_inset Marginal
33054 status open
33055
33056 \begin_layout Plain Layout
33057 El texto de esta nota está centrado.
33058 \end_layout
33059
33060 \end_inset
33061
33062
33063 \family default
33064 \series default
33065  El valor predeterminado es 
33066 \end_layout
33067
33068 \begin_layout Standard
33069
33070 \series bold
33071
33072 \backslash
33073 renewcommand*{
33074 \backslash
33075 raggedleftmarginnote}{
33076 \backslash
33077 raggedleft}
33078 \begin_inset Newline newline
33079 \end_inset
33080
33081
33082 \backslash
33083 renewcommand*{
33084 \backslash
33085 raggedrightmarginnote}{
33086 \backslash
33087 raggedright}
33088 \family roman
33089 \series medium
33090
33091 \begin_inset ERT
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095
33096
33097 \backslash
33098 renewcommand*{
33099 \backslash
33100 raggedleftmarginnote}{
33101 \backslash
33102 raggedleft}
33103 \end_layout
33104
33105 \begin_layout Plain Layout
33106
33107
33108 \backslash
33109 renewcommand*{
33110 \backslash
33111 raggedrightmarginnote}{
33112 \backslash
33113 raggedright}
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset VSpace medskip
33123 \end_inset
33124
33125 Para otras características de 
33126 \series bold
33127 marginnote
33128 \series default
33129  mira en su documentación 
33130 \begin_inset CommandInset citation
33131 LatexCommand cite
33132 key "marginnote"
33133 literal "true"
33134
33135 \end_inset
33136
33137 .
33138 \end_layout
33139
33140 \begin_layout Standard
33141 \begin_inset VSpace bigskip
33142 \end_inset
33143
33144 El diseño de las notas al margen puede ser redefinido.
33145  Por ejemplo, para crear una cabecera para todas las notas con el texto
33146  
33147 \begin_inset Quotes eld
33148 \end_inset
33149
33150
33151 \series bold
33152 \bar under
33153 ¡
33154 \family sans
33155 Atención
33156 \family default
33157 !
33158 \series default
33159 \bar default
33160
33161 \begin_inset Quotes erd
33162 \end_inset
33163
33164 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
33165 \end_layout
33166
33167 \begin_layout Standard
33168
33169 \series bold
33170
33171 \backslash
33172 let
33173 \backslash
33174 myMarginpar
33175 \backslash
33176 marginpar
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180
33181 \backslash
33182 renewcommand{
33183 \backslash
33184 marginpar}[1]{
33185 \backslash
33186 myMarginpar{%
33187 \begin_inset Newline newline
33188 \end_inset
33189
33190
33191 \begin_inset Phantom HPhantom
33192 status open
33193
33194 \begin_layout Plain Layout
33195
33196 \series bold
33197 \begin_inset space ~
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \backslash
33207 hspace{0pt}
33208 \backslash
33209 textsf{
33210 \backslash
33211 textbf{
33212 \backslash
33213 underbar{¡Atención!}}}%
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217
33218 \begin_inset Phantom HPhantom
33219 status open
33220
33221 \begin_layout Plain Layout
33222
33223 \series bold
33224 \begin_inset space ~
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \backslash
33234 vspace{1.5mm}
33235 \backslash
33236
33237 \backslash
33238 #1}}
33239 \end_layout
33240
33241 \begin_layout Standard
33242
33243 \family roman
33244 \series medium
33245 \begin_inset ERT
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249
33250
33251 \backslash
33252 let
33253 \backslash
33254 myMarginpar
33255 \backslash
33256 marginpar
33257 \end_layout
33258
33259 \begin_layout Plain Layout
33260
33261
33262 \backslash
33263 renewcommand{
33264 \backslash
33265 marginpar}[1]{
33266 \backslash
33267 myMarginpar{%
33268 \end_layout
33269
33270 \begin_layout Plain Layout
33271
33272    
33273 \backslash
33274 textsf{
33275 \backslash
33276 textbf{
33277 \backslash
33278 underbar{¡Atención!}}}%
33279 \end_layout
33280
33281 \begin_layout Plain Layout
33282
33283    
33284 \backslash
33285 vspace{1.5mm}
33286 \backslash
33287
33288 \backslash
33289 #1}}
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \begin_inset Marginal
33296 status open
33297
33298 \begin_layout Plain Layout
33299 Esta es una nota con una cabecera definida.
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \family default
33306 \series default
33307
33308 \begin_inset ERT
33309 status collapsed
33310
33311 \begin_layout Plain Layout
33312
33313 [-1.5cm]
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \family roman
33320 \series medium
33321
33322 \begin_inset ERT
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326
33327
33328 \backslash
33329 renewcommand{
33330 \backslash
33331 marginpar}[1]{
33332 \backslash
33333 myMarginpar{#1}}
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \family default
33340 \series default
33341
33342 \begin_inset Note Note
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
33347 \end_layout
33348
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Standard
33355 \begin_inset ERT
33356 status collapsed
33357
33358 \begin_layout Plain Layout
33359
33360
33361 \backslash
33362 else
33363 \end_layout
33364
33365 \end_inset
33366
33367
33368 \begin_inset Note Note
33369 status open
33370
33371 \begin_layout Plain Layout
33372 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
33373  
33374 \series bold
33375 marginnote
33376 \series default
33377 .
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Standard
33386 Debes instalar el paquete \SpecialChar LaTeX
33387  
33388 \series bold
33389 marginnote
33390 \series default
33391  para ver la parte siguiente en la salida.
33392 \end_layout
33393
33394 \begin_layout Standard
33395 \begin_inset ERT
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399
33400
33401 \backslash
33402 fi
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Chapter
33411 Marcos
33412 \end_layout
33413
33414 \begin_layout Section
33415 Introducción
33416 \begin_inset Index idx
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Marcos ! Introducción
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 Los marcos se emplean para dar formato a bloques de texto.
33430  Se pueden usar para escribir documentos con varios idiomas, véase sección
33431 \begin_inset space ~
33432 \end_inset
33433
33434
33435 \begin_inset CommandInset ref
33436 LatexCommand ref
33437 reference "sec:Minipáginas"
33438
33439 \end_inset
33440
33441 , enmarcar textos, véase sección
33442 \begin_inset space ~
33443 \end_inset
33444
33445
33446 \begin_inset CommandInset ref
33447 LatexCommand ref
33448 reference "sec:Decoración"
33449
33450 \end_inset
33451
33452 , evitar la división de palabras, véase sección
33453 \begin_inset space ~
33454 \end_inset
33455
33456
33457 \begin_inset CommandInset ref
33458 LatexCommand ref
33459 reference "sec:Evitar-la-Partición"
33460
33461 \end_inset
33462
33463 , alinear texto, véase sección
33464 \begin_inset space ~
33465 \end_inset
33466
33467
33468 \begin_inset CommandInset ref
33469 LatexCommand ref
33470 reference "subsec:Alineación-Vertical"
33471
33472 \end_inset
33473
33474 , o para poner color de fondo a un texto, véase sección
33475 \begin_inset space ~
33476 \end_inset
33477
33478
33479 \begin_inset CommandInset ref
33480 LatexCommand ref
33481 reference "sec:Marcos-Coloreados"
33482
33483 \end_inset
33484
33485 .
33486 \end_layout
33487
33488 \begin_layout Standard
33489 Se insertan con el menú 
33490 \family sans
33491 Insertar\SpecialChar menuseparator
33492 Marco
33493 \family default
33494  o con el botón 
33495 \begin_inset Info
33496 type  "icon"
33497 arg   "box-insert Frameless"
33498 \end_inset
33499
33500 .
33501  Surge un recuadro gris con la etiqueta 
33502 \family sans
33503 Marco (Minipágina)
33504 \family default
33505
33506 \begin_inset Graphics
33507         filename clipart/CuadroMinipagina.png
33508         scale 95
33509
33510 \end_inset
33511
33512 .
33513  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
33514  
33515 \family sans
33516 Configuración
33517 \family default
33518 .
33519  Sale un diálogo en el que 
33520 \family sans
33521 Marco
33522 \family default
33523
33524 \begin_inset space ~
33525 \end_inset
33526
33527
33528 \family sans
33529 interior
33530 \family default
33531  permite escoger los tipos
33532 \family sans
33533  Minipágina
33534 \family default
33535
33536 \family sans
33537 Marco de párrafo
33538 \family default
33539  y 
33540 \family sans
33541 Marco de 
33542 \family default
33543 línea.
33544  
33545 \family sans
33546 Minipágina
33547 \family default
33548  es el predeterminado para nuevos marcos y se explica en la sección
33549 \begin_inset space ~
33550 \end_inset
33551
33552
33553 \begin_inset CommandInset ref
33554 LatexCommand ref
33555 reference "sec:Minipáginas"
33556
33557 \end_inset
33558
33559 ; el tipo 
33560 \family sans
33561 Marco de párrafo
33562 \family default
33563  se describe en la sección
33564 \begin_inset space ~
33565 \end_inset
33566
33567
33568 \begin_inset CommandInset ref
33569 LatexCommand ref
33570 reference "sec:Marcos-de-Párrafo"
33571
33572 \end_inset
33573
33574  y el tipo 
33575 \family sans
33576 Marco de línea
33577 \family default
33578  se describe en la sección
33579 \begin_inset space ~
33580 \end_inset
33581
33582
33583 \begin_inset CommandInset ref
33584 LatexCommand ref
33585 reference "sec:Evitar-la-Partición"
33586
33587 \end_inset
33588
33589 .
33590 \end_layout
33591
33592 \begin_layout Standard
33593 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
33594  o las notas al pie.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset Note Greyedout
33599 status open
33600
33601 \begin_layout Plain Layout
33602
33603 \series bold
33604 Nota:
33605 \series default
33606  Los marcos no deben ser el ítem en un entorno 
33607 \family sans
33608 Enumeración*
33609 \family default
33610  o 
33611 \family sans
33612 Descripción
33613 \family default
33614 .
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 \begin_inset Note Greyedout
33624 status open
33625
33626 \begin_layout Plain Layout
33627
33628 \series bold
33629 Nota:
33630 \series default
33631  Por razones desconocidas sólo se puede poner el tipo 
33632 \family sans
33633 Marco
33634 \begin_inset space ~
33635 \end_inset
33636
33637 interior
33638 \family default
33639  en 
33640 \family sans
33641 Ninguno
33642 \family default
33643  cuando se emplea un marco enmarcado.
33644  Los marcos sin ningún tipo de 
33645 \family sans
33646 Marco
33647 \begin_inset space ~
33648 \end_inset
33649
33650 interior
33651 \family default
33652  y sin bordes se explican en la sección
33653 \begin_inset space ~
33654 \end_inset
33655
33656
33657 \begin_inset CommandInset ref
33658 LatexCommand ref
33659 reference "sec:Evitar-la-Partición"
33660
33661 \end_inset
33662
33663 .
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \begin_layout Section
33672 Diálogo de marcos
33673 \begin_inset CommandInset label
33674 LatexCommand label
33675 name "sec:Diálogo-Marcos"
33676
33677 \end_inset
33678
33679
33680 \begin_inset Index idx
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684 Marcos ! Configuración
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \begin_layout Subsection
33693 Tamaño
33694 \begin_inset Index idx
33695 status collapsed
33696
33697 \begin_layout Plain Layout
33698 Marcos ! Tamaño
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Standard
33707 En el diálogo puedes ajustar la geometría del marco en los campos 
33708 \family sans
33709 Ancho
33710 \family default
33711  y 
33712 \family sans
33713 Alto
33714 \family default
33715 .
33716  Las unidades disponibles para la geometría se describen en el cuadro
33717 \begin_inset space ~
33718 \end_inset
33719
33720
33721 \begin_inset CommandInset ref
33722 LatexCommand ref
33723 reference "tab:Unidades"
33724
33725 \end_inset
33726
33727 .
33728  El campo 
33729 \family sans
33730 Alto
33731 \family default
33732  ofrece los siguientes tamaños adicionales:
33733 \end_layout
33734
33735 \begin_layout Description
33736 Profundidad Es la 
33737 \begin_inset Quotes cld
33738 \end_inset
33739
33740 altura
33741 \begin_inset Quotes crd
33742 \end_inset
33743
33744  del texto plano.
33745  Ignora la profundidad total cuando hay múltiples líneas de texto en el
33746  marco:
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750
33751 \begin_inset Newline newline
33752 \end_inset
33753
33754
33755 \begin_inset Newline newline
33756 \end_inset
33757
33758
33759 \begin_inset Newline newline
33760 \end_inset
33761
33762
33763 \begin_inset Box Boxed
33764 position "c"
33765 hor_pos "c"
33766 has_inner_box 1
33767 inner_pos "c"
33768 use_parbox 0
33769 use_makebox 0
33770 width "12col%"
33771 special "none"
33772 height "1in"
33773 height_special "depth"
33774 thickness "0.4pt"
33775 separation "3pt"
33776 shadowsize "4pt"
33777 framecolor "black"
33778 backgroundcolor "none"
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 \align center
33783 Marco con altura establecida en 1
33784 \begin_inset space \thinspace{}
33785 \end_inset
33786
33787 Profundidad
33788 \end_layout
33789
33790 \end_inset
33791
33792
33793 \begin_inset Newline newline
33794 \end_inset
33795
33796
33797 \begin_inset Newline newline
33798 \end_inset
33799
33800
33801 \end_layout
33802
33803 \begin_layout Description
33804 Alto Es la altura del texto que está dentro del marco.
33805  Un valor de, p.
33806 \begin_inset space \thinspace{}
33807 \end_inset
33808
33809 ej.
33810 \begin_inset space ~
33811 \end_inset
33812
33813 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
33814  
33815 \begin_inset Box Boxed
33816 position "c"
33817 hor_pos "c"
33818 has_inner_box 1
33819 inner_pos "c"
33820 use_parbox 0
33821 use_makebox 0
33822 width "20col%"
33823 special "none"
33824 height "2in"
33825 height_special "height"
33826 thickness "0.4pt"
33827 separation "3pt"
33828 shadowsize "4pt"
33829 framecolor "black"
33830 backgroundcolor "none"
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834 \align center
33835 Marco con altura puesta en 2
33836 \begin_inset space \thinspace{}
33837 \end_inset
33838
33839 Alto
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Description
33848 Alto
33849 \begin_inset space ~
33850 \end_inset
33851
33852 total Esto es el Alto
33853 \begin_inset space \thinspace{}
33854 \end_inset
33855
33856 +
33857 \begin_inset space \thinspace{}
33858 \end_inset
33859
33860 Profundidad: 
33861 \begin_inset Box Boxed
33862 position "c"
33863 hor_pos "c"
33864 has_inner_box 1
33865 inner_pos "c"
33866 use_parbox 0
33867 use_makebox 0
33868 width "20col%"
33869 special "none"
33870 height "1in"
33871 height_special "totalheight"
33872 thickness "0.4pt"
33873 separation "3pt"
33874 shadowsize "4pt"
33875 framecolor "black"
33876 backgroundcolor "none"
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880 \align center
33881 Marco con altura puesta a 1
33882 \begin_inset space \thinspace{}
33883 \end_inset
33884
33885 Alto
33886 \begin_inset space ~
33887 \end_inset
33888
33889 total
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Description
33898 Ancho Esto determina al ancho del marco como altura: 
33899 \begin_inset Box Boxed
33900 position "c"
33901 hor_pos "c"
33902 has_inner_box 1
33903 inner_pos "c"
33904 use_parbox 0
33905 use_makebox 0
33906 width "12col%"
33907 special "none"
33908 height "1in"
33909 height_special "width"
33910 thickness "0.4pt"
33911 separation "3pt"
33912 shadowsize "4pt"
33913 framecolor "black"
33914 backgroundcolor "none"
33915 status collapsed
33916
33917 \begin_layout Plain Layout
33918 \align center
33919 Marco con altura puesta en 1
33920 \begin_inset space \thinspace{}
33921 \end_inset
33922
33923 Ancho
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Subsection
33932 Alineación
33933 \begin_inset Index idx
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937 Marcos ! Alineación
33938 \end_layout
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946 Si has elegido un 
33947 \family sans
33948 Marco
33949 \begin_inset space ~
33950 \end_inset
33951
33952 interior
33953 \family default
33954 , la alineación vertical del marco puede ser:
33955 \end_layout
33956
33957 \begin_layout Description
33958 Superior Ejemplo de línea de texto.
33959  
33960 \begin_inset Box Boxed
33961 position "t"
33962 hor_pos "c"
33963 has_inner_box 1
33964 inner_pos "c"
33965 use_parbox 0
33966 use_makebox 0
33967 width "12col%"
33968 special "none"
33969 height "1in"
33970 height_special "totalheight"
33971 thickness "0.4pt"
33972 separation "3pt"
33973 shadowsize "4pt"
33974 framecolor "black"
33975 backgroundcolor "none"
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979 \align center
33980 marco alineado arriba.
33981 \end_layout
33982
33983 \end_inset
33984
33985  Ejemplo de línea de texto.
33986 \end_layout
33987
33988 \begin_layout Description
33989 Medio Ejemplo de línea de texto.
33990  
33991 \begin_inset Box Boxed
33992 position "c"
33993 hor_pos "c"
33994 has_inner_box 1
33995 inner_pos "c"
33996 use_parbox 0
33997 use_makebox 0
33998 width "12col%"
33999 special "none"
34000 height "1in"
34001 height_special "totalheight"
34002 thickness "0.4pt"
34003 separation "3pt"
34004 shadowsize "4pt"
34005 framecolor "black"
34006 backgroundcolor "none"
34007 status collapsed
34008
34009 \begin_layout Plain Layout
34010 \align center
34011 marco alineado en medio.
34012 \end_layout
34013
34014 \end_inset
34015
34016  Ejemplo de línea de texto.
34017 \end_layout
34018
34019 \begin_layout Description
34020 Inferior Ejemplo de línea de texto.
34021  
34022 \begin_inset Box Boxed
34023 position "b"
34024 hor_pos "c"
34025 has_inner_box 1
34026 inner_pos "c"
34027 use_parbox 0
34028 use_makebox 0
34029 width "12col%"
34030 special "none"
34031 height "1in"
34032 height_special "totalheight"
34033 thickness "0.4pt"
34034 separation "3pt"
34035 shadowsize "4pt"
34036 framecolor "black"
34037 backgroundcolor "none"
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 \align center
34042 marco alineado abajo.
34043 \end_layout
34044
34045 \end_inset
34046
34047  Ejemplo de línea de texto.
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset Note Greyedout
34052 status open
34053
34054 \begin_layout Plain Layout
34055
34056 \series bold
34057 Nota:
34058 \series default
34059  La alineación vertical puede desaparecer en la salida si hay dos marcos
34060  en una línea y, p.
34061 \begin_inset space \thinspace{}
34062 \end_inset
34063
34064 ej., uno de ellos tiene sombreado y el otro no.
34065 \end_layout
34066
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 La alineación horizontal del marco puede establecerse en el diálogo de configura
34074 ción de párrafo de \SpecialChar LyX
34075  si colocas el marco en su propio párrafo.
34076 \end_layout
34077
34078 \begin_layout Standard
34079 \begin_inset VSpace bigskip
34080 \end_inset
34081
34082 Si has escogido un 
34083 \family sans
34084 Marco
34085 \begin_inset space ~
34086 \end_inset
34087
34088 interior
34089 \family default
34090 , el contenido puede alinearse verticalmente a:
34091 \end_layout
34092
34093 \begin_layout Description
34094 Superior Ejemplo de línea de texto.
34095  
34096 \begin_inset Box Boxed
34097 position "c"
34098 hor_pos "c"
34099 has_inner_box 1
34100 inner_pos "t"
34101 use_parbox 0
34102 use_makebox 0
34103 width "12col%"
34104 special "none"
34105 height "1.5in"
34106 height_special "totalheight"
34107 thickness "0.4pt"
34108 separation "3pt"
34109 shadowsize "4pt"
34110 framecolor "black"
34111 backgroundcolor "none"
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115 \align center
34116 marco con texto alineado arriba.
34117 \end_layout
34118
34119 \end_inset
34120
34121  Ejemplo de línea de texto.
34122 \end_layout
34123
34124 \begin_layout Description
34125 Medio Ejemplo de línea de texto.
34126  
34127 \begin_inset Box Boxed
34128 position "c"
34129 hor_pos "c"
34130 has_inner_box 1
34131 inner_pos "c"
34132 use_parbox 0
34133 use_makebox 0
34134 width "12col%"
34135 special "none"
34136 height "1.5in"
34137 height_special "totalheight"
34138 thickness "0.4pt"
34139 separation "3pt"
34140 shadowsize "4pt"
34141 framecolor "black"
34142 backgroundcolor "none"
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 \align center
34147 marco con texto alineado en medio.
34148 \end_layout
34149
34150 \end_inset
34151
34152  Ejemplo de línea de texto.
34153 \end_layout
34154
34155 \begin_layout Description
34156 Inferior Ejemplo de línea de texto.
34157  
34158 \begin_inset Box Boxed
34159 position "c"
34160 hor_pos "c"
34161 has_inner_box 1
34162 inner_pos "b"
34163 use_parbox 0
34164 use_makebox 0
34165 width "12col%"
34166 special "none"
34167 height "1.5in"
34168 height_special "totalheight"
34169 thickness "0.4pt"
34170 separation "3pt"
34171 shadowsize "4pt"
34172 framecolor "black"
34173 backgroundcolor "none"
34174 status collapsed
34175
34176 \begin_layout Plain Layout
34177 \align center
34178 marco con texto alineado abajo.
34179 \end_layout
34180
34181 \end_inset
34182
34183  Ejemplo de línea de texto.
34184 \end_layout
34185
34186 \begin_layout Description
34187 Estirado Ejemplo de línea de texto.
34188  
34189 \begin_inset Box Boxed
34190 position "c"
34191 hor_pos "c"
34192 has_inner_box 1
34193 inner_pos "s"
34194 use_parbox 0
34195 use_makebox 0
34196 width "12col%"
34197 special "none"
34198 height "1.5in"
34199 height_special "totalheight"
34200 thickness "0.4pt"
34201 separation "3pt"
34202 shadowsize "4pt"
34203 framecolor "black"
34204 backgroundcolor "none"
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208 \align center
34209 Este texto
34210 \end_layout
34211
34212 \begin_layout Plain Layout
34213 \align center
34214 está
34215 \end_layout
34216
34217 \begin_layout Plain Layout
34218 \align center
34219 estirado.
34220 \end_layout
34221
34222 \end_inset
34223
34224  Ejemplo de línea de texto.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 Para estirar el contenido debe tener más de un párrafo.
34229  En el ejemplo anterior cada línea de texto está en un párrafo propio.
34230 \end_layout
34231
34232 \begin_layout Standard
34233 \begin_inset VSpace bigskip
34234 \end_inset
34235
34236 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
34237  \SpecialChar LyX
34238  cuando hayas escogido un 
34239 \family sans
34240 Marco
34241 \begin_inset space ~
34242 \end_inset
34243
34244 interior
34245 \family default
34246 .
34247 \end_layout
34248
34249 \begin_layout Standard
34250 \align center
34251 \begin_inset Box Boxed
34252 position "c"
34253 hor_pos "c"
34254 has_inner_box 1
34255 inner_pos "s"
34256 use_parbox 0
34257 use_makebox 0
34258 width "15col%"
34259 special "none"
34260 height "1.25in"
34261 height_special "totalheight"
34262 thickness "0.4pt"
34263 separation "3pt"
34264 shadowsize "4pt"
34265 framecolor "black"
34266 backgroundcolor "none"
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 \align left
34271 marco
34272 \end_layout
34273
34274 \begin_layout Plain Layout
34275 \align center
34276 con texto
34277 \end_layout
34278
34279 \begin_layout Plain Layout
34280 \align right
34281 estirado
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Standard
34290 Si no has establecido un 
34291 \family sans
34292 Marco
34293 \begin_inset space ~
34294 \end_inset
34295
34296 interior
34297 \family default
34298 , puedes alinear horizontalmente el contenido del marco en el diálogo de
34299  marcos.
34300 \end_layout
34301
34302 \begin_layout Standard
34303 \align center
34304 \begin_inset Box Boxed
34305 position "c"
34306 hor_pos "s"
34307 has_inner_box 0
34308 inner_pos "s"
34309 use_parbox 0
34310 use_makebox 0
34311 width "90col%"
34312 special "none"
34313 height "1.25in"
34314 height_special "totalheight"
34315 thickness "0.4pt"
34316 separation "3pt"
34317 shadowsize "4pt"
34318 framecolor "black"
34319 backgroundcolor "none"
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323 Texto estirado horizontalmente.
34324 \end_layout
34325
34326 \end_inset
34327
34328
34329 \end_layout
34330
34331 \begin_layout Subsection
34332 Decoración
34333 \begin_inset CommandInset label
34334 LatexCommand label
34335 name "sec:Decoración"
34336
34337 \end_inset
34338
34339
34340 \begin_inset Index idx
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 Marcos ! Decoración
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \begin_layout Standard
34353 El estilo de borde del marco se puede determinar en la lista desplegable
34354  
34355 \family sans
34356 Tipo
34357 \family default
34358  del diálogo de marcos.
34359  Son posibles los siguientes bordes:
34360 \end_layout
34361
34362 \begin_layout Description
34363 Sin
34364 \begin_inset space ~
34365 \end_inset
34366
34367 borde No se dibuja ninguno.
34368 \end_layout
34369
34370 \begin_layout Description
34371 Borde
34372 \begin_inset space ~
34373 \end_inset
34374
34375 rectangular
34376 \begin_inset space ~
34377 \end_inset
34378
34379 sencillo Dibuja un borde rectangular alrededor del marco.
34380  El grosor del borde se puede especificar.
34381  
34382 \begin_inset Box Boxed
34383 position "c"
34384 hor_pos "c"
34385 has_inner_box 1
34386 inner_pos "c"
34387 use_parbox 0
34388 use_makebox 0
34389 width "25col%"
34390 special "none"
34391 height "1in"
34392 height_special "totalheight"
34393 thickness "0.4pt"
34394 separation "3pt"
34395 shadowsize "4pt"
34396 framecolor "black"
34397 backgroundcolor "none"
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401 \align center
34402 Marco rectangular
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Description
34411 Borde
34412 \begin_inset space ~
34413 \end_inset
34414
34415 ovalado,
34416 \begin_inset space ~
34417 \end_inset
34418
34419 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
34420 \begin_inset space \thinspace{}
34421 \end_inset
34422
34423 pt.
34424  
34425 \begin_inset Box ovalbox
34426 position "c"
34427 hor_pos "c"
34428 has_inner_box 1
34429 inner_pos "c"
34430 use_parbox 0
34431 use_makebox 0
34432 width "25col%"
34433 special "none"
34434 height "1in"
34435 height_special "totalheight"
34436 thickness "0.4pt"
34437 separation "3pt"
34438 shadowsize "4pt"
34439 framecolor "black"
34440 backgroundcolor "none"
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 \align center
34445 Borde ovalado, fino
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Description
34454 Borde
34455 \begin_inset space ~
34456 \end_inset
34457
34458 ovalado,
34459 \begin_inset space ~
34460 \end_inset
34461
34462 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
34463 \begin_inset space \thinspace{}
34464 \end_inset
34465
34466 pt.
34467  
34468 \begin_inset Box Ovalbox
34469 position "c"
34470 hor_pos "c"
34471 has_inner_box 1
34472 inner_pos "c"
34473 use_parbox 0
34474 use_makebox 0
34475 width "30col%"
34476 special "none"
34477 height "1in"
34478 height_special "totalheight"
34479 thickness "0.4pt"
34480 separation "3pt"
34481 shadowsize "4pt"
34482 framecolor "black"
34483 backgroundcolor "none"
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 \align center
34488 Borde ovalado, grueso
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \begin_layout Description
34497 Borde
34498 \begin_inset space ~
34499 \end_inset
34500
34501 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
34502  El grosor de la línea y la sombra se puede especificar.
34503  
34504 \begin_inset Box Shadowbox
34505 position "c"
34506 hor_pos "c"
34507 has_inner_box 1
34508 inner_pos "c"
34509 use_parbox 0
34510 use_makebox 0
34511 width "20col%"
34512 special "none"
34513 height "1in"
34514 height_special "totalheight"
34515 thickness "0.4pt"
34516 separation "3pt"
34517 shadowsize "4pt"
34518 framecolor "black"
34519 backgroundcolor "none"
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 \align center
34524 Borde sombrado
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Description
34533 Fondo
34534 \begin_inset space ~
34535 \end_inset
34536
34537 coloreado Dibuja un cuadro con fondo de color rojo.
34538  A diferencia de los cuadros coloreados,
34539 \begin_inset Foot
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543 véase sec.
34544  
34545 \begin_inset CommandInset ref
34546 LatexCommand ref
34547 reference "sec:Marcos-Coloreados"
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555
34556  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
34557 \begin_inset Box Shaded
34558 position "t"
34559 hor_pos "c"
34560 has_inner_box 0
34561 inner_pos "t"
34562 use_parbox 0
34563 use_makebox 0
34564 width "50col%"
34565 special "none"
34566 height "1in"
34567 height_special "totalheight"
34568 thickness "0.4pt"
34569 separation "3pt"
34570 shadowsize "4pt"
34571 framecolor "black"
34572 backgroundcolor "none"
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 Cuadro con fondo sombreado
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Description
34585 Borde
34586 \begin_inset space ~
34587 \end_inset
34588
34589 rectangular
34590 \begin_inset space ~
34591 \end_inset
34592
34593 doble Dibuja un rectángulo de línea doble alrededor.
34594  El grosor de la línea interior es 0.75
34595 \begin_inset space \thinspace{}
34596 \end_inset
34597
34598 grosor
34599 \begin_inset space ~
34600 \end_inset
34601
34602 del
34603 \begin_inset space ~
34604 \end_inset
34605
34606 borde, el de la línea exterior es 1.5
34607 \begin_inset space \thinspace{}
34608 \end_inset
34609
34610 grosor
34611 \begin_inset space ~
34612 \end_inset
34613
34614 del
34615 \begin_inset space ~
34616 \end_inset
34617
34618 borde.
34619  La distancia entre líneas es 1.5
34620 \begin_inset space \thinspace{}
34621 \end_inset
34622
34623 grosor
34624 \begin_inset space ~
34625 \end_inset
34626
34627 del
34628 \begin_inset space ~
34629 \end_inset
34630
34631 borde
34632 \begin_inset space \thinspace{}
34633 \end_inset
34634
34635 +
34636 \begin_inset space \thinspace{}
34637 \end_inset
34638
34639 0.5
34640 \begin_inset space \thinspace{}
34641 \end_inset
34642
34643 pt.
34644  
34645 \begin_inset Box Doublebox
34646 position "c"
34647 hor_pos "c"
34648 has_inner_box 1
34649 inner_pos "c"
34650 use_parbox 0
34651 use_makebox 0
34652 width "20col%"
34653 special "none"
34654 height "1in"
34655 height_special "totalheight"
34656 thickness "0.4pt"
34657 separation "3pt"
34658 shadowsize "4pt"
34659 framecolor "black"
34660 backgroundcolor "none"
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 \align center
34665 Borde doble
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Standard
34674 La etiqueta del marco en \SpecialChar LyX
34675  reflejará el estilo de borde elegido.
34676  Para poder utilizar los distintos bordes, debe estar instalado el paquete
34677  \SpecialChar LaTeX
34678  
34679 \series bold
34680 fancybox
34681 \series default
34682
34683 \begin_inset Index idx
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687 \SpecialChar LaTeX
34688 -paquetes ! fancybox
34689 \end_layout
34690
34691 \end_inset
34692
34693 .
34694 \end_layout
34695
34696 \begin_layout Standard
34697 \begin_inset VSpace bigskip
34698 \end_inset
34699
34700 Si usas la decoración 
34701 \family sans
34702 Borde rectangular sencillo
34703 \family default
34704  sin marco interior, puedes permitir saltos de página dentro del marco.
34705  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
34706  el borde usa siempre todo el ancho de columna y el marco se establece como
34707  su párrafo propio: 
34708 \begin_inset Box Framed
34709 position "t"
34710 hor_pos "c"
34711 has_inner_box 0
34712 inner_pos "t"
34713 use_parbox 0
34714 use_makebox 0
34715 width "100col%"
34716 special "none"
34717 height "1in"
34718 height_special "totalheight"
34719 thickness "0.4pt"
34720 separation "3pt"
34721 shadowsize "4pt"
34722 framecolor "black"
34723 backgroundcolor "none"
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 Cuadro que permite saltos de página
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Section
34736 Personalización de marcos
34737 \begin_inset Index idx
34738 status collapsed
34739
34740 \begin_layout Plain Layout
34741 Marcos ! Personalizar
34742 \end_layout
34743
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Standard
34750 El diámetro de las esquinas de los bordes ovalados se puede modificar con
34751  el comando 
34752 \series bold
34753
34754 \backslash
34755 cornersize
34756 \series default
34757 .
34758  El comando
34759 \end_layout
34760
34761 \begin_layout Standard
34762
34763 \series bold
34764
34765 \backslash
34766 cornersize*{1cm}
34767 \end_layout
34768
34769 \begin_layout Standard
34770 establece un diámetro de 1
34771 \begin_inset space \thinspace{}
34772 \end_inset
34773
34774 cm.
34775  El comando
34776 \end_layout
34777
34778 \begin_layout Standard
34779
34780 \series bold
34781
34782 \backslash
34783 cornersize{num}
34784 \end_layout
34785
34786 \begin_layout Standard
34787 fija el diámetro en 
34788 \family sans
34789 num
34790 \begin_inset space \thinspace{}
34791 \end_inset
34792
34793 ×
34794 \begin_inset space \thinspace{}
34795 \end_inset
34796
34797 mínimo
34798 \family default
34799  
34800 \family sans
34801 (ancho y alto del marco)
34802 \family default
34803 .
34804  Por omisión es 
34805 \series bold
34806
34807 \backslash
34808 cornersize{0.5}
34809 \series default
34810 .
34811 \end_layout
34812
34813 \begin_layout Standard
34814 \begin_inset ERT
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818
34819
34820 \backslash
34821 cornersize*{1.5cm}
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \begin_inset Box Ovalbox
34828 position "c"
34829 hor_pos "c"
34830 has_inner_box 1
34831 inner_pos "c"
34832 use_parbox 0
34833 use_makebox 0
34834 width "28col%"
34835 special "none"
34836 height "1in"
34837 height_special "totalheight"
34838 thickness "0.4pt"
34839 separation "3pt"
34840 shadowsize "4pt"
34841 framecolor "black"
34842 backgroundcolor "none"
34843 status open
34844
34845 \begin_layout Plain Layout
34846 \align center
34847 Marco ovalado con 
34848 \series bold
34849
34850 \backslash
34851 cornersize
34852 \series default
34853
34854 \begin_inset space \thinspace{}
34855 \end_inset
34856
34857 =
34858 \begin_inset space \thinspace{}
34859 \end_inset
34860
34861 1.5
34862 \begin_inset space \thinspace{}
34863 \end_inset
34864
34865 cm
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \begin_inset ERT
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875
34876
34877 \backslash
34878 cornersize{0.5}
34879 \end_layout
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \begin_layout Standard
34887 \begin_inset VSpace bigskip
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \begin_layout Standard
34894 El color rojo predeterminado de los marcos con 
34895 \family sans
34896 fondo
34897 \begin_inset space ~
34898 \end_inset
34899
34900 coloreado
34901 \family default
34902  se puede cambiar en el sitio con el comando 
34903 \series bold
34904
34905 \backslash
34906 definecolor{shadecolor}
34907 \series default
34908  o globalmente con el menú 
34909 \family sans
34910 Herramientas
34911 \family default
34912 \SpecialChar menuseparator
34913
34914 \family sans
34915 Preferencias
34916 \family default
34917 \SpecialChar menuseparator
34918
34919 \family sans
34920 Colores
34921 \family default
34922 \SpecialChar menuseparator
34923
34924 \family sans
34925 marco
34926 \begin_inset space ~
34927 \end_inset
34928
34929 coloreado
34930 \family default
34931 .
34932  El esquema del comando 
34933 \series bold
34934
34935 \backslash
34936 definecolor
34937 \series default
34938  se explica en la sección
34939 \begin_inset space ~
34940 \end_inset
34941
34942
34943 \begin_inset CommandInset ref
34944 LatexCommand ref
34945 reference "sec:Cuadros-Coloreados"
34946
34947 \end_inset
34948
34949 .
34950 \begin_inset Foot
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954 El comando 
34955 \series bold
34956
34957 \backslash
34958 definecolor
34959 \series default
34960  requiere el paquete \SpecialChar LaTeX
34961  
34962 \series bold
34963 color
34964 \series default
34965  en el preámbulo, véase la sección
34966 \begin_inset space ~
34967 \end_inset
34968
34969
34970 \begin_inset CommandInset ref
34971 LatexCommand ref
34972 reference "sec:Marcos-Coloreados"
34973
34974 \end_inset
34975
34976 .
34977 \end_layout
34978
34979 \end_inset
34980
34981  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
34982
34983 \end_layout
34984
34985 \begin_layout Standard
34986
34987 \series bold
34988
34989 \backslash
34990 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34991 \end_layout
34992
34993 \begin_layout Standard
34994 \begin_inset ERT
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999
35000 \backslash
35001 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \begin_inset Box Shaded
35008 position "t"
35009 hor_pos "c"
35010 has_inner_box 0
35011 inner_pos "t"
35012 use_parbox 0
35013 use_makebox 0
35014 width "100col%"
35015 special "none"
35016 height "1in"
35017 height_special "totalheight"
35018 thickness "0.4pt"
35019 separation "3pt"
35020 shadowsize "4pt"
35021 framecolor "black"
35022 backgroundcolor "none"
35023 status open
35024
35025 \begin_layout Plain Layout
35026
35027 \color yellow
35028 Texto amarillo en un marco con fondo coloreado en verde oscuro.
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \begin_inset ERT
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039
35040 \backslash
35041 definecolor{shadecolor}{rgb}{1,0,0}
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \begin_inset VSpace bigskip
35051 \end_inset
35052
35053 Los cambios en las dimensiones y de los colores son válidos para todos los
35054  marcos que siguen a los comandos.
35055 \end_layout
35056
35057 \begin_layout Section
35058 Minipáginas
35059 \begin_inset CommandInset label
35060 LatexCommand label
35061 name "sec:Minipáginas"
35062
35063 \end_inset
35064
35065
35066 \begin_inset Index idx
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070 Marcos ! Minipáginas
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \end_layout
35077
35078 \begin_layout Standard
35079 Las minipáginas son tratadas por \SpecialChar LaTeX
35080  como páginas dentro de páginas y por tanto
35081  pueden tener, por ejemplo, sus propias notas al pie.
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Las minipáginas son útiles para escribir documentos en distintas lenguas.
35086 \end_layout
35087
35088 \begin_layout Standard
35089 A continuación hay dos ejemplos de minipáginas adosadas.
35090  Su anchura está puesta en 45
35091 \begin_inset space \thinspace{}
35092 \end_inset
35093
35094 % y separadas por un relleno horizontal, insertado mediante el menú 
35095 \family sans
35096 Insertar\SpecialChar menuseparator
35097 Formato\SpecialChar menuseparator
35098 Relleno
35099 \begin_inset space ~
35100 \end_inset
35101
35102 horizontal
35103 \family default
35104 .
35105 \end_layout
35106
35107 \begin_layout Standard
35108 \begin_inset Box Frameless
35109 position "t"
35110 hor_pos "c"
35111 has_inner_box 1
35112 inner_pos "c"
35113 use_parbox 0
35114 use_makebox 0
35115 width "45col%"
35116 special "none"
35117 height "1in"
35118 height_special "totalheight"
35119 thickness "0.4pt"
35120 separation "3pt"
35121 shadowsize "4pt"
35122 framecolor "black"
35123 backgroundcolor "none"
35124 status open
35125
35126 \begin_layout Plain Layout
35127
35128 \lang ngerman
35129 Dies ist ein deutscher Text.
35130  Dies ist ein deutscher Text.
35131  Dies ist ein deutscher Text.
35132  Dies ist ein deutscher Text.
35133  Dies ist ein deutscher Text.
35134  Dies ist ein deutscher Text.
35135  Dies ist ein deutscher Text.
35136  Dies ist ein deutscher Text.
35137  Dies ist ein deutscher Text.
35138  Dies ist ein deutscher Text.
35139  Dies ist ein deutscher Text.
35140  Dies ist ein deutscher Text.
35141  Dies ist ein deutscher Text
35142 \begin_inset Foot
35143 status collapsed
35144
35145 \begin_layout Plain Layout
35146
35147 \lang ngerman
35148 Dies ist eine deutsche Fußnote.
35149 \end_layout
35150
35151 \end_inset
35152
35153 .
35154  Dies ist ein deutscher Text.
35155  Dies ist ein deutscher Text.
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \begin_inset space \hfill{}
35162 \end_inset
35163
35164
35165 \begin_inset Box Frameless
35166 position "t"
35167 hor_pos "c"
35168 has_inner_box 1
35169 inner_pos "c"
35170 use_parbox 0
35171 use_makebox 0
35172 width "45col%"
35173 special "none"
35174 height "1in"
35175 height_special "totalheight"
35176 thickness "0.4pt"
35177 separation "3pt"
35178 shadowsize "4pt"
35179 framecolor "black"
35180 backgroundcolor "none"
35181 status open
35182
35183 \begin_layout Plain Layout
35184
35185 \lang english
35186 This is an English Text.
35187  This is an English Text.
35188  This is an English Text.
35189  This is an English Text.
35190  This is an English Text.
35191  This is an English Text.
35192  This is an English Text.
35193  This is an English Text.
35194  This is an English Text.
35195  This is an English Text.
35196  This is an English Text.
35197  This is an English Text.
35198  This is an English Text.
35199  This is an English Text.
35200  This is an English Text.
35201  This is an English Text.
35202 \begin_inset Foot
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206
35207 \lang english
35208 This is an English footnote.
35209 \end_layout
35210
35211 \end_inset
35212
35213  This is an English Text.
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \begin_inset VSpace bigskip
35223 \end_inset
35224
35225 La configuración global de párrafos se ignora en las minipáginas.
35226  Esto significa que en las mismas no habrá espacio entre párrafos aunque
35227  pongas p.
35228 \begin_inset space \thinspace{}
35229 \end_inset
35230
35231 ej.
35232 \begin_inset space ~
35233 \end_inset
35234
35235
35236 \family sans
35237 Salto
35238 \begin_inset space ~
35239 \end_inset
35240
35241 medio
35242 \family default
35243  en la configuración del documento.
35244 \end_layout
35245
35246 \begin_layout Standard
35247 Las minipáginas también sirven para poner un color de fondo para partes
35248  de texto, véase sección
35249 \begin_inset space ~
35250 \end_inset
35251
35252
35253 \begin_inset CommandInset ref
35254 LatexCommand ref
35255 reference "sec:Marcos-Coloreados"
35256
35257 \end_inset
35258
35259 .
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset Note Greyedout
35264 status open
35265
35266 \begin_layout Plain Layout
35267
35268 \series bold
35269 Nota:
35270 \series default
35271  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
35272  tener minipáginas en cuadros, en flotantes, y en otros marcos.
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Standard
35281 \begin_inset VSpace bigskip
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Standard
35288 \SpecialChar LyX
35289  proporciona soporte básico para minipáginas cuyo tamaño es determinado
35290  automáticamente por la anchura de su contenido, mediante el módulo 
35291 \family sans
35292 Minipáginas
35293 \begin_inset space ~
35294 \end_inset
35295
35296 ancho
35297 \begin_inset space ~
35298 \end_inset
35299
35300 variable
35301 \family default
35302 .
35303  El archivo de ejemplo \SpecialChar LyX
35304  
35305 \emph on
35306 varwidth-floats-side-by-side
35307 \emph default
35308  tiene ejemplos de estas minipáginas para colocar flotantes adosados.
35309 \end_layout
35310
35311 \begin_layout Section
35312 Marcos de párrafo
35313 \begin_inset CommandInset label
35314 LatexCommand label
35315 name "sec:Marcos-de-Párrafo"
35316
35317 \end_inset
35318
35319
35320 \begin_inset Index idx
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324 Marcos ! de párrafo
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Standard
35333 Los marcos de párrafo son similares a las minipáginas con la diferencia
35334  de que no pueden contener notas al pie.
35335 \end_layout
35336
35337 \begin_layout Standard
35338 \align center
35339 \begin_inset Box Frameless
35340 position "t"
35341 hor_pos "c"
35342 has_inner_box 1
35343 inner_pos "t"
35344 use_parbox 1
35345 use_makebox 0
35346 width "33col%"
35347 special "none"
35348 height "1in"
35349 height_special "totalheight"
35350 thickness "0.4pt"
35351 separation "3pt"
35352 shadowsize "4pt"
35353 framecolor "black"
35354 backgroundcolor "none"
35355 status open
35356
35357 \begin_layout Plain Layout
35358 Texto en un marco de párrafo.
35359  Texto en un marco de párrafo.
35360  Esta nota no aparece:
35361 \begin_inset Foot
35362 status open
35363
35364 \begin_layout Plain Layout
35365 Esta es una nota en un marco de párrafo y por eso no aparecerá.
35366 \end_layout
35367
35368 \end_inset
35369
35370
35371 \end_layout
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \begin_layout Section
35379 Marcos para palabras y caracteres
35380 \begin_inset Index idx
35381 status collapsed
35382
35383 \begin_layout Plain Layout
35384 Marcos ! para palabras y caracteres
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \end_layout
35391
35392 \begin_layout Subsection
35393 Evitar la partición de palabras
35394 \begin_inset CommandInset label
35395 LatexCommand label
35396 name "sec:Evitar-la-Partición"
35397
35398 \end_inset
35399
35400
35401 \begin_inset Index idx
35402 status collapsed
35403
35404 \begin_layout Plain Layout
35405 Marcos ! para evitar partición de palabras
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \end_layout
35412
35413 \begin_layout Standard
35414 El marco tipo 
35415 \family sans
35416 Marco de línea
35417 \family default
35418  sirve para evitar que una palabra sea partida con guión.
35419 \begin_inset Newline newline
35420 \end_inset
35421
35422 He aquí un ejemplo:
35423 \end_layout
35424
35425 \begin_layout Standard
35426 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
35427 palabra».
35428 \end_layout
35429
35430 \begin_layout Standard
35431 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
35432  un marco, establece el 
35433 \family sans
35434 Marco interior
35435 \family default
35436  en 
35437 \family sans
35438 Marco de línea
35439 \family default
35440  y no pongas ancho explícito.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Este es el resultado:
35445 \end_layout
35446
35447 \begin_layout Standard
35448 Esta línea es un ejemplo para mostrar cómo evitar la división de 
35449 \begin_inset Box Frameless
35450 position "t"
35451 hor_pos "c"
35452 has_inner_box 1
35453 inner_pos "t"
35454 use_parbox 0
35455 use_makebox 1
35456 width ""
35457 special "none"
35458 height "1in"
35459 height_special "totalheight"
35460 thickness "0.4pt"
35461 separation "3pt"
35462 shadowsize "4pt"
35463 framecolor "black"
35464 backgroundcolor "none"
35465 status open
35466
35467 \begin_layout Plain Layout
35468 «estalarguísimapalabra»
35469 \end_layout
35470
35471 \end_inset
35472
35473 .
35474 \end_layout
35475
35476 \begin_layout Standard
35477 Como alternativa puedes poner el comando «
35478 \series bold
35479
35480 \backslash
35481 -
35482 \series default
35483 » en código \SpecialChar TeX
35484  directamente antes de la palabra:
35485 \end_layout
35486
35487 \begin_layout Standard
35488 Esta línea es un ejemplo para mostrar cómo evitar la división de «
35489 \begin_inset ERT
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493
35494
35495 \backslash
35496 -
35497 \end_layout
35498
35499 \end_inset
35500
35501 estalarguísimapalabra».
35502 \end_layout
35503
35504 \begin_layout Standard
35505 Por supuesto, la palabra sobresale del margen.
35506  Para evitarlo añade, con el menú 
35507 \family sans
35508 Insertar\SpecialChar menuseparator
35509 Formato\SpecialChar menuseparator
35510 Salto
35511 \begin_inset space ~
35512 \end_inset
35513
35514 de
35515 \begin_inset space ~
35516 \end_inset
35517
35518 línea
35519 \begin_inset space ~
35520 \end_inset
35521
35522 cortada
35523 \family default
35524  (atajo 
35525 \family sans
35526 Ctrl+Entrar
35527 \family default
35528 ), un salto de línea antes de la palabra:
35529 \end_layout
35530
35531 \begin_layout Standard
35532 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
35533 \begin_inset Newline newline
35534 \end_inset
35535
35536
35537 \begin_inset Box Frameless
35538 position "t"
35539 hor_pos "c"
35540 has_inner_box 1
35541 inner_pos "t"
35542 use_parbox 0
35543 use_makebox 1
35544 width ""
35545 special "none"
35546 height "1in"
35547 height_special "totalheight"
35548 thickness "0.4pt"
35549 separation "3pt"
35550 shadowsize "4pt"
35551 framecolor "black"
35552 backgroundcolor "none"
35553 status open
35554
35555 \begin_layout Plain Layout
35556 «estalarguísimapalabra»
35557 \end_layout
35558
35559 \end_inset
35560
35561 .
35562 \end_layout
35563
35564 \begin_layout Subsection
35565 Alineación vertical
35566 \begin_inset CommandInset label
35567 LatexCommand label
35568 name "subsec:Alineación-Vertical"
35569
35570 \end_inset
35571
35572
35573 \begin_inset Index idx
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577 Marcos ! para alineación vertical
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Standard
35586 Con ayuda del comando 
35587 \series bold
35588
35589 \backslash
35590 raisebox
35591 \series default
35592  puedes alinear verticalmente con el texto circundante palabras o caracteres.
35593  
35594 \series bold
35595
35596 \backslash
35597 raisebox
35598 \series default
35599  se utiliza según el esquema:
35600 \end_layout
35601
35602 \begin_layout Standard
35603
35604 \series bold
35605
35606 \backslash
35607 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
35608 \end_layout
35609
35610 \begin_layout Standard
35611 La elevación puede ser un valor positivo para subir el marco o negativo
35612  para bajarlo.
35613 \end_layout
35614
35615 \begin_layout Standard
35616 Para alinear una palabra, p.
35617 \begin_inset space \thinspace{}
35618 \end_inset
35619
35620 e
35621 \begin_inset space ~
35622 \end_inset
35623
35624 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
35625  en la línea de base, inserta el comando
35626 \end_layout
35627
35628 \begin_layout Standard
35629
35630 \series bold
35631
35632 \backslash
35633 raisebox{
35634 \backslash
35635 depth}{
35636 \end_layout
35637
35638 \begin_layout Standard
35639 en código \SpecialChar TeX
35640  antes de la palabra.
35641  Detrás de la palabra inserta una llave de cierre «
35642 \series bold
35643 }
35644 \series default
35645 » en código \SpecialChar TeX
35646 .
35647 \begin_inset Newline newline
35648 \end_inset
35649
35650 Este es el resultado:
35651 \end_layout
35652
35653 \begin_layout Standard
35654 Esto es una línea de texto con la palabra 
35655 \begin_inset ERT
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659
35660
35661 \backslash
35662 raisebox{
35663 \backslash
35664 depth}{
35665 \end_layout
35666
35667 \end_inset
35668
35669 «prevención»
35670 \begin_inset ERT
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674
35675 }
35676 \end_layout
35677
35678 \end_inset
35679
35680  elevada.
35681 \end_layout
35682
35683 \begin_layout Standard
35684 \begin_inset VSpace bigskip
35685 \end_inset
35686
35687 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
35688 \end_layout
35689
35690 \begin_layout Standard
35691 Esto es una línea de texto con la palabra 
35692 \begin_inset ERT
35693 status collapsed
35694
35695 \begin_layout Plain Layout
35696
35697
35698 \backslash
35699 raisebox{-
35700 \backslash
35701 depth}{
35702 \end_layout
35703
35704 \end_inset
35705
35706 «prevención»
35707 \begin_inset ERT
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711
35712 }
35713 \end_layout
35714
35715 \end_inset
35716
35717  bajada.
35718 \begin_inset Newline newline
35719 \end_inset
35720
35721 Esto es una línea de texto con la palabra 
35722 \begin_inset ERT
35723 status collapsed
35724
35725 \begin_layout Plain Layout
35726
35727
35728 \backslash
35729 raisebox{0.5cm}{
35730 \end_layout
35731
35732 \end_inset
35733
35734 «testigo»
35735 \begin_inset ERT
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739
35740 }
35741 \end_layout
35742
35743 \end_inset
35744
35745  elevada.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
35750  Por ejemplo
35751 \end_layout
35752
35753 \begin_layout Standard
35754
35755 \series bold
35756
35757 \backslash
35758 raisebox{-
35759 \backslash
35760 depth}[0pt]{
35761 \end_layout
35762
35763 \begin_layout Standard
35764 Esto es una línea de texto con la palabra 
35765 \begin_inset ERT
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769
35770
35771 \backslash
35772 raisebox{-
35773 \backslash
35774 depth}[0pt]{
35775 \end_layout
35776
35777 \end_inset
35778
35779 «prevención»
35780 \begin_inset ERT
35781 status collapsed
35782
35783 \begin_layout Plain Layout
35784
35785 }
35786 \end_layout
35787
35788 \end_inset
35789
35790  bajada.
35791 \begin_inset Newline newline
35792 \end_inset
35793
35794
35795 \begin_inset Newline newline
35796 \end_inset
35797
35798 Esto es una línea de texto con la palabra 
35799 \begin_inset ERT
35800 status collapsed
35801
35802 \begin_layout Plain Layout
35803
35804
35805 \backslash
35806 raisebox{0.5cm}[0pt]{
35807 \end_layout
35808
35809 \end_inset
35810
35811 «testigo»
35812 \begin_inset ERT
35813 status collapsed
35814
35815 \begin_layout Plain Layout
35816
35817 }
35818 \end_layout
35819
35820 \end_inset
35821
35822  elevada.
35823 \end_layout
35824
35825 \begin_layout Section
35826 Marcos coloreados
35827 \begin_inset CommandInset label
35828 LatexCommand label
35829 name "sec:Marcos-Coloreados"
35830
35831 \end_inset
35832
35833
35834 \begin_inset Index idx
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838 Marcos ! Colorear
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \begin_layout Standard
35847 Para colorear el fondo de un marco selecciona el color deseado en el cuadro
35848  de diálogo.
35849  Como ejemplo, he aquí un marco con fondo naranja:
35850 \end_layout
35851
35852 \begin_layout Standard
35853 \begin_inset Box Frameless
35854 position "t"
35855 hor_pos "c"
35856 has_inner_box 1
35857 inner_pos "t"
35858 use_parbox 0
35859 use_makebox 1
35860 width ""
35861 special "none"
35862 height "1in"
35863 height_special "totalheight"
35864 thickness "0.4pt"
35865 separation "3pt"
35866 shadowsize "4pt"
35867 framecolor "black"
35868 backgroundcolor "orange"
35869 status open
35870
35871 \begin_layout Plain Layout
35872 Marco con fondo naranja
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \end_layout
35879
35880 \begin_layout Standard
35881 Si usas la decoración 
35882 \family sans
35883 Borde
35884 \begin_inset space ~
35885 \end_inset
35886
35887 rectangular
35888 \begin_inset space ~
35889 \end_inset
35890
35891 sencillo
35892 \family default
35893  puedes determinar un borde colorido.
35894  En este caso debes especificar además un color (\SpecialChar LyX
35895  pone blanco por omisión).
35896  Un ejemplo:
35897 \end_layout
35898
35899 \begin_layout Standard
35900 \begin_inset Box Boxed
35901 position "t"
35902 hor_pos "c"
35903 has_inner_box 0
35904 inner_pos "t"
35905 use_parbox 0
35906 use_makebox 0
35907 width ""
35908 special "none"
35909 height "1in"
35910 height_special "totalheight"
35911 thickness "0.4pt"
35912 separation "3pt"
35913 shadowsize "4pt"
35914 framecolor "teal"
35915 backgroundcolor "yellow"
35916 status open
35917
35918 \begin_layout Plain Layout
35919 Marco con borde color cerceta y fondo amarillo
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Standard
35928 \begin_inset VSpace bigskip
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \begin_layout Standard
35935 También puedes colorear el texto, por supuesto:
35936 \begin_inset Newline newline
35937 \end_inset
35938
35939
35940 \begin_inset Box Boxed
35941 position "t"
35942 hor_pos "c"
35943 has_inner_box 0
35944 inner_pos "t"
35945 use_parbox 0
35946 use_makebox 0
35947 width ""
35948 special "none"
35949 height "1in"
35950 height_special "totalheight"
35951 thickness "0.4pt"
35952 separation "3pt"
35953 shadowsize "4pt"
35954 framecolor "cyan"
35955 backgroundcolor "magenta"
35956 status open
35957
35958 \begin_layout Plain Layout
35959
35960 \color yellow
35961 Marco con texto, fondo y borde en distintos colores.
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \begin_layout Standard
35970 \begin_inset VSpace bigskip
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Si deseas un color distinto de los predefinidos, puedes definir tus propios
35978  colores según se explica en la sección
35979 \begin_inset space ~
35980 \end_inset
35981
35982
35983 \begin_inset CommandInset ref
35984 LatexCommand ref
35985 reference "sec:Cuadros-Coloreados"
35986
35987 \end_inset
35988
35989 .
35990  Para usar un color personal debes hay que usar código \SpecialChar TeX
35991
35992 \end_layout
35993
35994 \begin_layout Standard
35995 Los marcos coloreados sin borde se crean con el comando 
35996 \series bold
35997
35998 \backslash
35999 colorbox
36000 \series default
36001 , de acuerdo con el siguiente esquema:
36002 \end_layout
36003
36004 \begin_layout Standard
36005
36006 \series bold
36007
36008 \backslash
36009 colorbox{color}{contenido del marco}
36010 \end_layout
36011
36012 \begin_layout Standard
36013 El contenido también puede ser un marco y los marcos coloreados también
36014  pueden estar en otros marcos.
36015  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
36016 \end_layout
36017
36018 \begin_layout Standard
36019
36020 \series bold
36021
36022 \backslash
36023 colorbox{verdeoscuro}{
36024 \end_layout
36025
36026 \begin_layout Standard
36027 en código \SpecialChar TeX
36028  antes de la palabra.
36029  Tras la palabra inserta una llave de cierre «
36030 \series bold
36031 }
36032 \series default
36033 » en código \SpecialChar TeX
36034 .
36035 \begin_inset Newline newline
36036 \end_inset
36037
36038 Este es el resultado:
36039 \end_layout
36040
36041 \begin_layout Standard
36042 Línea en la que la palabra 
36043 \begin_inset ERT
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047
36048
36049 \backslash
36050 colorbox{verdeoscuro}{
36051 \end_layout
36052
36053 \end_inset
36054
36055 «¡Atención!»
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061 }
36062 \end_layout
36063
36064 \end_inset
36065
36066  tiene fondo verdeoscuro.
36067 \end_layout
36068
36069 \begin_layout Standard
36070 Los marcos coloreados con borde se crean con el comando 
36071 \series bold
36072
36073 \backslash
36074 fcolorbox
36075 \series default
36076  con el esquema siguiente:
36077 \end_layout
36078
36079 \begin_layout Standard
36080
36081 \series bold
36082
36083 \backslash
36084 fcolorbox{color del borde}{color del fondo}{contenido del marco}
36085 \end_layout
36086
36087 \begin_layout Section
36088 Marcos girados y a escala
36089 \end_layout
36090
36091 \begin_layout Standard
36092 Para poder usar los marcos descritos en esta sección debe cargarse el módulo
36093  
36094 \family sans
36095 Marcos gráficos
36096 \family default
36097  en la configuración del documento.
36098 \end_layout
36099
36100 \begin_layout Standard
36101 \begin_inset Note Greyedout
36102 status open
36103
36104 \begin_layout Plain Layout
36105
36106 \series bold
36107 Nota:
36108 \series default
36109  no todos los visores DVI pueden mostrar rotaciones o escalas.
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \begin_layout Standard
36118 \begin_inset Note Greyedout
36119 status open
36120
36121 \begin_layout Plain Layout
36122
36123 \series bold
36124 Nota:
36125 \series default
36126  Los marcos girados o a escala no pueden contener flotantes.
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Subsection
36135 Marcos girados
36136 \begin_inset Index idx
36137 status collapsed
36138
36139 \begin_layout Plain Layout
36140 Marcos ! Girar
36141 \end_layout
36142
36143 \end_inset
36144
36145
36146 \begin_inset Index idx
36147 status collapsed
36148
36149 \begin_layout Plain Layout
36150 Material rotado
36151 \end_layout
36152
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Standard
36159 Para girar material debes ponerlo en un 
36160 \family sans
36161 Marco
36162 \begin_inset space ~
36163 \end_inset
36164
36165 rotación
36166 \family default
36167 .
36168  Se inserta con el menú
36169 \family sans
36170  Insertar\SpecialChar menuseparator
36171 Recuadro
36172 \begin_inset space ~
36173 \end_inset
36174
36175 personalizado\SpecialChar menuseparator
36176 Marco
36177 \begin_inset space ~
36178 \end_inset
36179
36180 rotación
36181 \family default
36182 .
36183 \end_layout
36184
36185 \begin_layout Standard
36186 El origen de rotación se puede especificar en el recuadro 
36187 \family sans
36188 Origen
36189 \family default
36190  (menú 
36191 \family sans
36192 Insertar\SpecialChar menuseparator
36193 Origen
36194 \family default
36195 ) en la forma 
36196 \series bold
36197 origin=position
36198 \series default
36199 .
36200  Son posibles las posiciones siguientes: 
36201 \emph on
36202 c
36203 \emph default
36204  (
36205 \emph on
36206 center
36207 \emph default
36208 , centro), 
36209 \emph on
36210 l
36211 \emph default
36212  (
36213 \emph on
36214 left
36215 \emph default
36216 , izquierda), 
36217 \emph on
36218 r
36219 \emph default
36220  (
36221 \emph on
36222 right
36223 \emph default
36224 , derecha), 
36225 \emph on
36226 b
36227 \emph default
36228  (
36229 \emph on
36230 bottom
36231 \emph default
36232 , abajo), 
36233 \emph on
36234 t
36235 \emph default
36236  (
36237 \emph on
36238 top
36239 \emph default
36240 , arriba), así como combinaciones adecuadas de las posiciones básicas.
36241  Por ejemplo, 
36242 \emph on
36243 lt
36244 \emph default
36245  significa que el origen de rotación es la esquina superior izquierda del
36246  marco.
36247  Si no se especifica origen de rotación se usará la posición 
36248 \emph on
36249 l
36250 \emph default
36251 .
36252  El ángulo de rotación es un número de grados, y puede ser negativo.
36253  El sentido de giro es antihorario.
36254 \end_layout
36255
36256 \begin_layout Standard
36257 En el siguiente ejemplo se ha insertado 
36258 \series bold
36259 origin=c
36260 \series default
36261  en el recuadro 
36262 \family sans
36263 Origen
36264 \family default
36265  y 
36266 \series bold
36267 60
36268 \series default
36269  en el recuadro 
36270 \family sans
36271 Ángulo
36272 \family default
36273 .
36274 \end_layout
36275
36276 \begin_layout Standard
36277 Esta línea contiene texto 
36278 \begin_inset Flex Rotatebox
36279 status open
36280
36281 \begin_layout Plain Layout
36282 \begin_inset Argument 1
36283 status open
36284
36285 \begin_layout Plain Layout
36286 origin=c
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \begin_inset Argument 2
36293 status open
36294
36295 \begin_layout Plain Layout
36296 60
36297 \end_layout
36298
36299 \end_inset
36300
36301 con rotación
36302 \end_layout
36303
36304 \end_inset
36305
36306 .
36307 \end_layout
36308
36309 \begin_layout Standard
36310 El contenido del marco puede ser también otro marco o una ecuación en línea:
36311 \end_layout
36312
36313 \begin_layout Standard
36314 En esta línea hay texto enmarcado 
36315 \begin_inset Flex Rotatebox
36316 status open
36317
36318 \begin_layout Plain Layout
36319 \begin_inset Argument 1
36320 status open
36321
36322 \begin_layout Plain Layout
36323 origin=r
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \begin_inset Argument 2
36330 status open
36331
36332 \begin_layout Plain Layout
36333 -60
36334 \end_layout
36335
36336 \end_inset
36337
36338
36339 \begin_inset Box Doublebox
36340 position "c"
36341 hor_pos "c"
36342 has_inner_box 0
36343 inner_pos "c"
36344 use_parbox 0
36345 use_makebox 0
36346 width "1in"
36347 special "width"
36348 height "1in"
36349 height_special "totalheight"
36350 thickness "0.4pt"
36351 separation "3pt"
36352 shadowsize "4pt"
36353 framecolor "black"
36354 backgroundcolor "none"
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358 con rotación
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \end_inset
36367
36368  y 
36369 \begin_inset Flex Rotatebox
36370 status open
36371
36372 \begin_layout Plain Layout
36373 \begin_inset Argument 1
36374 status open
36375
36376 \begin_layout Plain Layout
36377 origin=lb
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \begin_inset Argument 2
36384 status open
36385
36386 \begin_layout Plain Layout
36387 60
36388 \end_layout
36389
36390 \end_inset
36391
36392
36393 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \end_inset
36400
36401  una ecuación.
36402 \end_layout
36403
36404 \begin_layout Standard
36405 O una imagen o un cuadro:
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Aquí hay una imagen girada 
36410 \begin_inset Flex Rotatebox
36411 status open
36412
36413 \begin_layout Plain Layout
36414 \begin_inset Argument 1
36415 status open
36416
36417 \begin_layout Plain Layout
36418 origin=lb
36419 \end_layout
36420
36421 \end_inset
36422
36423
36424 \begin_inset Argument 2
36425 status open
36426
36427 \begin_layout Plain Layout
36428 90
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \begin_inset Graphics
36435         filename ../clipart/platypus.eps
36436         lyxscale 50
36437         width 25col%
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \end_inset
36445
36446  y un cuadro girado 
36447 \begin_inset Flex Rotatebox
36448 status open
36449
36450 \begin_layout Plain Layout
36451 \begin_inset Argument 2
36452 status open
36453
36454 \begin_layout Plain Layout
36455 -90
36456 \end_layout
36457
36458 \end_inset
36459
36460
36461 \begin_inset Tabular
36462 <lyxtabular version="3" rows="2" columns="2">
36463 <features tabularvalignment="middle">
36464 <column alignment="center" valignment="top">
36465 <column alignment="center" valignment="top">
36466 <row>
36467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36468 \begin_inset Text
36469
36470 \begin_layout Plain Layout
36471 q
36472 \end_layout
36473
36474 \end_inset
36475 </cell>
36476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36477 \begin_inset Text
36478
36479 \begin_layout Plain Layout
36480 w
36481 \end_layout
36482
36483 \end_inset
36484 </cell>
36485 </row>
36486 <row>
36487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36488 \begin_inset Text
36489
36490 \begin_layout Plain Layout
36491 e
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36497 \begin_inset Text
36498
36499 \begin_layout Plain Layout
36500 r
36501 \end_layout
36502
36503 \end_inset
36504 </cell>
36505 </row>
36506 </lyxtabular>
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \end_inset
36514
36515 .
36516 \begin_inset Index idx
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520 Figuras ! Rotar
36521 \end_layout
36522
36523 \end_inset
36524
36525
36526 \begin_inset Index idx
36527 status collapsed
36528
36529 \begin_layout Plain Layout
36530 Cuadros ! Girar
36531 \end_layout
36532
36533 \end_inset
36534
36535
36536 \end_layout
36537
36538 \begin_layout Standard
36539 \begin_inset Note Greyedout
36540 status open
36541
36542 \begin_layout Plain Layout
36543
36544 \series bold
36545 Nota:
36546 \series default
36547  Si el recuadro 
36548 \family sans
36549 Ángulo
36550 \family default
36551  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36552  al ver/exportar
36553  el documento.
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Subsection
36562 Marcos para variar la escala
36563 \begin_inset Index idx
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567 Marcos ! para variar la escala
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \begin_inset Index idx
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577 Material a escala
36578 \end_layout
36579
36580 \end_inset
36581
36582
36583 \end_layout
36584
36585 \begin_layout Standard
36586 Para modificar las proporciones de un material se coloca en un 
36587 \family sans
36588 Marco
36589 \begin_inset space ~
36590 \end_inset
36591
36592 escala
36593 \family default
36594 .
36595  Se inserta con el menú
36596 \family sans
36597  Insertar\SpecialChar menuseparator
36598 Recuadro
36599 \begin_inset space ~
36600 \end_inset
36601
36602 personalizado\SpecialChar menuseparator
36603 Marco
36604 \begin_inset space ~
36605 \end_inset
36606
36607 escala
36608 \family default
36609 .
36610 \end_layout
36611
36612 \begin_layout Standard
36613 El 
36614 \family sans
36615 Marco
36616 \begin_inset space ~
36617 \end_inset
36618
36619 escala
36620 \family default
36621  contiene el recuadro obligatorio 
36622 \family sans
36623 Factor-H
36624 \family default
36625  y el opcional 
36626 \family sans
36627 Factor-V
36628 \family default
36629  (con el menú 
36630 \family sans
36631 Insertar\SpecialChar menuseparator
36632 Factor-V
36633 \family default
36634 ).
36635  En ellos se introducen los factores de escala horizontal y vertical, respectiva
36636 mente.
36637  Si no se usa 
36638 \family sans
36639 Factor-V
36640 \family default
36641 , su valor será el mismo que el factor de escala horizontal.
36642 \end_layout
36643
36644 \begin_layout Standard
36645 Para obtener doble tamaño que el texto normal del documento, inserta 
36646 \series bold
36647 2
36648 \series default
36649  en el recuadro
36650 \family sans
36651  Factor-H
36652 \family default
36653 , por ejemplo: 
36654 \begin_inset Flex Scalebox
36655 status open
36656
36657 \begin_layout Plain Layout
36658 \begin_inset Argument 1
36659 status open
36660
36661 \begin_layout Plain Layout
36662 2
36663 \end_layout
36664
36665 \end_inset
36666
36667 Hola
36668 \end_layout
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \begin_layout Standard
36676
36677 \series bold
36678 2
36679 \series default
36680  en 
36681 \family sans
36682 Factor-H y
36683 \family default
36684  
36685 \series bold
36686 1
36687 \series default
36688  en 
36689 \family sans
36690 Factor-V
36691 \family default
36692  distorsiona el resultado: 
36693 \begin_inset Flex Scalebox
36694 status open
36695
36696 \begin_layout Plain Layout
36697 \begin_inset Argument 1
36698 status open
36699
36700 \begin_layout Plain Layout
36701 2
36702 \end_layout
36703
36704 \end_inset
36705
36706
36707 \begin_inset Argument 2
36708 status open
36709
36710 \begin_layout Plain Layout
36711 1
36712 \end_layout
36713
36714 \end_inset
36715
36716 Hola
36717 \end_layout
36718
36719 \end_inset
36720
36721 .
36722 \end_layout
36723
36724 \begin_layout Standard
36725 Si el factor de escala es negativo, el contenido del marco se reflejará.
36726  Por tanto, 
36727 \series bold
36728 -1
36729 \series default
36730  para 
36731 \family sans
36732 Factor-H
36733 \family default
36734  y 
36735 \series bold
36736 1
36737 \series default
36738  para 
36739 \family sans
36740 Factor-V
36741 \family default
36742  se puede usar para escribir en espejo: 
36743 \begin_inset Flex Scalebox
36744 status open
36745
36746 \begin_layout Plain Layout
36747 \begin_inset Argument 1
36748 status open
36749
36750 \begin_layout Plain Layout
36751 -1
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \begin_inset Argument 2
36758 status open
36759
36760 \begin_layout Plain Layout
36761 1
36762 \end_layout
36763
36764 \end_inset
36765
36766 Hola
36767 \end_layout
36768
36769 \end_inset
36770
36771 .
36772 \end_layout
36773
36774 \begin_layout Standard
36775
36776 \series bold
36777 1
36778 \series default
36779  para 
36780 \family sans
36781 Factor-H
36782 \family default
36783  y 
36784 \series bold
36785 -1
36786 \series default
36787  para 
36788 \family sans
36789 Factor-V
36790 \family default
36791  refleja respecto a la línea: 
36792 \begin_inset Flex Scalebox
36793 status open
36794
36795 \begin_layout Plain Layout
36796 \begin_inset Argument 1
36797 status open
36798
36799 \begin_layout Plain Layout
36800 1
36801 \end_layout
36802
36803 \end_inset
36804
36805
36806 \begin_inset Argument 2
36807 status open
36808
36809 \begin_layout Plain Layout
36810 -1
36811 \end_layout
36812
36813 \end_inset
36814
36815 Hola
36816 \end_layout
36817
36818 \end_inset
36819
36820 .
36821 \end_layout
36822
36823 \begin_layout Standard
36824 El 
36825 \family sans
36826 Marco
36827 \begin_inset space ~
36828 \end_inset
36829
36830 reflejo
36831 \family default
36832  (menú
36833 \family sans
36834  Insertar\SpecialChar menuseparator
36835 Recuadro
36836 \begin_inset space ~
36837 \end_inset
36838
36839 personalizado\SpecialChar menuseparator
36840 Marco
36841 \begin_inset space ~
36842 \end_inset
36843
36844 reflejo
36845 \family default
36846 ) equivale a 
36847 \family sans
36848 Marco
36849 \begin_inset space ~
36850 \end_inset
36851
36852 escala
36853 \family default
36854  con 
36855 \series bold
36856 -1
36857 \series default
36858  para 
36859 \family sans
36860 Factor-H
36861 \family default
36862  y 
36863 \series bold
36864 1
36865 \series default
36866  para 
36867 \family sans
36868 Factor-V
36869 \family default
36870 .
36871 \end_layout
36872
36873 \begin_layout Standard
36874 \begin_inset Note Greyedout
36875 status open
36876
36877 \begin_layout Plain Layout
36878
36879 \series bold
36880 Nota:
36881 \series default
36882  Si 
36883 \family sans
36884 Factor-H
36885 \family default
36886  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36887  al ver/exportar
36888  el documento.
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \end_layout
36895
36896 \begin_layout Standard
36897 \begin_inset VSpace bigskip
36898 \end_inset
36899
36900 El 
36901 \family sans
36902 Marco
36903 \begin_inset space ~
36904 \end_inset
36905
36906 tamaño
36907 \family default
36908  (menú 
36909 \family sans
36910 Insertar\SpecialChar menuseparator
36911 Recuadro
36912 \begin_inset space ~
36913 \end_inset
36914
36915 personalizado\SpecialChar menuseparator
36916 Marco
36917 \begin_inset space ~
36918 \end_inset
36919
36920 tamaño
36921 \family default
36922 ) se usa para redimensionar el contenido a una anchura y altura dadas.
36923  El recuadro 
36924 \family sans
36925 Marco
36926 \begin_inset space ~
36927 \end_inset
36928
36929 tamaño
36930 \family default
36931  contiene el recuadro obligatorio 
36932 \family sans
36933 Ancho
36934 \family default
36935  y el opcional 
36936 \family sans
36937 Alto
36938 \family default
36939  (menú 
36940 \family sans
36941 Insertar\SpecialChar menuseparator
36942 Alto)
36943 \family default
36944 .
36945  En ellos se introducen respectivamente la anchura y la altura como cantidad
36946  y unidad.
36947  La lista de unidades disponibles es
36948 \begin_inset space ~
36949 \end_inset
36950
36951
36952 \begin_inset CommandInset ref
36953 LatexCommand ref
36954 reference "tab:Unidades"
36955
36956 \end_inset
36957
36958 .
36959  Si en uno de los recuadros hay un signo de exclamación, 
36960 \series bold
36961 !
36962 \series default
36963 , la escala mantiene la relación de las dimensiones originales del contenido
36964  del marco.
36965  Si no se usa el recuadro 
36966 \family sans
36967 Alto
36968 \family default
36969 , internamente se usará un signo de exclamación para la altura.
36970 \end_layout
36971
36972 \begin_layout Standard
36973
36974 \series bold
36975 2cm
36976 \series default
36977  de 
36978 \family sans
36979 Ancho
36980 \family default
36981  y 
36982 \series bold
36983 1cm
36984 \series default
36985  de 
36986 \family sans
36987 Alto
36988 \family default
36989  produce: 
36990 \begin_inset Flex Resizebox
36991 status open
36992
36993 \begin_layout Plain Layout
36994 \begin_inset Argument 1
36995 status open
36996
36997 \begin_layout Plain Layout
36998 2cm
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \begin_inset Argument 2
37005 status open
37006
37007 \begin_layout Plain Layout
37008 1cm
37009 \end_layout
37010
37011 \end_inset
37012
37013 Hola
37014 \end_layout
37015
37016 \end_inset
37017
37018
37019 \begin_inset Newline newline
37020 \end_inset
37021
37022
37023 \series bold
37024 2cm
37025 \series default
37026  de 
37027 \family sans
37028 Ancho
37029 \family default
37030  y 
37031 \series bold
37032 !
37033 \series default
37034  de 
37035 \family sans
37036 Alto
37037 \family default
37038  (o sin 
37039 \family sans
37040 Alto
37041 \family default
37042 ) produce: 
37043 \begin_inset Flex Resizebox
37044 status open
37045
37046 \begin_layout Plain Layout
37047 \begin_inset Argument 1
37048 status open
37049
37050 \begin_layout Plain Layout
37051 2cm
37052 \end_layout
37053
37054 \end_inset
37055
37056
37057 \begin_inset Argument 2
37058 status open
37059
37060 \begin_layout Plain Layout
37061 !
37062 \end_layout
37063
37064 \end_inset
37065
37066 Hola
37067 \end_layout
37068
37069 \end_inset
37070
37071
37072 \end_layout
37073
37074 \begin_layout Standard
37075 \begin_inset Note Greyedout
37076 status open
37077
37078 \begin_layout Plain Layout
37079
37080 \series bold
37081 Nota:
37082 \series default
37083  Si 
37084 \family sans
37085 Ancho
37086 \family default
37087  está vacío o contiene unidades no válidas habrá errores \SpecialChar LaTeX
37088  al ver/exportar
37089  el documento.
37090 \end_layout
37091
37092 \end_inset
37093
37094
37095 \end_layout
37096
37097 \begin_layout Standard
37098 \begin_inset VSpace bigskip
37099 \end_inset
37100
37101
37102 \end_layout
37103
37104 \begin_layout Standard
37105 Los marcos se pueden combinar en cualquier orden.
37106  Un ejemplo de 
37107 \family sans
37108 Marco
37109 \begin_inset space ~
37110 \end_inset
37111
37112 reflejo
37113 \family default
37114  dentro de un
37115 \family sans
37116  Marco
37117 \begin_inset space ~
37118 \end_inset
37119
37120 tamaño
37121 \family default
37122  girado en un 
37123 \family sans
37124 Marco
37125 \begin_inset space ~
37126 \end_inset
37127
37128 rotación
37129 \family default
37130 :
37131 \end_layout
37132
37133 \begin_layout Standard
37134 \noindent
37135 \align center
37136 \begin_inset Flex Rotatebox
37137 status open
37138
37139 \begin_layout Plain Layout
37140 \begin_inset Argument 1
37141 status open
37142
37143 \begin_layout Plain Layout
37144 origin=c
37145 \end_layout
37146
37147 \end_inset
37148
37149
37150 \begin_inset Argument 2
37151 status open
37152
37153 \begin_layout Plain Layout
37154 -45
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \begin_inset Flex Resizebox
37161 status open
37162
37163 \begin_layout Plain Layout
37164 \begin_inset Argument 1
37165 status open
37166
37167 \begin_layout Plain Layout
37168 2cm
37169 \end_layout
37170
37171 \end_inset
37172
37173
37174 \begin_inset Flex Reflectbox
37175 status open
37176
37177 \begin_layout Plain Layout
37178 Hola
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \end_inset
37187
37188
37189 \end_layout
37190
37191 \end_inset
37192
37193
37194 \end_layout
37195
37196 \begin_layout Standard
37197 \noindent
37198 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
37199 \end_layout
37200
37201 \begin_layout Standard
37202 \noindent
37203 \align center
37204 \begin_inset Flex Resizebox
37205 status open
37206
37207 \begin_layout Plain Layout
37208 \begin_inset Argument 1
37209 status open
37210
37211 \begin_layout Plain Layout
37212 2cm
37213 \end_layout
37214
37215 \end_inset
37216
37217
37218 \begin_inset Flex Reflectbox
37219 status open
37220
37221 \begin_layout Plain Layout
37222 \begin_inset Graphics
37223         filename ../clipart/platypus.eps
37224         lyxscale 50
37225         width 25col%
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \end_inset
37233
37234
37235 \end_layout
37236
37237 \end_inset
37238
37239  
37240 \begin_inset Flex Resizebox
37241 status open
37242
37243 \begin_layout Plain Layout
37244 \begin_inset Argument 1
37245 status open
37246
37247 \begin_layout Plain Layout
37248 2cm
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \begin_inset Flex Reflectbox
37255 status open
37256
37257 \begin_layout Plain Layout
37258 \begin_inset Tabular
37259 <lyxtabular version="3" rows="2" columns="2">
37260 <features tabularvalignment="middle">
37261 <column alignment="center" valignment="top">
37262 <column alignment="center" valignment="top">
37263 <row>
37264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268 q
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277 w
37278 \end_layout
37279
37280 \end_inset
37281 </cell>
37282 </row>
37283 <row>
37284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 e
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297 r
37298 \end_layout
37299
37300 \end_inset
37301 </cell>
37302 </row>
37303 </lyxtabular>
37304
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \end_inset
37311
37312
37313 \end_layout
37314
37315 \end_inset
37316
37317  
37318 \begin_inset Flex Resizebox
37319 status open
37320
37321 \begin_layout Plain Layout
37322 \begin_inset Argument 1
37323 status open
37324
37325 \begin_layout Plain Layout
37326 3cm
37327 \end_layout
37328
37329 \end_inset
37330
37331
37332 \begin_inset Flex Reflectbox
37333 status open
37334
37335 \begin_layout Plain Layout
37336 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37337 \end_inset
37338
37339
37340 \end_layout
37341
37342 \end_inset
37343
37344
37345 \end_layout
37346
37347 \end_inset
37348
37349
37350 \begin_inset Index idx
37351 status collapsed
37352
37353 \begin_layout Plain Layout
37354 Figuras ! a escala
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \begin_inset Index idx
37361 status collapsed
37362
37363 \begin_layout Plain Layout
37364 Cuadros ! a escala
37365 \end_layout
37366
37367 \end_inset
37368
37369
37370 \end_layout
37371
37372 \begin_layout Standard
37373 Si se usa el estilo global 
37374 \series bold
37375 fleqn
37376 \series default
37377  para las ecuaciones del documento,
37378 \begin_inset Foot
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382 Si «fleqn» se añade a las opciones de clase del documento.
37383 \end_layout
37384
37385 \end_inset
37386
37387  también se puede variar la escala de las ecuaciones en estilo presentación.
37388 \end_layout
37389
37390 \begin_layout Chapter
37391 Objetos envueltos en texto
37392 \begin_inset Index idx
37393 status collapsed
37394
37395 \begin_layout Plain Layout
37396 Envueltos en texto
37397 \end_layout
37398
37399 \end_inset
37400
37401
37402 \end_layout
37403
37404 \begin_layout Section
37405 Flotantes envueltos
37406 \begin_inset CommandInset label
37407 LatexCommand label
37408 name "sec:Flotantes-envueltos"
37409
37410 \end_inset
37411
37412
37413 \begin_inset Index idx
37414 status collapsed
37415
37416 \begin_layout Plain Layout
37417 Flotantes ! Envueltos
37418 \end_layout
37419
37420 \end_inset
37421
37422
37423 \begin_inset Index idx
37424 status collapsed
37425
37426 \begin_layout Plain Layout
37427 Envueltos en texto ! Flotantes
37428 \end_layout
37429
37430 \end_inset
37431
37432
37433 \end_layout
37434
37435 \begin_layout Standard
37436 \begin_inset Wrap figure
37437 lines 0
37438 placement l
37439 overhang 1cm
37440 width "40col%"
37441 status open
37442
37443 \begin_layout Plain Layout
37444 \begin_inset Graphics
37445         filename ../clipart/mobius.eps
37446         width 40col%
37447         rotateOrigin center
37448
37449 \end_inset
37450
37451
37452 \end_layout
37453
37454 \begin_layout Plain Layout
37455 \begin_inset Caption Standard
37456
37457 \begin_layout Plain Layout
37458 \begin_inset CommandInset label
37459 LatexCommand label
37460 name "fig:Envoltorio-de-figura"
37461
37462 \end_inset
37463
37464 Figura envuelta en el texto
37465 \end_layout
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \end_inset
37473
37474  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
37475  de modo que ocupe sólo una parte del ancho de columna.
37476  Se inserta con el menú 
37477 \family sans
37478 Insertar\SpecialChar menuseparator
37479 Flotante\SpecialChar menuseparator
37480 Figura
37481 \begin_inset space ~
37482 \end_inset
37483
37484 envuelta
37485 \family default
37486
37487 \begin_inset space \thinspace{}
37488 \end_inset
37489
37490 /
37491 \begin_inset space \thinspace{}
37492 \end_inset
37493
37494
37495 \family sans
37496 Cuadro
37497 \begin_inset space ~
37498 \end_inset
37499
37500 envuelto
37501 \family default
37502  si está instalado el paquete \SpecialChar LaTeX
37503  
37504 \series bold
37505 wrapfig
37506 \series default
37507
37508 \begin_inset Index idx
37509 status collapsed
37510
37511 \begin_layout Plain Layout
37512 \SpecialChar LaTeX
37513 -paquetes ! wrapfig
37514 \end_layout
37515
37516 \end_inset
37517
37518 .
37519 \begin_inset Foot
37520 status collapsed
37521
37522 \begin_layout Plain Layout
37523 La instalación de paquetes \SpecialChar LaTeX
37524  se explica en el manual 
37525 \emph on
37526 Configuración de \SpecialChar LaTeX
37527
37528 \emph default
37529 .
37530 \end_layout
37531
37532 \end_inset
37533
37534  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
37535  con clic derecho sobre el cuadro del flotante.
37536  Son obligatorias la 
37537 \family sans
37538 Ubicación
37539 \family default
37540  y la 
37541 \family sans
37542 Anchura
37543 \family default
37544 .
37545  Son opcionales 
37546 \family sans
37547 Extensión al margen
37548 \family default
37549 , que especifica la anchura de invasión del margen, y 
37550 \family sans
37551 Extender
37552 \begin_inset space ~
37553 \end_inset
37554
37555 a
37556 \begin_inset space ~
37557 \end_inset
37558
37559 líneas
37560 \family default
37561 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
37562  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
37563  opción sólo si encuentras problemas en la colocación del flotante.
37564  Además puedes decidir si permitir que \SpecialChar LaTeX
37565  deje flotar el flotante dentro del
37566  párrafo o en los párrafos adyacentes.
37567  La figura
37568 \begin_inset space ~
37569 \end_inset
37570
37571
37572 \begin_inset CommandInset ref
37573 LatexCommand ref
37574 reference "fig:Envoltorio-de-figura"
37575
37576 \end_inset
37577
37578  es un ejemplo de envoltorio con una anchura de columna del 40
37579 \begin_inset space \thinspace{}
37580 \end_inset
37581
37582 %, ubicado a la izquierda y 1
37583 \begin_inset space \thinspace{}
37584 \end_inset
37585
37586 cm de invasión de margen.
37587 \end_layout
37588
37589 \begin_layout Standard
37590 \begin_inset Note Greyedout
37591 status open
37592
37593 \begin_layout Plain Layout
37594
37595 \series bold
37596 Nota:
37597 \series default
37598  ¡Los flotantes envueltos son frágiles! P.
37599 \begin_inset space \thinspace{}
37600 \end_inset
37601
37602 ej.
37603 \begin_inset space ~
37604 \end_inset
37605
37606 si una figura está demasiado cerca de la parte inferior de la página se
37607  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
37608  o situarse junto a otro texto.
37609 \end_layout
37610
37611 \end_inset
37612
37613
37614 \end_layout
37615
37616 \begin_layout Standard
37617 En general:
37618 \end_layout
37619
37620 \begin_layout Itemize
37621 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
37622  salto de página.
37623  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
37624  esté casi listo y puedas prever los saltos de página.
37625 \end_layout
37626
37627 \begin_layout Itemize
37628 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
37629  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
37630 \end_layout
37631
37632 \begin_layout Itemize
37633 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
37634  que procura que haya un párrafo de texto entre ellos.
37635 \end_layout
37636
37637 \begin_layout Itemize
37638 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
37639 \end_layout
37640
37641 \begin_layout Itemize
37642 Su numeración y referencias funciona como se explica en el cap.
37643 \begin_inset space \thinspace{}
37644 \end_inset
37645
37646
37647 \begin_inset CommandInset ref
37648 LatexCommand ref
37649 reference "chap:Flotantes"
37650
37651 \end_inset
37652
37653 .
37654 \end_layout
37655
37656 \begin_layout Section
37657 Objetos fijos envueltos
37658 \begin_inset Index idx
37659 status collapsed
37660
37661 \begin_layout Plain Layout
37662 Envueltos en texto ! Objetos fijos
37663 \end_layout
37664
37665 \end_inset
37666
37667
37668 \end_layout
37669
37670 \begin_layout Standard
37671 Los flotantes envueltos, descritos en la sec.
37672 \begin_inset space \thinspace{}
37673 \end_inset
37674
37675
37676 \begin_inset CommandInset ref
37677 LatexCommand ref
37678 reference "sec:Flotantes-envueltos"
37679
37680 \end_inset
37681
37682  , tienen estas posiciones en el párrafo:
37683 \end_layout
37684
37685 \begin_layout Standard
37686 \noindent
37687 \align center
37688 \begin_inset Tabular
37689 <lyxtabular version="3" rows="2" columns="2">
37690 <features tabularvalignment="middle">
37691 <column alignment="center" valignment="top">
37692 <column alignment="center" valignment="top">
37693 <row>
37694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37695 \begin_inset Text
37696
37697 \begin_layout Plain Layout
37698 \begin_inset Info
37699 type  "icon"
37700 arg   "dialog-show-new-inset graphics"
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 texto
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 </row>
37718 <row>
37719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37720 \begin_inset Text
37721
37722 \begin_layout Plain Layout
37723 texto
37724 \end_layout
37725
37726 \end_inset
37727 </cell>
37728 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 texto
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 </row>
37738 </lyxtabular>
37739
37740 \end_inset
37741
37742  y 
37743 \begin_inset Tabular
37744 <lyxtabular version="3" rows="2" columns="2">
37745 <features tabularvalignment="middle">
37746 <column alignment="center" valignment="top">
37747 <column alignment="center" valignment="top">
37748 <row>
37749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37750 \begin_inset Text
37751
37752 \begin_layout Plain Layout
37753 texto
37754 \end_layout
37755
37756 \end_inset
37757 </cell>
37758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37759 \begin_inset Text
37760
37761 \begin_layout Plain Layout
37762 \begin_inset Info
37763 type  "icon"
37764 arg   "dialog-show-new-inset graphics"
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 </row>
37773 <row>
37774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 texto
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787 texto
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 </row>
37793 </lyxtabular>
37794
37795 \end_inset
37796
37797
37798 \end_layout
37799
37800 \begin_layout Standard
37801 Para colocar un objeto exactamente en la posición en la que se inserta,
37802  por ejemplo una de estas:
37803 \begin_inset VSpace defskip
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \begin_layout Standard
37810 \noindent
37811 \align center
37812 \begin_inset Tabular
37813 <lyxtabular version="3" rows="2" columns="2">
37814 <features tabularvalignment="middle">
37815 <column alignment="center" valignment="top">
37816 <column alignment="center" valignment="top">
37817 <row>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822 texto
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831 texto
37832 \end_layout
37833
37834 \end_inset
37835 </cell>
37836 </row>
37837 <row>
37838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37839 \begin_inset Text
37840
37841 \begin_layout Plain Layout
37842 \begin_inset Info
37843 type  "icon"
37844 arg   "dialog-show-new-inset graphics"
37845 \end_inset
37846
37847
37848 \end_layout
37849
37850 \end_inset
37851 </cell>
37852 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37853 \begin_inset Text
37854
37855 \begin_layout Plain Layout
37856 texto
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 </lyxtabular>
37863
37864 \end_inset
37865
37866  
37867 \begin_inset Tabular
37868 <lyxtabular version="3" rows="2" columns="2">
37869 <features tabularvalignment="middle">
37870 <column alignment="center" valignment="top">
37871 <column alignment="center" valignment="top">
37872 <row>
37873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37874 \begin_inset Text
37875
37876 \begin_layout Plain Layout
37877 texto
37878 \end_layout
37879
37880 \end_inset
37881 </cell>
37882 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886 texto
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 </row>
37892 <row>
37893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37894 \begin_inset Text
37895
37896 \begin_layout Plain Layout
37897 texto
37898 \end_layout
37899
37900 \end_inset
37901 </cell>
37902 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37903 \begin_inset Text
37904
37905 \begin_layout Plain Layout
37906 \begin_inset Info
37907 type  "icon"
37908 arg   "dialog-show-new-inset graphics"
37909 \end_inset
37910
37911
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 </row>
37917 </lyxtabular>
37918
37919 \end_inset
37920
37921  
37922 \begin_inset Tabular
37923 <lyxtabular version="3" rows="2" columns="3">
37924 <features tabularvalignment="middle">
37925 <column alignment="center" valignment="top">
37926 <column alignment="center" valignment="top">
37927 <column alignment="center" valignment="top">
37928 <row>
37929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933 texto
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942 \begin_inset Info
37943 type  "icon"
37944 arg   "dialog-show-new-inset graphics"
37945 \end_inset
37946
37947
37948 \end_layout
37949
37950 \end_inset
37951 </cell>
37952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956 texto
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 </row>
37962 <row>
37963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37964 \begin_inset Text
37965
37966 \begin_layout Plain Layout
37967 texto
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 texto
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37982 \begin_inset Text
37983
37984 \begin_layout Plain Layout
37985 texto
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 </row>
37991 </lyxtabular>
37992
37993 \end_inset
37994
37995  
37996 \begin_inset Tabular
37997 <lyxtabular version="3" rows="2" columns="3">
37998 <features tabularvalignment="middle">
37999 <column alignment="center" valignment="top">
38000 <column alignment="center" valignment="top">
38001 <column alignment="center" valignment="top">
38002 <row>
38003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38004 \begin_inset Text
38005
38006 \begin_layout Plain Layout
38007 texto
38008 \end_layout
38009
38010 \end_inset
38011 </cell>
38012 <cell alignment="center" valignment="top" topline="true" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016 texto
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025 texto
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 </row>
38031 <row>
38032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036 texto
38037 \end_layout
38038
38039 \end_inset
38040 </cell>
38041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 \begin_inset Info
38046 type  "icon"
38047 arg   "dialog-show-new-inset graphics"
38048 \end_inset
38049
38050
38051 \end_layout
38052
38053 \end_inset
38054 </cell>
38055 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38056 \begin_inset Text
38057
38058 \begin_layout Plain Layout
38059 texto
38060 \end_layout
38061
38062 \end_inset
38063 </cell>
38064 </row>
38065 </lyxtabular>
38066
38067 \end_inset
38068
38069
38070 \end_layout
38071
38072 \begin_layout Standard
38073 \noindent
38074 \align center
38075 \begin_inset Tabular
38076 <lyxtabular version="3" rows="3" columns="2">
38077 <features tabularvalignment="middle">
38078 <column alignment="center" valignment="top">
38079 <column alignment="center" valignment="top">
38080 <row>
38081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38082 \begin_inset Text
38083
38084 \begin_layout Plain Layout
38085 texto
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094 texto
38095 \end_layout
38096
38097 \end_inset
38098 </cell>
38099 </row>
38100 <row>
38101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38102 \begin_inset Text
38103
38104 \begin_layout Plain Layout
38105 \begin_inset Info
38106 type  "icon"
38107 arg   "dialog-show-new-inset graphics"
38108 \end_inset
38109
38110
38111 \end_layout
38112
38113 \end_inset
38114 </cell>
38115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38116 \begin_inset Text
38117
38118 \begin_layout Plain Layout
38119 texto
38120 \end_layout
38121
38122 \end_inset
38123 </cell>
38124 </row>
38125 <row>
38126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38127 \begin_inset Text
38128
38129 \begin_layout Plain Layout
38130 texto
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139 texto
38140 \end_layout
38141
38142 \end_inset
38143 </cell>
38144 </row>
38145 </lyxtabular>
38146
38147 \end_inset
38148
38149  
38150 \begin_inset Tabular
38151 <lyxtabular version="3" rows="3" columns="3">
38152 <features tabularvalignment="middle">
38153 <column alignment="center" valignment="top">
38154 <column alignment="center" valignment="top">
38155 <column alignment="center" valignment="top">
38156 <row>
38157 <cell alignment="center" valignment="top" topline="true" leftline="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" topline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38176 \begin_inset Text
38177
38178 \begin_layout Plain Layout
38179 texto
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 </row>
38185 <row>
38186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 texto
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 <cell alignment="center" valignment="top" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199 \begin_inset Info
38200 type  "icon"
38201 arg   "dialog-show-new-inset graphics"
38202 \end_inset
38203
38204
38205 \end_layout
38206
38207 \end_inset
38208 </cell>
38209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38210 \begin_inset Text
38211
38212 \begin_layout Plain Layout
38213 texto
38214 \end_layout
38215
38216 \end_inset
38217 </cell>
38218 </row>
38219 <row>
38220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38221 \begin_inset Text
38222
38223 \begin_layout Plain Layout
38224 texto
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233 texto
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38239 \begin_inset Text
38240
38241 \begin_layout Plain Layout
38242 texto
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 </row>
38248 </lyxtabular>
38249
38250 \end_inset
38251
38252  
38253 \begin_inset Tabular
38254 <lyxtabular version="3" rows="3" columns="2">
38255 <features tabularvalignment="middle">
38256 <column alignment="center" valignment="top">
38257 <column alignment="center" valignment="top">
38258 <row>
38259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38260 \begin_inset Text
38261
38262 \begin_layout Plain Layout
38263 texto
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 texto
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 </row>
38278 <row>
38279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38280 \begin_inset Text
38281
38282 \begin_layout Plain Layout
38283 texto
38284 \end_layout
38285
38286 \end_inset
38287 </cell>
38288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292 \begin_inset Info
38293 type  "icon"
38294 arg   "dialog-show-new-inset graphics"
38295 \end_inset
38296
38297
38298 \end_layout
38299
38300 \end_inset
38301 </cell>
38302 </row>
38303 <row>
38304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38305 \begin_inset Text
38306
38307 \begin_layout Plain Layout
38308 texto
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317 texto
38318 \end_layout
38319
38320 \end_inset
38321 </cell>
38322 </row>
38323 </lyxtabular>
38324
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \begin_layout Standard
38331 \noindent
38332 puedes usar el paquete \SpecialChar LaTeX
38333  
38334 \series bold
38335 picinpar
38336 \series default
38337
38338 \begin_inset Index idx
38339 status collapsed
38340
38341 \begin_layout Plain Layout
38342 \SpecialChar LaTeX
38343 -paquetes ! picinpar
38344 \end_layout
38345
38346 \end_inset
38347
38348 .
38349  Aquí hay un ejemplo:
38350 \end_layout
38351
38352 \begin_layout Standard
38353 \begin_inset ERT
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357
38358
38359 \backslash
38360 ifpicinpar
38361 \end_layout
38362
38363 \end_inset
38364
38365
38366 \begin_inset Note Note
38367 status open
38368
38369 \begin_layout Plain Layout
38370 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38371  \SpecialChar LaTeX
38372  
38373 \series bold
38374 picinpar
38375 \series default
38376 .
38377 \end_layout
38378
38379 \end_inset
38380
38381
38382 \end_layout
38383
38384 \begin_layout Standard
38385 \begin_inset ERT
38386 status collapsed
38387
38388 \begin_layout Plain Layout
38389
38390
38391 \backslash
38392 begin{window}[2,c,{
38393 \end_layout
38394
38395 \end_inset
38396
38397
38398 \begin_inset Graphics
38399         filename ../clipart/mobius.eps
38400         lyxscale 60
38401         width 40col%
38402         scaleBeforeRotation
38403         rotateOrigin center
38404
38405 \end_inset
38406
38407
38408 \begin_inset ERT
38409 status collapsed
38410
38411 \begin_layout Plain Layout
38412
38413 },]
38414 \end_layout
38415
38416 \begin_layout Plain Layout
38417
38418 {}
38419 \end_layout
38420
38421 \end_inset
38422
38423
38424 \size small
38425 \lang english
38426 It was in the spring of the year 1894 that all London was interested, and
38427  the fashionable world dismayed, by the murder of the Honourable Ronald
38428  Adair under most unusual and inexplicable circumstances.
38429  The public has already learned those particulars of the crime which
38430 \size default
38431
38432 \begin_inset ERT
38433 status collapsed
38434
38435 \begin_layout Plain Layout
38436
38437
38438 \backslash
38439 footnotemark{}
38440 \end_layout
38441
38442 \end_inset
38443
38444
38445 \size small
38446  came out in the police investigation, but a good deal was suppressed upon
38447  that occasion, since the case for the prosecution was so overwhelmingly
38448  strong that it was not necessary to bring forward all the facts.
38449  Only now, at the end of nearly ten years, am I allowed to supply those
38450  missing links which make up the whole of that remarkable chain
38451 \lang spanish
38452 .
38453 \size default
38454
38455 \begin_inset ERT
38456 status collapsed
38457
38458 \begin_layout Plain Layout
38459
38460
38461 \backslash
38462 end{window}
38463 \end_layout
38464
38465 \end_inset
38466
38467
38468 \end_layout
38469
38470 \begin_layout Standard
38471 \begin_inset ERT
38472 status collapsed
38473
38474 \begin_layout Plain Layout
38475
38476
38477 \backslash
38478 footnotetext{
38479 \end_layout
38480
38481 \end_inset
38482
38483 Nota al pie del párrafo con el objeto fijo
38484 \begin_inset ERT
38485 status collapsed
38486
38487 \begin_layout Plain Layout
38488
38489 }
38490 \end_layout
38491
38492 \end_inset
38493
38494
38495 \end_layout
38496
38497 \begin_layout Standard
38498 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
38499  donde la posición del objeto en el párrafo se puede determinar por el número
38500  de líneas sobre él.
38501  A diferencia de los flotantes, no es posible tener leyendas numeradas.
38502 \end_layout
38503
38504 \begin_layout Standard
38505 Un objeto fijo se inserta añadiendo el comando
38506 \end_layout
38507
38508 \begin_layout Standard
38509
38510 \series bold
38511
38512 \backslash
38513 begin{window}[2,c,{
38514 \end_layout
38515
38516 \begin_layout Standard
38517 en código \SpecialChar TeX
38518  al principio del párrafo.
38519  El primer parámetro en el corchete, aquí '2', define el número de líneas
38520  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
38521  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
38522  Tras el comando se inserta el objeto.
38523  En este ejemplo se ha insertado una imagen con una anchura del 40
38524 \begin_inset space \thinspace{}
38525 \end_inset
38526
38527 % de la anchura de la columna de texto.
38528  El objeto también puede ser un cuadro, un marco o una ecuación.
38529  Detrás del objeto se inserta el comando
38530 \end_layout
38531
38532 \begin_layout Standard
38533
38534 \series bold
38535 },texto de la descripción]
38536 \begin_inset Newline newline
38537 \end_inset
38538
38539 {}
38540 \end_layout
38541
38542 \begin_layout Standard
38543 Ten en cuenta que 
38544 \begin_inset Quotes eld
38545 \end_inset
38546
38547
38548 \series bold
38549 {}
38550 \series default
38551
38552 \begin_inset Quotes erd
38553 \end_inset
38554
38555  está en la segunda línea.
38556  El texto de la descripción es opcional.
38557  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
38558  debe empezar inmediatamente después de 
38559 \series bold
38560 {}
38561 \series default
38562 .
38563  Al final del párrafo inserta el comando:
38564 \end_layout
38565
38566 \begin_layout Standard
38567
38568 \series bold
38569
38570 \backslash
38571 end{window}
38572 \end_layout
38573
38574 \begin_layout Standard
38575 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
38576  de la manera habitual.
38577  Hay que usar el comando 
38578 \series bold
38579
38580 \backslash
38581 footnotemark
38582 \series default
38583  dentro del párrafo y fuera del comando 
38584 \series bold
38585
38586 \backslash
38587 footnotetext
38588 \series default
38589 , como se describe en la sec.
38590 \begin_inset space \thinspace{}
38591 \end_inset
38592
38593
38594 \begin_inset CommandInset ref
38595 LatexCommand ref
38596 reference "sec:Notas-al-pie"
38597
38598 \end_inset
38599
38600 .
38601 \end_layout
38602
38603 \begin_layout Standard
38604 \begin_inset ERT
38605 status collapsed
38606
38607 \begin_layout Plain Layout
38608
38609
38610 \backslash
38611 else
38612 \end_layout
38613
38614 \end_inset
38615
38616
38617 \begin_inset Note Note
38618 status open
38619
38620 \begin_layout Plain Layout
38621 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38622  
38623 \series bold
38624 picinpar
38625 \series default
38626 .
38627 \end_layout
38628
38629 \end_inset
38630
38631
38632 \end_layout
38633
38634 \begin_layout Standard
38635 Debes instalar el paquete \SpecialChar LaTeX
38636  
38637 \series bold
38638 picinpar
38639 \series default
38640  para ver la parte siguiente en la salida.
38641 \end_layout
38642
38643 \begin_layout Standard
38644 \begin_inset ERT
38645 status collapsed
38646
38647 \begin_layout Plain Layout
38648
38649
38650 \backslash
38651 fi
38652 \end_layout
38653
38654 \end_inset
38655
38656
38657 \end_layout
38658
38659 \begin_layout Section
38660 Letras capitales
38661 \begin_inset Index idx
38662 status collapsed
38663
38664 \begin_layout Plain Layout
38665 Letras capitales
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset Index idx
38672 status collapsed
38673
38674 \begin_layout Plain Layout
38675 Envueltos en texto ! Letras capitales
38676 \end_layout
38677
38678 \end_inset
38679
38680
38681 \end_layout
38682
38683 \begin_layout Standard
38684 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
38685
38686 \series bold
38687  lettrine
38688 \series default
38689
38690 \begin_inset Index idx
38691 status collapsed
38692
38693 \begin_layout Plain Layout
38694 \SpecialChar LaTeX
38695 -paquetes ! lettrine
38696 \end_layout
38697
38698 \end_inset
38699
38700  y habilitar el uso del módulo 
38701 \family sans
38702 Capitales
38703 \family default
38704  en el documento (menú 
38705 \family sans
38706 Documento\SpecialChar menuseparator
38707 Configuración\SpecialChar menuseparator
38708 Módulos
38709 \family default
38710 ).
38711  Para insertar una letra capital, usa el entorno 
38712 \family sans
38713 Capital
38714 \family default
38715 .
38716  Este entorno tiene un argumento obligatorio y dos opcionales.
38717  Los argumentos se insertan mediante el menú 
38718 \family sans
38719 Insertar
38720 \family default
38721 .
38722  El argumento obligatorio 
38723 \family sans
38724 Capital
38725 \family default
38726  contiene la(s) letra(s) capital(es), el argumento opcional 
38727 \family sans
38728 Resto
38729 \begin_inset space ~
38730 \end_inset
38731
38732 de
38733 \begin_inset space ~
38734 \end_inset
38735
38736 capital
38737 \family default
38738  contiene el resto de la palabra o del texto en capitales.
38739  El argumento 
38740 \family sans
38741 Opciones
38742 \family default
38743  contiene parámetros para modificar la letra capital.
38744  Véase la documentación de 
38745 \series bold
38746 lettrine
38747 \series default
38748
38749 \begin_inset CommandInset citation
38750 LatexCommand cite
38751 key "lettrine"
38752 literal "true"
38753
38754 \end_inset
38755
38756 , para más información sobre los parámetros disponibles.
38757  El estilo contiene el texto que rodeará a la capital.
38758  De esta forma, el estilo habitual es que la palabra cuya primera letra
38759  es la capital se imprima en 
38760 \noun on
38761 versalitas
38762 \noun default
38763 .
38764 \end_layout
38765
38766 \begin_layout Standard
38767 Aquí hay algunos ejemplos:
38768 \end_layout
38769
38770 \begin_layout Standard
38771 \begin_inset ERT
38772 status collapsed
38773
38774 \begin_layout Plain Layout
38775
38776
38777 \backslash
38778 iflettrine
38779 \end_layout
38780
38781 \end_inset
38782
38783
38784 \begin_inset Note Note
38785 status open
38786
38787 \begin_layout Plain Layout
38788 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38789  \SpecialChar LaTeX
38790  
38791 \series bold
38792 lettrine
38793 \series default
38794 .
38795 \end_layout
38796
38797 \end_inset
38798
38799
38800 \end_layout
38801
38802 \begin_layout Enumerate
38803 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
38804  
38805 \begin_inset Formula $\mathfrak{Fraktur}$
38806 \end_inset
38807
38808 :
38809 \end_layout
38810
38811 \begin_deeper
38812 \begin_layout Initial
38813 \begin_inset Argument 2
38814 status open
38815
38816 \begin_layout Plain Layout
38817 \begin_inset Formula $\mathfrak{I}$
38818 \end_inset
38819
38820
38821 \end_layout
38822
38823 \end_inset
38824
38825
38826 \begin_inset Argument 3
38827 status open
38828
38829 \begin_layout Plain Layout
38830 t
38831 \end_layout
38832
38833 \end_inset
38834
38835  
38836 \lang english
38837 was in the spring of the year 1894 that all London was interested, and the
38838  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38839  under most unusual and inexplicable circumstances.
38840  The public has already learned those particulars of the crime which came
38841  out in the police investigation, but a good deal was suppressed upon that
38842  occasion, since the case for the prosecution was so overwhelmingly strong
38843  that it was not necessary to bring forward all the facts.
38844 \lang spanish
38845
38846 \begin_inset Newpage newpage
38847 \end_inset
38848
38849
38850 \end_layout
38851
38852 \end_deeper
38853 \begin_layout Enumerate
38854 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
38855  y no se imprime nada en versalitas:
38856 \end_layout
38857
38858 \begin_deeper
38859 \begin_layout Initial
38860 \begin_inset Argument 1
38861 status open
38862
38863 \begin_layout Plain Layout
38864 lines=1
38865 \end_layout
38866
38867 \end_inset
38868
38869
38870 \begin_inset Argument 2
38871 status open
38872
38873 \begin_layout Plain Layout
38874 It
38875 \end_layout
38876
38877 \end_inset
38878
38879  
38880 \lang english
38881 was in the spring of the year 1894 that all London was interested, and the
38882  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38883  under most unusual and inexplicable circumstances.
38884  The public has already learned those particulars of the crime which came
38885  out in the police investigation, but a good deal was suppressed upon that
38886  occasion, since the case for the prosecution was so overwhelmingly strong
38887  that it was not necessary to bring forward all the facts.
38888 \end_layout
38889
38890 \end_deeper
38891 \begin_layout Enumerate
38892 Magenta, capital colgada sobre tres líneas en tipografía matemática
38893 \begin_inset Newline newline
38894 \end_inset
38895
38896
38897 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38898 \end_inset
38899
38900 , el texto 
38901 \begin_inset Quotes eld
38902 \end_inset
38903
38904 t was in the spring
38905 \begin_inset Quotes erd
38906 \end_inset
38907
38908  en 
38909 \noun on
38910 versalitas
38911 \noun default
38912 ; para colorear la capital, debes insertar este comando delante de ella:
38913 \begin_inset Newline newline
38914 \end_inset
38915
38916
38917 \series bold
38918
38919 \backslash
38920 renewcommand{
38921 \backslash
38922 LettrineFontHook}{
38923 \backslash
38924 color{color}}
38925 \series default
38926
38927 \begin_inset Newline newline
38928 \end_inset
38929
38930 donde el segundo 
38931 \emph on
38932 color
38933 \emph default
38934  puede ser 
38935 \begin_inset Quotes eld
38936 \end_inset
38937
38938 red
38939 \begin_inset Quotes erd
38940 \end_inset
38941
38942
38943 \begin_inset Quotes eld
38944 \end_inset
38945
38946 blue
38947 \begin_inset Quotes erd
38948 \end_inset
38949
38950
38951 \begin_inset Quotes eld
38952 \end_inset
38953
38954 green
38955 \begin_inset Quotes erd
38956 \end_inset
38957
38958
38959 \begin_inset Quotes eld
38960 \end_inset
38961
38962 yellow
38963 \begin_inset Quotes erd
38964 \end_inset
38965
38966
38967 \begin_inset Quotes eld
38968 \end_inset
38969
38970 cyan
38971 \begin_inset Quotes erd
38972 \end_inset
38973
38974
38975 \begin_inset Quotes eld
38976 \end_inset
38977
38978 magenta
38979 \begin_inset Quotes erd
38980 \end_inset
38981
38982
38983 \begin_inset Quotes eld
38984 \end_inset
38985
38986 black
38987 \begin_inset Quotes erd
38988 \end_inset
38989
38990  o 
38991 \begin_inset Quotes eld
38992 \end_inset
38993
38994 white
38995 \begin_inset Quotes erd
38996 \end_inset
38997
38998 , y añade este comando al preámbulo del documento:
38999 \begin_inset Newline newline
39000 \end_inset
39001
39002
39003 \series bold
39004
39005 \backslash
39006 @ifundefined{textcolor}
39007 \begin_inset Newline newline
39008 \end_inset
39009
39010
39011 \begin_inset space ~
39012 \end_inset
39013
39014 {
39015 \backslash
39016 usepackage{color}}{}
39017 \end_layout
39018
39019 \begin_deeper
39020 \begin_layout Standard
39021 \begin_inset ERT
39022 status collapsed
39023
39024 \begin_layout Plain Layout
39025
39026
39027 \backslash
39028 renewcommand{
39029 \backslash
39030 LettrineFontHook}{
39031 \backslash
39032 color{magenta}}
39033 \end_layout
39034
39035 \end_inset
39036
39037
39038 \begin_inset Note Note
39039 status open
39040
39041 \begin_layout Plain Layout
39042 pone la capital en magenta
39043 \end_layout
39044
39045 \end_inset
39046
39047
39048 \end_layout
39049
39050 \begin_layout Initial
39051 \begin_inset Argument 1
39052 status open
39053
39054 \begin_layout Plain Layout
39055 lines=3, lhang=0.33, loversize=0.25
39056 \end_layout
39057
39058 \end_inset
39059
39060
39061 \begin_inset Argument 2
39062 status open
39063
39064 \begin_layout Plain Layout
39065 \begin_inset Formula $\mathcal{I}$
39066 \end_inset
39067
39068
39069 \end_layout
39070
39071 \end_inset
39072
39073
39074 \begin_inset Argument 3
39075 status open
39076
39077 \begin_layout Plain Layout
39078
39079 \lang english
39080 t was in the spring
39081 \end_layout
39082
39083 \end_inset
39084
39085  
39086 \lang english
39087 of the year 1894 that all London was interested, and the fashionable world
39088  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39089  and inexplicable circumstances.
39090  The public has already learned those particulars of the crime which came
39091  out in the police investigation, but a good deal was suppressed upon that
39092  occasion, since the case for the prosecution was so overwhelmingly strong
39093  that it was not necessary to bring forward all the facts.
39094 \end_layout
39095
39096 \end_deeper
39097 \begin_layout Standard
39098 \begin_inset ERT
39099 status collapsed
39100
39101 \begin_layout Plain Layout
39102
39103
39104 \backslash
39105 else
39106 \end_layout
39107
39108 \end_inset
39109
39110
39111 \begin_inset Note Note
39112 status open
39113
39114 \begin_layout Plain Layout
39115 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
39116  
39117 \series bold
39118 lettrine
39119 \series default
39120 .
39121 \end_layout
39122
39123 \end_inset
39124
39125
39126 \end_layout
39127
39128 \begin_layout Standard
39129 Debes instalar el paquete \SpecialChar LaTeX
39130  
39131 \series bold
39132 lettrine
39133 \series default
39134  para ver la parte siguiente en la salida.
39135 \end_layout
39136
39137 \begin_layout Standard
39138 \begin_inset ERT
39139 status collapsed
39140
39141 \begin_layout Plain Layout
39142
39143
39144 \backslash
39145 fi
39146 \end_layout
39147
39148 \end_inset
39149
39150
39151 \end_layout
39152
39153 \begin_layout Chapter
39154 Archivos externos
39155 \begin_inset Index idx
39156 status collapsed
39157
39158 \begin_layout Plain Layout
39159 Archivos externos
39160 \end_layout
39161
39162 \end_inset
39163
39164
39165 \end_layout
39166
39167 \begin_layout Standard
39168 Con el menú 
39169 \family sans
39170 Insertar\SpecialChar menuseparator
39171 Archivo 
39172 \family default
39173 se pueden insertar archivos externos en un documento.
39174  Estos pueden ser:
39175 \end_layout
39176
39177 \begin_layout Description
39178 Documento
39179 \begin_inset space ~
39180 \end_inset
39181
39182 \SpecialChar LyX
39183  Otro documento \SpecialChar LyX
39184 ; su contenido se inserta directamente en tu documento.
39185 \end_layout
39186
39187 \begin_layout Description
39188 Texto
39189 \begin_inset space ~
39190 \end_inset
39191
39192 simple Un documento de texto; cada línea del mismo se inserta en tu documento
39193  como párrafo propio.
39194 \end_layout
39195
39196 \begin_layout Description
39197 Texto
39198 \begin_inset space ~
39199 \end_inset
39200
39201 simple,
39202 \begin_inset space ~
39203 \end_inset
39204
39205 unir
39206 \begin_inset space ~
39207 \end_inset
39208
39209 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
39210  Las líneas vacías generan un nuevo párrafo en tu documento.
39211 \end_layout
39212
39213 \begin_layout Description
39214 Material
39215 \begin_inset space ~
39216 \end_inset
39217
39218 externo Archivos en diversos formatos.
39219 \end_layout
39220
39221 \begin_layout Description
39222 Documento
39223 \begin_inset space ~
39224 \end_inset
39225
39226 hijo Documentos \SpecialChar LyX
39227 , \SpecialChar LaTeX
39228  o texto simple.
39229 \end_layout
39230
39231 \begin_layout Section
39232 Material externo
39233 \begin_inset Index idx
39234 status collapsed
39235
39236 \begin_layout Plain Layout
39237 Material externo
39238 \end_layout
39239
39240 \end_inset
39241
39242
39243 \end_layout
39244
39245 \begin_layout Standard
39246 Esta característica te permite insertar archivos en tu documento sin convertirlo
39247 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
39248  se ocupa de las
39249  necesarias conversiones.
39250  Esto es parecido a la inserción de imágenes en diversos formatos en los
39251  documentos \SpecialChar LyX
39252 .
39253  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
39254 ,
39255  en 
39256 \family sans
39257 Apariencia
39258 \family default
39259 \SpecialChar menuseparator
39260 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
39261  en \SpecialChar LyX
39262 .
39263 \end_layout
39264
39265 \begin_layout Standard
39266 El material externo se puede insertar mediante el diálogo que surge a partir
39267  del menú 
39268 \family sans
39269 Insertar\SpecialChar menuseparator
39270 Archivo\SpecialChar menuseparator
39271 Material
39272 \begin_inset space ~
39273 \end_inset
39274
39275 externo
39276 \family default
39277 .
39278  Actualmente se permiten los siguientes tipos de archivo (
39279 \family sans
39280 Plantillas
39281 \family default
39282 ):
39283 \end_layout
39284
39285 \begin_layout Description
39286 Diagrama
39287 \begin_inset space ~
39288 \end_inset
39289
39290 de
39291 \begin_inset space ~
39292 \end_inset
39293
39294 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
39295  con el programa 
39296 \series bold
39297
39298 \begin_inset CommandInset href
39299 LatexCommand href
39300 name "XBoard"
39301 target "http://es.wikipedia.org/wiki/XBoard"
39302 literal "false"
39303
39304 \end_inset
39305
39306
39307 \series default
39308 .
39309 \end_layout
39310
39311 \begin_layout Description
39312 Dia Esta plantilla soporta diagramas creados con el programa 
39313 \series bold
39314
39315 \begin_inset CommandInset href
39316 LatexCommand href
39317 name "Dia"
39318 target "http://es.wikipedia.org/wiki/Dia_(programa)"
39319 literal "false"
39320
39321 \end_inset
39322
39323
39324 \series default
39325 .
39326 \end_layout
39327
39328 \begin_layout Description
39329 Hoja
39330 \begin_inset space ~
39331 \end_inset
39332
39333 de
39334 \begin_inset space ~
39335 \end_inset
39336
39337 cálculo Esta plantilla permite insertar tablas/hojas de cálculo en los formatos
39338  
39339 \series bold
39340
39341 \begin_inset CommandInset href
39342 LatexCommand href
39343 name "Gnumeric"
39344 target "http://es.wikipedia.org/wiki/Gnumeric"
39345 literal "false"
39346
39347 \end_inset
39348
39349
39350 \series default
39351
39352 \begin_inset CommandInset href
39353 LatexCommand href
39354 name "OpenDocument"
39355 target "http://es.wikipedia.org/wiki/OpenDocument"
39356 literal "false"
39357
39358 \end_inset
39359
39360
39361 \begin_inset CommandInset href
39362 LatexCommand href
39363 name "Microsoft Office XML"
39364 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
39365 literal "false"
39366
39367 \end_inset
39368
39369  y 
39370 \begin_inset CommandInset href
39371 LatexCommand href
39372 name "Office Open XML"
39373 target "http://es.wikipedia.org/wiki/Office_Open_XML"
39374 literal "false"
39375
39376 \end_inset
39377
39378 .
39379  Para que esto funcione \SpecialChar LyX
39380  debe haber encontrado el programa 
39381 \family typewriter
39382 ssconvert
39383 \family default
39384  durante su configuración.
39385  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
39386  las tablas no estén en el formato de Gnumeric.
39387  Echa un vistazo al archivo de ejemplo 
39388 \emph on
39389 spreadsheet.lyx
39390 \emph default
39391  para ver ejemplos de uso y posibles limitaciones.
39392 \end_layout
39393
39394 \begin_layout Description
39395 Fecha Esta inserta la fecha en el formato 
39396 \emph on
39397 Día-Mes-Año.
39398
39399 \emph default
39400  A continuación hay una fecha insertada como material externo: 
39401 \begin_inset ERT
39402 status collapsed
39403
39404 \begin_layout Plain Layout
39405
39406
39407 \backslash
39408 today 
39409 \end_layout
39410
39411 \end_inset
39412
39413
39414 \begin_inset space ~
39415 \end_inset
39416
39417
39418 \begin_inset Note Note
39419 status collapsed
39420
39421 \begin_layout Plain Layout
39422 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
39423 \end_layout
39424
39425 \end_inset
39426
39427
39428 \begin_inset Newline newline
39429 \end_inset
39430
39431 La fecha no se muestra en \SpecialChar LyX
39432 , sólo en la salida.
39433  Hay otros dos métodos de insertar una fecha, con el menú 
39434 \family sans
39435 Insertar\SpecialChar menuseparator
39436 Fecha
39437 \family default
39438  y con el comando \SpecialChar LaTeX
39439  
39440 \series bold
39441
39442 \backslash
39443 today
39444 \series default
39445  en código \SpecialChar TeX
39446 .
39447  Los distintos métodos se comparan en el cuadro
39448 \begin_inset space ~
39449 \end_inset
39450
39451
39452 \begin_inset CommandInset ref
39453 LatexCommand ref
39454 reference "tab:Comparación-de"
39455
39456 \end_inset
39457
39458 .
39459 \end_layout
39460
39461 \begin_layout Description
39462 Tipografía
39463 \begin_inset space ~
39464 \end_inset
39465
39466 musical
39467 \begin_inset space ~
39468 \end_inset
39469
39470 Lilypond Esta plantilla sirve para tipografiar notación musical con el programa
39471 \begin_inset Newline linebreak
39472 \end_inset
39473
39474
39475 \series bold
39476
39477 \begin_inset CommandInset href
39478 LatexCommand href
39479 name "LilyPond"
39480 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
39481 literal "false"
39482
39483 \end_inset
39484
39485
39486 \series default
39487 .
39488  Echa un vistazo al archivo de ejemplo
39489 \emph on
39490  lilypond.lyx
39491 \emph default
39492  para más información sobre el soporte de \SpecialChar LyX
39493  a LilyPond.
39494 \end_layout
39495
39496 \begin_layout Description
39497 Páginas
39498 \begin_inset space ~
39499 \end_inset
39500
39501 PDF Con esta plantilla puedes insertar documentos PDF en tu documento.
39502  Para insertar algunas o todas las páginas de un documento PDF, utiliza
39503  la opción 
39504 \series bold
39505 pages
39506 \series default
39507  en el campo 
39508 \family sans
39509 Opción
39510 \family default
39511  de la pestaña 
39512 \family sans
39513 Opciones de \SpecialChar LaTeX
39514  y \SpecialChar LyX
39515
39516 \family default
39517 .
39518  El argumento de esta opción es una lista separada con comas que contiene
39519  números de páginas (opción 
39520 \series bold
39521 pages={3,5,6,8}
39522 \series default
39523 ), rangos de números de páginas (
39524 \series bold
39525 pages={4-9}
39526 \series default
39527 ) o cualquier combinación.
39528  Para insertar páginas vacías usa {}.
39529  Por ej.,
39530 \begin_inset space ~
39531 \end_inset
39532
39533
39534 \series bold
39535 pages={3,{},8-11,15}
39536 \series default
39537  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
39538  Los rangos de páginas se especifican según el esquema 
39539 \emph on
39540 inicial
39541 \emph default
39542 -
39543 \emph on
39544 final.
39545
39546 \emph default
39547  Así se seleccionan todas las páginas desde 
39548 \emph on
39549 inicial
39550 \emph default
39551  a 
39552 \emph on
39553 final
39554 \emph default
39555 .
39556  Si se omite 
39557 \emph on
39558 inicial
39559 \emph default
39560  comienza en la primera página; si se omite 
39561 \emph on
39562 final
39563 \emph default
39564  termina en la última.
39565  La última página también se puede seleccionar con la clave 
39566 \series bold
39567 last
39568 \series default
39569 .
39570  (Solo está permitido en rangos de páginas).
39571  Así, 
39572 \series bold
39573 pages=-
39574 \series default
39575  insertará todas las páginas del documento y 
39576 \series bold
39577 pages=last-1
39578 \series default
39579  insertará todas las páginas en orden inverso.
39580  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
39581 \begin_inset Newline newline
39582 \end_inset
39583
39584 La opción 
39585 \series bold
39586 noautoscale
39587 \series default
39588  inserta las páginas a tamaño original; si esta opción no se especifica,
39589  el tamaño de las páginas se adaptará a la anchura de página del documento.
39590  En la pestaña 
39591 \family sans
39592 Tamaño y rotación
39593 \family default
39594  se puede especificar la anchura, la altura y la rotación de las páginas
39595  introducidas.
39596  Si se usa una anchura distinta de 100
39597 \begin_inset space \thinspace{}
39598 \end_inset
39599
39600 % Escala, la opción 
39601 \series bold
39602 noautoscale
39603 \series default
39604  será ignorada.
39605  Para más información y otras opciones posibles, consulta la documentación
39606  del paquete \SpecialChar LaTeX
39607  
39608 \series bold
39609 pdfpages
39610 \series default
39611  
39612 \begin_inset CommandInset citation
39613 LatexCommand cite
39614 key "pdfpages"
39615 literal "true"
39616
39617 \end_inset
39618
39619 .
39620 \begin_inset Index idx
39621 status collapsed
39622
39623 \begin_layout Plain Layout
39624 \SpecialChar LaTeX
39625 -paquetes ! pdfpages
39626 \end_layout
39627
39628 \end_inset
39629
39630
39631 \begin_inset Newline newline
39632 \end_inset
39633
39634 Para usar esta plantilla en una presentación 
39635 \family sans
39636 Beamer
39637 \family default
39638 , hay que insertar primero un entorno 
39639 \family sans
39640 Fin de fotograma
39641 \family default
39642  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
39643  con el comando 
39644 \series bold
39645
39646 \backslash
39647 setbeamertemplate{background canvas}{}
39648 \series default
39649 .
39650  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
39651  como quieras.
39652  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
39653  comenzando una nueva diapositiva o una nueva sección.
39654  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
39655  usar alineación 
39656 \family sans
39657 Predeterminada
39658 \family default
39659  para el párrafo que contiene la plantilla.
39660 \begin_inset Newline newline
39661 \end_inset
39662
39663 Un PDF incluido girado -5°: 
39664 \begin_inset External
39665         template PDFPages
39666         filename ../clipart/Abstract.pdf
39667         extra LaTeX "noautoscale, pages=-"
39668         rotateAngle -5
39669         rotateOrigin bottomleft
39670
39671 \end_inset
39672
39673
39674 \end_layout
39675
39676 \begin_layout Description
39677 Imagen
39678 \begin_inset space ~
39679 \end_inset
39680
39681 mapa
39682 \begin_inset space ~
39683 \end_inset
39684
39685 de
39686 \begin_inset space ~
39687 \end_inset
39688
39689 bits Sirve para insertar imágenes bitmap.
39690  Las imágenes se pueden tratar en el diálogo 
39691 \family sans
39692 Material Externo
39693 \family default
39694  como las que habitualmente se incluyen mediante el diálogo 
39695 \family sans
39696 Gráficos
39697 \family default
39698 , tal como se explica en la sección
39699 \begin_inset space ~
39700 \end_inset
39701
39702
39703 \begin_inset CommandInset ref
39704 LatexCommand ref
39705 reference "sec:Diálogo-Gráficos"
39706
39707 \end_inset
39708
39709 .
39710  Aquí se ha insertado una imagen 
39711 \emph on
39712 raster
39713 \emph default
39714
39715 \begin_inset External
39716         template RasterImage
39717         filename ../clipart/ToolbarEnvBox.png
39718
39719 \end_inset
39720
39721
39722 \end_layout
39723
39724 \begin_layout Description
39725 Gráficos
39726 \begin_inset space ~
39727 \end_inset
39728
39729 vectoriales Sirve para insertar gráficos vectoriales.
39730  Los gráficos se pueden tratar en el diálogo 
39731 \family sans
39732 Material Externo
39733 \family default
39734  como las que habitualmente se incluyen mediante el diálogo 
39735 \family sans
39736 Gráficos
39737 \family default
39738 , tal como se explica en la sección
39739 \begin_inset space ~
39740 \end_inset
39741
39742
39743 \begin_inset CommandInset ref
39744 LatexCommand ref
39745 reference "sec:Diálogo-Gráficos"
39746
39747 \end_inset
39748
39749 .
39750  Aquí una imagen vectorial insertada: 
39751 \begin_inset External
39752         template VectorGraphics
39753         filename ../clipart/SVG-Drawing.svg
39754         lyxscale 50
39755         scale 33
39756
39757 \end_inset
39758
39759
39760 \end_layout
39761
39762 \begin_layout Description
39763 Figura
39764 \begin_inset space ~
39765 \end_inset
39766
39767 Xfig Esta plantilla soporta imágenes creadas con el programa 
39768 \series bold
39769
39770 \begin_inset CommandInset href
39771 LatexCommand href
39772 name "Xfig"
39773 target "http://en.wikipedia.org/wiki/Xfig"
39774 literal "false"
39775
39776 \end_inset
39777
39778
39779 \series default
39780 .
39781 \end_layout
39782
39783 \begin_layout Standard
39784 \begin_inset Float table
39785 placement !h
39786 wide false
39787 sideways false
39788 status open
39789
39790 \begin_layout Plain Layout
39791 \begin_inset Caption Standard
39792
39793 \begin_layout Plain Layout
39794 \begin_inset CommandInset label
39795 LatexCommand label
39796 name "tab:Comparación-de"
39797
39798 \end_inset
39799
39800 Comparación de los métodos de inserción de fecha.
39801 \end_layout
39802
39803 \end_inset
39804
39805
39806 \end_layout
39807
39808 \begin_layout Plain Layout
39809 \align center
39810 \begin_inset Tabular
39811 <lyxtabular version="3" rows="4" columns="4">
39812 <features tabularvalignment="middle">
39813 <column alignment="center" valignment="top">
39814 <column alignment="center" valignment="top">
39815 <column alignment="center" valignment="top">
39816 <column alignment="center" valignment="top">
39817 <row>
39818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39819 \begin_inset Text
39820
39821 \begin_layout Plain Layout
39822 Documento
39823 \end_layout
39824
39825 \end_inset
39826 </cell>
39827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39828 \begin_inset Text
39829
39830 \begin_layout Plain Layout
39831
39832 \family sans
39833 Material externo\SpecialChar menuseparator
39834 Fecha
39835 \end_layout
39836
39837 \end_inset
39838 </cell>
39839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39840 \begin_inset Text
39841
39842 \begin_layout Plain Layout
39843
39844 \family sans
39845 Insertar\SpecialChar menuseparator
39846 Fecha
39847 \end_layout
39848
39849 \end_inset
39850 </cell>
39851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39852 \begin_inset Text
39853
39854 \begin_layout Plain Layout
39855 comando 
39856 \series bold
39857
39858 \backslash
39859 today
39860 \end_layout
39861
39862 \end_inset
39863 </cell>
39864 </row>
39865 <row>
39866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39867 \begin_inset Text
39868
39869 \begin_layout Plain Layout
39870 \SpecialChar LyX
39871
39872 \end_layout
39873
39874 \end_inset
39875 </cell>
39876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39877 \begin_inset Text
39878
39879 \begin_layout Plain Layout
39880 como recuadro
39881 \end_layout
39882
39883 \end_inset
39884 </cell>
39885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39886 \begin_inset Text
39887
39888 \begin_layout Plain Layout
39889 como fecha
39890 \end_layout
39891
39892 \end_inset
39893 </cell>
39894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39895 \begin_inset Text
39896
39897 \begin_layout Plain Layout
39898 como cuadro código \SpecialChar TeX
39899
39900 \end_layout
39901
39902 \end_inset
39903 </cell>
39904 </row>
39905 <row>
39906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39907 \begin_inset Text
39908
39909 \begin_layout Plain Layout
39910 \SpecialChar LaTeX
39911
39912 \end_layout
39913
39914 \end_inset
39915 </cell>
39916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39917 \begin_inset Text
39918
39919 \begin_layout Plain Layout
39920 como fecha
39921 \end_layout
39922
39923 \end_inset
39924 </cell>
39925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39926 \begin_inset Text
39927
39928 \begin_layout Plain Layout
39929 como fecha
39930 \end_layout
39931
39932 \end_inset
39933 </cell>
39934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39935 \begin_inset Text
39936
39937 \begin_layout Plain Layout
39938 como comando
39939 \end_layout
39940
39941 \end_inset
39942 </cell>
39943 </row>
39944 <row>
39945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39946 \begin_inset Text
39947
39948 \begin_layout Plain Layout
39949 DVI, PDF, PS
39950 \end_layout
39951
39952 \end_inset
39953 </cell>
39954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39955 \begin_inset Text
39956
39957 \begin_layout Plain Layout
39958 como fecha
39959 \end_layout
39960
39961 \end_inset
39962 </cell>
39963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39964 \begin_inset Text
39965
39966 \begin_layout Plain Layout
39967 como fecha
39968 \end_layout
39969
39970 \end_inset
39971 </cell>
39972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39973 \begin_inset Text
39974
39975 \begin_layout Plain Layout
39976 como fecha
39977 \end_layout
39978
39979 \end_inset
39980 </cell>
39981 </row>
39982 </lyxtabular>
39983
39984 \end_inset
39985
39986
39987 \end_layout
39988
39989 \end_inset
39990
39991
39992 \end_layout
39993
39994 \begin_layout Standard
39995 Si utilizas la opción 
39996 \family sans
39997 Borrador
39998 \family default
39999  en la solapa 
40000 \family sans
40001 Archivo
40002 \family default
40003  del diálogo 
40004 \family sans
40005 Material Externo
40006 \family default
40007 , en el documento de salida sólo se muestra la ruta al archivo insertado.
40008 \family sans
40009
40010 \begin_inset Newline newline
40011 \end_inset
40012
40013
40014 \family default
40015 El material externo se muestra en \SpecialChar LyX
40016  como un recuadro del tipo:
40017 \family sans
40018  
40019 \family default
40020
40021 \begin_inset Graphics
40022         filename clipart/MaterialExterno.png
40023         scale 95
40024
40025 \end_inset
40026
40027  o como imagen, dependiendo de si se marca la opción 
40028 \family sans
40029 Mostrar en LyX 
40030 \family default
40031 de la pestaña 
40032 \family sans
40033 Opciones de LaTeX y LyX
40034 \family default
40035  del diálogo
40036 \family sans
40037 .
40038 \end_layout
40039
40040 \begin_layout Standard
40041 En el manual 
40042 \emph on
40043 Personalización
40044 \emph default
40045  se explica cómo definir tus propias plantillas.
40046 \end_layout
40047
40048 \begin_layout Standard
40049 \begin_inset Newpage newpage
40050 \end_inset
40051
40052
40053 \end_layout
40054
40055 \begin_layout Section
40056 Documento hijo
40057 \begin_inset CommandInset label
40058 LatexCommand label
40059 name "sec:Documento-Hijo"
40060
40061 \end_inset
40062
40063
40064 \begin_inset Index idx
40065 status collapsed
40066
40067 \begin_layout Plain Layout
40068 Documento hijo
40069 \end_layout
40070
40071 \end_inset
40072
40073
40074 \end_layout
40075
40076 \begin_layout Standard
40077 Los documentos hijos se emplean en el caso de tener un documento extenso
40078  compuesto por varias partes o secciones más grandes.
40079  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
40080  en varios archivos que pueden ser revisados por separado.
40081  Estos archivos se conocen como documentos hijos, y el llamado documento
40082  maestro los conecta con el fin de imprimirlos como un todo o por partes.
40083  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
40084  \SpecialChar LaTeX
40085 , la bibliografía y las etiquetas de las referencias cruzadas.
40086 \end_layout
40087
40088 \begin_layout Standard
40089 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
40090  en el menú 
40091 \family sans
40092 Documento\SpecialChar menuseparator
40093 Configuración\SpecialChar menuseparator
40094 Clase del documento
40095 \family default
40096  del documento hijo especifica el documento maestro predeterminado.
40097  Este maestro será usado entonces por \SpecialChar LyX
40098  en un segundo plano cuando edites
40099  el documento hijo.
40100 \end_layout
40101
40102 \begin_layout Standard
40103 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
40104  como
40105  recuadros del tipo: 
40106 \begin_inset Graphics
40107         filename clipart/DocumentoHijo.png
40108         scale 95
40109
40110 \end_inset
40111
40112 .
40113  Para incluir documentos hijos en un documento maestro utiliza el menú 
40114 \family sans
40115 Insertar
40116 \family default
40117 \SpecialChar menuseparator
40118
40119 \family sans
40120 Archivo
40121 \family default
40122 \SpecialChar menuseparator
40123
40124 \family sans
40125 Documento
40126 \begin_inset space ~
40127 \end_inset
40128
40129 hijo
40130 \family default
40131 .
40132  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
40133 \end_layout
40134
40135 \begin_layout Description
40136 Anexar Puedes incluir documentos \SpecialChar LyX
40137  y documentos \SpecialChar LaTeX
40138 .
40139  Al pulsar el botón 
40140 \family sans
40141 Editar
40142 \family default
40143  en el diálogo 
40144 \family sans
40145 Documento hijo
40146 \family default
40147 , los documentos incluidos se abrirán en una nueva solapa de archivo en
40148  la ventana de \SpecialChar LyX
40149  y así puedes modificarlos si quieres.
40150 \end_layout
40151
40152 \begin_layout Standard
40153 Aquí hay un archivo insertado con el método 
40154 \family sans
40155 Anexar
40156 \family default
40157
40158 \begin_inset CommandInset include
40159 LatexCommand include
40160 filename "DocumentoPostizo1.lyx"
40161
40162 \end_inset
40163
40164
40165 \end_layout
40166
40167 \begin_layout Standard
40168 La numeración de secciones tiene en cuenta las secciones de los archivos
40169  incluidos en el orden en que están insertados en el documento maestro.
40170  El documento incluido de ejemplo tiene una subsección que se numera como
40171  subsección de la presente sección.
40172  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
40173 \begin_inset space ~
40174 \end_inset
40175
40176
40177 \begin_inset CommandInset ref
40178 LatexCommand ref
40179 reference "subsec:Subsección-Externa-1"
40180
40181 \end_inset
40182
40183 .
40184 \end_layout
40185
40186 \begin_layout Standard
40187 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
40188  del documento maestro.
40189  Las ramas en los documentos hijos serán ignoradas por el documento maestro
40190  si éste no tiene una rama con el mismo nombre.
40191  Los documentos anexados se insertan comenzando una página nueva y acabando
40192  con un salto de página.
40193 \end_layout
40194
40195 \begin_layout Standard
40196 \begin_inset Note Greyedout
40197 status open
40198
40199 \begin_layout Plain Layout
40200
40201 \series bold
40202 Nota:
40203 \series default
40204  Si has incluido un archivo \SpecialChar LyX
40205  o \SpecialChar LaTeX
40206  cuya clase de documento es distinta a la
40207  del documento maestro, recibirás una advertencia al exportar/ver el documento,
40208  ya que esto podría dar resultados inesperados.
40209 \end_layout
40210
40211 \end_inset
40212
40213
40214 \end_layout
40215
40216 \begin_layout Description
40217 Incorporar Este método es muy parecido al método 
40218 \family sans
40219 Anexar
40220 \family default
40221 .
40222  Las diferencias son:
40223 \end_layout
40224
40225 \begin_deeper
40226 \begin_layout Itemize
40227 Los archivos incorporados no comienzan en página nueva ni acaban con un
40228  salto de página.
40229 \end_layout
40230
40231 \begin_layout Itemize
40232 Los archivos incorporados pueden visualizar en \SpecialChar LyX
40233  si la 
40234 \family sans
40235 Vista
40236 \begin_inset space ~
40237 \end_inset
40238
40239 preliminar
40240 \begin_inset space ~
40241 \end_inset
40242
40243 inmediata 
40244 \family default
40245 está activada en el diálogo 
40246 \family sans
40247 Herramientas\SpecialChar menuseparator
40248 Preferencias
40249 \family default
40250 , apartado 
40251 \family sans
40252 Apariencia\SpecialChar menuseparator
40253 Visualización
40254 \family default
40255 .
40256 \end_layout
40257
40258 \begin_layout Itemize
40259 Los archivos incorporados no se pueden excluir mediante el menú 
40260 \family sans
40261 Documento\SpecialChar menuseparator
40262 Configuración\SpecialChar menuseparator
40263 Documentos hijo
40264 \family default
40265 .
40266 \end_layout
40267
40268 \end_deeper
40269 \begin_layout Standard
40270 Aquí hay un documento hijo insertado con el método 
40271 \family sans
40272 Incorporar
40273 \family default
40274 :
40275 \end_layout
40276
40277 \begin_layout Standard
40278 \begin_inset CommandInset include
40279 LatexCommand input
40280 filename "DocumentoPostizo2.lyx"
40281
40282 \end_inset
40283
40284
40285 \end_layout
40286
40287 \begin_layout Standard
40288 Aquí se inserta un documento hijo en modo 
40289 \emph on
40290 input
40291 \emph default
40292  como fuente de \SpecialChar LaTeX
40293 :
40294 \end_layout
40295
40296 \begin_layout Quote
40297 \begin_inset CommandInset include
40298 LatexCommand input
40299 filename "DocumentoTextoPostizo.txt"
40300
40301 \end_inset
40302
40303
40304 \end_layout
40305
40306 \begin_layout Description
40307 Literal Con este método se puede incluir cualquier archivo de texto.
40308  El archivo aparece en la salida con su código fuente, y si contiene comandos
40309  no se ejecutan.
40310  Con la opción 
40311 \family sans
40312 Marcar espacios en la salida
40313 \family default
40314  cada espacio en el código fuente se muestra en la salida con el carácter
40315  «
40316 \begin_inset ERT
40317 status collapsed
40318
40319 \begin_layout Plain Layout
40320
40321
40322 \backslash
40323 textvisiblespace
40324 \end_layout
40325
40326 \end_inset
40327
40328 ».
40329  La diferencia con el método de inserción mediante el menú 
40330 \family sans
40331 Insertar
40332 \family default
40333 \SpecialChar menuseparator
40334
40335 \family sans
40336 Archivo
40337 \family default
40338 \SpecialChar menuseparator
40339
40340 \family sans
40341 Texto
40342 \begin_inset space ~
40343 \end_inset
40344
40345 simple
40346 \family default
40347  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
40348 , mientras que en
40349  modo 
40350 \family sans
40351 Literal 
40352 \family default
40353 no se muestra el contenido, sino un recuadro con el nombre.
40354
40355 \family sans
40356  
40357 \end_layout
40358
40359 \begin_layout Standard
40360 Aquí se inserta un documento hijo en modo Literal:
40361 \begin_inset CommandInset include
40362 LatexCommand verbatiminput
40363 filename "DocumentoTextoPostizo.txt"
40364
40365 \end_inset
40366
40367
40368 \begin_inset VSpace bigskip
40369 \end_inset
40370
40371
40372 \end_layout
40373
40374 \begin_layout Standard
40375 Aquí se inserta un documento hijo en modo Literal con la opción 
40376 \family sans
40377 Marcar espacios en la salida
40378 \family default
40379 :
40380 \begin_inset CommandInset include
40381 LatexCommand verbatiminput*
40382 filename "DocumentoTextoPostizo.txt"
40383
40384 \end_inset
40385
40386
40387 \begin_inset VSpace bigskip
40388 \end_inset
40389
40390
40391 \end_layout
40392
40393 \begin_layout Standard
40394 \begin_inset Note Greyedout
40395 status open
40396
40397 \begin_layout Plain Layout
40398
40399 \series bold
40400 Nota:
40401 \series default
40402  Como puedes ver en los ejemplos anteriores, el texto de los documentos
40403  incluidos en modo 
40404 \family sans
40405 literal
40406 \family default
40407  no contiene saltos de línea, a no ser que se incluyan expresamente en el
40408  archivo de texto.
40409 \end_layout
40410
40411 \end_inset
40412
40413
40414 \end_layout
40415
40416 \begin_layout Description
40417 Listado
40418 \begin_inset space ~
40419 \end_inset
40420
40421 de
40422 \begin_inset space ~
40423 \end_inset
40424
40425 código Este tipo se describe en el capítulo
40426 \begin_inset space ~
40427 \end_inset
40428
40429
40430 \begin_inset CommandInset ref
40431 LatexCommand ref
40432 reference "cap:Listado-de-código"
40433
40434 \end_inset
40435
40436 .
40437 \end_layout
40438
40439 \begin_layout Standard
40440 \begin_inset Note Greyedout
40441 status open
40442
40443 \begin_layout Plain Layout
40444
40445 \series bold
40446 Nota:
40447 \series default
40448  Incluir el mismo documento dos veces con métodos diferentes podría causar
40449  problemas en \SpecialChar LaTeX
40450 .
40451 \end_layout
40452
40453 \end_inset
40454
40455
40456 \end_layout
40457
40458 \begin_layout Standard
40459 Si quieres ver o exportar solo determinados hijos del documento maestro,
40460  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
40461  individuales del libro, puedes excluir hijos en la salida.
40462  Esto se consigue mediante el menú 
40463 \family sans
40464 Documento\SpecialChar menuseparator
40465 Configuración\SpecialChar menuseparator
40466 Documento hijo
40467 \family default
40468 .
40469  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
40470  (esto solo funciona para documentos insertados mediante 
40471 \begin_inset Quotes cld
40472 \end_inset
40473
40474 Anexar
40475 \begin_inset Quotes crd
40476 \end_inset
40477
40478 , no con 
40479 \begin_inset Quotes cld
40480 \end_inset
40481
40482 Incorporar
40483 \begin_inset Quotes crd
40484 \end_inset
40485
40486 ).
40487  Si se marca la opción 
40488 \family sans
40489 Mantener contadores y referencias
40490 \family default
40491  \SpecialChar LyX
40492  garantiza que todos los números de página, referencias, etc., se respetan
40493  como si se procesara el documento completo.
40494  No obstante, \SpecialChar LyX
40495  tiene que procesar el documento entero en segundo plano para
40496  que esta característica funcione.
40497  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
40498  los contadores y referencias, desmarca esta casilla.
40499 \end_layout
40500
40501 \begin_layout Standard
40502 Alternativamente, se puede poner cada archivo incluido en una rama.
40503 \begin_inset Foot
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507 Las ramas se describen en la sección
40508 \emph on
40509  Ramas
40510 \emph default
40511  de la 
40512 \emph on
40513 Guía del usuario
40514 \emph default
40515  de \SpecialChar LyX
40516 .
40517 \end_layout
40518
40519 \end_inset
40520
40521  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
40522  aparecerán en la salida.
40523  Esto tiene la ventaja de que también funciona con hijos incluidos con 
40524 \begin_inset Quotes cld
40525 \end_inset
40526
40527 Incorporar
40528 \begin_inset Quotes crd
40529 \end_inset
40530
40531 .
40532  Sin embargo, los contadores y las referencias no se mantendrán usando este
40533  método.
40534 \end_layout
40535
40536 \begin_layout Chapter
40537 Listado de código
40538 \begin_inset CommandInset label
40539 LatexCommand label
40540 name "cap:Listado-de-código"
40541
40542 \end_inset
40543
40544
40545 \begin_inset Index idx
40546 status open
40547
40548 \begin_layout Plain Layout
40549 Listado de código
40550 \end_layout
40551
40552 \end_inset
40553
40554
40555 \begin_inset Index idx
40556 status open
40557
40558 \begin_layout Plain Layout
40559 Código de programa
40560 \end_layout
40561
40562 \end_inset
40563
40564
40565 \begin_inset Index idx
40566 status open
40567
40568 \begin_layout Plain Layout
40569 Flotantes ! Listado de código
40570 \end_layout
40571
40572 \end_inset
40573
40574
40575 \end_layout
40576
40577 \begin_layout Standard
40578 Para incluir y tipografiar código de programación puedes usar la opción
40579  de menú disponible en 
40580 \family sans
40581 Insertar\SpecialChar menuseparator
40582 Listado
40583 \begin_inset space ~
40584 \end_inset
40585
40586 de
40587 \begin_inset space ~
40588 \end_inset
40589
40590 código.
40591  
40592 \family default
40593 El paquete \SpecialChar LaTeX
40594  
40595 \series bold
40596 listings
40597 \series default
40598
40599 \begin_inset Index idx
40600 status collapsed
40601
40602 \begin_layout Plain Layout
40603 \SpecialChar LaTeX
40604 -paquetes ! listings
40605 \end_layout
40606
40607 \end_inset
40608
40609  provee un mecanismo potente y flexible para insertar código fuente en tu
40610  documento.
40611 \end_layout
40612
40613 \begin_layout Standard
40614 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
40615  incorporado en el que puedes configurar su formato.
40616 \end_layout
40617
40618 \begin_layout Standard
40619 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
40620  La opción de ubicación 
40621 \family sans
40622 Listado
40623 \begin_inset space ~
40624 \end_inset
40625
40626 en
40627 \begin_inset space ~
40628 \end_inset
40629
40630 línea
40631 \family default
40632  lo imprime en la línea, como este ejemplo: 
40633 \begin_inset listings
40634 lstparams "language={C++}"
40635 inline true
40636 status open
40637
40638 \begin_layout Plain Layout
40639
40640 int a=5;
40641 \end_layout
40642
40643 \end_inset
40644
40645
40646 \family sans
40647
40648 \begin_inset Newline newline
40649 \end_inset
40650
40651
40652 \family default
40653 La opción 
40654 \family sans
40655 Flotante
40656 \family default
40657  crea un listado flotante cuya colocación se puede especificar mediante
40658  las opciones «
40659 \family sans
40660 h
40661 \family default
40662 », «
40663 \family sans
40664 t
40665 \family default
40666 », «
40667 \family sans
40668 b
40669 \family default
40670 » y «
40671 \family sans
40672 p
40673 \family default
40674 », correspondientes a las opciones de colocación de flotantes descritas
40675  en la sección
40676 \family sans
40677
40678 \begin_inset space ~
40679 \end_inset
40680
40681
40682 \begin_inset CommandInset ref
40683 LatexCommand ref
40684 reference "sec:Colocación-de-Flotantes"
40685
40686 \end_inset
40687
40688
40689 \family default
40690 .
40691  Las opciones de colocación se pueden mezclar y se escriben sin separación,
40692  p.
40693 \family sans
40694
40695 \begin_inset space \thinspace{}
40696 \end_inset
40697
40698
40699 \family default
40700 ej.
40701 \begin_inset space ~
40702 \end_inset
40703
40704 «
40705 \family sans
40706 htbp
40707 \family default
40708 ».
40709  La opción «
40710 \family sans
40711 h
40712 \family default
40713 » a veces no tiene efecto, pero no necesitas usar la opción 
40714 \family sans
40715 Flotante
40716 \family default
40717  en ese caso puesto que los listados de código no flotantes también pueden
40718  tener leyendas y ser referenciadas.
40719 \end_layout
40720
40721 \begin_layout Standard
40722 Se puede añadir una leyenda a un listado de código con el menú 
40723 \family sans
40724 Insertar\SpecialChar menuseparator
40725 Leyenda
40726 \family default
40727 .
40728  Los listados de código se pueden referenciar como los flotantes: Listado
40729 \begin_inset space ~
40730 \end_inset
40731
40732
40733 \begin_inset CommandInset ref
40734 LatexCommand ref
40735 reference "lst:Ejemplo-de-listado-de-código"
40736
40737 \end_inset
40738
40739  Con el menú 
40740 \family sans
40741 Insertar\SpecialChar menuseparator
40742 Índices\SpecialChar menuseparator
40743 Listados
40744 \begin_inset space ~
40745 \end_inset
40746
40747 de
40748 \begin_inset space ~
40749 \end_inset
40750
40751 código
40752 \family default
40753  se crea un índice de todos los listados de código con leyenda insertados.
40754  Las entradas del índice son la leyenda y el número de cada listado de código.
40755 \end_layout
40756
40757 \begin_layout Standard
40758 \begin_inset listings
40759 lstparams "language=Python"
40760 inline false
40761 status open
40762
40763 \begin_layout Plain Layout
40764
40765 \begin_inset Caption Standard
40766
40767 \begin_layout Plain Layout
40768 \begin_inset CommandInset label
40769 LatexCommand label
40770 name "lst:Ejemplo-de-listado-de-código"
40771
40772 \end_inset
40773
40774 Ejemplo de listado de código flotante
40775 \end_layout
40776
40777 \end_inset
40778
40779 # Ejemplo de listado flotante
40780 \end_layout
40781
40782 \begin_layout Plain Layout
40783
40784 def func(param):
40785 \end_layout
40786
40787 \begin_layout Plain Layout
40788
40789     'this is a python function'
40790 \end_layout
40791
40792 \begin_layout Plain Layout
40793
40794     pass
40795 \end_layout
40796
40797 \end_inset
40798
40799
40800 \end_layout
40801
40802 \begin_layout Standard
40803 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
40804  de listado de código, las palabras clave de ese lenguaje serán reconocidas
40805  y tipografiadas de manera especial en la salida.
40806  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
40807  negrita.
40808 \end_layout
40809
40810 \begin_layout Standard
40811 \begin_inset Note Greyedout
40812 status open
40813
40814 \begin_layout Plain Layout
40815
40816 \series bold
40817 Nota:
40818 \series default
40819  Si no consigues caracteres en negrita cuando usas tipografías de ancho
40820  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
40821  En este caso selecciona una tipografía distinta en el menú 
40822 \family sans
40823 Documento
40824 \family default
40825 \SpecialChar menuseparator
40826
40827 \family sans
40828 Configuración
40829 \family default
40830 \SpecialChar menuseparator
40831
40832 \family sans
40833 Tipografías.
40834  
40835 \family default
40836 (Las tipografías 
40837 \emph on
40838 LuxiMono, BeraMono
40839 \emph default
40840  y 
40841 \emph on
40842 Courier 
40843 \emph default
40844 suministran negritas.)
40845 \end_layout
40846
40847 \end_inset
40848
40849
40850 \end_layout
40851
40852 \begin_layout Standard
40853 En la sección 
40854 \family sans
40855 Numeración
40856 \begin_inset space ~
40857 \end_inset
40858
40859 de
40860 \begin_inset space ~
40861 \end_inset
40862
40863 líneas
40864 \family default
40865  del diálogo puedes elegir el estilo de numeración de las líneas.
40866  En el campo 
40867 \family sans
40868 Paso 
40869 \family default
40870 puedes insertar un número para determinar qué líneas se numeran.
40871  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
40872  
40873 \end_layout
40874
40875 \begin_layout Standard
40876 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
40877  en la salida.
40878  La opción 
40879 \family sans
40880 Mapa
40881 \begin_inset space ~
40882 \end_inset
40883
40884 de
40885 \begin_inset space ~
40886 \end_inset
40887
40888 caracteres
40889 \begin_inset space ~
40890 \end_inset
40891
40892 tradicional
40893 \begin_inset space ~
40894 \end_inset
40895
40896 mejorado
40897 \family default
40898  debería emplearse si se usan en el código caracteres nacionales como la
40899  diéresis alemana.
40900 \begin_inset Newline newline
40901 \end_inset
40902
40903 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
40904  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
40905  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
40906 \begin_inset listings
40907 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40908 inline false
40909 status open
40910
40911 \begin_layout Plain Layout
40912
40913 def func(param):
40914 \end_layout
40915
40916 \begin_layout Plain Layout
40917
40918     'this is a python function'
40919 \end_layout
40920
40921 \begin_layout Plain Layout
40922
40923     pass
40924 \end_layout
40925
40926 \begin_layout Plain Layout
40927
40928 def func(param):
40929 \end_layout
40930
40931 \begin_layout Plain Layout
40932
40933 'This is a German word: Tschüß'
40934 \end_layout
40935
40936 \begin_layout Plain Layout
40937
40938 pass
40939 \end_layout
40940
40941 \begin_layout Plain Layout
40942
40943 def func(param):
40944 \end_layout
40945
40946 \begin_layout Plain Layout
40947
40948 'this is a python function'
40949 \end_layout
40950
40951 \begin_layout Plain Layout
40952
40953 pass
40954 \end_layout
40955
40956 \end_inset
40957
40958
40959 \end_layout
40960
40961 \begin_layout Standard
40962 \begin_inset Note Greyedout
40963 status open
40964
40965 \begin_layout Plain Layout
40966
40967 \series bold
40968 Nota:
40969 \series default
40970  Debido a un error en el paquete 
40971 \series bold
40972 listings
40973 \series default
40974  la numeración de líneas cambia en una línea por cada listado previo.
40975  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
40976  3 y 6.
40977 \end_layout
40978
40979 \end_inset
40980
40981
40982 \end_layout
40983
40984 \begin_layout Standard
40985 \begin_inset VSpace bigskip
40986 \end_inset
40987
40988
40989 \end_layout
40990
40991 \begin_layout Standard
40992 También es posible imprimir como listado de código líneas de un archivo.
40993  Para hacer esto, usa el menú 
40994 \family sans
40995 Insertar\SpecialChar menuseparator
40996 Archivo\SpecialChar menuseparator
40997 Documento
40998 \begin_inset space ~
40999 \end_inset
41000
41001 hijo 
41002 \family default
41003 y elige el tipo 
41004 \family sans
41005 Listado de código
41006 \family default
41007 .
41008 \begin_inset Foot
41009 status collapsed
41010
41011 \begin_layout Plain Layout
41012 Los restantes tipos de documento hijo se describen en la sección
41013 \begin_inset space ~
41014 \end_inset
41015
41016
41017 \begin_inset CommandInset ref
41018 LatexCommand ref
41019 reference "sec:Documento-Hijo"
41020
41021 \end_inset
41022
41023 .
41024 \end_layout
41025
41026 \end_inset
41027
41028  En el diálogo de documento hijo puedes especificar los parámetros del listado
41029  en el cuadro de texto.
41030  Para ver una lista de los parámetros disponibles teclea una interrogación
41031  «?» en el cuadro.
41032 \end_layout
41033
41034 \begin_layout Standard
41035 Para referenciar un documento hijo tipo listado, escribe el texto de la
41036  etiqueta en el campo correspondiente del diálogo de documento hijo.
41037  Después se puede referenciar la etiqueta con el menú 
41038 \family sans
41039 Insertar\SpecialChar menuseparator
41040 Referencia cruzada.
41041 \end_layout
41042
41043 \begin_layout Standard
41044 A continuación hay un ejemplo, Listado
41045 \begin_inset space ~
41046 \end_inset
41047
41048
41049 \begin_inset CommandInset ref
41050 LatexCommand ref
41051 reference "lst:archivo-listado"
41052
41053 \end_inset
41054
41055 , de inserción de líneas de un archivo; en él se incluye el rango de las
41056  líneas 10
41057 \begin_inset space \thinspace{}
41058 \end_inset
41059
41060 -
41061 \begin_inset space \thinspace{}
41062 \end_inset
41063
41064 15 de este archivo \SpecialChar LyX
41065 .
41066 \end_layout
41067
41068 \begin_layout Standard
41069 \begin_inset CommandInset include
41070 LatexCommand lstinputlisting
41071 filename "EmbeddedObjects.lyx"
41072 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
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 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
41088 \end_layout
41089
41090 \begin_layout Enumerate
41091 Abre el diálogo de listado y añade
41092 \begin_inset Newline newline
41093 \end_inset
41094
41095
41096 \family sans
41097 mathescape=true
41098 \begin_inset Newline newline
41099 \end_inset
41100
41101
41102 \family default
41103 en el campo de texto de la solapa 
41104 \family sans
41105 Avanzado
41106 \end_layout
41107
41108 \begin_layout Enumerate
41109 Crea una ecuación fuera del listado
41110 \end_layout
41111
41112 \begin_layout Enumerate
41113 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
41114  (teclas 
41115 \family sans
41116 Ctrl+C
41117 \family default
41118 )
41119 \end_layout
41120
41121 \begin_layout Enumerate
41122 En el listado escribe 
41123 \begin_inset Quotes eld
41124 \end_inset
41125
41126
41127 \family sans
41128 $$
41129 \family default
41130
41131 \begin_inset Quotes erd
41132 \end_inset
41133
41134  y pega desde el portapapeles entre los símbolos dólar (teclas 
41135 \family sans
41136 Ctrl+V
41137 \family default
41138 )
41139 \end_layout
41140
41141 \begin_layout Standard
41142 \begin_inset listings
41143 lstparams "language=Python,mathescape=true"
41144 inline false
41145 status open
41146
41147 \begin_layout Plain Layout
41148
41149 \begin_inset Caption Standard
41150
41151 \begin_layout Plain Layout
41152 Ejemplo de listado flotante con una ecuación
41153 \end_layout
41154
41155 \end_inset
41156
41157 # Ejemplo de listado flotante
41158 \end_layout
41159
41160 \begin_layout Plain Layout
41161
41162 def func(param):
41163 \end_layout
41164
41165 \begin_layout Plain Layout
41166
41167     # $
41168 \backslash
41169 prod_{n=1}^{
41170 \backslash
41171 infty}
41172 \backslash
41173 ,
41174 \backslash
41175 frac{1}{x^{2}}$
41176 \end_layout
41177
41178 \begin_layout Plain Layout
41179
41180     pass
41181 \end_layout
41182
41183 \end_inset
41184
41185
41186 \end_layout
41187
41188 \begin_layout Standard
41189 \begin_inset VSpace bigskip
41190 \end_inset
41191
41192
41193 \end_layout
41194
41195 \begin_layout Standard
41196 Los parámetros globales para listados de programa se pueden establecer en
41197  el diálogo 
41198 \family sans
41199 Documento\SpecialChar menuseparator
41200 Configuración\SpecialChar menuseparator
41201 Listado
41202 \begin_inset space ~
41203 \end_inset
41204
41205 de
41206 \begin_inset space ~
41207 \end_inset
41208
41209 código.
41210  
41211 \family default
41212 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
41213  «?» en el campo de texto.
41214 \end_layout
41215
41216 \begin_layout Standard
41217 Para más información sobre el paquete 
41218 \series bold
41219 listings
41220 \series default
41221 , consulta su documentación
41222 \begin_inset space ~
41223 \end_inset
41224
41225
41226 \begin_inset CommandInset citation
41227 LatexCommand cite
41228 key "listings"
41229 literal "true"
41230
41231 \end_inset
41232
41233 .
41234 \end_layout
41235
41236 \begin_layout Standard
41237 \begin_inset Newpage newpage
41238 \end_inset
41239
41240
41241 \end_layout
41242
41243 \begin_layout Chapter
41244 \start_of_appendix
41245 Unidades disponibles en \SpecialChar LyX
41246
41247 \begin_inset Index idx
41248 status collapsed
41249
41250 \begin_layout Plain Layout
41251 Unidades
41252 \end_layout
41253
41254 \end_inset
41255
41256
41257 \begin_inset CommandInset label
41258 LatexCommand label
41259 name "cap:Unidades-disponibles-en"
41260
41261 \end_inset
41262
41263
41264 \end_layout
41265
41266 \begin_layout Standard
41267 Para comprender las unidades utilizadas en este manual, el cuadro
41268 \begin_inset space ~
41269 \end_inset
41270
41271
41272 \begin_inset CommandInset ref
41273 LatexCommand ref
41274 reference "tab:Unidades"
41275
41276 \end_inset
41277
41278  describe todas las unidades disponibles en \SpecialChar LyX
41279 .
41280 \end_layout
41281
41282 \begin_layout Standard
41283 \begin_inset Float table
41284 placement h
41285 wide false
41286 sideways false
41287 status open
41288
41289 \begin_layout Plain Layout
41290 \begin_inset Caption Standard
41291
41292 \begin_layout Plain Layout
41293 \begin_inset CommandInset label
41294 LatexCommand label
41295 name "tab:Unidades"
41296
41297 \end_inset
41298
41299 Unidades
41300 \end_layout
41301
41302 \end_inset
41303
41304
41305 \end_layout
41306
41307 \begin_layout Plain Layout
41308 \begin_inset VSpace medskip
41309 \end_inset
41310
41311
41312 \end_layout
41313
41314 \begin_layout Plain Layout
41315 \align center
41316 \begin_inset Tabular
41317 <lyxtabular version="3" rows="20" columns="3">
41318 <features tabularvalignment="middle">
41319 <column alignment="center" valignment="top">
41320 <column alignment="center" valignment="top">
41321 <column alignment="center" valignment="top">
41322 <row>
41323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41324 \begin_inset Text
41325
41326 \begin_layout Plain Layout
41327 unidad
41328 \end_layout
41329
41330 \end_inset
41331 </cell>
41332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41333 \begin_inset Text
41334
41335 \begin_layout Plain Layout
41336 nombre/descripción
41337 \end_layout
41338
41339 \end_inset
41340 </cell>
41341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41342 \begin_inset Text
41343
41344 \begin_layout Plain Layout
41345 comando \SpecialChar LaTeX
41346
41347 \end_layout
41348
41349 \end_inset
41350 </cell>
41351 </row>
41352 <row>
41353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41354 \begin_inset Text
41355
41356 \begin_layout Plain Layout
41357 mm
41358 \end_layout
41359
41360 \end_inset
41361 </cell>
41362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41363 \begin_inset Text
41364
41365 \begin_layout Plain Layout
41366 milímetro
41367 \end_layout
41368
41369 \end_inset
41370 </cell>
41371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41372 \begin_inset Text
41373
41374 \begin_layout Plain Layout
41375 -
41376 \end_layout
41377
41378 \end_inset
41379 </cell>
41380 </row>
41381 <row>
41382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41383 \begin_inset Text
41384
41385 \begin_layout Plain Layout
41386 cm
41387 \end_layout
41388
41389 \end_inset
41390 </cell>
41391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41392 \begin_inset Text
41393
41394 \begin_layout Plain Layout
41395 centímetro
41396 \end_layout
41397
41398 \end_inset
41399 </cell>
41400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41401 \begin_inset Text
41402
41403 \begin_layout Plain Layout
41404 -
41405 \end_layout
41406
41407 \end_inset
41408 </cell>
41409 </row>
41410 <row>
41411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41412 \begin_inset Text
41413
41414 \begin_layout Plain Layout
41415 in
41416 \end_layout
41417
41418 \end_inset
41419 </cell>
41420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41421 \begin_inset Text
41422
41423 \begin_layout Plain Layout
41424 pulgada
41425 \end_layout
41426
41427 \end_inset
41428 </cell>
41429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41430 \begin_inset Text
41431
41432 \begin_layout Plain Layout
41433 -
41434 \end_layout
41435
41436 \end_inset
41437 </cell>
41438 </row>
41439 <row>
41440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 pt
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 punto (72.27
41454 \begin_inset space \thinspace{}
41455 \end_inset
41456
41457 pt = 1
41458 \begin_inset space \thinspace{}
41459 \end_inset
41460
41461 in)
41462 \end_layout
41463
41464 \end_inset
41465 </cell>
41466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41467 \begin_inset Text
41468
41469 \begin_layout Plain Layout
41470 -
41471 \end_layout
41472
41473 \end_inset
41474 </cell>
41475 </row>
41476 <row>
41477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41478 \begin_inset Text
41479
41480 \begin_layout Plain Layout
41481 pc
41482 \end_layout
41483
41484 \end_inset
41485 </cell>
41486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41487 \begin_inset Text
41488
41489 \begin_layout Plain Layout
41490 pica (1
41491 \begin_inset space \thinspace{}
41492 \end_inset
41493
41494 pc = 12
41495 \begin_inset space \thinspace{}
41496 \end_inset
41497
41498 pt)
41499 \end_layout
41500
41501 \end_inset
41502 </cell>
41503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41504 \begin_inset Text
41505
41506 \begin_layout Plain Layout
41507 -
41508 \end_layout
41509
41510 \end_inset
41511 </cell>
41512 </row>
41513 <row>
41514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41515 \begin_inset Text
41516
41517 \begin_layout Plain Layout
41518 sp
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 punto a escala (65536
41528 \begin_inset space \thinspace{}
41529 \end_inset
41530
41531 sp = 1
41532 \begin_inset space \thinspace{}
41533 \end_inset
41534
41535 pt)
41536 \end_layout
41537
41538 \end_inset
41539 </cell>
41540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41541 \begin_inset Text
41542
41543 \begin_layout Plain Layout
41544 -
41545 \end_layout
41546
41547 \end_inset
41548 </cell>
41549 </row>
41550 <row>
41551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 bp
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564 punto grande (72
41565 \begin_inset space \thinspace{}
41566 \end_inset
41567
41568 bp = 1
41569 \begin_inset space \thinspace{}
41570 \end_inset
41571
41572 in)
41573 \end_layout
41574
41575 \end_inset
41576 </cell>
41577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41578 \begin_inset Text
41579
41580 \begin_layout Plain Layout
41581 -
41582 \end_layout
41583
41584 \end_inset
41585 </cell>
41586 </row>
41587 <row>
41588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41589 \begin_inset Text
41590
41591 \begin_layout Plain Layout
41592 dd
41593 \end_layout
41594
41595 \end_inset
41596 </cell>
41597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41598 \begin_inset Text
41599
41600 \begin_layout Plain Layout
41601 didot (1
41602 \begin_inset space \thinspace{}
41603 \end_inset
41604
41605 dd 
41606 \begin_inset Formula $\approx$
41607 \end_inset
41608
41609  0.376
41610 \begin_inset space \thinspace{}
41611 \end_inset
41612
41613 mm)
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 cc
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 cicero (1
41643 \begin_inset space \thinspace{}
41644 \end_inset
41645
41646 cc = 12
41647 \begin_inset space \thinspace{}
41648 \end_inset
41649
41650 dd)
41651 \end_layout
41652
41653 \end_inset
41654 </cell>
41655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41656 \begin_inset Text
41657
41658 \begin_layout Plain Layout
41659 -
41660 \end_layout
41661
41662 \end_inset
41663 </cell>
41664 </row>
41665 <row>
41666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41667 \begin_inset Text
41668
41669 \begin_layout Plain Layout
41670 Redimensionar gráficos %
41671 \end_layout
41672
41673 \end_inset
41674 </cell>
41675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41676 \begin_inset Text
41677
41678 \begin_layout Plain Layout
41679 % del tamaño original de la imagen
41680 \end_layout
41681
41682 \end_inset
41683 </cell>
41684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41685 \begin_inset Text
41686
41687 \begin_layout Plain Layout
41688
41689 \end_layout
41690
41691 \end_inset
41692 </cell>
41693 </row>
41694 <row>
41695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41696 \begin_inset Text
41697
41698 \begin_layout Plain Layout
41699 Anchura de texto %
41700 \end_layout
41701
41702 \end_inset
41703 </cell>
41704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41705 \begin_inset Text
41706
41707 \begin_layout Plain Layout
41708 % de anchura de texto
41709 \end_layout
41710
41711 \end_inset
41712 </cell>
41713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41714 \begin_inset Text
41715
41716 \begin_layout Plain Layout
41717
41718 \backslash
41719 textwidth
41720 \end_layout
41721
41722 \end_inset
41723 </cell>
41724 </row>
41725 <row>
41726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41727 \begin_inset Text
41728
41729 \begin_layout Plain Layout
41730 Anchura de columna %
41731 \end_layout
41732
41733 \end_inset
41734 </cell>
41735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41736 \begin_inset Text
41737
41738 \begin_layout Plain Layout
41739 % de anchura de columna
41740 \end_layout
41741
41742 \end_inset
41743 </cell>
41744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41745 \begin_inset Text
41746
41747 \begin_layout Plain Layout
41748
41749 \backslash
41750 columnwidth
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 Anchura de página %
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 % de anchura de página
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41776 \begin_inset Text
41777
41778 \begin_layout Plain Layout
41779
41780 \backslash
41781 paperwidth
41782 \end_layout
41783
41784 \end_inset
41785 </cell>
41786 </row>
41787 <row>
41788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41789 \begin_inset Text
41790
41791 \begin_layout Plain Layout
41792 Anchura de línea %
41793 \end_layout
41794
41795 \end_inset
41796 </cell>
41797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41798 \begin_inset Text
41799
41800 \begin_layout Plain Layout
41801 % de anchura de línea
41802 \end_layout
41803
41804 \end_inset
41805 </cell>
41806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41807 \begin_inset Text
41808
41809 \begin_layout Plain Layout
41810
41811 \backslash
41812 linewidth
41813 \end_layout
41814
41815 \end_inset
41816 </cell>
41817 </row>
41818 <row>
41819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 Altura de texto %
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832 % de altura de texto
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841
41842 \backslash
41843 textheight
41844 \end_layout
41845
41846 \end_inset
41847 </cell>
41848 </row>
41849 <row>
41850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 Altura de página %
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863 % de altura de página
41864 \end_layout
41865
41866 \end_inset
41867 </cell>
41868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41869 \begin_inset Text
41870
41871 \begin_layout Plain Layout
41872
41873 \backslash
41874 paperheight
41875 \end_layout
41876
41877 \end_inset
41878 </cell>
41879 </row>
41880 <row>
41881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41882 \begin_inset Text
41883
41884 \begin_layout Plain Layout
41885 ex
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 altura de letra 
41895 \emph on
41896 x
41897 \emph default
41898  en tipografía actual
41899 \end_layout
41900
41901 \end_inset
41902 </cell>
41903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41904 \begin_inset Text
41905
41906 \begin_layout Plain Layout
41907 -
41908 \end_layout
41909
41910 \end_inset
41911 </cell>
41912 </row>
41913 <row>
41914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41915 \begin_inset Text
41916
41917 \begin_layout Plain Layout
41918 em
41919 \end_layout
41920
41921 \end_inset
41922 </cell>
41923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41924 \begin_inset Text
41925
41926 \begin_layout Plain Layout
41927 anchura de letra 
41928 \emph on
41929 M
41930 \emph default
41931  en tipografía actual
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 -
41941 \end_layout
41942
41943 \end_inset
41944 </cell>
41945 </row>
41946 <row>
41947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41948 \begin_inset Text
41949
41950 \begin_layout Plain Layout
41951 mu
41952 \end_layout
41953
41954 \end_inset
41955 </cell>
41956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41957 \begin_inset Text
41958
41959 \begin_layout Plain Layout
41960 unidad matemática (1
41961 \begin_inset space \thinspace{}
41962 \end_inset
41963
41964 mu = 1/18
41965 \begin_inset space \thinspace{}
41966 \end_inset
41967
41968 em)
41969 \end_layout
41970
41971 \end_inset
41972 </cell>
41973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 -
41978 \end_layout
41979
41980 \end_inset
41981 </cell>
41982 </row>
41983 </lyxtabular>
41984
41985 \end_inset
41986
41987
41988 \end_layout
41989
41990 \end_inset
41991
41992
41993 \end_layout
41994
41995 \begin_layout Chapter
41996 Formatos de archivos de salida con gráficos
41997 \begin_inset CommandInset label
41998 LatexCommand label
41999 name "cap:Formatos-de-Archivos-de-Salida"
42000
42001 \end_inset
42002
42003
42004 \end_layout
42005
42006 \begin_layout Section
42007 DVI
42008 \begin_inset Index idx
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012 Formatos de archivo ! DVI
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset Index idx
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022 DVI|see
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028 {
42029 \end_layout
42030
42031 \end_inset
42032
42033 Formatos de archivo
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039 }
42040 \end_layout
42041
42042 \end_inset
42043
42044
42045 \end_layout
42046
42047 \end_inset
42048
42049
42050 \end_layout
42051
42052 \begin_layout Standard
42053 Este tipo de archivo tiene la extensión «
42054 \family typewriter
42055 .dvi
42056 \family default
42057 ».
42058  Se denomina «device-independent» (DVI), porque es completamente portable;
42059  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
42060  En la época en que se desarrolló este formato, esto no era un asunto baladí.
42061  Los DVI se usan para vistas preliminares rápidas y como preparación para
42062  otros formatos de salida como PostScript.
42063 \end_layout
42064
42065 \begin_layout Standard
42066 \begin_inset Note Greyedout
42067 status open
42068
42069 \begin_layout Plain Layout
42070
42071 \series bold
42072 Nota:
42073 \series default
42074  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
42075 \end_layout
42076
42077 \end_inset
42078
42079  Por tanto no debes olvidar esto si mueves archivos 
42080 \family typewriter
42081 .dvi
42082 \family default
42083  a otro ordenador.
42084  Esta característica también puede retardar la visualización del archivo,
42085  porque el visor DVI tiene que convertir la imagen en segundo plano para
42086  hacerla visible al deslizar el visor.
42087  Así pues recomendamos usar PDF para archivos con muchas imágenes.
42088 \end_layout
42089
42090 \begin_layout Standard
42091 Un documento se exporta a DVI con el menú 
42092 \family sans
42093 Archivo\SpecialChar menuseparator
42094 Exportar\SpecialChar menuseparator
42095 DVI
42096 \family default
42097 .
42098  Puedes ver la salida del documento en DVI con el menú 
42099 \family sans
42100 Ver\SpecialChar menuseparator
42101 DVI
42102 \family default
42103 .
42104 \end_layout
42105
42106 \begin_layout Section
42107 PostScript
42108 \begin_inset Index idx
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112 Formatos de archivo ! PostScript
42113 \end_layout
42114
42115 \end_inset
42116
42117
42118 \begin_inset Index idx
42119 status collapsed
42120
42121 \begin_layout Plain Layout
42122 PostScript|see
42123 \begin_inset ERT
42124 status collapsed
42125
42126 \begin_layout Plain Layout
42127
42128 {
42129 \end_layout
42130
42131 \end_inset
42132
42133 Formatos de archivo
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139 }
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \end_layout
42151
42152 \begin_layout Standard
42153 Este tipo de archivo tiene la extensión «
42154 \family typewriter
42155 .ps
42156 \family default
42157 ».
42158  PostScript fue desarrollado por la compañía 
42159 \family typewriter
42160 Adobe
42161 \family default
42162  como lenguaje para impresoras.
42163  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
42164  PostScript puede considerarse como un «lenguaje de programación»; con él
42165  puedes calcular y dibujar imágenes y diagramas.
42166 \begin_inset Foot
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
42171  
42172 \series bold
42173 PSTricks
42174 \series default
42175  
42176 \begin_inset CommandInset citation
42177 LatexCommand cite
42178 key "pstricks"
42179 literal "true"
42180
42181 \end_inset
42182
42183 .
42184 \end_layout
42185
42186 \end_inset
42187
42188  Por esto los archivos suelen ser más grandes que los PDF.
42189 \end_layout
42190
42191 \begin_layout Standard
42192 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
42193 d PostScript» (EPS, extensión «
42194 \family typewriter
42195 .eps
42196 \family default
42197 »).
42198  Como \SpecialChar LyX
42199  permite usar cualquier formato de imagen conocido, tiene que trabajar
42200  en segundo plano para convertir las imágenes a EPS.
42201  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
42202  ha de hacer 50 conversiones
42203  cada vez que veas o exportes el documento.
42204  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
42205  puedes evitar el problema insertando las imágenes directamente en EPS.
42206 \end_layout
42207
42208 \begin_layout Standard
42209 El documento se puede exportar a PostScript con el menú 
42210 \family sans
42211 Archivo\SpecialChar menuseparator
42212 Exportar\SpecialChar menuseparator
42213 Postscript
42214 \family default
42215 .
42216  Se puede ver la salida en PostScript con el menú 
42217 \family sans
42218 Ver\SpecialChar menuseparator
42219 Postscript
42220 \family default
42221 .
42222 \end_layout
42223
42224 \begin_layout Section
42225 PDF
42226 \begin_inset Index idx
42227 status collapsed
42228
42229 \begin_layout Plain Layout
42230 Formatos de archivo ! PDF
42231 \end_layout
42232
42233 \end_inset
42234
42235
42236 \begin_inset Index idx
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240 PDF
42241 \end_layout
42242
42243 \end_inset
42244
42245
42246 \end_layout
42247
42248 \begin_layout Standard
42249 Este tipo de archivo tiene la extensión «
42250 \family typewriter
42251 .pdf
42252 \family default
42253 ».
42254  El formato «Portable Document Format» (PDF) fue desarrollado por 
42255 \family typewriter
42256 Adobe
42257 \family default
42258  como derivado de PostScript.
42259  Es más comprimido y utiliza muchos menos comandos que PostScript.
42260  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
42261  operativo y la salida impresa se muestra exactamente igual.
42262 \end_layout
42263
42264 \begin_layout Standard
42265 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
42266  Photographic Experts Group» (JPG, extensión «
42267 \family typewriter
42268 .jpg
42269 \family default
42270 » o «
42271 \family typewriter
42272 .jpeg
42273 \family default
42274 »), y en el formato «Portable Network Graphics» (PNG, extensión «
42275 \family typewriter
42276 .png
42277 \family default
42278 »).
42279  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
42280  los convierte
42281  en segundo plano a alguno de los anteriores.
42282  Pero como se ha comentado en la sección sobre PostScript, la conversión
42283  de gráficos ralentiza el trabajo.
42284  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
42285  mencionados.
42286 \end_layout
42287
42288 \begin_layout Standard
42289 Un documento se puede exportar a PDF con el menú 
42290 \family sans
42291 Archivo\SpecialChar menuseparator
42292 Exportar
42293 \family default
42294  en tres modos diferentes:
42295 \end_layout
42296
42297 \begin_layout Description
42298 PDF
42299 \begin_inset space ~
42300 \end_inset
42301
42302 (ps2pdf) Este utiliza el programa 
42303 \family typewriter
42304 ps2pdf
42305 \family default
42306  que crea un PDF a partir de una versión PostScript del archivo.
42307  La versión PostScript es producida por el programa 
42308 \family typewriter
42309 dvips
42310 \family default
42311  que usa una versión DVI como paso intermedio.
42312  Así que este modo de exportación consta de tres conversiones.
42313 \end_layout
42314
42315 \begin_layout Description
42316 PDF
42317 \begin_inset space ~
42318 \end_inset
42319
42320 (dvipdfm) Este utiliza el programa 
42321 \family typewriter
42322 dvipdfm
42323 \family default
42324  que convierte el archivo a DVI en segundo plano y en un segundo paso a
42325  PDF.
42326 \end_layout
42327
42328 \begin_layout Description
42329 PDF
42330 \begin_inset space ~
42331 \end_inset
42332
42333 (pdflatex) Este utiliza el programa 
42334 \family typewriter
42335 pdftex
42336 \family default
42337  que convierte directamente el archivo a PDF.
42338 \end_layout
42339
42340 \begin_layout Standard
42341 Se recomienda usar 
42342 \family sans
42343 PDF
42344 \begin_inset space ~
42345 \end_inset
42346
42347 (pdflatex)
42348 \family default
42349  porque 
42350 \family typewriter
42351 pdftex
42352 \family default
42353  soporta todas las características de las versiones actuales de PDF, es
42354  rápido y estable.
42355  El programa 
42356 \family typewriter
42357 dvipdfm
42358 \family default
42359  ya no se desarrolla y está un poco obsoleto.
42360 \end_layout
42361
42362 \begin_layout Standard
42363 La salida en formato PDF se puede ver con el menú 
42364 \family sans
42365 Ver 
42366 \family default
42367 o con un botón.
42368 \end_layout
42369
42370 \begin_layout Chapter
42371 Lista de colores dvips
42372 \begin_inset CommandInset label
42373 LatexCommand label
42374 name "chap:Lista-de-colores-dvips"
42375
42376 \end_inset
42377
42378
42379 \end_layout
42380
42381 \begin_layout Standard
42382 \begin_inset Tabular
42383 <lyxtabular version="3" rows="17" columns="4">
42384 <features tabularvalignment="middle">
42385 <column alignment="left" valignment="top" width="0pt">
42386 <column alignment="left" valignment="top" width="0pt">
42387 <column alignment="left" valignment="top" width="0pt">
42388 <column alignment="left" valignment="top" width="0pt">
42389 <row>
42390 <cell alignment="left" valignment="top" usebox="none">
42391 \begin_inset Text
42392
42393 \begin_layout Plain Layout
42394 \begin_inset ERT
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398
42399
42400 \backslash
42401 fcolorbox{black}{
42402 \end_layout
42403
42404 \end_inset
42405
42406 white
42407 \begin_inset ERT
42408 status collapsed
42409
42410 \begin_layout Plain Layout
42411
42412 }{
42413 \end_layout
42414
42415 \end_inset
42416
42417 Color
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }
42424 \end_layout
42425
42426 \end_inset
42427
42428  Nombre
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="left" valignment="top" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442
42443 \backslash
42444 fcolorbox{black}{
42445 \end_layout
42446
42447 \end_inset
42448
42449 white
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }{
42456 \end_layout
42457
42458 \end_inset
42459
42460 Color
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }
42467 \end_layout
42468
42469 \end_inset
42470
42471  Nombre
42472 \end_layout
42473
42474 \end_inset
42475 </cell>
42476 <cell alignment="left" valignment="top" usebox="none">
42477 \begin_inset Text
42478
42479 \begin_layout Plain Layout
42480 \begin_inset ERT
42481 status collapsed
42482
42483 \begin_layout Plain Layout
42484
42485
42486 \backslash
42487 fcolorbox{black}{
42488 \end_layout
42489
42490 \end_inset
42491
42492 white
42493 \begin_inset ERT
42494 status collapsed
42495
42496 \begin_layout Plain Layout
42497
42498 }{
42499 \end_layout
42500
42501 \end_inset
42502
42503 Color
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }
42510 \end_layout
42511
42512 \end_inset
42513
42514  Nombre
42515 \end_layout
42516
42517 \end_inset
42518 </cell>
42519 <cell alignment="left" valignment="top" usebox="none">
42520 \begin_inset Text
42521
42522 \begin_layout Plain Layout
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 fcolorbox{black}{
42531 \end_layout
42532
42533 \end_inset
42534
42535 white
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }{
42542 \end_layout
42543
42544 \end_inset
42545
42546 Color
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }
42553 \end_layout
42554
42555 \end_inset
42556
42557  Nombre
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 </row>
42563 <row>
42564 <cell alignment="center" valignment="top" usebox="none">
42565 \begin_inset Text
42566
42567 \begin_layout Plain Layout
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573
42574 \backslash
42575 fcolorbox{black}{
42576 \end_layout
42577
42578 \end_inset
42579
42580 Apricot
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586 }{
42587 \end_layout
42588
42589 \end_inset
42590
42591
42592 \begin_inset Phantom Phantom
42593 status open
42594
42595 \begin_layout Plain Layout
42596 W
42597 \end_layout
42598
42599 \end_inset
42600
42601
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }
42608 \end_layout
42609
42610 \end_inset
42611
42612  Apricot
42613 \end_layout
42614
42615 \end_inset
42616 </cell>
42617 <cell alignment="center" valignment="top" usebox="none">
42618 \begin_inset Text
42619
42620 \begin_layout Plain Layout
42621 \begin_inset ERT
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625
42626
42627 \backslash
42628 fcolorbox{black}{
42629 \end_layout
42630
42631 \end_inset
42632
42633 Aquamarine
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639 }{
42640 \end_layout
42641
42642 \end_inset
42643
42644
42645 \begin_inset Phantom Phantom
42646 status open
42647
42648 \begin_layout Plain Layout
42649 W
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }
42661 \end_layout
42662
42663 \end_inset
42664
42665  Aquamarine
42666 \end_layout
42667
42668 \end_inset
42669 </cell>
42670 <cell alignment="center" valignment="top" usebox="none">
42671 \begin_inset Text
42672
42673 \begin_layout Plain Layout
42674 \begin_inset ERT
42675 status collapsed
42676
42677 \begin_layout Plain Layout
42678
42679
42680 \backslash
42681 fcolorbox{black}{
42682 \end_layout
42683
42684 \end_inset
42685
42686 Bittersweet
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692 }{
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \begin_inset Phantom Phantom
42699 status open
42700
42701 \begin_layout Plain Layout
42702 W
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }
42714 \end_layout
42715
42716 \end_inset
42717
42718  Bittersweet
42719 \end_layout
42720
42721 \end_inset
42722 </cell>
42723 <cell alignment="center" valignment="top" usebox="none">
42724 \begin_inset Text
42725
42726 \begin_layout Plain Layout
42727 \begin_inset ERT
42728 status collapsed
42729
42730 \begin_layout Plain Layout
42731
42732
42733 \backslash
42734 fcolorbox{black}{
42735 \end_layout
42736
42737 \end_inset
42738
42739 BlueGreen
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }{
42746 \end_layout
42747
42748 \end_inset
42749
42750
42751 \begin_inset Phantom Phantom
42752 status open
42753
42754 \begin_layout Plain Layout
42755 W
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766 }
42767 \end_layout
42768
42769 \end_inset
42770
42771  BlueGreen
42772 \end_layout
42773
42774 \end_inset
42775 </cell>
42776 </row>
42777 <row>
42778 <cell alignment="left" valignment="top" usebox="none">
42779 \begin_inset Text
42780
42781 \begin_layout Plain Layout
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787
42788 \backslash
42789 fcolorbox{black}{
42790 \end_layout
42791
42792 \end_inset
42793
42794 BlueViolet
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800 }{
42801 \end_layout
42802
42803 \end_inset
42804
42805
42806 \begin_inset Phantom Phantom
42807 status open
42808
42809 \begin_layout Plain Layout
42810 W
42811 \end_layout
42812
42813 \end_inset
42814
42815
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }
42822 \end_layout
42823
42824 \end_inset
42825
42826  BlueViolet
42827 \end_layout
42828
42829 \end_inset
42830 </cell>
42831 <cell alignment="left" valignment="top" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835 \begin_inset ERT
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839
42840
42841 \backslash
42842 fcolorbox{black}{
42843 \end_layout
42844
42845 \end_inset
42846
42847 BrickRed
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853 }{
42854 \end_layout
42855
42856 \end_inset
42857
42858
42859 \begin_inset Phantom Phantom
42860 status open
42861
42862 \begin_layout Plain Layout
42863 W
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }
42875 \end_layout
42876
42877 \end_inset
42878
42879  BrickRed
42880 \end_layout
42881
42882 \end_inset
42883 </cell>
42884 <cell alignment="left" valignment="top" usebox="none">
42885 \begin_inset Text
42886
42887 \begin_layout Plain Layout
42888 \begin_inset ERT
42889 status collapsed
42890
42891 \begin_layout Plain Layout
42892
42893
42894 \backslash
42895 fcolorbox{black}{
42896 \end_layout
42897
42898 \end_inset
42899
42900 Brown
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906 }{
42907 \end_layout
42908
42909 \end_inset
42910
42911
42912 \begin_inset Phantom Phantom
42913 status open
42914
42915 \begin_layout Plain Layout
42916 W
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }
42928 \end_layout
42929
42930 \end_inset
42931
42932  Brown
42933 \end_layout
42934
42935 \end_inset
42936 </cell>
42937 <cell alignment="left" valignment="top" usebox="none">
42938 \begin_inset Text
42939
42940 \begin_layout Plain Layout
42941 \begin_inset ERT
42942 status collapsed
42943
42944 \begin_layout Plain Layout
42945
42946
42947 \backslash
42948 fcolorbox{black}{
42949 \end_layout
42950
42951 \end_inset
42952
42953 BurntOrange
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }{
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \begin_inset Phantom Phantom
42966 status open
42967
42968 \begin_layout Plain Layout
42969 W
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }
42981 \end_layout
42982
42983 \end_inset
42984
42985  BurntOrange
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 </row>
42991 <row>
42992 <cell alignment="left" valignment="top" usebox="none">
42993 \begin_inset Text
42994
42995 \begin_layout Plain Layout
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001
43002 \backslash
43003 fcolorbox{black}{
43004 \end_layout
43005
43006 \end_inset
43007
43008 CadetBlue
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014 }{
43015 \end_layout
43016
43017 \end_inset
43018
43019
43020 \begin_inset Phantom Phantom
43021 status open
43022
43023 \begin_layout Plain Layout
43024 W
43025 \end_layout
43026
43027 \end_inset
43028
43029
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }
43036 \end_layout
43037
43038 \end_inset
43039
43040  CadetBlue
43041 \end_layout
43042
43043 \end_inset
43044 </cell>
43045 <cell alignment="left" valignment="top" usebox="none">
43046 \begin_inset Text
43047
43048 \begin_layout Plain Layout
43049 \begin_inset ERT
43050 status collapsed
43051
43052 \begin_layout Plain Layout
43053
43054
43055 \backslash
43056 fcolorbox{black}{
43057 \end_layout
43058
43059 \end_inset
43060
43061 CarnationPink
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067 }{
43068 \end_layout
43069
43070 \end_inset
43071
43072
43073 \begin_inset Phantom Phantom
43074 status open
43075
43076 \begin_layout Plain Layout
43077 W
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }
43089 \end_layout
43090
43091 \end_inset
43092
43093  CarnationPink
43094 \end_layout
43095
43096 \end_inset
43097 </cell>
43098 <cell alignment="left" valignment="top" usebox="none">
43099 \begin_inset Text
43100
43101 \begin_layout Plain Layout
43102 \begin_inset ERT
43103 status collapsed
43104
43105 \begin_layout Plain Layout
43106
43107
43108 \backslash
43109 fcolorbox{black}{
43110 \end_layout
43111
43112 \end_inset
43113
43114 Cerulean
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120 }{
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset Phantom Phantom
43127 status open
43128
43129 \begin_layout Plain Layout
43130 W
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }
43142 \end_layout
43143
43144 \end_inset
43145
43146  Cerulean
43147 \end_layout
43148
43149 \end_inset
43150 </cell>
43151 <cell alignment="left" valignment="top" usebox="none">
43152 \begin_inset Text
43153
43154 \begin_layout Plain Layout
43155 \begin_inset ERT
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160
43161 \backslash
43162 fcolorbox{black}{
43163 \end_layout
43164
43165 \end_inset
43166
43167 CornflowerBlue
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }{
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset Phantom Phantom
43180 status open
43181
43182 \begin_layout Plain Layout
43183 W
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }
43195 \end_layout
43196
43197 \end_inset
43198
43199  CornflowerBlue
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 </row>
43205 <row>
43206 <cell alignment="left" valignment="top" usebox="none">
43207 \begin_inset Text
43208
43209 \begin_layout Plain Layout
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215
43216 \backslash
43217 fcolorbox{black}{
43218 \end_layout
43219
43220 \end_inset
43221
43222 Dandelion
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228 }{
43229 \end_layout
43230
43231 \end_inset
43232
43233
43234 \begin_inset Phantom Phantom
43235 status open
43236
43237 \begin_layout Plain Layout
43238 W
43239 \end_layout
43240
43241 \end_inset
43242
43243
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }
43250 \end_layout
43251
43252 \end_inset
43253
43254  Dandelion
43255 \end_layout
43256
43257 \end_inset
43258 </cell>
43259 <cell alignment="left" valignment="top" usebox="none">
43260 \begin_inset Text
43261
43262 \begin_layout Plain Layout
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268
43269 \backslash
43270 fcolorbox{black}{
43271 \end_layout
43272
43273 \end_inset
43274
43275 DarkOrchid
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281 }{
43282 \end_layout
43283
43284 \end_inset
43285
43286
43287 \begin_inset Phantom Phantom
43288 status open
43289
43290 \begin_layout Plain Layout
43291 W
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }
43303 \end_layout
43304
43305 \end_inset
43306
43307  DarkOrchid
43308 \end_layout
43309
43310 \end_inset
43311 </cell>
43312 <cell alignment="left" valignment="top" usebox="none">
43313 \begin_inset Text
43314
43315 \begin_layout Plain Layout
43316 \begin_inset ERT
43317 status collapsed
43318
43319 \begin_layout Plain Layout
43320
43321
43322 \backslash
43323 fcolorbox{black}{
43324 \end_layout
43325
43326 \end_inset
43327
43328 Emerald
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334 }{
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset Phantom Phantom
43341 status open
43342
43343 \begin_layout Plain Layout
43344 W
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }
43356 \end_layout
43357
43358 \end_inset
43359
43360  Emerald
43361 \end_layout
43362
43363 \end_inset
43364 </cell>
43365 <cell alignment="left" valignment="top" usebox="none">
43366 \begin_inset Text
43367
43368 \begin_layout Plain Layout
43369 \begin_inset ERT
43370 status collapsed
43371
43372 \begin_layout Plain Layout
43373
43374
43375 \backslash
43376 fcolorbox{black}{
43377 \end_layout
43378
43379 \end_inset
43380
43381 ForestGreen
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }{
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset Phantom Phantom
43394 status open
43395
43396 \begin_layout Plain Layout
43397 W
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }
43409 \end_layout
43410
43411 \end_inset
43412
43413  ForestGreen
43414 \end_layout
43415
43416 \end_inset
43417 </cell>
43418 </row>
43419 <row>
43420 <cell alignment="left" valignment="top" usebox="none">
43421 \begin_inset Text
43422
43423 \begin_layout Plain Layout
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429
43430 \backslash
43431 fcolorbox{black}{
43432 \end_layout
43433
43434 \end_inset
43435
43436 Fuchsia
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442 }{
43443 \end_layout
43444
43445 \end_inset
43446
43447
43448 \begin_inset Phantom Phantom
43449 status open
43450
43451 \begin_layout Plain Layout
43452 W
43453 \end_layout
43454
43455 \end_inset
43456
43457
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }
43464 \end_layout
43465
43466 \end_inset
43467
43468  Fuchsia
43469 \end_layout
43470
43471 \end_inset
43472 </cell>
43473 <cell alignment="left" valignment="top" usebox="none">
43474 \begin_inset Text
43475
43476 \begin_layout Plain Layout
43477 \begin_inset ERT
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481
43482
43483 \backslash
43484 fcolorbox{black}{
43485 \end_layout
43486
43487 \end_inset
43488
43489 Goldenrod
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495 }{
43496 \end_layout
43497
43498 \end_inset
43499
43500
43501 \begin_inset Phantom Phantom
43502 status open
43503
43504 \begin_layout Plain Layout
43505 W
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }
43517 \end_layout
43518
43519 \end_inset
43520
43521  Goldenrod
43522 \end_layout
43523
43524 \end_inset
43525 </cell>
43526 <cell alignment="left" valignment="top" usebox="none">
43527 \begin_inset Text
43528
43529 \begin_layout Plain Layout
43530 \begin_inset ERT
43531 status collapsed
43532
43533 \begin_layout Plain Layout
43534
43535
43536 \backslash
43537 fcolorbox{black}{
43538 \end_layout
43539
43540 \end_inset
43541
43542 Gray
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548 }{
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset Phantom Phantom
43555 status open
43556
43557 \begin_layout Plain Layout
43558 W
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }
43570 \end_layout
43571
43572 \end_inset
43573
43574  Gray
43575 \end_layout
43576
43577 \end_inset
43578 </cell>
43579 <cell alignment="left" valignment="top" usebox="none">
43580 \begin_inset Text
43581
43582 \begin_layout Plain Layout
43583 \begin_inset ERT
43584 status collapsed
43585
43586 \begin_layout Plain Layout
43587
43588
43589 \backslash
43590 fcolorbox{black}{
43591 \end_layout
43592
43593 \end_inset
43594
43595 GreenYellow
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }{
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset Phantom Phantom
43608 status open
43609
43610 \begin_layout Plain Layout
43611 W
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }
43623 \end_layout
43624
43625 \end_inset
43626
43627  GreenYellow
43628 \end_layout
43629
43630 \end_inset
43631 </cell>
43632 </row>
43633 <row>
43634 <cell alignment="center" valignment="top" usebox="none">
43635 \begin_inset Text
43636
43637 \begin_layout Plain Layout
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643
43644 \backslash
43645 fcolorbox{black}{
43646 \end_layout
43647
43648 \end_inset
43649
43650 JungleGreen
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656 }{
43657 \end_layout
43658
43659 \end_inset
43660
43661
43662 \begin_inset Phantom Phantom
43663 status open
43664
43665 \begin_layout Plain Layout
43666 W
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }
43678 \end_layout
43679
43680 \end_inset
43681
43682  JungleGreen
43683 \end_layout
43684
43685 \end_inset
43686 </cell>
43687 <cell alignment="center" valignment="top" usebox="none">
43688 \begin_inset Text
43689
43690 \begin_layout Plain Layout
43691 \begin_inset ERT
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695
43696
43697 \backslash
43698 fcolorbox{black}{
43699 \end_layout
43700
43701 \end_inset
43702
43703 Lavender
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709 }{
43710 \end_layout
43711
43712 \end_inset
43713
43714
43715 \begin_inset Phantom Phantom
43716 status open
43717
43718 \begin_layout Plain Layout
43719 W
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }
43731 \end_layout
43732
43733 \end_inset
43734
43735  Lavender
43736 \end_layout
43737
43738 \end_inset
43739 </cell>
43740 <cell alignment="center" valignment="top" usebox="none">
43741 \begin_inset Text
43742
43743 \begin_layout Plain Layout
43744 \begin_inset ERT
43745 status collapsed
43746
43747 \begin_layout Plain Layout
43748
43749
43750 \backslash
43751 fcolorbox{black}{
43752 \end_layout
43753
43754 \end_inset
43755
43756 LimeGreen
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762 }{
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset Phantom Phantom
43769 status open
43770
43771 \begin_layout Plain Layout
43772 W
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }
43784 \end_layout
43785
43786 \end_inset
43787
43788  LimeGreen
43789 \end_layout
43790
43791 \end_inset
43792 </cell>
43793 <cell alignment="center" valignment="top" usebox="none">
43794 \begin_inset Text
43795
43796 \begin_layout Plain Layout
43797 \begin_inset ERT
43798 status collapsed
43799
43800 \begin_layout Plain Layout
43801
43802
43803 \backslash
43804 fcolorbox{black}{
43805 \end_layout
43806
43807 \end_inset
43808
43809 Mahogany
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }{
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset Phantom Phantom
43822 status open
43823
43824 \begin_layout Plain Layout
43825 W
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }
43837 \end_layout
43838
43839 \end_inset
43840
43841  Mahogany
43842 \end_layout
43843
43844 \end_inset
43845 </cell>
43846 </row>
43847 <row>
43848 <cell alignment="left" valignment="top" usebox="none">
43849 \begin_inset Text
43850
43851 \begin_layout Plain Layout
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857
43858 \backslash
43859 fcolorbox{black}{
43860 \end_layout
43861
43862 \end_inset
43863
43864 Mahogany
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870 }{
43871 \end_layout
43872
43873 \end_inset
43874
43875
43876 \begin_inset Phantom Phantom
43877 status open
43878
43879 \begin_layout Plain Layout
43880 W
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }
43892 \end_layout
43893
43894 \end_inset
43895
43896  Mahogany
43897 \end_layout
43898
43899 \end_inset
43900 </cell>
43901 <cell alignment="left" valignment="top" usebox="none">
43902 \begin_inset Text
43903
43904 \begin_layout Plain Layout
43905 \begin_inset ERT
43906 status collapsed
43907
43908 \begin_layout Plain Layout
43909
43910
43911 \backslash
43912 fcolorbox{black}{
43913 \end_layout
43914
43915 \end_inset
43916
43917 Maroon
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923 }{
43924 \end_layout
43925
43926 \end_inset
43927
43928
43929 \begin_inset Phantom Phantom
43930 status open
43931
43932 \begin_layout Plain Layout
43933 W
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }
43945 \end_layout
43946
43947 \end_inset
43948
43949  Maroon
43950 \end_layout
43951
43952 \end_inset
43953 </cell>
43954 <cell alignment="left" valignment="top" usebox="none">
43955 \begin_inset Text
43956
43957 \begin_layout Plain Layout
43958 \begin_inset ERT
43959 status collapsed
43960
43961 \begin_layout Plain Layout
43962
43963
43964 \backslash
43965 fcolorbox{black}{
43966 \end_layout
43967
43968 \end_inset
43969
43970 Melon
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976 }{
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset Phantom Phantom
43983 status open
43984
43985 \begin_layout Plain Layout
43986 W
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }
43998 \end_layout
43999
44000 \end_inset
44001
44002  Melon
44003 \end_layout
44004
44005 \end_inset
44006 </cell>
44007 <cell alignment="left" valignment="top" usebox="none">
44008 \begin_inset Text
44009
44010 \begin_layout Plain Layout
44011 \begin_inset ERT
44012 status collapsed
44013
44014 \begin_layout Plain Layout
44015
44016
44017 \backslash
44018 fcolorbox{black}{
44019 \end_layout
44020
44021 \end_inset
44022
44023 MidnightBlue
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }{
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset Phantom Phantom
44036 status open
44037
44038 \begin_layout Plain Layout
44039 W
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }
44051 \end_layout
44052
44053 \end_inset
44054
44055  MidnightBlue
44056 \end_layout
44057
44058 \end_inset
44059 </cell>
44060 </row>
44061 <row>
44062 <cell alignment="left" valignment="top" usebox="none">
44063 \begin_inset Text
44064
44065 \begin_layout Plain Layout
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071
44072 \backslash
44073 fcolorbox{black}{
44074 \end_layout
44075
44076 \end_inset
44077
44078 Mulberry
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084 }{
44085 \end_layout
44086
44087 \end_inset
44088
44089
44090 \begin_inset Phantom Phantom
44091 status open
44092
44093 \begin_layout Plain Layout
44094 W
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }
44106 \end_layout
44107
44108 \end_inset
44109
44110  Mulberry
44111 \end_layout
44112
44113 \end_inset
44114 </cell>
44115 <cell alignment="left" valignment="top" usebox="none">
44116 \begin_inset Text
44117
44118 \begin_layout Plain Layout
44119 \begin_inset ERT
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123
44124
44125 \backslash
44126 fcolorbox{black}{
44127 \end_layout
44128
44129 \end_inset
44130
44131 NavyBlue
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137 }{
44138 \end_layout
44139
44140 \end_inset
44141
44142
44143 \begin_inset Phantom Phantom
44144 status open
44145
44146 \begin_layout Plain Layout
44147 W
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }
44159 \end_layout
44160
44161 \end_inset
44162
44163  NavyBlue
44164 \end_layout
44165
44166 \end_inset
44167 </cell>
44168 <cell alignment="left" valignment="top" usebox="none">
44169 \begin_inset Text
44170
44171 \begin_layout Plain Layout
44172 \begin_inset ERT
44173 status collapsed
44174
44175 \begin_layout Plain Layout
44176
44177
44178 \backslash
44179 fcolorbox{black}{
44180 \end_layout
44181
44182 \end_inset
44183
44184 OliveGreen
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190 }{
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset Phantom Phantom
44197 status open
44198
44199 \begin_layout Plain Layout
44200 W
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211 }
44212 \end_layout
44213
44214 \end_inset
44215
44216  OliveGreen
44217 \end_layout
44218
44219 \end_inset
44220 </cell>
44221 <cell alignment="left" valignment="top" usebox="none">
44222 \begin_inset Text
44223
44224 \begin_layout Plain Layout
44225 \begin_inset ERT
44226 status collapsed
44227
44228 \begin_layout Plain Layout
44229
44230
44231 \backslash
44232 fcolorbox{black}{
44233 \end_layout
44234
44235 \end_inset
44236
44237 Orange
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }{
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset Phantom Phantom
44250 status open
44251
44252 \begin_layout Plain Layout
44253 W
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 }
44265 \end_layout
44266
44267 \end_inset
44268
44269  Orange
44270 \end_layout
44271
44272 \end_inset
44273 </cell>
44274 </row>
44275 <row>
44276 <cell alignment="left" valignment="top" usebox="none">
44277 \begin_inset Text
44278
44279 \begin_layout Plain Layout
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285
44286 \backslash
44287 fcolorbox{black}{
44288 \end_layout
44289
44290 \end_inset
44291
44292 OrangeRed
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298 }{
44299 \end_layout
44300
44301 \end_inset
44302
44303
44304 \begin_inset Phantom Phantom
44305 status open
44306
44307 \begin_layout Plain Layout
44308 W
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319 }
44320 \end_layout
44321
44322 \end_inset
44323
44324  OrangeRed
44325 \end_layout
44326
44327 \end_inset
44328 </cell>
44329 <cell alignment="left" valignment="top" usebox="none">
44330 \begin_inset Text
44331
44332 \begin_layout Plain Layout
44333 \begin_inset ERT
44334 status collapsed
44335
44336 \begin_layout Plain Layout
44337
44338
44339 \backslash
44340 fcolorbox{black}{
44341 \end_layout
44342
44343 \end_inset
44344
44345 Orchid
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351 }{
44352 \end_layout
44353
44354 \end_inset
44355
44356
44357 \begin_inset Phantom Phantom
44358 status open
44359
44360 \begin_layout Plain Layout
44361 W
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }
44373 \end_layout
44374
44375 \end_inset
44376
44377  Orchid
44378 \end_layout
44379
44380 \end_inset
44381 </cell>
44382 <cell alignment="left" valignment="top" usebox="none">
44383 \begin_inset Text
44384
44385 \begin_layout Plain Layout
44386 \begin_inset ERT
44387 status collapsed
44388
44389 \begin_layout Plain Layout
44390
44391
44392 \backslash
44393 fcolorbox{black}{
44394 \end_layout
44395
44396 \end_inset
44397
44398 Peach
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404 }{
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset Phantom Phantom
44411 status open
44412
44413 \begin_layout Plain Layout
44414 W
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425 }
44426 \end_layout
44427
44428 \end_inset
44429
44430  Peach
44431 \end_layout
44432
44433 \end_inset
44434 </cell>
44435 <cell alignment="left" valignment="top" usebox="none">
44436 \begin_inset Text
44437
44438 \begin_layout Plain Layout
44439 \begin_inset ERT
44440 status collapsed
44441
44442 \begin_layout Plain Layout
44443
44444
44445 \backslash
44446 fcolorbox{black}{
44447 \end_layout
44448
44449 \end_inset
44450
44451 Periwinkle
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }{
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset Phantom Phantom
44464 status open
44465
44466 \begin_layout Plain Layout
44467 W
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478 }
44479 \end_layout
44480
44481 \end_inset
44482
44483  Periwinkle
44484 \end_layout
44485
44486 \end_inset
44487 </cell>
44488 </row>
44489 <row>
44490 <cell alignment="left" valignment="top" usebox="none">
44491 \begin_inset Text
44492
44493 \begin_layout Plain Layout
44494 \begin_inset ERT
44495 status collapsed
44496
44497 \begin_layout Plain Layout
44498
44499
44500 \backslash
44501 fcolorbox{black}{
44502 \end_layout
44503
44504 \end_inset
44505
44506 PineGreen
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512 }{
44513 \end_layout
44514
44515 \end_inset
44516
44517
44518 \begin_inset Phantom Phantom
44519 status open
44520
44521 \begin_layout Plain Layout
44522 W
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533 }
44534 \end_layout
44535
44536 \end_inset
44537
44538  PineGreen
44539 \end_layout
44540
44541 \end_inset
44542 </cell>
44543 <cell alignment="left" valignment="top" usebox="none">
44544 \begin_inset Text
44545
44546 \begin_layout Plain Layout
44547 \begin_inset ERT
44548 status collapsed
44549
44550 \begin_layout Plain Layout
44551
44552
44553 \backslash
44554 fcolorbox{black}{
44555 \end_layout
44556
44557 \end_inset
44558
44559 Plum
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565 }{
44566 \end_layout
44567
44568 \end_inset
44569
44570
44571 \begin_inset Phantom Phantom
44572 status open
44573
44574 \begin_layout Plain Layout
44575 W
44576 \end_layout
44577
44578 \end_inset
44579
44580
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }
44587 \end_layout
44588
44589 \end_inset
44590
44591  Plum
44592 \end_layout
44593
44594 \end_inset
44595 </cell>
44596 <cell alignment="left" valignment="top" usebox="none">
44597 \begin_inset Text
44598
44599 \begin_layout Plain Layout
44600 \begin_inset ERT
44601 status collapsed
44602
44603 \begin_layout Plain Layout
44604
44605
44606 \backslash
44607 fcolorbox{black}{
44608 \end_layout
44609
44610 \end_inset
44611
44612 ProcessBlue
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618 }{
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset Phantom Phantom
44625 status open
44626
44627 \begin_layout Plain Layout
44628 W
44629 \end_layout
44630
44631 \end_inset
44632
44633
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639 }
44640 \end_layout
44641
44642 \end_inset
44643
44644  ProcessBlue
44645 \end_layout
44646
44647 \end_inset
44648 </cell>
44649 <cell alignment="left" valignment="top" usebox="none">
44650 \begin_inset Text
44651
44652 \begin_layout Plain Layout
44653 \begin_inset ERT
44654 status collapsed
44655
44656 \begin_layout Plain Layout
44657
44658
44659 \backslash
44660 fcolorbox{black}{
44661 \end_layout
44662
44663 \end_inset
44664
44665 Purple
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }{
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset Phantom Phantom
44678 status open
44679
44680 \begin_layout Plain Layout
44681 W
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692 }
44693 \end_layout
44694
44695 \end_inset
44696
44697  Purple
44698 \end_layout
44699
44700 \end_inset
44701 </cell>
44702 </row>
44703 <row>
44704 <cell alignment="left" valignment="top" usebox="none">
44705 \begin_inset Text
44706
44707 \begin_layout Plain Layout
44708 \begin_inset ERT
44709 status collapsed
44710
44711 \begin_layout Plain Layout
44712
44713
44714 \backslash
44715 fcolorbox{black}{
44716 \end_layout
44717
44718 \end_inset
44719
44720 RawSienna
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726 }{
44727 \end_layout
44728
44729 \end_inset
44730
44731
44732 \begin_inset Phantom Phantom
44733 status open
44734
44735 \begin_layout Plain Layout
44736 W
44737 \end_layout
44738
44739 \end_inset
44740
44741
44742 \begin_inset ERT
44743 status collapsed
44744
44745 \begin_layout Plain Layout
44746
44747 }
44748 \end_layout
44749
44750 \end_inset
44751
44752  RawSienna
44753 \end_layout
44754
44755 \end_inset
44756 </cell>
44757 <cell alignment="left" valignment="top" usebox="none">
44758 \begin_inset Text
44759
44760 \begin_layout Plain Layout
44761 \begin_inset ERT
44762 status collapsed
44763
44764 \begin_layout Plain Layout
44765
44766
44767 \backslash
44768 fcolorbox{black}{
44769 \end_layout
44770
44771 \end_inset
44772
44773 RedOrange
44774 \begin_inset ERT
44775 status collapsed
44776
44777 \begin_layout Plain Layout
44778
44779 }{
44780 \end_layout
44781
44782 \end_inset
44783
44784
44785 \begin_inset Phantom Phantom
44786 status open
44787
44788 \begin_layout Plain Layout
44789 W
44790 \end_layout
44791
44792 \end_inset
44793
44794
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }
44801 \end_layout
44802
44803 \end_inset
44804
44805  RedOrange
44806 \end_layout
44807
44808 \end_inset
44809 </cell>
44810 <cell alignment="left" valignment="top" usebox="none">
44811 \begin_inset Text
44812
44813 \begin_layout Plain Layout
44814 \begin_inset ERT
44815 status collapsed
44816
44817 \begin_layout Plain Layout
44818
44819
44820 \backslash
44821 fcolorbox{black}{
44822 \end_layout
44823
44824 \end_inset
44825
44826 RedViolet
44827 \begin_inset ERT
44828 status collapsed
44829
44830 \begin_layout Plain Layout
44831
44832 }{
44833 \end_layout
44834
44835 \end_inset
44836
44837
44838 \begin_inset Phantom Phantom
44839 status open
44840
44841 \begin_layout Plain Layout
44842 W
44843 \end_layout
44844
44845 \end_inset
44846
44847
44848 \begin_inset ERT
44849 status collapsed
44850
44851 \begin_layout Plain Layout
44852
44853 }
44854 \end_layout
44855
44856 \end_inset
44857
44858  RedViolet
44859 \end_layout
44860
44861 \end_inset
44862 </cell>
44863 <cell alignment="left" valignment="top" usebox="none">
44864 \begin_inset Text
44865
44866 \begin_layout Plain Layout
44867 \begin_inset ERT
44868 status collapsed
44869
44870 \begin_layout Plain Layout
44871
44872
44873 \backslash
44874 fcolorbox{black}{
44875 \end_layout
44876
44877 \end_inset
44878
44879 Rhodamine
44880 \begin_inset ERT
44881 status collapsed
44882
44883 \begin_layout Plain Layout
44884
44885 }{
44886 \end_layout
44887
44888 \end_inset
44889
44890
44891 \begin_inset Phantom Phantom
44892 status open
44893
44894 \begin_layout Plain Layout
44895 W
44896 \end_layout
44897
44898 \end_inset
44899
44900
44901 \begin_inset ERT
44902 status collapsed
44903
44904 \begin_layout Plain Layout
44905
44906 }
44907 \end_layout
44908
44909 \end_inset
44910
44911  Rhodamine
44912 \end_layout
44913
44914 \end_inset
44915 </cell>
44916 </row>
44917 <row>
44918 <cell alignment="left" valignment="top" usebox="none">
44919 \begin_inset Text
44920
44921 \begin_layout Plain Layout
44922 \begin_inset ERT
44923 status collapsed
44924
44925 \begin_layout Plain Layout
44926
44927
44928 \backslash
44929 fcolorbox{black}{
44930 \end_layout
44931
44932 \end_inset
44933
44934 RoyalBlue
44935 \begin_inset ERT
44936 status collapsed
44937
44938 \begin_layout Plain Layout
44939
44940 }{
44941 \end_layout
44942
44943 \end_inset
44944
44945
44946 \begin_inset Phantom Phantom
44947 status open
44948
44949 \begin_layout Plain Layout
44950 W
44951 \end_layout
44952
44953 \end_inset
44954
44955
44956 \begin_inset ERT
44957 status collapsed
44958
44959 \begin_layout Plain Layout
44960
44961 }
44962 \end_layout
44963
44964 \end_inset
44965
44966  RoyalBlue
44967 \end_layout
44968
44969 \end_inset
44970 </cell>
44971 <cell alignment="left" valignment="top" usebox="none">
44972 \begin_inset Text
44973
44974 \begin_layout Plain Layout
44975 \begin_inset ERT
44976 status collapsed
44977
44978 \begin_layout Plain Layout
44979
44980
44981 \backslash
44982 fcolorbox{black}{
44983 \end_layout
44984
44985 \end_inset
44986
44987 RoyalPurple
44988 \begin_inset ERT
44989 status collapsed
44990
44991 \begin_layout Plain Layout
44992
44993 }{
44994 \end_layout
44995
44996 \end_inset
44997
44998
44999 \begin_inset Phantom Phantom
45000 status open
45001
45002 \begin_layout Plain Layout
45003 W
45004 \end_layout
45005
45006 \end_inset
45007
45008
45009 \begin_inset ERT
45010 status collapsed
45011
45012 \begin_layout Plain Layout
45013
45014 }
45015 \end_layout
45016
45017 \end_inset
45018
45019  RoyalPurple
45020 \end_layout
45021
45022 \end_inset
45023 </cell>
45024 <cell alignment="left" valignment="top" usebox="none">
45025 \begin_inset Text
45026
45027 \begin_layout Plain Layout
45028 \begin_inset ERT
45029 status collapsed
45030
45031 \begin_layout Plain Layout
45032
45033
45034 \backslash
45035 fcolorbox{black}{
45036 \end_layout
45037
45038 \end_inset
45039
45040 RubineRed
45041 \begin_inset ERT
45042 status collapsed
45043
45044 \begin_layout Plain Layout
45045
45046 }{
45047 \end_layout
45048
45049 \end_inset
45050
45051
45052 \begin_inset Phantom Phantom
45053 status open
45054
45055 \begin_layout Plain Layout
45056 W
45057 \end_layout
45058
45059 \end_inset
45060
45061
45062 \begin_inset ERT
45063 status collapsed
45064
45065 \begin_layout Plain Layout
45066
45067 }
45068 \end_layout
45069
45070 \end_inset
45071
45072  RubineRed
45073 \end_layout
45074
45075 \end_inset
45076 </cell>
45077 <cell alignment="left" valignment="top" usebox="none">
45078 \begin_inset Text
45079
45080 \begin_layout Plain Layout
45081 \begin_inset ERT
45082 status collapsed
45083
45084 \begin_layout Plain Layout
45085
45086
45087 \backslash
45088 fcolorbox{black}{
45089 \end_layout
45090
45091 \end_inset
45092
45093 Salmon
45094 \begin_inset ERT
45095 status collapsed
45096
45097 \begin_layout Plain Layout
45098
45099 }{
45100 \end_layout
45101
45102 \end_inset
45103
45104
45105 \begin_inset Phantom Phantom
45106 status open
45107
45108 \begin_layout Plain Layout
45109 W
45110 \end_layout
45111
45112 \end_inset
45113
45114
45115 \begin_inset ERT
45116 status collapsed
45117
45118 \begin_layout Plain Layout
45119
45120 }
45121 \end_layout
45122
45123 \end_inset
45124
45125  Salmon
45126 \end_layout
45127
45128 \end_inset
45129 </cell>
45130 </row>
45131 <row>
45132 <cell alignment="left" valignment="top" usebox="none">
45133 \begin_inset Text
45134
45135 \begin_layout Plain Layout
45136 \begin_inset ERT
45137 status collapsed
45138
45139 \begin_layout Plain Layout
45140
45141
45142 \backslash
45143 fcolorbox{black}{
45144 \end_layout
45145
45146 \end_inset
45147
45148 SeaGreen
45149 \begin_inset ERT
45150 status collapsed
45151
45152 \begin_layout Plain Layout
45153
45154 }{
45155 \end_layout
45156
45157 \end_inset
45158
45159
45160 \begin_inset Phantom Phantom
45161 status open
45162
45163 \begin_layout Plain Layout
45164 W
45165 \end_layout
45166
45167 \end_inset
45168
45169
45170 \begin_inset ERT
45171 status collapsed
45172
45173 \begin_layout Plain Layout
45174
45175 }
45176 \end_layout
45177
45178 \end_inset
45179
45180  SeaGreen
45181 \end_layout
45182
45183 \end_inset
45184 </cell>
45185 <cell alignment="left" valignment="top" usebox="none">
45186 \begin_inset Text
45187
45188 \begin_layout Plain Layout
45189 \begin_inset ERT
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193
45194
45195 \backslash
45196 fcolorbox{black}{
45197 \end_layout
45198
45199 \end_inset
45200
45201 Sepia
45202 \begin_inset ERT
45203 status collapsed
45204
45205 \begin_layout Plain Layout
45206
45207 }{
45208 \end_layout
45209
45210 \end_inset
45211
45212
45213 \begin_inset Phantom Phantom
45214 status open
45215
45216 \begin_layout Plain Layout
45217 W
45218 \end_layout
45219
45220 \end_inset
45221
45222
45223 \begin_inset ERT
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227
45228 }
45229 \end_layout
45230
45231 \end_inset
45232
45233  Sepia
45234 \end_layout
45235
45236 \end_inset
45237 </cell>
45238 <cell alignment="left" valignment="top" usebox="none">
45239 \begin_inset Text
45240
45241 \begin_layout Plain Layout
45242 \begin_inset ERT
45243 status collapsed
45244
45245 \begin_layout Plain Layout
45246
45247
45248 \backslash
45249 fcolorbox{black}{
45250 \end_layout
45251
45252 \end_inset
45253
45254 SkyBlue
45255 \begin_inset ERT
45256 status collapsed
45257
45258 \begin_layout Plain Layout
45259
45260 }{
45261 \end_layout
45262
45263 \end_inset
45264
45265
45266 \begin_inset Phantom Phantom
45267 status open
45268
45269 \begin_layout Plain Layout
45270 W
45271 \end_layout
45272
45273 \end_inset
45274
45275
45276 \begin_inset ERT
45277 status collapsed
45278
45279 \begin_layout Plain Layout
45280
45281 }
45282 \end_layout
45283
45284 \end_inset
45285
45286  SkyBlue
45287 \end_layout
45288
45289 \end_inset
45290 </cell>
45291 <cell alignment="left" valignment="top" usebox="none">
45292 \begin_inset Text
45293
45294 \begin_layout Plain Layout
45295 \begin_inset ERT
45296 status collapsed
45297
45298 \begin_layout Plain Layout
45299
45300
45301 \backslash
45302 fcolorbox{black}{
45303 \end_layout
45304
45305 \end_inset
45306
45307 SpringGreen
45308 \begin_inset ERT
45309 status collapsed
45310
45311 \begin_layout Plain Layout
45312
45313 }{
45314 \end_layout
45315
45316 \end_inset
45317
45318
45319 \begin_inset Phantom Phantom
45320 status open
45321
45322 \begin_layout Plain Layout
45323 W
45324 \end_layout
45325
45326 \end_inset
45327
45328
45329 \begin_inset ERT
45330 status collapsed
45331
45332 \begin_layout Plain Layout
45333
45334 }
45335 \end_layout
45336
45337 \end_inset
45338
45339  SpringGreen
45340 \end_layout
45341
45342 \end_inset
45343 </cell>
45344 </row>
45345 <row>
45346 <cell alignment="left" valignment="top" usebox="none">
45347 \begin_inset Text
45348
45349 \begin_layout Plain Layout
45350 \begin_inset ERT
45351 status collapsed
45352
45353 \begin_layout Plain Layout
45354
45355
45356 \backslash
45357 fcolorbox{black}{
45358 \end_layout
45359
45360 \end_inset
45361
45362 Tan
45363 \begin_inset ERT
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367
45368 }{
45369 \end_layout
45370
45371 \end_inset
45372
45373
45374 \begin_inset Phantom Phantom
45375 status open
45376
45377 \begin_layout Plain Layout
45378 W
45379 \end_layout
45380
45381 \end_inset
45382
45383
45384 \begin_inset ERT
45385 status collapsed
45386
45387 \begin_layout Plain Layout
45388
45389 }
45390 \end_layout
45391
45392 \end_inset
45393
45394  Tan
45395 \end_layout
45396
45397 \end_inset
45398 </cell>
45399 <cell alignment="left" valignment="top" usebox="none">
45400 \begin_inset Text
45401
45402 \begin_layout Plain Layout
45403 \begin_inset ERT
45404 status collapsed
45405
45406 \begin_layout Plain Layout
45407
45408
45409 \backslash
45410 fcolorbox{black}{
45411 \end_layout
45412
45413 \end_inset
45414
45415 TealBlue
45416 \begin_inset ERT
45417 status collapsed
45418
45419 \begin_layout Plain Layout
45420
45421 }{
45422 \end_layout
45423
45424 \end_inset
45425
45426
45427 \begin_inset Phantom Phantom
45428 status open
45429
45430 \begin_layout Plain Layout
45431 W
45432 \end_layout
45433
45434 \end_inset
45435
45436
45437 \begin_inset ERT
45438 status collapsed
45439
45440 \begin_layout Plain Layout
45441
45442 }
45443 \end_layout
45444
45445 \end_inset
45446
45447  TealBlue
45448 \end_layout
45449
45450 \end_inset
45451 </cell>
45452 <cell alignment="left" valignment="top" usebox="none">
45453 \begin_inset Text
45454
45455 \begin_layout Plain Layout
45456 \begin_inset ERT
45457 status collapsed
45458
45459 \begin_layout Plain Layout
45460
45461
45462 \backslash
45463 fcolorbox{black}{
45464 \end_layout
45465
45466 \end_inset
45467
45468 Thistle
45469 \begin_inset ERT
45470 status collapsed
45471
45472 \begin_layout Plain Layout
45473
45474 }{
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \begin_inset Phantom Phantom
45481 status open
45482
45483 \begin_layout Plain Layout
45484 W
45485 \end_layout
45486
45487 \end_inset
45488
45489
45490 \begin_inset ERT
45491 status collapsed
45492
45493 \begin_layout Plain Layout
45494
45495 }
45496 \end_layout
45497
45498 \end_inset
45499
45500  Thistle
45501 \end_layout
45502
45503 \end_inset
45504 </cell>
45505 <cell alignment="left" valignment="top" usebox="none">
45506 \begin_inset Text
45507
45508 \begin_layout Plain Layout
45509 \begin_inset ERT
45510 status collapsed
45511
45512 \begin_layout Plain Layout
45513
45514
45515 \backslash
45516 fcolorbox{black}{
45517 \end_layout
45518
45519 \end_inset
45520
45521 Turquoise
45522 \begin_inset ERT
45523 status collapsed
45524
45525 \begin_layout Plain Layout
45526
45527 }{
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \begin_inset Phantom Phantom
45534 status open
45535
45536 \begin_layout Plain Layout
45537 W
45538 \end_layout
45539
45540 \end_inset
45541
45542
45543 \begin_inset ERT
45544 status collapsed
45545
45546 \begin_layout Plain Layout
45547
45548 }
45549 \end_layout
45550
45551 \end_inset
45552
45553  Turquoise
45554 \end_layout
45555
45556 \end_inset
45557 </cell>
45558 </row>
45559 <row>
45560 <cell alignment="left" valignment="top" usebox="none">
45561 \begin_inset Text
45562
45563 \begin_layout Plain Layout
45564 \begin_inset ERT
45565 status collapsed
45566
45567 \begin_layout Plain Layout
45568
45569
45570 \backslash
45571 fcolorbox{black}{
45572 \end_layout
45573
45574 \end_inset
45575
45576 Violet
45577 \begin_inset ERT
45578 status collapsed
45579
45580 \begin_layout Plain Layout
45581
45582 }{
45583 \end_layout
45584
45585 \end_inset
45586
45587
45588 \begin_inset Phantom Phantom
45589 status open
45590
45591 \begin_layout Plain Layout
45592 W
45593 \end_layout
45594
45595 \end_inset
45596
45597
45598 \begin_inset ERT
45599 status collapsed
45600
45601 \begin_layout Plain Layout
45602
45603 }
45604 \end_layout
45605
45606 \end_inset
45607
45608  Violet
45609 \end_layout
45610
45611 \end_inset
45612 </cell>
45613 <cell alignment="left" valignment="top" usebox="none">
45614 \begin_inset Text
45615
45616 \begin_layout Plain Layout
45617 \begin_inset ERT
45618 status collapsed
45619
45620 \begin_layout Plain Layout
45621
45622
45623 \backslash
45624 fcolorbox{black}{
45625 \end_layout
45626
45627 \end_inset
45628
45629 VioletRed
45630 \begin_inset ERT
45631 status collapsed
45632
45633 \begin_layout Plain Layout
45634
45635 }{
45636 \end_layout
45637
45638 \end_inset
45639
45640
45641 \begin_inset Phantom Phantom
45642 status open
45643
45644 \begin_layout Plain Layout
45645 W
45646 \end_layout
45647
45648 \end_inset
45649
45650
45651 \begin_inset ERT
45652 status collapsed
45653
45654 \begin_layout Plain Layout
45655
45656 }
45657 \end_layout
45658
45659 \end_inset
45660
45661  VioletRed
45662 \end_layout
45663
45664 \end_inset
45665 </cell>
45666 <cell alignment="left" valignment="top" usebox="none">
45667 \begin_inset Text
45668
45669 \begin_layout Plain Layout
45670 \begin_inset ERT
45671 status collapsed
45672
45673 \begin_layout Plain Layout
45674
45675
45676 \backslash
45677 fcolorbox{black}{
45678 \end_layout
45679
45680 \end_inset
45681
45682 WildStrawberry
45683 \begin_inset ERT
45684 status collapsed
45685
45686 \begin_layout Plain Layout
45687
45688 }{
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \begin_inset Phantom Phantom
45695 status open
45696
45697 \begin_layout Plain Layout
45698 W
45699 \end_layout
45700
45701 \end_inset
45702
45703
45704 \begin_inset ERT
45705 status collapsed
45706
45707 \begin_layout Plain Layout
45708
45709 }
45710 \end_layout
45711
45712 \end_inset
45713
45714  WildStrawberry
45715 \end_layout
45716
45717 \end_inset
45718 </cell>
45719 <cell alignment="left" valignment="top" usebox="none">
45720 \begin_inset Text
45721
45722 \begin_layout Plain Layout
45723 \begin_inset ERT
45724 status collapsed
45725
45726 \begin_layout Plain Layout
45727
45728
45729 \backslash
45730 fcolorbox{black}{
45731 \end_layout
45732
45733 \end_inset
45734
45735 YellowGreen
45736 \begin_inset ERT
45737 status collapsed
45738
45739 \begin_layout Plain Layout
45740
45741 }{
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \begin_inset Phantom Phantom
45748 status open
45749
45750 \begin_layout Plain Layout
45751 W
45752 \end_layout
45753
45754 \end_inset
45755
45756
45757 \begin_inset ERT
45758 status collapsed
45759
45760 \begin_layout Plain Layout
45761
45762 }
45763 \end_layout
45764
45765 \end_inset
45766
45767  YellowGreen
45768 \end_layout
45769
45770 \end_inset
45771 </cell>
45772 </row>
45773 <row>
45774 <cell alignment="left" valignment="top" usebox="none">
45775 \begin_inset Text
45776
45777 \begin_layout Plain Layout
45778 \begin_inset ERT
45779 status collapsed
45780
45781 \begin_layout Plain Layout
45782
45783
45784 \backslash
45785 fcolorbox{black}{
45786 \end_layout
45787
45788 \end_inset
45789
45790 YellowOrange
45791 \begin_inset ERT
45792 status collapsed
45793
45794 \begin_layout Plain Layout
45795
45796 }{
45797 \end_layout
45798
45799 \end_inset
45800
45801
45802 \begin_inset Phantom Phantom
45803 status open
45804
45805 \begin_layout Plain Layout
45806 W
45807 \end_layout
45808
45809 \end_inset
45810
45811
45812 \begin_inset ERT
45813 status collapsed
45814
45815 \begin_layout Plain Layout
45816
45817 }
45818 \end_layout
45819
45820 \end_inset
45821
45822  YellowOrange
45823 \end_layout
45824
45825 \end_inset
45826 </cell>
45827 <cell alignment="left" valignment="top" usebox="none">
45828 \begin_inset Text
45829
45830 \begin_layout Plain Layout
45831
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 <cell alignment="left" valignment="top" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840
45841 \end_layout
45842
45843 \end_inset
45844 </cell>
45845 <cell alignment="left" valignment="top" usebox="none">
45846 \begin_inset Text
45847
45848 \begin_layout Plain Layout
45849
45850 \end_layout
45851
45852 \end_inset
45853 </cell>
45854 </row>
45855 </lyxtabular>
45856
45857 \end_inset
45858
45859
45860 \end_layout
45861
45862 \begin_layout Chapter
45863 Explicación de la ecuación
45864 \begin_inset space ~
45865 \end_inset
45866
45867 (
45868 \begin_inset CommandInset ref
45869 LatexCommand ref
45870 reference "eq:Wgn"
45871
45872 \end_inset
45873
45874 )
45875 \begin_inset CommandInset label
45876 LatexCommand label
45877 name "cap:Explicación-de-la-Ecuación"
45878
45879 \end_inset
45880
45881
45882 \end_layout
45883
45884 \begin_layout Standard
45885 La anchura total de 
45886 \emph on
45887 n
45888 \emph default
45889  celdas de un cuadro 
45890 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45891 \end_inset
45892
45893  puede calcularse con
45894 \begin_inset Formula 
45895 \begin{equation}
45896 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45897 \end{equation}
45898
45899 \end_inset
45900
45901
45902 \end_layout
45903
45904 \begin_layout Standard
45905 donde 
45906 \begin_inset Formula $W_{g\,n}$
45907 \end_inset
45908
45909  es el ancho dado de todas las celdas.
45910  
45911 \series bold
45912
45913 \backslash
45914 tabcolsep
45915 \series default
45916  es la longitud \SpecialChar LaTeX
45917  entre el texto y el borde de la celda, 6
45918 \begin_inset space \thinspace{}
45919 \end_inset
45920
45921 pt por omisión.
45922  
45923 \series bold
45924
45925 \backslash
45926 arrayrulewidth
45927 \series default
45928  es el grosor de línea del borde, 0.4
45929 \begin_inset space \thinspace{}
45930 \end_inset
45931
45932 pt por omisión.
45933 \end_layout
45934
45935 \begin_layout Standard
45936 Procediendo como en la ecuación
45937 \begin_inset space ~
45938 \end_inset
45939
45940
45941 \begin_inset CommandInset ref
45942 LatexCommand eqref
45943 reference "eq:Wtot_n"
45944
45945 \end_inset
45946
45947 , el ancho total de una multicolumna, 
45948 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45949 \end_inset
45950
45951  es
45952 \begin_inset Formula 
45953 \begin{equation}
45954 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45955 \end{equation}
45956
45957 \end_inset
45958
45959
45960 \end_layout
45961
45962 \begin_layout Standard
45963 Igualando las ecuaciones
45964 \begin_inset space ~
45965 \end_inset
45966
45967
45968 \begin_inset CommandInset ref
45969 LatexCommand eqref
45970 reference "eq:Wtot_n"
45971
45972 \end_inset
45973
45974  y 
45975 \begin_inset CommandInset ref
45976 LatexCommand eqref
45977 reference "eq:Wtot_mult"
45978
45979 \end_inset
45980
45981  podemos calcular el ancho dado necesario 
45982 \begin_inset Formula $W_{g\,n}$
45983 \end_inset
45984
45985  cuando se expanden 
45986 \emph on
45987 n
45988 \emph default
45989  columnas, de forma que cada una de ellas tiene una anchura total 
45990 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45991 \end_inset
45992
45993 :
45994 \begin_inset Formula 
45995 \begin{equation}
45996 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45997 \end{equation}
45998
45999 \end_inset
46000
46001
46002 \end_layout
46003
46004 \begin_layout Bibliography
46005 \begin_inset CommandInset bibitem
46006 LatexCommand bibitem
46007 key "latexcompanion"
46008 literal "true"
46009
46010 \end_inset
46011
46012 Frank Mittelbach and Michel Goossens: 
46013 \emph on
46014 The \SpecialChar LaTeX
46015  Companion Second Edition.
46016
46017 \emph default
46018  Addison-Wesley, 2004
46019 \end_layout
46020
46021 \begin_layout Bibliography
46022 \begin_inset CommandInset bibitem
46023 LatexCommand bibitem
46024 key "latexguide"
46025 literal "true"
46026
46027 \end_inset
46028
46029 Helmut Kopka and Patrick W.
46030  Daly: 
46031 \emph on
46032 A Guide to \SpecialChar LaTeX
46033  Fourth Edition.
46034
46035 \emph default
46036  Addison-Wesley, 2003
46037 \end_layout
46038
46039 \begin_layout Bibliography
46040 \begin_inset CommandInset bibitem
46041 LatexCommand bibitem
46042 key "latexbook"
46043 literal "true"
46044
46045 \end_inset
46046
46047 Leslie Lamport: 
46048 \emph on
46049 \SpecialChar LaTeX
46050 : A Document Preparation System.
46051
46052 \emph default
46053  Addison-Wesley, second edition, 1994
46054 \end_layout
46055
46056 \begin_layout Bibliography
46057 \begin_inset CommandInset bibitem
46058 LatexCommand bibitem
46059 key "arydshln"
46060 literal "true"
46061
46062 \end_inset
46063
46064 Documentación del paquete \SpecialChar LaTeX
46065  
46066 \series bold
46067
46068 \begin_inset CommandInset href
46069 LatexCommand href
46070 name "arydshln"
46071 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46072 literal "false"
46073
46074 \end_inset
46075
46076
46077 \series default
46078
46079 \begin_inset Index idx
46080 status collapsed
46081
46082 \begin_layout Plain Layout
46083 \SpecialChar LaTeX
46084 -paquetes ! arydshln
46085 \end_layout
46086
46087 \end_inset
46088
46089
46090 \end_layout
46091
46092 \begin_layout Bibliography
46093 \begin_inset CommandInset bibitem
46094 LatexCommand bibitem
46095 key "booktabs"
46096 literal "true"
46097
46098 \end_inset
46099
46100 Documentación del paquete \SpecialChar LaTeX
46101  
46102 \series bold
46103
46104 \begin_inset CommandInset href
46105 LatexCommand href
46106 name "booktabs"
46107 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46108 literal "false"
46109
46110 \end_inset
46111
46112
46113 \series default
46114
46115 \begin_inset Index idx
46116 status collapsed
46117
46118 \begin_layout Plain Layout
46119 \SpecialChar LaTeX
46120 -paquetes ! booktabs
46121 \end_layout
46122
46123 \end_inset
46124
46125
46126 \end_layout
46127
46128 \begin_layout Bibliography
46129 \begin_inset CommandInset bibitem
46130 LatexCommand bibitem
46131 key "caption"
46132 literal "true"
46133
46134 \end_inset
46135
46136 Documentación del paquete \SpecialChar LaTeX
46137  
46138 \series bold
46139
46140 \begin_inset CommandInset href
46141 LatexCommand href
46142 name "caption"
46143 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46144 literal "false"
46145
46146 \end_inset
46147
46148
46149 \series default
46150
46151 \begin_inset Index idx
46152 status collapsed
46153
46154 \begin_layout Plain Layout
46155 \SpecialChar LaTeX
46156 -paquetes ! caption
46157 \end_layout
46158
46159 \end_inset
46160
46161
46162 \end_layout
46163
46164 \begin_layout Bibliography
46165 \begin_inset CommandInset bibitem
46166 LatexCommand bibitem
46167 key "diagbox"
46168 literal "true"
46169
46170 \end_inset
46171
46172 Documentación del paquete \SpecialChar LaTeX
46173  
46174 \series bold
46175
46176 \begin_inset CommandInset href
46177 LatexCommand href
46178 name "diagbox"
46179 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46180 literal "false"
46181
46182 \end_inset
46183
46184
46185 \series default
46186
46187 \begin_inset Index idx
46188 status collapsed
46189
46190 \begin_layout Plain Layout
46191 \SpecialChar LaTeX
46192 -paquetes ! diagbox
46193 \end_layout
46194
46195 \end_inset
46196
46197
46198 \end_layout
46199
46200 \begin_layout Bibliography
46201 \begin_inset CommandInset bibitem
46202 LatexCommand bibitem
46203 key "endfloat"
46204 literal "true"
46205
46206 \end_inset
46207
46208 Documentación del paquete \SpecialChar LaTeX
46209  
46210 \series bold
46211
46212 \begin_inset CommandInset href
46213 LatexCommand href
46214 name "endfloat"
46215 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46216 literal "false"
46217
46218 \end_inset
46219
46220
46221 \series default
46222
46223 \begin_inset Index idx
46224 status collapsed
46225
46226 \begin_layout Plain Layout
46227 \SpecialChar LaTeX
46228 -paquetes ! endfloat
46229 \end_layout
46230
46231 \end_inset
46232
46233
46234 \end_layout
46235
46236 \begin_layout Bibliography
46237 \begin_inset CommandInset bibitem
46238 LatexCommand bibitem
46239 key "footmisc"
46240 literal "true"
46241
46242 \end_inset
46243
46244 Documentación del paquete \SpecialChar LaTeX
46245  
46246 \series bold
46247
46248 \begin_inset CommandInset href
46249 LatexCommand href
46250 name "footmisc"
46251 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46252 literal "false"
46253
46254 \end_inset
46255
46256
46257 \series default
46258
46259 \begin_inset Index idx
46260 status collapsed
46261
46262 \begin_layout Plain Layout
46263 \SpecialChar LaTeX
46264 -paquetes ! footmisc
46265 \end_layout
46266
46267 \end_inset
46268
46269
46270 \end_layout
46271
46272 \begin_layout Bibliography
46273 \begin_inset CommandInset bibitem
46274 LatexCommand bibitem
46275 key "hypcap"
46276 literal "true"
46277
46278 \end_inset
46279
46280 Documentación del paquete \SpecialChar LaTeX
46281  
46282 \series bold
46283
46284 \begin_inset CommandInset href
46285 LatexCommand href
46286 name "hypcap"
46287 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46288 literal "false"
46289
46290 \end_inset
46291
46292
46293 \series default
46294
46295 \begin_inset Index idx
46296 status collapsed
46297
46298 \begin_layout Plain Layout
46299 \SpecialChar LaTeX
46300 -paquetes ! hyperref
46301 \end_layout
46302
46303 \end_inset
46304
46305
46306 \end_layout
46307
46308 \begin_layout Bibliography
46309 \begin_inset CommandInset bibitem
46310 LatexCommand bibitem
46311 key "hyperref"
46312 literal "true"
46313
46314 \end_inset
46315
46316 Documentación del paquete \SpecialChar LaTeX
46317  
46318 \series bold
46319
46320 \begin_inset CommandInset href
46321 LatexCommand href
46322 name "hyperref"
46323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46324 literal "false"
46325
46326 \end_inset
46327
46328
46329 \series default
46330
46331 \begin_inset Index idx
46332 status collapsed
46333
46334 \begin_layout Plain Layout
46335 \SpecialChar LaTeX
46336 -paquetes ! hyperref
46337 \end_layout
46338
46339 \end_inset
46340
46341
46342 \end_layout
46343
46344 \begin_layout Bibliography
46345 \begin_inset CommandInset bibitem
46346 LatexCommand bibitem
46347 key "KOMA-Script"
46348 literal "true"
46349
46350 \end_inset
46351
46352 Documentación del paquete \SpecialChar LaTeX
46353  
46354 \series bold
46355
46356 \begin_inset CommandInset href
46357 LatexCommand href
46358 name "KOMA-Script"
46359 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46360 literal "false"
46361
46362 \end_inset
46363
46364
46365 \series default
46366
46367 \begin_inset Index idx
46368 status collapsed
46369
46370 \begin_layout Plain Layout
46371 \SpecialChar LaTeX
46372 -paquetes ! KOMA-Script
46373 \end_layout
46374
46375 \end_inset
46376
46377
46378 \end_layout
46379
46380 \begin_layout Bibliography
46381 \begin_inset CommandInset bibitem
46382 LatexCommand bibitem
46383 key "lettrine"
46384 literal "true"
46385
46386 \end_inset
46387
46388 Documentación del paquete \SpecialChar LaTeX
46389  
46390 \series bold
46391
46392 \begin_inset CommandInset href
46393 LatexCommand href
46394 name "lettrine"
46395 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46396 literal "false"
46397
46398 \end_inset
46399
46400
46401 \series default
46402  y un 
46403 \begin_inset CommandInset href
46404 LatexCommand href
46405 name "ejemplo"
46406 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46407 literal "false"
46408
46409 \end_inset
46410
46411
46412 \begin_inset Index idx
46413 status collapsed
46414
46415 \begin_layout Plain Layout
46416 \SpecialChar LaTeX
46417 -paquetes ! lettrine
46418 \end_layout
46419
46420 \end_inset
46421
46422
46423 \end_layout
46424
46425 \begin_layout Bibliography
46426 \begin_inset CommandInset bibitem
46427 LatexCommand bibitem
46428 key "listings"
46429 literal "true"
46430
46431 \end_inset
46432
46433 Documentación del paquete \SpecialChar LaTeX
46434  
46435 \series bold
46436
46437 \begin_inset CommandInset href
46438 LatexCommand href
46439 name "listings"
46440 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46441 literal "false"
46442
46443 \end_inset
46444
46445
46446 \series default
46447
46448 \begin_inset Index idx
46449 status collapsed
46450
46451 \begin_layout Plain Layout
46452 \SpecialChar LaTeX
46453 -paquetes ! listings
46454 \end_layout
46455
46456 \end_inset
46457
46458
46459 \end_layout
46460
46461 \begin_layout Bibliography
46462 \begin_inset CommandInset bibitem
46463 LatexCommand bibitem
46464 key "marginnote"
46465 literal "true"
46466
46467 \end_inset
46468
46469 Documentación del paquete \SpecialChar LaTeX
46470  
46471 \series bold
46472
46473 \begin_inset CommandInset href
46474 LatexCommand href
46475 name "marginnote"
46476 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46477 literal "false"
46478
46479 \end_inset
46480
46481
46482 \series default
46483
46484 \begin_inset Index idx
46485 status collapsed
46486
46487 \begin_layout Plain Layout
46488 \SpecialChar LaTeX
46489 -paquetes ! marginnote
46490 \end_layout
46491
46492 \end_inset
46493
46494
46495 \end_layout
46496
46497 \begin_layout Bibliography
46498 \begin_inset CommandInset bibitem
46499 LatexCommand bibitem
46500 key "pdfpages"
46501 literal "true"
46502
46503 \end_inset
46504
46505 Documentación del paquete \SpecialChar LaTeX
46506  
46507 \series bold
46508
46509 \begin_inset CommandInset href
46510 LatexCommand href
46511 name "pdfpages"
46512 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46513 literal "false"
46514
46515 \end_inset
46516
46517
46518 \series default
46519
46520 \begin_inset Index idx
46521 status collapsed
46522
46523 \begin_layout Plain Layout
46524 \SpecialChar LaTeX
46525 -paquetes ! pdfpages
46526 \end_layout
46527
46528 \end_inset
46529
46530
46531 \end_layout
46532
46533 \begin_layout Bibliography
46534 \begin_inset CommandInset bibitem
46535 LatexCommand bibitem
46536 key "prettyref"
46537 literal "true"
46538
46539 \end_inset
46540
46541 Documentación del paquete \SpecialChar LaTeX
46542  
46543 \series bold
46544
46545 \begin_inset CommandInset href
46546 LatexCommand href
46547 name "prettyref"
46548 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46549 literal "false"
46550
46551 \end_inset
46552
46553
46554 \series default
46555
46556 \begin_inset Index idx
46557 status collapsed
46558
46559 \begin_layout Plain Layout
46560 \SpecialChar LaTeX
46561 -paquetes ! prettyref
46562 \end_layout
46563
46564 \end_inset
46565
46566
46567 \end_layout
46568
46569 \begin_layout Bibliography
46570 \begin_inset CommandInset bibitem
46571 LatexCommand bibitem
46572 key "pstricks"
46573 literal "true"
46574
46575 \end_inset
46576
46577 Página web del paquete \SpecialChar LaTeX
46578  
46579 \series bold
46580
46581 \begin_inset CommandInset href
46582 LatexCommand href
46583 name "PSTricks"
46584 target "http://tug.org/PSTricks/"
46585 literal "false"
46586
46587 \end_inset
46588
46589
46590 \series default
46591
46592 \begin_inset Index idx
46593 status collapsed
46594
46595 \begin_layout Plain Layout
46596 \SpecialChar LaTeX
46597 -paquetes ! PSTricks
46598 \end_layout
46599
46600 \end_inset
46601
46602
46603 \end_layout
46604
46605 \begin_layout Bibliography
46606 \begin_inset CommandInset bibitem
46607 LatexCommand bibitem
46608 key "refstyle"
46609 literal "true"
46610
46611 \end_inset
46612
46613 Documentación del paquete \SpecialChar LaTeX
46614  
46615 \series bold
46616
46617 \begin_inset CommandInset href
46618 LatexCommand href
46619 name "refstyle"
46620 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46621 literal "false"
46622
46623 \end_inset
46624
46625
46626 \series default
46627
46628 \begin_inset Index idx
46629 status collapsed
46630
46631 \begin_layout Plain Layout
46632 \SpecialChar LaTeX
46633 -paquetes ! refstyle
46634 \end_layout
46635
46636 \end_inset
46637
46638
46639 \end_layout
46640
46641 \begin_layout Bibliography
46642 \begin_inset CommandInset bibitem
46643 LatexCommand bibitem
46644 key "sidecap"
46645 literal "true"
46646
46647 \end_inset
46648
46649 Documentación del paquete \SpecialChar LaTeX
46650  
46651 \series bold
46652
46653 \begin_inset CommandInset href
46654 LatexCommand href
46655 name "sidecap"
46656 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46657 literal "false"
46658
46659 \end_inset
46660
46661
46662 \series default
46663
46664 \begin_inset Index idx
46665 status collapsed
46666
46667 \begin_layout Plain Layout
46668 \SpecialChar LaTeX
46669 -paquetes ! sidecap
46670 \end_layout
46671
46672 \end_inset
46673
46674
46675 \end_layout
46676
46677 \begin_layout Bibliography
46678 \begin_inset CommandInset bibitem
46679 LatexCommand bibitem
46680 key "NewInLyX20"
46681 literal "true"
46682
46683 \end_inset
46684
46685
46686 \begin_inset CommandInset href
46687 LatexCommand href
46688 name "Página wiki"
46689 target "http://wiki.lyx.org/LyX/NewInLyX20"
46690 literal "false"
46691
46692 \end_inset
46693
46694  sobre características nuevas para la versión 
46695 \family sans
46696 \SpecialChar LyX
46697
46698 \begin_inset space ~
46699 \end_inset
46700
46701 2.0
46702 \family default
46703 .
46704 \end_layout
46705
46706 \begin_layout Standard
46707 \begin_inset CommandInset index_print
46708 LatexCommand printindex
46709 type "idx"
46710 name "Índice"
46711 literal "false"
46712
46713 \end_inset
46714
46715
46716 \end_layout
46717
46718 \end_body
46719 \end_document