]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
c2b160a70dad083d38f5d96fd9d43d72811bdee6
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/es/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{grisclaro}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94
95 % insert additional vertical space of
96 % 1.5 mm between footnotes
97 \let\myFoot\footnote
98 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
99
100 % number algorithm floats within chapters
101 \numberwithin{algorithm}{chapter}
102 % en español
103 \floatname{algorithm}{Algoritmo}
104
105
106 % ------------------------------------
107 % used to check for needed LaTeX packages
108 \usepackage{ifthen}
109
110 % check for package arydshln
111 % used for tables with dashed lines
112 \newboolean{arydshln}
113 \IfFileExists{arydshln.sty}
114  {\usepackage{arydshln}
115   \setboolean{arydshln}{true}}
116  {\setboolean{arydshln}{false}}
117
118 % check for package marginnote
119 % used for margin notes
120 \newboolean{marginnote}
121 \IfFileExists{marginnote.sty}
122  {\usepackage{marginnote}
123   \let\marginpar\marginnote
124   \setboolean{marginnote}{true}}
125  {\setboolean{marginnote}{false}}
126
127 % check for package sidecap
128 % used for captions on the side
129 \newboolean{sidecap}
130 \IfFileExists{sidecap.sty}
131  {\usepackage{sidecap}
132   \setboolean{sidecap}{true}}
133  {\setboolean{sidecap}{false}}
134
135 % check for picinpar
136 % used for surrounded fixed objects
137 \newboolean{picinpar}
138 \IfFileExists{picinpar.sty}
139  {\usepackage{picinpar}
140   \setboolean{picinpar}{true}}
141  {\setboolean{picinpar}{false}}
142
143 % check for lettrine
144 \newboolean{lettrine}
145 \IfFileExists{lettrine.sty}
146  {\usepackage{lettrine}
147   \setboolean{lettrine}{true}}
148  {\setboolean{lettrine}{false}}
149
150 % check for diagbox
151 \newboolean{diagbox}
152 \IfFileExists{diagbox.sty}
153  {\usepackage{diagbox}
154   \setboolean{diagbox}{true}}
155  {\setboolean{diagbox}{false}}
156 \end_preamble
157 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
158 \use_default_options false
159 \begin_modules
160 initials
161 graphicboxes
162 \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 1
205 \use_package amssymb 1
206 \use_package cancel 1
207 \use_package esint 1
208 \use_package mathdots 1
209 \use_package mathtools 1
210 \use_package mhchem 1
211 \use_package stackrel 1
212 \use_package stmaryrd 1
213 \use_package undertilde 1
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 \use_minted 0
224 \notefontcolor #0000ff
225 \index Índice
226 \shortcut idx
227 \color #008000
228 \end_index
229 \secnumdepth 3
230 \tocdepth 3
231 \paragraph_separation skip
232 \defskip medskip
233 \is_math_indent 0
234 \math_numbering_side default
235 \quotes_style swiss
236 \dynamic_quotes 0
237 \papercolumns 1
238 \papersides 2
239 \paperpagestyle default
240 \tracking_changes false
241 \output_changes false
242 \html_math_output 0
243 \html_css_as_file 0
244 \html_be_strict false
245 \end_header
246
247 \begin_body
248
249 \begin_layout Title
250 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
251  en \SpecialChar LyX
252
253 \end_layout
254
255 \begin_layout Author
256 por el Equipo \SpecialChar LyX
257
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
264  de Documentación de \SpecialChar LyX
265
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271 literal "false"
272
273 \end_inset
274
275
276 \end_layout
277
278 \end_inset
279
280
281 \begin_inset Note Note
282 status collapsed
283
284 \begin_layout Plain Layout
285 Autor: Uwe Stöhr
286 \end_layout
287
288 \end_inset
289
290
291 \begin_inset Note Note
292 status collapsed
293
294 \begin_layout Plain Layout
295 Traducción de: Ignacio García
296 \end_layout
297
298 \end_inset
299
300
301 \begin_inset Newline newline
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \family sans
310 Versión 2.2.x
311 \end_layout
312
313 \begin_layout Standard
314 \begin_inset CommandInset toc
315 LatexCommand tableofcontents
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Note Note
324 status open
325
326 \begin_layout Plain Layout
327 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
328  estar instalados los paquetes \SpecialChar LaTeX
329  
330 \series bold
331 arydshln
332 \series default
333
334 \series bold
335 colortbl
336 \series default
337
338 \series bold
339 diagbox, lettrine, marginnote, picinpar
340 \series default
341  y 
342 \series bold
343 sidecap
344 \series default
345 .
346  Si no están instalados, también podrás exportar el documento, pero las
347  secciones en que dichos paquetes son necesarios no aparecen en la salida.
348 \end_layout
349
350 \begin_layout Plain Layout
351 La última versión en PDF de este documento puede encontrarse aquí:
352 \series bold
353
354 \begin_inset Newline newline
355 \end_inset
356
357 http://wiki.lyx.org/\SpecialChar LyX
358 /Manuals#EmbeddedObjects
359 \end_layout
360
361 \end_inset
362
363
364 \end_layout
365
366 \begin_layout Chapter
367 Figuras
368 \begin_inset Index idx
369 status collapsed
370
371 \begin_layout Plain Layout
372 Figuras
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset Index idx
379 status collapsed
380
381 \begin_layout Plain Layout
382 Gráficos|see
383 \begin_inset ERT
384 status collapsed
385
386 \begin_layout Plain Layout
387
388 {
389 \end_layout
390
391 \end_inset
392
393 Figuras
394 \begin_inset ERT
395 status collapsed
396
397 \begin_layout Plain Layout
398
399 }
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Section
413 Diálogo de gráficos
414 \begin_inset CommandInset label
415 LatexCommand label
416 name "sec:Diálogo-Gráficos"
417
418 \end_inset
419
420
421 \begin_inset Index idx
422 status collapsed
423
424 \begin_layout Plain Layout
425 Figuras ! Diálogo de gráficos
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
435  texto que desees y haz clic en el botón 
436 \begin_inset Info
437 type  "icon"
438 arg   "dialog-show-new-inset graphics"
439 \end_inset
440
441  o en el menú 
442 \family sans
443 Insertar\SpecialChar menuseparator
444 Imagen
445 \family default
446 .
447  Aparecerá un diálogo para escoger el archivo a cargar.
448  La imagen aparecerá en el archivo de salida exactamente en la misma posición
449  en la que la has colocado.
450 \end_layout
451
452 \begin_layout Standard
453 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
454  una imagen.
455  Este diálogo tiene tres pestañas:
456 \end_layout
457
458 \begin_layout Description
459 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
460  presentación en \SpecialChar LyX
461  y en la salida.
462  En el apéndice
463 \begin_inset space ~
464 \end_inset
465
466
467 \begin_inset CommandInset ref
468 LatexCommand ref
469 reference "cap:Unidades-disponibles-en"
470
471 \end_inset
472
473  se detallan las unidades disponibles para el tamaño del gráfico.
474 \begin_inset Newline newline
475 \end_inset
476
477
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Figuras ! Rotar
483 \end_layout
484
485 \end_inset
486
487 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
488  un ángulo y un origen de rotación.
489  La imagen también gira en \SpecialChar LyX
490 .
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 Figuras ! Redimensionar
500 \end_layout
501
502 \end_inset
503
504 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
505 ente la altura y la anchura.
506  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
507  automáticamente.
508  Si fijas ambas dimensiones
509 \family sans
510 ,
511 \family default
512  la imagen se adaptará a ellas, posiblemente distorsionada.
513  Para evitar distorsión en la imagen marca la opción 
514 \family sans
515 Mantener
516 \begin_inset space ~
517 \end_inset
518
519 proporción
520 \family default
521 .
522  En ese caso la imagen será modificada de forma que su anchura y su altura
523  no excedan de las dimensiones especificadas.
524 \begin_inset Newline newline
525 \end_inset
526
527 Las imágenes se pueden abrir en el programa de tu elección con la entrada
528 \family sans
529  Editar
530 \begin_inset space ~
531 \end_inset
532
533  externamente
534 \family default
535  del menú contextual que aparece al hacer clic derecho sobre la imagen.
536  Los programas visor y editor para cada formato de imagen se pueden establecer
537  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
538 .
539 \end_layout
540
541 \begin_layout Description
542 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
543  coordenadas de la imagen para ajustar su altura y anchura en la salida.
544  Además, las coordenadas se pueden calcular automáticamente pinchando el
545  botón 
546 \family sans
547 Obtener
548 \begin_inset space ~
549 \end_inset
550
551 de
552 \begin_inset space ~
553 \end_inset
554
555 archivo
556 \family default
557 .
558  El botón 
559 \family sans
560 Recortar
561 \begin_inset space ~
562 \end_inset
563
564 al
565 \begin_inset space ~
566 \end_inset
567
568 cuadro
569 \begin_inset space ~
570 \end_inset
571
572 delimitador
573 \family default
574  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
575 as.
576  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
577 \end_layout
578
579 \begin_layout Description
580 Opciones
581 \begin_inset space ~
582 \end_inset
583
584 de
585 \begin_inset space ~
586 \end_inset
587
588 \SpecialChar LaTeX
589
590 \begin_inset space ~
591 \end_inset
592
593 y
594 \begin_inset space ~
595 \end_inset
596
597 \SpecialChar LyX
598  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
599  y, si eres
600  experto en \SpecialChar LaTeX
601 , especificar opciones \SpecialChar LaTeX
602  adicionales.
603 \begin_inset Newline newline
604 \end_inset
605
606 La opción 
607 \family sans
608 Modo
609 \begin_inset space ~
610 \end_inset
611
612 borrador
613 \family default
614  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
615 \begin_inset Newline newline
616 \end_inset
617
618 En la sección 
619 \family sans
620 Grupo
621 \begin_inset space ~
622 \end_inset
623
624 de
625 \begin_inset space ~
626 \end_inset
627
628 gráficos
629 \family default
630  puedes definir un conjunto de ajustes de imagen.
631 \begin_inset Index idx
632 status collapsed
633
634 \begin_layout Plain Layout
635 Figuras ! Agrupación de ajustes
636 \end_layout
637
638 \end_inset
639
640  Las imágenes incluidas en un grupo comparten sus características, de modo
641  que al modificar las de una imagen del grupo se modifican igualmente las
642  de las demás imágenes del grupo.
643  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
644  necesidad de hacerlo individualmente para cada una de ellas.
645  Además se puede integrar una imagen en un grupo existente marcando el nombre
646  del mismo en el menú contextual de la imagen.
647  
648 \end_layout
649
650 \begin_layout Standard
651 \begin_inset VSpace bigskip
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Standard
658 Esto es un ejemplo de imagen en formato PDF
659 \begin_inset Foot
660 status collapsed
661
662 \begin_layout Plain Layout
663 Los formatos de imagen se explican en el sección
664 \begin_inset space ~
665 \end_inset
666
667
668 \begin_inset CommandInset ref
669 LatexCommand ref
670 reference "sec:Formatos-de-imagen"
671
672 \end_inset
673
674 .
675 \end_layout
676
677 \end_inset
678
679  en un párrafo separado centrado horizontalmente:
680 \end_layout
681
682 \begin_layout Standard
683 \align center
684 \begin_inset Graphics
685         filename ../clipart/2D-intensity-plot.pdf
686         clip
687         rotateOrigin center
688
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Standard
695 Esta es la misma imagen pero en modo borrador:
696 \end_layout
697
698 \begin_layout Standard
699 \align center
700 \begin_inset Graphics
701         filename ../clipart/2D-intensity-plot.pdf
702         draft
703         rotateOrigin center
704
705 \end_inset
706
707
708 \begin_inset Newpage newpage
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Section
715 Figuras flotantes
716 \begin_inset CommandInset label
717 LatexCommand label
718 name "sec:Figuras-Flotantes"
719
720 \end_inset
721
722
723 \begin_inset Index idx
724 status collapsed
725
726 \begin_layout Plain Layout
727 Flotantes ! Figuras
728 \end_layout
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 Figuras ! Flotantes
738 \end_layout
739
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Standard
746 Para información general sobre flotantes, echa una ojeada a la sección
747 \begin_inset space ~
748 \end_inset
749
750
751 \begin_inset CommandInset ref
752 LatexCommand ref
753 reference "sec:Introducción-Flotantes"
754
755 \end_inset
756
757 .
758 \end_layout
759
760 \begin_layout Standard
761 El botón 
762 \begin_inset Info
763 type  "icon"
764 arg   "float-insert figure"
765 \end_inset
766
767  y el menú 
768 \family sans
769 Insertar\SpecialChar menuseparator
770 Flotante\SpecialChar menuseparator
771 Figura
772 \family default
773  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
774  La imagen se puede insertar sobre la leyenda, como en la figura
775 \begin_inset space ~
776 \end_inset
777
778
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "fig:A-star-structure"
782
783 \end_inset
784
785 , o bajo ella, como en la figura
786 \begin_inset space ~
787 \end_inset
788
789
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "fig:A-3D-object"
793
794 \end_inset
795
796 .
797  Más información sobre ubicación de leyendas en la sección
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "sec:Colocación-de-leyendas"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \begin_layout Standard
812 \begin_inset Float figure
813 wide false
814 sideways false
815 status open
816
817 \begin_layout Plain Layout
818 \align center
819 \begin_inset Graphics
820         filename ../clipart/Star-structure.pdf
821         width 50col%
822         rotateOrigin center
823
824 \end_inset
825
826
827 \end_layout
828
829 \begin_layout Plain Layout
830 \begin_inset Caption Standard
831
832 \begin_layout Plain Layout
833 \begin_inset CommandInset label
834 LatexCommand label
835 name "fig:A-star-structure"
836
837 \end_inset
838
839
840 \lang english
841 A star structure in a float.
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 wide false
857 sideways false
858 status open
859
860 \begin_layout Plain Layout
861 \begin_inset Caption Standard
862
863 \begin_layout Plain Layout
864 \begin_inset CommandInset label
865 LatexCommand label
866 name "fig:A-3D-object"
867
868 \end_inset
869
870
871 \lang english
872 A 3D object.
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \begin_layout Plain Layout
881 \align center
882 \begin_inset Graphics
883         filename ../clipart/3D-structure-distort.pdf
884         scale 80
885         rotateOrigin center
886
887 \end_inset
888
889
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Index idx
899 status collapsed
900
901 \begin_layout Plain Layout
902 Referencias ! a figuras
903 \end_layout
904
905 \end_inset
906
907 Las figuras
908 \begin_inset space ~
909 \end_inset
910
911
912 \begin_inset CommandInset ref
913 LatexCommand ref
914 reference "fig:A-star-structure"
915
916 \end_inset
917
918  y 
919 \begin_inset CommandInset ref
920 LatexCommand ref
921 reference "fig:A-3D-object"
922
923 \end_inset
924
925  son ejemplos de figuras con referencias cruzadas.
926  Las figuras pueden tener referencias cruzadas en el documento mediante
927  referencia a su etiqueta.
928  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
929 \family sans
930 Insertar\SpecialChar menuseparator
931 Etiqueta
932 \family default
933  o el botón 
934 \begin_inset Info
935 type  "icon"
936 arg   "label-insert"
937 \end_inset
938
939 .
940  Ahora puedes referirte a la etiqueta usando el menú 
941 \family sans
942 Insertar\SpecialChar menuseparator
943 Referencia
944 \begin_inset space ~
945 \end_inset
946
947 cruzada
948 \family default
949  o el botón 
950 \begin_inset Info
951 type  "icon"
952 arg   "dialog-show-new-inset ref"
953 \end_inset
954
955 .
956  Es importante emplear referencias a flotantes, mejor que alusiones vagas
957  como «la figura de arriba», porque como \SpecialChar LaTeX
958  recolocará los flotantes en el
959  documento final, podría no quedar «arriba» precisamente.
960 \begin_inset Newline newline
961 \end_inset
962
963 Las referencias se explican con detalle en la sección
964 \begin_inset space ~
965 \end_inset
966
967
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "sec:Referencias-a-Flotantes"
971
972 \end_inset
973
974 .
975 \end_layout
976
977 \begin_layout Standard
978 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
979  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
980  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
981  existente.
982  La figura
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "fig:Dos-imágenes-distorsionadas"
990
991 \end_inset
992
993  es un ejemplo de figura flotante con dos imágenes adosadas.
994  También se pueden poner una sobre otra.
995  Las subfiguras son
996 \begin_inset space ~
997 \end_inset
998
999
1000 \begin_inset CommandInset ref
1001 LatexCommand ref
1002 reference "fig:Pink-object"
1003
1004 \end_inset
1005
1006  y
1007 \begin_inset space ~
1008 \end_inset
1009
1010
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "fig:A-star"
1014
1015 \end_inset
1016
1017 .
1018 \end_layout
1019
1020 \begin_layout Standard
1021 \begin_inset Float figure
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \begin_inset space \hfill{}
1028 \end_inset
1029
1030
1031 \begin_inset Float figure
1032 wide false
1033 sideways false
1034 status collapsed
1035
1036 \begin_layout Plain Layout
1037 \begin_inset Caption Standard
1038
1039 \begin_layout Plain Layout
1040 \begin_inset CommandInset label
1041 LatexCommand label
1042 name "fig:Pink-object"
1043
1044 \end_inset
1045
1046
1047 \lang english
1048 Pink object.
1049 \end_layout
1050
1051 \end_inset
1052
1053
1054 \end_layout
1055
1056 \begin_layout Plain Layout
1057 \begin_inset Graphics
1058         filename ../clipart/3D-structure-distort.pdf
1059         width 45col%
1060         groupId distorsionadas
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \begin_inset space \hfill{}
1071 \end_inset
1072
1073
1074 \begin_inset Float figure
1075 wide false
1076 sideways false
1077 status collapsed
1078
1079 \begin_layout Plain Layout
1080 \begin_inset Caption Standard
1081
1082 \begin_layout Plain Layout
1083 \begin_inset CommandInset label
1084 LatexCommand label
1085 name "fig:A-star"
1086
1087 \end_inset
1088
1089
1090 \lang english
1091 A star.
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Graphics
1101         filename ../clipart/Star-structure.pdf
1102         width 45col%
1103         groupId distorsionadas
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \begin_inset space \hfill{}
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Caption Standard
1121
1122 \begin_layout Plain Layout
1123 \begin_inset CommandInset label
1124 LatexCommand label
1125 name "fig:Dos-imágenes-distorsionadas"
1126
1127 \end_inset
1128
1129 Dos imágenes distorsionadas.
1130  Ambas están en el grupo llamado «distorsionadas».
1131 \end_layout
1132
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \begin_inset Newpage newpage
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Section
1148 Formatos de imagen
1149 \begin_inset CommandInset label
1150 LatexCommand label
1151 name "sec:Formatos-de-imagen"
1152
1153 \end_inset
1154
1155
1156 \begin_inset Index idx
1157 status collapsed
1158
1159 \begin_layout Plain Layout
1160 Formatos de imagen
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \begin_inset Index idx
1167 status collapsed
1168
1169 \begin_layout Plain Layout
1170 Figuras ! Formatos de imagen
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Standard
1179 Puedes insertar imágenes en cualquier formato.
1180  Pero como se explica en el apéndice
1181 \begin_inset space ~
1182 \end_inset
1183
1184
1185 \begin_inset CommandInset ref
1186 LatexCommand ref
1187 reference "cap:Formatos-de-Archivos-de-Salida"
1188
1189 \end_inset
1190
1191 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1192  de archivo de imagen.
1193  Por eso \SpecialChar LyX
1194  usa el programa 
1195 \family typewriter
1196 ImageMagick
1197 \family default
1198  en segundo plano para convertir imágenes al formato adecuado.
1199  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1200  los formatos de imagen admitidos en el formato de archivo de salida.
1201  Los formatos de salida se explican en el apéndice
1202 \begin_inset space ~
1203 \end_inset
1204
1205
1206 \begin_inset CommandInset ref
1207 LatexCommand ref
1208 reference "cap:Formatos-de-Archivos-de-Salida"
1209
1210 \end_inset
1211
1212 .
1213 \end_layout
1214
1215 \begin_layout Standard
1216 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1217 \end_layout
1218
1219 \begin_layout Description
1220 Imágenes
1221 \begin_inset space ~
1222 \end_inset
1223
1224 mapa
1225 \begin_inset space ~
1226 \end_inset
1227
1228 de
1229 \begin_inset space ~
1230 \end_inset
1231
1232 bits
1233 \begin_inset space ~
1234 \end_inset
1235
1236 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1237  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1238  de zoom.
1239  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1240  Format» (GIF, extensión «
1241 \family typewriter
1242 .gif
1243 \family default
1244 »)
1245 \begin_inset Index idx
1246 status collapsed
1247
1248 \begin_layout Plain Layout
1249 GIF|see
1250 \begin_inset ERT
1251 status collapsed
1252
1253 \begin_layout Plain Layout
1254
1255 {
1256 \end_layout
1257
1258 \end_inset
1259
1260 Formatos de imagen
1261 \begin_inset ERT
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265
1266 }
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \end_layout
1273
1274 \end_inset
1275
1276 , «Portable Network Graphics» (PNG, extensión «
1277 \family typewriter
1278 .png
1279 \family default
1280 »)
1281 \begin_inset Index idx
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 PNG|see
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 {
1292 \end_layout
1293
1294 \end_inset
1295
1296 Formatos de imagen
1297 \begin_inset ERT
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 }
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312 , y «Joint Photographic Experts Group» (JPG, extensión «
1313 \family typewriter
1314 .jpg
1315 \family default
1316 » o «
1317 \family typewriter
1318 .jpeg
1319 \family default
1320 »)
1321 \begin_inset Index idx
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325 JPG|see
1326 \begin_inset ERT
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330
1331 {
1332 \end_layout
1333
1334 \end_inset
1335
1336 Formatos de imagen
1337 \begin_inset ERT
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341
1342 }
1343 \end_layout
1344
1345 \end_inset
1346
1347
1348 \end_layout
1349
1350 \end_inset
1351
1352 .
1353 \end_layout
1354
1355 \begin_layout Description
1356 Imágenes
1357 \begin_inset space ~
1358 \end_inset
1359
1360 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1361 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1362  La posibilidad de variar la escala hace falta para crear presentaciones,
1363  porque éstas siempre son redimensionadas por el proyector.
1364  La modificación de la escala también es útil en los documentos en línea
1365  para permitir el zoom en diagramas.
1366 \begin_inset Newline newline
1367 \end_inset
1368
1369 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1370  (SVG, extensión «
1371 \family typewriter
1372 .svg
1373 \family default
1374 »)
1375 \begin_inset Index idx
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 SVG|see
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 {
1386 \end_layout
1387
1388 \end_inset
1389
1390 Formatos de imagen
1391 \begin_inset ERT
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395
1396 }
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406 , «Encapsulated PostScript» (EPS, extensión «
1407 \family typewriter
1408 .eps
1409 \family default
1410 »)
1411 \begin_inset Index idx
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 EPS|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Formatos de imagen
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442 , «Portable Document Format» (PDF, extensión «
1443 \family typewriter
1444 .pdf
1445 \family default
1446 »)
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 PDF|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Formatos de imagen
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478 , y «Windows Metafile» (WMF, extensión «
1479 \family typewriter
1480 .wmf
1481 \family default
1482 »)
1483 \begin_inset Index idx
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 WMF|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formatos de imagen
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514 .
1515  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1516  a PDF o EPS y el resultado será todavía una imagen bitmap.
1517  En estos casos sólo se añade a la imagen original una cabecera con las
1518  propiedades de la imagen.
1519 \begin_inset Foot
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 En el caso de PDF, además se comprime la imagen original.
1524 \end_layout
1525
1526 \end_inset
1527
1528  Por ejemplo, los archivos PDF generados por 
1529 \family typewriter
1530 Adobe Photoshop
1531 \family default
1532  son imágenes bitmap.
1533 \end_layout
1534
1535 \begin_layout Standard
1536 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1537  escala pero sí al contrario.
1538  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1539  archivos de salida PDF y PostScript, respectivamente.
1540  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1541  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1542 \begin_inset Formula $\to$
1543 \end_inset
1544
1545  PDF/EPS.
1546 \end_layout
1547
1548 \begin_layout Chapter
1549 Cuadros y tablas
1550 \begin_inset Index idx
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Cuadros
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Index idx
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564 Tablas|see 
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570 {
1571 \end_layout
1572
1573 \end_inset
1574
1575 Cuadros
1576 \begin_inset ERT
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580
1581 }
1582 \end_layout
1583
1584 \end_inset
1585
1586
1587 \end_layout
1588
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \begin_layout Section
1595 Introducción
1596 \begin_inset Index idx
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600 Cuadros ! Introducción
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \begin_layout Standard
1609 Puede insertarse un cuadro mediante el botón 
1610 \begin_inset Info
1611 type  "icon"
1612 arg   "tabular-insert"
1613 \end_inset
1614
1615  o el menú 
1616 \family sans
1617 Insertar\SpecialChar menuseparator
1618 Cuadro/Tabla
1619 \family default
1620 .
1621  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1622  el número de filas y de columnas del cuadro.
1623  Si usas el menú aparece un diálogo en el que se pide el número de filas
1624  y columnas.
1625  
1626 \begin_inset Newline newline
1627 \end_inset
1628
1629 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1630  fila aparece separada por una línea doble: el borde inferior de la primera
1631  fila y el borde superior de la segunda fila.
1632  Ejemplo de cuadro:
1633 \end_layout
1634
1635 \begin_layout Standard
1636 \align center
1637 \begin_inset Tabular
1638 <lyxtabular version="3" rows="4" columns="4">
1639 <features tabularvalignment="middle">
1640 <column alignment="center" valignment="top">
1641 <column alignment="center" valignment="top" width="0pt">
1642 <column alignment="center" valignment="top" width="0in">
1643 <column alignment="center" valignment="top" width="0pt">
1644 <row>
1645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1646 \begin_inset Text
1647
1648 \begin_layout Plain Layout
1649
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658
1659 \family roman
1660 \series medium
1661 \shape up
1662 \size normal
1663 \emph off
1664 \bar no
1665 \noun off
1666 \color none
1667 1
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676 2
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685 3
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 </row>
1691 <row>
1692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696
1697 \family roman
1698 \series medium
1699 \shape up
1700 \size normal
1701 \emph off
1702 \bar no
1703 \noun off
1704 \color none
1705 A
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1711 \begin_inset Text
1712
1713 \begin_layout Plain Layout
1714
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 </row>
1738 <row>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \family roman
1745 \series medium
1746 \shape up
1747 \size normal
1748 \emph off
1749 \bar no
1750 \noun off
1751 \color none
1752 B
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \size normal
1772 \noun off
1773 \color none
1774  
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 </row>
1789 <row>
1790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \family roman
1796 \series medium
1797 \shape up
1798 \size normal
1799 \emph off
1800 \bar no
1801 \noun off
1802 \color none
1803 C
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 </row>
1836 </lyxtabular>
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \begin_layout Section
1844 Diálogo de cuadros
1845 \begin_inset Index idx
1846 status collapsed
1847
1848 \begin_layout Plain Layout
1849 Cuadros ! Configuración
1850 \end_layout
1851
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \begin_layout Standard
1858 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1859  un clic del botón derecho del ratón.
1860  En la opción 
1861 \family sans
1862 Más...
1863
1864 \family default
1865  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1866  encuentra el cursor.
1867  La entrada del menú contextual 
1868 \family sans
1869 Más...\SpecialChar menuseparator
1870 Configuración...
1871
1872 \family default
1873  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1874  cuadro.
1875  La mayoría de opciones también trabajan sobre una selección de celdas,
1876  de filas o de columnas.
1877  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1878  su 
1879 \emph on
1880 contenido
1881 \emph default
1882 .
1883 \begin_inset Newline newline
1884 \end_inset
1885
1886 Con la opción del diálogo 
1887 \family sans
1888 Aplicar inmediatamente
1889 \family default
1890  cada cambio que hagas se aplica directamente.
1891  Si mueves el cursor a otra celda el diálogo también se actualizará con
1892  los parámetros de la nueva celda.
1893  Si cambias valores de longitud debes pulsar la tecla 
1894 \family sans
1895 Entrar
1896 \family default
1897  para aplicar los cambios.
1898 \begin_inset Newline newline
1899 \end_inset
1900
1901 En el cuadro de diálogo aparecen las siguientes solapas:
1902 \end_layout
1903
1904 \begin_layout Description
1905 Configuración
1906 \begin_inset space ~
1907 \end_inset
1908
1909 del
1910 \begin_inset space ~
1911 \end_inset
1912
1913 cuadro Aquí puedes establecer la alineación horizontal y la anchura de la
1914  columna actual o del cuadro completo.
1915 \begin_inset Index idx
1916 status collapsed
1917
1918 \begin_layout Plain Layout
1919 Cuadros ! Anchura
1920 \end_layout
1921
1922 \end_inset
1923
1924  La alineación 
1925 \family sans
1926 Al separador decimal
1927 \family default
1928  se describe en la sección
1929 \begin_inset space ~
1930 \end_inset
1931
1932
1933 \begin_inset CommandInset ref
1934 LatexCommand ref
1935 reference "subsec:Alineación-especial-de"
1936
1937 \end_inset
1938
1939 .
1940  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1941  Una anchura determinada permite tener saltos de línea y distintos párrafos
1942  de texto, véase sección
1943 \begin_inset space ~
1944 \end_inset
1945
1946
1947 \begin_inset CommandInset ref
1948 LatexCommand ref
1949 reference "subsec:Líneas-Múltiples-en"
1950
1951 \end_inset
1952
1953 .
1954  Si no estableces anchura, la columna será tan ancha como el contenido de
1955  la celda más ancha.
1956 \begin_inset Newline newline
1957 \end_inset
1958
1959 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1960  véase sección
1961 \begin_inset space ~
1962 \end_inset
1963
1964
1965 \begin_inset CommandInset ref
1966 LatexCommand ref
1967 reference "subsec:Multicolumnas"
1968
1969 \end_inset
1970
1971 , o las celdas de una columna como celda multifila, véase sección
1972 \begin_inset space ~
1973 \end_inset
1974
1975
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "subsec:Multifilas"
1979
1980 \end_inset
1981
1982 .
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 Las casillas de giro rotan la celda actual, una selección o todo el cuadro
1987  90º en sentido antihorario.
1988  La rotación no se ve en \SpecialChar LyX
1989 , sí en la salida.
1990  Para más información véase sección
1991 \begin_inset space ~
1992 \end_inset
1993
1994
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "sec:Celdas de cuadro giradas"
1998
1999 \end_inset
2000
2001 .
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005
2006 \begin_inset Note Greyedout
2007 status open
2008
2009 \begin_layout Plain Layout
2010
2011 \series bold
2012 Nota:
2013 \series default
2014  no todos los visores DVI pueden mostrar rotaciones.
2015 \end_layout
2016
2017 \end_inset
2018
2019
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 La alineación vertical del cuadro completo se usa para cuadros en líneas
2024  de texto:
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Línea con cuadros con diferentes alineaciones: 
2029 \begin_inset Tabular
2030 <lyxtabular version="3" rows="2" columns="2">
2031 <features tabularvalignment="top">
2032 <column alignment="center" valignment="top" width="0pt">
2033 <column alignment="center" valignment="top">
2034 <row>
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Plain Layout
2039
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 1
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 </row>
2054 <row>
2055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059 A
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 </row>
2074 </lyxtabular>
2075
2076 \end_inset
2077
2078  
2079 \begin_inset Tabular
2080 <lyxtabular version="3" rows="2" columns="2">
2081 <features tabularvalignment="middle">
2082 <column alignment="center" valignment="top">
2083 <column alignment="center" valignment="top">
2084 <row>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098 1
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 </row>
2104 <row>
2105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Plain Layout
2109 A
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 </row>
2124 </lyxtabular>
2125
2126 \end_inset
2127
2128  
2129 \begin_inset Tabular
2130 <lyxtabular version="3" rows="2" columns="2">
2131 <features tabularvalignment="bottom">
2132 <column alignment="center" valignment="top" width="0pt">
2133 <column alignment="center" valignment="top">
2134 <row>
2135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148 1
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 </row>
2154 <row>
2155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Plain Layout
2159 A
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 </row>
2174 </lyxtabular>
2175
2176 \end_inset
2177
2178
2179 \begin_inset Newline newline
2180 \end_inset
2181
2182 También es posible introducir argumentos \SpecialChar LaTeX
2183  necesarios para formatos especiales,
2184  véanse las secciones
2185 \begin_inset space ~
2186 \end_inset
2187
2188
2189 \begin_inset CommandInset ref
2190 LatexCommand ref
2191 reference "subsec:Cálculos-en-Multicolumnas"
2192
2193 \end_inset
2194
2195  y
2196 \begin_inset space ~
2197 \end_inset
2198
2199
2200 \begin_inset CommandInset ref
2201 LatexCommand ref
2202 reference "sec:Cuadros-Coloreados"
2203
2204 \end_inset
2205
2206 .
2207 \end_layout
2208
2209 \begin_layout Description
2210 Bordes En esta solapa puedes añadir y quitar bordes para la fila/columna
2211  actual.
2212  Puedes elegir para el cuadro un estilo 
2213 \family sans
2214 Formal
2215 \family default
2216 , como se describe en la sección
2217 \begin_inset space ~
2218 \end_inset
2219
2220
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "sec:Cuadros-Formales"
2224
2225 \end_inset
2226
2227 .
2228 \begin_inset Newline newline
2229 \end_inset
2230
2231 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2232  se describe en la sección
2233 \begin_inset space ~
2234 \end_inset
2235
2236
2237 \begin_inset CommandInset ref
2238 LatexCommand ref
2239 reference "subsec:Espacio-adicional"
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Description
2247 Cuadro
2248 \begin_inset space ~
2249 \end_inset
2250
2251 multipágina Para hacer 
2252 \emph on
2253 cuadros multipágina
2254 \emph default
2255  que pueden extenderse por varias páginas.
2256  Las secciones
2257 \begin_inset space ~
2258 \end_inset
2259
2260
2261 \begin_inset CommandInset ref
2262 LatexCommand ref
2263 reference "sec:Cuadros-multipágina"
2264
2265 \end_inset
2266
2267  y 
2268 \begin_inset CommandInset ref
2269 LatexCommand ref
2270 reference "sec:Particularidades-cuadros-multipágina"
2271
2272 \end_inset
2273
2274  describen sus características en detalle.
2275 \end_layout
2276
2277 \begin_layout Section
2278 Barra de herramientas de cuadros
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Cuadros ! Barra de herramientas
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2293  para cambiar los cuadros de manera más rápida.
2294  Normalmente debería aparecer en la parte inferior de la ventana principal
2295  de \SpecialChar LyX
2296  cuando el cursor está dentro de un cuadro.
2297  En cualquier momento se puede presentar esta barra pulsando con el botón
2298  derecho del ratón en cualquier punto de la barra principal de menú.
2299 \end_layout
2300
2301 \begin_layout Standard
2302 La barra de herramientas tiene los siguientes iconos:
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Info
2308 type  "icon"
2309 arg   "tabular-feature append-row"
2310 \end_inset
2311
2312  añade una fila bajo la celda actual o selección
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Info
2318 type  "icon"
2319 arg   "tabular-feature append-column"
2320 \end_inset
2321
2322  añade una columna a la derecha de la celda actual o selección
2323 \end_layout
2324
2325 \begin_layout Labeling
2326 \labelwidthstring 00.00.0000
2327 \begin_inset Info
2328 type  "icon"
2329 arg   "tabular-feature delete-row"
2330 \end_inset
2331
2332  borra la fila actual o selección
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337 \begin_inset Info
2338 type  "icon"
2339 arg   "tabular-feature delete-column"
2340 \end_inset
2341
2342  borra la columna actual o selección
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Info
2348 type  "icon"
2349 arg   "tabular-feature move-row-up"
2350 \end_inset
2351
2352  desplaza la fila arriba
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357 \begin_inset Info
2358 type  "icon"
2359 arg   "tabular-feature move-column-left"
2360 \end_inset
2361
2362  desplaza la columna a la izquierda
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Info
2368 type  "icon"
2369 arg   "tabular-feature move-row-down"
2370 \end_inset
2371
2372  desplaza la fila abajo
2373 \end_layout
2374
2375 \begin_layout Labeling
2376 \labelwidthstring 00.00.0000
2377 \begin_inset Info
2378 type  "icon"
2379 arg   "tabular-feature move-column-right"
2380 \end_inset
2381
2382  desplaza la columna a la derecha
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387 \begin_inset Info
2388 type  "icon"
2389 arg   "tabular-feature toggle-line-top"
2390 \end_inset
2391
2392  añade un borde superior en la celda/fila actual o la selección
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Info
2398 type  "icon"
2399 arg   "tabular-feature toggle-line-bottom"
2400 \end_inset
2401
2402  añade un borde inferior en la celda/fila actual o la selección
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Info
2408 type  "icon"
2409 arg   "tabular-feature toggle-line-left"
2410 \end_inset
2411
2412  añade un borde a la izquierda en la celda/fila actual o la selección
2413 \end_layout
2414
2415 \begin_layout Labeling
2416 \labelwidthstring 00.00.0000
2417 \begin_inset Info
2418 type  "icon"
2419 arg   "tabular-feature toggle-line-right"
2420 \end_inset
2421
2422  añade un borde a la derecha en la celda/fila actual o la selección
2423 \end_layout
2424
2425 \begin_layout Labeling
2426 \labelwidthstring 00.00.0000
2427 \begin_inset Info
2428 type  "icon"
2429 arg   "tabular-feature set-all-lines"
2430 \end_inset
2431
2432  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2433  no es multicolumna esto afecta también a la fila y a la columna)
2434 \end_layout
2435
2436 \begin_layout Labeling
2437 \labelwidthstring 00.00.0000
2438 \begin_inset Info
2439 type  "icon"
2440 arg   "tabular-feature unset-all-lines"
2441 \end_inset
2442
2443  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2444  actual no es multicolumna esto afecta también a la fila y a la columna)
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Info
2450 type  "icon"
2451 arg   "tabular-feature m-align-left"
2452 \end_inset
2453
2454  alinea a la izquierda el contenido de la celda/columna
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Info
2460 type  "icon"
2461 arg   "tabular-feature m-align-center"
2462 \end_inset
2463
2464  centra el contenido de la celda/columna horizontalmente
2465 \end_layout
2466
2467 \begin_layout Labeling
2468 \labelwidthstring 00.00.0000
2469 \begin_inset Info
2470 type  "icon"
2471 arg   "tabular-feature m-align-right"
2472 \end_inset
2473
2474  alinea a la derecha el contenido de la celda/columna
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Info
2480 type  "icon"
2481 arg   "tabular-feature align-decimal"
2482 \end_inset
2483
2484  alinea el contenido de la celda/columna a un carácter
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Info
2490 type  "icon"
2491 arg   "tabular-feature m-valign-top"
2492 \end_inset
2493
2494  alinea arriba el contenido de la celda
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Info
2500 type  "icon"
2501 arg   "tabular-feature m-valign-middle"
2502 \end_inset
2503
2504  centra verticalmente el contenido de la celda
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Info
2510 type  "icon"
2511 arg   "tabular-feature m-valign-bottom"
2512 \end_inset
2513
2514  alinea abajo el contenido de la celda
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Info
2520 type  "icon"
2521 arg   "tabular-feature set-rotate-cell"
2522 \end_inset
2523
2524  gira la celda o selección 90° como las agujas de reloj
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "tabular-feature set-rotate-tabular"
2532 \end_inset
2533
2534  gira todo el cuadro 90° como agujas del reloj
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Info
2540 type  "icon"
2541 arg   "tabular-feature multicolumn"
2542 \end_inset
2543
2544  establece la celda actual o selección como multicolumna
2545 \end_layout
2546
2547 \begin_layout Labeling
2548 \labelwidthstring 00.00.0000
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "tabular-feature multirow"
2552 \end_inset
2553
2554  establece la celda actual o selección como multifila
2555 \end_layout
2556
2557 \begin_layout Standard
2558 \begin_inset Note Greyedout
2559 status open
2560
2561 \begin_layout Plain Layout
2562
2563 \series bold
2564 Nota:
2565 \series default
2566  En la salida se emplea la alineación vertical de la primera celda de una
2567  fila para todas las celdas restantes de la fila.
2568 \end_layout
2569
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Section
2576 Menú Editar cuadro
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 Cuadros ! Editar
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Standard
2590 Además del diálogo y la barra de herramientas, el menú 
2591 \family sans
2592 Editar\SpecialChar menuseparator
2593 Cuadro/Tabla
2594 \family default
2595  permite añadir y borrar bordes para la fila/columna actual y establecer
2596  la selección como multicolumna.
2597  El menú sólo está disponible si el cursor está en el cuadro.
2598 \end_layout
2599
2600 \begin_layout Section
2601 Cuadros flotantes
2602 \begin_inset CommandInset label
2603 LatexCommand label
2604 name "sec:Cuadros-Flotantes"
2605
2606 \end_inset
2607
2608
2609 \begin_inset Index idx
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613 Flotantes ! Cuadros
2614 \end_layout
2615
2616 \end_inset
2617
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Cuadros ! Flotantes
2624 \end_layout
2625
2626 \end_inset
2627
2628
2629 \end_layout
2630
2631 \begin_layout Standard
2632 Para una explicación general sobre flotantes, echa un vistazo a la sección
2633 \begin_inset space ~
2634 \end_inset
2635
2636
2637 \begin_inset CommandInset ref
2638 LatexCommand ref
2639 reference "sec:Introducción-Flotantes"
2640
2641 \end_inset
2642
2643 .
2644 \end_layout
2645
2646 \begin_layout Standard
2647 \begin_inset Float table
2648 placement h
2649 wide false
2650 sideways false
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 \begin_inset Caption Standard
2655
2656 \begin_layout Plain Layout
2657 \begin_inset CommandInset label
2658 LatexCommand label
2659 name "tab:un cuadro flotante"
2660
2661 \end_inset
2662
2663 Un cuadro flotante.
2664 \end_layout
2665
2666 \end_inset
2667
2668
2669 \end_layout
2670
2671 \begin_layout Plain Layout
2672 \align center
2673 \begin_inset Tabular
2674 <lyxtabular version="3" rows="3" columns="3">
2675 <features tabularvalignment="middle">
2676 <column alignment="center" valignment="top" width="0pt">
2677 <column alignment="center" valignment="top" width="0pt">
2678 <column alignment="center" valignment="top" width="0pt">
2679 <row>
2680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \family roman
2686 \series medium
2687 \shape up
2688 \size normal
2689 \emph off
2690 \bar no
2691 \noun off
2692 \color none
2693 1
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702
2703 \family roman
2704 \series medium
2705 \shape up
2706 \size normal
2707 \emph off
2708 \bar no
2709 \noun off
2710 \color none
2711 2
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720
2721 \family roman
2722 \series medium
2723 \shape up
2724 \size normal
2725 \emph off
2726 \bar no
2727 \noun off
2728 \color none
2729 3
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row>
2736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \family roman
2742 \series medium
2743 \shape up
2744 \size normal
2745 \emph off
2746 \bar no
2747 \noun off
2748 \color none
2749 Pepe
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758
2759 \family roman
2760 \series medium
2761 \shape up
2762 \size normal
2763 \emph off
2764 \bar no
2765 \noun off
2766 \color none
2767 Mari
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776
2777 \family roman
2778 \series medium
2779 \shape up
2780 \size normal
2781 \emph off
2782 \bar no
2783 \noun off
2784 \color none
2785 Teo
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \family roman
2798 \series medium
2799 \shape up
2800 \size normal
2801 \emph off
2802 \bar no
2803 \noun off
2804 \color none
2805 \begin_inset Formula $\int x^{2}dx$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817
2818 \family roman
2819 \series medium
2820 \shape up
2821 \size normal
2822 \emph off
2823 \bar no
2824 \noun off
2825 \color none
2826 \begin_inset Formula $\left[\begin{array}{cc}
2827 a & b\\
2828 c & d
2829 \end{array}\right]$
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841
2842 \family roman
2843 \series medium
2844 \shape up
2845 \size normal
2846 \emph off
2847 \bar no
2848 \noun off
2849 \color none
2850 \begin_inset Formula $1+1=2$
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 </row>
2859 </lyxtabular>
2860
2861 \end_inset
2862
2863
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \begin_layout Standard
2872 Los cuadros flotantes pueden insertarse con el menú 
2873 \family sans
2874 Insertar\SpecialChar menuseparator
2875 Flotante\SpecialChar menuseparator
2876 Cuadro
2877 \family default
2878  o con el botón 
2879 \begin_inset Info
2880 type  "icon"
2881 arg   "float-insert table"
2882 \end_inset
2883
2884 .
2885 \end_layout
2886
2887 \begin_layout Standard
2888 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2889 \begin_inset space ~
2890 \end_inset
2891
2892 #:» (# es el número actual).
2893  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2894  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2895  texto del encabezado y se pulsa 
2896 \family sans
2897 Entrar
2898 \family default
2899 .
2900  La leyenda se imprime encima del cuadro.
2901 \end_layout
2902
2903 \begin_layout Standard
2904 El cuadro
2905 \begin_inset space ~
2906 \end_inset
2907
2908
2909 \begin_inset CommandInset ref
2910 LatexCommand ref
2911 reference "tab:un cuadro flotante"
2912
2913 \end_inset
2914
2915  es un ejemplo de cuadro flotante.
2916 \end_layout
2917
2918 \begin_layout Standard
2919 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2920  no es soportado en las clases estándar de \SpecialChar LaTeX
2921 .
2922  Esto significa que si estás usando las clases de documento 
2923 \family sans
2924 article
2925 \family default
2926
2927 \family sans
2928 book
2929 \family default
2930
2931 \family sans
2932 letter
2933 \family default
2934  o 
2935 \family sans
2936 report
2937 \family default
2938  no habrá espacio entre la leyenda y el cuadro.
2939  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
2940  del documento
2941  la siguiente opción al comando del paquete \SpecialChar LaTeX
2942  
2943 \series bold
2944 caption
2945 \series default
2946
2947 \begin_inset Index idx
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 \SpecialChar LaTeX
2952 -paquetes ! caption
2953 \end_layout
2954
2955 \end_inset
2956
2957 :
2958 \begin_inset Foot
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962 Para más información ve a la sección
2963 \begin_inset space ~
2964 \end_inset
2965
2966
2967 \begin_inset CommandInset ref
2968 LatexCommand ref
2969 reference "sec:Colocación-de-leyendas"
2970
2971 \end_inset
2972
2973 .
2974 \end_layout
2975
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \begin_layout Standard
2982
2983 \series bold
2984 tableposition=top
2985 \end_layout
2986
2987 \begin_layout Standard
2988 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
2989  
2990 \series bold
2991 caption
2992 \series default
2993  como se describe en la sección
2994 \begin_inset space ~
2995 \end_inset
2996
2997
2998 \begin_inset CommandInset ref
2999 LatexCommand ref
3000 reference "sec:Formato-de-leyendas"
3001
3002 \end_inset
3003
3004 .
3005  
3006 \end_layout
3007
3008 \begin_layout Standard
3009 \begin_inset Index idx
3010 status collapsed
3011
3012 \begin_layout Plain Layout
3013 Referencias ! a cuadros
3014 \end_layout
3015
3016 \end_inset
3017
3018 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3019  su etiqueta.
3020  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3021 \family sans
3022 Insertar\SpecialChar menuseparator
3023 Etiqueta
3024 \family default
3025  o con el botón 
3026 \begin_inset Info
3027 type  "icon"
3028 arg   "label-insert"
3029 \end_inset
3030
3031 .
3032  Ahora puedes referenciar la etiqueta con el menú 
3033 \family sans
3034 Insertar\SpecialChar menuseparator
3035 Referencia
3036 \begin_inset space ~
3037 \end_inset
3038
3039 cruzada
3040 \family default
3041  o con el botón 
3042 \begin_inset Info
3043 type  "icon"
3044 arg   "dialog-show-new-inset ref"
3045 \end_inset
3046
3047 .
3048 \begin_inset Newline newline
3049 \end_inset
3050
3051 Las referencias se explican con detalle en la sección
3052 \begin_inset space ~
3053 \end_inset
3054
3055
3056 \begin_inset CommandInset ref
3057 LatexCommand ref
3058 reference "sec:Referencias-a-Flotantes"
3059
3060 \end_inset
3061
3062 .
3063 \end_layout
3064
3065 \begin_layout Section
3066 Cuadros multipágina
3067 \begin_inset CommandInset label
3068 LatexCommand label
3069 name "sec:Cuadros-multipágina"
3070
3071 \end_inset
3072
3073
3074 \begin_inset Index idx
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 Cuadros ! Multipágina
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3088 \family sans
3089 Usar
3090 \begin_inset space ~
3091 \end_inset
3092
3093 cuadro
3094 \begin_inset space ~
3095 \end_inset
3096
3097 multipágina
3098 \family default
3099  en la solapa 
3100 \family sans
3101 Cuadro
3102 \begin_inset space ~
3103 \end_inset
3104
3105 multipágina
3106 \family default
3107  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3108  páginas.
3109  Al hacerlo se habilitan las siguientes opciones:
3110 \end_layout
3111
3112 \begin_layout Description
3113 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3114  las páginas del cuadro, excepto para la primera página si 
3115 \family sans
3116 Primer
3117 \begin_inset space ~
3118 \end_inset
3119
3120 encabezado
3121 \family default
3122  está definido.
3123  Este se denomina encabezado principal.
3124 \end_layout
3125
3126 \begin_layout Description
3127 Primer
3128 \begin_inset space ~
3129 \end_inset
3130
3131 encabezado: La fila actual se define como encabezado de la primera página
3132  del cuadro.
3133 \end_layout
3134
3135 \begin_layout Description
3136 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3137  del cuadro/tabla, excepto para la última página si se define 
3138 \family sans
3139 Último
3140 \begin_inset space ~
3141 \end_inset
3142
3143 pie.
3144 \end_layout
3145
3146 \begin_layout Description
3147 Último
3148 \begin_inset space ~
3149 \end_inset
3150
3151 pie:
3152 \family sans
3153  
3154 \family default
3155 La fila actual se define como pie de la última página del cuadro.
3156 \end_layout
3157
3158 \begin_layout Description
3159 Leyenda: La fila actual contiene la leyenda del cuadro.
3160  La primera fila se reajusta como columna única y se inserta una leyenda.
3161  Más detalles sobre leyendas en cuadros multipágina en la sec.
3162 \begin_inset space \thinspace{}
3163 \end_inset
3164
3165
3166 \begin_inset CommandInset ref
3167 LatexCommand ref
3168 reference "subsec:Leyendas-en-Cuadros"
3169
3170 \end_inset
3171
3172 .
3173 \end_layout
3174
3175 \begin_layout Standard
3176 También se puede especificar en el diálogo en qué fila se ha de cortar el
3177  cuadro.
3178  El siguiente cuadro muestra cómo funciona:
3179 \end_layout
3180
3181 \begin_layout Standard
3182 \align center
3183 \begin_inset Tabular
3184 <lyxtabular version="3" rows="69" columns="3">
3185 <features islongtable="true" longtabularalignment="center">
3186 <column alignment="left" valignment="top" width="0cm">
3187 <column alignment="left" valignment="top" width="0pt">
3188 <column alignment="right" valignment="top" width="0pt">
3189 <row endfirsthead="true">
3190 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \series bold
3196 Ejemplo de lista telefónica (ignore los nombres)
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row endfirsthead="true">
3221 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \series bold
3227 NOMBRE
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 TEL.
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row endhead="true">
3254 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \series bold
3260 Ejemplo de lista telefónica
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row endhead="true">
3285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 NOMBRE
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 TEL.
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row endfoot="true">
3318 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322  continúa en la página siguiente
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Annovi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Silvia
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Bertoli
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Stefano
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Bozzi
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Walter
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Cachia
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Maria
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Cachia
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Maurizio
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Cinquemani
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Giusi
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Colin
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Bernard
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Concli
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Gianfranco
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Dal Bosco
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Carolina
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Dalpiaz
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Annamaria
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Feliciello
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Domenico
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Focarelli
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Paola
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Galletti
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Oreste
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Gasparini
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Franca
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Rizzardi
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Paola
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Lassini
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Giancarlo
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Malfatti
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Luciano
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Malfatti
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Valeriano
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Meneguzzo
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Roberto
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Mezzadra
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Roberto
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Pirpamer
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Erich
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Pochiesa
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Paolo
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111, 222
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Radina
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Claudio
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Stuffer
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Oskar
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Tacchelli
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Ugo
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Tezzele
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Margit
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Unterkalmsteiner
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Frieda
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Vieider
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Hilde
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Vigna
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Jürgen
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Weber
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Maurizio
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 111
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Winkler
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Franz
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 111
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312  
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Annovi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Silvia
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Bertoli
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Stefano
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Bozzi
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Walter
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Cachia
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Maria
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Cachia
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Maurizio
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Cinquemani
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Giusi
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Colin
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Bernard
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Concli
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Gianfranco
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Dal Bosco
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Carolina
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Dalpiaz
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Annamaria
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Feliciello
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Domenico
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Focarelli
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Paola
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Galletti
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Oreste
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Gasparini
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Franca
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Rizzardi
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Paola
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Lassini
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Giancarlo
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Malfatti
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Luciano
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Malfatti
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Valeriano
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Meneguzzo
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Roberto
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Mezzadra
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Roberto
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Pirpamer
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Erich
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Pochiesa
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Paolo
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555, 222
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Radina
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Claudio
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Stuffer
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Oskar
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Tacchelli
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Ugo
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Tezzele
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Margit
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Unterkalmsteiner
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Frieda
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 555
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Vieider
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Hilde
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Vigna
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Jürgen
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 999
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row>
5236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \series bold
5242 Weber
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Maurizio
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 555
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \series bold
5273 Winkler
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 Franz
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 555
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row endlastfoot="true">
5298 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 fin
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 </lyxtabular>
5327
5328 \end_inset
5329
5330
5331 \begin_inset ERT
5332 status collapsed
5333
5334 \begin_layout Plain Layout
5335
5336
5337 \backslash
5338 addtocounter{table}{-1}
5339 \end_layout
5340
5341 \end_inset
5342
5343
5344 \begin_inset Note Note
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348 Para comprender el uso de este comando, lee al final de la sección
5349 \begin_inset space ~
5350 \end_inset
5351
5352
5353 \begin_inset CommandInset ref
5354 LatexCommand ref
5355 reference "subsec:Leyendas-en-Cuadros"
5356
5357 \end_inset
5358
5359  la primera nota resaltada en gris.
5360  
5361 \end_layout
5362
5363 \end_inset
5364
5365
5366 \end_layout
5367
5368 \begin_layout Subsection
5369 Notas al pie en cuadros multipágina
5370 \begin_inset CommandInset label
5371 LatexCommand label
5372 name "subsec:Notas-al-pie-en-Cuadros-Multipágina"
5373
5374 \end_inset
5375
5376
5377 \begin_inset Index idx
5378 status open
5379
5380 \begin_layout Plain Layout
5381 Cuadros ! Multipágina ! Notas al pie
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \end_layout
5388
5389 \begin_layout Standard
5390 Se pueden insertar notas al pie en cada celda de un cuadro multipágina.
5391  Las notas se muestran en la parte inferior de la página en la que esté
5392  la celda con la nota.
5393  El cuadro
5394 \begin_inset space ~
5395 \end_inset
5396
5397
5398 \begin_inset CommandInset ref
5399 LatexCommand ref
5400 reference "tab:DifLeyendas"
5401
5402 \end_inset
5403
5404  tiene un ejemplo de nota al pie.
5405 \end_layout
5406
5407 \begin_layout Subsection
5408 Alineación de cuadros multipágina
5409 \begin_inset Index idx
5410 status open
5411
5412 \begin_layout Plain Layout
5413 Cuadros ! Multipágina ! Alineación
5414 \end_layout
5415
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Standard
5422 La alineación horizontal de cuadros multipágina se puede establecer en el
5423  diálogo de configuración de cuadros.
5424  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5425  página.
5426  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5427  al centro y cambiar el valor de las longitudes 
5428 \series bold
5429
5430 \backslash
5431 LTleft
5432 \series default
5433  y 
5434 \series bold
5435
5436 \backslash
5437 LTright 
5438 \series default
5439 insertando la línea siguiente en código \SpecialChar TeX
5440  antes del correspondiente cuadro
5441  multipágina:
5442 \end_layout
5443
5444 \begin_layout Standard
5445
5446 \series bold
5447
5448 \backslash
5449 setlength{
5450 \backslash
5451 LTleft}{valor}
5452 \end_layout
5453
5454 \begin_layout Standard
5455 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5456 \begin_inset space ~
5457 \end_inset
5458
5459
5460 \begin_inset CommandInset ref
5461 LatexCommand ref
5462 reference "tab:Unidades"
5463
5464 \end_inset
5465
5466 .
5467  
5468 \series bold
5469
5470 \backslash
5471 LTlent 
5472 \series default
5473 controla la distancia entre el borde izquierdo de la página y el cuadro.
5474  
5475 \series bold
5476
5477 \backslash
5478 LTright 
5479 \series default
5480 la distancia desde el lado derecho.
5481  El valor predeterminado para ambas longitudes es 
5482 \series bold
5483
5484 \backslash
5485 fill
5486 \series default
5487 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5488 .
5489 \end_layout
5490
5491 \begin_layout Standard
5492 El siguiente cuadro multipágina se ha alineado centrado y 
5493 \series bold
5494
5495 \backslash
5496 LTleft
5497 \series default
5498  establecido en 
5499 \family sans
5500 0.1
5501 \backslash
5502 columnwidth
5503 \family default
5504 :
5505 \begin_inset ERT
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509
5510
5511 \backslash
5512 setlength{
5513 \backslash
5514 LTleft}{0.1
5515 \backslash
5516 columnwidth}
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \begin_layout Standard
5525 \begin_inset Tabular
5526 <lyxtabular version="3" rows="5" columns="5">
5527 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
5533 <row>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 1
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 2
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 3
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 4
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 5
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 asd
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 s
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 s
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 s
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 asd
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 asd
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 s
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 asd
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 s
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 asd
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 asd
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 </lyxtabular>
5769
5770 \end_inset
5771
5772
5773 \begin_inset ERT
5774 status collapsed
5775
5776 \begin_layout Plain Layout
5777
5778
5779 \backslash
5780 setlength{
5781 \backslash
5782 LTleft}{
5783 \backslash
5784 fill}
5785 \end_layout
5786
5787 \end_inset
5788
5789
5790 \begin_inset ERT
5791 status collapsed
5792
5793 \begin_layout Plain Layout
5794
5795
5796 \backslash
5797 addtocounter{table}{-1}
5798 \end_layout
5799
5800 \end_inset
5801
5802
5803 \begin_inset Note Note
5804 status collapsed
5805
5806 \begin_layout Plain Layout
5807 Para comprender el uso de este comando, lee al final de la sección
5808 \begin_inset space ~
5809 \end_inset
5810
5811
5812 \begin_inset CommandInset ref
5813 LatexCommand ref
5814 reference "subsec:Leyendas-en-Cuadros"
5815
5816 \end_inset
5817
5818  la primera nota resaltada en gris.
5819  
5820 \end_layout
5821
5822 \end_inset
5823
5824
5825 \end_layout
5826
5827 \begin_layout Subsection
5828 Leyendas en cuadros multipágina
5829 \begin_inset Index idx
5830 status open
5831
5832 \begin_layout Plain Layout
5833 Cuadros ! Multipágina ! Leyendas
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \begin_inset CommandInset label
5840 LatexCommand label
5841 name "subsec:Leyendas-en-Cuadros"
5842
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \begin_layout Standard
5849 Un cuadro multipágina no se puede poner flotante porque los flotantes sólo
5850  pueden estar en una página.
5851  Pero el entorno leyenda de flotantes sí puede usarse para cuadros multipágina
5852  utilizando para una fila de un cuadro multipágina la opción 
5853 \family sans
5854 Leyenda
5855 \family default
5856 , como se explica en la sec.
5857 \begin_inset space \thinspace{}
5858 \end_inset
5859
5860
5861 \begin_inset CommandInset ref
5862 LatexCommand ref
5863 reference "sec:Cuadros-multipágina"
5864
5865 \end_inset
5866
5867 .
5868  Sólo una fila puede contener la leyenda.
5869 \end_layout
5870
5871 \begin_layout Standard
5872 He aquí un pequeño cuadro multipágina para mostrar cómo funciona:
5873 \end_layout
5874
5875 \begin_layout Standard
5876 \begin_inset Tabular
5877 <lyxtabular version="3" rows="6" columns="5">
5878 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
5884 <row endfirsthead="true" caption="true">
5885 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Caption Standard
5890
5891 \begin_layout Plain Layout
5892 Cuadro multipágina con leyenda
5893 \begin_inset Argument 1
5894 status open
5895
5896 \begin_layout Plain Layout
5897 Cuadro multipágina
5898 \end_layout
5899
5900 \end_inset
5901
5902
5903 \end_layout
5904
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 1
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 2
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 3
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 4
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 5
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 s
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 s
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 s
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 asd
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 s
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 s
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 s
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 asd
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 asd
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 </lyxtabular>
6185
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \begin_layout Standard
6192 \begin_inset VSpace medskip
6193 \end_inset
6194
6195
6196 \begin_inset Note Greyedout
6197 status open
6198
6199 \begin_layout Plain Layout
6200
6201 \series bold
6202 Nota
6203 \begin_inset space ~
6204 \end_inset
6205
6206 1:
6207 \series default
6208  El número del cuadro se incrementa para cada cuadro multipágina, aunque
6209  no pongas leyenda en alguna de ellas.
6210  Por esto podría suceder que, p.
6211 \begin_inset space \thinspace{}
6212 \end_inset
6213
6214 ej., el cuadro
6215 \begin_inset space ~
6216 \end_inset
6217
6218 2.4 siga al cuadro
6219 \begin_inset space ~
6220 \end_inset
6221
6222 2.1 en el índice de cuadros debido a que hay dos cuadros multipágina sin
6223  leyenda.
6224  Para evitarlo, añade detrás de cada cuadro multipágina sin leyenda este
6225  comando en código \SpecialChar TeX
6226 :
6227 \end_layout
6228
6229 \begin_layout Plain Layout
6230
6231 \series bold
6232
6233 \backslash
6234 addtocounter{table}{-1}
6235 \end_layout
6236
6237 \begin_layout Plain Layout
6238 Esto no es necesario si ninguna de los cuadros multipágina tiene leyenda
6239  y añades el siguiente código en el preámbulo del documento:
6240 \end_layout
6241
6242 \begin_layout Plain Layout
6243
6244 \series bold
6245
6246 \backslash
6247 let
6248 \backslash
6249 myEnd
6250 \backslash
6251 endlongtable
6252 \begin_inset Newline newline
6253 \end_inset
6254
6255
6256 \backslash
6257 renewcommand{
6258 \backslash
6259 endlongtable}{
6260 \backslash
6261 myEnd
6262 \backslash
6263 addtocounter{table}{-1}}
6264 \end_layout
6265
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \begin_inset Note Greyedout
6273 status open
6274
6275 \begin_layout Plain Layout
6276
6277 \series bold
6278 Nota
6279 \begin_inset space ~
6280 \end_inset
6281
6282 2:
6283 \series default
6284  Si utilizas 
6285 \series bold
6286 hyperref
6287 \series default
6288
6289 \begin_inset Index idx
6290 status collapsed
6291
6292 \begin_layout Plain Layout
6293 \SpecialChar LaTeX
6294 -paquetes ! hyperref
6295 \end_layout
6296
6297 \end_inset
6298
6299  en las 
6300 \family sans
6301 Propiedades PDF 
6302 \family default
6303 del diálogo 
6304 \family sans
6305 Configuración del documento 
6306 \family default
6307 para enlazar referencias cruzadas en la salida, los enlaces a cuadros multipágin
6308 a llevan siempre al principio del documento.
6309 \end_layout
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Subsubsection
6317 Referencias a cuadros multipágina
6318 \begin_inset Index idx
6319 status open
6320
6321 \begin_layout Plain Layout
6322 Cuadros ! Multipágina ! Referencias a
6323 \end_layout
6324
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \begin_layout Standard
6331 \begin_inset Tabular
6332 <lyxtabular version="3" rows="6" columns="5">
6333 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
6339 <row endfirsthead="true" caption="true">
6340 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 \begin_inset Caption Standard
6345
6346 \begin_layout Plain Layout
6347 Cuadro multipágina con referencia
6348 \begin_inset CommandInset label
6349 LatexCommand label
6350 name "tab:RefEjemplo"
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 1
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 2
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 3
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 4
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 5
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 <row>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 asd
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 s
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 s
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 s
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 asd
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 s
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 s
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 s
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 asd
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 </row>
6542 <row>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 asd
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 s
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 s
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 s
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 asd
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 </row>
6589 <row>
6590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 asd
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 sad
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 asd
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 asd
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 </row>
6636 </lyxtabular>
6637
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \begin_layout Standard
6644 Para referenciar un cuadro multipágina, inserta una etiqueta en la leyenda.
6645  
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Esto es una referencia al cuadro
6650 \begin_inset space ~
6651 \end_inset
6652
6653
6654 \begin_inset CommandInset ref
6655 LatexCommand ref
6656 reference "tab:RefEjemplo"
6657
6658 \end_inset
6659
6660 .
6661 \end_layout
6662
6663 \begin_layout Standard
6664 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6665  del documento mediante el paquete \SpecialChar LaTeX
6666  
6667 \series bold
6668 caption
6669 \series default
6670
6671 \begin_inset Index idx
6672 status collapsed
6673
6674 \begin_layout Plain Layout
6675 \SpecialChar LaTeX
6676 -paquetes ! caption
6677 \end_layout
6678
6679 \end_inset
6680
6681 , véase sección
6682 \begin_inset space ~
6683 \end_inset
6684
6685
6686 \begin_inset CommandInset ref
6687 LatexCommand ref
6688 reference "sec:Formato-de-leyendas"
6689
6690 \end_inset
6691
6692 .
6693 \end_layout
6694
6695 \begin_layout Subsubsection
6696 Anchura de la leyenda
6697 \begin_inset Index idx
6698 status collapsed
6699
6700 \begin_layout Plain Layout
6701 Cuadros ! Multipágina ! Anchura de la leyenda
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \begin_layout Standard
6710 La anchura máxima de la leyenda se define por la longitud 
6711 \series bold
6712
6713 \backslash
6714 LTcapwidth
6715 \series default
6716 .
6717  Por omisión, su valor es 4
6718 \begin_inset space \thinspace{}
6719 \end_inset
6720
6721 in (4
6722 \begin_inset space ~
6723 \end_inset
6724
6725 pulgadas).
6726  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6727
6728  en el propio documento antes del cuadro multipágina al que deba afectar
6729 \end_layout
6730
6731 \begin_layout Standard
6732
6733 \series bold
6734
6735 \backslash
6736 setlength{
6737 \backslash
6738 LTcapwidth}{anchura}
6739 \end_layout
6740
6741 \begin_layout Standard
6742 donde la 
6743 \family sans
6744 anchura
6745 \family default
6746  puede ser una de las unidades listadas en el apéndice
6747 \begin_inset space ~
6748 \end_inset
6749
6750
6751 \begin_inset CommandInset ref
6752 LatexCommand ref
6753 reference "cap:Unidades-disponibles-en"
6754
6755 \end_inset
6756
6757 .
6758 \end_layout
6759
6760 \begin_layout Standard
6761 Los cuadros siguientes muestran la diferencia:
6762 \end_layout
6763
6764 \begin_layout Standard
6765 \begin_inset Tabular
6766 <lyxtabular version="3" rows="6" columns="5">
6767 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
6773 <row endfirsthead="true" caption="true">
6774 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 \begin_inset Caption Standard
6779
6780 \begin_layout Plain Layout
6781 Leyenda larga completa con anchura predeterminada leyenda larga completa
6782  con anchura predeterminada
6783 \begin_inset Argument 1
6784 status collapsed
6785
6786 \begin_layout Plain Layout
6787 Leyenda con anchura predeterminada
6788 \end_layout
6789
6790 \end_inset
6791
6792
6793 \end_layout
6794
6795 \end_inset
6796
6797
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 <row>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 1
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 2
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 3
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 4
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 5
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 s
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 s
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 s
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 <row>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 asd
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 s
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 s
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 s
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 asd
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 asd
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 s
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 asd
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 </row>
7027 <row>
7028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 asd
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 sad
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 asd
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 </lyxtabular>
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \begin_layout Standard
7082 \begin_inset ERT
7083 status collapsed
7084
7085 \begin_layout Plain Layout
7086
7087
7088 \backslash
7089 setlength{
7090 \backslash
7091 LTcapwidth}{5cm}
7092 \end_layout
7093
7094 \end_inset
7095
7096
7097 \begin_inset Tabular
7098 <lyxtabular version="3" rows="6" columns="5">
7099 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
7105 <row endfirsthead="true" caption="true">
7106 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 \begin_inset Caption Standard
7111
7112 \begin_layout Plain Layout
7113 Leyenda larga completa con una anchura de 5
7114 \begin_inset space \thinspace{}
7115 \end_inset
7116
7117 cm leyenda larga completa con una anchura de 5
7118 \begin_inset space \thinspace{}
7119 \end_inset
7120
7121 cm 
7122 \begin_inset Argument 1
7123 status collapsed
7124
7125 \begin_layout Plain Layout
7126 Leyenda con anchura
7127 \begin_inset space \thinspace{}
7128 \end_inset
7129
7130 =
7131 \begin_inset space \thinspace{}
7132 \end_inset
7133
7134 5
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 cm
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 </row>
7190 <row>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 1
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 2
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 3
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 4
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 5
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 </row>
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 asd
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 asd
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 </row>
7284 <row>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 s
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 s
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 asd
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 s
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 sad
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 asd
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 </lyxtabular>
7426
7427 \end_inset
7428
7429
7430 \begin_inset ERT
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434
7435
7436 \backslash
7437 setlength{
7438 \backslash
7439 LTcapwidth}{4in}
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \end_layout
7446
7447 \begin_layout Standard
7448 \begin_inset Note Greyedout
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452
7453 \series bold
7454 Nota: 
7455 \series default
7456 Si se usa el paquete \SpecialChar LaTeX
7457  
7458 \series bold
7459 caption
7460 \series default
7461
7462 \begin_inset Index idx
7463 status collapsed
7464
7465 \begin_layout Plain Layout
7466 \SpecialChar LaTeX
7467 -paquetes ! caption
7468 \end_layout
7469
7470 \end_inset
7471
7472 , como en este documento, para la leyenda se utiliza toda la anchura de
7473  la página cuando se deja el valor por omisión de 4
7474 \begin_inset space \thinspace{}
7475 \end_inset
7476
7477 in para 
7478 \series bold
7479
7480 \backslash
7481 LTcapwidth
7482 \series default
7483 .
7484  En este caso, para conseguir una leyenda de 4
7485 \begin_inset space \thinspace{}
7486 \end_inset
7487
7488 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7489 \begin_inset space \thinspace{}
7490 \end_inset
7491
7492 in, p.
7493 \begin_inset space \thinspace{}
7494 \end_inset
7495
7496 ej.
7497  3.99
7498 \begin_inset space \thinspace{}
7499 \end_inset
7500
7501 in, o bien emplear el comando \SpecialChar LaTeX
7502  
7503 \series bold
7504
7505 \backslash
7506 captionsetup{width=valor}
7507 \series default
7508 , suministrado por el paquete 
7509 \series bold
7510 caption
7511 \series default
7512 .
7513 \end_layout
7514
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \begin_layout Subsubsection
7521 Leyendas distintas para cada página
7522 \begin_inset Index idx
7523 status collapsed
7524
7525 \begin_layout Plain Layout
7526 Cuadros ! Multipágina ! Leyendas ! distintas para cada página
7527 \end_layout
7528
7529 \end_inset
7530
7531
7532 \end_layout
7533
7534 \begin_layout Standard
7535 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7536  de la leyenda de la primera página del cuadro, marca una fila vacía como
7537  cabecera que contiene una leyenda.
7538  Después, clic derecho sobre la leyenda y selecciona 
7539 \family sans
7540 Leyenda
7541 \begin_inset space ~
7542 \end_inset
7543
7544 (Sin
7545 \begin_inset space ~
7546 \end_inset
7547
7548 numerar)
7549 \family default
7550  en el menú contextual.
7551  El cuadro
7552 \begin_inset space ~
7553 \end_inset
7554
7555
7556 \begin_inset CommandInset ref
7557 LatexCommand ref
7558 reference "tab:DifLeyendas"
7559
7560 \end_inset
7561
7562  es un ejemplo de cuadro multipágina con encabezados distintos donde el
7563  segundo no incluye número de cuadro.
7564 \end_layout
7565
7566 \begin_layout Standard
7567 \align center
7568 \begin_inset Tabular
7569 <lyxtabular version="3" rows="59" columns="3">
7570 <features islongtable="true" longtabularalignment="center">
7571 <column alignment="left" valignment="top" width="0pt">
7572 <column alignment="left" valignment="top" width="0pt">
7573 <column alignment="right" valignment="top" width="0pt">
7574 <row endfirsthead="true" caption="true">
7575 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 \begin_inset Caption Standard
7580
7581 \begin_layout Plain Layout
7582 Ejemplo de lista telefónica
7583 \begin_inset CommandInset label
7584 LatexCommand label
7585 name "tab:DifLeyendas"
7586
7587 \end_inset
7588
7589
7590 \begin_inset Argument 1
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594 Ejemplo de lista telefónica
7595 \end_layout
7596
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 </row>
7628 <row endfirsthead="true">
7629 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \series bold
7635 Ejemplo de lista telefónica (ignore los nombres)
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row endfirsthead="true">
7660 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \series bold
7666 NOMBRE
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \series bold
7686 TEL.
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row endhead="true" caption="true">
7693 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 \begin_inset Caption Unnumbered
7698
7699 \begin_layout Plain Layout
7700 Continúa ejemplo de lista telefónica
7701 \end_layout
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row endhead="true">
7730 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Ejemplo de lista telefónica
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row endhead="true">
7761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 NOMBRE
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \series bold
7787 TEL.
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endfoot="true">
7794 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 continúa en página siguiente
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Annovi
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 Silvia
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 111
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Bertoli
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Stefano
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Bozzi
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Walter
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Cachia
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Maria
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Cachia
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Maurizio
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Cinquemani
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Giusi
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Colin
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Bernard
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Concli
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Gianfranco
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Dal Bosco
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Carolina
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Dalpiaz
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Annamaria
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Feliciello
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Domenico
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Focarelli
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Paola
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Galletti
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Oreste
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Gasparini
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Franca
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Rizzardi
8264 \series default
8265
8266 \begin_inset Foot
8267 status collapsed
8268
8269 \begin_layout Plain Layout
8270 Ejemplo de nota a pie de página
8271 \end_layout
8272
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Paola
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Lassini
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Giancarlo
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Malfatti
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Luciano
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Malfatti
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Valeriano
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Meneguzzo
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Roberto
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Mezzadra
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Roberto
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Pirpamer
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Erich
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Pochiesa
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Paolo
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111, 222
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Radina
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Claudio
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Stuffer
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 Oskar
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 111
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \series bold
8585 Tacchelli
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Ugo
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 111
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616 Tezzele
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Margit
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 111
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Unterkalmsteiner
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Frieda
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 111
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Vieider
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Hilde
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 111
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Vigna
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Jürgen
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 111
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Weber
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Maurizio
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 111
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Winkler
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Franz
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 111
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800  
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Annovi
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Silvia
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 555
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Bertoli
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Stefano
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 555
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Bozzi
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Walter
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 555
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Cachia
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Maria
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 555
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Cachia
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Maurizio
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 555
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Cinquemani
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Giusi
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 555
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Colin
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Bernard
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 555
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Concli
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Gianfranco
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 555
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \series bold
9079 Dal Bosco
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Carolina
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 555
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \series bold
9110 Dalpiaz
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 Annamaria
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 555
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \series bold
9141 Feliciello
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Domenico
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 555
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \series bold
9172 Focarelli
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 Paola
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 555
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \series bold
9203 Galletti
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 Oreste
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 555
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 </row>
9227 <row>
9228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232
9233 \series bold
9234 Gasparini
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 Franca
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 555
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \series bold
9265 Rizzardi
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 Paola
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 555
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \series bold
9296 Lassini
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Giancarlo
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 555
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \series bold
9327 Malfatti
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 Luciano
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 555
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \series bold
9358 Malfatti
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 Valeriano
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 555
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \series bold
9389 Meneguzzo
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 Roberto
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 555
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \series bold
9420 Mezzadra
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 Roberto
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 555
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 </lyxtabular>
9445
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \begin_layout Section
9452 Particularidades de los cuadros multipágina
9453 \begin_inset CommandInset label
9454 LatexCommand label
9455 name "sec:Particularidades-cuadros-multipágina"
9456
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \begin_layout Subsection
9463 Cálculos
9464 \begin_inset Index idx
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 Cuadros ! Multipágina ! Cálculos
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Standard
9477 \SpecialChar LaTeX
9478  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9479  los denominados «trozos», que son partes del cuadro presentes en la memoria
9480  de \SpecialChar LaTeX
9481 .
9482  El valor predeterminado está establecido a sólo 20
9483 \begin_inset space ~
9484 \end_inset
9485
9486 filas.
9487  Si estás usando cuadros multipágina con muchas páginas, la generación del
9488  documento puede hacerse muy lenta.
9489  No hay problema en aumentar el tamaño de los trozos hasta 100
9490 \begin_inset space \thinspace{}
9491 \end_inset
9492
9493 --
9494 \begin_inset space \thinspace{}
9495 \end_inset
9496
9497 1000 añadiendo el siguiente comando en el preámbulo del documento:
9498 \end_layout
9499
9500 \begin_layout Standard
9501
9502 \series bold
9503
9504 \backslash
9505 setcounter{LTchunksize}{100}
9506 \end_layout
9507
9508 \begin_layout Subsection
9509 Flotantes y cuadros multipágina
9510 \begin_inset Index idx
9511 status collapsed
9512
9513 \begin_layout Plain Layout
9514 Cuadros ! Multipágina ! Flotantes
9515 \end_layout
9516
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \begin_layout Standard
9523 Podría haber problemas si un flotante aparece en la misma página donde comienza
9524  un cuadro multipágina.
9525  Para evitarlo, añade un 
9526 \begin_inset Quotes cld
9527 \end_inset
9528
9529 salto de página limpia
9530 \begin_inset Quotes crd
9531 \end_inset
9532
9533  (menú 
9534 \family sans
9535 Insertar\SpecialChar menuseparator
9536 Formato\SpecialChar menuseparator
9537 Limpiar
9538 \begin_inset space ~
9539 \end_inset
9540
9541 página
9542 \family default
9543 ) antes del cuadro.
9544 \end_layout
9545
9546 \begin_layout Subsection
9547 Saltos de página forzados
9548 \begin_inset Index idx
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552 Cuadros ! Multipágina ! Saltos de página forzados
9553 \end_layout
9554
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \begin_layout Standard
9561 Por omisión, los cuadros sólo se cortan entre filas.
9562  Si tienes una celda con líneas múltiples y necesitas un salto de página
9563  dentro de la celda, inserta el comando de nueva línea «
9564 \series bold
9565
9566 \backslash
9567
9568 \backslash
9569
9570 \series default
9571 » en código \SpecialChar TeX
9572  en el punto en que quieras cortar.
9573  Antes del comando «
9574 \series bold
9575
9576 \backslash
9577
9578 \backslash
9579
9580 \series default
9581 » debes insertar en código \SpecialChar TeX
9582  tantos caracteres «
9583 \series bold
9584 &
9585 \series default
9586 » como columnas siguientes del cuadro.
9587  
9588 \series bold
9589 &
9590 \series default
9591  es el carácter para separar celdas.
9592  Escribe en código \SpecialChar TeX
9593  después de cada 
9594 \series bold
9595 &
9596 \series default
9597  el contenido de la celda siguiente correspondiente y borra el contenido
9598  de esas celdas.
9599 \begin_inset Newline newline
9600 \end_inset
9601
9602 Detrás del comando 
9603 \series bold
9604
9605 \backslash
9606
9607 \backslash
9608
9609 \series default
9610 , inserta tantos 
9611 \series bold
9612 &
9613 \series default
9614  como columnas haya delante de la actual.
9615  Enl cuadro
9616 \begin_inset space ~
9617 \end_inset
9618
9619
9620 \begin_inset CommandInset ref
9621 LatexCommand ref
9622 reference "tab:Saltos de Página Forzados"
9623
9624 \end_inset
9625
9626  la celda que debería cortarse está en la segunda columna seguida de otra
9627  columna.
9628  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9629  detrás
9630  de «
9631 \emph on
9632 Castelchiodato,
9633 \emph default
9634 »:
9635 \end_layout
9636
9637 \begin_layout Standard
9638
9639 \series bold
9640 & 111
9641 \backslash
9642
9643 \backslash
9644  
9645 \backslash
9646 newpage
9647 \begin_inset Newline newline
9648 \end_inset
9649
9650 &
9651 \end_layout
9652
9653 \begin_layout Standard
9654 El «111» en la tercera columna de la fila se ha borrado.
9655
9656 \series bold
9657  
9658 \backslash
9659 newpage 
9660 \series default
9661 es necesario solo si en esta posición debiera ir definitivamente un salto
9662  de página, de otro modo es sólamente una posibilidad de salto.
9663  Si la fila más baja de la cuadro multipágina no tiene, por alguna razón,
9664  línea superior pero quisieras una línea horizontal donde se corta la celda,
9665  usa este comando alternativo:
9666 \end_layout
9667
9668 \begin_layout Standard
9669
9670 \series bold
9671 & 111
9672 \backslash
9673
9674 \backslash
9675
9676 \begin_inset Newline newline
9677 \end_inset
9678
9679
9680 \backslash
9681 hline &
9682 \end_layout
9683
9684 \begin_layout Standard
9685 Cuando la celda a cortar está en la última columna, el comando
9686 \end_layout
9687
9688 \begin_layout Standard
9689
9690 \series bold
9691
9692 \backslash
9693 setlength{
9694 \backslash
9695 parfillskip}{0pt}
9696 \end_layout
9697
9698 \begin_layout Standard
9699 debe insertarse en código \SpecialChar TeX
9700  al principio de la celda.
9701  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9702  aparecerá con toda su anchura.
9703 \end_layout
9704
9705 \begin_layout Standard
9706 \align center
9707 \begin_inset Tabular
9708 <lyxtabular version="3" rows="38" columns="3">
9709 <features islongtable="true" longtabularalignment="center">
9710 <column alignment="left" valignment="top" width="0pt">
9711 <column alignment="left" valignment="top" width="3cm">
9712 <column alignment="right" valignment="top" width="0pt">
9713 <row endfirsthead="true" caption="true">
9714 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718 \begin_inset Caption Standard
9719
9720 \begin_layout Plain Layout
9721 Cuadro con salto de página forzado en celda
9722 \begin_inset CommandInset label
9723 LatexCommand label
9724 name "tab:Saltos de Página Forzados"
9725
9726 \end_inset
9727
9728
9729 \begin_inset Argument 1
9730 status open
9731
9732 \begin_layout Plain Layout
9733 Cuadro con salto de página forzado
9734 \end_layout
9735
9736 \end_inset
9737
9738
9739 \end_layout
9740
9741 \end_inset
9742
9743
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row endfirsthead="true">
9768 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 Ejemplo de lista telefónica (ignore los nombres)
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row endfirsthead="true">
9799 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \series bold
9805 NOMBRE
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 TEL.
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row endhead="true" caption="true">
9832 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Caption Unnumbered
9837
9838 \begin_layout Plain Layout
9839 continúa Ejemplo de lista telefónica
9840 \end_layout
9841
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row endhead="true">
9869 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873  
9874 \series bold
9875 Ejemplo de lista telefónica
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row endhead="true">
9900 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906 NOMBRE
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \series bold
9926 TEL.
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row endfoot="true">
9933 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 continúa en página siguiente
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row>
9962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \series bold
9968 Annovi
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 Silvia
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 111
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row>
9993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 Bertoli
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 Stefano
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 111
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row>
10024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \series bold
10030 Bozzi
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 Walter
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 111
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row>
10055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \series bold
10061 Cachia
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 Maria
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 111
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092 Cachia
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 Maurizio
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 111
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row>
10117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \series bold
10123 Cinquemani
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 Giusi
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 111
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \series bold
10154 Colin
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 Bernard
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 111
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \series bold
10185 Concli
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 Gianfranco
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 111
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 <row>
10210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214
10215 \series bold
10216 Dal Bosco
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 Carolina
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 111
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row>
10241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \series bold
10247 Dalpiaz
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Annamaria
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 111
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \series bold
10278 Feliciello
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Domenico
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 111
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \series bold
10309 Focarelli
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 Paola
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 111
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \series bold
10340 Galletti
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 Oreste
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 111
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369
10370 \series bold
10371 Gasparini
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Franca
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 111
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \series bold
10402 Lassini
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 Giancarlo
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 <row>
10427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \series bold
10433 Malfatti
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 Luciano
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 111
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 </row>
10457 <row>
10458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462
10463 \series bold
10464 Malfatti
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Valeriano
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 111
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \series bold
10495 Meneguzzo
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 Roberto
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 111
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 <row>
10520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \series bold
10526 Mezzadra
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 Roberto
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 111
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \series bold
10557 Pirpamer
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 Erich
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 111
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \series bold
10588 Pochiesa
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Paolo
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 111, 222
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 <row>
10613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617
10618 \series bold
10619 Radina
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 Claudio
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 111
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \series bold
10650 Rizzardi
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Paolo, 11.
10660  Fürst von Montecompatri, 11.
10661  Fürst von Sulmona und Vivaro, 10.
10662  Fürst von Rossano, 5.
10663  Herzog von Canemorte, 11.
10664  Herzog von Palombara, 5.
10665  Herzog von Castelchiodato,
10666 \begin_inset ERT
10667 status open
10668
10669 \begin_layout Plain Layout
10670
10671 & 111
10672 \backslash
10673
10674 \backslash
10675  
10676 \backslash
10677 newpage
10678 \end_layout
10679
10680 \begin_layout Plain Layout
10681
10682 &
10683 \end_layout
10684
10685 \end_inset
10686
10687  11.
10688  Herzog von Poggionativo, 11.
10689  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10690  Graf von Valinfreda, 11.
10691  Baron von Cropalati, 11.
10692  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 111
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714 Stuffer
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 Oskar
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 111
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745 Tacchelli
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Ugo
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 111
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 Tezzele
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 Margit
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 111
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \series bold
10807 Unterkalmsteiner
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 Frieda
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 111
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 <row>
10832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \series bold
10838 Vieider
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Hilde
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 111
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \series bold
10869 Vigna
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Jürgen
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 111
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \series bold
10900 Weber
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Maurizio
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 111
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \series bold
10931 Winkler
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Franz
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 111
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 </lyxtabular>
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Section
10963 Líneas, columnas y filas múltiples
10964 \end_layout
10965
10966 \begin_layout Subsection
10967 Líneas múltiples en celdas
10968 \begin_inset CommandInset label
10969 LatexCommand label
10970 name "subsec:Líneas-Múltiples-en"
10971
10972 \end_inset
10973
10974
10975 \begin_inset Index idx
10976 status collapsed
10977
10978 \begin_layout Plain Layout
10979 Lineas@Líneas múltiples en celdas
10980 \end_layout
10981
10982 \end_inset
10983
10984
10985 \begin_inset Index idx
10986 status collapsed
10987
10988 \begin_layout Plain Layout
10989 Cuadros ! Saltos de línea
10990 \end_layout
10991
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \begin_layout Standard
10998 \noindent
10999 \begin_inset Float table
11000 placement H
11001 wide false
11002 sideways false
11003 status open
11004
11005 \begin_layout Plain Layout
11006 \begin_inset Caption Standard
11007
11008 \begin_layout Plain Layout
11009 \begin_inset CommandInset label
11010 LatexCommand label
11011 name "tab:Cuadro-con-múltiples"
11012
11013 \end_inset
11014
11015 Cuadro con líneas múltiples en celda
11016 \end_layout
11017
11018 \end_inset
11019
11020
11021 \end_layout
11022
11023 \begin_layout Plain Layout
11024 \align center
11025 \begin_inset Tabular
11026 <lyxtabular version="3" rows="3" columns="3">
11027 <features tabularvalignment="middle">
11028 <column alignment="center" valignment="middle" width="2.5cm">
11029 <column alignment="center" valignment="middle">
11030 <column alignment="center" valignment="middle">
11031 <row>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 líneas
11037 \begin_inset Newline linebreak
11038 \end_inset
11039
11040 múltiples
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 b
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 c
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 d
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 e
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 f
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 <row>
11094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 g
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 h
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 i
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 </lyxtabular>
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \begin_layout Standard
11135 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11136  párrafos con varias líneas y guionado.
11137 \end_layout
11138
11139 \begin_layout Standard
11140 Para generar el cuadro
11141 \begin_inset space ~
11142 \end_inset
11143
11144
11145 \begin_inset CommandInset ref
11146 LatexCommand ref
11147 reference "tab:Cuadro-con-múltiples"
11148
11149 \end_inset
11150
11151 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11152  En el diálogo que surge establece una anchura de 2.5
11153 \begin_inset space \thinspace{}
11154 \end_inset
11155
11156 cm y escoge centro en alineación vertical y horizontal.
11157  La alineación vertical se utiliza para todas las celdas de la fila.
11158  Como nuestro texto es menor de 2.5
11159 \begin_inset space \thinspace{}
11160 \end_inset
11161
11162 cm, sólo aparece una línea.
11163  Para poner dos añadimos un salto de línea justificado, (atajo 
11164 \family sans
11165 Ctrl+Mayúsculas+Entrar
11166 \family default
11167 ).
11168  Si el texto es más ancho que la celda será automáticamente dividido en
11169  líneas.
11170 \end_layout
11171
11172 \begin_layout Standard
11173 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11174  no puede cortarla
11175  con guión si es la primera entrada.
11176  Por eso hay que insertar algo para que dicha palabra no sea la primera
11177  entrada: añade un espacio horizontal de 0
11178 \begin_inset space \thinspace{}
11179 \end_inset
11180
11181 pt delante de la palabra.
11182  Como el espacio es 0 la salida no cambia.
11183  El cuadro
11184 \begin_inset space ~
11185 \end_inset
11186
11187
11188 \begin_inset CommandInset ref
11189 LatexCommand ref
11190 reference "tab:Cuadro-con-y"
11191
11192 \end_inset
11193
11194  muestra el efecto.
11195 \end_layout
11196
11197 \begin_layout Standard
11198 \begin_inset Float table
11199 placement b
11200 wide false
11201 sideways false
11202 status open
11203
11204 \begin_layout Plain Layout
11205 \begin_inset Caption Standard
11206
11207 \begin_layout Plain Layout
11208 \begin_inset CommandInset label
11209 LatexCommand label
11210 name "tab:Cuadro-con-y"
11211
11212 \end_inset
11213
11214 Cuadros con y sin guión
11215 \end_layout
11216
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \begin_layout Plain Layout
11223 \begin_inset space \hfill{}
11224 \end_inset
11225
11226
11227 \begin_inset Tabular
11228 <lyxtabular version="3" rows="3" columns="3">
11229 <features tabularvalignment="middle">
11230 <column alignment="center" valignment="middle" width="2.5cm">
11231 <column alignment="center" valignment="middle">
11232 <column alignment="center" valignment="middle">
11233 <row>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 celdaconpalabramuylarga
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 b
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 c
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 d
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 e
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 f
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 g
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 h
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 i
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 </row>
11320 </lyxtabular>
11321
11322 \end_inset
11323
11324
11325 \begin_inset space \hfill{}
11326 \end_inset
11327
11328
11329 \begin_inset Tabular
11330 <lyxtabular version="3" rows="3" columns="3">
11331 <features tabularvalignment="middle">
11332 <column alignment="center" valignment="middle" width="2.5cm">
11333 <column alignment="center" valignment="middle">
11334 <column alignment="center" valignment="middle">
11335 <row>
11336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 \begin_inset space \hspace{}
11341 \length 0pt
11342 \end_inset
11343
11344 celdaconpalabramuylarga
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 b
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 c
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 </row>
11368 <row>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 d
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 e
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 f
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 </row>
11397 <row>
11398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 g
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 h
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 i
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 </lyxtabular>
11427
11428 \end_inset
11429
11430
11431 \begin_inset space \hfill{}
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Subsection
11443 Multicolumnas
11444 \begin_inset CommandInset label
11445 LatexCommand label
11446 name "subsec:Multicolumnas"
11447
11448 \end_inset
11449
11450
11451 \begin_inset Index idx
11452 status collapsed
11453
11454 \begin_layout Plain Layout
11455 Multicolumnas
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \begin_inset Index idx
11462 status collapsed
11463
11464 \begin_layout Plain Layout
11465 Cuadros ! Multicolumnas
11466 \end_layout
11467
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \begin_layout Subsubsection
11474 Fundamentos de multicolumnas
11475 \end_layout
11476
11477 \begin_layout Standard
11478 Para extender una celda sobre varias columnas, se marcan las celdas que
11479  se desee combinar y se usa el botón 
11480 \begin_inset Info
11481 type  "icon"
11482 arg   "tabular-feature multicolumn"
11483 \end_inset
11484
11485 , el menú 
11486 \family sans
11487 Editar\SpecialChar menuseparator
11488 Cuadro\SpecialChar menuseparator
11489 Multicolumna
11490 \family default
11491 , o clic derecho sobre las celdas marcadas y elige 
11492 \family sans
11493 Multicolumna 
11494 \family default
11495 en el menú contextual.
11496 \end_layout
11497
11498 \begin_layout Standard
11499 Las multicolumnas tienen su propia configuración de celdas.
11500  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11501  multicolumna.
11502  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11503  última fila sin borde superior:
11504 \end_layout
11505
11506 \begin_layout Standard
11507 \align center
11508 \begin_inset Tabular
11509 <lyxtabular version="3" rows="3" columns="4">
11510 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11511 <column alignment="center" valignment="top" width="0pt">
11512 <column alignment="center" valignment="middle">
11513 <column alignment="center" valignment="top" width="0in">
11514 <column alignment="center" valignment="top" width="0pt">
11515 <row>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 abc
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 def ghi
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 jkl
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 <row>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558
11559 \family roman
11560 \series medium
11561 \shape up
11562 \size normal
11563 \emph off
11564 \bar no
11565 \noun off
11566 \color none
11567 A
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 B
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 C
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 D
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 1
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 2
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 3
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 4
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 </lyxtabular>
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Subsubsection
11646 Cálculos en multicolumnas
11647 \begin_inset CommandInset label
11648 LatexCommand label
11649 name "subsec:Cálculos-en-Multicolumnas"
11650
11651 \end_inset
11652
11653
11654 \begin_inset Index idx
11655 status collapsed
11656
11657 \begin_layout Plain Layout
11658 Cuadros ! Multicolumnas ! Cálculos
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \begin_layout Standard
11667 \SpecialChar LyX
11668  soporta multicolumnas directamente, pero hay que prestar atención a la
11669  anchura de celda de las columnas combinadas en la celda multicolumna.
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \begin_inset Float table
11674 placement h
11675 wide false
11676 sideways false
11677 status open
11678
11679 \begin_layout Plain Layout
11680 \begin_inset Caption Standard
11681
11682 \begin_layout Plain Layout
11683 \begin_inset CommandInset label
11684 LatexCommand label
11685 name "tab:Cuadro-con-centrado"
11686
11687 \end_inset
11688
11689 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11690  exactamente la mitad de anchura que la celda multicolumna
11691 \begin_inset Argument 1
11692 status open
11693
11694 \begin_layout Plain Layout
11695 Cuadro multicolumna perfecta
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Plain Layout
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="3">
11712 <features tabularvalignment="middle">
11713 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11714 <column alignment="center" valignment="middle">
11715 <column alignment="center" valignment="top">
11716 <row>
11717 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 multicolumna línea múltiple
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 c
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 <row>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 d
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 e
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 f
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 <row>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 g
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 h
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 i
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 </row>
11803 </lyxtabular>
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 Por ejemplo, para crear el cuadro
11817 \begin_inset space ~
11818 \end_inset
11819
11820
11821 \begin_inset CommandInset ref
11822 LatexCommand ref
11823 reference "tab:Cuadro-con-centrado"
11824
11825 \end_inset
11826
11827 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11828  clic derecho.
11829  En el diálogo marca 
11830 \emph on
11831 multicolumna
11832 \emph default
11833
11834 \emph on
11835 alineación centro
11836 \emph default
11837  y una anchura de 2.5
11838 \begin_inset space \thinspace{}
11839 \end_inset
11840
11841 cm.
11842  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11843  de la celda multicolumna, así que deberías ajustar 1.25
11844 \begin_inset space \thinspace{}
11845 \end_inset
11846
11847 cm para la primera columna.
11848  La segunda columna tendrá entonces automáticamente 1.25
11849 \begin_inset space \thinspace{}
11850 \end_inset
11851
11852 cm de anchura.
11853  Para el cuadro
11854 \begin_inset space ~
11855 \end_inset
11856
11857
11858 \begin_inset CommandInset ref
11859 LatexCommand ref
11860 reference "tab:Cuadro-sin-mitad"
11861
11862 \end_inset
11863
11864  se ha procedido de la siguiente manera:
11865 \end_layout
11866
11867 \begin_layout Standard
11868 \begin_inset Float table
11869 wide false
11870 sideways false
11871 status open
11872
11873 \begin_layout Plain Layout
11874 \begin_inset Caption Standard
11875
11876 \begin_layout Plain Layout
11877 \begin_inset CommandInset label
11878 LatexCommand label
11879 name "tab:Cuadro-sin-mitad"
11880
11881 \end_inset
11882
11883 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11884  de anchura que la celda multicolumna
11885 \begin_inset Argument 1
11886 status open
11887
11888 \begin_layout Plain Layout
11889 Cuadro multicolumna imperfecta
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \begin_layout Plain Layout
11903 \align center
11904 \begin_inset Tabular
11905 <lyxtabular version="3" rows="3" columns="3">
11906 <features tabularvalignment="middle">
11907 <column alignment="center" valignment="top" width="1.25cm">
11908 <column alignment="center" valignment="top">
11909 <column alignment="center" valignment="top">
11910 <row>
11911 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 multicolumna línea múltiple
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 c
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 d
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 e
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 f
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 <row>
11969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 g
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 h
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 i
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 </row>
11997 </lyxtabular>
11998
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Standard
12010 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12011 a, es un poco mayor.
12012  La razón es que la anchura dada para una celda 
12013 \begin_inset Formula $W_{g}$
12014 \end_inset
12015
12016  no es su anchura total 
12017 \begin_inset Formula $W_{\mathrm{tot}}$
12018 \end_inset
12019
12020  porque una celda es siempre algo mayor que la anchura dada.
12021  El apéndice
12022 \begin_inset space ~
12023 \end_inset
12024
12025
12026 \begin_inset CommandInset ref
12027 LatexCommand ref
12028 reference "cap:Explicación-de-la-Ecuación"
12029
12030 \end_inset
12031
12032  lo explica con detalle.
12033 \end_layout
12034
12035 \begin_layout Standard
12036 La anchura dada 
12037 \begin_inset Formula $W_{g\,n}$
12038 \end_inset
12039
12040  necesaria para combinar 
12041 \emph on
12042 n
12043 \emph default
12044  columnas puede calcularse de manera que cada columna tenga una anchura
12045  total de 
12046 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12047 \end_inset
12048
12049 :
12050 \begin_inset Formula 
12051 \begin{equation}
12052 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12053 \end{equation}
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \begin_layout Standard
12061 En nuestro caso tenemos 
12062 \begin_inset Formula $n=2$
12063 \end_inset
12064
12065
12066 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12067 \end_inset
12068
12069
12070 \begin_inset space \thinspace{}
12071 \end_inset
12072
12073 cm y los valores predeterminados para longitudes, así la ecuación
12074 \begin_inset space ~
12075 \end_inset
12076
12077
12078 \begin_inset CommandInset ref
12079 LatexCommand ref
12080 reference "eq:Wgn"
12081
12082 \end_inset
12083
12084  queda
12085 \begin_inset Formula 
12086 \begin{equation}
12087 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12088 \end{equation}
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \begin_layout Standard
12096 Para habilitar cálculos en \SpecialChar LaTeX
12097 , debe cargarse en el preámbulo el paquete 
12098 \series bold
12099 calc
12100 \series default
12101  con la línea
12102 \begin_inset Index idx
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106 \SpecialChar LaTeX
12107 -paquetes ! calc
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \begin_layout Standard
12116
12117 \series bold
12118
12119 \backslash
12120 usepackage{calc}
12121 \end_layout
12122
12123 \begin_layout Standard
12124 \SpecialChar LyX
12125  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12126  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12127  en el diálogo.
12128  He aquí un repaso de los argumentos:
12129 \end_layout
12130
12131 \begin_layout Itemize
12132
12133 \series bold
12134 p{ancho}
12135 \series default
12136  crea celdas con anchura fija, el texto alineado arriba
12137 \end_layout
12138
12139 \begin_layout Itemize
12140
12141 \series bold
12142 m{ancho}
12143 \series default
12144  crea celdas con anchura fija, el texto con alineación vertical centrada
12145  
12146 \end_layout
12147
12148 \begin_layout Itemize
12149
12150 \series bold
12151 b{ancho}
12152 \series default
12153  crea celdas con anchura fija, el texto alineado abajo
12154 \end_layout
12155
12156 \begin_layout Standard
12157 Al introducir un argumento \SpecialChar LaTeX
12158 , todas las propiedades de celda puestas en el
12159  diálogo se ignoran.
12160 \end_layout
12161
12162 \begin_layout Standard
12163 \begin_inset Note Greyedout
12164 status open
12165
12166 \begin_layout Plain Layout
12167
12168 \series bold
12169 Nota:
12170 \series default
12171  Debido a un error, \SpecialChar LyX
12172  muestra de todas formas estas propiedades.
12173 \end_layout
12174
12175 \end_inset
12176
12177  
12178 \end_layout
12179
12180 \begin_layout Standard
12181 El comando 
12182 \series bold
12183
12184 \backslash
12185 centering
12186 \series default
12187  centra horizontalmente el texto.
12188  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12189  para la primera columna
12190  extendida:
12191 \end_layout
12192
12193 \begin_layout Standard
12194
12195 \series bold
12196 >{
12197 \backslash
12198 centering}m{1.25cm-6.2pt}
12199 \end_layout
12200
12201 \begin_layout Standard
12202 El comando 
12203 \series bold
12204 >{ }
12205 \series default
12206  significa que los comandos entre llaves se aplican antes de crear la celda.
12207 \end_layout
12208
12209 \begin_layout Standard
12210 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12211 , aún está alineado a la izquierda.
12212  Esto se debe a que \SpecialChar LyX
12213  sólo aplica alineado a columnas simples.
12214  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219
12220 \series bold
12221 >{
12222 \backslash
12223 centering}m{2.5cm}
12224 \end_layout
12225
12226 \begin_layout Subsection
12227 Multifilas
12228 \begin_inset CommandInset label
12229 LatexCommand label
12230 name "subsec:Multifilas"
12231
12232 \end_inset
12233
12234
12235 \begin_inset Index idx
12236 status collapsed
12237
12238 \begin_layout Plain Layout
12239 Multifilas
12240 \end_layout
12241
12242 \end_inset
12243
12244
12245 \begin_inset Index idx
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249 Cuadros ! Multifilas
12250 \end_layout
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 Para extender una celda sobre varias filas, se marcan las celdas que se
12259  desee combinar y se usa el botón 
12260 \begin_inset Info
12261 type  "icon"
12262 arg   "tabular-feature multirow"
12263 \end_inset
12264
12265 , el menú 
12266 \family sans
12267 Editar\SpecialChar menuseparator
12268 Cuadro\SpecialChar menuseparator
12269 Multifila
12270 \family default
12271 , o haz clic derecho sobre las celdas marcadas y elige 
12272 \family sans
12273 Multifila 
12274 \family default
12275 en el menú contextual.
12276 \end_layout
12277
12278 \begin_layout Standard
12279 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12280 \end_layout
12281
12282 \begin_layout Standard
12283 \align center
12284 \begin_inset Tabular
12285 <lyxtabular version="3" rows="3" columns="3">
12286 <features tabularvalignment="middle">
12287 <column alignment="center" valignment="top" width="0pt">
12288 <column alignment="center" valignment="top">
12289 <column alignment="center" valignment="top">
12290 <row>
12291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 entrada en una celda larga
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304 b
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313 c
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 </row>
12319 <row>
12320 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Plain Layout
12324 multifila
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 e
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342 f
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 </row>
12348 <row>
12349 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Plain Layout
12353
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362 h
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 i
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 </row>
12377 </lyxtabular>
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 La anchura de las celdas multifila se establece poniendo la anchura y la
12386  alineación para toda la columna.
12387  El 
12388 \family sans
12389 Desplazamiento vertical
12390 \family default
12391  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12392 gativo.
12393 \end_layout
12394
12395 \begin_layout Standard
12396 Si la columna de una celda multifila no tiene anchura explícita, la celda
12397  multifila hereda el alineamiento de la columna.
12398  Por otra parte, se alinea a la izquierda por omisión.
12399  Para cambiar esto renombra el comando 
12400 \series bold
12401
12402 \backslash
12403 multirowsetup
12404 \series default
12405  con el comando
12406 \end_layout
12407
12408 \begin_layout Standard
12409
12410 \series bold
12411
12412 \backslash
12413 renewcommand{
12414 \backslash
12415 multirowsetup}{
12416 \backslash
12417 centering}
12418 \end_layout
12419
12420 \begin_layout Standard
12421 en el preámbulo del documento.
12422  Entonces se centran todas las entradas de celdas multifila en el documento.
12423  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12424  en código \SpecialChar TeX
12425  justo antes del cuadro en lugar de en el preámbulo.
12426  Si el texto debe estar alineado a la derecha, reemplaza 
12427 \series bold
12428
12429 \backslash
12430 centering
12431 \series default
12432  por 
12433 \series bold
12434
12435 \backslash
12436 raggedleft
12437 \series default
12438 .
12439  Para volver a alineado a la izquierda usa 
12440 \series bold
12441
12442 \backslash
12443 raggedright
12444 \series default
12445 .
12446 \end_layout
12447
12448 \begin_layout Standard
12449 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12450  que tiene un desplazamiento vertical de -4
12451 \begin_inset space \thinspace{}
12452 \end_inset
12453
12454 mm y está en una columna de 3
12455 \begin_inset space \thinspace{}
12456 \end_inset
12457
12458 cm de ancho:
12459 \end_layout
12460
12461 \begin_layout Standard
12462 \noindent
12463 \align center
12464 \begin_inset ERT
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468
12469
12470 \backslash
12471 renewcommand{
12472 \backslash
12473 multirowsetup}{
12474 \backslash
12475 raggedleft}
12476 \end_layout
12477
12478 \end_inset
12479
12480
12481 \begin_inset Tabular
12482 <lyxtabular version="3" rows="4" columns="3">
12483 <features tabularvalignment="middle">
12484 <column alignment="center" valignment="top" width="3cm">
12485 <column alignment="center" valignment="top">
12486 <column alignment="center" valignment="top">
12487 <row>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 entrada en una celda larga
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 b
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 c
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 t
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 n
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 m
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 <row>
12546 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 multifila
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 e
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 f
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 </row>
12574 <row>
12575 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 h
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 i
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 </row>
12603 </lyxtabular>
12604
12605 \end_inset
12606
12607
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 renewcommand{
12616 \backslash
12617 multirowsetup}{
12618 \backslash
12619 raggedright}
12620 \end_layout
12621
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \begin_layout Standard
12628 Para iniciar una nueva línea en una multifila se puede usar un salto de
12629  página forzado (
12630 \family sans
12631 Ctrl+Retorno
12632 \family default
12633 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12634 \end_layout
12635
12636 \begin_layout Standard
12637 \noindent
12638 \align center
12639 \begin_inset Tabular
12640 <lyxtabular version="3" rows="3" columns="2">
12641 <features tabularvalignment="middle">
12642 <column alignment="left" valignment="middle" width="2cm">
12643 <column alignment="center" valignment="top">
12644 <row>
12645 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 aaa
12650 \begin_inset Newline newline
12651 \end_inset
12652
12653 aaa
12654 \begin_inset Newline newline
12655 \end_inset
12656
12657 celda errónea
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 ccc
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 <row>
12673 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 ddd
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 </row>
12692 <row>
12693 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 bbb
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 eee
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 </lyxtabular>
12713
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \begin_layout Standard
12720 Por tanto, hay que usar con cuidado los saltos forzados.
12721 \end_layout
12722
12723 \begin_layout Subsection
12724 Celdas con línea(s) diagonal(es)
12725 \end_layout
12726
12727 \begin_layout Standard
12728 Para que el lector distinga los encabezados de filas y columnas, es útil
12729  dividir la primera celda del cuadro con una o dos líneas diagonales.
12730  Esto es posible cargando el paquete \SpecialChar LaTeX
12731  
12732 \series bold
12733 diagbox
12734 \series default
12735
12736 \begin_inset Index idx
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740 \SpecialChar LaTeX
12741 -paquetes ! diagbox
12742 \end_layout
12743
12744 \end_inset
12745
12746  en el preámbulo del documento.
12747  El paquete suministra el comando 
12748 \series bold
12749
12750 \backslash
12751 diagbox
12752 \series default
12753 , que se inserta en código \SpecialChar TeX
12754  con dos o tres argumentos:
12755 \end_layout
12756
12757 \begin_layout Standard
12758
12759 \series bold
12760
12761 \backslash
12762 diagbox[options]{izquierda abajo}{derecha arriba}
12763 \end_layout
12764
12765 \begin_layout Standard
12766
12767 \series bold
12768
12769 \backslash
12770 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12771 \end_layout
12772
12773 \begin_layout Standard
12774 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12775  se colocan debajo y encima de dicha línea.
12776  En el segundo la celda se divide con dos líneas.
12777 \end_layout
12778
12779 \begin_layout Standard
12780 \begin_inset ERT
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784
12785
12786 \backslash
12787 ifdiagbox
12788 \end_layout
12789
12790 \end_inset
12791
12792
12793 \begin_inset Note Note
12794 status open
12795
12796 \begin_layout Plain Layout
12797 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12798  \SpecialChar LaTeX
12799  
12800 \series bold
12801 diagbox
12802 \series default
12803 .
12804 \end_layout
12805
12806 \end_inset
12807
12808
12809 \end_layout
12810
12811 \begin_layout Standard
12812 Aquí hay un ejemplo de cuadro con 
12813 \series bold
12814
12815 \backslash
12816 diagbox
12817 \series default
12818  y dos argumentos:
12819 \end_layout
12820
12821 \begin_layout Standard
12822 \begin_inset VSpace medskip
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \begin_layout Standard
12829 \noindent
12830 \begin_inset Tabular
12831 <lyxtabular version="3" rows="4" columns="4">
12832 <features tabularvalignment="middle">
12833 <column alignment="center" valignment="top">
12834 <column alignment="center" valignment="top">
12835 <column alignment="center" valignment="top">
12836 <column alignment="center" valignment="top">
12837 <row>
12838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846
12847
12848 \backslash
12849 diagbox{
12850 \end_layout
12851
12852 \end_inset
12853
12854 Nombre
12855 \begin_inset ERT
12856 status collapsed
12857
12858 \begin_layout Plain Layout
12859
12860 }{
12861 \end_layout
12862
12863 \end_inset
12864
12865 Parámetro
12866 \begin_inset ERT
12867 status collapsed
12868
12869 \begin_layout Plain Layout
12870
12871 }
12872 \end_layout
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 Thickness in nm
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 Transparency in %
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 Hardness in MPa
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 Perfect Green
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 45
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 80
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 504
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 </row>
12947 <row>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 Dark Multi-P
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 60
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 72
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 982
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 </row>
12985 <row>
12986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 Crystal Clear Pro
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 18
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 86
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 374
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 </row>
13023 </lyxtabular>
13024
13025 \end_inset
13026
13027
13028 \begin_inset VSpace medskip
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Standard
13035 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13036  de ligas deportivas o distancias:
13037 \end_layout
13038
13039 \begin_layout Standard
13040 \noindent
13041 \align center
13042 \begin_inset Tabular
13043 <lyxtabular version="3" rows="4" columns="4">
13044 <features tabularvalignment="middle">
13045 <column alignment="center" valignment="top" width="0pt">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 diagbox{
13062 \end_layout
13063
13064 \end_inset
13065
13066 Equipo local
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072 }{
13073 \end_layout
13074
13075 \end_inset
13076
13077 Resultado
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082
13083 }{
13084 \end_layout
13085
13086 \end_inset
13087
13088 Equipo visitante
13089 \begin_inset ERT
13090 status collapsed
13091
13092 \begin_layout Plain Layout
13093
13094 }
13095 \end_layout
13096
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 Tigers
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 Panthers
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Falcons
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 </row>
13132 <row>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 Tigers
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 1:3
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 0:1
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 Panthers
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 3:1
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 0:0
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Falcons
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 1:0
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 0:0
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 </lyxtabular>
13247
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13255  en cada esquina del cuadro, como en el siguiente ejemplo:
13256 \end_layout
13257
13258 \begin_layout Standard
13259 \noindent
13260 \align center
13261 \begin_inset Tabular
13262 <lyxtabular version="3" rows="5" columns="5">
13263 <features tabularvalignment="middle">
13264 <column alignment="center" valignment="top" width="0pt">
13265 <column alignment="center" valignment="top">
13266 <column alignment="center" valignment="top">
13267 <column alignment="center" valignment="top">
13268 <column alignment="center" valignment="top">
13269 <row>
13270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 \begin_inset ERT
13275 status open
13276
13277 \begin_layout Plain Layout
13278
13279
13280 \backslash
13281 diagbox{
13282 \end_layout
13283
13284 \end_inset
13285
13286 Equipo local
13287 \begin_inset ERT
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291
13292 }{
13293 \end_layout
13294
13295 \end_inset
13296
13297 Resultado
13298 \begin_inset ERT
13299 status collapsed
13300
13301 \begin_layout Plain Layout
13302
13303 }{
13304 \end_layout
13305
13306 \end_inset
13307
13308 Equipo visitante
13309 \begin_inset ERT
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313
13314 }
13315 \end_layout
13316
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 Tigers
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 Panthers
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 Falcons
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 \begin_inset ERT
13356 status open
13357
13358 \begin_layout Plain Layout
13359
13360
13361 \backslash
13362 diagbox[dir=NE]{
13363 \end_layout
13364
13365 \end_inset
13366
13367 Equipo local
13368 \begin_inset ERT
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372
13373 }{
13374 \end_layout
13375
13376 \end_inset
13377
13378 Resultado
13379 \begin_inset ERT
13380 status collapsed
13381
13382 \begin_layout Plain Layout
13383
13384 }{
13385 \end_layout
13386
13387 \end_inset
13388
13389 Equipo visitante
13390 \begin_inset ERT
13391 status collapsed
13392
13393 \begin_layout Plain Layout
13394
13395 }
13396 \end_layout
13397
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 Tigers
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 1:3
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 0:1
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 Tigers
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 </row>
13453 <row>
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 Panthers
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 3:1
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 0:0
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 Panthers
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 </row>
13500 <row>
13501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 Falcons
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 1:0
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 0:0
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 Falcons
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 <row>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 \begin_inset ERT
13553 status open
13554
13555 \begin_layout Plain Layout
13556
13557
13558 \backslash
13559 diagbox[dir=SW]{
13560 \end_layout
13561
13562 \end_inset
13563
13564 Equipo local
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570 }{
13571 \end_layout
13572
13573 \end_inset
13574
13575 Resultado
13576 \begin_inset ERT
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580
13581 }{
13582 \end_layout
13583
13584 \end_inset
13585
13586 Equipo visitante
13587 \begin_inset ERT
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591
13592 }
13593 \end_layout
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 Tigers
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 Panthers
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 Falcons
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 \begin_inset ERT
13634 status open
13635
13636 \begin_layout Plain Layout
13637
13638
13639 \backslash
13640 diagbox[dir=SE]{
13641 \end_layout
13642
13643 \end_inset
13644
13645 Equipo local
13646 \begin_inset ERT
13647 status collapsed
13648
13649 \begin_layout Plain Layout
13650
13651 }{
13652 \end_layout
13653
13654 \end_inset
13655
13656 Resultado
13657 \begin_inset ERT
13658 status collapsed
13659
13660 \begin_layout Plain Layout
13661
13662 }{
13663 \end_layout
13664
13665 \end_inset
13666
13667 Equipo visitante
13668 \begin_inset ERT
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672
13673 }
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 </row>
13684 </lyxtabular>
13685
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \begin_layout Standard
13692 Para rotar las líneas diagonales se usa la opción 
13693 \series bold
13694 dir=direction
13695 \series default
13696 .
13697  
13698 \emph on
13699 direction
13700 \emph default
13701  es 
13702 \series bold
13703 NE
13704 \series default
13705
13706 \series bold
13707 SE
13708 \series default
13709
13710 \series bold
13711 SW
13712 \series default
13713  o 
13714 \series bold
13715 NW
13716 \series default
13717 , que representan puntos en una brújula.
13718  Por ejemplo, 
13719 \series bold
13720 SW
13721 \series default
13722  es la orientación suroeste.
13723  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13724  el comando
13725 \end_layout
13726
13727 \begin_layout Standard
13728
13729 \series bold
13730
13731 \backslash
13732 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13733 \end_layout
13734
13735 \begin_layout Standard
13736 Si no se indica dirección se usa NW.
13737 \end_layout
13738
13739 \begin_layout Standard
13740 La anchura adecuada para las celdas divididas se calcula automáticamente.
13741  Si estableces una anchura fija de columna menor que la calculada, el contenido
13742  sobrepasará los bordes de la celda:
13743 \end_layout
13744
13745 \begin_layout Standard
13746 \noindent
13747 \align center
13748 \begin_inset Tabular
13749 <lyxtabular version="3" rows="2" columns="2">
13750 <features tabularvalignment="middle">
13751 <column alignment="center" valignment="top" width="3cm">
13752 <column alignment="center" valignment="top">
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 diagbox{
13766 \end_layout
13767
13768 \end_inset
13769
13770 Nombre
13771 \begin_inset ERT
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775
13776 }{
13777 \end_layout
13778
13779 \end_inset
13780
13781 Parámetro
13782 \begin_inset ERT
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786
13787 }
13788 \end_layout
13789
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 Thickness in nm
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 Perfect Green
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 45
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 </lyxtabular>
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \begin_layout Standard
13835 Si hace falta una determinada anchura para columnas con celdas divididas,
13836  se usa la opción 
13837 \series bold
13838 width=3cm
13839 \series default
13840  (donde '3cm' puede cambiarse por la cantidad deseada).
13841  En el cuadro siguiente se ha puesto 4
13842 \begin_inset space \thinspace{}
13843 \end_inset
13844
13845 cm de anchura para la primera columna.
13846  Para 
13847 \series bold
13848
13849 \backslash
13850 diagbox
13851 \series default
13852  se necesita una anchura de 4
13853 \begin_inset space \thinspace{}
13854 \end_inset
13855
13856 cm + 2
13857 \begin_inset space \thinspace{}
13858 \end_inset
13859
13860
13861 \backslash
13862 tabcolsep, ya que la anchura total es la del texto (4
13863 \begin_inset space \thinspace{}
13864 \end_inset
13865
13866 cm en este caso) más dos veces la separación del texto y el borde.
13867  El cálculo de la anchura no puede hacerse en la opciones del comando 
13868 \series bold
13869
13870 \backslash
13871 diagbox
13872 \series default
13873 , hay que crear una nueva longitud que se puede usar después.
13874  Esto se hace con los comandos en código \SpecialChar TeX
13875
13876 \end_layout
13877
13878 \begin_layout Standard
13879
13880 \series bold
13881
13882 \backslash
13883 newlength{
13884 \backslash
13885 diagtest}
13886 \begin_inset Newline newline
13887 \end_inset
13888
13889
13890 \backslash
13891 setlength{
13892 \backslash
13893 diagtest}{4cm+2
13894 \backslash
13895 tabcolsep}
13896 \end_layout
13897
13898 \begin_layout Standard
13899 \begin_inset ERT
13900 status collapsed
13901
13902 \begin_layout Plain Layout
13903
13904
13905 \backslash
13906 newlength{
13907 \backslash
13908 diagtest}
13909 \end_layout
13910
13911 \begin_layout Plain Layout
13912
13913
13914 \backslash
13915 setlength{
13916 \backslash
13917 diagtest}{4cm+2
13918 \backslash
13919 tabcolsep}
13920 \end_layout
13921
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \begin_layout Standard
13928 Para habilitar cálculos en \SpecialChar LaTeX
13929  hay que cargar el paquete 
13930 \series bold
13931 calc
13932 \series default
13933
13934 \begin_inset Index idx
13935 status collapsed
13936
13937 \begin_layout Plain Layout
13938 \SpecialChar LaTeX
13939 -paquetes ! calc
13940 \end_layout
13941
13942 \end_inset
13943
13944  en el preámbulo del documento.
13945 \end_layout
13946
13947 \begin_layout Standard
13948 En este cuadro se puede usar ahora el comando
13949 \end_layout
13950
13951 \begin_layout Standard
13952
13953 \series bold
13954
13955 \backslash
13956 diagbox[width=
13957 \backslash
13958 diagtest]{A}{B}
13959 \end_layout
13960
13961 \begin_layout Standard
13962 en la primera celda:
13963 \end_layout
13964
13965 \begin_layout Standard
13966 \noindent
13967 \align center
13968 \begin_inset Tabular
13969 <lyxtabular version="3" rows="2" columns="2">
13970 <features tabularvalignment="middle">
13971 <column alignment="center" valignment="top" width="4cm">
13972 <column alignment="center" valignment="top">
13973 <row>
13974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 \begin_inset ERT
13979 status open
13980
13981 \begin_layout Plain Layout
13982
13983
13984 \backslash
13985 diagbox[width=
13986 \backslash
13987 diagtest]{
13988 \end_layout
13989
13990 \end_inset
13991
13992 A
13993 \begin_inset ERT
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997
13998 }{
13999 \end_layout
14000
14001 \end_inset
14002
14003 B
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009 }
14010 \end_layout
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 Thickness in nm
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 </row>
14029 <row>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 Perfect Green
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 45
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 </lyxtabular>
14050
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \begin_layout Standard
14057 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14058  la columna.
14059  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14060  como en este caso:
14061 \end_layout
14062
14063 \begin_layout Standard
14064 \noindent
14065 \align center
14066 \begin_inset Tabular
14067 <lyxtabular version="3" rows="2" columns="2">
14068 <features tabularvalignment="middle">
14069 <column alignment="center" valignment="top" width="0pt">
14070 <column alignment="center" valignment="top">
14071 <row>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 \begin_inset ERT
14077 status collapsed
14078
14079 \begin_layout Plain Layout
14080
14081
14082 \backslash
14083 diagbox{
14084 \end_layout
14085
14086 \end_inset
14087
14088 A
14089 \begin_inset ERT
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093
14094 }{
14095 \end_layout
14096
14097 \end_inset
14098
14099 B
14100 \begin_inset ERT
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104
14105 }
14106 \end_layout
14107
14108 \end_inset
14109
14110
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119 Thickness in nm
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 <row>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 Perfect Green
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 45
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 </lyxtabular>
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Standard
14153 En este caso se usa la opción 
14154 \series bold
14155 width
14156 \series default
14157  del comando 
14158 \series bold
14159
14160 \backslash
14161 diagbox
14162 \series default
14163 .
14164  Ahora no es necesario añadir 2
14165 \backslash
14166 tabcolsep porque la anchura de la celda es la anchura de la columna.
14167  En este cuadro se usa una anchura de 3
14168 \begin_inset space \thinspace{}
14169 \end_inset
14170
14171 cm:
14172 \end_layout
14173
14174 \begin_layout Standard
14175 \noindent
14176 \align center
14177 \begin_inset Tabular
14178 <lyxtabular version="3" rows="2" columns="2">
14179 <features tabularvalignment="middle">
14180 <column alignment="center" valignment="top" width="0pt">
14181 <column alignment="center" valignment="top">
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 \begin_inset ERT
14188 status open
14189
14190 \begin_layout Plain Layout
14191
14192
14193 \backslash
14194 diagbox[width=3cm]{
14195 \end_layout
14196
14197 \end_inset
14198
14199 A
14200 \begin_inset ERT
14201 status collapsed
14202
14203 \begin_layout Plain Layout
14204
14205 }{
14206 \end_layout
14207
14208 \end_inset
14209
14210 B
14211 \begin_inset ERT
14212 status collapsed
14213
14214 \begin_layout Plain Layout
14215
14216 }
14217 \end_layout
14218
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 Thickness in nm
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 <row>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 Perfect Green
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 45
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 </lyxtabular>
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \begin_layout Standard
14264 Para múltiples líneas de texto en celdas divididas se necesita una altura
14265  adicional para adaptar el texto a la celda.
14266  Esto se consigue con la opción 
14267 \series bold
14268 height=3cm
14269 \series default
14270  (se puede cambiar por el valor deseado).
14271  En el cuadro siguiente se usa el comando
14272 \end_layout
14273
14274 \begin_layout Standard
14275
14276 \series bold
14277
14278 \backslash
14279 diagbox[width=3cm,height=1.4cm]{A
14280 \backslash
14281
14282 \backslash
14283 B}{C
14284 \backslash
14285
14286 \backslash
14287 D}
14288 \end_layout
14289
14290 \begin_layout Standard
14291 en la primera celda.
14292  El comando 
14293 \series bold
14294
14295 \backslash
14296
14297 \backslash
14298
14299 \series default
14300  crea el salto de línea.
14301 \begin_inset Foot
14302 status open
14303
14304 \begin_layout Plain Layout
14305 Saltos de línea con 
14306 \family sans
14307 Ctrl+Retorno
14308 \family default
14309  solo es posible si la columna tiene anchura fija.
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Standard
14318 \noindent
14319 \align center
14320 \begin_inset Tabular
14321 <lyxtabular version="3" rows="2" columns="2">
14322 <features tabularvalignment="middle">
14323 <column alignment="center" valignment="top">
14324 <column alignment="center" valignment="top">
14325 <row>
14326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 \begin_inset ERT
14331 status open
14332
14333 \begin_layout Plain Layout
14334
14335
14336 \backslash
14337 diagbox[width=3cm,height=1.4cm]{
14338 \end_layout
14339
14340 \end_inset
14341
14342 A
14343 \begin_inset ERT
14344 status collapsed
14345
14346 \begin_layout Plain Layout
14347
14348
14349 \backslash
14350
14351 \backslash
14352
14353 \end_layout
14354
14355 \end_inset
14356
14357 B
14358 \begin_inset ERT
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362
14363 }{
14364 \end_layout
14365
14366 \end_inset
14367
14368 C
14369 \begin_inset ERT
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373
14374
14375 \backslash
14376
14377 \backslash
14378
14379 \end_layout
14380
14381 \end_inset
14382
14383 D
14384 \begin_inset ERT
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388
14389 }
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 Thickness in nm
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 <row>
14410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 Perfect Green
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 45
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 </lyxtabular>
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \begin_inset ERT
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441
14442
14443 \backslash
14444 else
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \begin_inset Note Note
14451 status open
14452
14453 \begin_layout Plain Layout
14454 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14455  
14456 \series bold
14457 diagbox
14458 \series default
14459 .
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 Hay que instalar el paquete \SpecialChar LaTeX
14469  
14470 \series bold
14471 diagbox
14472 \series default
14473  para ver la parte siguiente en la salida.
14474 \end_layout
14475
14476 \begin_layout Standard
14477 \begin_inset ERT
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481
14482
14483 \backslash
14484 fi
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 Para más información sobre el paquete \SpecialChar LaTeX
14494  
14495 \series bold
14496 diagbox
14497 \series default
14498  consulta su documentación,
14499 \begin_inset space ~
14500 \end_inset
14501
14502
14503 \begin_inset CommandInset citation
14504 LatexCommand cite
14505 key "diagbox"
14506 literal "true"
14507
14508 \end_inset
14509
14510 .
14511 \end_layout
14512
14513 \begin_layout Section
14514 Cuadros formales
14515 \begin_inset CommandInset label
14516 LatexCommand label
14517 name "sec:Cuadros-Formales"
14518
14519 \end_inset
14520
14521
14522 \begin_inset Index idx
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 Cuadros ! Formales
14527 \end_layout
14528
14529 \end_inset
14530
14531  
14532 \end_layout
14533
14534 \begin_layout Standard
14535 En los libros, los cuadros se suelen presentar en un formato como el del
14536  cuadro 
14537 \begin_inset space ~
14538 \end_inset
14539
14540
14541 \begin_inset CommandInset ref
14542 LatexCommand ref
14543 reference "tab:Ejemplo-cuadro-formal"
14544
14545 \end_inset
14546
14547 .
14548  Se denominan cuadros 
14549 \emph on
14550 formales
14551 \emph default
14552 .
14553  Para hacer cuadros con este diseño, elige 
14554 \family sans
14555 Estilo
14556 \family default
14557
14558 \begin_inset space ~
14559 \end_inset
14560
14561
14562 \family sans
14563 Formal
14564 \family default
14565  en la solapa 
14566 \family sans
14567 Bordes
14568 \family default
14569  del diálogo de cuadros.
14570 \end_layout
14571
14572 \begin_layout Standard
14573 \begin_inset Float table
14574 placement h
14575 wide false
14576 sideways false
14577 status open
14578
14579 \begin_layout Plain Layout
14580 \begin_inset Caption Standard
14581
14582 \begin_layout Plain Layout
14583 \begin_inset CommandInset label
14584 LatexCommand label
14585 name "tab:Ejemplo-cuadro-formal"
14586
14587 \end_inset
14588
14589 Ejemplo de cuadro formal
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \begin_layout Plain Layout
14598 \align center
14599 \begin_inset Tabular
14600 <lyxtabular version="3" rows="8" columns="4">
14601 <features booktabs="true" tabularvalignment="middle">
14602 <column alignment="center" valignment="top">
14603 <column alignment="center" valignment="top">
14604 <column alignment="center" valignment="top">
14605 <column alignment="center" valignment="top">
14606 <row>
14607 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 System
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 Chip
14621 \begin_inset space \thinspace{}
14622 \end_inset
14623
14624 1
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 Chip
14634 \begin_inset space \thinspace{}
14635 \end_inset
14636
14637 2
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 </row>
14652 <row>
14653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 cmidrule(r){2-2}
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \begin_inset ERT
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674
14675
14676 \backslash
14677 cmidrule(l){3-4}
14678 \end_layout
14679
14680 \end_inset
14681
14682 Detector thickness in µm
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell alignment="center" valignment="top" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 300
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700 300
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709 700
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 Edge angle in °
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 3.55
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738 2.71
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" topline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 7.99
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row topspace="default">
14754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 Spatial resolution in µm
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 <cell alignment="center" valignment="top" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767 4.26
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 <cell alignment="center" valignment="top" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776 10.17
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 10.56
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 </row>
14791 <row topspace="default">
14792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 MTF at 
14797 \begin_inset Formula $f_{\mathrm{max}}$
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 0.53
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell alignment="center" valignment="top" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818 0.37
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell alignment="center" valignment="top" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 0.39
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 <row topspace="default">
14834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset ERT
14839 status collapsed
14840
14841 \begin_layout Plain Layout
14842
14843
14844 \backslash
14845 cmidrule[2pt](l{10pt}){1-1}
14846 \end_layout
14847
14848 \end_inset
14849
14850 LSF-spatial resolution
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 in µm
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 129.7
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906 52.75
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 50.78
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 <row>
14922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926 in % of pixel size
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 76.3
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 95.9
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 92.3
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 </lyxtabular>
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \begin_layout Standard
14972 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
14973  correspondientes que se encuentran en la solapa 
14974 \family sans
14975 Bordes 
14976 \family default
14977 del diálogo
14978 \family sans
14979  Configuración
14980 \begin_inset space ~
14981 \end_inset
14982
14983 del
14984 \begin_inset space ~
14985 \end_inset
14986
14987 cuadro
14988 \family default
14989 , como se explica en la sección
14990 \begin_inset space ~
14991 \end_inset
14992
14993
14994 \begin_inset CommandInset ref
14995 LatexCommand ref
14996 reference "subsec:Espacio-adicional"
14997
14998 \end_inset
14999
15000 .
15001 \end_layout
15002
15003 \begin_layout Standard
15004 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15005  verticales.
15006  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15007  pero en la salida se mostrarán con distinto grosor:
15008 \begin_inset Newline newline
15009 \end_inset
15010
15011 Las líneas primera y última tienen un grosor predeterminado de 0.08
15012 \begin_inset space \thinspace{}
15013 \end_inset
15014
15015 em, las demás tienen un grosor predeterminado de 0.05
15016 \begin_inset space \thinspace{}
15017 \end_inset
15018
15019 em.
15020 \end_layout
15021
15022 \begin_layout Standard
15023 Estos valores predeterminados se pueden cambiar
15024 \series bold
15025  
15026 \series default
15027 con las líneas de preámbulo:
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 let
15036 \backslash
15037 mytoprule
15038 \backslash
15039 toprule
15040 \begin_inset Newline newline
15041 \end_inset
15042
15043
15044 \backslash
15045 renewcommand{
15046 \backslash
15047 toprule}{
15048 \backslash
15049 mytoprule[grosor]}
15050 \end_layout
15051
15052 \begin_layout Standard
15053 Este ejemplo es para la primera línea, la denominada 
15054 \series bold
15055 toprule
15056 \series default
15057 .
15058  Si quieres cambiar el grosor de la última línea, reemplaza 
15059 \series bold
15060 toprule
15061 \series default
15062  por 
15063 \series bold
15064 bottomrule
15065 \series default
15066 .
15067  Y para cambiar el grosor de las demás líneas cambia 
15068 \series bold
15069 toprule
15070 \series default
15071  por 
15072 \series bold
15073 midrule
15074 \series default
15075 .
15076  Puedes usar cualquiera de las unidades listadas en el apéndice
15077 \begin_inset space ~
15078 \end_inset
15079
15080
15081 \begin_inset CommandInset ref
15082 LatexCommand ref
15083 reference "cap:Unidades-disponibles-en"
15084
15085 \end_inset
15086
15087  para establecer el grosor.
15088 \end_layout
15089
15090 \begin_layout Standard
15091 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15092  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15093  \SpecialChar LyX
15094  empleará internamente el comando 
15095 \series bold
15096
15097 \backslash
15098 cmidrule
15099 \series default
15100  para dibujar la línea.
15101  El esquema completo es
15102 \end_layout
15103
15104 \begin_layout Standard
15105
15106 \series bold
15107
15108 \backslash
15109 cmidrule[grosor](recorte){inicol-fincol}
15110 \end_layout
15111
15112 \begin_layout Standard
15113 Por el momento, \SpecialChar LyX
15114  no soporta las opciones de 
15115 \series bold
15116
15117 \backslash
15118 cmidrule
15119 \series default
15120 , así que para usarlas hay que emplear código \SpecialChar TeX
15121 .
15122  Las líneas 
15123 \series bold
15124
15125 \backslash
15126 cmidrule
15127 \series default
15128  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15129  como primera entrada
15130  de la primera celda de una fila.
15131  En la salida se dibujará la línea sobre dicha fila.
15132 \end_layout
15133
15134 \begin_layout Standard
15135 El 
15136 \series bold
15137 grosor
15138 \series default
15139  predeterminado es 0.03
15140 \begin_inset space \thinspace{}
15141 \end_inset
15142
15143 em.
15144  
15145 \series bold
15146 inicol
15147 \series default
15148  es el número de la columna en la que comienza la línea y 
15149 \series bold
15150 fincol
15151 \series default
15152  es el número de la columna en la que acaba la línea.
15153  El valor 
15154 \series bold
15155 fincol
15156 \series default
15157  debe especificarse siempre, aunque la línea se extienda sobre una sola
15158  columna.
15159  El parámetro opcional 
15160 \series bold
15161 recorte
15162 \series default
15163  debe ser 
15164 \emph on
15165 l{recorte}
15166 \emph default
15167  o 
15168 \emph on
15169 r{recorte}
15170 \emph default
15171 , donde 
15172 \emph on
15173 recorte
15174 \emph default
15175  también es opcional.
15176  Por ejemplo, el parámetro 
15177 \emph on
15178 l{2pt}
15179 \emph default
15180  significa que la línea se recorta 2
15181 \begin_inset space \thinspace{}
15182 \end_inset
15183
15184 pt por su izquierda.
15185  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15186 \begin_inset space \thinspace{}
15187 \end_inset
15188
15189 em.
15190
15191 \series bold
15192  
15193 \end_layout
15194
15195 \begin_layout Standard
15196 \begin_inset VSpace bigskip
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \begin_layout Standard
15203 El cuadro
15204 \begin_inset space ~
15205 \end_inset
15206
15207
15208 \begin_inset CommandInset ref
15209 LatexCommand ref
15210 reference "tab:Ejemplo-cuadro-formal"
15211
15212 \end_inset
15213
15214  se ha creado con los comandos
15215 \end_layout
15216
15217 \begin_layout Standard
15218
15219 \series bold
15220
15221 \backslash
15222 cmidrule(r){2-2}
15223 \backslash
15224 cmidrule(l){3-4}
15225 \end_layout
15226
15227 \begin_layout Standard
15228 en la segunda fila, 
15229 \series bold
15230
15231 \backslash
15232 midrule
15233 \series default
15234  en la tercera, y
15235 \end_layout
15236
15237 \begin_layout Standard
15238
15239 \series bold
15240
15241 \backslash
15242 cmidrule[2pt](l{10pt}){1-1}
15243 \end_layout
15244
15245 \begin_layout Standard
15246 en la sexta fila.
15247 \end_layout
15248
15249 \begin_layout Standard
15250 \begin_inset VSpace bigskip
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \begin_layout Standard
15257 Quizá quieras superponer líneas 
15258 \series bold
15259
15260 \backslash
15261 cmidrules
15262 \series default
15263  como enl cuadro
15264 \begin_inset space ~
15265 \end_inset
15266
15267
15268 \begin_inset CommandInset ref
15269 LatexCommand ref
15270 reference "tab:Cuadro-formal-especial"
15271
15272 \end_inset
15273
15274 .
15275  Esto se consigue con el comando en código \SpecialChar TeX
15276
15277 \end_layout
15278
15279 \begin_layout Standard
15280
15281 \series bold
15282
15283 \backslash
15284 morecmidrules
15285 \end_layout
15286
15287 \begin_layout Standard
15288 El comando que se ha utilizado para la segunda fila del cuadro
15289 \begin_inset space ~
15290 \end_inset
15291
15292
15293 \begin_inset CommandInset ref
15294 LatexCommand ref
15295 reference "tab:Cuadro-formal-especial"
15296
15297 \end_inset
15298
15299  es
15300 \end_layout
15301
15302 \begin_layout Standard
15303
15304 \series bold
15305
15306 \backslash
15307 cmidrule(r){2-2}
15308 \backslash
15309 cmidrule(l){3-4}
15310 \backslash
15311 morecmidrules
15312 \backslash
15313 cmidrule{2-4}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 El comando para la sexta fila es
15318 \end_layout
15319
15320 \begin_layout Standard
15321
15322 \series bold
15323
15324 \backslash
15325 midrule
15326 \backslash
15327 morecmidrules
15328 \backslash
15329 cmidrule{3-4}
15330 \series default
15331
15332 \begin_inset VSpace bigskip
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15340  el siguiente comando para dibujar líneas que se extienden sobre todas las
15341  columnas
15342 \end_layout
15343
15344 \begin_layout Standard
15345
15346 \series bold
15347
15348 \backslash
15349 specialrule{anchura}{espacio superior}{espacio inferior}
15350 \end_layout
15351
15352 \begin_layout Standard
15353 Para más información sobre estas características especiales, acude al manual
15354  del paquete \SpecialChar LaTeX
15355  
15356 \series bold
15357 booktabs
15358 \series default
15359
15360 \begin_inset CommandInset citation
15361 LatexCommand cite
15362 key "booktabs"
15363 literal "true"
15364
15365 \end_inset
15366
15367 .
15368 \begin_inset Index idx
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 \SpecialChar LaTeX
15373 -paquetes ! booktabs
15374 \end_layout
15375
15376 \end_inset
15377
15378  
15379 \begin_inset VSpace bigskip
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Standard
15386 \begin_inset Float table
15387 placement h
15388 wide false
15389 sideways false
15390 status open
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Caption Standard
15394
15395 \begin_layout Plain Layout
15396 \begin_inset CommandInset label
15397 LatexCommand label
15398 name "tab:Cuadro-formal-especial"
15399
15400 \end_inset
15401
15402 Cuadro formal especial
15403 \end_layout
15404
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \begin_layout Plain Layout
15411 \align center
15412 \begin_inset Tabular
15413 <lyxtabular version="3" rows="8" columns="4">
15414 <features booktabs="true" tabularvalignment="middle">
15415 <column alignment="center" valignment="top">
15416 <column alignment="center" valignment="top">
15417 <column alignment="center" valignment="top">
15418 <column alignment="center" valignment="top">
15419 <row>
15420 <cell alignment="center" valignment="top" topline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424 System
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 Chip
15434 \begin_inset space \thinspace{}
15435 \end_inset
15436
15437 1
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 Chip
15447 \begin_inset space \thinspace{}
15448 \end_inset
15449
15450 2
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 \begin_inset ERT
15471 status collapsed
15472
15473 \begin_layout Plain Layout
15474
15475
15476 \backslash
15477 cmidrule(r){2-2}
15478 \end_layout
15479
15480 \end_inset
15481
15482
15483 \begin_inset ERT
15484 status collapsed
15485
15486 \begin_layout Plain Layout
15487
15488
15489 \backslash
15490 cmidrule(l){3-4}
15491 \end_layout
15492
15493 \end_inset
15494
15495
15496 \begin_inset ERT
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500
15501
15502 \backslash
15503 morecmidrules 
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \begin_inset ERT
15510 status collapsed
15511
15512 \begin_layout Plain Layout
15513
15514
15515 \backslash
15516 cmidrule{2-4}
15517 \end_layout
15518
15519 \end_inset
15520
15521 Detector thickness in µm
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 300
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 300
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 <cell alignment="center" valignment="top" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548 700
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 </row>
15554 <row>
15555 <cell alignment="center" valignment="top" topline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 Edge angle in °
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" topline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 3.55
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 2.71
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 7.99
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row topspace="default">
15593 <cell alignment="center" valignment="top" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 Spatial resolution in µm
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 4.26
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 10.17
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 10.56
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 <row topspace="default">
15631 <cell alignment="center" valignment="top" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635 MTF at 
15636 \begin_inset Formula $f_{\mathrm{max}}$
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 0.53
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 0.37
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 0.39
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row>
15673 <cell alignment="center" valignment="top" topline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677 \begin_inset ERT
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681
15682
15683 \backslash
15684 morecmidrules 
15685 \end_layout
15686
15687 \end_inset
15688
15689
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694
15695
15696 \backslash
15697 cmidrule{3-4}
15698 \end_layout
15699
15700 \end_inset
15701
15702 LSF-spatial resolution
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 in µm
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 129.7
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 52.75
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 50.78
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 in % of pixel size
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 76.3
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 95.9
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805 92.3
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 </lyxtabular>
15812
15813 \end_inset
15814
15815
15816 \end_layout
15817
15818 \end_inset
15819
15820
15821 \end_layout
15822
15823 \begin_layout Section
15824 Alineación vertical de cuadros
15825 \begin_inset Index idx
15826 status collapsed
15827
15828 \begin_layout Plain Layout
15829 Cuadros ! Alineación vertical
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \begin_layout Standard
15838 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
15839  estar en un marco.
15840  Después el marco se puede alinear verticalmente como se describe en la
15841  sección
15842 \begin_inset space ~
15843 \end_inset
15844
15845
15846 \begin_inset CommandInset ref
15847 LatexCommand ref
15848 reference "sec:Diálogo-Marcos"
15849
15850 \end_inset
15851
15852 .
15853  
15854 \end_layout
15855
15856 \begin_layout Standard
15857 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
15858 \begin_inset Foot
15859 status collapsed
15860
15861 \begin_layout Plain Layout
15862 Las minipáginas se describen en la sección
15863 \begin_inset space ~
15864 \end_inset
15865
15866
15867 \begin_inset CommandInset ref
15868 LatexCommand ref
15869 reference "sec:Minipáginas"
15870
15871 \end_inset
15872
15873 .
15874 \end_layout
15875
15876 \end_inset
15877
15878  que tiene una anchura del 15
15879 \begin_inset space \thinspace{}
15880 \end_inset
15881
15882 % de columna:
15883 \end_layout
15884
15885 \begin_layout Itemize
15886 test 
15887 \begin_inset Box Frameless
15888 position "t"
15889 hor_pos "c"
15890 has_inner_box 1
15891 inner_pos "c"
15892 use_parbox 0
15893 use_makebox 0
15894 width "15col%"
15895 special "none"
15896 height "1in"
15897 height_special "totalheight"
15898 thickness "0.4pt"
15899 separation "3pt"
15900 shadowsize "4pt"
15901 framecolor "black"
15902 backgroundcolor "none"
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906 \begin_inset Tabular
15907 <lyxtabular version="3" rows="3" columns="3">
15908 <features tabularvalignment="middle">
15909 <column alignment="center" valignment="top">
15910 <column alignment="center" valignment="top">
15911 <column alignment="center" valignment="top">
15912 <row>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 a
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926 d
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 g
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 b
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 e
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 h
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 c
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 f
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993 i
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 </lyxtabular>
16000
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \end_inset
16007
16008  test 
16009 \begin_inset ERT
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013
16014
16015 \backslash
16016 raisebox{0.85
16017 \backslash
16018 baselineskip}{
16019 \end_layout
16020
16021 \end_inset
16022
16023
16024 \begin_inset Box Frameless
16025 position "t"
16026 hor_pos "c"
16027 has_inner_box 1
16028 inner_pos "c"
16029 use_parbox 0
16030 use_makebox 0
16031 width "15col%"
16032 special "none"
16033 height "1in"
16034 height_special "totalheight"
16035 thickness "0.4pt"
16036 separation "3pt"
16037 shadowsize "4pt"
16038 framecolor "black"
16039 backgroundcolor "none"
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043 \begin_inset Tabular
16044 <lyxtabular version="3" rows="3" columns="3">
16045 <features tabularvalignment="middle">
16046 <column alignment="center" valignment="top">
16047 <column alignment="center" valignment="top">
16048 <column alignment="center" valignment="top">
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 a
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 d
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 g
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 b
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 e
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 h
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 c
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 f
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 i
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 </lyxtabular>
16137
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144
16145
16146 \begin_inset ERT
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150
16151 }
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \begin_layout Itemize
16160 test 
16161 \begin_inset Box Frameless
16162 position "c"
16163 hor_pos "c"
16164 has_inner_box 1
16165 inner_pos "c"
16166 use_parbox 0
16167 use_makebox 0
16168 width "15col%"
16169 special "none"
16170 height "1in"
16171 height_special "totalheight"
16172 thickness "0.4pt"
16173 separation "3pt"
16174 shadowsize "4pt"
16175 framecolor "black"
16176 backgroundcolor "none"
16177 status collapsed
16178
16179 \begin_layout Plain Layout
16180 \begin_inset Tabular
16181 <lyxtabular version="3" rows="3" columns="3">
16182 <features tabularvalignment="middle">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <column alignment="center" valignment="top">
16186 <row>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 a
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 d
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 g
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 </row>
16215 <row>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 b
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 e
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 h
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 c
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 f
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 i
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 </lyxtabular>
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \begin_layout Itemize
16286 test 
16287 \begin_inset Box Frameless
16288 position "b"
16289 hor_pos "c"
16290 has_inner_box 1
16291 inner_pos "c"
16292 use_parbox 0
16293 use_makebox 0
16294 width "15col%"
16295 special "none"
16296 height "1in"
16297 height_special "totalheight"
16298 thickness "0.4pt"
16299 separation "3pt"
16300 shadowsize "4pt"
16301 framecolor "black"
16302 backgroundcolor "none"
16303 status collapsed
16304
16305 \begin_layout Plain Layout
16306 \begin_inset Tabular
16307 <lyxtabular version="3" rows="3" columns="3">
16308 <features tabularvalignment="middle">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <column alignment="center" valignment="top">
16312 <row>
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 a
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 d
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 g
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346 b
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 e
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 h
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 <row>
16371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375 c
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 f
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 i
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 </lyxtabular>
16400
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \end_inset
16407
16408  test 
16409 \begin_inset ERT
16410 status collapsed
16411
16412 \begin_layout Plain Layout
16413
16414
16415 \backslash
16416 raisebox{-0.32
16417 \backslash
16418 baselineskip}{
16419 \end_layout
16420
16421 \end_inset
16422
16423
16424 \begin_inset Box Frameless
16425 position "b"
16426 hor_pos "c"
16427 has_inner_box 1
16428 inner_pos "c"
16429 use_parbox 0
16430 use_makebox 0
16431 width "15col%"
16432 special "none"
16433 height "1in"
16434 height_special "totalheight"
16435 thickness "0.4pt"
16436 separation "3pt"
16437 shadowsize "4pt"
16438 framecolor "black"
16439 backgroundcolor "none"
16440 status collapsed
16441
16442 \begin_layout Plain Layout
16443 \begin_inset Tabular
16444 <lyxtabular version="3" rows="3" columns="3">
16445 <features tabularvalignment="middle">
16446 <column alignment="center" valignment="top">
16447 <column alignment="center" valignment="top">
16448 <column alignment="center" valignment="top">
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 a
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 d
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 g
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 b
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 e
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 h
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row>
16508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 c
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 f
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 i
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 </lyxtabular>
16537
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \end_inset
16544
16545
16546 \begin_inset ERT
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550
16551 }
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 Como ves, los contenidos de la primera y última filas no se alinean correctament
16561 e con la línea de texto donde está el cuadro.
16562  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16563  un cuadro elevado («raisebox»
16564 \begin_inset Foot
16565 status collapsed
16566
16567 \begin_layout Plain Layout
16568 El uso del comando 
16569 \series bold
16570
16571 \backslash
16572 raisebox
16573 \series default
16574  se explica en la sección
16575 \begin_inset space ~
16576 \end_inset
16577
16578
16579 \begin_inset CommandInset ref
16580 LatexCommand ref
16581 reference "subsec:Alineación-Vertical"
16582
16583 \end_inset
16584
16585 .
16586 \end_layout
16587
16588 \end_inset
16589
16590 ).
16591  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16592  usando el comando en código \SpecialChar TeX
16593
16594 \end_layout
16595
16596 \begin_layout Standard
16597
16598 \series bold
16599
16600 \backslash
16601 raisebox{0.85
16602 \backslash
16603 baselineskip}{
16604 \end_layout
16605
16606 \begin_layout Standard
16607 antes del marco.
16608  Tras él, se pone la llave de cierre 
16609 \series bold
16610 }
16611 \series default
16612  también en código \SpecialChar TeX
16613 .
16614  Para el segundo marco en el tercer ítem se usa el comando 
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620
16621 \backslash
16622 raisebox{-0.32
16623 \backslash
16624 baselineskip}{
16625 \end_layout
16626
16627 \begin_layout Standard
16628 \begin_inset Note Greyedout
16629 status open
16630
16631 \begin_layout Plain Layout
16632
16633 \series bold
16634 Not
16635 \series default
16636 a: La alineación del contenido de la fila con la línea del texto adyacente
16637  no es exacta.
16638  El factor necesario del comando 
16639 \series bold
16640
16641 \backslash
16642 raisebox
16643 \series default
16644  para este alineamiento depende de la tipografía del documento, del tamaño
16645  de letra y del grosor de línea del cuadro.
16646 \end_layout
16647
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \begin_layout Section
16654 Cuadros coloreados
16655 \begin_inset CommandInset label
16656 LatexCommand label
16657 name "sec:Cuadros-Coloreados"
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Subsection
16665 Celdas coloreadas
16666 \begin_inset Index idx
16667 status collapsed
16668
16669 \begin_layout Plain Layout
16670 Cuadros ! Color ! en celdas
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \begin_inset Index idx
16677 status collapsed
16678
16679 \begin_layout Plain Layout
16680 Color ! en celdas de cuadros
16681 \end_layout
16682
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \begin_layout Standard
16689 \begin_inset Float table
16690 placement h
16691 wide false
16692 sideways false
16693 status open
16694
16695 \begin_layout Plain Layout
16696 \begin_inset Caption Standard
16697
16698 \begin_layout Plain Layout
16699 \begin_inset CommandInset label
16700 LatexCommand label
16701 name "tab:Cuadro-coloreado-sin"
16702
16703 \end_inset
16704
16705 Cuadro coloreado sin usar el paquete 
16706 \series bold
16707 colortbl
16708 \series default
16709
16710 \begin_inset Argument 1
16711 status open
16712
16713 \begin_layout Plain Layout
16714 Cuadro sin colortbl
16715 \end_layout
16716
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \begin_layout Plain Layout
16728 \align center
16729 \begin_inset Tabular
16730 <lyxtabular version="3" rows="3" columns="3">
16731 <features tabularvalignment="middle">
16732 <column alignment="center" valignment="top">
16733 <column alignment="center" valignment="top">
16734 <column alignment="center" valignment="top">
16735 <row>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \color green
16742 a
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751
16752 \color red
16753 b
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762
16763 \color red
16764 c
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775
16776 \color green
16777 d
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \color blue
16788 e
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \color blue
16799 f
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810
16811 \color green
16812 g
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \color blue
16823 h
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \color blue
16834 i
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 </lyxtabular>
16841
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \begin_layout Standard
16853 Si sólo necesitas color en el texto, marca las celdas y elige un color en
16854  el menú 
16855 \family sans
16856 Editar\SpecialChar menuseparator
16857 Estilo
16858 \begin_inset space ~
16859 \end_inset
16860
16861 del
16862 \begin_inset space ~
16863 \end_inset
16864
16865 Texto
16866 \family default
16867 .
16868  Esto se ha hecho enl cuadro
16869 \begin_inset space ~
16870 \end_inset
16871
16872
16873 \begin_inset CommandInset ref
16874 LatexCommand ref
16875 reference "tab:Cuadro-coloreado-sin"
16876
16877 \end_inset
16878
16879 .
16880  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
16881  
16882 \series bold
16883 colortbl
16884 \series default
16885 .
16886 \begin_inset Index idx
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890 \SpecialChar LaTeX
16891 -paquetes ! colortbl
16892 \end_layout
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \begin_layout Standard
16900 \begin_inset ERT
16901 status collapsed
16902
16903 \begin_layout Plain Layout
16904
16905
16906 \backslash
16907 ifcolortbl
16908 \end_layout
16909
16910 \end_inset
16911
16912
16913 \begin_inset Note Note
16914 status open
16915
16916 \begin_layout Plain Layout
16917 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16918  \SpecialChar LaTeX
16919  
16920 \series bold
16921 colortbl
16922 \series default
16923 .
16924 \end_layout
16925
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \begin_layout Standard
16932 Para crear cuadros coloreados, 
16933 \series bold
16934 colortbl
16935 \series default
16936  debe cargarse en el preámbulo con la línea
16937 \end_layout
16938
16939 \begin_layout Standard
16940
16941 \series bold
16942
16943 \backslash
16944 usepackage{colortbl}
16945 \end_layout
16946
16947 \begin_layout Standard
16948 El color de una columna se define con el comando
16949 \end_layout
16950
16951 \begin_layout Standard
16952
16953 \series bold
16954
16955 \backslash
16956 columncolor{nombre del color}
16957 \end_layout
16958
16959 \begin_layout Standard
16960 dentro del comando 
16961 \series bold
16962 >{ }
16963 \series default
16964 .
16965  El comando 
16966 \series bold
16967 >{}
16968 \series default
16969  se explica en la sección
16970 \begin_inset space ~
16971 \end_inset
16972
16973
16974 \begin_inset CommandInset ref
16975 LatexCommand ref
16976 reference "subsec:Cálculos-en-Multicolumnas"
16977
16978 \end_inset
16979
16980 .
16981 \end_layout
16982
16983 \begin_layout Standard
16984 Los siguientes nombres de color están predefinidos:
16985 \end_layout
16986
16987 \begin_layout Standard
16988
16989 \family sans
16990 red
16991 \family default
16992
16993 \family sans
16994 green
16995 \family default
16996
16997 \family sans
16998 yellow, blue
16999 \family default
17000
17001 \family sans
17002 cyan
17003 \family default
17004 \series bold
17005 ,
17006 \series default
17007  
17008 \family sans
17009 magenta, black
17010 \family default
17011
17012 \family sans
17013 white
17014 \end_layout
17015
17016 \begin_layout Standard
17017 \begin_inset VSpace medskip
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \begin_layout Standard
17024 Si añades la opción
17025 \end_layout
17026
17027 \begin_layout Standard
17028
17029 \series bold
17030 dvipsnames
17031 \end_layout
17032
17033 \begin_layout Standard
17034 en las opciones de clase en la configuración del documento, es posible usar
17035  hasta 61 colores más.
17036  Estos colores se listan en el apéndice
17037 \begin_inset space ~
17038 \end_inset
17039
17040
17041 \begin_inset CommandInset ref
17042 LatexCommand ref
17043 reference "chap:Lista-de-colores-dvips"
17044
17045 \end_inset
17046
17047 .
17048  Uno de estos colores, 
17049 \family sans
17050 Maroon
17051 \family default
17052 , se ha usado en el cuadro de ejemplo
17053 \begin_inset CommandInset ref
17054 LatexCommand ref
17055 reference "tab:Cuadro-coloreado-con"
17056
17057 \end_inset
17058
17059 .
17060 \end_layout
17061
17062 \begin_layout Standard
17063 \begin_inset VSpace medskip
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \begin_layout Standard
17070 Puedes definir tus propios colores con el comando
17071 \end_layout
17072
17073 \begin_layout Standard
17074
17075 \series bold
17076
17077 \backslash
17078 definecolor{nombre del color}{modelo de color}{valores de color}
17079 \end_layout
17080
17081 \begin_layout Standard
17082 El 
17083 \emph on
17084 modelo de color
17085 \emph default
17086  puede ser
17087 \end_layout
17088
17089 \begin_layout Labeling
17090 \labelwidthstring 00.00.0000
17091 cmyk: cyan, magenta, yellow, black
17092 \end_layout
17093
17094 \begin_layout Labeling
17095 \labelwidthstring 00.00.0000
17096 rgb: red, green, blue
17097 \end_layout
17098
17099 \begin_layout Labeling
17100 \labelwidthstring 00.00.0000
17101 gray: gray
17102 \end_layout
17103
17104 \begin_layout Standard
17105 y los 
17106 \emph on
17107 valores de color
17108 \emph default
17109  son números separados por comas entre 0 y 1 que describen el factor para
17110  el color correspondiente del modelo de color.
17111 \end_layout
17112
17113 \begin_layout Standard
17114 Por ejemplo, puedes definir el color
17115 \series bold
17116  
17117 \series default
17118 «
17119 \emph on
17120 verde oscuro
17121 \emph default
17122 » en el preámbulo con
17123 \end_layout
17124
17125 \begin_layout Standard
17126
17127 \series bold
17128
17129 \backslash
17130 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17131 \end_layout
17132
17133 \begin_layout Standard
17134 y el color «
17135 \emph on
17136 gris claro
17137 \emph default
17138 » con
17139 \end_layout
17140
17141 \begin_layout Standard
17142
17143 \series bold
17144
17145 \backslash
17146 definecolor{grisclaro}{gray}{0.8}
17147 \end_layout
17148
17149 \begin_layout Standard
17150 \begin_inset VSpace medskip
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Standard
17157 Las líneas se colorean con el comando
17158 \end_layout
17159
17160 \begin_layout Standard
17161
17162 \series bold
17163
17164 \backslash
17165 rowcolor{nombre del color}
17166 \end_layout
17167
17168 \begin_layout Standard
17169 y las celdas se colorean con el comando
17170 \end_layout
17171
17172 \begin_layout Standard
17173
17174 \series bold
17175
17176 \backslash
17177 cellcolor{nombre del color}
17178 \end_layout
17179
17180 \begin_layout Standard
17181 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17182 .
17183 \end_layout
17184
17185 \begin_layout Standard
17186 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17187 \family sans
17188 Editar\SpecialChar menuseparator
17189 Estilo
17190 \begin_inset space ~
17191 \end_inset
17192
17193 del
17194 \begin_inset space ~
17195 \end_inset
17196
17197 Texto
17198 \family default
17199 .
17200  Si una celda contiene código \SpecialChar TeX
17201  marca sólo los caracteres, si no el código
17202  \SpecialChar TeX
17203  en color puede ocasionar errores de \SpecialChar LaTeX
17204 .
17205 \end_layout
17206
17207 \begin_layout Standard
17208 \begin_inset Note Greyedout
17209 status open
17210
17211 \begin_layout Plain Layout
17212
17213 \series bold
17214 Nota:
17215 \series default
17216  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17217 \end_layout
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset VSpace bigskip
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Standard
17232 Para crear el cuadro
17233 \begin_inset space ~
17234 \end_inset
17235
17236
17237 \begin_inset CommandInset ref
17238 LatexCommand ref
17239 reference "tab:Cuadro-coloreado-con"
17240
17241 \end_inset
17242
17243  haz lo siguiente: el color de la primera columna debe ser 
17244 \emph on
17245 verde oscuro
17246 \emph default
17247 , entonces inserta
17248 \end_layout
17249
17250 \begin_layout Standard
17251
17252 \series bold
17253 >{
17254 \backslash
17255 columncolor{verdeoscuro}
17256 \backslash
17257 centering}c
17258 \end_layout
17259
17260 \begin_layout Standard
17261 como argumento \SpecialChar LaTeX
17262  para esta columna.
17263  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268
17269 \series bold
17270
17271 \backslash
17272 rowcolor{cyan}
17273 \end_layout
17274
17275 \begin_layout Standard
17276 en la primera celda de esta fila.
17277  Observa que esto sobrescribe el color de la columna para la primera celda.
17278  La última celda de la última fila se colorea granate insertando el comando
17279  en código \SpecialChar TeX
17280
17281 \end_layout
17282
17283 \begin_layout Standard
17284
17285 \series bold
17286
17287 \backslash
17288 cellcolor{Maroon}
17289 \end_layout
17290
17291 \begin_layout Standard
17292 Ahora podrían colorearse los caracteres usando el menú 
17293 \family sans
17294 Editar\SpecialChar menuseparator
17295 Estilo
17296 \begin_inset space ~
17297 \end_inset
17298
17299 del
17300 \begin_inset space ~
17301 \end_inset
17302
17303 Texto
17304 \family default
17305 .
17306 \end_layout
17307
17308 \begin_layout Standard
17309 \begin_inset Float table
17310 placement h
17311 wide false
17312 sideways false
17313 status open
17314
17315 \begin_layout Plain Layout
17316 \begin_inset Caption Standard
17317
17318 \begin_layout Plain Layout
17319 \begin_inset CommandInset label
17320 LatexCommand label
17321 name "tab:Cuadro-coloreado-con"
17322
17323 \end_inset
17324
17325 Cuadro coloreado con el paquete 
17326 \series bold
17327 colortbl
17328 \series default
17329
17330 \begin_inset Argument 1
17331 status collapsed
17332
17333 \begin_layout Plain Layout
17334 Cuadro con 
17335 \series bold
17336 colortbl
17337 \end_layout
17338
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Plain Layout
17350 \align center
17351 \begin_inset Tabular
17352 <lyxtabular version="3" rows="3" columns="3">
17353 <features tabularvalignment="middle">
17354 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17355 <column alignment="center" valignment="top">
17356 <column alignment="center" valignment="top">
17357 <row>
17358 <cell alignment="center" valignment="top" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 \begin_inset ERT
17363 status collapsed
17364
17365 \begin_layout Plain Layout
17366
17367
17368 \backslash
17369 rowcolor{cyan}
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \color magenta
17376 a
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell alignment="center" valignment="top" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \color red
17387 b
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \color red
17398 c
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 <row>
17405 <cell alignment="center" valignment="top" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409
17410 \color yellow
17411 d
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \color blue
17422 e
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \color blue
17433 f
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \color yellow
17446 g
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455
17456 \color blue
17457 h
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 \begin_inset ERT
17467 status collapsed
17468
17469 \begin_layout Plain Layout
17470
17471
17472 \backslash
17473 cellcolor{Maroon}
17474 \end_layout
17475
17476 \end_inset
17477
17478
17479 \color green
17480 i
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 </lyxtabular>
17487
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 \begin_inset ERT
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503
17504
17505 \backslash
17506 else
17507 \end_layout
17508
17509 \end_inset
17510
17511
17512 \begin_inset Note Note
17513 status open
17514
17515 \begin_layout Plain Layout
17516 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17517  
17518 \series bold
17519 colortbl
17520 \series default
17521 .
17522 \end_layout
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \begin_layout Standard
17530 Debes instalar el paquete \SpecialChar LaTeX
17531  
17532 \series bold
17533 colortbl
17534 \series default
17535  para ver la parte siguiente en la salida.
17536 \end_layout
17537
17538 \begin_layout Standard
17539 \begin_inset ERT
17540 status collapsed
17541
17542 \begin_layout Plain Layout
17543
17544
17545 \backslash
17546 fi
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Subsection
17555 Filas coloreadas
17556 \begin_inset Index idx
17557 status collapsed
17558
17559 \begin_layout Plain Layout
17560 Cuadros ! Color ! para filas
17561 \end_layout
17562
17563 \end_inset
17564
17565
17566 \begin_inset Index idx
17567 status collapsed
17568
17569 \begin_layout Plain Layout
17570 Color ! para filas de cuadros
17571 \end_layout
17572
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \begin_layout Standard
17579 En caso de querer colorear una de cada dos filas, hay un método alternativo
17580  al descrito en la sección anterior.
17581  Se carga el paquete 
17582 \series bold
17583 xcolor
17584 \series default
17585
17586 \begin_inset Index idx
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590 \SpecialChar LaTeX
17591 -paquetes ! xcolor
17592 \begin_inset ERT
17593 status collapsed
17594
17595 \begin_layout Plain Layout
17596
17597
17598 \backslash
17599 vspace{4mm}
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608
17609  en el preámbulo del documento con el comando
17610 \end_layout
17611
17612 \begin_layout Standard
17613
17614 \series bold
17615
17616 \backslash
17617 usepackage[table]{xcolor}
17618 \end_layout
17619
17620 \begin_layout Standard
17621
17622 \series bold
17623 xcolor
17624 \series default
17625  carga automáticamente el paquete 
17626 \series bold
17627 colortbl
17628 \series default
17629
17630 \begin_inset Index idx
17631 status collapsed
17632
17633 \begin_layout Plain Layout
17634 \SpecialChar LaTeX
17635 -paquetes ! colortbl
17636 \end_layout
17637
17638 \end_inset
17639
17640 , por tanto 
17641 \series bold
17642 colortbl
17643 \series default
17644  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17645 .
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653
17654
17655 \backslash
17656 ifcolortbl
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \begin_inset Note Note
17663 status open
17664
17665 \begin_layout Plain Layout
17666 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17667  \SpecialChar LaTeX
17668  
17669 \series bold
17670 colortbl
17671 \series default
17672 .
17673 \end_layout
17674
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \begin_layout Standard
17681 Las filas del cuadro se colorean con el comando
17682 \end_layout
17683
17684 \begin_layout Standard
17685
17686 \series bold
17687
17688 \backslash
17689 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17690 \end_layout
17691
17692 \begin_layout Standard
17693 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17694  delante del primer
17695  cuadro a colorear.
17696  
17697 \emph on
17698 número_de_fila
17699 \emph default
17700  es el número de la primera fila que debe colorearse con el color de fila
17701  impar, 
17702 \emph on
17703 comandos
17704 \emph default
17705  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17706  cuadro.
17707  Por ejemplo, 
17708 \end_layout
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713
17714 \backslash
17715 rowcolors{1}{white}{lightgray}
17716 \end_layout
17717
17718 \begin_layout Standard
17719 genera el esquema de colores del cuadro
17720 \begin_inset space ~
17721 \end_inset
17722
17723
17724 \begin_inset CommandInset ref
17725 LatexCommand ref
17726 reference "tab:Cuadro-filas_color"
17727
17728 \end_inset
17729
17730 .
17731  El comando
17732 \end_layout
17733
17734 \begin_layout Standard
17735
17736 \series bold
17737
17738 \backslash
17739 rowcolors[
17740 \backslash
17741 hline]{1}{lightgray}{cyan}
17742 \end_layout
17743
17744 \begin_layout Standard
17745 genera el esquema de colores del cuadro
17746 \begin_inset space ~
17747 \end_inset
17748
17749
17750 \begin_inset CommandInset ref
17751 LatexCommand ref
17752 reference "tab:Cuadro-filas_color2"
17753
17754 \end_inset
17755
17756 .
17757  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17758  usará ningún color, de forma que el comando
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764
17765 \backslash
17766 rowcolors{1}{}{}
17767 \end_layout
17768
17769 \begin_layout Standard
17770 deja sin color las filas de todos los cuadros siguientes.
17771 \end_layout
17772
17773 \begin_layout Standard
17774 \begin_inset ERT
17775 status open
17776
17777 \begin_layout Plain Layout
17778
17779
17780 \backslash
17781 rowcolors{1}{white}{lightgray}
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset Float table
17791 placement h
17792 wide false
17793 sideways false
17794 status open
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Caption Standard
17798
17799 \begin_layout Plain Layout
17800 \begin_inset CommandInset label
17801 LatexCommand label
17802 name "tab:Cuadro-filas_color"
17803
17804 \end_inset
17805
17806 Cuadro con filas alternas coloreadas en gris claro.
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Plain Layout
17815 \align center
17816 \begin_inset Tabular
17817 <lyxtabular version="3" rows="4" columns="3">
17818 <features tabularvalignment="middle">
17819 <column alignment="center" valignment="top">
17820 <column alignment="center" valignment="top" width="0pt">
17821 <column alignment="center" valignment="top" width="0pt">
17822 <row>
17823 <cell alignment="center" valignment="top" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 X
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836 Y
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 Z
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 </row>
17851 <row>
17852 <cell alignment="center" valignment="top" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 1
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 2
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 3
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 </row>
17880 <row>
17881 <cell alignment="center" valignment="top" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 4
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 5
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 6
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 <row>
17910 <cell alignment="center" valignment="top" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 7
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 8
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 9
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 </row>
17938 </lyxtabular>
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset ERT
17952 status open
17953
17954 \begin_layout Plain Layout
17955
17956
17957 \backslash
17958 rowcolors[
17959 \backslash
17960 hline]{1}{lightgray}{cyan}
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 \begin_inset Float table
17970 placement h
17971 wide false
17972 sideways false
17973 status open
17974
17975 \begin_layout Plain Layout
17976 \begin_inset Caption Standard
17977
17978 \begin_layout Plain Layout
17979 \begin_inset CommandInset label
17980 LatexCommand label
17981 name "tab:Cuadro-filas_color2"
17982
17983 \end_inset
17984
17985 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Plain Layout
17994 \align center
17995 \begin_inset Tabular
17996 <lyxtabular version="3" rows="4" columns="3">
17997 <features tabularvalignment="middle">
17998 <column alignment="center" valignment="top">
17999 <column alignment="center" valignment="top">
18000 <column alignment="center" valignment="top" width="0pt">
18001 <row>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 X
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 Y
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 Z
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 </row>
18030 <row>
18031 <cell alignment="center" valignment="top" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 1
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 2
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 3
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 </row>
18059 <row>
18060 <cell alignment="center" valignment="top" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 4
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 5
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 6
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 </row>
18088 <row>
18089 <cell alignment="center" valignment="top" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 7
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 8
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 9
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 </row>
18117 </lyxtabular>
18118
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 \begin_inset ERT
18131 status collapsed
18132
18133 \begin_layout Plain Layout
18134
18135
18136 \backslash
18137 rowcolors{1}{}{}
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \begin_inset Note Note
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147 Desactiva el coloreado de filas
18148 \end_layout
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Standard
18156 \begin_inset ERT
18157 status collapsed
18158
18159 \begin_layout Plain Layout
18160
18161
18162 \backslash
18163 else
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \begin_inset Note Note
18170 status open
18171
18172 \begin_layout Plain Layout
18173 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18174  
18175 \series bold
18176 colortbl
18177 \series default
18178 .
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Standard
18187 Debes instalar el paquete \SpecialChar LaTeX
18188  
18189 \series bold
18190 colortbl
18191 \series default
18192  para ver la parte siguiente en la salida.
18193 \end_layout
18194
18195 \begin_layout Standard
18196 \begin_inset ERT
18197 status collapsed
18198
18199 \begin_layout Plain Layout
18200
18201
18202 \backslash
18203 fi
18204 \end_layout
18205
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \begin_layout Subsection
18212 Líneas coloreadas
18213 \begin_inset Index idx
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217 Cuadros ! Color ! en líneas
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \begin_inset Index idx
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227 Color ! en bordes de cuadros
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Como se describe en la sección
18237 \begin_inset space ~
18238 \end_inset
18239
18240
18241 \begin_inset CommandInset ref
18242 LatexCommand ref
18243 reference "subsec:Grosor-de-Líneas"
18244
18245 \end_inset
18246
18247 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18248  
18249 \series bold
18250
18251 \backslash
18252 arrayrulewidth
18253 \series default
18254 .
18255  Se ha puesto 1.5
18256 \begin_inset space \thinspace{}
18257 \end_inset
18258
18259 pt para todos los cuadros de esta sección.
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 setlength{
18268 \backslash
18269 arrayrulewidth}{1.5pt}
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \end_layout
18276
18277 \begin_layout Standard
18278 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18279  el preámbulo del documento el siguiente formato de columna, de acuerdo
18280  a lo descrito en la sección
18281 \begin_inset space ~
18282 \end_inset
18283
18284
18285 \begin_inset CommandInset ref
18286 LatexCommand ref
18287 reference "subsec:Formato-Personalizado"
18288
18289 \end_inset
18290
18291 :
18292 \end_layout
18293
18294 \begin_layout Standard
18295
18296 \series bold
18297
18298 \backslash
18299 newcolumntype{W}{!{
18300 \backslash
18301 color{green}
18302 \backslash
18303 vline}}
18304 \end_layout
18305
18306 \begin_layout Standard
18307 Para el cuadro
18308 \begin_inset space ~
18309 \end_inset
18310
18311
18312 \begin_inset CommandInset ref
18313 LatexCommand ref
18314 reference "tab:Cuadro-con-verticales-coloreadas"
18315
18316 \end_inset
18317
18318  se usó el argumento \SpecialChar LaTeX
18319
18320 \series bold
18321  WcW
18322 \series default
18323  para la última columna y
18324 \series bold
18325  Wc
18326 \series default
18327  para las demás.
18328 \end_layout
18329
18330 \begin_layout Standard
18331 Si quieres tener varios colores, define más formatos de columna.
18332 \end_layout
18333
18334 \begin_layout Standard
18335 \begin_inset Float table
18336 placement h
18337 wide false
18338 sideways false
18339 status open
18340
18341 \begin_layout Plain Layout
18342 \begin_inset Caption Standard
18343
18344 \begin_layout Plain Layout
18345 \begin_inset CommandInset label
18346 LatexCommand label
18347 name "tab:Cuadro-con-verticales-coloreadas"
18348
18349 \end_inset
18350
18351 Cuadro con líneas verticales coloreadas
18352 \end_layout
18353
18354 \end_inset
18355
18356
18357 \end_layout
18358
18359 \begin_layout Plain Layout
18360 \align center
18361 \begin_inset Tabular
18362 <lyxtabular version="3" rows="3" columns="3">
18363 <features tabularvalignment="middle">
18364 <column alignment="center" valignment="top" special="Wc">
18365 <column alignment="center" valignment="top" special="Wc">
18366 <column alignment="center" valignment="top" special="WcW">
18367 <row>
18368 <cell alignment="center" valignment="top" topline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 sd
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="center" valignment="top" topline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 sd
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 <row>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 sd
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 </row>
18454 </lyxtabular>
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 \begin_inset VSpace bigskip
18468 \end_inset
18469
18470 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18471 \begin_inset space ~
18472 \end_inset
18473
18474
18475 \begin_inset CommandInset ref
18476 LatexCommand ref
18477 reference "tab:Cuadro-con-horizontales-coloreadas"
18478
18479 \end_inset
18480
18481 , inserta estos comandos en código \SpecialChar TeX
18482  antes del cuadro o del flotante:
18483 \end_layout
18484
18485 \begin_layout Standard
18486
18487 \series bold
18488
18489 \backslash
18490 let
18491 \backslash
18492 myHlineC
18493 \backslash
18494 hline
18495 \begin_inset Newline newline
18496 \end_inset
18497
18498
18499 \backslash
18500 renewcommand{
18501 \backslash
18502 hline}
18503 \begin_inset Newline newline
18504 \end_inset
18505
18506
18507 \begin_inset Phantom HPhantom
18508 status open
18509
18510 \begin_layout Plain Layout
18511
18512 \series bold
18513 \begin_inset space ~
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \end_inset
18520
18521 {
18522 \backslash
18523 arrayrulecolor{red}
18524 \backslash
18525 myHlineC
18526 \backslash
18527 arrayrulecolor{black}}
18528 \end_layout
18529
18530 \begin_layout Standard
18531 \begin_inset ERT
18532 status collapsed
18533
18534 \begin_layout Plain Layout
18535
18536
18537 \backslash
18538 let
18539 \backslash
18540 myHlineC
18541 \backslash
18542 hline
18543 \end_layout
18544
18545 \begin_layout Plain Layout
18546
18547
18548 \backslash
18549 renewcommand{
18550 \backslash
18551 hline}
18552 \end_layout
18553
18554 \begin_layout Plain Layout
18555
18556  {
18557 \backslash
18558 arrayrulecolor{red}
18559 \backslash
18560 myHlineC
18561 \backslash
18562 arrayrulecolor{black}}
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \begin_inset Float table
18569 placement h
18570 wide false
18571 sideways false
18572 status open
18573
18574 \begin_layout Plain Layout
18575 \begin_inset Caption Standard
18576
18577 \begin_layout Plain Layout
18578 \begin_inset CommandInset label
18579 LatexCommand label
18580 name "tab:Cuadro-con-horizontales-coloreadas"
18581
18582 \end_inset
18583
18584 Cuadro con líneas horizontales coloreadas
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Plain Layout
18593 \align center
18594 \begin_inset Tabular
18595 <lyxtabular version="3" rows="3" columns="3">
18596 <features tabularvalignment="middle">
18597 <column alignment="center" valignment="top">
18598 <column alignment="center" valignment="top">
18599 <column alignment="center" valignment="top">
18600 <row>
18601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 sd
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 </row>
18629 <row>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 sd
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 </row>
18658 <row>
18659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 sd
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 </row>
18687 </lyxtabular>
18688
18689 \end_inset
18690
18691
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \begin_layout Standard
18700 Para volver al color de línea negro predeterminado inserta este comando
18701  en código \SpecialChar TeX
18702  detrás del cuadro o el flotante:
18703 \end_layout
18704
18705 \begin_layout Standard
18706
18707 \series bold
18708
18709 \backslash
18710 renewcommand{
18711 \backslash
18712 hline}{
18713 \backslash
18714 myHlineC}
18715 \end_layout
18716
18717 \begin_layout Standard
18718 El cuadro
18719 \begin_inset space ~
18720 \end_inset
18721
18722
18723 \begin_inset CommandInset ref
18724 LatexCommand ref
18725 reference "tab:Cuadro-con-líneas-coloreadas"
18726
18727 \end_inset
18728
18729  es un ejemplo con líneas verticales y horizontales coloreadas.
18730 \end_layout
18731
18732 \begin_layout Standard
18733 \begin_inset Float table
18734 placement h
18735 wide false
18736 sideways false
18737 status open
18738
18739 \begin_layout Plain Layout
18740 \begin_inset Caption Standard
18741
18742 \begin_layout Plain Layout
18743 \begin_inset CommandInset label
18744 LatexCommand label
18745 name "tab:Cuadro-con-líneas-coloreadas"
18746
18747 \end_inset
18748
18749 Cuadro con líneas coloreadas
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Plain Layout
18758 \align center
18759 \begin_inset Tabular
18760 <lyxtabular version="3" rows="3" columns="3">
18761 <features tabularvalignment="middle">
18762 <column alignment="center" valignment="top" special="Wc">
18763 <column alignment="center" valignment="top" special="Wc">
18764 <column alignment="center" valignment="top" special="WcW">
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 sd
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 </row>
18794 <row>
18795 <cell alignment="center" valignment="top" topline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 <cell alignment="center" valignment="top" topline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808 sd
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" topline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 </row>
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 sd
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 </lyxtabular>
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \begin_layout Standard
18865 \begin_inset ERT
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869
18870
18871 \backslash
18872 renewcommand{
18873 \backslash
18874 hline}{
18875 \backslash
18876 myHlineC}
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Standard
18885 \begin_inset ERT
18886 status collapsed
18887
18888 \begin_layout Plain Layout
18889
18890
18891 \backslash
18892 setlength{
18893 \backslash
18894 arrayrulewidth}{1.2pt}
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \begin_layout Standard
18903
18904 \lang english
18905 To color only some of the table lines another strategy is necessary.
18906  To color all following horizontal lines, insert this command as \SpecialChar TeX
18907  code as
18908  last thing in the row that should be above the first colored line:
18909 \end_layout
18910
18911 \begin_layout Standard
18912
18913 \series bold
18914
18915 \backslash
18916
18917 \backslash
18918
18919 \backslash
18920 arrayrulecolor{blue}%
18921 \end_layout
18922
18923 \begin_layout Standard
18924
18925 \lang english
18926 To go back to black lines, add this command as first thing in the row that
18927  is above the black lines:
18928 \end_layout
18929
18930 \begin_layout Standard
18931
18932 \series bold
18933
18934 \backslash
18935 arrayrulecolor{black}
18936 \end_layout
18937
18938 \begin_layout Standard
18939
18940 \lang english
18941 With this one can color table lines like in Table
18942 \begin_inset space ~
18943 \end_inset
18944
18945
18946 \begin_inset CommandInset ref
18947 LatexCommand ref
18948 reference "tab:Table-with-different-hor"
18949
18950 \end_inset
18951
18952 .
18953  However, with this method it is not possible to color the line above the
18954  first row of a table.
18955 \end_layout
18956
18957 \begin_layout Standard
18958 \begin_inset Float table
18959 wide false
18960 sideways false
18961 status open
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Caption Standard
18965
18966 \begin_layout Plain Layout
18967
18968 \lang english
18969 \begin_inset CommandInset label
18970 LatexCommand label
18971 name "tab:Table-with-different-hor"
18972
18973 \end_inset
18974
18975 Table with different horizontal line colors.
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Plain Layout
18984 \align center
18985 \begin_inset Tabular
18986 <lyxtabular version="3" rows="6" columns="7">
18987 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
18995 <row>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell alignment="center" valignment="top" topline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell alignment="center" valignment="top" topline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 \begin_inset ERT
19055 status open
19056
19057 \begin_layout Plain Layout
19058
19059
19060 \backslash
19061
19062 \backslash
19063
19064 \backslash
19065 arrayrulecolor{blue}%
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 <row>
19077 <cell alignment="center" valignment="top" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 Y
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 Y
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 \begin_inset ERT
19147 status open
19148
19149 \begin_layout Plain Layout
19150
19151
19152 \backslash
19153 arrayrulecolor{black}
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 <cell alignment="center" valignment="top" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 </row>
19218 <row>
19219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 \begin_inset ERT
19278 status collapsed
19279
19280 \begin_layout Plain Layout
19281
19282
19283 \backslash
19284
19285 \backslash
19286
19287 \backslash
19288 arrayrulecolor{green}%
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset ERT
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373
19374
19375 \backslash
19376 arrayrulecolor{black}
19377 \end_layout
19378
19379 \end_inset
19380
19381 B
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset ERT
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439
19440
19441 \backslash
19442
19443 \backslash
19444
19445 \backslash
19446 arrayrulecolor{blue}%
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 </lyxtabular>
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470
19471 \lang english
19472 To change the color of vertical lines within a row, like in Table
19473 \begin_inset space ~
19474 \end_inset
19475
19476
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "tab:Table-with-different-ver"
19480
19481 \end_inset
19482
19483 , one needs to use multicolumns.
19484  At first one needs to remove all vertical lines that don't run along the
19485  whole column.
19486  Now one colors all lines using the command
19487 \end_layout
19488
19489 \begin_layout Standard
19490
19491 \series bold
19492
19493 \backslash
19494
19495 \backslash
19496
19497 \backslash
19498 arrayrulecolor{blue}%
19499 \end_layout
19500
19501 \begin_layout Standard
19502
19503 \lang english
19504 as above.
19505  Finally one inserts this command as \SpecialChar TeX
19506  code to every cell in the row where
19507  one needs a vertical line in a different color:
19508 \end_layout
19509
19510 \begin_layout Standard
19511
19512 \series bold
19513
19514 \backslash
19515 multicolumn{1}{!{
19516 \backslash
19517 color{green}
19518 \backslash
19519 vline}c!{
19520 \backslash
19521 color{red}
19522 \backslash
19523 vline}}{
19524 \end_layout
19525
19526 \begin_layout Standard
19527
19528 \lang english
19529 This adds a vertical line to both sides of the cell.
19530  The left one will be green, the right one red.
19531  If no color change is necessary one can omit the 
19532 \series bold
19533
19534 \backslash
19535 color
19536 \series default
19537  command in the above command.
19538  To get for example a black left line and a blue right line you can write:
19539 \end_layout
19540
19541 \begin_layout Standard
19542
19543 \series bold
19544
19545 \backslash
19546 multicolumn{1}{!{
19547 \backslash
19548 color{black}
19549 \backslash
19550 vline}c|}{
19551 \end_layout
19552
19553 \begin_layout Standard
19554
19555 \lang english
19556 because the color blue was already set for all lines.
19557  The 
19558 \series bold
19559 |
19560 \series default
19561  creates hereby the vertical line while 
19562 \series bold
19563
19564 \backslash
19565 vline
19566 \series default
19567  does this when 
19568 \series bold
19569
19570 \backslash
19571 color
19572 \series default
19573  is used.
19574  To set vertical lines without changing any color use
19575 \end_layout
19576
19577 \begin_layout Standard
19578
19579 \series bold
19580
19581 \backslash
19582 multicolumn{1}{|c|}{
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \lang english
19588 After this command insert the cell content the normal way and end the cell
19589  with a closing brace 
19590 \series bold
19591 }
19592 \series default
19593  in \SpecialChar TeX
19594  code.
19595 \end_layout
19596
19597 \begin_layout Standard
19598 \begin_inset Float table
19599 wide false
19600 sideways false
19601 status open
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Caption Standard
19605
19606 \begin_layout Plain Layout
19607
19608 \lang english
19609 \begin_inset CommandInset label
19610 LatexCommand label
19611 name "tab:Table-with-different-ver"
19612
19613 \end_inset
19614
19615 Table with different vertical line colors in one row.
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Plain Layout
19624 \align center
19625 \begin_inset Tabular
19626 <lyxtabular version="3" rows="5" columns="7">
19627 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
19635 <row>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 <cell alignment="center" valignment="top" topline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" topline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset ERT
19695 status open
19696
19697 \begin_layout Plain Layout
19698
19699
19700 \backslash
19701
19702 \backslash
19703
19704 \backslash
19705 arrayrulecolor{red}%
19706 \end_layout
19707
19708 \end_inset
19709
19710
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 </row>
19716 <row>
19717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 \begin_inset ERT
19722 status open
19723
19724 \begin_layout Plain Layout
19725
19726
19727 \backslash
19728 multicolumn{1}{!{
19729 \backslash
19730 color{black}
19731 \backslash
19732 vline}c|}{
19733 \end_layout
19734
19735 \end_inset
19736
19737 Y
19738 \begin_inset ERT
19739 status collapsed
19740
19741 \begin_layout Plain Layout
19742
19743 }
19744 \end_layout
19745
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset ERT
19794 status open
19795
19796 \begin_layout Plain Layout
19797
19798
19799 \backslash
19800 multicolumn{1}{c|}{
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \begin_inset ERT
19807 status collapsed
19808
19809 \begin_layout Plain Layout
19810
19811 }
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 \begin_inset ERT
19826 status open
19827
19828 \begin_layout Plain Layout
19829
19830
19831 \backslash
19832 multicolumn{1}{c!{
19833 \backslash
19834 color{black}
19835 \backslash
19836 vline}}{
19837 \end_layout
19838
19839 \end_inset
19840
19841 Y
19842 \begin_inset ERT
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846
19847 }
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset ERT
19864 status collapsed
19865
19866 \begin_layout Plain Layout
19867
19868
19869 \backslash
19870 arrayrulecolor{black}
19871 \end_layout
19872
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset ERT
19930 status collapsed
19931
19932 \begin_layout Plain Layout
19933
19934
19935 \backslash
19936
19937 \backslash
19938
19939 \backslash
19940 arrayrulecolor{magenta}%
19941 \end_layout
19942
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset ERT
19957 status collapsed
19958
19959 \begin_layout Plain Layout
19960
19961
19962 \backslash
19963 multicolumn{1}{|c!{
19964 \backslash
19965 color{red}
19966 \backslash
19967 vline}}{
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \begin_inset ERT
19974 status collapsed
19975
19976 \begin_layout Plain Layout
19977
19978 }
19979 \end_layout
19980
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 \begin_inset ERT
19993 status collapsed
19994
19995 \begin_layout Plain Layout
19996
19997
19998 \backslash
19999 multicolumn{1}{c!{
20000 \backslash
20001 color{green}
20002 \backslash
20003 vline}}{
20004 \end_layout
20005
20006 \end_inset
20007
20008
20009 \begin_inset ERT
20010 status collapsed
20011
20012 \begin_layout Plain Layout
20013
20014 }
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset ERT
20029 status collapsed
20030
20031 \begin_layout Plain Layout
20032
20033
20034 \backslash
20035 multicolumn{1}{c!{
20036 \backslash
20037 color{yellow}
20038 \backslash
20039 vline}}{
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset ERT
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049
20050 }
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset ERT
20065 status collapsed
20066
20067 \begin_layout Plain Layout
20068
20069
20070 \backslash
20071 multicolumn{1}{c!{
20072 \backslash
20073 color{blue}
20074 \backslash
20075 vline}}{
20076 \end_layout
20077
20078 \end_inset
20079
20080
20081 \begin_inset ERT
20082 status collapsed
20083
20084 \begin_layout Plain Layout
20085
20086 }
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 \begin_inset ERT
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104
20105
20106 \backslash
20107 multicolumn{1}{c!{
20108 \backslash
20109 color{cyan}
20110 \backslash
20111 vline}}{
20112 \end_layout
20113
20114 \end_inset
20115
20116
20117 \begin_inset ERT
20118 status collapsed
20119
20120 \begin_layout Plain Layout
20121
20122 }
20123 \end_layout
20124
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset ERT
20137 status collapsed
20138
20139 \begin_layout Plain Layout
20140
20141
20142 \backslash
20143 multicolumn{1}{c!{
20144 \backslash
20145 color{black}
20146 \backslash
20147 vline}}{
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \begin_inset ERT
20154 status collapsed
20155
20156 \begin_layout Plain Layout
20157
20158 }
20159 \end_layout
20160
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset ERT
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176
20177
20178 \backslash
20179 multicolumn{1}{c|}{
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \begin_inset ERT
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189
20190 }
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row>
20202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset ERT
20207 status collapsed
20208
20209 \begin_layout Plain Layout
20210
20211
20212 \backslash
20213 arrayrulecolor{black}
20214 \end_layout
20215
20216 \end_inset
20217
20218 B
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 </lyxtabular>
20279
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Standard
20291 \begin_inset ERT
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295
20296
20297 \backslash
20298 setlength{
20299 \backslash
20300 arrayrulewidth}{0.4pt}
20301 \end_layout
20302
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \begin_layout Section
20309 Celdas de cuadro rotadas
20310 \begin_inset CommandInset label
20311 LatexCommand label
20312 name "sec:Celdas de cuadro giradas"
20313
20314 \end_inset
20315
20316
20317 \begin_inset Index idx
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321 Cuadros ! Celdas rotadas
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \begin_inset Index idx
20328 status collapsed
20329
20330 \begin_layout Plain Layout
20331 Material rotado
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Standard
20340 \begin_inset Note Greyedout
20341 status open
20342
20343 \begin_layout Plain Layout
20344
20345 \series bold
20346 Nota:
20347 \series default
20348  No todos los visores DVI pueden mostrar rotaciones.
20349 \end_layout
20350
20351 \end_inset
20352
20353 El cuadro
20354 \begin_inset space ~
20355 \end_inset
20356
20357
20358 \begin_inset CommandInset ref
20359 LatexCommand ref
20360 reference "tab:Cuadro-celdas-rotadas"
20361
20362 \end_inset
20363
20364  es un ejemplo con tres celdas rotadas 45
20365 \begin_inset space \thinspace{}
20366 \end_inset
20367
20368 °.
20369 \end_layout
20370
20371 \begin_layout Standard
20372 \begin_inset Float table
20373 wide false
20374 sideways false
20375 status open
20376
20377 \begin_layout Plain Layout
20378 \begin_inset Caption Standard
20379
20380 \begin_layout Plain Layout
20381 \begin_inset CommandInset label
20382 LatexCommand label
20383 name "tab:Cuadro-celdas-rotadas"
20384
20385 \end_inset
20386
20387 Cuadro con celdas rotadas en la primera fila.
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Plain Layout
20396 \noindent
20397 \align center
20398 \begin_inset Tabular
20399 <lyxtabular version="3" rows="2" columns="3">
20400 <features tabularvalignment="middle">
20401 <column alignment="center" valignment="top" width="0pt">
20402 <column alignment="center" valignment="top" width="0pt">
20403 <column alignment="center" valignment="top" width="0pt">
20404 <row>
20405 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 copas
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 platos
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 fuentes
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 45
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 33
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 21
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 </lyxtabular>
20463
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \begin_inset Note Greyedout
20476 status open
20477
20478 \begin_layout Plain Layout
20479
20480 \series bold
20481 Nota:
20482 \series default
20483  Los saltos de línea (atajo 
20484 \begin_inset Info
20485 type  "shortcut"
20486 arg   "newline-insert newline"
20487 \end_inset
20488
20489 ) no están permitidos en celdas rotadas.
20490 \end_layout
20491
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \begin_layout Standard
20498 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
20499  el contenido de la celda en una minipágina o en un marco de párrafo.
20500 \begin_inset Foot
20501 status collapsed
20502
20503 \begin_layout Plain Layout
20504 Más información acerca de estos cuadros en la sección
20505 \begin_inset space ~
20506 \end_inset
20507
20508
20509 \begin_inset CommandInset ref
20510 LatexCommand ref
20511 reference "sec:Minipáginas"
20512
20513 \end_inset
20514
20515  y 
20516 \begin_inset CommandInset ref
20517 LatexCommand ref
20518 reference "sec:Marcos-de-Párrafo"
20519
20520 \end_inset
20521
20522 .
20523  
20524 \end_layout
20525
20526 \end_inset
20527
20528  Si esta celda se rota 90
20529 \begin_inset space \thinspace{}
20530 \end_inset
20531
20532 °, la anchura del marco es la altura de la celda.
20533  El cuadro
20534 \begin_inset space ~
20535 \end_inset
20536
20537
20538 \begin_inset CommandInset ref
20539 LatexCommand ref
20540 reference "tab:Cuadro-rotación-multilínea"
20541
20542 \end_inset
20543
20544  es un ejemplo de una celda rotada con salto de línea en la que la anchura
20545  del marco se ha establecido en 3
20546 \begin_inset space \thinspace{}
20547 \end_inset
20548
20549 cm.
20550 \end_layout
20551
20552 \begin_layout Standard
20553 \begin_inset Float table
20554 wide false
20555 sideways false
20556 status open
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Caption Standard
20560
20561 \begin_layout Plain Layout
20562 \begin_inset CommandInset label
20563 LatexCommand label
20564 name "tab:Cuadro-rotación-multilínea"
20565
20566 \end_inset
20567
20568 Cuadro con salto de línea en una celda rotada
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Plain Layout
20577 \noindent
20578 \align center
20579 \begin_inset Tabular
20580 <lyxtabular version="3" rows="2" columns="3">
20581 <features tabularvalignment="middle">
20582 <column alignment="center" valignment="top">
20583 <column alignment="center" valignment="top" width="0pt">
20584 <column alignment="center" valignment="top">
20585 <row>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 a
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Box Frameless
20600 position "t"
20601 hor_pos "c"
20602 has_inner_box 1
20603 inner_pos "t"
20604 use_parbox 0
20605 use_makebox 0
20606 width "3cm"
20607 special "none"
20608 height "1in"
20609 height_special "totalheight"
20610 thickness "0.4pt"
20611 separation "3pt"
20612 shadowsize "4pt"
20613 framecolor "black"
20614 backgroundcolor "none"
20615 status open
20616
20617 \begin_layout Plain Layout
20618 celda rotada
20619 \begin_inset Newline newline
20620 \end_inset
20621
20622 con salto de línea
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 e
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 b
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 c
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 d
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 </lyxtabular>
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \begin_layout Section
20684 Cálculo de la anchura de cuadros
20685 \begin_inset CommandInset label
20686 LatexCommand label
20687 name "sec:Cálculo-anchura-cuadros"
20688
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \begin_layout Standard
20695 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
20696  márgenes de la página.
20697  La solución es establecer una anchura fija para cada columna del cuadro,
20698  pero ¿qué espacio necesita cada columna?
20699 \end_layout
20700
20701 \begin_layout Standard
20702 La anchura del cuadro 
20703 \begin_inset Formula $W_{\mathrm{cuadro}}$
20704 \end_inset
20705
20706  se puede calcular: cada columna tiene la anchura de la columna especificada
20707  
20708 \begin_inset Formula $W_{\mathrm{columna}}$
20709 \end_inset
20710
20711  (contenido de la columna), más dos veces la separación entre el contenido
20712  y el borde (longitud \SpecialChar LaTeX
20713
20714 \series bold
20715  
20716 \backslash
20717 tabcolsep
20718 \series default
20719 , predeterminada 6
20720 \begin_inset space \thinspace{}
20721 \end_inset
20722
20723 pt), más la anchura del borde (longitud \SpecialChar LaTeX
20724  
20725 \series bold
20726
20727 \backslash
20728 arrayrulewidth
20729 \series default
20730 , predeterminada 0.4
20731 \begin_inset space \thinspace{}
20732 \end_inset
20733
20734 pt): así, si las 
20735 \begin_inset Formula $n$
20736 \end_inset
20737
20738  columnas tienen la misma anchura, la anchura del cuadro es
20739 \end_layout
20740
20741 \begin_layout Standard
20742 \begin_inset Formula 
20743 \begin{equation}
20744 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20745 \end{equation}
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \begin_layout Standard
20753 La anchura disponible para un cuadro es el espacio entre los márgenes de
20754  página o la anchura de la columna de texto (en documentos a dos columnas;
20755  longitud \SpecialChar LaTeX
20756  
20757 \series bold
20758
20759 \backslash
20760 columnwidth
20761 \series default
20762 ).
20763  Si todas las columnas del cuadro han de tener la misma anchura y 
20764 \begin_inset Formula $W_{\mathrm{cuadro}}$
20765 \end_inset
20766
20767  debe ser 1
20768 \begin_inset space \thinspace{}
20769 \end_inset
20770
20771
20772 \backslash
20773 columnwidth, 
20774 \begin_inset Formula $W_{\mathrm{columna}}$
20775 \end_inset
20776
20777  puede calcularse fácilmente.
20778 \end_layout
20779
20780 \begin_layout Standard
20781 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
20782  
20783 \series bold
20784 calc
20785 \series default
20786
20787 \begin_inset Index idx
20788 status collapsed
20789
20790 \begin_layout Plain Layout
20791 \SpecialChar LaTeX
20792 -paquetes ! calc
20793 \end_layout
20794
20795 \end_inset
20796
20797  en el preámbulo del documento.
20798  Para establecer la anchura en la ventana de configuración de cuadros hay
20799  que usar el campo 
20800 \family sans
20801 Argumento
20802 \begin_inset space ~
20803 \end_inset
20804
20805 \SpecialChar LaTeX
20806
20807 \family default
20808 .
20809  El esquema del comando es el mismo que se explica en la sección 
20810 \begin_inset space ~
20811 \end_inset
20812
20813
20814 \begin_inset CommandInset ref
20815 LatexCommand ref
20816 reference "subsec:Cálculos-en-Multicolumnas"
20817
20818 \end_inset
20819
20820 .
20821  Para un cuadro con 5
20822 \begin_inset space \thinspace{}
20823 \end_inset
20824
20825 columnas de anchura uniforme y texto centrado, escribe el comando
20826 \end_layout
20827
20828 \begin_layout Standard
20829
20830 \series bold
20831 >{
20832 \backslash
20833 centering}p{(1
20834 \backslash
20835 columnwidth-62.4pt)/5}
20836 \end_layout
20837
20838 \begin_layout Standard
20839 Para un cuadro con 5
20840 \begin_inset space \thinspace{}
20841 \end_inset
20842
20843 columnas en el que dos de ellas tengan 0.75
20844 \begin_inset space ~
20845 \end_inset
20846
20847 veces la anchura de las otras, el cálculo es
20848 \begin_inset Formula 
20849 \begin{align}
20850 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20851  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20852  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20853 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20854 \end{align}
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Standard
20862 En el cuadro, por tanto, el comando
20863 \end_layout
20864
20865 \begin_layout Standard
20866
20867 \series bold
20868 >{
20869 \backslash
20870 centering}p{(1
20871 \backslash
20872 columnwidth-62.4pt)/
20873 \backslash
20874 real{4.5}}
20875 \end_layout
20876
20877 \begin_layout Standard
20878 se usa para las columnas más anchas y
20879 \end_layout
20880
20881 \begin_layout Standard
20882
20883 \series bold
20884 >{
20885 \backslash
20886 centering}p{(1
20887 \backslash
20888 columnwidth-62.4pt)/
20889 \backslash
20890 real{4.5}*
20891 \backslash
20892 real{0.75}}
20893 \end_layout
20894
20895 \begin_layout Standard
20896 para las más estrechas:
20897 \end_layout
20898
20899 \begin_layout Standard
20900 \begin_inset Tabular
20901 <lyxtabular version="3" rows="2" columns="5">
20902 <features tabularvalignment="middle">
20903 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20904 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20905 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20906 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20907 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20908 <row>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 1
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 2
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 3
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 4
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 5
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 111111 1111111 111111 111111111 11111 11111 1111
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 2222 22222 222222 222222222 2222222 22 22222
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 333333 333333 333333 33333 3333333 333
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 </lyxtabular>
21003
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \begin_layout Section
21010 Personalización de cuadros
21011 \begin_inset Index idx
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015 Cuadros ! Personalización
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Subsection
21024 Espacio adicional en filas
21025 \begin_inset CommandInset label
21026 LatexCommand label
21027 name "subsec:Espacio-adicional"
21028
21029 \end_inset
21030
21031
21032 \begin_inset Index idx
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 Cuadros ! Personalización ! Espacio adicional en filas
21037 \end_layout
21038
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \begin_layout Standard
21045 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
21046  
21047 \family sans
21048 Bordes
21049 \family default
21050  del diálogo de configuración de cuadros.
21051  En el marco 
21052 \family sans
21053 Espacio
21054 \begin_inset space ~
21055 \end_inset
21056
21057 adicional
21058 \family default
21059  dispones de tres posibilidades:
21060 \end_layout
21061
21062 \begin_layout Description
21063 Superior
21064 \begin_inset space ~
21065 \end_inset
21066
21067 de
21068 \begin_inset space ~
21069 \end_inset
21070
21071 la
21072 \begin_inset space ~
21073 \end_inset
21074
21075 fila añade espacio sobre los caracteres de la fila.
21076  Si el cuadro es de estilo formal
21077 \begin_inset Foot
21078 status open
21079
21080 \begin_layout Plain Layout
21081 Los cuadros formales se explican en la sección
21082 \begin_inset space ~
21083 \end_inset
21084
21085
21086 \begin_inset CommandInset ref
21087 LatexCommand ref
21088 reference "sec:Cuadros-Formales"
21089
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096
21097  \SpecialChar LyX
21098  insertará 0.5
21099 \begin_inset space \thinspace{}
21100 \end_inset
21101
21102 em por omisión.
21103  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
21104  verticales, como se ve en el cuadro siguiente:
21105 \begin_inset VSpace medskip
21106 \end_inset
21107
21108
21109 \begin_inset Newline newline
21110 \end_inset
21111
21112
21113 \begin_inset space \hspace*{}
21114 \length 0pt
21115 \end_inset
21116
21117
21118 \begin_inset space \hfill{}
21119 \end_inset
21120
21121
21122 \begin_inset Tabular
21123 <lyxtabular version="3" rows="3" columns="1">
21124 <features tabularvalignment="middle">
21125 <column alignment="center" valignment="top">
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 A
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row topspace="3mm">
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 3
21143 \begin_inset space \thinspace{}
21144 \end_inset
21145
21146 mm sobre la fila
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 C
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 </lyxtabular>
21164
21165 \end_inset
21166
21167
21168 \begin_inset space \hfill{}
21169 \end_inset
21170
21171
21172 \begin_inset space \hspace*{}
21173 \length 0pt
21174 \end_inset
21175
21176
21177 \begin_inset VSpace medskip
21178 \end_inset
21179
21180
21181 \begin_inset Newline newline
21182 \end_inset
21183
21184 Así pues, insertar espacio superior en cuadros normales sólo es útil en
21185  cuadros sin líneas verticales.
21186 \end_layout
21187
21188 \begin_layout Description
21189 Inferior
21190 \begin_inset space ~
21191 \end_inset
21192
21193 de
21194 \begin_inset space ~
21195 \end_inset
21196
21197 la
21198 \begin_inset space ~
21199 \end_inset
21200
21201 fila añade espacio bajo los caracteres de la fila.
21202  Si el cuadro es formal \SpecialChar LyX
21203  inserta por omisión 0.5
21204 \begin_inset space \thinspace{}
21205 \end_inset
21206
21207 em; si el cuadro es normal inserta 2
21208 \begin_inset space \thinspace{}
21209 \end_inset
21210
21211 pt.
21212  
21213 \end_layout
21214
21215 \begin_layout Description
21216 Entre
21217 \begin_inset space ~
21218 \end_inset
21219
21220 las
21221 \begin_inset space ~
21222 \end_inset
21223
21224 filas añade espacio entre la fila actual y la siguiente.
21225  Si el cuadro es formal \SpecialChar LyX
21226  inserta 0.5
21227 \begin_inset space \thinspace{}
21228 \end_inset
21229
21230 em por omisión.
21231  En cuadros normales, el espacio adicional destruirá las líneas verticales
21232  del cuadro, como se ve en la siguiente:
21233 \begin_inset VSpace medskip
21234 \end_inset
21235
21236
21237 \begin_inset Newline newline
21238 \end_inset
21239
21240
21241 \begin_inset space \hspace*{}
21242 \length 0pt
21243 \end_inset
21244
21245
21246 \begin_inset space \hfill{}
21247 \end_inset
21248
21249
21250 \begin_inset Tabular
21251 <lyxtabular version="3" rows="3" columns="1">
21252 <features tabularvalignment="middle">
21253 <column alignment="center" valignment="top">
21254 <row>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 A
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row interlinespace="3mm">
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 \begin_inset Formula $\downarrow$
21271 \end_inset
21272
21273  3
21274 \begin_inset space \thinspace{}
21275 \end_inset
21276
21277 mm entre las filas
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 </row>
21283 <row>
21284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\uparrow$
21289 \end_inset
21290
21291  3
21292 \begin_inset space \thinspace{}
21293 \end_inset
21294
21295 mm entre las filas 
21296 \begin_inset Formula $\uparrow$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 </lyxtabular>
21306
21307 \end_inset
21308
21309
21310 \begin_inset space \hfill{}
21311 \end_inset
21312
21313
21314 \begin_inset space \hspace*{}
21315 \length 0pt
21316 \end_inset
21317
21318
21319 \begin_inset VSpace medskip
21320 \end_inset
21321
21322
21323 \begin_inset Newline newline
21324 \end_inset
21325
21326 Así pues, los espacios adicionales entre filas de cuadros normales sólo
21327  sirven para cuadros sin líneas verticales.
21328 \end_layout
21329
21330 \begin_layout Standard
21331 \begin_inset VSpace bigskip
21332 \end_inset
21333
21334 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
21335  utiliza los siguientes comandos en el preámbulo:
21336 \end_layout
21337
21338 \begin_layout Standard
21339
21340 \series bold
21341
21342 \backslash
21343 @ifundefined{extrarowheight}
21344 \begin_inset Newline newline
21345 \end_inset
21346
21347
21348 \begin_inset Phantom HPhantom
21349 status open
21350
21351 \begin_layout Plain Layout
21352
21353 \series bold
21354 \begin_inset space ~
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361
21362 {
21363 \backslash
21364 usepackage{array}}{}
21365 \begin_inset Newline newline
21366 \end_inset
21367
21368
21369 \backslash
21370 setlength{
21371 \backslash
21372 extrarowheight}{altura}
21373 \series default
21374
21375 \begin_inset Note Note
21376 status collapsed
21377
21378 \begin_layout Plain Layout
21379 \SpecialChar LyX
21380  cargará automáticamente el paquete 
21381 \series bold
21382 array
21383 \series default
21384  cuando uses formatos de cuadro autodefinidos.
21385  Para evitar que sea cargado dos veces se pone al principio el comando 
21386 \series bold
21387
21388 \backslash
21389 @ifundefined
21390 \series default
21391 .
21392 \end_layout
21393
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \begin_layout Standard
21400 donde la 
21401 \family sans
21402 alture
21403 \family default
21404  puede ser una de las unidades listadas en el apéndice
21405 \begin_inset space ~
21406 \end_inset
21407
21408
21409 \begin_inset CommandInset ref
21410 LatexCommand ref
21411 reference "cap:Unidades-disponibles-en"
21412
21413 \end_inset
21414
21415 .
21416  Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
21417  centrado en vertical.
21418 \end_layout
21419
21420 \begin_layout Standard
21421 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
21422  del cuadro están a veces demasiado cerca de las letras.
21423  Esto se puede corregir insertando el comando 
21424 \series bold
21425
21426 \backslash
21427 strut
21428 \series default
21429  en código \SpecialChar TeX
21430  al principio de la fila del cuadro.
21431  El cuadro
21432 \begin_inset space ~
21433 \end_inset
21434
21435
21436 \begin_inset CommandInset ref
21437 LatexCommand ref
21438 reference "tab:Alineación-vertical"
21439
21440 \end_inset
21441
21442  muestra el efecto:
21443 \end_layout
21444
21445 \begin_layout Standard
21446 \noindent
21447 \begin_inset Float table
21448 placement h
21449 wide false
21450 sideways false
21451 status open
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Caption Standard
21455
21456 \begin_layout Plain Layout
21457 \begin_inset CommandInset label
21458 LatexCommand label
21459 name "tab:Alineación-vertical"
21460
21461 \end_inset
21462
21463 Alineación vertical de texto con letras grandes
21464 \end_layout
21465
21466 \end_inset
21467
21468
21469 \end_layout
21470
21471 \begin_layout Plain Layout
21472 \begin_inset space \hfill{}
21473 \end_inset
21474
21475
21476 \begin_inset Float table
21477 wide false
21478 sideways false
21479 status open
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Caption Standard
21483
21484 \begin_layout Plain Layout
21485 Cuadro normal
21486 \end_layout
21487
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \begin_layout Plain Layout
21494 \noindent
21495 \align center
21496 \begin_inset Tabular
21497 <lyxtabular version="3" rows="6" columns="1">
21498 <features tabularvalignment="middle">
21499 <column alignment="left" valignment="top">
21500 <row>
21501 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 Normal, g
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 </row>
21511 <row>
21512 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516
21517 \size large
21518 Grande
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 </row>
21524 <row>
21525 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529
21530 \size larger
21531 Más grande
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \size largest
21544 Grandísima
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \size huge
21557 Enorme
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568
21569 \size huge
21570 Gigante
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 </lyxtabular>
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584
21585
21586 \begin_inset space \hfill{}
21587 \end_inset
21588
21589
21590 \begin_inset Float table
21591 wide false
21592 sideways false
21593 status open
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Caption Standard
21597
21598 \begin_layout Plain Layout
21599 Cuadro con comando 
21600 \series bold
21601
21602 \backslash
21603 strut
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \begin_layout Plain Layout
21612 \noindent
21613 \align center
21614 \begin_inset Tabular
21615 <lyxtabular version="3" rows="6" columns="1">
21616 <features tabularvalignment="middle">
21617 <column alignment="left" valignment="top">
21618 <row>
21619 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 Normal, g
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \size large
21636 \begin_inset ERT
21637 status collapsed
21638
21639 \begin_layout Plain Layout
21640
21641
21642 \backslash
21643 strut 
21644 \end_layout
21645
21646 \end_inset
21647
21648 Grande
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \size larger
21661 \begin_inset ERT
21662 status collapsed
21663
21664 \begin_layout Plain Layout
21665
21666
21667 \backslash
21668 strut 
21669 \end_layout
21670
21671 \end_inset
21672
21673 Más grande
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \size largest
21686 \begin_inset ERT
21687 status collapsed
21688
21689 \begin_layout Plain Layout
21690
21691
21692 \backslash
21693 strut 
21694 \end_layout
21695
21696 \end_inset
21697
21698 Grandísima
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \size huge
21711 \begin_inset ERT
21712 status collapsed
21713
21714 \begin_layout Plain Layout
21715
21716
21717 \backslash
21718 strut 
21719 \end_layout
21720
21721 \end_inset
21722
21723 Enorme
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \size giant
21736 \begin_inset ERT
21737 status collapsed
21738
21739 \begin_layout Plain Layout
21740
21741
21742 \backslash
21743 strut 
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \size huge
21750 Gigante
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 </lyxtabular>
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \end_inset
21764
21765
21766 \begin_inset space \hfill{}
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \begin_layout Subsection
21778 Alineación especial de celdas
21779 \begin_inset CommandInset label
21780 LatexCommand label
21781 name "subsec:Alineación-especial-de"
21782
21783 \end_inset
21784
21785
21786 \begin_inset Index idx
21787 status collapsed
21788
21789 \begin_layout Plain Layout
21790 Cuadros ! Personalización ! Alineación especial de celdas
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799 A veces mejora la presentación si las entradas en las celdas de una columna
21800  se alinean con un carácter determinado, p.
21801 \begin_inset space \thinspace{}
21802 \end_inset
21803
21804 ej.
21805 \begin_inset space ~
21806 \end_inset
21807
21808 el separador decimal, como en el cuadro
21809 \begin_inset space ~
21810 \end_inset
21811
21812
21813 \begin_inset CommandInset ref
21814 LatexCommand ref
21815 reference "tab:Cuadro-celdas-alineadas"
21816
21817 \end_inset
21818
21819 .
21820  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
21821  el botón 
21822 \begin_inset Info
21823 type  "icon"
21824 arg   "tabular-feature align-decimal"
21825 \end_inset
21826
21827  de la barra de herramientas o eligiendo la alineación 
21828 \family sans
21829 Al separador decimal
21830 \family default
21831  en la configuración del cuadro.
21832  Ahí se puede especificar también el carácter deseado para la alineación.
21833 \end_layout
21834
21835 \begin_layout Standard
21836 \begin_inset Float table
21837 wide false
21838 sideways false
21839 status open
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Caption Standard
21843
21844 \begin_layout Plain Layout
21845 \begin_inset CommandInset label
21846 LatexCommand label
21847 name "tab:Cuadro-celdas-alineadas"
21848
21849 \end_inset
21850
21851 Cuadro con celdas alineadas con el separador decimal.
21852 \end_layout
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \begin_layout Plain Layout
21860 \align center
21861 \begin_inset Tabular
21862 <lyxtabular version="3" rows="4" columns="1">
21863 <features booktabs="true" tabularvalignment="middle">
21864 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21865 <row>
21866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 leyenda
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 <row>
21877 <cell alignment="center" valignment="top" topline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 12,6
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 0,68
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903 -123,0
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 </lyxtabular>
21910
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Standard
21922 \begin_inset Float table
21923 wide false
21924 sideways false
21925 status open
21926
21927 \begin_layout Plain Layout
21928 \begin_inset Caption Standard
21929
21930 \begin_layout Plain Layout
21931 \begin_inset CommandInset label
21932 LatexCommand label
21933 name "tab:Cuadro-con-celdas-de"
21934
21935 \end_inset
21936
21937 Cuadro con celdas alineadas con los operadores.
21938 \end_layout
21939
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \begin_layout Plain Layout
21946 \align center
21947 \begin_inset Tabular
21948 <lyxtabular version="3" rows="4" columns="2">
21949 <features booktabs="true" tabularvalignment="middle">
21950 <column alignment="right" valignment="top" width="0pt">
21951 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21952 <row>
21953 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 leyenda
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $12\,+$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\,6$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 \begin_inset Formula $0\,-$
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\,68$
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Formula $-123\,/$
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 <cell alignment="center" valignment="top" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041 \begin_inset Formula $\,0$
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 </row>
22050 </lyxtabular>
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Standard
22063 Para alinear con caracteres en ecuaciones este método no funciona porque
22064  el campo para especificar el carácter no permite ecuaciones.
22065  En este caso hay que usar el método del cuadro
22066 \begin_inset space ~
22067 \end_inset
22068
22069
22070 \begin_inset CommandInset ref
22071 LatexCommand ref
22072 reference "tab:Cuadro-con-celdas-de"
22073
22074 \end_inset
22075
22076 .
22077  Es un cuadro 4×2.
22078  La leyenda es una multicolumna centrada.
22079  La primera columna está alineada a la derecha y contiene la primera parte
22080  incluyendo el operador.
22081  La segunda columna está alineada a la izquierda y contiene la parte restante.
22082  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
22083  columna para mantener el espacio habitual alrededor de los operadores.
22084  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
22085  el siguiente argumento \SpecialChar LaTeX
22086  para la segunda columna:
22087 \end_layout
22088
22089 \begin_layout Standard
22090
22091 \series bold
22092 @{}l
22093 \end_layout
22094
22095 \begin_layout Standard
22096 El cuadro
22097 \begin_inset space ~
22098 \end_inset
22099
22100
22101 \begin_inset CommandInset ref
22102 LatexCommand ref
22103 reference "tab:Varias-alineaciones"
22104
22105 \end_inset
22106
22107  muestra varios ejemplos de alineación.
22108  Para alinear al signo de relación se ha añadido un pequeño espacio como
22109  en la segunda columna del cuadro
22110 \begin_inset space ~
22111 \end_inset
22112
22113
22114 \begin_inset CommandInset ref
22115 LatexCommand ref
22116 reference "tab:Cuadro-con-celdas-de"
22117
22118 \end_inset
22119
22120 .
22121 \end_layout
22122
22123 \begin_layout Standard
22124 \begin_inset Float table
22125 placement h
22126 wide false
22127 sideways false
22128 status open
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Caption Standard
22132
22133 \begin_layout Plain Layout
22134 \begin_inset CommandInset label
22135 LatexCommand label
22136 name "tab:Varias-alineaciones"
22137
22138 \end_inset
22139
22140 Cuadro con varias alineaciones.
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Plain Layout
22149 \align center
22150 \begin_inset Tabular
22151 <lyxtabular version="3" rows="4" columns="6">
22152 <features tabularvalignment="middle">
22153 <column alignment="right" valignment="top">
22154 <column alignment="left" valignment="top" special="@{}l">
22155 <column alignment="right" valignment="top">
22156 <column alignment="left" valignment="top" special="@{}l">
22157 <column alignment="right" valignment="top">
22158 <column alignment="left" valignment="top" special="@{}l">
22159 <row>
22160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 unidades
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 exponentes
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 relaciones
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 <row>
22216 <cell alignment="center" valignment="top" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 12×
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 24
22230 \begin_inset space \thinspace{}
22231 \end_inset
22232
22233 bottles
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $10\cdot$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $10^{\mbox{-}17}$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\Gamma(t)\propto$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 <cell alignment="center" valignment="top" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278 \begin_inset Formula $\:\Upsilon(t)$
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 </row>
22287 <row>
22288 <cell alignment="center" valignment="top" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 1024×
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 768
22302 \begin_inset space \thinspace{}
22303 \end_inset
22304
22305 Pixels
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $5.78\cdot$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $10^{7}$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Formula $A\ne$
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 \begin_inset Formula $\:B_{\mathrm{red}}$
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 </row>
22359 <row>
22360 <cell alignment="center" valignment="top" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 32×
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 6
22374 \begin_inset space \thinspace{}
22375 \end_inset
22376
22377 cm
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 -
22387 \begin_inset Formula $33.5\cdot$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $10^{4}$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Formula $\sen(\alpha)\ge$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 \begin_inset Formula $\:\sen(\beta)$
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 </row>
22432 </lyxtabular>
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \begin_layout Subsection
22445 Formato personalizado de celda/columna
22446 \begin_inset CommandInset label
22447 LatexCommand label
22448 name "subsec:Formato-Personalizado"
22449
22450 \end_inset
22451
22452
22453 \begin_inset Index idx
22454 status collapsed
22455
22456 \begin_layout Plain Layout
22457 Cuadros ! Personalización ! Formato de celda/columna
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Standard
22466 El cálculo de la anchura necesaria para columnas estándar descrito en la
22467  sección
22468 \begin_inset space ~
22469 \end_inset
22470
22471
22472 \begin_inset CommandInset ref
22473 LatexCommand ref
22474 reference "sec:Cálculo-anchura-cuadros"
22475
22476 \end_inset
22477
22478  y para columnas extendidas descrito en la sección
22479 \begin_inset space ~
22480 \end_inset
22481
22482
22483 \begin_inset CommandInset ref
22484 LatexCommand ref
22485 reference "subsec:Cálculos-en-Multicolumnas"
22486
22487 \end_inset
22488
22489  es muy pesado si tienes varios cuadros.
22490  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
22491 mna aplicable a todos los cuadros del documento.
22492  El formato se define con el comando
22493 \end_layout
22494
22495 \begin_layout Standard
22496
22497 \series bold
22498
22499 \backslash
22500 newcolumntype{nombre del formato}[número de argumentos]{comandos}
22501 \end_layout
22502
22503 \begin_layout Standard
22504 El 
22505 \emph on
22506 nombre de formato
22507 \emph default
22508  puede ser una sola letra.
22509  Las letras 
22510 \emph on
22511 b, c, l, m, p
22512 \emph default
22513  y 
22514 \emph on
22515 r
22516 \emph default
22517  están predefinidas y no pueden usarse.
22518  Pero se permiten todas las mayúsculas.
22519 \end_layout
22520
22521 \begin_layout Standard
22522 \begin_inset VSpace medskip
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Standard
22529 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
22530  fija puedes definir el formato de celda
22531 \end_layout
22532
22533 \begin_layout Standard
22534
22535 \series bold
22536
22537 \backslash
22538 newcolumntype{M}[1]{>{
22539 \backslash
22540 centering
22541 \backslash
22542 hspace{0pt}}m{#1}}
22543 \end_layout
22544
22545 \begin_layout Standard
22546 donde 
22547 \series bold
22548
22549 \backslash
22550 hspace{0pt}
22551 \series default
22552  evita el problema de partir con guión la primera palabra, como se describe
22553  en la sección
22554 \begin_inset space ~
22555 \end_inset
22556
22557
22558 \begin_inset CommandInset ref
22559 LatexCommand ref
22560 reference "subsec:Líneas-Múltiples-en"
22561
22562 \end_inset
22563
22564 .
22565  Ahora puedes introducir simplemente
22566 \end_layout
22567
22568 \begin_layout Standard
22569
22570 \series bold
22571 M{ancho}
22572 \end_layout
22573
22574 \begin_layout Standard
22575 como argumento \SpecialChar LaTeX
22576  en el diálogo de cuadros para crear una multicolumna.
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset VSpace bigskip
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \begin_layout Standard
22587 Para celdas extendidas en una celda multicolumna, puedes definir el formato
22588 \end_layout
22589
22590 \begin_layout Standard
22591
22592 \series bold
22593
22594 \backslash
22595 newcolumntype{S}[2]{>{
22596 \backslash
22597 centering
22598 \backslash
22599 hspace{0pt}}
22600 \begin_inset Newline newline
22601 \end_inset
22602
22603
22604 \begin_inset Phantom HPhantom
22605 status open
22606
22607 \begin_layout Plain Layout
22608
22609 \series bold
22610
22611 \backslash
22612 newcolumntype
22613 \end_layout
22614
22615 \end_inset
22616
22617 m{(#1+(2
22618 \backslash
22619 tabcolsep+
22620 \backslash
22621 arrayrulewidth)*(1-#2))/#2}}
22622 \end_layout
22623
22624 \begin_layout Standard
22625 Este formato usa la ecuación 
22626 \begin_inset CommandInset ref
22627 LatexCommand eqref
22628 reference "eq:Wgn"
22629
22630 \end_inset
22631
22632  para calcular la anchura necesaria para que cada celda extendida tenga
22633  la misma anchura.
22634 \end_layout
22635
22636 \begin_layout Standard
22637 Ahora puedes introducir
22638 \end_layout
22639
22640 \begin_layout Standard
22641
22642 \series bold
22643 S{ancho de la celda multicolumna}{número de columnas extendidas}
22644 \end_layout
22645
22646 \begin_layout Standard
22647 como argumento \SpecialChar LaTeX
22648  de la columna.
22649 \end_layout
22650
22651 \begin_layout Standard
22652 \begin_inset VSpace bigskip
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \begin_layout Standard
22659 Para columnas coloreadas puedes definir
22660 \end_layout
22661
22662 \begin_layout Standard
22663
22664 \series bold
22665
22666 \backslash
22667 newcolumntype{K}[1]{>{
22668 \backslash
22669 columncolor{#1}
22670 \backslash
22671 hspace{0pt}}c}
22672 \end_layout
22673
22674 \begin_layout Standard
22675 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
22676  horizontalmente.
22677  Ahora puedes introducir
22678 \end_layout
22679
22680 \begin_layout Standard
22681
22682 \series bold
22683 K{nombre del color}
22684 \end_layout
22685
22686 \begin_layout Standard
22687 como argumento \SpecialChar LaTeX
22688 .
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset VSpace bigskip
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \begin_layout Standard
22699 Para crear el cuadro
22700 \begin_inset space ~
22701 \end_inset
22702
22703
22704 \begin_inset CommandInset ref
22705 LatexCommand ref
22706 reference "tab:Cuadro-con-formatos-definidos-por"
22707
22708 \end_inset
22709
22710  usa los argumentos \SpecialChar LaTeX
22711
22712 \end_layout
22713
22714 \begin_layout Standard
22715
22716 \series bold
22717 M{2.5cm}
22718 \end_layout
22719
22720 \begin_layout Standard
22721 para la primera columna y la multicolumna,
22722 \end_layout
22723
22724 \begin_layout Standard
22725
22726 \series bold
22727 K{red}
22728 \end_layout
22729
22730 \begin_layout Standard
22731 para la última columna y
22732 \end_layout
22733
22734 \begin_layout Standard
22735
22736 \series bold
22737 S{2.5cm}{2}
22738 \end_layout
22739
22740 \begin_layout Standard
22741 para las celdas en la segunda columna.
22742 \end_layout
22743
22744 \begin_layout Standard
22745 \begin_inset Float table
22746 placement h
22747 wide false
22748 sideways false
22749 status open
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Caption Standard
22753
22754 \begin_layout Plain Layout
22755 \begin_inset CommandInset label
22756 LatexCommand label
22757 name "tab:Cuadro-con-formatos-definidos-por"
22758
22759 \end_inset
22760
22761 Cuadro con formatos definidos por el usuario
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \begin_layout Plain Layout
22770 \align center
22771 \begin_inset Tabular
22772 <lyxtabular version="3" rows="3" columns="4">
22773 <features tabularvalignment="middle">
22774 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22775 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22776 <column alignment="center" valignment="middle">
22777 <column alignment="center" valignment="middle" special="K{red}">
22778 <row>
22779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 palabramuylargaenceldadecuadro
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 multicolumna línea múltiple
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 c
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 <row>
22817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 d
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 e
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 f
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 g
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 h
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 i
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 j
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 k
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 </lyxtabular>
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \begin_layout Subsection
22905 Grosor de líneas
22906 \begin_inset CommandInset label
22907 LatexCommand label
22908 name "subsec:Grosor-de-Líneas"
22909
22910 \end_inset
22911
22912
22913 \begin_inset Index idx
22914 status collapsed
22915
22916 \begin_layout Plain Layout
22917 Cuadros ! Personalización ! Grosor de línea
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
22927  
22928 \series bold
22929
22930 \backslash
22931 arrayrulewidth
22932 \series default
22933 .
22934  Por ejemplo, para poner un grosor de línea de 1.5
22935 \begin_inset space \thinspace{}
22936 \end_inset
22937
22938 pt, como en el cuadro
22939 \begin_inset space ~
22940 \end_inset
22941
22942
22943 \begin_inset CommandInset ref
22944 LatexCommand ref
22945 reference "tab:Cuadro-con-líneas"
22946
22947 \end_inset
22948
22949 , inserta el comando
22950 \end_layout
22951
22952 \begin_layout Standard
22953
22954 \series bold
22955
22956 \backslash
22957 setlength{
22958 \backslash
22959 arrayrulewidth}{1.5pt}
22960 \end_layout
22961
22962 \begin_layout Standard
22963 en código \SpecialChar TeX
22964  antes del cuadro o flotante.
22965  Este cambio es válido para todos los siguientes cuadros.
22966  Para volver al valor predeterminado, define 
22967 \series bold
22968
22969 \backslash
22970 arrayrulewidth
22971 \series default
22972  a 0.4
22973 \begin_inset space \thinspace{}
22974 \end_inset
22975
22976 pt en código \SpecialChar TeX
22977  detrás del cuadro o flotante.
22978 \end_layout
22979
22980 \begin_layout Standard
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 setlength{
22989 \backslash
22990 arrayrulewidth}{1.5pt}
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \begin_inset Float table
22997 wide false
22998 sideways false
22999 status open
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Caption Standard
23003
23004 \begin_layout Plain Layout
23005 \begin_inset CommandInset label
23006 LatexCommand label
23007 name "tab:Cuadro-con-líneas"
23008
23009 \end_inset
23010
23011 Cuadro con líneas de grosor 1.5
23012 \begin_inset space \thinspace{}
23013 \end_inset
23014
23015 pt
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Plain Layout
23024 \align center
23025 \begin_inset Tabular
23026 <lyxtabular version="3" rows="3" columns="3">
23027 <features tabularvalignment="middle">
23028 <column alignment="center" valignment="top">
23029 <column alignment="center" valignment="top">
23030 <column alignment="center" valignment="top">
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 sd
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 sd
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 sd
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 </lyxtabular>
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126
23127
23128 \begin_inset ERT
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132
23133
23134 \backslash
23135 setlength{
23136 \backslash
23137 arrayrulewidth}{0.4pt}
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Standard
23146 \begin_inset VSpace bigskip
23147 \end_inset
23148
23149 Para definir un grosor de 1.5
23150 \begin_inset space \thinspace{}
23151 \end_inset
23152
23153 pt sólo para líneas horizontales, como en el cuadro
23154 \begin_inset space ~
23155 \end_inset
23156
23157
23158 \begin_inset CommandInset ref
23159 LatexCommand ref
23160 reference "tab:Cuadro-con-horizontales"
23161
23162 \end_inset
23163
23164 , inserta estos comandos en código \SpecialChar TeX
23165  antes del cuadro o flotante:
23166 \end_layout
23167
23168 \begin_layout Standard
23169
23170 \series bold
23171
23172 \backslash
23173 let
23174 \backslash
23175 myHline
23176 \backslash
23177 hline
23178 \begin_inset Newline newline
23179 \end_inset
23180
23181
23182 \backslash
23183 renewcommand{
23184 \backslash
23185 hline}
23186 \begin_inset Newline newline
23187 \end_inset
23188
23189  {
23190 \backslash
23191 noalign{
23192 \backslash
23193 global
23194 \backslash
23195 arrayrulewidth 1.5pt}
23196 \begin_inset Newline newline
23197 \end_inset
23198
23199  
23200 \backslash
23201 myHline
23202 \backslash
23203 noalign{
23204 \backslash
23205 global
23206 \backslash
23207 arrayrulewidth 0.4pt}}
23208 \end_layout
23209
23210 \begin_layout Standard
23211 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
23212  detrás
23213  del cuadro o flotante:
23214 \end_layout
23215
23216 \begin_layout Standard
23217
23218 \series bold
23219
23220 \backslash
23221 renewcommand{
23222 \backslash
23223 hline}{
23224 \backslash
23225 myHline}
23226 \end_layout
23227
23228 \begin_layout Standard
23229 \begin_inset ERT
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233
23234
23235 \backslash
23236 let
23237 \backslash
23238 myHline
23239 \backslash
23240 hline
23241 \end_layout
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 renewcommand{
23248 \backslash
23249 hline}
23250 \end_layout
23251
23252 \begin_layout Plain Layout
23253
23254  {
23255 \backslash
23256 noalign{
23257 \backslash
23258 global
23259 \backslash
23260 arrayrulewidth 1.5pt}
23261 \end_layout
23262
23263 \begin_layout Plain Layout
23264
23265   
23266 \backslash
23267 myHline
23268 \backslash
23269 noalign{
23270 \backslash
23271 global
23272 \backslash
23273 arrayrulewidth 0.4pt}}
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Float table
23280 wide false
23281 sideways false
23282 status open
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Caption Standard
23286
23287 \begin_layout Plain Layout
23288 \begin_inset CommandInset label
23289 LatexCommand label
23290 name "tab:Cuadro-con-horizontales"
23291
23292 \end_inset
23293
23294 Cuadro con líneas horizontales de 1.5
23295 \begin_inset space \thinspace{}
23296 \end_inset
23297
23298 pt
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Plain Layout
23307 \align center
23308 \begin_inset Tabular
23309 <lyxtabular version="3" rows="3" columns="3">
23310 <features tabularvalignment="middle">
23311 <column alignment="center" valignment="top">
23312 <column alignment="center" valignment="top">
23313 <column alignment="center" valignment="top">
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 sd
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 sd
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 </row>
23372 <row>
23373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 sd
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 </lyxtabular>
23402
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \begin_inset ERT
23412 status collapsed
23413
23414 \begin_layout Plain Layout
23415
23416
23417 \backslash
23418 renewcommand{
23419 \backslash
23420 hline}{
23421 \backslash
23422 myHline}
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Standard
23431 \begin_inset VSpace bigskip
23432 \end_inset
23433
23434 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
23435  siguiente formato de columna en el preámbulo del documento, de acuerdo
23436  con lo descrito en la sección
23437 \begin_inset space ~
23438 \end_inset
23439
23440
23441 \begin_inset CommandInset ref
23442 LatexCommand ref
23443 reference "subsec:Formato-Personalizado"
23444
23445 \end_inset
23446
23447 :
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \series bold
23453
23454 \backslash
23455 newcolumntype{V}{!{
23456 \backslash
23457 vrule width 1.5pt}}
23458 \end_layout
23459
23460 \begin_layout Standard
23461 Para el cuadro
23462 \begin_inset space ~
23463 \end_inset
23464
23465
23466 \begin_inset CommandInset ref
23467 LatexCommand ref
23468 reference "tab:Cuadro-con-verticales"
23469
23470 \end_inset
23471
23472  se usó el argumento \SpecialChar LaTeX
23473
23474 \end_layout
23475
23476 \begin_layout Standard
23477
23478 \series bold
23479 VcV
23480 \end_layout
23481
23482 \begin_layout Standard
23483 para la última columna y
23484 \end_layout
23485
23486 \begin_layout Standard
23487
23488 \series bold
23489 Vc
23490 \end_layout
23491
23492 \begin_layout Standard
23493 para las otras.
23494 \end_layout
23495
23496 \begin_layout Standard
23497 \begin_inset Float table
23498 wide false
23499 sideways false
23500 status open
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Caption Standard
23504
23505 \begin_layout Plain Layout
23506 \begin_inset CommandInset label
23507 LatexCommand label
23508 name "tab:Cuadro-con-verticales"
23509
23510 \end_inset
23511
23512 Cuadro con líneas verticales de 1.5
23513 \begin_inset space \thinspace{}
23514 \end_inset
23515
23516 pt de grosor
23517 \end_layout
23518
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \begin_layout Plain Layout
23525 \align center
23526 \begin_inset Tabular
23527 <lyxtabular version="3" rows="3" columns="3">
23528 <features tabularvalignment="middle">
23529 <column alignment="center" valignment="top" special="Vc">
23530 <column alignment="center" valignment="top" special="Vc">
23531 <column alignment="center" valignment="top" special="VcV">
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 sd
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" topline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 sd
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 sd
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 </lyxtabular>
23620
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \begin_layout Subsection
23632 Líneas de trazos
23633 \begin_inset Index idx
23634 status collapsed
23635
23636 \begin_layout Plain Layout
23637 Cuadros ! Personalización ! Líneas de trazos
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Standard
23646 \begin_inset ERT
23647 status collapsed
23648
23649 \begin_layout Plain Layout
23650
23651
23652 \backslash
23653 ifarydshln
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \begin_inset Note Note
23660 status open
23661
23662 \begin_layout Plain Layout
23663 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23664  \SpecialChar LaTeX
23665  
23666 \series bold
23667 arydshln
23668 \series default
23669 .
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset Float table
23679 placement H
23680 wide false
23681 sideways false
23682 status open
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Caption Standard
23686
23687 \begin_layout Plain Layout
23688 \begin_inset CommandInset label
23689 LatexCommand label
23690 name "tab:Cuadro-con-trazos"
23691
23692 \end_inset
23693
23694 Cuadro con líneas de trazos
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \begin_layout Plain Layout
23703 \align center
23704 \begin_inset Tabular
23705 <lyxtabular version="3" rows="5" columns="5">
23706 <features tabularvalignment="middle">
23707 <column alignment="center" valignment="top">
23708 <column alignment="center" valignment="top">
23709 <column alignment="center" valignment="top" special=":c">
23710 <column alignment="center" valignment="top">
23711 <column alignment="center" valignment="top">
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 a
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 b
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 c
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 d
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 e
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 f
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 g
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 h
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 i
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 j
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 </row>
23806 <row>
23807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811 \begin_inset ERT
23812 status collapsed
23813
23814 \begin_layout Plain Layout
23815
23816
23817 \backslash
23818 hdashline 
23819 \end_layout
23820
23821 \end_inset
23822
23823 k
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 l
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 m
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 n
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 o
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870 \begin_inset ERT
23871 status collapsed
23872
23873 \begin_layout Plain Layout
23874
23875
23876 \backslash
23877 cdashline{4-5}
23878 \end_layout
23879
23880 \end_inset
23881
23882 p
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 q
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 r
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 s
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 </row>
23924 <row>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 t
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 u
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 v
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956 w
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965 x
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 </row>
23971 </lyxtabular>
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 En principio \SpecialChar LyX
23985  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
23986 .
23987  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
23988  
23989 \series bold
23990 arydshln
23991 \series default
23992
23993 \begin_inset Index idx
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997 \SpecialChar LaTeX
23998 -paquetes ! arydshln
23999 \end_layout
24000
24001 \end_inset
24002
24003  con el comando 
24004 \end_layout
24005
24006 \begin_layout Standard
24007
24008 \series bold
24009
24010 \backslash
24011 usepackage{arydshln}
24012 \end_layout
24013
24014 \begin_layout Standard
24015 Para hacer una línea vertical a trazos, introduce dos puntos «
24016 \series bold
24017 :
24018 \series default
24019 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
24020  en el
24021  diálogo de celdas de cuadros.
24022 \end_layout
24023
24024 \begin_layout Standard
24025 Para una línea de trazos horizontal añade el comando
24026 \end_layout
24027
24028 \begin_layout Standard
24029
24030 \series bold
24031
24032 \backslash
24033 hdashline
24034 \end_layout
24035
24036 \begin_layout Standard
24037 en código \SpecialChar TeX
24038  como primer elemento de la primera celda en la fila.
24039 \end_layout
24040
24041 \begin_layout Standard
24042 Para líneas de trazos en multicolumna usa el comando
24043 \end_layout
24044
24045 \begin_layout Standard
24046
24047 \series bold
24048
24049 \backslash
24050 cdashline{número de líneas}
24051 \end_layout
24052
24053 \begin_layout Standard
24054 en código \SpecialChar TeX
24055  como primer elemento de la primera celda en la fila.
24056  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
24057  4 y quieres una línea de trazos por encima, añade el comando
24058 \end_layout
24059
24060 \begin_layout Standard
24061
24062 \series bold
24063
24064 \backslash
24065 cdashline{2-4}
24066 \end_layout
24067
24068 \begin_layout Standard
24069 como primer elemento de la primera celda en la fila de la multicolumna.
24070 \end_layout
24071
24072 \begin_layout Standard
24073 \begin_inset VSpace bigskip
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Standard
24080 El cuadro
24081 \begin_inset space ~
24082 \end_inset
24083
24084
24085 \begin_inset CommandInset ref
24086 LatexCommand ref
24087 reference "tab:Cuadro-con-trazos"
24088
24089 \end_inset
24090
24091  se ha hecho usando «
24092 \series bold
24093 :c
24094 \series default
24095 » como argumento \SpecialChar LaTeX
24096  de la tercera columna.
24097  El comando en código \SpecialChar TeX
24098  
24099 \series bold
24100
24101 \backslash
24102 hdashline
24103 \series default
24104  se ha insertado en la primera celda de la tercera fila y el comando en
24105  código \SpecialChar TeX
24106
24107 \begin_inset Newline newline
24108 \end_inset
24109
24110
24111 \series bold
24112
24113 \backslash
24114 cdashline{4-5}
24115 \series default
24116  en la primera celda de la cuarta fila.
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset VSpace bigskip
24121 \end_inset
24122
24123
24124 \end_layout
24125
24126 \begin_layout Standard
24127 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
24128  el cuadro
24129 \begin_inset space ~
24130 \end_inset
24131
24132
24133 \begin_inset CommandInset ref
24134 LatexCommand ref
24135 reference "tab:Cuadro-trazos-color"
24136
24137 \end_inset
24138
24139 .
24140 \end_layout
24141
24142 \begin_layout Standard
24143 \begin_inset ERT
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147
24148
24149 \backslash
24150 setlength{
24151 \backslash
24152 arrayrulewidth}{1pt}
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \begin_inset Note Note
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162 líneas más gruesas para ver mejor los colores
24163 \end_layout
24164
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset ERT
24172 status collapsed
24173
24174 \begin_layout Plain Layout
24175
24176
24177 \backslash
24178 dashgapcolor{green}
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \begin_inset Note Note
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188 huecos de color entre trazos verdes
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \begin_inset ERT
24198 status collapsed
24199
24200 \begin_layout Plain Layout
24201
24202
24203 \backslash
24204 let
24205 \backslash
24206 myHdashline
24207 \backslash
24208 hdashline
24209 \end_layout
24210
24211 \begin_layout Plain Layout
24212
24213
24214 \backslash
24215 renewcommand{
24216 \backslash
24217 hdashline}
24218 \end_layout
24219
24220 \begin_layout Plain Layout
24221
24222  {
24223 \backslash
24224 arrayrulecolor{red}
24225 \backslash
24226 myHdashline
24227 \backslash
24228 arrayrulecolor{black}}
24229 \end_layout
24230
24231 \end_inset
24232
24233
24234 \begin_inset Note Note
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238 color horizontal, líneas a trazos rojos
24239 \end_layout
24240
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \begin_layout Standard
24247 \begin_inset ERT
24248 status collapsed
24249
24250 \begin_layout Plain Layout
24251
24252
24253 \backslash
24254 let
24255 \backslash
24256 myCdashline
24257 \backslash
24258 cdashline
24259 \end_layout
24260
24261 \begin_layout Plain Layout
24262
24263
24264 \backslash
24265 renewcommand{
24266 \backslash
24267 cdashline}[1]
24268 \end_layout
24269
24270 \begin_layout Plain Layout
24271
24272  {
24273 \backslash
24274 arrayrulecolor{yellow}
24275 \backslash
24276 myCdashline{#1}
24277 \backslash
24278 arrayrulecolor{black}}
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \begin_inset Note Note
24285 status collapsed
24286
24287 \begin_layout Plain Layout
24288 color parcial horizontal, líneas a trazos amarillos
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \begin_inset Float table
24298 placement h
24299 wide false
24300 sideways false
24301 status open
24302
24303 \begin_layout Plain Layout
24304 \begin_inset Caption Standard
24305
24306 \begin_layout Plain Layout
24307 \begin_inset CommandInset label
24308 LatexCommand label
24309 name "tab:Cuadro-trazos-color"
24310
24311 \end_inset
24312
24313 Cuadro coloreado con líneas a trazos
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \begin_layout Plain Layout
24322 \align center
24323 \begin_inset Tabular
24324 <lyxtabular version="3" rows="5" columns="5">
24325 <features tabularvalignment="middle">
24326 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
24327 <column alignment="center" valignment="top" width="0pt">
24328 <column alignment="center" valignment="top" width="0pt" special=":c">
24329 <column alignment="center" valignment="top">
24330 <column alignment="center" valignment="top">
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 a
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 b
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 c
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 d
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372 e
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383 f
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392 g
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 h
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410 i
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419 j
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 \begin_inset ERT
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434
24435
24436 \backslash
24437 hdashline 
24438 \end_layout
24439
24440 \end_inset
24441
24442
24443 \begin_inset ERT
24444 status collapsed
24445
24446 \begin_layout Plain Layout
24447
24448
24449 \backslash
24450 rowcolor{Gray}
24451 \end_layout
24452
24453 \end_inset
24454
24455 k
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 l
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 m
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 n
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 o
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 </row>
24497 <row>
24498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502 \begin_inset ERT
24503 status collapsed
24504
24505 \begin_layout Plain Layout
24506
24507
24508 \backslash
24509 cdashline{4-5}
24510 \end_layout
24511
24512 \end_inset
24513
24514 p
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 q
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 r
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 s
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 </row>
24556 <row>
24557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 t
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 u
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 v
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 w
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597 \begin_inset ERT
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601
24602
24603 \backslash
24604 cellcolor{Maroon}
24605 \end_layout
24606
24607 \end_inset
24608
24609 i
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 </row>
24615 </lyxtabular>
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Standard
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633
24634 \backslash
24635 renewcommand{
24636 \backslash
24637 hdashline}{
24638 \backslash
24639 myHdashline}
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \begin_inset Note Note
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649 volver a predeterminado
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \begin_layout Standard
24658 \begin_inset ERT
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662
24663
24664 \backslash
24665 renewcommand{
24666 \backslash
24667 cdashline}{
24668 \backslash
24669 myCdashline}
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \begin_inset Note Note
24676 status collapsed
24677
24678 \begin_layout Plain Layout
24679 volver a predeterminado
24680 \end_layout
24681
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \begin_layout Standard
24688 \begin_inset ERT
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692
24693
24694 \backslash
24695 nodashgapcolor
24696 \end_layout
24697
24698 \end_inset
24699
24700
24701 \begin_inset Note Note
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705 volver a predeterminado
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Standard
24714 \begin_inset ERT
24715 status collapsed
24716
24717 \begin_layout Plain Layout
24718
24719
24720 \backslash
24721 setlength{
24722 \backslash
24723 arrayrulewidth}{0.4pt}
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \begin_inset Note Note
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733 volver a predeterminado
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Standard
24742 La coloración de líneas y columnas funciona como se describe en la sección
24743 \begin_inset space ~
24744 \end_inset
24745
24746
24747 \begin_inset CommandInset ref
24748 LatexCommand ref
24749 reference "sec:Cuadros-Coloreados"
24750
24751 \end_inset
24752
24753 La coloración de líneas horizontales también funciona como se describe ahí,
24754  solo hay que reemplazar en los comandos 
24755 \series bold
24756
24757 \backslash
24758 myHlineC
24759 \series default
24760  por 
24761 \series bold
24762
24763 \backslash
24764 myHdashline
24765 \series default
24766  y 
24767 \backslash
24768
24769 \series bold
24770 hline
24771 \series default
24772  por 
24773 \series bold
24774
24775 \backslash
24776 hdashline
24777 \series default
24778 ; así, los comandos usados son
24779 \end_layout
24780
24781 \begin_layout Standard
24782
24783 \series bold
24784
24785 \backslash
24786 let
24787 \backslash
24788 myHdashline
24789 \backslash
24790 hdashline
24791 \begin_inset Newline newline
24792 \end_inset
24793
24794
24795 \backslash
24796 renewcommand{
24797 \backslash
24798 hdashline}
24799 \begin_inset Newline newline
24800 \end_inset
24801
24802
24803 \begin_inset Phantom HPhantom
24804 status open
24805
24806 \begin_layout Plain Layout
24807 \begin_inset space ~
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814
24815 {
24816 \backslash
24817 arrayrulecolor{red}
24818 \backslash
24819 myHdashline
24820 \backslash
24821 arrayrulecolor{black}}
24822 \end_layout
24823
24824 \begin_layout Standard
24825 Para colorear 
24826 \series bold
24827
24828 \backslash
24829 cdashline
24830 \series default
24831 , el comando es
24832 \end_layout
24833
24834 \begin_layout Standard
24835
24836 \series bold
24837
24838 \backslash
24839 let
24840 \backslash
24841 myCdashline
24842 \backslash
24843 cdashline
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \backslash
24849 renewcommand{
24850 \backslash
24851 cdashline}[1]
24852 \begin_inset Newline newline
24853 \end_inset
24854
24855
24856 \begin_inset Phantom HPhantom
24857 status open
24858
24859 \begin_layout Plain Layout
24860 \begin_inset space ~
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \end_inset
24867
24868 {
24869 \backslash
24870 arrayrulecolor{red}
24871 \backslash
24872 myCdashline{#1}
24873 \backslash
24874 arrayrulecolor{black}}
24875 \end_layout
24876
24877 \begin_layout Standard
24878 Para recuperar el color negro de las líneas, hay que insertar detrás del
24879  cuadro los comandos siguientes en código \SpecialChar TeX
24880 :
24881 \end_layout
24882
24883 \begin_layout Standard
24884 Para 
24885 \series bold
24886
24887 \backslash
24888 hdashline
24889 \end_layout
24890
24891 \begin_layout Standard
24892
24893 \series bold
24894
24895 \backslash
24896 renewcommand{
24897 \backslash
24898 hdashline}{
24899 \backslash
24900 myHdashline}
24901 \end_layout
24902
24903 \begin_layout Standard
24904 y para 
24905 \series bold
24906
24907 \backslash
24908 cdashline
24909 \end_layout
24910
24911 \begin_layout Standard
24912
24913 \series bold
24914
24915 \backslash
24916 renewcommand{
24917 \backslash
24918 cdashline}{
24919 \backslash
24920 myCdashline}
24921 \end_layout
24922
24923 \begin_layout Standard
24924 Para colorear los huecos entre los trazos, se puede usar
24925 \end_layout
24926
24927 \begin_layout Standard
24928
24929 \series bold
24930
24931 \backslash
24932 dashgapcolor{color}
24933 \end_layout
24934
24935 \begin_layout Standard
24936 delante del cuadro, en código \SpecialChar TeX
24937 .
24938  color es el nombre de un color definido.
24939  El comando
24940 \end_layout
24941
24942 \begin_layout Standard
24943
24944 \series bold
24945
24946 \backslash
24947 nodashgapcolor
24948 \end_layout
24949
24950 \begin_layout Standard
24951 deshace los cambios hechos por 
24952 \series bold
24953
24954 \backslash
24955 dashgapcolor
24956 \series default
24957 .
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \begin_inset Note Greyedout
24962 status open
24963
24964 \begin_layout Plain Layout
24965
24966 \series bold
24967 Nota
24968 \series default
24969 : Si hay múltiples comandos en una celda, el comando de 
24970 \series bold
24971 arydshln
24972 \series default
24973  debe ser el primero.
24974  Por eso, en la celda 
24975 \emph on
24976 k
24977 \emph default
24978  del cuadro
24979 \begin_inset space ~
24980 \end_inset
24981
24982
24983 \begin_inset CommandInset ref
24984 LatexCommand ref
24985 reference "tab:Cuadro-trazos-color"
24986
24987 \end_inset
24988
24989  el comando 
24990 \series bold
24991
24992 \backslash
24993 hdashline
24994 \series default
24995  está delante de 
24996 \series bold
24997
24998 \backslash
24999 rowcolor
25000 \series default
25001 .
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Standard
25010 \begin_inset Note Greyedout
25011 status open
25012
25013 \begin_layout Plain Layout
25014
25015 \series bold
25016 Nota:
25017 \series default
25018  El paquete \SpecialChar LaTeX
25019  
25020 \series bold
25021 arydshln
25022 \series default
25023  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
25024  
25025 \series bold
25026 colortbl
25027 \series default
25028
25029 \begin_inset Index idx
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 \SpecialChar LaTeX
25034 -paquetes ! colortbl
25035 \end_layout
25036
25037 \end_inset
25038
25039 .
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \begin_inset ERT
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052
25053
25054 \backslash
25055 else
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \begin_inset Note Note
25062 status open
25063
25064 \begin_layout Plain Layout
25065 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
25066  
25067 \series bold
25068 arydshln
25069 \series default
25070 .
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \begin_layout Standard
25079 Debes instalar el paquete \SpecialChar LaTeX
25080  
25081 \series bold
25082 arydshln
25083 \series default
25084  para ver la parte siguiente en la salida.
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092
25093
25094 \backslash
25095 fi
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104 Para más información sobre líneas a trazos, véase la documentación de 
25105 \series bold
25106 arydshln
25107 \series default
25108
25109 \begin_inset CommandInset citation
25110 LatexCommand cite
25111 key "arydshln"
25112 literal "true"
25113
25114 \end_inset
25115
25116 .
25117 \end_layout
25118
25119 \begin_layout Chapter
25120 Flotantes
25121 \begin_inset CommandInset label
25122 LatexCommand label
25123 name "chap:Flotantes"
25124
25125 \end_inset
25126
25127
25128 \begin_inset Index idx
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132 Flotantes
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Section
25141 Introducción
25142 \begin_inset CommandInset label
25143 LatexCommand label
25144 name "sec:Introducción-Flotantes"
25145
25146 \end_inset
25147
25148
25149 \begin_inset Index idx
25150 status collapsed
25151
25152 \begin_layout Plain Layout
25153 Flotantes ! Introducción
25154 \end_layout
25155
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \begin_layout Standard
25162 Un flotante es un bloque que no tiene posición fija, asociado con algún
25163  tipo de etiqueta.
25164  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
25165  Las 
25166 \family sans
25167 Notas
25168 \begin_inset space ~
25169 \end_inset
25170
25171 al
25172 \begin_inset space ~
25173 \end_inset
25174
25175 pie
25176 \family default
25177  y 
25178 \family sans
25179 Notas
25180 \begin_inset space ~
25181 \end_inset
25182
25183 al
25184 \begin_inset space ~
25185 \end_inset
25186
25187 margen
25188 \family default
25189  también son flotantes, porque pueden flotar a la página siguiente cuando
25190  hay demasiadas notas en la página.
25191 \end_layout
25192
25193 \begin_layout Standard
25194 Los flotantes permiten composiciones de alta calidad.
25195  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
25196  para impedir espacios en blanco y páginas sin texto.
25197  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
25198  cada flotante puede ser referenciado en el texto.
25199  Por lo tanto los flotantes están numerados.
25200  Las referencias se describen en la sección
25201 \begin_inset space ~
25202 \end_inset
25203
25204
25205 \begin_inset CommandInset ref
25206 LatexCommand ref
25207 reference "sec:Referencias-a-Flotantes"
25208
25209 \end_inset
25210
25211 .
25212 \end_layout
25213
25214 \begin_layout Standard
25215 Para insertar un flotante, usa el menú 
25216 \family sans
25217 Insertar\SpecialChar menuseparator
25218 Flotante
25219 \family default
25220  (botón 
25221 \begin_inset Info
25222 type  "icon"
25223 arg   "float-insert figure"
25224 \end_inset
25225
25226  o 
25227 \begin_inset Info
25228 type  "icon"
25229 arg   "float-insert table"
25230 \end_inset
25231
25232 ).
25233  Esto inserta una 
25234 \family sans
25235 Leyenda,
25236 \family default
25237  un cuadro con una etiqueta.
25238  La etiqueta se traducirá automáticamente al idioma del documento.
25239  Tras la etiqueta puedes insertar el texto de la leyenda.
25240  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
25241  separado dentro del flotante.
25242  La colocación de leyendas se describe en la sección
25243 \begin_inset space ~
25244 \end_inset
25245
25246
25247 \begin_inset CommandInset ref
25248 LatexCommand ref
25249 reference "sec:Colocación-de-leyendas"
25250
25251 \end_inset
25252
25253 .
25254  Para mantener legible el documento \SpecialChar LyX
25255 , puedes abrir y cerrar el flotante
25256  con clic izquierdo sobre él.
25257  Un cuadro cerrado se muestra así: 
25258 \begin_inset Graphics
25259         filename clipart/flotante.png
25260         scale 95
25261
25262 \end_inset
25263
25264  —un cuadro gris con etiqueta en rojo—.
25265 \end_layout
25266
25267 \begin_layout Standard
25268 Se recomienda insertar flotantes como párrafos separados para evitar posibles
25269  errores de \SpecialChar LaTeX
25270  si el texto circundante se formatea de modo especial.
25271 \end_layout
25272
25273 \begin_layout Standard
25274 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
25275  y pinchando el botón correspondiente de la barra de herramientas para un
25276  flotante nuevo.
25277 \end_layout
25278
25279 \begin_layout Section
25280 Tipos de flotantes
25281 \end_layout
25282
25283 \begin_layout Standard
25284 Además de los flotantes de imagen y de cuadro que se describen en la sección
25285 \begin_inset space ~
25286 \end_inset
25287
25288
25289 \begin_inset CommandInset ref
25290 LatexCommand ref
25291 reference "sec:Figuras-Flotantes"
25292
25293 \end_inset
25294
25295  y 
25296 \begin_inset CommandInset ref
25297 LatexCommand ref
25298 reference "sec:Cuadros-Flotantes"
25299
25300 \end_inset
25301
25302 , respectivamente, \SpecialChar LyX
25303  ofrece los tipos 
25304 \family sans
25305 Algoritmo
25306 \family default
25307  y 
25308 \family sans
25309 Envoltorio
25310 \family default
25311 .
25312  Lo último se explica en la sec.
25313 \begin_inset space \thinspace{}
25314 \end_inset
25315
25316
25317 \begin_inset CommandInset ref
25318 LatexCommand ref
25319 reference "sec:Flotantes-envueltos"
25320
25321 \end_inset
25322
25323 .
25324 \end_layout
25325
25326 \begin_layout Subsection
25327 Algoritmos flotantes
25328 \begin_inset Index idx
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 Flotantes ! Algoritmos
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 \begin_inset Float algorithm
25342 placement h
25343 wide false
25344 sideways false
25345 status open
25346
25347 \begin_layout Plain Layout
25348 \begin_inset Caption Standard
25349
25350 \begin_layout Plain Layout
25351 \begin_inset CommandInset label
25352 LatexCommand label
25353 name "alg:Ejemplo-de-Algoritmo-flotante"
25354
25355 \end_inset
25356
25357 Ejemplo de algoritmo flotante
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \begin_layout LyX-Code
25366 for I in 1..N loop
25367 \begin_inset Newline newline
25368 \end_inset
25369
25370  Sum:= Sum + A(I); /*comment*/
25371 \begin_inset Newline newline
25372 \end_inset
25373
25374 end loop
25375 \begin_inset VSpace -4mm
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \begin_layout Standard
25387 Este tipo de flotante se inserta con el menú 
25388 \family sans
25389 Insertar\SpecialChar menuseparator
25390 Flotante\SpecialChar menuseparator
25391 Algoritmo
25392 \family default
25393 .
25394  Se usa para códigos y descripciones de algoritmos y se puede considerar
25395  una alternativa al listado de código de programa, que se explica en el
25396  capítulo
25397 \begin_inset space ~
25398 \end_inset
25399
25400
25401 \begin_inset CommandInset ref
25402 LatexCommand ref
25403 reference "cap:Listado-de-código"
25404
25405 \end_inset
25406
25407 .
25408  Un posible entorno para algoritmos es 
25409 \family sans
25410 Código-\SpecialChar LyX
25411
25412 \family default
25413 , descrito en la 
25414 \emph on
25415 Guía del usuario
25416 \emph default
25417  de \SpecialChar LyX
25418 .
25419  El algoritmo
25420 \begin_inset space ~
25421 \end_inset
25422
25423
25424 \begin_inset CommandInset ref
25425 LatexCommand ref
25426 reference "alg:Ejemplo-de-Algoritmo-flotante"
25427
25428 \end_inset
25429
25430  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
25431  vertical de -4
25432 \begin_inset space \thinspace{}
25433 \end_inset
25434
25435 mm al final para tener la línea inferior exactamente bajo la última línea
25436  de texto.
25437 \end_layout
25438
25439 \begin_layout Standard
25440 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
25441  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
25442 \end_layout
25443
25444 \begin_layout Standard
25445
25446 \series bold
25447
25448 \backslash
25449 floatname{algorithm}{nombre}
25450 \end_layout
25451
25452 \begin_layout Standard
25453 donde 
25454 \emph on
25455 nombre
25456 \emph default
25457  es la palabra «
25458 \emph on
25459 algoritmo
25460 \emph default
25461 » en el idioma deseado.
25462 \end_layout
25463
25464 \begin_layout Standard
25465 Para insertar el índice de algoritmos puedes usar el menú 
25466 \family sans
25467 Insertar\SpecialChar menuseparator
25468 Índices\SpecialChar menuseparator
25469 Algoritmos
25470 \family default
25471 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
25472 .
25473  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
25474 :
25475 \end_layout
25476
25477 \begin_layout Standard
25478
25479 \series bold
25480
25481 \backslash
25482 listof{algorithm}{nombre}
25483 \end_layout
25484
25485 \begin_layout Standard
25486 donde 
25487 \emph on
25488 nombre
25489 \emph default
25490  es, por ejemplo, «
25491 \emph on
25492 Índice de algoritmos
25493 \emph default
25494 » en el idioma del documento.
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
25499  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
25500 itmo».
25501  Para numerarlos con ese esquema, añade este comando en el preámbulo del
25502  documento:
25503 \end_layout
25504
25505 \begin_layout Standard
25506
25507 \series bold
25508
25509 \backslash
25510 numberwithin{algorithm}{chapter}
25511 \end_layout
25512
25513 \begin_layout Standard
25514 Para poder usar el comando 
25515 \series bold
25516
25517 \backslash
25518 numberwithin
25519 \series default
25520 , marca la opción 
25521 \family sans
25522 Usar
25523 \begin_inset space ~
25524 \end_inset
25525
25526 el
25527 \begin_inset space ~
25528 \end_inset
25529
25530 paquete
25531 \begin_inset space ~
25532 \end_inset
25533
25534 AMS
25535 \family default
25536  en el menú 
25537 \family sans
25538 Documento\SpecialChar menuseparator
25539 Configuración\SpecialChar menuseparator
25540 Opciones para ecuaciones
25541 \family default
25542 .
25543 \end_layout
25544
25545 \begin_layout Section
25546 Numeración de flotantes
25547 \begin_inset Index idx
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551 Flotantes ! Numeración
25552 \end_layout
25553
25554 \end_inset
25555
25556
25557 \end_layout
25558
25559 \begin_layout Standard
25560 En general, los flotantes se numeran independientemente de las secciones
25561  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
25562  dependiendo de la clase de documento utilizada.
25563 \end_layout
25564
25565 \begin_layout Standard
25566 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
25567  comando en el preámbulo del documento:
25568 \end_layout
25569
25570 \begin_layout Standard
25571
25572 \series bold
25573
25574 \backslash
25575 renewcommand{
25576 \backslash
25577 thetable}{
25578 \backslash
25579 roman{table}}
25580 \end_layout
25581
25582 \begin_layout Standard
25583
25584 \series bold
25585
25586 \backslash
25587 thetable 
25588 \series default
25589 es el comando que imprime el número del cuadro, para figuras flotantes el
25590  comando sería 
25591 \series bold
25592
25593 \backslash
25594 thefigure
25595 \series default
25596 .
25597  El comando 
25598 \series bold
25599
25600 \backslash
25601 roman
25602 \series default
25603  imprime el número de cuadro en números romanos en minúscula.
25604 \end_layout
25605
25606 \begin_layout Standard
25607 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
25608  usa este comando en el preámbulo:
25609 \end_layout
25610
25611 \begin_layout Standard
25612
25613 \series bold
25614
25615 \backslash
25616 numberwithin{table}{subsection}
25617 \end_layout
25618
25619 \begin_layout Standard
25620 Para poder usar el comando 
25621 \series bold
25622
25623 \backslash
25624 numberwithin
25625 \series default
25626 , debes marcar la opción 
25627 \family sans
25628 Usar
25629 \begin_inset space ~
25630 \end_inset
25631
25632 el
25633 \begin_inset space ~
25634 \end_inset
25635
25636 paquete
25637 \begin_inset space ~
25638 \end_inset
25639
25640 AMS 
25641 \family default
25642 en el apartado 
25643 \family sans
25644 Opciones para ecuaciones 
25645 \family default
25646 de las preferencias del documento.
25647 \end_layout
25648
25649 \begin_layout Standard
25650 Puedes ver más detalles y notas importantes sobre comandos de numeración
25651  en la sección
25652 \begin_inset space ~
25653 \end_inset
25654
25655
25656 \begin_inset CommandInset ref
25657 LatexCommand ref
25658 reference "subsec:Numeración-de-Notas-al-Pie"
25659
25660 \end_inset
25661
25662 .
25663 \end_layout
25664
25665 \begin_layout Section
25666 Referencias a flotantes
25667 \begin_inset CommandInset label
25668 LatexCommand label
25669 name "sec:Referencias-a-Flotantes"
25670
25671 \end_inset
25672
25673
25674 \begin_inset Index idx
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678 Flotantes ! Referencias
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \begin_inset Index idx
25685 status collapsed
25686
25687 \begin_layout Plain Layout
25688 Referencias
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \begin_layout Standard
25697 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
25698  menú 
25699 \family sans
25700 Insertar\SpecialChar menuseparator
25701 Etiqueta
25702 \family default
25703  o el botón 
25704 \begin_inset Info
25705 type  "icon"
25706 arg   "label-insert"
25707 \end_inset
25708
25709 .
25710  Aparece una ventana esperando la introducción del texto de la etiqueta
25711  y se inserta un cuadro gris como este: 
25712 \begin_inset Graphics
25713         filename clipart/etiqueta.png
25714
25715 \end_inset
25716
25717 .
25718  \SpecialChar LyX
25719  ofrece como texto las primeras palabras de la leyenda con un prefijo.
25720  El prefijo depende del tipo de flotante, p.
25721 \begin_inset space \thinspace{}
25722 \end_inset
25723
25724 ej.
25725 \begin_inset space ~
25726 \end_inset
25727
25728 para figuras el prefijo será «
25729 \family sans
25730 fig:
25731 \family default
25732 ».
25733 \end_layout
25734
25735 \begin_layout Standard
25736 La etiqueta se usa como ancla y el nombre para la referencia.
25737  Puedes referenciar la etiqueta usando el menú 
25738 \family sans
25739 Insertar\SpecialChar menuseparator
25740 Referencia
25741 \family default
25742
25743 \begin_inset space ~
25744 \end_inset
25745
25746
25747 \family sans
25748 cruzada
25749 \family default
25750  o el botón 
25751 \begin_inset Info
25752 type  "icon"
25753 arg   "dialog-show-new-inset ref"
25754 \end_inset
25755
25756 .
25757  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
25758  Si tienes abiertos varios documentos \SpecialChar LyX
25759 , escoge aquel con el que estás trabajando
25760  de la lista desplegable de la parte superior del diálogo.
25761  Puedes ordenar las etiquetas alfabéticamente y elegir una.
25762  Se inserta un cuadro gris como este: 
25763 \begin_inset Graphics
25764         filename clipart/referencia.png
25765
25766 \end_inset
25767
25768 .
25769  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
25770 \end_layout
25771
25772 \begin_layout Standard
25773 Se recomienda poner un espacio protegido entre el nombre de la referencia
25774  cruzada y su número para evitar saltos de línea entre ellos.
25775  Si una referencia cruzada corresponde a una etiqueta inexistente verás
25776  dos interrogaciones en la salida.
25777 \end_layout
25778
25779 \begin_layout Standard
25780 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
25781  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
25782  al texto de la etiqueta nueva, no te preocupes por eso.
25783 \end_layout
25784
25785 \begin_layout Standard
25786 El botón 
25787 \family sans
25788 Ir
25789 \begin_inset space ~
25790 \end_inset
25791
25792 a
25793 \begin_inset space ~
25794 \end_inset
25795
25796 la
25797 \begin_inset space ~
25798 \end_inset
25799
25800 etiqueta
25801 \family default
25802  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
25803  y el texto del botón cambia a 
25804 \family sans
25805 Volver
25806 \family default
25807 , con el que se puede retornar a la referencia.
25808 \end_layout
25809
25810 \begin_layout Subsection
25811 Formatos de referencia cruzada
25812 \begin_inset CommandInset label
25813 LatexCommand label
25814 name "subsec:Formatos-referencia-cruzada"
25815
25816 \end_inset
25817
25818
25819 \begin_inset Index idx
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823 Referencias ! Formatos
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Standard
25832 Hay seis variedades de referencias cruzadas:
25833 \end_layout
25834
25835 \begin_layout Description
25836 <referencia>: imprime el número flotante, esta es la opción predeterminada:
25837  
25838 \begin_inset CommandInset ref
25839 LatexCommand ref
25840 reference "fig:Dos-imágenes-distorsionadas"
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Description
25848 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
25849  habitual para referirse a fórmulas, especialmente si se omite el nombre
25850  «Ecuación»: 
25851 \begin_inset CommandInset ref
25852 LatexCommand eqref
25853 reference "eq:Wgn"
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Description
25861 <página>: imprime el número de página: Página
25862 \begin_inset space ~
25863 \end_inset
25864
25865
25866 \begin_inset CommandInset ref
25867 LatexCommand pageref
25868 reference "fig:Dos-imágenes-distorsionadas"
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Description
25876 en
25877 \begin_inset space ~
25878 \end_inset
25879
25880 página
25881 \begin_inset space ~
25882 \end_inset
25883
25884 <página>: imprime el texto «en la página» y el número de página: 
25885 \begin_inset CommandInset ref
25886 LatexCommand vpageref
25887 reference "fig:Dos-imágenes-distorsionadas"
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Description
25895 <referencia>
25896 \begin_inset space ~
25897 \end_inset
25898
25899 en
25900 \begin_inset space ~
25901 \end_inset
25902
25903 página
25904 \begin_inset space ~
25905 \end_inset
25906
25907 <página>: imprime el número flotante, el texto «en la página» y el número
25908  de página: 
25909 \begin_inset CommandInset ref
25910 LatexCommand vref
25911 reference "fig:Dos-imágenes-distorsionadas"
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \begin_layout Description
25919 Referencia
25920 \begin_inset space ~
25921 \end_inset
25922
25923 con
25924 \begin_inset space ~
25925 \end_inset
25926
25927 formato: imprime un formato personalizado.
25928 \begin_inset Newline newline
25929 \end_inset
25930
25931
25932 \begin_inset Note Greyedout
25933 status open
25934
25935 \begin_layout Plain Layout
25936
25937 \series bold
25938 Nota:
25939 \series default
25940  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
25941
25942  
25943 \series bold
25944 prettyref
25945 \series default
25946  o 
25947 \series bold
25948 refstyle
25949 \series default
25950 .
25951 \begin_inset Index idx
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955 \SpecialChar LaTeX
25956 -paquetes ! prettyref
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \begin_inset Index idx
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966 \SpecialChar LaTeX
25967 -paquetes ! refstyle
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \begin_inset Newline newline
25979 \end_inset
25980
25981 Se puede seleccionar el paquete \SpecialChar LaTeX
25982  a usar con esta característica marcando
25983  la opción 
25984 \family sans
25985 Usar refstyle (no prettyref) para las referencias cruzadas
25986 \family default
25987  en el menú 
25988 \family sans
25989 Documento\SpecialChar menuseparator
25990 Configuración\SpecialChar menuseparator
25991 Clase de documento
25992 \family default
25993 .
25994  El formato se especifica añadiendo el comando 
25995 \series bold
25996
25997 \backslash
25998 newrefformat
25999 \series default
26000  (prettyref) o 
26001 \series bold
26002
26003 \backslash
26004 newref
26005 \series default
26006  (refstyle) en el preámbulo del documento.
26007  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
26008  la etiqueta 
26009 \begin_inset Quotes cld
26010 \end_inset
26011
26012
26013 \family sans
26014 fig
26015 \family default
26016
26017 \begin_inset Quotes crd
26018 \end_inset
26019
26020 ) se usa el comando
26021 \begin_inset Newline newline
26022 \end_inset
26023
26024
26025 \series bold
26026
26027 \backslash
26028 newref{fig}{refcmd={Imagen en la página 
26029 \backslash
26030 pageref{#1}}}
26031 \series default
26032
26033 \begin_inset Newline newline
26034 \end_inset
26035
26036 Para más información sobre este formato echa un vistazo a la documentación
26037  de
26038 \begin_inset space ~
26039 \end_inset
26040
26041
26042 \begin_inset CommandInset citation
26043 LatexCommand cite
26044 key "prettyref,refstyle"
26045 literal "true"
26046
26047 \end_inset
26048
26049 .
26050 \begin_inset Newline newline
26051 \end_inset
26052
26053
26054 \lang english
26055 The options 
26056 \family sans
26057 Plural
26058 \family default
26059  and 
26060 \family sans
26061 Capitalized
26062 \family default
26063  are only available if you use the \SpecialChar LaTeX
26064 -package 
26065 \series bold
26066 refstyle
26067 \series default
26068 .
26069  
26070 \family sans
26071 Plural
26072 \family default
26073  adds an 
26074 \emph on
26075 s
26076 \emph default
26077  to the name, e.
26078 \begin_inset space \thinspace{}
26079 \end_inset
26080
26081 g.
26082 \begin_inset space \space{}
26083 \end_inset
26084
26085
26086 \begin_inset Quotes eld
26087 \end_inset
26088
26089 imagens
26090 \begin_inset Quotes erd
26091 \end_inset
26092
26093  and is therefore not useful for Spanish documents; 
26094 \family sans
26095 Capitalized
26096 \family default
26097  outputs the name capitalized, e.
26098 \begin_inset space \thinspace{}
26099 \end_inset
26100
26101 g.
26102 \begin_inset space \space{}
26103 \end_inset
26104
26105
26106 \begin_inset Quotes eld
26107 \end_inset
26108
26109 Imagen
26110 \begin_inset Quotes erd
26111 \end_inset
26112
26113 .
26114 \end_layout
26115
26116 \begin_layout Description
26117 Referencia
26118 \begin_inset space ~
26119 \end_inset
26120
26121 textual: imprime la leyenda de la referencia: 
26122 \begin_inset CommandInset ref
26123 LatexCommand nameref
26124 reference "fig:Dos-imágenes-distorsionadas"
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Description
26132
26133 \lang english
26134 Label
26135 \begin_inset space ~
26136 \end_inset
26137
26138 only: prints only the \SpecialChar LaTeX
26139  label for the reference: 
26140 \lang spanish
26141
26142 \begin_inset CommandInset ref
26143 LatexCommand labelonly
26144 reference "fig:Dos-imágenes-distorsionadas"
26145 plural "false"
26146 caps "false"
26147 noprefix "false"
26148
26149 \end_inset
26150
26151
26152 \lang english
26153
26154 \begin_inset Newline newline
26155 \end_inset
26156
26157 This allows to use the label for commands in \SpecialChar TeX
26158  code.
26159  With the option 
26160 \family sans
26161 No Prefix
26162 \family default
26163  one can omit the prefix of the label name: 
26164 \lang spanish
26165
26166 \begin_inset CommandInset ref
26167 LatexCommand labelonly
26168 reference "fig:Dos-imágenes-distorsionadas"
26169 plural "false"
26170 caps "false"
26171 noprefix "true"
26172
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \begin_layout Standard
26179
26180 \family sans
26181 <página>
26182 \family default
26183
26184 \begin_inset space \thinspace{}
26185 \end_inset
26186
26187  no imprime el número si la etiqueta está en la misma página, en la anterior
26188  o en la siguiente.
26189  En su lugar verás p.
26190 \begin_inset space \thinspace{}
26191 \end_inset
26192
26193 ej.
26194 \begin_inset space ~
26195 \end_inset
26196
26197 el texto «
26198 \family sans
26199 en esta página
26200 \family default
26201 ».
26202  El estilo 
26203 \family sans
26204 <referencia>
26205 \begin_inset space ~
26206 \end_inset
26207
26208 en
26209 \begin_inset space ~
26210 \end_inset
26211
26212 página
26213 \begin_inset space ~
26214 \end_inset
26215
26216 <página> 
26217 \family default
26218 no imprimirá nada sobre la página si la etiqueta está en la misma página.
26219 \end_layout
26220
26221 \begin_layout Standard
26222 El número y página actual de la parte del documento referida es automáticamente
26223  calculado por \SpecialChar LaTeX
26224  en la salida.
26225  Las variedades se ajustan en el campo 
26226 \family sans
26227 Formato
26228 \family default
26229  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset Note Greyedout
26234 status open
26235
26236 \begin_layout Plain Layout
26237
26238 \series bold
26239 Nota: 
26240 \series default
26241 Se recomienda usar el paquete \SpecialChar LaTeX
26242  
26243 \series bold
26244 refstyle
26245 \series default
26246
26247 \begin_inset Index idx
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251 \SpecialChar LaTeX
26252 -paquetes ! refstyle
26253 \end_layout
26254
26255 \end_inset
26256
26257  porque 
26258 \series bold
26259 prettyref
26260 \series default
26261
26262 \begin_inset Index idx
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266 \SpecialChar LaTeX
26267 -paquetes ! prettyref
26268 \end_layout
26269
26270 \end_inset
26271
26272  no reconoce todas las abreviaturas de etiquetas
26273 \begin_inset Foot
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277 \begin_inset Quotes cld
26278 \end_inset
26279
26280 fig:
26281 \begin_inset Quotes crd
26282 \end_inset
26283
26284 , por ejemplo, es la abreviatura en \SpecialChar LyX
26285  para las etiquetas de leyendas de figuras.
26286 \end_layout
26287
26288 \end_inset
26289
26290  posibles en \SpecialChar LyX
26291  y no está internacionalizado.
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Subsection
26300 Designación automática de referencias
26301 \begin_inset Index idx
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305 Referencias ! Designación automática
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \begin_layout Standard
26314 El paquete \SpecialChar LaTeX
26315  
26316 \series bold
26317 hyperref
26318 \series default
26319
26320 \begin_inset Index idx
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324 \SpecialChar LaTeX
26325 -paquetes ! hyperref
26326 \end_layout
26327
26328 \end_inset
26329
26330 , que se habilita en 
26331 \family sans
26332 Propiedades PDF
26333 \family default
26334  del diálogo 
26335 \family sans
26336 Documento\SpecialChar menuseparator
26337 Configuración
26338 \family default
26339 , dispone de una característica muy útil que permite incluir automáticamente
26340  en las referencias cruzadas el nombre de los flotantes referidos (o partes
26341  de texto como 
26342 \emph on
26343 sección
26344 \emph default
26345 ).
26346  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
26347  cada referencia a una figura.
26348  Para usar esta característica habilita el soporte para 
26349 \series bold
26350 hyperref
26351 \series default
26352  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
26353 :
26354 \end_layout
26355
26356 \begin_layout Standard
26357
26358 \series bold
26359
26360 \backslash
26361 AtBeginDocument{
26362 \backslash
26363 renewcommand{
26364 \backslash
26365 ref}[1]{
26366 \backslash
26367 mbox{
26368 \backslash
26369 autoref{#1}}}}
26370 \end_layout
26371
26372 \begin_layout Standard
26373 Si prefieres otros nombres para las referencias distintos de los predeterminados
26374 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
26375  lo siguiente en el preámbulo:
26376 \end_layout
26377
26378 \begin_layout Standard
26379
26380 \series bold
26381
26382 \backslash
26383 addto
26384 \backslash
26385 extrasspanish{
26386 \backslash
26387 renewcommand{
26388 \backslash
26389 sectionautorefname}
26390 \begin_inset Newline newline
26391 \end_inset
26392
26393
26394 \begin_inset Phantom HPhantom
26395 status open
26396
26397 \begin_layout Plain Layout
26398
26399 \series bold
26400 \begin_inset space ~
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \end_inset
26407
26408 {sec.
26409 \backslash
26410 negthinspace}}
26411 \end_layout
26412
26413 \begin_layout Standard
26414 Si estás usando un idioma de documento distinto del español, reemplaza
26415 \begin_inset Newline newline
26416 \end_inset
26417
26418  
26419 \series bold
26420
26421 \backslash
26422 extrasspanish
26423 \series default
26424  por
26425 \series bold
26426  
26427 \backslash
26428 extras***
26429 \series default
26430 , donde *** es el nombre del idioma utilizado.
26431 \end_layout
26432
26433 \begin_layout Standard
26434 Para obtener nombres automáticos pero no para determinados tipos de referencias,
26435  por ejemplo no para ecuaciones, usa este código de preámbulo:
26436 \end_layout
26437
26438 \begin_layout Standard
26439
26440 \series bold
26441
26442 \backslash
26443 addto
26444 \backslash
26445 extrasspanish{
26446 \backslash
26447 renewcommand*{
26448 \backslash
26449 equationautorefname}[1]{}}
26450 \end_layout
26451
26452 \begin_layout Standard
26453 En la documentación de 
26454 \series bold
26455 hyperref
26456 \series default
26457  
26458 \begin_inset CommandInset citation
26459 LatexCommand cite
26460 key "hyperref"
26461 literal "true"
26462
26463 \end_inset
26464
26465  puedes encontrar más información.
26466
26467 \series bold
26468  
26469 \end_layout
26470
26471 \begin_layout Standard
26472 \begin_inset Note Greyedout
26473 status open
26474
26475 \begin_layout Plain Layout
26476
26477 \series bold
26478 Nota:
26479 \series default
26480  La designación automática de referencias no puede usarse en el estilo 
26481 \family sans
26482 Referencia
26483 \begin_inset space ~
26484 \end_inset
26485
26486 con
26487 \begin_inset space ~
26488 \end_inset
26489
26490 formato
26491 \family default
26492 , descrita en la sección
26493 \begin_inset space ~
26494 \end_inset
26495
26496
26497 \begin_inset CommandInset ref
26498 LatexCommand ref
26499 reference "subsec:Formatos-referencia-cruzada"
26500
26501 \end_inset
26502
26503 .
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Standard
26512 El manual 
26513 \emph on
26514 Ecuaciones
26515 \emph default
26516  es un ejemplo de documento en el que se ha utilizado designación automática
26517  de referencias.
26518 \end_layout
26519
26520 \begin_layout Subsection
26521 Colocación de referencias
26522 \begin_inset CommandInset label
26523 LatexCommand label
26524 name "subsec:Colocación-de-Referencias"
26525
26526 \end_inset
26527
26528
26529 \begin_inset Index idx
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533 Referencias ! Colocación
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \begin_layout Standard
26542 Si usas 
26543 \series bold
26544 hyperref
26545 \series default
26546
26547 \begin_inset Index idx
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551 \SpecialChar LaTeX
26552 -paquetes ! hyperref
26553 \end_layout
26554
26555 \end_inset
26556
26557 , en las 
26558 \family sans
26559 Preferencias PDF 
26560 \family default
26561 del diálogo 
26562 \family sans
26563 Documento\SpecialChar menuseparator
26564 Configuración
26565 \family default
26566 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
26567  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
26568  La leyenda será la primera parte del texto en pantalla, de forma que para
26569  ver la imagen debes deslizar.
26570  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
26571  Usando el paquete 
26572 \series bold
26573 hypcap
26574 \series default
26575
26576 \begin_inset Index idx
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580 \SpecialChar LaTeX
26581 -paquetes ! hypcap
26582 \end_layout
26583
26584 \end_inset
26585
26586 , que forma parte del paquete \SpecialChar LaTeX
26587  
26588 \series bold
26589 oberdiek
26590 \series default
26591
26592 \begin_inset Index idx
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596 \SpecialChar LaTeX
26597 -paquetes ! oberdiek
26598 \end_layout
26599
26600 \end_inset
26601
26602 , el ancla de enlace se sitúa al comienzo de un flotante.
26603  Para usar esta característica para figuras flotantes carga 
26604 \series bold
26605 hypcap
26606 \series default
26607  en el preámbulo con
26608 \end_layout
26609
26610 \begin_layout Standard
26611
26612 \series bold
26613
26614 \backslash
26615 usepackage[figure]{hypcap}
26616 \end_layout
26617
26618 \begin_layout Standard
26619 Puedes usar 
26620 \series bold
26621 hypcap
26622 \series default
26623  para todos los flotantes aunque no se recomienda por razones de estabilidad.
26624  Más información en el manual de 
26625 \series bold
26626 hypcap
26627 \series default
26628  
26629 \begin_inset CommandInset citation
26630 LatexCommand cite
26631 key "hypcap"
26632 literal "true"
26633
26634 \end_inset
26635
26636 .
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset Note Greyedout
26641 status open
26642
26643 \begin_layout Plain Layout
26644
26645 \series bold
26646 Nota:
26647 \series default
26648  
26649 \series bold
26650 hypcap
26651 \series default
26652  no funciona para las referencias a subfiguras.
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \begin_layout Section
26661 Colocación de flotantes
26662 \begin_inset CommandInset label
26663 LatexCommand label
26664 name "sec:Colocación-de-Flotantes"
26665
26666 \end_inset
26667
26668
26669 \begin_inset Index idx
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673 Flotantes ! Colocación
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \begin_layout Standard
26682 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
26683  
26684 \family sans
26685 Configuración
26686 \family default
26687 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
26688  para situar
26689  los flotantes.
26690 \begin_inset Newline newline
26691 \end_inset
26692
26693 La opción 
26694 \family sans
26695 Extender
26696 \begin_inset space ~
26697 \end_inset
26698
26699 columnas
26700 \family default
26701  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
26702  abarcará ambas columnas en lugar de una sola.
26703 \begin_inset Newline newline
26704 \end_inset
26705
26706 La opción 
26707 \family sans
26708 Girar
26709 \begin_inset space ~
26710 \end_inset
26711
26712 a
26713 \begin_inset space ~
26714 \end_inset
26715
26716 un
26717 \begin_inset space ~
26718 \end_inset
26719
26720 lado
26721 \family default
26722  sirve para girar flotantes, véase sección
26723 \begin_inset space ~
26724 \end_inset
26725
26726
26727 \begin_inset CommandInset ref
26728 LatexCommand ref
26729 reference "sec:Rotación-de-Flotantes"
26730
26731 \end_inset
26732
26733 .
26734  
26735 \end_layout
26736
26737 \begin_layout Standard
26738 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
26739  la posición de un flotante si desmarcas la opción 
26740 \family sans
26741 Usar
26742 \begin_inset space ~
26743 \end_inset
26744
26745 ubicación
26746 \begin_inset space ~
26747 \end_inset
26748
26749 predeterminada
26750 \family default
26751 :
26752 \end_layout
26753
26754 \begin_layout Description
26755
26756 \family sans
26757 \series bold
26758 Aquí
26759 \begin_inset space ~
26760 \end_inset
26761
26762 si
26763 \begin_inset space ~
26764 \end_inset
26765
26766 es
26767 \begin_inset space ~
26768 \end_inset
26769
26770 posible
26771 \family default
26772 \series default
26773  intenta situar el flotante en la posición en la que se inserta
26774 \end_layout
26775
26776 \begin_layout Description
26777
26778 \family sans
26779 \series bold
26780 Principio
26781 \begin_inset space ~
26782 \end_inset
26783
26784 de
26785 \begin_inset space ~
26786 \end_inset
26787
26788 página
26789 \family default
26790 \series default
26791  intenta situar el flotante al principio de la página actual
26792 \end_layout
26793
26794 \begin_layout Description
26795
26796 \family sans
26797 \series bold
26798 Fin
26799 \begin_inset space ~
26800 \end_inset
26801
26802 de
26803 \begin_inset space ~
26804 \end_inset
26805
26806 página
26807 \family default
26808 \series default
26809  intenta situar el flotante al final de la página actual
26810 \end_layout
26811
26812 \begin_layout Description
26813
26814 \family sans
26815 \series bold
26816 Página
26817 \begin_inset space ~
26818 \end_inset
26819
26820 de
26821 \begin_inset space ~
26822 \end_inset
26823
26824 flotantes
26825 \family default
26826 \series default
26827  intenta situar el flotante en una página propia 
26828 \end_layout
26829
26830 \begin_layout Standard
26831 \SpecialChar LaTeX
26832  usa 
26833 \emph on
26834 siempre
26835 \emph default
26836  ese orden de opciones.
26837  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
26838  probará en primer
26839  lugar 
26840 \family sans
26841 Aquí
26842 \begin_inset space ~
26843 \end_inset
26844
26845 si
26846 \begin_inset space ~
26847 \end_inset
26848
26849 es
26850 \begin_inset space ~
26851 \end_inset
26852
26853 posible
26854 \family default
26855 , luego 
26856 \family sans
26857 Principio
26858 \begin_inset space ~
26859 \end_inset
26860
26861 de
26862 \begin_inset space ~
26863 \end_inset
26864
26865 página
26866 \family default
26867 , y después las otras.
26868  Si no usas la predeterminada, \SpecialChar LaTeX
26869  sólo probará las opciones marcadas pero
26870  en dicho orden.
26871  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
26872  pero intenta poner el flotante en la página siguiente.
26873 \end_layout
26874
26875 \begin_layout Standard
26876 De forma predeterminada cada una de las opciones tiene sus propias reglas:
26877 \end_layout
26878
26879 \begin_layout Labeling
26880 \labelwidthstring 00.00.0000
26881
26882 \family sans
26883 Principio
26884 \begin_inset space ~
26885 \end_inset
26886
26887 de
26888 \begin_inset space ~
26889 \end_inset
26890
26891 página:
26892 \family default
26893  sólo si el flotante ocupa menos del 70
26894 \begin_inset space \thinspace{}
26895 \end_inset
26896
26897 % de la página puede ubicarse al principio de página (
26898 \series bold
26899
26900 \backslash
26901 topfraction
26902 \series default
26903 )
26904 \end_layout
26905
26906 \begin_layout Labeling
26907 \labelwidthstring 00.00.0000
26908
26909 \family sans
26910 Fin
26911 \begin_inset space ~
26912 \end_inset
26913
26914 de
26915 \begin_inset space ~
26916 \end_inset
26917
26918 página:
26919 \family default
26920  sólo si el flotante ocupa menos del 30
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 % de la página puede ubicarse al fin de página.
26925  (
26926 \series bold
26927
26928 \backslash
26929 bottomfraction
26930 \series default
26931 )
26932 \end_layout
26933
26934 \begin_layout Labeling
26935 \labelwidthstring 00.00.0000
26936
26937 \family sans
26938 Página
26939 \begin_inset space ~
26940 \end_inset
26941
26942 de
26943 \begin_inset space ~
26944 \end_inset
26945
26946 flotantes:
26947 \family default
26948  sólo si más del 50
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 % de la página se ocupa por flotantes puede haber varios juntos en la misma
26953  página.
26954  (
26955 \series bold
26956
26957 \backslash
26958 floatpagefraction
26959 \series default
26960 )
26961 \end_layout
26962
26963 \begin_layout Standard
26964 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
26965  
26966 \family sans
26967 Ignorar
26968 \begin_inset space ~
26969 \end_inset
26970
26971 reglas
26972 \begin_inset space ~
26973 \end_inset
26974
26975 de
26976 \begin_inset space ~
26977 \end_inset
26978
26979 \SpecialChar LaTeX
26980
26981 \family default
26982 .
26983 \begin_inset Newline newline
26984 \end_inset
26985
26986 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
26987  que van entre paréntesis
26988  tras la descripción de las reglas anteriores.
26989  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
26990  la regla 
26991 \family sans
26992 Fin
26993 \family default
26994
26995 \begin_inset space ~
26996 \end_inset
26997
26998
26999 \family sans
27000 de
27001 \family default
27002
27003 \begin_inset space ~
27004 \end_inset
27005
27006
27007 \family sans
27008 página
27009 \family default
27010  al 50
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014 %, añade esta línea en el preámbulo:
27015 \end_layout
27016
27017 \begin_layout Standard
27018
27019 \series bold
27020
27021 \backslash
27022 renewcommand{
27023 \backslash
27024 bottomfraction}{0.5}
27025 \end_layout
27026
27027 \begin_layout Standard
27028 En determinados casos podrías necesitar ubicar un flotante exactamente en
27029  la posición en la que se inserta.
27030  Para esto puedes usar la opción 
27031 \family sans
27032 Aquí
27033 \begin_inset space ~
27034 \end_inset
27035
27036 definitivamente
27037 \family default
27038 .
27039  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
27040  porque el flotante ya no podrá «flotar» y si haces cambios al documento
27041  se podría estropear el diseño de la página.
27042 \end_layout
27043
27044 \begin_layout Standard
27045 No hay opciones de ubicación para envoltorios flotantes porque siempre están
27046  rodeados por texto de un párrafo determinado.
27047 \begin_inset VSpace bigskip
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Standard
27054 A veces surge el problema de que un flotante se sitúa al principio de la
27055  página mientras que su sección correspondiente empieza en mitad de la página,
27056  así que el lector podría creer que el flotante forma parte de la sección
27057  anterior.
27058  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
27059  
27060 \series bold
27061
27062 \backslash
27063 suppressfloats
27064 \series default
27065 , que suprime la ubicación de un flotante dado en la página donde se inserta
27066  y además puede servir para evitar que el flotante se coloque antes del
27067  inicio de sección.
27068  Para ello, añade estos comandos al preámbulo:
27069 \end_layout
27070
27071 \begin_layout Standard
27072
27073 \series bold
27074
27075 \backslash
27076 let
27077 \backslash
27078 mySection
27079 \backslash
27080 section
27081 \begin_inset Newline newline
27082 \end_inset
27083
27084
27085 \backslash
27086 renewcommand{
27087 \backslash
27088 section}{
27089 \backslash
27090 suppressfloats[t]
27091 \backslash
27092 mySection}
27093 \end_layout
27094
27095 \begin_layout Standard
27096 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
27097  subsecciones.
27098  No es recomendable para partes pequeñas de texto como subsubsecciones porque
27099  \SpecialChar LaTeX
27100  podría tener problemas para encontrar una ubicación adecuada.
27101 \end_layout
27102
27103 \begin_layout Standard
27104 \begin_inset VSpace bigskip
27105 \end_inset
27106
27107 En ciertos casos se quieren tener todas las figuras/cuadros al final del
27108  documento.
27109  Para estos casos está el paquete \SpecialChar LaTeX
27110  
27111 \series bold
27112 endfloat
27113 \series default
27114
27115 \begin_inset Index idx
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 \SpecialChar LaTeX
27120 -paquetes ! endfloat
27121 \end_layout
27122
27123 \end_inset
27124
27125 .
27126  Pone todas las figuras y cuadros flotantes al final del documento en secciones
27127  propias.
27128  En la posición original del flotante se inserta una indicación como «
27129 \family sans
27130 [Figure
27131 \begin_inset space ~
27132 \end_inset
27133
27134 3.2 about here.]
27135 \family default
27136 ».
27137  El paquete 
27138 \series bold
27139 endfloat
27140 \series default
27141  se carga en el preámbulo con la línea
27142 \end_layout
27143
27144 \begin_layout Standard
27145
27146 \series bold
27147
27148 \backslash
27149 usepackage[options]{endfloat}
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
27154  Para más información véase la documentación 
27155 \begin_inset CommandInset citation
27156 LatexCommand cite
27157 key "endfloat"
27158 literal "true"
27159
27160 \end_inset
27161
27162 .
27163 \begin_inset Newline newline
27164 \end_inset
27165
27166
27167 \begin_inset Note Greyedout
27168 status open
27169
27170 \begin_layout Plain Layout
27171
27172 \series bold
27173 Nota: endfloat
27174 \series default
27175  no traduce automáticamente la indicación, hay que hacerlo manualmente,
27176  véase sección
27177 \begin_inset space ~
27178 \end_inset
27179
27180 4 en 
27181 \begin_inset CommandInset citation
27182 LatexCommand cite
27183 key "endfloat"
27184 literal "true"
27185
27186 \end_inset
27187
27188 .
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \begin_inset Newline newline
27195 \end_inset
27196
27197
27198 \begin_inset Note Greyedout
27199 status open
27200
27201 \begin_layout Plain Layout
27202
27203 \series bold
27204 Nota:
27205 \series default
27206  Actualmente hay un error en 
27207 \series bold
27208 endfloat
27209 \series default
27210  cuando la leyenda contiene el carácter alemán «ß».
27211  Usa en ese caso el comando «
27212 \series bold
27213
27214 \backslash
27215 ss
27216 \series default
27217 » en código \SpecialChar TeX
27218  en vez de «ß».
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Standard
27227 \begin_inset VSpace bigskip
27228 \end_inset
27229
27230 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
27231  como 
27232 \begin_inset CommandInset citation
27233 LatexCommand cite
27234 key "latexcompanion,latexguide,latexbook"
27235 literal "true"
27236
27237 \end_inset
27238
27239 .
27240 \end_layout
27241
27242 \begin_layout Section
27243 Rotación de flotantes
27244 \begin_inset CommandInset label
27245 LatexCommand label
27246 name "sec:Rotación-de-Flotantes"
27247
27248 \end_inset
27249
27250
27251 \begin_inset Index idx
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255 Flotantes ! Rotación
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \begin_layout Standard
27264 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
27265  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
27266  la opción 
27267 \family sans
27268 Girar
27269 \begin_inset space ~
27270 \end_inset
27271
27272 a
27273 \begin_inset space ~
27274 \end_inset
27275
27276 un
27277 \begin_inset space ~
27278 \end_inset
27279
27280 lado
27281 \family default
27282 .
27283 \end_layout
27284
27285 \begin_layout Standard
27286 Los flotantes girados son puestos siempre en su propia página (o columna
27287  si el documento es de dos columnas).
27288  Se les puede permitir abarcar varias columnas con la opción de configuración
27289  
27290 \family sans
27291 Extender
27292 \begin_inset space ~
27293 \end_inset
27294
27295 columnas
27296 \family default
27297 .
27298  Se rotan de forma que puedes leerlos desde el margen externo.
27299  Para forzar determinada dirección de rotación para todas las páginas, puedes
27300  añadir una de las opciones 
27301 \series bold
27302 figuresleft
27303 \series default
27304  o 
27305 \series bold
27306 figuresright
27307 \series default
27308  a las opciones de clase del documento.
27309 \end_layout
27310
27311 \begin_layout Standard
27312 Los flotantes girados se refieren igual que los normales, y el formato de
27313  la leyenda también es el mismo: un ejemplo es el cuadro
27314 \begin_inset space ~
27315 \end_inset
27316
27317
27318 \begin_inset CommandInset ref
27319 LatexCommand ref
27320 reference "tab:Cuadro-girado"
27321
27322 \end_inset
27323
27324 .
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \begin_inset Note Greyedout
27329 status open
27330
27331 \begin_layout Plain Layout
27332
27333 \series bold
27334 Nota:
27335 \series default
27336  No todos los visores DVI pueden mostrar cuadros girados.
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Standard
27345 \begin_inset Float table
27346 wide false
27347 sideways true
27348 status open
27349
27350 \begin_layout Plain Layout
27351 \begin_inset Caption Standard
27352
27353 \begin_layout Plain Layout
27354 \begin_inset CommandInset label
27355 LatexCommand label
27356 name "tab:Cuadro-girado"
27357
27358 \end_inset
27359
27360 Cuadro girado
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Plain Layout
27369 \align center
27370 \begin_inset Tabular
27371 <lyxtabular version="3" rows="1" columns="5">
27372 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
27378 <row>
27379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383 test
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Plain Layout
27392 b
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Plain Layout
27401 c
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Plain Layout
27410 d
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 e
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 </lyxtabular>
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Section
27438 Subflotantes
27439 \begin_inset Index idx
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 Flotantes ! Subflotantes
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
27453  imágenes.
27454  Se crean insertando un flotante dentro de otro.
27455  La colocación de los subflotantes puede controlarse como si fueran párrafos,
27456  como se muestra en los cuadros
27457 \begin_inset space ~
27458 \end_inset
27459
27460
27461 \begin_inset CommandInset ref
27462 LatexCommand ref
27463 reference "tab:Dos-subcuadros-adosados"
27464
27465 \end_inset
27466
27467  y
27468 \begin_inset space ~
27469 \end_inset
27470
27471
27472 \begin_inset CommandInset ref
27473 LatexCommand ref
27474 reference "tab:Dos-subcuadros-uno-sobre"
27475
27476 \end_inset
27477
27478 .
27479 \end_layout
27480
27481 \begin_layout Standard
27482 Las referencias a subflotantes funcionan como en los flotantes normales:
27483  el cuadro
27484 \begin_inset space ~
27485 \end_inset
27486
27487
27488 \begin_inset CommandInset ref
27489 LatexCommand ref
27490 reference "tab:Este-es-el-subcuadro-a"
27491
27492 \end_inset
27493
27494  y el cuadro
27495 \begin_inset space ~
27496 \end_inset
27497
27498
27499 \begin_inset CommandInset ref
27500 LatexCommand ref
27501 reference "tab:Este-es-el-subcuadro-b"
27502
27503 \end_inset
27504
27505  son subcuadros del cuadro
27506 \begin_inset space ~
27507 \end_inset
27508
27509
27510 \begin_inset CommandInset ref
27511 LatexCommand ref
27512 reference "tab:Dos-subcuadros-adosados"
27513
27514 \end_inset
27515
27516 .
27517 \end_layout
27518
27519 \begin_layout Standard
27520 \begin_inset Float table
27521 wide false
27522 sideways false
27523 status open
27524
27525 \begin_layout Plain Layout
27526 \begin_inset Caption Standard
27527
27528 \begin_layout Plain Layout
27529 \begin_inset CommandInset label
27530 LatexCommand label
27531 name "tab:Dos-subcuadros-adosados"
27532
27533 \end_inset
27534
27535 Dos subcuadros adosados
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Plain Layout
27544 \begin_inset space \hfill{}
27545 \end_inset
27546
27547
27548 \begin_inset Float table
27549 wide false
27550 sideways false
27551 status open
27552
27553 \begin_layout Plain Layout
27554 \begin_inset Caption Standard
27555
27556 \begin_layout Plain Layout
27557 \begin_inset CommandInset label
27558 LatexCommand label
27559 name "tab:Este-es-el-subcuadro-a"
27560
27561 \end_inset
27562
27563 Este es el subcuadro a
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \begin_layout Plain Layout
27572 \align center
27573 \begin_inset Tabular
27574 <lyxtabular version="3" rows="1" columns="5">
27575 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
27581 <row>
27582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Plain Layout
27586 test 
27587 \end_layout
27588
27589 \end_inset
27590 </cell>
27591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595 b
27596 \end_layout
27597
27598 \end_inset
27599 </cell>
27600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Plain Layout
27604 c
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613 d
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 e
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 </row>
27628 </lyxtabular>
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \begin_inset space \hfill{}
27639 \end_inset
27640
27641
27642 \begin_inset Float table
27643 wide false
27644 sideways false
27645 status open
27646
27647 \begin_layout Plain Layout
27648 \begin_inset Caption Standard
27649
27650 \begin_layout Plain Layout
27651 \begin_inset CommandInset label
27652 LatexCommand label
27653 name "tab:Este-es-el-subcuadro-b"
27654
27655 \end_inset
27656
27657 Esta es la subtabla b
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Plain Layout
27666 \align center
27667 \begin_inset Tabular
27668 <lyxtabular version="3" rows="1" columns="5">
27669 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
27675 <row>
27676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Plain Layout
27680 e
27681 \end_layout
27682
27683 \end_inset
27684 </cell>
27685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689 d
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698 c
27699 \end_layout
27700
27701 \end_inset
27702 </cell>
27703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707 b
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716 test
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 </row>
27722 </lyxtabular>
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \begin_inset space \hfill{}
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Standard
27744 \begin_inset Float table
27745 wide false
27746 sideways false
27747 status open
27748
27749 \begin_layout Plain Layout
27750 \begin_inset Caption Standard
27751
27752 \begin_layout Plain Layout
27753 \begin_inset CommandInset label
27754 LatexCommand label
27755 name "tab:Dos-subcuadros-uno-sobre"
27756
27757 \end_inset
27758
27759 Dos subcuadros colocados uno sobre otro.
27760  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Plain Layout
27769 \noindent
27770 \align center
27771 \begin_inset Float table
27772 wide false
27773 sideways false
27774 status open
27775
27776 \begin_layout Plain Layout
27777 \begin_inset Caption Standard
27778
27779 \begin_layout Plain Layout
27780
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Plain Layout
27789 \align center
27790 \begin_inset Tabular
27791 <lyxtabular version="3" rows="1" columns="4">
27792 <features tabularvalignment="middle">
27793 <column alignment="center" valignment="top">
27794 <column alignment="center" valignment="top">
27795 <column alignment="center" valignment="top">
27796 <column alignment="center" valignment="top">
27797 <row>
27798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 test
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 test
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 test
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 test
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 </row>
27835 </lyxtabular>
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Plain Layout
27848 \align center
27849 \begin_inset Float table
27850 wide false
27851 sideways false
27852 status open
27853
27854 \begin_layout Plain Layout
27855 \begin_inset Caption Standard
27856
27857 \begin_layout Plain Layout
27858
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Plain Layout
27867 \align center
27868 \begin_inset Tabular
27869 <lyxtabular version="3" rows="1" columns="5">
27870 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
27876 <row>
27877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 a
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 b
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 c
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 d
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 e
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 </row>
27923 </lyxtabular>
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Section
27941 Flotantes adosados
27942 \begin_inset Index idx
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 Flotantes ! Adosados
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Standard
27955 Para colocar flotantes unos junto a otros, como en la figura
27956 \begin_inset space ~
27957 \end_inset
27958
27959
27960 \begin_inset CommandInset ref
27961 LatexCommand ref
27962 reference "fig:Flotante-izquierda"
27963
27964 \end_inset
27965
27966  y 
27967 \begin_inset CommandInset ref
27968 LatexCommand ref
27969 reference "fig:Flotante-derecha"
27970
27971 \end_inset
27972
27973 , se pone 
27974 \emph on
27975 un
27976 \emph default
27977  solo flotante.
27978  En él se insertan dos cuadros tipo minipágina.
27979 \begin_inset Foot
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 Las minipáginas se explican en la sección
27984 \begin_inset space ~
27985 \end_inset
27986
27987
27988 \begin_inset CommandInset ref
27989 LatexCommand ref
27990 reference "sec:Minipáginas"
27991
27992 \end_inset
27993
27994 .
27995 \end_layout
27996
27997 \end_inset
27998
27999  La anchura de la columna se establece en 45-50
28000 \begin_inset space \thinspace{}
28001 \end_inset
28002
28003 % y la alineación en 
28004 \family sans
28005 Inferior
28006 \family default
28007  para cada minipágina.
28008  Las minipáginas contienen la imagen y su título, de igual forma que en
28009  los flotantes.
28010  La única diferencia es que el 
28011 \family sans
28012 Ancho
28013 \begin_inset space ~
28014 \end_inset
28015
28016 de
28017 \begin_inset space ~
28018 \end_inset
28019
28020 columna
28021 \begin_inset space ~
28022 \end_inset
28023
28024 %
28025 \family default
28026  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
28027 \end_layout
28028
28029 \begin_layout Standard
28030 \begin_inset Float figure
28031 placement h
28032 wide false
28033 sideways false
28034 status open
28035
28036 \begin_layout Plain Layout
28037 \begin_inset Box Frameless
28038 position "b"
28039 hor_pos "c"
28040 has_inner_box 1
28041 inner_pos "t"
28042 use_parbox 0
28043 use_makebox 0
28044 width "45col%"
28045 special "none"
28046 height "1in"
28047 height_special "totalheight"
28048 thickness "0.4pt"
28049 separation "3pt"
28050 shadowsize "4pt"
28051 framecolor "black"
28052 backgroundcolor "none"
28053 status open
28054
28055 \begin_layout Plain Layout
28056 \align center
28057 \begin_inset Graphics
28058         filename ../clipart/2D-intensity-plot.pdf
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/Star-structure.pdf
28114         width 100col%
28115         scaleBeforeRotation
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123 \begin_inset Caption Standard
28124
28125 \begin_layout Plain Layout
28126 \begin_inset CommandInset label
28127 LatexCommand label
28128 name "fig:Flotante-derecha"
28129
28130 \end_inset
28131
28132 Flotante en el lado derecho.
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 Una solución alternativa más simple es usar el módulo 
28152 \family sans
28153 Minipáginas
28154 \begin_inset space ~
28155 \end_inset
28156
28157 ancho
28158 \begin_inset space ~
28159 \end_inset
28160
28161 variable
28162 \family default
28163 , véase la sección
28164 \begin_inset space \thinspace{}
28165 \end_inset
28166
28167
28168 \begin_inset CommandInset ref
28169 LatexCommand ref
28170 reference "sec:Minipáginas"
28171
28172 \end_inset
28173
28174 .
28175  Las minipáginas de anchura variable se adaptan automáticamente a la anchura
28176  de figuras y cuadros.
28177  No requieren una anchura explícita y mejoran la alineación horizontal del
28178  contenido.
28179  El archivo de ejemplo \SpecialChar LyX
28180  
28181 \emph on
28182 varwidth-floats-side-by-side
28183 \emph default
28184  da ejemplos de cómo hacer esto.
28185 \end_layout
28186
28187 \begin_layout Section
28188 Formato de las leyendas
28189 \begin_inset Index idx
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 Leyendas ! Formato
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Index idx
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Flotantes ! Formato de las leyendas
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \begin_inset CommandInset label
28210 LatexCommand label
28211 name "sec:Formato-de-leyendas"
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Standard
28219 El entorno 
28220 \family sans
28221 Leyenda
28222 \family default
28223  es el predeterminado para los 
28224 \family sans
28225 Flotantes
28226 \family default
28227 .
28228  En \SpecialChar LyX
28229  las leyendas se muestran como etiqueta, p.
28230 \begin_inset space \thinspace{}
28231 \end_inset
28232
28233 e.
28234 \begin_inset space ~
28235 \end_inset
28236
28237 «
28238 \family sans
28239 Figura #
28240 \family default
28241 :» seguida por el texto.
28242  «#» es el número real de referencia.
28243  Por omisión la etiqueta y el número usan la misma tipografía que el texto
28244  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
28245  del texto.
28246  El entorno leyenda no es apropiado para todos los tipos de documento.
28247  
28248 \end_layout
28249
28250 \begin_layout Standard
28251 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
28252  
28253 \series bold
28254 caption
28255 \series default
28256
28257 \begin_inset Index idx
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261 \SpecialChar LaTeX
28262 -paquetes ! caption
28263 \end_layout
28264
28265 \end_inset
28266
28267  en el preámbulo del documento con la línea:
28268 \end_layout
28269
28270 \begin_layout Standard
28271
28272 \series bold
28273
28274 \backslash
28275 usepackage[definición de formato]{caption}
28276 \end_layout
28277
28278 \begin_layout Standard
28279 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
28280  las leyendas de cuadro siempre sobre él como en este documento, usa el
28281  comando:
28282 \end_layout
28283
28284 \begin_layout Standard
28285
28286 \series bold
28287
28288 \backslash
28289 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28290 \end_layout
28291
28292 \begin_layout Standard
28293 También puedes definir distintos formatos de leyenda para los distintos
28294  tipos de flotantes.
28295  En ese caso carga el paquete 
28296 \series bold
28297 caption
28298 \series default
28299  sin opciones específicas y define los distintos formatos con ayuda del
28300  comando
28301 \end_layout
28302
28303 \begin_layout Standard
28304
28305 \series bold
28306
28307 \backslash
28308 captionsetup[tipo de flotante]{definición de formato}
28309 \end_layout
28310
28311 \begin_layout Standard
28312 en el preámbulo del documento.
28313  Por ejemplo las leyendas de la Figura
28314 \begin_inset space ~
28315 \end_inset
28316
28317
28318 \begin_inset CommandInset ref
28319 LatexCommand ref
28320 reference "fig:Esto-es-una-fig"
28321
28322 \end_inset
28323
28324  y el cuadro
28325 \begin_inset space ~
28326 \end_inset
28327
28328
28329 \begin_inset CommandInset ref
28330 LatexCommand ref
28331 reference "tab:Esto-es-un-cuadro"
28332
28333 \end_inset
28334
28335  pueden crearse usando los siguientes comandos en el preámbulo:
28336 \end_layout
28337
28338 \begin_layout Standard
28339
28340 \series bold
28341
28342 \backslash
28343 usepackage[tableposition=top]{caption}
28344 \series default
28345
28346 \begin_inset Newline newline
28347 \end_inset
28348
28349
28350 \series bold
28351
28352 \backslash
28353 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28354 \begin_inset Newline newline
28355 \end_inset
28356
28357
28358 \begin_inset Phantom HPhantom
28359 status open
28360
28361 \begin_layout Plain Layout
28362
28363 \series bold
28364
28365 \backslash
28366 captionsetup[figure]{
28367 \end_layout
28368
28369 \end_inset
28370
28371 labelsep=period}
28372 \begin_inset Newline newline
28373 \end_inset
28374
28375
28376 \backslash
28377 captionsetup[table]{labelfont={bf,sf}}
28378 \end_layout
28379
28380 \begin_layout Standard
28381 \begin_inset Note Greyedout
28382 status open
28383
28384 \begin_layout Plain Layout
28385
28386 \series bold
28387 Nota: 
28388 \series default
28389 La opción 
28390 \series bold
28391 tableposition=top
28392 \series default
28393  no tiene efecto si se usa una clase de documento 
28394 \series bold
28395 KOMA-Script
28396 \series default
28397 .
28398  En este caso debe utilizarse la opción de clase de documento 
28399 \series bold
28400 captions=tableheading
28401 \series default
28402 .
28403  
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Standard
28412 Para más información sobre el paquete 
28413 \series bold
28414 caption
28415 \series default
28416  acude a su documentación 
28417 \begin_inset CommandInset citation
28418 LatexCommand cite
28419 key "caption"
28420 literal "true"
28421
28422 \end_inset
28423
28424 .
28425 \end_layout
28426
28427 \begin_layout Standard
28428 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
28429 \begin_inset space \thinspace{}
28430 \end_inset
28431
28432 e., usa el siguiente comando de preámbulo:
28433 \end_layout
28434
28435 \begin_layout Standard
28436
28437 \series bold
28438
28439 \backslash
28440 renewcommand{
28441 \backslash
28442 fnum@figure}{Imagen~
28443 \backslash
28444 thefigure}
28445 \end_layout
28446
28447 \begin_layout Standard
28448 donde 
28449 \series bold
28450
28451 \backslash
28452 thefigure
28453 \series default
28454  inserta el número de figura y «~» genera un espacio protegido.
28455
28456 \series bold
28457  
28458 \end_layout
28459
28460 \begin_layout Standard
28461 \begin_inset VSpace bigskip
28462 \end_inset
28463
28464 Si estás usando una clase de documento 
28465 \series bold
28466 KOMA-Script
28467 \series default
28468
28469 \begin_inset Index idx
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473 \SpecialChar LaTeX
28474 -paquetes ! KOMA-Script
28475 \end_layout
28476
28477 \end_inset
28478
28479  (
28480 \family sans
28481 article (KOMA-Script)
28482 \family default
28483
28484 \family sans
28485 book (KOMA-Script)
28486 \family default
28487
28488 \family sans
28489 letter (KOMA-Script)
28490 \family default
28491 , o 
28492 \family sans
28493 report (KOMA-Script)
28494 \family default
28495
28496 \begin_inset space \thinspace{}
28497 \end_inset
28498
28499 ), puedes emplear en vez del paquete 
28500 \series bold
28501 caption
28502 \series default
28503  el comando 
28504 \series bold
28505
28506 \backslash
28507 setkomafont
28508 \series default
28509  incluido en 
28510 \series bold
28511 KOMA-Script
28512 \series default
28513 .
28514  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
28515  comando en el preámbulo del documento:
28516 \end_layout
28517
28518 \begin_layout Standard
28519
28520 \series bold
28521
28522 \backslash
28523 setkomafont{captionlabel}{
28524 \backslash
28525 bfseries}
28526 \end_layout
28527
28528 \begin_layout Standard
28529 Más información sobre 
28530 \series bold
28531
28532 \backslash
28533 setkomafont
28534 \series default
28535  en la documentación de 
28536 \series bold
28537 KOMA-Script
28538 \series default
28539  
28540 \begin_inset CommandInset citation
28541 LatexCommand cite
28542 key "KOMA-Script"
28543 literal "true"
28544
28545 \end_inset
28546
28547 .
28548 \end_layout
28549
28550 \begin_layout Standard
28551 \begin_inset ERT
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555
28556
28557 \backslash
28558 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28559 }
28560 \end_layout
28561
28562 \end_inset
28563
28564
28565 \begin_inset Note Note
28566 status collapsed
28567
28568 \begin_layout Plain Layout
28569 El formato de la leyenda se ha cambiado sólo para este ejemplo.
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Standard
28578 \begin_inset Float figure
28579 placement !p
28580 wide false
28581 sideways false
28582 status open
28583
28584 \begin_layout Plain Layout
28585 \align center
28586 \begin_inset Graphics
28587         filename ../clipart/2D-intensity-plot.pdf
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Plain Layout
28595 \begin_inset Caption Standard
28596
28597 \begin_layout Plain Layout
28598 \begin_inset CommandInset label
28599 LatexCommand label
28600 name "fig:Esto-es-una-fig"
28601
28602 \end_inset
28603
28604
28605 \begin_inset Argument 1
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 Figura con leyenda muy larga
28610 \end_layout
28611
28612 \end_inset
28613
28614 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
28615  el formato diferente.
28616  Aquí se usa una leyenda personalizada.
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635
28636 \backslash
28637 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28638 on}
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 \begin_inset Float table
28648 placement !p
28649 wide false
28650 sideways false
28651 status open
28652
28653 \begin_layout Plain Layout
28654 \begin_inset Caption Standard
28655
28656 \begin_layout Plain Layout
28657 \begin_inset CommandInset label
28658 LatexCommand label
28659 name "tab:Esto-es-un-cuadro"
28660
28661 \end_inset
28662
28663
28664 \begin_inset Argument 1
28665 status collapsed
28666
28667 \begin_layout Plain Layout
28668 Cuadro con leyenda muy larga
28669 \end_layout
28670
28671 \end_inset
28672
28673 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
28674  el formato diferente.
28675  Aquí se usa el formato de leyenda estándar para los cuadros.
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Plain Layout
28684 \align center
28685 \begin_inset Tabular
28686 <lyxtabular version="3" rows="1" columns="5">
28687 <features tabularvalignment="middle">
28688 <column alignment="center" valignment="top">
28689 <column alignment="center" valignment="top">
28690 <column alignment="center" valignment="top">
28691 <column alignment="center" valignment="top">
28692 <column alignment="center" valignment="top">
28693 <row>
28694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 a
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 b
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716 c
28717 \end_layout
28718
28719 \end_inset
28720 </cell>
28721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28722 \begin_inset Text
28723
28724 \begin_layout Plain Layout
28725 d
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28731 \begin_inset Text
28732
28733 \begin_layout Plain Layout
28734 e
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 </row>
28740 </lyxtabular>
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Section
28753 Colocación de leyendas
28754 \begin_inset Index idx
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Leyendas ! Colocación
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \begin_inset Index idx
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768 Flotantes ! Colocación de leyendas
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset CommandInset label
28775 LatexCommand label
28776 name "sec:Colocación-de-leyendas"
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 La norma habitual para colocar las leyendas es:
28785 \end_layout
28786
28787 \begin_layout Description
28788 Figura: La leyenda al pie de las figuras
28789 \end_layout
28790
28791 \begin_layout Description
28792 Cuadro: La leyenda sobre los cuadros
28793 \end_layout
28794
28795 \begin_layout Standard
28796 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
28797  no soportan leyendas sobre un
28798  cuadro.
28799  Esto implica que si usas las clases de documento 
28800 \family sans
28801 article
28802 \family default
28803
28804 \family sans
28805 book
28806 \family default
28807
28808 \family sans
28809 letter
28810 \family default
28811 , o 
28812 \family sans
28813 report
28814 \family default
28815  no habrá espacio entre la leyenda y el cuadro.
28816  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
28817  
28818 \series bold
28819 caption
28820 \series default
28821
28822 \begin_inset Index idx
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 \SpecialChar LaTeX
28827 -paquetes ! caption
28828 \end_layout
28829
28830 \end_inset
28831
28832  en el preámbulo del documento con la opción
28833 \begin_inset Foot
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Véase la sección
28838 \begin_inset space ~
28839 \end_inset
28840
28841
28842 \begin_inset CommandInset ref
28843 LatexCommand ref
28844 reference "sec:Formato-de-leyendas"
28845
28846 \end_inset
28847
28848  para más información sobre el paquete 
28849 \series bold
28850 caption
28851 \series default
28852 .
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861
28862 \series bold
28863 tableposition=top
28864 \end_layout
28865
28866 \begin_layout Standard
28867 Si estás usando la clase 
28868 \series bold
28869 KOMA-Script
28870 \series default
28871
28872 \begin_inset Index idx
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 \SpecialChar LaTeX
28877 -paquetes ! KOMA-Script
28878 \end_layout
28879
28880 \end_inset
28881
28882  (
28883 \family sans
28884 article (KOMA-Script)
28885 \family default
28886
28887 \family sans
28888 book (KOMA-Script)
28889 \family default
28890
28891 \family sans
28892 letter (KOMA-Script)
28893 \family default
28894 , o 
28895 \family sans
28896 report (KOMA-Script)
28897 \family default
28898
28899 \begin_inset space \thinspace{}
28900 \end_inset
28901
28902 ), en vez de 
28903 \series bold
28904 caption
28905 \series default
28906  puedes poner
28907 \end_layout
28908
28909 \begin_layout Standard
28910
28911 \series bold
28912 captions=tableheading
28913 \end_layout
28914
28915 \begin_layout Standard
28916 en las opciones de clase del documento.
28917 \begin_inset Foot
28918 status open
28919
28920 \begin_layout Plain Layout
28921 Esta opción se usa en este documento.
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Standard
28930 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
28931  una leyenda y marcar en el menú contextual si la quieres encima o debajo
28932  del cuadro o la figura.
28933  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
28934 inada por el documento.
28935  El cuadro
28936 \begin_inset space ~
28937 \end_inset
28938
28939
28940 \begin_inset CommandInset ref
28941 LatexCommand ref
28942 reference "tab:Una-leyenda-marcada"
28943
28944 \end_inset
28945
28946  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
28947  aunque esté encima.
28948  Se puede comparar con la leyenda sin marcar del cuadro
28949 \begin_inset space ~
28950 \end_inset
28951
28952
28953 \begin_inset CommandInset ref
28954 LatexCommand ref
28955 reference "tab:Leyenda-estándar"
28956
28957 \end_inset
28958
28959 .
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset Float table
28964 wide false
28965 sideways false
28966 status open
28967
28968 \begin_layout Plain Layout
28969 \begin_inset Caption Below
28970
28971 \begin_layout Plain Layout
28972 \begin_inset CommandInset label
28973 LatexCommand label
28974 name "tab:Una-leyenda-marcada"
28975
28976 \end_inset
28977
28978 Leyenda marcada para colocar bajo el cuadro.
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Plain Layout
28987 \align center
28988 \begin_inset Tabular
28989 <lyxtabular version="3" rows="3" columns="3">
28990 <features tabularvalignment="middle">
28991 <column alignment="center" valignment="top" width="0pt">
28992 <column alignment="center" valignment="top" width="0pt">
28993 <column alignment="center" valignment="top" width="0pt">
28994 <row>
28995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28996 \begin_inset Text
28997
28998 \begin_layout Plain Layout
28999 1
29000 \end_layout
29001
29002 \end_inset
29003 </cell>
29004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29005 \begin_inset Text
29006
29007 \begin_layout Plain Layout
29008 2
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29014 \begin_inset Text
29015
29016 \begin_layout Plain Layout
29017 3
29018 \end_layout
29019
29020 \end_inset
29021 </cell>
29022 </row>
29023 <row>
29024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Plain Layout
29028 Joe
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29034 \begin_inset Text
29035
29036 \begin_layout Plain Layout
29037 Mary
29038 \end_layout
29039
29040 \end_inset
29041 </cell>
29042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29043 \begin_inset Text
29044
29045 \begin_layout Plain Layout
29046 Ted
29047 \end_layout
29048
29049 \end_inset
29050 </cell>
29051 </row>
29052 <row>
29053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Plain Layout
29057 \begin_inset Formula $\int x^{2}dx$
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \end_inset
29064 </cell>
29065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29066 \begin_inset Text
29067
29068 \begin_layout Plain Layout
29069 \begin_inset Formula $\left[\begin{array}{cc}
29070 a & b\\
29071 c & d
29072 \end{array}\right]$
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \end_inset
29079 </cell>
29080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29081 \begin_inset Text
29082
29083 \begin_layout Plain Layout
29084 \begin_inset Formula $1+1=2$
29085 \end_inset
29086
29087
29088 \end_layout
29089
29090 \end_inset
29091 </cell>
29092 </row>
29093 </lyxtabular>
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 \begin_inset Float table
29107 wide false
29108 sideways false
29109 status open
29110
29111 \begin_layout Plain Layout
29112 \begin_inset Caption Standard
29113
29114 \begin_layout Plain Layout
29115 \begin_inset CommandInset label
29116 LatexCommand label
29117 name "tab:Leyenda-estándar"
29118
29119 \end_inset
29120
29121 Leyenda de cuadro estándar.
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Plain Layout
29130 \align center
29131 \begin_inset Tabular
29132 <lyxtabular version="3" rows="3" columns="3">
29133 <features tabularvalignment="middle">
29134 <column alignment="center" valignment="top" width="0pt">
29135 <column alignment="center" valignment="top" width="0pt">
29136 <column alignment="center" valignment="top" width="0pt">
29137 <row>
29138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29139 \begin_inset Text
29140
29141 \begin_layout Plain Layout
29142 1
29143 \end_layout
29144
29145 \end_inset
29146 </cell>
29147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29148 \begin_inset Text
29149
29150 \begin_layout Plain Layout
29151 2
29152 \end_layout
29153
29154 \end_inset
29155 </cell>
29156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29157 \begin_inset Text
29158
29159 \begin_layout Plain Layout
29160 3
29161 \end_layout
29162
29163 \end_inset
29164 </cell>
29165 </row>
29166 <row>
29167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29168 \begin_inset Text
29169
29170 \begin_layout Plain Layout
29171 Joe
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Plain Layout
29180 Mary
29181 \end_layout
29182
29183 \end_inset
29184 </cell>
29185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29186 \begin_inset Text
29187
29188 \begin_layout Plain Layout
29189 Ted
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 </row>
29195 <row>
29196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Formula $\int x^{2}dx$
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Plain Layout
29212 \begin_inset Formula $\left[\begin{array}{cc}
29213 a & b\\
29214 c & d
29215 \end{array}\right]$
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \end_inset
29222 </cell>
29223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29224 \begin_inset Text
29225
29226 \begin_layout Plain Layout
29227 \begin_inset Formula $1+1=2$
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 </row>
29236 </lyxtabular>
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Standard
29249 \begin_inset VSpace bigskip
29250 \end_inset
29251
29252 También es posible poner la leyenda junto a una figura o cuadro.
29253  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
29254  
29255 \series bold
29256 sidecap
29257 \series default
29258
29259 \begin_inset Index idx
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 \SpecialChar LaTeX
29264 -paquetes ! sidecap
29265 \end_layout
29266
29267 \end_inset
29268
29269  añadiendo en el preámbulo del documento la línea
29270 \end_layout
29271
29272 \begin_layout Standard
29273
29274 \series bold
29275
29276 \backslash
29277 usepackage[option]{sidecap}
29278 \end_layout
29279
29280 \begin_layout Standard
29281 Si no se especifica opción, la leyenda se ubica del lado del margen externo
29282  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
29283  Puedes cambiar la colocación al margen interno con la opción 
29284 \series bold
29285 innercaption
29286 \series default
29287 .
29288  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
29289  opciones 
29290 \series bold
29291 rightcaption
29292 \series default
29293  o 
29294 \series bold
29295 leftcaption
29296 \series default
29297 , respectivamente.
29298 \end_layout
29299
29300 \begin_layout Standard
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306
29307 \backslash
29308 ifsidecap
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \begin_inset Note Note
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
29319  \SpecialChar LaTeX
29320  
29321 \series bold
29322 sidecap
29323 \series default
29324 .
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Standard
29333 Para situar en \SpecialChar LyX
29334  la leyenda de un flotante al lado, es necesario añadir estos
29335  comandos al preámbulo del documento:
29336 \end_layout
29337
29338 \begin_layout Standard
29339 \noindent
29340 \begin_inset CommandInset line
29341 LatexCommand rule
29342 offset "0.5ex"
29343 width "100line%"
29344 height "1pt"
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352
29353 \series bold
29354
29355 \backslash
29356 newcommand{
29357 \backslash
29358 TabBesBeg}[1][1.0]{%
29359 \begin_inset Newline newline
29360 \end_inset
29361
29362
29363 \begin_inset Phantom HPhantom
29364 status open
29365
29366 \begin_layout Plain Layout
29367 \begin_inset space ~
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \backslash
29377 let
29378 \backslash
29379 MyTable
29380 \backslash
29381 table
29382 \begin_inset Newline newline
29383 \end_inset
29384
29385
29386 \begin_inset Phantom HPhantom
29387 status open
29388
29389 \begin_layout Plain Layout
29390
29391 \series medium
29392 \begin_inset space ~
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \backslash
29402 let
29403 \backslash
29404 MyEndtable
29405 \backslash
29406 endtable
29407 \begin_inset Newline newline
29408 \end_inset
29409
29410
29411 \begin_inset Phantom HPhantom
29412 status open
29413
29414 \begin_layout Plain Layout
29415
29416 \series medium
29417 \begin_inset space ~
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \backslash
29427 renewenvironment{table}[1]{
29428 \backslash
29429 begin{SCtable}[#1]##1}{
29430 \backslash
29431 end{SCtable}}}
29432 \end_layout
29433
29434 \begin_layout Standard
29435
29436 \series bold
29437
29438 \backslash
29439 newcommand{
29440 \backslash
29441 TabBesEnd}{%
29442 \begin_inset Newline newline
29443 \end_inset
29444
29445
29446 \begin_inset Phantom HPhantom
29447 status open
29448
29449 \begin_layout Plain Layout
29450 \begin_inset space ~
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \backslash
29460 let
29461 \backslash
29462 table
29463 \backslash
29464 MyTable
29465 \begin_inset Newline newline
29466 \end_inset
29467
29468
29469 \begin_inset Phantom HPhantom
29470 status open
29471
29472 \begin_layout Plain Layout
29473 \begin_inset space ~
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \backslash
29483 let
29484 \backslash
29485 endtable
29486 \backslash
29487 MyEndtable
29488 \end_layout
29489
29490 \begin_layout Standard
29491
29492 \series bold
29493
29494 \backslash
29495 newcommand{
29496 \backslash
29497 FigBesBeg}[1][1.0]{%
29498 \begin_inset Newline newline
29499 \end_inset
29500
29501
29502 \begin_inset Phantom HPhantom
29503 status open
29504
29505 \begin_layout Plain Layout
29506 \begin_inset space ~
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \backslash
29516 let
29517 \backslash
29518 MyFigure
29519 \backslash
29520 figure
29521 \begin_inset Newline newline
29522 \end_inset
29523
29524
29525 \begin_inset Phantom HPhantom
29526 status open
29527
29528 \begin_layout Plain Layout
29529 \begin_inset space ~
29530 \end_inset
29531
29532
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \backslash
29539 let
29540 \backslash
29541 MyEndfigure
29542 \backslash
29543 endfigure
29544 \begin_inset Newline newline
29545 \end_inset
29546
29547
29548 \begin_inset Phantom HPhantom
29549 status open
29550
29551 \begin_layout Plain Layout
29552 \begin_inset space ~
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \backslash
29562 renewenvironment{figure}[1]{
29563 \backslash
29564 begin{SCfigure}[#1]##1}{
29565 \backslash
29566 end{SCfigure}}}
29567 \end_layout
29568
29569 \begin_layout Standard
29570
29571 \series bold
29572
29573 \backslash
29574 newcommand{
29575 \backslash
29576 FigBesEnd}{%
29577 \begin_inset Newline newline
29578 \end_inset
29579
29580
29581 \begin_inset Phantom HPhantom
29582 status open
29583
29584 \begin_layout Plain Layout
29585 \begin_inset space ~
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \backslash
29595 let
29596 \backslash
29597 figure
29598 \backslash
29599 MyFigure
29600 \begin_inset Newline newline
29601 \end_inset
29602
29603
29604 \begin_inset Phantom HPhantom
29605 status open
29606
29607 \begin_layout Plain Layout
29608 \begin_inset space ~
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \backslash
29618 let
29619 \backslash
29620 endfigure
29621 \backslash
29622 MyEndfigure}
29623 \end_layout
29624
29625 \begin_layout Standard
29626 \noindent
29627 \begin_inset CommandInset line
29628 LatexCommand rule
29629 offset "0.5ex"
29630 width "100line%"
29631 height "1pt"
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Standard
29639 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
29640  en un lado.
29641  Para figuras flotantes usa el comando
29642 \end_layout
29643
29644 \begin_layout Standard
29645
29646 \series bold
29647
29648 \backslash
29649 FigBesBeg
29650 \end_layout
29651
29652 \begin_layout Standard
29653 en código \SpecialChar TeX
29654  antes del flotante.
29655  Y inserta
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \series bold
29661
29662 \backslash
29663 FigBesEnd
29664 \end_layout
29665
29666 \begin_layout Standard
29667 en código \SpecialChar TeX
29668  en el punto en que quieras volver a la definición original de
29669  flotantes.
29670 \end_layout
29671
29672 \begin_layout Standard
29673 Para cuadros flotantes usa los comandos correspondientes
29674 \end_layout
29675
29676 \begin_layout Standard
29677
29678 \series bold
29679
29680 \backslash
29681 TabBesBeg
29682 \series default
29683  y 
29684 \series bold
29685
29686 \backslash
29687 TabBesEnd
29688 \end_layout
29689
29690 \begin_layout Standard
29691 La figura
29692 \begin_inset space ~
29693 \end_inset
29694
29695
29696 \begin_inset CommandInset ref
29697 LatexCommand ref
29698 reference "fig:encab-al-lado"
29699
29700 \end_inset
29701
29702  y el cuadro
29703 \begin_inset space ~
29704 \end_inset
29705
29706
29707 \begin_inset CommandInset ref
29708 LatexCommand ref
29709 reference "tab:encab-al-lado"
29710
29711 \end_inset
29712
29713  son ejemplos en los que el título se sitúa al lado.
29714 \end_layout
29715
29716 \begin_layout Standard
29717 En los ejemplos puedes ver que el texto del título aparece encima del flotante
29718  en cuadros flotantes y debajo en las figuras flotantes.
29719  Para cambiarlo, puedes usar el comando
29720 \end_layout
29721
29722 \begin_layout Standard
29723
29724 \series bold
29725
29726 \backslash
29727 sidecaptionvpos{tipo de flotante}{colocación}
29728 \end_layout
29729
29730 \begin_layout Standard
29731 en el preámbulo o en código \SpecialChar TeX
29732  antes del flotante.
29733  El 
29734 \emph on
29735 tipo de flotante
29736 \emph default
29737  es 
29738 \family sans
29739 figure
29740 \family default
29741  o 
29742 \family sans
29743 table
29744 \family default
29745 , la 
29746 \emph on
29747 colocación
29748 \emph default
29749  puede ser «
29750 \family sans
29751 t
29752 \family default
29753 » por «top» (arriba), «
29754 \family sans
29755 c
29756 \family default
29757 » por «center» (centro), o «
29758 \family sans
29759 b
29760 \family default
29761 » por «bottom» (abajo).
29762  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
29763  usa el comando
29764 \end_layout
29765
29766 \begin_layout Standard
29767
29768 \series bold
29769
29770 \backslash
29771 sidecaptionvpos{figure}{c}
29772 \end_layout
29773
29774 \begin_layout Standard
29775 Esto se ha hecho en la figura
29776 \begin_inset space ~
29777 \end_inset
29778
29779
29780 \begin_inset CommandInset ref
29781 LatexCommand ref
29782 reference "fig:encab-al-lado-de-fig"
29783
29784 \end_inset
29785
29786 .
29787 \end_layout
29788
29789 \begin_layout Standard
29790 \begin_inset VSpace medskip
29791 \end_inset
29792
29793
29794 \end_layout
29795
29796 \begin_layout Standard
29797 La anchura predeterminada de la leyenda es la del cuadro/figura.
29798  Para cuadros o figuras estrechas, como en el  cuadro
29799 \begin_inset space ~
29800 \end_inset
29801
29802
29803 \begin_inset CommandInset ref
29804 LatexCommand ref
29805 reference "tab:encab-al-lado"
29806
29807 \end_inset
29808
29809 , esto genera leyendas demasiado estrechas.
29810  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
29811  del cuadro/figura.
29812  La anchura de la leyenda se recalculará automáticamente en el caso de que
29813  sobrepase los márgenes de la página o de la columna.
29814  El 
29815 \emph on
29816 factor
29817 \emph default
29818  puede darse como argumento opcional para 
29819 \series bold
29820
29821 \backslash
29822 FigBesBeg
29823 \series default
29824 :
29825 \end_layout
29826
29827 \begin_layout Standard
29828
29829 \series bold
29830
29831 \backslash
29832 FigBesBeg[factor]
29833 \end_layout
29834
29835 \begin_layout Standard
29836 o en la definición de 
29837 \series bold
29838
29839 \backslash
29840 FigBesBeg
29841 \series default
29842  reemplazando 
29843 \series bold
29844 1.0
29845 \series default
29846  con otro valor.
29847  En este segundo caso, el factor será el predeterminado si 
29848 \series bold
29849
29850 \backslash
29851 FigBesBeg
29852 \series default
29853  se usa sin argumento.
29854  Para el cuadro
29855 \begin_inset space ~
29856 \end_inset
29857
29858
29859 \begin_inset CommandInset ref
29860 LatexCommand ref
29861 reference "tab:leyenda-más-ancha"
29862
29863 \end_inset
29864
29865  se ha usado el factor 5.
29866 \end_layout
29867
29868 \begin_layout Standard
29869 \begin_inset Note Greyedout
29870 status open
29871
29872 \begin_layout Plain Layout
29873
29874 \series bold
29875 Nota:
29876 \series default
29877  Para flotantes con la leyenda adosada, no se puede usar la opción 
29878 \family sans
29879 Aquí
29880 \begin_inset space ~
29881 \end_inset
29882
29883 definitivamente
29884 \family default
29885  para la colocación porque no es soportado por 
29886 \series bold
29887 sidecap
29888 \series default
29889 .
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 \begin_inset VSpace medskip
29899 \end_inset
29900
29901 Más información sobre el paquete 
29902 \series bold
29903 sidecap
29904 \series default
29905  en su documentación 
29906 \begin_inset CommandInset citation
29907 LatexCommand cite
29908 key "sidecap"
29909 literal "true"
29910
29911 \end_inset
29912
29913 .
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset Note Greyedout
29918 status open
29919
29920 \begin_layout Plain Layout
29921
29922 \series bold
29923 Nota:
29924 \series default
29925  El paquete \SpecialChar LaTeX
29926  
29927 \series bold
29928 hypcap
29929 \series default
29930
29931 \begin_inset Index idx
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935 \SpecialChar LaTeX
29936 -paquetes ! hypcap
29937 \end_layout
29938
29939 \end_inset
29940
29941 , descrito en la sección
29942 \begin_inset space ~
29943 \end_inset
29944
29945
29946 \begin_inset CommandInset ref
29947 LatexCommand ref
29948 reference "subsec:Colocación-de-Referencias"
29949
29950 \end_inset
29951
29952 , no afecta a flotantes con la leyenda al lado.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 FigBesBeg 
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \begin_layout Standard
29977 \begin_inset Float figure
29978 wide false
29979 sideways false
29980 status open
29981
29982 \begin_layout Plain Layout
29983 \begin_inset Graphics
29984         filename ../clipart/3D-structure-distort.pdf
29985         scale 50
29986
29987 \end_inset
29988
29989
29990 \end_layout
29991
29992 \begin_layout Plain Layout
29993 \begin_inset Caption Standard
29994
29995 \begin_layout Plain Layout
29996 \begin_inset CommandInset label
29997 LatexCommand label
29998 name "fig:encab-al-lado"
29999
30000 \end_inset
30001
30002 Leyenda al lado de una figura.
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \begin_layout Standard
30016 \begin_inset ERT
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021
30022 \backslash
30023 FigBesEnd
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037
30038 \backslash
30039 TabBesBeg 
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset Float table
30049 wide false
30050 sideways false
30051 status open
30052
30053 \begin_layout Plain Layout
30054 \begin_inset Caption Standard
30055
30056 \begin_layout Plain Layout
30057 \begin_inset CommandInset label
30058 LatexCommand label
30059 name "tab:encab-al-lado"
30060
30061 \end_inset
30062
30063 Leyenda al lado de un cuadro.
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \begin_layout Plain Layout
30072 \begin_inset Tabular
30073 <lyxtabular version="3" rows="4" columns="5">
30074 <features tabularvalignment="middle">
30075 <column alignment="center" valignment="top">
30076 <column alignment="center" valignment="top">
30077 <column alignment="center" valignment="top">
30078 <column alignment="center" valignment="top">
30079 <column alignment="center" valignment="top">
30080 <row>
30081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30082 \begin_inset Text
30083
30084 \begin_layout Plain Layout
30085 a
30086 \end_layout
30087
30088 \end_inset
30089 </cell>
30090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30091 \begin_inset Text
30092
30093 \begin_layout Plain Layout
30094
30095 \end_layout
30096
30097 \end_inset
30098 </cell>
30099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30100 \begin_inset Text
30101
30102 \begin_layout Plain Layout
30103 b
30104 \end_layout
30105
30106 \end_inset
30107 </cell>
30108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30109 \begin_inset Text
30110
30111 \begin_layout Plain Layout
30112
30113 \end_layout
30114
30115 \end_inset
30116 </cell>
30117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30118 \begin_inset Text
30119
30120 \begin_layout Plain Layout
30121 c
30122 \end_layout
30123
30124 \end_inset
30125 </cell>
30126 </row>
30127 <row>
30128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30129 \begin_inset Text
30130
30131 \begin_layout Plain Layout
30132
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30138 \begin_inset Text
30139
30140 \begin_layout Plain Layout
30141 d
30142 \end_layout
30143
30144 \end_inset
30145 </cell>
30146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30147 \begin_inset Text
30148
30149 \begin_layout Plain Layout
30150
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30156 \begin_inset Text
30157
30158 \begin_layout Plain Layout
30159 e
30160 \end_layout
30161
30162 \end_inset
30163 </cell>
30164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30165 \begin_inset Text
30166
30167 \begin_layout Plain Layout
30168
30169 \end_layout
30170
30171 \end_inset
30172 </cell>
30173 </row>
30174 <row>
30175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179 f
30180 \end_layout
30181
30182 \end_inset
30183 </cell>
30184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30185 \begin_inset Text
30186
30187 \begin_layout Plain Layout
30188
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30194 \begin_inset Text
30195
30196 \begin_layout Plain Layout
30197 g
30198 \end_layout
30199
30200 \end_inset
30201 </cell>
30202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30203 \begin_inset Text
30204
30205 \begin_layout Plain Layout
30206
30207 \end_layout
30208
30209 \end_inset
30210 </cell>
30211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30212 \begin_inset Text
30213
30214 \begin_layout Plain Layout
30215 h
30216 \end_layout
30217
30218 \end_inset
30219 </cell>
30220 </row>
30221 <row>
30222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30223 \begin_inset Text
30224
30225 \begin_layout Plain Layout
30226
30227 \end_layout
30228
30229 \end_inset
30230 </cell>
30231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30232 \begin_inset Text
30233
30234 \begin_layout Plain Layout
30235 i
30236 \end_layout
30237
30238 \end_inset
30239 </cell>
30240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30241 \begin_inset Text
30242
30243 \begin_layout Plain Layout
30244
30245 \end_layout
30246
30247 \end_inset
30248 </cell>
30249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30250 \begin_inset Text
30251
30252 \begin_layout Plain Layout
30253 j
30254 \end_layout
30255
30256 \end_inset
30257 </cell>
30258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30259 \begin_inset Text
30260
30261 \begin_layout Plain Layout
30262
30263 \end_layout
30264
30265 \end_inset
30266 </cell>
30267 </row>
30268 </lyxtabular>
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286
30287 \backslash
30288 TabBesEnd
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 FigBesBeg 
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 sidecaptionvpos{figure}{c}
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \begin_inset Float figure
30327 wide false
30328 sideways false
30329 status open
30330
30331 \begin_layout Plain Layout
30332 \begin_inset Graphics
30333         filename ../clipart/3D-structure-distort.pdf
30334         scale 50
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \begin_layout Plain Layout
30342 \begin_inset Caption Standard
30343
30344 \begin_layout Plain Layout
30345 \begin_inset CommandInset label
30346 LatexCommand label
30347 name "fig:encab-al-lado-de-fig"
30348
30349 \end_inset
30350
30351 Leyenda centrada verticalmente junto a una figura.
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370
30371 \backslash
30372 FigBesEnd
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 TabBesBeg[5]
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 \begin_inset Float table
30398 wide false
30399 sideways false
30400 status open
30401
30402 \begin_layout Plain Layout
30403 \begin_inset Caption Standard
30404
30405 \begin_layout Plain Layout
30406 \begin_inset CommandInset label
30407 LatexCommand label
30408 name "tab:leyenda-más-ancha"
30409
30410 \end_inset
30411
30412 Una leyenda más ancha que la del cuadro
30413 \begin_inset space ~
30414 \end_inset
30415
30416
30417 \begin_inset CommandInset ref
30418 LatexCommand ref
30419 reference "tab:encab-al-lado"
30420
30421 \end_inset
30422
30423 .
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Plain Layout
30432 \begin_inset Tabular
30433 <lyxtabular version="3" rows="4" columns="5">
30434 <features tabularvalignment="middle">
30435 <column alignment="center" valignment="top">
30436 <column alignment="center" valignment="top">
30437 <column alignment="center" valignment="top">
30438 <column alignment="center" valignment="top">
30439 <column alignment="center" valignment="top">
30440 <row>
30441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30442 \begin_inset Text
30443
30444 \begin_layout Plain Layout
30445 a
30446 \end_layout
30447
30448 \end_inset
30449 </cell>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30460 \begin_inset Text
30461
30462 \begin_layout Plain Layout
30463 b
30464 \end_layout
30465
30466 \end_inset
30467 </cell>
30468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30469 \begin_inset Text
30470
30471 \begin_layout Plain Layout
30472
30473 \end_layout
30474
30475 \end_inset
30476 </cell>
30477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30478 \begin_inset Text
30479
30480 \begin_layout Plain Layout
30481 c
30482 \end_layout
30483
30484 \end_inset
30485 </cell>
30486 </row>
30487 <row>
30488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30489 \begin_inset Text
30490
30491 \begin_layout Plain Layout
30492
30493 \end_layout
30494
30495 \end_inset
30496 </cell>
30497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30498 \begin_inset Text
30499
30500 \begin_layout Plain Layout
30501 d
30502 \end_layout
30503
30504 \end_inset
30505 </cell>
30506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30507 \begin_inset Text
30508
30509 \begin_layout Plain Layout
30510
30511 \end_layout
30512
30513 \end_inset
30514 </cell>
30515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30516 \begin_inset Text
30517
30518 \begin_layout Plain Layout
30519 e
30520 \end_layout
30521
30522 \end_inset
30523 </cell>
30524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528
30529 \end_layout
30530
30531 \end_inset
30532 </cell>
30533 </row>
30534 <row>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539 f
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30554 \begin_inset Text
30555
30556 \begin_layout Plain Layout
30557 g
30558 \end_layout
30559
30560 \end_inset
30561 </cell>
30562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566
30567 \end_layout
30568
30569 \end_inset
30570 </cell>
30571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575 h
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 </row>
30581 <row>
30582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30583 \begin_inset Text
30584
30585 \begin_layout Plain Layout
30586
30587 \end_layout
30588
30589 \end_inset
30590 </cell>
30591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30592 \begin_inset Text
30593
30594 \begin_layout Plain Layout
30595 i
30596 \end_layout
30597
30598 \end_inset
30599 </cell>
30600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30601 \begin_inset Text
30602
30603 \begin_layout Plain Layout
30604
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613 j
30614 \end_layout
30615
30616 \end_inset
30617 </cell>
30618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 </row>
30628 </lyxtabular>
30629
30630 \end_inset
30631
30632
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Standard
30641 \begin_inset ERT
30642 status collapsed
30643
30644 \begin_layout Plain Layout
30645
30646
30647 \backslash
30648 TabBesEnd
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 else
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \begin_inset Note Note
30671 status open
30672
30673 \begin_layout Plain Layout
30674 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
30675  
30676 \series bold
30677 sidecap
30678 \series default
30679 .
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Debes instalar el paquete \SpecialChar LaTeX
30689  
30690 \series bold
30691 sidecap
30692 \series default
30693  para ver la parte siguiente en la salida.
30694 \end_layout
30695
30696 \begin_layout Standard
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702
30703 \backslash
30704 fi
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \begin_layout Section
30713 Índice de flotantes
30714 \begin_inset Index idx
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718 Flotantes ! Índice de
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \begin_layout Standard
30727 Igual que en el índice general se listan las secciones del documento, hay
30728  índices para todos los tipos de flotantes, como las figuras.
30729  Se pueden insertar mediante los submenús 
30730 \family sans
30731 Insertar\SpecialChar menuseparator
30732 Índice
30733 \family default
30734 s.
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Las entradas de los índices son las leyendas del flotante o su título breve,
30739  el número de flotante y el número de la página del documento en la que
30740  aparecen.
30741 \end_layout
30742
30743 \begin_layout Standard
30744 Puedes encontrar los índices de figuras y cuadros al final de este documento.
30745 \end_layout
30746
30747 \begin_layout Chapter
30748 Notas
30749 \end_layout
30750
30751 \begin_layout Section
30752 Notas en \SpecialChar LyX
30753
30754 \begin_inset Index idx
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758 Notas ! en \SpecialChar LyX
30759
30760 \end_layout
30761
30762 \end_inset
30763
30764
30765 \end_layout
30766
30767 \begin_layout Standard
30768 Las notas se insertan con el botón 
30769 \begin_inset Info
30770 type  "icon"
30771 arg   "note-insert"
30772 \end_inset
30773
30774  o con el menú 
30775 \family sans
30776 Insertar\SpecialChar menuseparator
30777 Nota
30778 \family default
30779 .
30780  Hay tres tipos de notas:
30781 \end_layout
30782
30783 \begin_layout Description
30784 Nota
30785 \begin_inset space ~
30786 \end_inset
30787
30788 \SpecialChar LyX
30789  Este tipo es para notas internas que no han de aparecer en la salida.
30790  Su cuadro se muestra como este:
30791 \begin_inset Newline newline
30792 \end_inset
30793
30794
30795 \begin_inset Newline newline
30796 \end_inset
30797
30798
30799 \begin_inset Graphics
30800         filename clipart/NotaLyXImagen.png
30801         display false
30802
30803 \end_inset
30804
30805  
30806 \begin_inset Note Note
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810 Este es un texto en un recuadro que no se muestra en la salida.
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Description
30819 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
30820  comentario de \SpecialChar LaTeX
30821 , cuando exportas el documento a \SpecialChar LaTeX
30822  vía menú 
30823 \family sans
30824 Archivo\SpecialChar menuseparator
30825 Exportar\SpecialChar menuseparator
30826 LaTeX
30827 \begin_inset space ~
30828 \end_inset
30829
30830 (pdflatex) / (simple)
30831 \family default
30832 .
30833  Su recuadro se ve así:
30834 \begin_inset Newline newline
30835 \end_inset
30836
30837
30838 \begin_inset Newline newline
30839 \end_inset
30840
30841
30842 \begin_inset Graphics
30843         filename clipart/ComentNotaImagen.png
30844         display false
30845
30846 \end_inset
30847
30848  
30849 \begin_inset Note Comment
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
30854 .
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Description
30863 Nota
30864 \begin_inset space ~
30865 \end_inset
30866
30867 gris Esta nota aparece en la salida como texto en color gris pálido.
30868  Su recuadro se ve así:
30869 \begin_inset Newline newline
30870 \end_inset
30871
30872
30873 \begin_inset Newline newline
30874 \end_inset
30875
30876
30877 \begin_inset Graphics
30878         filename clipart/GrisNotaImagen.png
30879         display false
30880
30881 \end_inset
30882
30883
30884 \begin_inset Newline newline
30885 \end_inset
30886
30887
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 renewenvironment{lyxgreyedout}
30896 \end_layout
30897
30898 \begin_layout Plain Layout
30899
30900 {
30901 \backslash
30902 textcolor[gray]{0.8}
30903 \backslash
30904 bgroup}{
30905 \backslash
30906 egroup}
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \begin_inset Note Greyedout
30913 status open
30914
30915 \begin_layout Plain Layout
30916 Texto en color gris palido en la salida.
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 renewenvironment{lyxgreyedout}
30930 \end_layout
30931
30932 \begin_layout Plain Layout
30933
30934 {
30935 \backslash
30936 textcolor{blue}
30937 \backslash
30938 bgroup}{
30939 \backslash
30940 egroup}
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \begin_inset Note Note
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
30951  original de \SpecialChar LyX
30952 , ya que en el preámbulo de este documento se han redefinido
30953  estas notas para que salgan en azul, como se indica más adelante.
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \begin_inset Newline newline
30960 \end_inset
30961
30962
30963 \begin_inset Newline newline
30964 \end_inset
30965
30966 Como se ve en el ejemplo, la primera línea de las notas grises tiene una
30967  pequeña sangría, y por otra parte pueden tener notas al pie.
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset VSpace bigskip
30972 \end_inset
30973
30974 Si usas el botón de la barra de herramientas 
30975 \begin_inset Info
30976 type  "icon"
30977 arg   "note-insert"
30978 \end_inset
30979
30980  para insertar notas, se inserta una 
30981 \family sans
30982 Nota
30983 \begin_inset space ~
30984 \end_inset
30985
30986 \SpecialChar LyX
30987
30988 \family default
30989 .
30990  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
30991  
30992 \family roman
30993 \series medium
30994 \bar no
30995 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
30996  botón de herramienta 
30997 \family sans
30998 \series default
30999 \bar default
31000 Nota
31001 \family default
31002 .
31003  Para cambiar una nota a texto, pulsa la tecla 
31004 \family sans
31005 Retroceso
31006 \family default
31007  cuando el cursor está en la primera posición de una nota, o la tecla 
31008 \family sans
31009 Supr
31010 \family default
31011  cuando el cursor está en la última posición de la nota, respectivamente.
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \begin_inset VSpace bigskip
31016 \end_inset
31017
31018 El color del texto en las notas grises puede cambiarse en el menú 
31019 \family sans
31020 Documento\SpecialChar menuseparator
31021 Configuración\SpecialChar menuseparator
31022 Colores
31023 \family default
31024 .
31025 \end_layout
31026
31027 \begin_layout Section
31028 Notas al pie
31029 \begin_inset CommandInset label
31030 LatexCommand label
31031 name "sec:Notas-al-pie"
31032
31033 \end_inset
31034
31035
31036 \begin_inset Index idx
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040 Notas ! al pie
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Las notas al pie se insertan con el botón 
31050 \begin_inset Info
31051 type  "icon"
31052 arg   "footnote-insert"
31053 \end_inset
31054
31055  o el menú 
31056 \family sans
31057 Insertar\SpecialChar menuseparator
31058 Nota
31059 \begin_inset space ~
31060 \end_inset
31061
31062 al
31063 \begin_inset space ~
31064 \end_inset
31065
31066 pie
31067 \family default
31068 .
31069  
31070 \family roman
31071 \series medium
31072 \bar no
31073 Aparece un recuadro como este:
31074 \family default
31075 \series default
31076 \bar default
31077  
31078 \begin_inset Graphics
31079         filename clipart/notapie.png
31080         scale 90
31081
31082 \end_inset
31083
31084  
31085 \family roman
31086 \series medium
31087 \bar no
31088 donde puedes introducir el texto.
31089  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
31090  sobre el
31091 \family default
31092 \series default
31093 \bar default
31094  
31095 \family roman
31096 \series medium
31097 \bar no
31098 botón
31099 \family default
31100 \series default
31101 \bar default
31102 .
31103  Para cambiar una nota al pie a texto, pulsa la tecla 
31104 \family sans
31105 Retroceso
31106 \family default
31107  cuando el cursor está en la primera posición de la nota al pie, o la tecla
31108  
31109 \family sans
31110 Supr
31111 \family default
31112  cuando el cursor está en la última posición de la nota, respectivamente.
31113 \end_layout
31114
31115 \begin_layout Standard
31116 Aquí hay un ejemplo de nota al pie:
31117 \family roman
31118 \series medium
31119 \bar no
31120
31121 \begin_inset Foot
31122 status open
31123
31124 \begin_layout Plain Layout
31125 \begin_inset CommandInset label
31126 LatexCommand label
31127 name "pie:Esto-es-una"
31128
31129 \end_inset
31130
31131 Ejemplo de nota al pie.
31132 \end_layout
31133
31134 \end_inset
31135
31136
31137 \family default
31138 \series default
31139 \bar default
31140
31141 \begin_inset ERT
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145
31146
31147 \backslash
31148 newcounter{MyRepeatFoot}
31149 \end_layout
31150
31151 \begin_layout Plain Layout
31152
31153
31154 \backslash
31155 setcounter{MyRepeatFoot}{
31156 \backslash
31157 thefootnote}
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 En la salida, el pie se muestra como número voladito en el lugar del texto
31167  donde se coloca el recuadro.
31168  El texto se coloca al final de la página actual.
31169  Los números de las notas son calculados por \SpecialChar LaTeX
31170 , y son consecutivos.
31171  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
31172 \end_layout
31173
31174 \begin_layout Standard
31175 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
31176  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
31177  se describe en la sección
31178 \begin_inset space ~
31179 \end_inset
31180
31181
31182 \begin_inset CommandInset ref
31183 LatexCommand ref
31184 reference "sec:Referencias-a-Flotantes"
31185
31186 \end_inset
31187
31188 .
31189 \begin_inset Newline newline
31190 \end_inset
31191
31192 Esto es una referencia cruzada a la Nota al pie
31193 \begin_inset space ~
31194 \end_inset
31195
31196
31197 \begin_inset CommandInset ref
31198 LatexCommand ref
31199 reference "pie:Esto-es-una"
31200
31201 \end_inset
31202
31203 .
31204 \end_layout
31205
31206 \begin_layout Standard
31207 \begin_inset VSpace defskip
31208 \end_inset
31209
31210
31211 \end_layout
31212
31213 \begin_layout Standard
31214 Las notas al pie en entornos de título generalmente no se numeran y no pueden
31215  contener varios párrafos.
31216  Véase como ejemplo la nota al pie en el título de este documento.
31217  
31218 \end_layout
31219
31220 \begin_layout Standard
31221 \begin_inset VSpace defskip
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228 Debido a razones técnicas, \SpecialChar LaTeX
31229  no imprime las notas al pie en cuadros.
31230  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
31231  se inserta el comando 
31232 \series bold
31233
31234 \backslash
31235 footnotemark{}
31236 \series default
31237  en código \SpecialChar TeX
31238 .
31239  El texto de la nota se introduce como argumento del comando
31240 \series bold
31241  
31242 \backslash
31243 footnotetext
31244 \series default
31245  después del cuadro.
31246 \begin_inset Newline newline
31247 \end_inset
31248
31249 Esto es lo que se ha hecho para el siguiente cuadro con el comando
31250 \end_layout
31251
31252 \begin_layout Standard
31253
31254 \series bold
31255
31256 \backslash
31257 footnotetext{
31258 \series default
31259 Texto de la nota del cuadro.
31260 \series bold
31261 }
31262 \end_layout
31263
31264 \begin_layout Standard
31265 \begin_inset Tabular
31266 <lyxtabular version="3" rows="2" columns="1">
31267 <features tabularvalignment="middle">
31268 <column alignment="center" valignment="top">
31269 <row>
31270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31271 \begin_inset Text
31272
31273 \begin_layout Plain Layout
31274 Texto de ejemplo.
31275 \begin_inset Foot
31276 status open
31277
31278 \begin_layout Plain Layout
31279 ¡Esta nota no se imprimirá!
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \end_inset
31288 </cell>
31289 </row>
31290 <row>
31291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout Plain Layout
31295 Texto de ejemplo.
31296 \begin_inset ERT
31297 status collapsed
31298
31299 \begin_layout Plain Layout
31300
31301
31302 \backslash
31303 footnotemark{}
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \end_inset
31312 </cell>
31313 </row>
31314 </lyxtabular>
31315
31316 \end_inset
31317
31318
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324
31325 \backslash
31326 footnotetext{
31327 \end_layout
31328
31329 \end_inset
31330
31331 Texto de la nota del cuadro.
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337 }
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 Las notas al pie en cuadros multipágina se describen en la sección
31347 \begin_inset space ~
31348 \end_inset
31349
31350
31351 \begin_inset CommandInset ref
31352 LatexCommand ref
31353 reference "subsec:Notas-al-pie-en-Cuadros-Multipágina"
31354
31355 \end_inset
31356
31357 .
31358 \end_layout
31359
31360 \begin_layout Standard
31361 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
31362  y con numeración diferente debido a que una minipágina es como una página
31363  dentro de otra.
31364  (Más información sobre minipáginas en la sección
31365 \begin_inset space ~
31366 \end_inset
31367
31368
31369 \begin_inset CommandInset ref
31370 LatexCommand ref
31371 reference "sec:Minipáginas"
31372
31373 \end_inset
31374
31375 ).
31376  Para poner notas en una minipágina que se impriman a pie de página como
31377  las notas al pie normales, se puede usar también el método de 
31378 \series bold
31379
31380 \backslash
31381 footnotemark{}
31382 \series default
31383  y 
31384 \series bold
31385
31386 \backslash
31387 footnotetext
31388 \series default
31389 .
31390 \end_layout
31391
31392 \begin_layout Standard
31393 \begin_inset Box Frameless
31394 position "t"
31395 hor_pos "c"
31396 has_inner_box 1
31397 inner_pos "t"
31398 use_parbox 0
31399 use_makebox 0
31400 width "100col%"
31401 special "none"
31402 height "1in"
31403 height_special "totalheight"
31404 thickness "0.4pt"
31405 separation "3pt"
31406 shadowsize "4pt"
31407 framecolor "black"
31408 backgroundcolor "none"
31409 status open
31410
31411 \begin_layout Plain Layout
31412 Muestra de texto en una minipágina.
31413 \begin_inset Foot
31414 status open
31415
31416 \begin_layout Plain Layout
31417 Nota en la minipágina.
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Plain Layout
31426 Muestra de texto en una minipágina.
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 footnotemark{}
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset ERT
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452
31453
31454 \backslash
31455 footnotetext{
31456 \end_layout
31457
31458 \end_inset
31459
31460 Nota fuera de la minipágina.
31461 \begin_inset ERT
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465
31466 }
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset VSpace defskip
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Standard
31482 Para hacer referencia a la misma nota varias veces sin imprimir su texto
31483  cada vez, usa el comando 
31484 \series bold
31485
31486 \backslash
31487 footnotemark[number]
31488 \series default
31489  en código \SpecialChar TeX
31490 .
31491 \begin_inset Newline newline
31492 \end_inset
31493
31494 Como el número de la nota repetida no se conoce mientras se escribe el texto,
31495  hay que guardarlo.
31496  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
31497  comandos en código \SpecialChar TeX
31498  después de la nota al pie
31499 \begin_inset space ~
31500 \end_inset
31501
31502
31503 \begin_inset CommandInset ref
31504 LatexCommand ref
31505 reference "pie:Esto-es-una"
31506
31507 \end_inset
31508
31509  para guardar el número de la nota: 
31510 \end_layout
31511
31512 \begin_layout Standard
31513
31514 \series bold
31515
31516 \backslash
31517 newcounter{MyRepeatFoot}
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \backslash
31523 setcounter{MyRepeatFoot}{
31524 \backslash
31525 thefootnote}
31526 \end_layout
31527
31528 \begin_layout Standard
31529 La marca de la nota se ha creado después con el comando:
31530 \end_layout
31531
31532 \begin_layout Standard
31533
31534 \series bold
31535
31536 \backslash
31537 footnotemark[
31538 \backslash
31539 theMyRepeatFoot]
31540 \end_layout
31541
31542 \begin_layout Standard
31543 Aquí hay una nota repetida:
31544 \begin_inset ERT
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548
31549
31550 \backslash
31551 footnotemark[
31552 \backslash
31553 theMyRepeatFoot]
31554 \end_layout
31555
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \begin_layout Standard
31562 Para repetir la nota al pie previa, se puede omitir el guardado del número
31563  de la nota y usar en su lugar el comando:
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \series bold
31569
31570 \backslash
31571 footnotemark[
31572 \backslash
31573 thefootnote]
31574 \end_layout
31575
31576 \begin_layout Standard
31577 Aquí hay otra nota repetida:
31578 \begin_inset ERT
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582
31583
31584 \backslash
31585 footnotemark[
31586 \backslash
31587 thefootnote]
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Subsection
31596 Numeración de notas al pie
31597 \begin_inset CommandInset label
31598 LatexCommand label
31599 name "subsec:Numeración-de-Notas-al-Pie"
31600
31601 \end_inset
31602
31603
31604 \begin_inset Index idx
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608 Notas ! al pie ! numeración
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 Para reiniciar el número de pie a 1 en cada sección añade
31618 \family roman
31619  en el preámbulo el comando:
31620 \end_layout
31621
31622 \begin_layout Standard
31623
31624 \series bold
31625
31626 \backslash
31627 @addtoreset{footnote}{section}
31628 \end_layout
31629
31630 \begin_layout Standard
31631 \begin_inset VSpace bigskip
31632 \end_inset
31633
31634 El siguiente comando en el preámbulo cambia el estilo de numeración del
31635  pie a números romanos en minúsculas:
31636 \end_layout
31637
31638 \begin_layout Standard
31639
31640 \series bold
31641
31642 \backslash
31643 renewcommand{
31644 \backslash
31645 thefootnote}{
31646 \backslash
31647 roman{footnote}}
31648 \end_layout
31649
31650 \begin_layout Standard
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 renewcommand{
31659 \backslash
31660 thefootnote}{
31661 \backslash
31662 roman{footnote}}
31663 \end_layout
31664
31665 \end_inset
31666
31667  Nota al pie en números romanos:
31668 \begin_inset Foot
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672 Ejemplo de nota al pie en números romanos.
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683
31684 \backslash
31685 renewcommand{
31686 \backslash
31687 thefootnote}{
31688 \backslash
31689 arabic{footnote}}
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
31699  
31700 \series bold
31701
31702 \backslash
31703 roman
31704 \series default
31705  por 
31706 \series bold
31707
31708 \backslash
31709 Roman
31710 \series default
31711 .
31712  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
31713 \series bold
31714
31715 \backslash
31716 Alph
31717 \series default
31718  o 
31719 \series bold
31720
31721 \backslash
31722 alph
31723 \series default
31724 , respectivamente.
31725  Para ordenar las notas al pie con símbolos usa 
31726 \series bold
31727
31728 \backslash
31729 fnsymbol
31730 \series default
31731 .
31732 \end_layout
31733
31734 \begin_layout Standard
31735 \begin_inset Note Greyedout
31736 status open
31737
31738 \begin_layout Plain Layout
31739
31740 \series bold
31741 Nota:
31742 \series default
31743  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
31744  simples.
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \begin_inset Newline newline
31751 \end_inset
31752
31753
31754 \begin_inset Note Greyedout
31755 status open
31756
31757 \begin_layout Plain Layout
31758
31759 \series bold
31760 Nota:
31761 \series default
31762  sólo puedes ordenar hasta 9 pies con símbolos.
31763 \end_layout
31764
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 Para volver al estilo de numeración predeterminado cuando has cambiado a
31772  otro estilo, usa 
31773 \series bold
31774
31775 \backslash
31776 arabic
31777 \series default
31778  en vez de 
31779 \series bold
31780
31781 \backslash
31782 roman
31783 \series default
31784  en el comando anterior.
31785 \begin_inset ERT
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789
31790
31791 \backslash
31792 renewcommand{
31793 \backslash
31794 thefootnote}{
31795 \backslash
31796 arabic{footnote}}
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805 \begin_inset VSpace bigskip
31806 \end_inset
31807
31808
31809 \end_layout
31810
31811 \begin_layout Standard
31812 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
31813  comando al preámbulo del documento:
31814 \end_layout
31815
31816 \begin_layout Standard
31817
31818 \series bold
31819
31820 \backslash
31821 numberwithin{footnote}{chapter}
31822 \end_layout
31823
31824 \begin_layout Standard
31825 Para poder usar el comando 
31826 \series bold
31827
31828 \backslash
31829 numberwithin
31830 \series default
31831 , marca la opción 
31832 \family sans
31833 Usar
31834 \family default
31835
31836 \begin_inset space ~
31837 \end_inset
31838
31839
31840 \family sans
31841 el
31842 \family default
31843
31844 \begin_inset space ~
31845 \end_inset
31846
31847
31848 \family sans
31849 paquete
31850 \family default
31851
31852 \begin_inset space ~
31853 \end_inset
31854
31855
31856 \family sans
31857 AMS
31858 \family default
31859  en la sección 
31860 \family sans
31861 Opciones para ecuaciones
31862 \family default
31863  de la configuración del documento.
31864 \end_layout
31865
31866 \begin_layout Standard
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872
31873 \backslash
31874 numberwithin{footnote}{chapter}
31875 \end_layout
31876
31877 \end_inset
31878
31879 Esto es otro ejemplo de nota al pie:
31880 \series bold
31881
31882 \begin_inset Foot
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 Nota al pie numerada en el esquema 
31887 \begin_inset Quotes eld
31888 \end_inset
31889
31890 capítulo.nota
31891 \begin_inset Quotes erd
31892 \end_inset
31893
31894 .
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \series default
31901
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907
31908 \backslash
31909 renewcommand{
31910 \backslash
31911 thefootnote}{
31912 \backslash
31913 arabic{footnote}}
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \begin_layout Standard
31922 \begin_inset Note Greyedout
31923 status open
31924
31925 \begin_layout Plain Layout
31926
31927 \series bold
31928 Nota: 
31929 \backslash
31930 numberwithin 
31931 \series default
31932 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
31933  previas para obtener números no arábigos se sobreescriben.
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Así, para obtener por ejemplo el esquema «capítulo.
31943 \backslash
31944 Roman{footnote}», usa este comando en vez de 
31945 \series bold
31946
31947 \backslash
31948 numberwithin
31949 \series default
31950 :
31951 \end_layout
31952
31953 \begin_layout Standard
31954
31955 \series bold
31956
31957 \backslash
31958 renewcommand{
31959 \backslash
31960 thefootnote}{
31961 \backslash
31962 thechapter.
31963 \backslash
31964 Roman{footnote}}
31965 \end_layout
31966
31967 \begin_layout Subsection
31968 Colocación de notas al pie
31969 \begin_inset Index idx
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973 Notas ! al pie ! colocación
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \begin_layout Standard
31982 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
31983  entre ellas al final de la página.
31984  Para hacerlas más legibles puedes añadir 1.5
31985 \begin_inset space \thinspace{}
31986 \end_inset
31987
31988 mm, p.
31989 \begin_inset space \thinspace{}
31990 \end_inset
31991
31992 ej., con el comando siguiente en el preámbulo:
31993 \end_layout
31994
31995 \begin_layout Standard
31996
31997 \series bold
31998
31999 \backslash
32000 let
32001 \backslash
32002 myFoot
32003 \backslash
32004 footnote
32005 \begin_inset Newline newline
32006 \end_inset
32007
32008
32009 \backslash
32010 renewcommand{
32011 \backslash
32012 footnote}[1]{
32013 \backslash
32014 myFoot{#1
32015 \backslash
32016 vspace{1.5mm}}}
32017 \end_layout
32018
32019 \begin_layout Standard
32020 \begin_inset VSpace bigskip
32021 \end_inset
32022
32023 En documentos a dos columnas la nota al pie aparece al final de cada columna,
32024  véase la figura
32025 \begin_inset space ~
32026 \end_inset
32027
32028
32029 \begin_inset CommandInset ref
32030 LatexCommand ref
32031 reference "fig:Colocación-standard-del-pie"
32032
32033 \end_inset
32034
32035 .
32036  Si las notas debieran mostrarse sólo al final de la columna derecha, como
32037  en la figura
32038 \begin_inset space ~
32039 \end_inset
32040
32041
32042 \begin_inset CommandInset ref
32043 LatexCommand ref
32044 reference "fig:Colocación-del-pie-en"
32045
32046 \end_inset
32047
32048 , usa el paquete \SpecialChar LaTeX
32049  
32050 \series bold
32051 ftnright
32052 \series default
32053
32054 \begin_inset Index idx
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058 \SpecialChar LaTeX
32059 -paquetes ! ftnright
32060 \end_layout
32061
32062 \end_inset
32063
32064  con este comando en el preámbulo:
32065 \end_layout
32066
32067 \begin_layout Standard
32068
32069 \series bold
32070
32071 \backslash
32072 usepackage{ftnright}
32073 \end_layout
32074
32075 \begin_layout Standard
32076 \begin_inset Float figure
32077 placement !h
32078 wide false
32079 sideways false
32080 status open
32081
32082 \begin_layout Plain Layout
32083 \noindent
32084 \align center
32085 \begin_inset Box Boxed
32086 position "t"
32087 hor_pos "c"
32088 has_inner_box 0
32089 inner_pos "t"
32090 use_parbox 0
32091 use_makebox 0
32092 width ""
32093 special "none"
32094 height "1in"
32095 height_special "totalheight"
32096 thickness "0.4pt"
32097 separation "3pt"
32098 shadowsize "4pt"
32099 framecolor "black"
32100 backgroundcolor "none"
32101 status open
32102
32103 \begin_layout Plain Layout
32104 \begin_inset Graphics
32105         filename ../clipart/without_fntright.pdf
32106         width 100col%
32107         scaleBeforeRotation
32108
32109 \end_inset
32110
32111
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \begin_layout Plain Layout
32120 \begin_inset Caption Standard
32121
32122 \begin_layout Plain Layout
32123 \begin_inset CommandInset label
32124 LatexCommand label
32125 name "fig:Colocación-standard-del-pie"
32126
32127 \end_inset
32128
32129 Colocación estándar de notas al pie en documentos a dos columnas.
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \begin_layout Standard
32143 \begin_inset Float figure
32144 placement !h
32145 wide false
32146 sideways false
32147 status open
32148
32149 \begin_layout Plain Layout
32150 \noindent
32151 \align center
32152 \begin_inset Box Boxed
32153 position "t"
32154 hor_pos "c"
32155 has_inner_box 0
32156 inner_pos "t"
32157 use_parbox 0
32158 use_makebox 0
32159 width ""
32160 special "none"
32161 height "1in"
32162 height_special "totalheight"
32163 thickness "0.4pt"
32164 separation "3pt"
32165 shadowsize "4pt"
32166 framecolor "black"
32167 backgroundcolor "none"
32168 status open
32169
32170 \begin_layout Plain Layout
32171 \begin_inset Graphics
32172         filename ../clipart/with_fntright.pdf
32173         width 100col%
32174         scaleBeforeRotation
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Plain Layout
32187 \begin_inset Caption Standard
32188
32189 \begin_layout Plain Layout
32190 \begin_inset CommandInset label
32191 LatexCommand label
32192 name "fig:Colocación-del-pie-en"
32193
32194 \end_inset
32195
32196 Colocación de la nota al pie en documentos a dos columnas cuando se usa
32197  el paquete \SpecialChar LaTeX
32198  
32199 \series bold
32200 ftnright
32201 \series default
32202 .
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 \begin_inset VSpace bigskip
32217 \end_inset
32218
32219 En alguna literatura científica es habitual reunir las notas para imprimirlas
32220  en un párrafo separado al final de la sección, como en la figura
32221 \begin_inset space ~
32222 \end_inset
32223
32224
32225 \begin_inset CommandInset ref
32226 LatexCommand ref
32227 reference "fig:Notas-al-pie-al-final"
32228
32229 \end_inset
32230
32231 .
32232  Para reunir las notas al final
32233 \begin_inset Index idx
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237 Notas ! al final
32238 \end_layout
32239
32240 \end_inset
32241
32242  en vez de a pie de página, carga en el menú 
32243 \family sans
32244 Documento\SpecialChar menuseparator
32245 Configuratión\SpecialChar menuseparator
32246 Módulos
32247 \family default
32248  el módulo 
32249 \family sans
32250 Pie
32251 \begin_inset space ~
32252 \end_inset
32253
32254 al
32255 \begin_inset space ~
32256 \end_inset
32257
32258 final
32259 \family default
32260 .
32261  Para insertar la colección de notas, escribe el comando
32262 \end_layout
32263
32264 \begin_layout Standard
32265
32266 \series bold
32267
32268 \backslash
32269 theendnotes
32270 \end_layout
32271
32272 \begin_layout Standard
32273 en código \SpecialChar TeX
32274  al final de una sección o capítulo.
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \begin_inset Float figure
32279 wide false
32280 sideways false
32281 status open
32282
32283 \begin_layout Plain Layout
32284 \align center
32285 \begin_inset Box Boxed
32286 position "t"
32287 hor_pos "c"
32288 has_inner_box 0
32289 inner_pos "t"
32290 use_parbox 0
32291 use_makebox 0
32292 width ""
32293 special "none"
32294 height "1in"
32295 height_special "totalheight"
32296 thickness "0.4pt"
32297 separation "3pt"
32298 shadowsize "4pt"
32299 framecolor "black"
32300 backgroundcolor "none"
32301 status open
32302
32303 \begin_layout Plain Layout
32304 \begin_inset Graphics
32305         filename ../clipart/endnotes.pdf
32306         width 100col%
32307         scaleBeforeRotation
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \end_inset
32315
32316
32317 \end_layout
32318
32319 \begin_layout Plain Layout
32320 \begin_inset Caption Standard
32321
32322 \begin_layout Plain Layout
32323 \begin_inset CommandInset label
32324 LatexCommand label
32325 name "fig:Notas-al-pie-al-final"
32326
32327 \end_inset
32328
32329 Notas al final: notas impresas en párrafo separado al final de la sección
32330  o del capítulo.
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 \begin_inset VSpace medskip
32345 \end_inset
32346
32347 La cabecera de párrafo para las notas finales no se traduce automáticamente
32348  al lenguaje del documento, hay que hacerlo manualmente.
32349  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
32350  español «Notas»:
32351 \end_layout
32352
32353 \begin_layout Standard
32354
32355 \series bold
32356
32357 \backslash
32358 renewcommand{
32359 \backslash
32360 notesname}{Notas}
32361 \end_layout
32362
32363 \begin_layout Standard
32364 \begin_inset VSpace medskip
32365 \end_inset
32366
32367 La numeración de notas finales puede cambiarse como la de las notas al pie,
32368  como se describe en la sección
32369 \begin_inset space ~
32370 \end_inset
32371
32372
32373 \begin_inset CommandInset ref
32374 LatexCommand ref
32375 reference "subsec:Numeración-de-Notas-al-Pie"
32376
32377 \end_inset
32378
32379 ; sólo hay que reemplazar el comando 
32380 \series bold
32381
32382 \backslash
32383 thefootnote
32384 \series default
32385  por 
32386 \series bold
32387
32388 \backslash
32389 theendnote
32390 \series default
32391 .
32392  Para restablecer la numeración usa el comando 
32393 \series bold
32394
32395 \backslash
32396 @addtoreset
32397 \series default
32398  como se describe en la sección
32399 \begin_inset space ~
32400 \end_inset
32401
32402
32403 \begin_inset CommandInset ref
32404 LatexCommand ref
32405 reference "subsec:Numeración-de-Notas-al-Pie"
32406
32407 \end_inset
32408
32409  y sustituye el parámetro de comando 
32410 \series bold
32411 footnote
32412 \series default
32413  por 
32414 \series bold
32415 endnote
32416 \series default
32417 .
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Para notas al final hay el comando el comando 
32422 \series bold
32423
32424 \backslash
32425 endnotemark[número]
32426 \series default
32427  similar al comando 
32428 \series bold
32429
32430 \backslash
32431 footnotemark
32432 \series default
32433 , descrito en la sección
32434 \begin_inset space ~
32435 \end_inset
32436
32437
32438 \begin_inset CommandInset ref
32439 LatexCommand ref
32440 reference "sec:Notas-al-pie"
32441
32442 \end_inset
32443
32444 .
32445 \end_layout
32446
32447 \begin_layout Standard
32448 \begin_inset VSpace bigskip
32449 \end_inset
32450
32451 Las notas al pie también pueden colocarse al margen de la página y la alineación
32452  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
32453  
32454 \series bold
32455 footmisc
32456 \series default
32457
32458 \begin_inset Index idx
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462 \SpecialChar LaTeX
32463 -paquetes ! footmisc
32464 \end_layout
32465
32466 \end_inset
32467
32468  
32469 \begin_inset CommandInset citation
32470 LatexCommand cite
32471 key "footmisc"
32472 literal "true"
32473
32474 \end_inset
32475
32476  para más información.
32477 \end_layout
32478
32479 \begin_layout Standard
32480 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
32481
32482 \begin_inset CommandInset citation
32483 LatexCommand cite
32484 key "latexcompanion,latexguide,latexbook"
32485 literal "true"
32486
32487 \end_inset
32488
32489 .
32490  Si estás usando una clase de documento 
32491 \series bold
32492 KOMA-Script
32493 \series default
32494
32495 \begin_inset Index idx
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499 \SpecialChar LaTeX
32500 -paquetes ! KOMA-Script
32501 \end_layout
32502
32503 \end_inset
32504
32505 , puedes ajustar las características de las notas al pie mediante comandos
32506  específicos de la clase, véase 
32507 \begin_inset CommandInset citation
32508 LatexCommand cite
32509 key "KOMA-Script"
32510 literal "true"
32511
32512 \end_inset
32513
32514 .
32515 \end_layout
32516
32517 \begin_layout Section
32518 Notas al margen
32519 \begin_inset Index idx
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523 Notas ! al margen
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Standard
32532 Las notas al margen se ven y se comportan en \SpecialChar LyX
32533  como notas al pie.
32534  Se insertan con el menú 
32535 \family sans
32536 Insertar\SpecialChar menuseparator
32537 Nota
32538 \begin_inset space ~
32539 \end_inset
32540
32541 al
32542 \begin_inset space ~
32543 \end_inset
32544
32545 margen
32546 \family default
32547  o con el botón 
32548 \begin_inset Info
32549 type  "icon"
32550 arg   "marginalnote-insert"
32551 \end_inset
32552
32553 .
32554  Aparece un cuadro gris con la etiqueta 
32555 \family roman
32556 \series medium
32557 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
32558 \end_layout
32559
32560 \begin_layout Standard
32561 Al lado hay un ejemplo de nota al margen.
32562
32563 \family roman
32564 \series medium
32565  
32566 \begin_inset Marginal
32567 status open
32568
32569 \begin_layout Plain Layout
32570 Esto es una nota al margen.
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 Estas notas salen en el margen derecho en documentos a una cara.
32580  En documentos a doble cara se muestran en el margen externo —margen izquierdo
32581  en páginas pares, derecho en páginas impares—.
32582  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
32583  a la derecha si la nota aparece en el margen izquierdo—.
32584  La primera línea de la nota se sitúa en la posición de la línea del texto
32585  en la que se inserta en el documento.
32586 \end_layout
32587
32588 \begin_layout Standard
32589 \begin_inset VSpace bigskip
32590 \end_inset
32591
32592 Para colocar la nota en el margen interno añade el comando
32593 \end_layout
32594
32595 \begin_layout Standard
32596
32597 \series bold
32598
32599 \backslash
32600 reversemarginpar
32601 \end_layout
32602
32603 \begin_layout Standard
32604 en código \SpecialChar TeX
32605  antes de la nota.
32606  La nueva colocación es válida para todas las siguientes notas al margen.
32607  
32608 \begin_inset ERT
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612
32613
32614 \backslash
32615 reversemarginpar 
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \begin_inset Marginal
32622 status open
32623
32624 \begin_layout Plain Layout
32625 Esto es una nota en el margen interno.
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \series bold
32632
32633 \begin_inset Newline newline
32634 \end_inset
32635
32636
32637 \series default
32638
32639 \begin_inset Note Greyedout
32640 status open
32641
32642 \begin_layout Plain Layout
32643
32644 \series bold
32645 Nota:
32646 \series default
32647  A veces no hay espacio suficiente en el margen interno, por lo que la nota
32648  no se mostrará correctamente en la salida.
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \begin_layout Standard
32657 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
32658  el comando
32659 \begin_inset ERT
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663
32664
32665 \backslash
32666 normalmarginpar 
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675
32676 \series bold
32677
32678 \backslash
32679 normalmarginpar
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \begin_inset Note Greyedout
32684 status open
32685
32686 \begin_layout Plain Layout
32687
32688 \series bold
32689 Nota:
32690 \series default
32691  El comando se ignora si en el mismo párrafo está también presente el comando
32692  
32693 \series bold
32694
32695 \backslash
32696 reversemarginpar
32697 \series default
32698 .
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 \begin_inset VSpace bigskip
32708 \end_inset
32709
32710
32711 \family roman
32712 \series medium
32713
32714 \begin_inset Marginal
32715 status open
32716
32717 \begin_layout Plain Layout
32718 PalabraMuyLargaAlMargen no partida con guión.
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \family default
32725 \series default
32726  Como en el caso descrito en la sección
32727 \begin_inset space ~
32728 \end_inset
32729
32730
32731 \begin_inset CommandInset ref
32732 LatexCommand ref
32733 reference "subsec:Líneas-Múltiples-en"
32734
32735 \end_inset
32736
32737 , una palabra larga no puede partirse con guión cuando es la primera en
32738  la nota al margen.
32739  Para evitar esto, inserta un espacio horizontal de 0
32740 \begin_inset space \thinspace{}
32741 \end_inset
32742
32743 pt antes de la palabra
32744 \family roman
32745 \series medium
32746 .
32747 \end_layout
32748
32749 \begin_layout Standard
32750
32751 \family roman
32752 \series medium
32753 \begin_inset Marginal
32754 status open
32755
32756 \begin_layout Plain Layout
32757 \begin_inset ERT
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761
32762
32763 \backslash
32764 hspace{0pt}
32765 \end_layout
32766
32767 \end_inset
32768
32769 PalabraMuyLargaAlMargen partida con guión.
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \begin_layout Standard
32778 \begin_inset VSpace bigskip
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Standard
32785 \begin_inset Note Greyedout
32786 status open
32787
32788 \begin_layout Plain Layout
32789
32790 \series bold
32791 Nota:
32792 \series default
32793  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
32794  y notas al pie.
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \begin_inset VSpace bigskip
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \begin_layout Standard
32810 \begin_inset ERT
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814
32815
32816 \backslash
32817 ifmarginnote
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \begin_inset Note Note
32824 status open
32825
32826 \begin_layout Plain Layout
32827 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32828  \SpecialChar LaTeX
32829  
32830 \series bold
32831 marginnote
32832 \series default
32833 .
32834 \end_layout
32835
32836 \end_inset
32837
32838
32839 \end_layout
32840
32841 \begin_layout Standard
32842 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
32843  
32844 \series bold
32845 marginnote
32846 \series default
32847
32848 \begin_inset Index idx
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 \SpecialChar LaTeX
32853 -paquetes ! marginnote
32854 \end_layout
32855
32856 \end_inset
32857
32858 .
32859  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
32860  para notas
32861  al margen es redefinido para usar el comando proporcionado por el paquete
32862  
32863 \series bold
32864 marginnote
32865 \series default
32866 :
32867 \end_layout
32868
32869 \begin_layout Standard
32870
32871 \series bold
32872
32873 \backslash
32874 usepackage{marginnote}
32875 \begin_inset Newline newline
32876 \end_inset
32877
32878
32879 \backslash
32880 let
32881 \backslash
32882 marginpar
32883 \backslash
32884 marginnote
32885 \end_layout
32886
32887 \begin_layout Standard
32888 Esto se ha utilizado en el presente documento porque 
32889 \series bold
32890 marginnote
32891 \series default
32892  tiene una característica adicional útil: Puedes establecer un desplazamiento
32893  vertical a la nota.
32894  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
32895  diseño de la página.
32896  En \SpecialChar LyX
32897 , el desplazamiento se escribe directamente tras la nota al margen,
32898  en código \SpecialChar TeX
32899
32900 \end_layout
32901
32902 \begin_layout Standard
32903
32904 \series bold
32905 [desplazamiento]
32906 \end_layout
32907
32908 \begin_layout Standard
32909 donde desplazamiento es una longitud en una de las unidades del cuadro
32910 \begin_inset space ~
32911 \end_inset
32912
32913
32914 \begin_inset CommandInset ref
32915 LatexCommand ref
32916 reference "tab:Unidades"
32917
32918 \end_inset
32919
32920 .
32921  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
32922  abajo.
32923  
32924 \family roman
32925 \series medium
32926 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
32927 \begin_inset space \thinspace{}
32928 \end_inset
32929
32930 cm arriba con el comando en código \SpecialChar TeX
32931  
32932 \begin_inset Quotes eld
32933 \end_inset
32934
32935
32936 \family default
32937 \series bold
32938 [-1.5cm]
32939 \family roman
32940 \series medium
32941
32942 \begin_inset Quotes erd
32943 \end_inset
32944
32945
32946 \begin_inset Marginal
32947 status collapsed
32948
32949 \begin_layout Plain Layout
32950 Esta nota está 1.5
32951 \begin_inset space \thinspace{}
32952 \end_inset
32953
32954 cm por encima de su posición original.
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \family default
32961 \series default
32962
32963 \begin_inset ERT
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968 [-1.5cm]
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 \begin_inset VSpace medskip
32978 \end_inset
32979
32980 Con 
32981 \series bold
32982 marginnote
32983 \series default
32984  también puedes cambiar la alineación del texto en el margen.
32985  Por ejemplo los comandos
32986 \end_layout
32987
32988 \begin_layout Standard
32989
32990 \series bold
32991
32992 \backslash
32993 renewcommand*{
32994 \backslash
32995 raggedleftmarginnote}{
32996 \backslash
32997 centering}
32998 \begin_inset Newline newline
32999 \end_inset
33000
33001
33002 \backslash
33003 renewcommand*{
33004 \backslash
33005 raggedrightmarginnote}{
33006 \backslash
33007 centering}
33008 \end_layout
33009
33010 \begin_layout Standard
33011 producen alineación centrada.
33012  
33013 \series bold
33014
33015 \backslash
33016 raggedleftmarginnote
33017 \series default
33018  identifica las notas que aparecen al lado izquierdo.
33019 \family roman
33020 \series medium
33021
33022 \begin_inset ERT
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026
33027
33028 \backslash
33029 renewcommand*{
33030 \backslash
33031 raggedleftmarginnote}{
33032 \backslash
33033 centering}
33034 \end_layout
33035
33036 \begin_layout Plain Layout
33037
33038
33039 \backslash
33040 renewcommand*{
33041 \backslash
33042 raggedrightmarginnote}{
33043 \backslash
33044 centering}
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \begin_inset Marginal
33051 status open
33052
33053 \begin_layout Plain Layout
33054 El texto de esta nota está centrado.
33055 \end_layout
33056
33057 \end_inset
33058
33059
33060 \family default
33061 \series default
33062  El valor predeterminado es 
33063 \end_layout
33064
33065 \begin_layout Standard
33066
33067 \series bold
33068
33069 \backslash
33070 renewcommand*{
33071 \backslash
33072 raggedleftmarginnote}{
33073 \backslash
33074 raggedleft}
33075 \begin_inset Newline newline
33076 \end_inset
33077
33078
33079 \backslash
33080 renewcommand*{
33081 \backslash
33082 raggedrightmarginnote}{
33083 \backslash
33084 raggedright}
33085 \family roman
33086 \series medium
33087
33088 \begin_inset ERT
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092
33093
33094 \backslash
33095 renewcommand*{
33096 \backslash
33097 raggedleftmarginnote}{
33098 \backslash
33099 raggedleft}
33100 \end_layout
33101
33102 \begin_layout Plain Layout
33103
33104
33105 \backslash
33106 renewcommand*{
33107 \backslash
33108 raggedrightmarginnote}{
33109 \backslash
33110 raggedright}
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Standard
33119 \begin_inset VSpace medskip
33120 \end_inset
33121
33122 Para otras características de 
33123 \series bold
33124 marginnote
33125 \series default
33126  mira en su documentación 
33127 \begin_inset CommandInset citation
33128 LatexCommand cite
33129 key "marginnote"
33130 literal "true"
33131
33132 \end_inset
33133
33134 .
33135 \end_layout
33136
33137 \begin_layout Standard
33138 \begin_inset VSpace bigskip
33139 \end_inset
33140
33141 El diseño de las notas al margen puede ser redefinido.
33142  Por ejemplo, para crear una cabecera para todas las notas con el texto
33143  
33144 \begin_inset Quotes eld
33145 \end_inset
33146
33147
33148 \series bold
33149 \bar under
33150 ¡
33151 \family sans
33152 Atención
33153 \family default
33154 !
33155 \series default
33156 \bar default
33157
33158 \begin_inset Quotes erd
33159 \end_inset
33160
33161 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
33162 \end_layout
33163
33164 \begin_layout Standard
33165
33166 \series bold
33167
33168 \backslash
33169 let
33170 \backslash
33171 myMarginpar
33172 \backslash
33173 marginpar
33174 \begin_inset Newline newline
33175 \end_inset
33176
33177
33178 \backslash
33179 renewcommand{
33180 \backslash
33181 marginpar}[1]{
33182 \backslash
33183 myMarginpar{%
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187
33188 \begin_inset Phantom HPhantom
33189 status open
33190
33191 \begin_layout Plain Layout
33192
33193 \series bold
33194 \begin_inset space ~
33195 \end_inset
33196
33197
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \backslash
33204 hspace{0pt}
33205 \backslash
33206 textsf{
33207 \backslash
33208 textbf{
33209 \backslash
33210 underbar{¡Atención!}}}%
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \begin_inset Phantom HPhantom
33216 status open
33217
33218 \begin_layout Plain Layout
33219
33220 \series bold
33221 \begin_inset space ~
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \backslash
33231 vspace{1.5mm}
33232 \backslash
33233
33234 \backslash
33235 #1}}
33236 \end_layout
33237
33238 \begin_layout Standard
33239
33240 \family roman
33241 \series medium
33242 \begin_inset ERT
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246
33247
33248 \backslash
33249 let
33250 \backslash
33251 myMarginpar
33252 \backslash
33253 marginpar
33254 \end_layout
33255
33256 \begin_layout Plain Layout
33257
33258
33259 \backslash
33260 renewcommand{
33261 \backslash
33262 marginpar}[1]{
33263 \backslash
33264 myMarginpar{%
33265 \end_layout
33266
33267 \begin_layout Plain Layout
33268
33269    
33270 \backslash
33271 textsf{
33272 \backslash
33273 textbf{
33274 \backslash
33275 underbar{¡Atención!}}}%
33276 \end_layout
33277
33278 \begin_layout Plain Layout
33279
33280    
33281 \backslash
33282 vspace{1.5mm}
33283 \backslash
33284
33285 \backslash
33286 #1}}
33287 \end_layout
33288
33289 \end_inset
33290
33291
33292 \begin_inset Marginal
33293 status open
33294
33295 \begin_layout Plain Layout
33296 Esta es una nota con una cabecera definida.
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \family default
33303 \series default
33304
33305 \begin_inset ERT
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309
33310 [-1.5cm]
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \family roman
33317 \series medium
33318
33319 \begin_inset ERT
33320 status collapsed
33321
33322 \begin_layout Plain Layout
33323
33324
33325 \backslash
33326 renewcommand{
33327 \backslash
33328 marginpar}[1]{
33329 \backslash
33330 myMarginpar{#1}}
33331 \end_layout
33332
33333 \end_inset
33334
33335
33336 \family default
33337 \series default
33338
33339 \begin_inset Note Note
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Standard
33352 \begin_inset ERT
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356
33357
33358 \backslash
33359 else
33360 \end_layout
33361
33362 \end_inset
33363
33364
33365 \begin_inset Note Note
33366 status open
33367
33368 \begin_layout Plain Layout
33369 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
33370  
33371 \series bold
33372 marginnote
33373 \series default
33374 .
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 Debes instalar el paquete \SpecialChar LaTeX
33384  
33385 \series bold
33386 marginnote
33387 \series default
33388  para ver la parte siguiente en la salida.
33389 \end_layout
33390
33391 \begin_layout Standard
33392 \begin_inset ERT
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396
33397
33398 \backslash
33399 fi
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Chapter
33408 Marcos
33409 \end_layout
33410
33411 \begin_layout Section
33412 Introducción
33413 \begin_inset Index idx
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417 Marcos ! Introducción
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Standard
33426 Los marcos se emplean para dar formato a bloques de texto.
33427  Se pueden usar para escribir documentos con varios idiomas, véase sección
33428 \begin_inset space ~
33429 \end_inset
33430
33431
33432 \begin_inset CommandInset ref
33433 LatexCommand ref
33434 reference "sec:Minipáginas"
33435
33436 \end_inset
33437
33438 , enmarcar textos, véase sección
33439 \begin_inset space ~
33440 \end_inset
33441
33442
33443 \begin_inset CommandInset ref
33444 LatexCommand ref
33445 reference "sec:Decoración"
33446
33447 \end_inset
33448
33449 , evitar la división de palabras, véase sección
33450 \begin_inset space ~
33451 \end_inset
33452
33453
33454 \begin_inset CommandInset ref
33455 LatexCommand ref
33456 reference "sec:Evitar-la-Partición"
33457
33458 \end_inset
33459
33460 , alinear texto, véase sección
33461 \begin_inset space ~
33462 \end_inset
33463
33464
33465 \begin_inset CommandInset ref
33466 LatexCommand ref
33467 reference "subsec:Alineación-Vertical"
33468
33469 \end_inset
33470
33471 , o para poner color de fondo a un texto, véase sección
33472 \begin_inset space ~
33473 \end_inset
33474
33475
33476 \begin_inset CommandInset ref
33477 LatexCommand ref
33478 reference "sec:Marcos-Coloreados"
33479
33480 \end_inset
33481
33482 .
33483 \end_layout
33484
33485 \begin_layout Standard
33486 Se insertan con el menú 
33487 \family sans
33488 Insertar\SpecialChar menuseparator
33489 Marco
33490 \family default
33491  o con el botón 
33492 \begin_inset Info
33493 type  "icon"
33494 arg   "box-insert Frameless"
33495 \end_inset
33496
33497 .
33498  Surge un recuadro gris con la etiqueta 
33499 \family sans
33500 Marco (Minipágina)
33501 \family default
33502
33503 \begin_inset Graphics
33504         filename clipart/CuadroMinipagina.png
33505         scale 95
33506
33507 \end_inset
33508
33509 .
33510  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
33511  
33512 \family sans
33513 Configuración
33514 \family default
33515 .
33516  Sale un diálogo en el que 
33517 \family sans
33518 Marco
33519 \family default
33520
33521 \begin_inset space ~
33522 \end_inset
33523
33524
33525 \family sans
33526 interior
33527 \family default
33528  permite escoger los tipos
33529 \family sans
33530  Minipágina
33531 \family default
33532
33533 \family sans
33534 Marco de párrafo
33535 \family default
33536  y 
33537 \family sans
33538 Marco de 
33539 \family default
33540 línea.
33541  
33542 \family sans
33543 Minipágina
33544 \family default
33545  es el predeterminado para nuevos marcos y se explica en la sección
33546 \begin_inset space ~
33547 \end_inset
33548
33549
33550 \begin_inset CommandInset ref
33551 LatexCommand ref
33552 reference "sec:Minipáginas"
33553
33554 \end_inset
33555
33556 ; el tipo 
33557 \family sans
33558 Marco de párrafo
33559 \family default
33560  se describe en la sección
33561 \begin_inset space ~
33562 \end_inset
33563
33564
33565 \begin_inset CommandInset ref
33566 LatexCommand ref
33567 reference "sec:Marcos-de-Párrafo"
33568
33569 \end_inset
33570
33571  y el tipo 
33572 \family sans
33573 Marco de línea
33574 \family default
33575  se describe en la sección
33576 \begin_inset space ~
33577 \end_inset
33578
33579
33580 \begin_inset CommandInset ref
33581 LatexCommand ref
33582 reference "sec:Evitar-la-Partición"
33583
33584 \end_inset
33585
33586 .
33587 \end_layout
33588
33589 \begin_layout Standard
33590 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
33591  o las notas al pie.
33592 \end_layout
33593
33594 \begin_layout Standard
33595 \begin_inset Note Greyedout
33596 status open
33597
33598 \begin_layout Plain Layout
33599
33600 \series bold
33601 Nota:
33602 \series default
33603  Los marcos no deben ser el ítem en un entorno 
33604 \family sans
33605 Enumeración*
33606 \family default
33607  o 
33608 \family sans
33609 Descripción
33610 \family default
33611 .
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset Note Greyedout
33621 status open
33622
33623 \begin_layout Plain Layout
33624
33625 \series bold
33626 Nota:
33627 \series default
33628  Por razones desconocidas sólo se puede poner el tipo 
33629 \family sans
33630 Marco
33631 \begin_inset space ~
33632 \end_inset
33633
33634 interior
33635 \family default
33636  en 
33637 \family sans
33638 Ninguno
33639 \family default
33640  cuando se emplea un marco enmarcado.
33641  Los marcos sin ningún tipo de 
33642 \family sans
33643 Marco
33644 \begin_inset space ~
33645 \end_inset
33646
33647 interior
33648 \family default
33649  y sin bordes se explican en la sección
33650 \begin_inset space ~
33651 \end_inset
33652
33653
33654 \begin_inset CommandInset ref
33655 LatexCommand ref
33656 reference "sec:Evitar-la-Partición"
33657
33658 \end_inset
33659
33660 .
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \begin_layout Section
33669 Diálogo de marcos
33670 \begin_inset CommandInset label
33671 LatexCommand label
33672 name "sec:Diálogo-Marcos"
33673
33674 \end_inset
33675
33676
33677 \begin_inset Index idx
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681 Marcos ! Configuración
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Subsection
33690 Tamaño
33691 \begin_inset Index idx
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 Marcos ! Tamaño
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 En el diálogo puedes ajustar la geometría del marco en los campos 
33705 \family sans
33706 Ancho
33707 \family default
33708  y 
33709 \family sans
33710 Alto
33711 \family default
33712 .
33713  Las unidades disponibles para la geometría se describen en el cuadro
33714 \begin_inset space ~
33715 \end_inset
33716
33717
33718 \begin_inset CommandInset ref
33719 LatexCommand ref
33720 reference "tab:Unidades"
33721
33722 \end_inset
33723
33724 .
33725  El campo 
33726 \family sans
33727 Alto
33728 \family default
33729  ofrece los siguientes tamaños adicionales:
33730 \end_layout
33731
33732 \begin_layout Description
33733 Profundidad Es la 
33734 \begin_inset Quotes cld
33735 \end_inset
33736
33737 altura
33738 \begin_inset Quotes crd
33739 \end_inset
33740
33741  del texto plano.
33742  Ignora la profundidad total cuando hay múltiples líneas de texto en el
33743  marco:
33744 \begin_inset Newline newline
33745 \end_inset
33746
33747
33748 \begin_inset Newline newline
33749 \end_inset
33750
33751
33752 \begin_inset Newline newline
33753 \end_inset
33754
33755
33756 \begin_inset Newline newline
33757 \end_inset
33758
33759
33760 \begin_inset Box Boxed
33761 position "c"
33762 hor_pos "c"
33763 has_inner_box 1
33764 inner_pos "c"
33765 use_parbox 0
33766 use_makebox 0
33767 width "12col%"
33768 special "none"
33769 height "1in"
33770 height_special "depth"
33771 thickness "0.4pt"
33772 separation "3pt"
33773 shadowsize "4pt"
33774 framecolor "black"
33775 backgroundcolor "none"
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779 \align center
33780 Marco con altura establecida en 1
33781 \begin_inset space \thinspace{}
33782 \end_inset
33783
33784 Profundidad
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \begin_inset Newline newline
33791 \end_inset
33792
33793
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Description
33801 Alto Es la altura del texto que está dentro del marco.
33802  Un valor de, p.
33803 \begin_inset space \thinspace{}
33804 \end_inset
33805
33806 ej.
33807 \begin_inset space ~
33808 \end_inset
33809
33810 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
33811  
33812 \begin_inset Box Boxed
33813 position "c"
33814 hor_pos "c"
33815 has_inner_box 1
33816 inner_pos "c"
33817 use_parbox 0
33818 use_makebox 0
33819 width "20col%"
33820 special "none"
33821 height "2in"
33822 height_special "height"
33823 thickness "0.4pt"
33824 separation "3pt"
33825 shadowsize "4pt"
33826 framecolor "black"
33827 backgroundcolor "none"
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831 \align center
33832 Marco con altura puesta en 2
33833 \begin_inset space \thinspace{}
33834 \end_inset
33835
33836 Alto
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \begin_layout Description
33845 Alto
33846 \begin_inset space ~
33847 \end_inset
33848
33849 total Esto es el Alto
33850 \begin_inset space \thinspace{}
33851 \end_inset
33852
33853 +
33854 \begin_inset space \thinspace{}
33855 \end_inset
33856
33857 Profundidad: 
33858 \begin_inset Box Boxed
33859 position "c"
33860 hor_pos "c"
33861 has_inner_box 1
33862 inner_pos "c"
33863 use_parbox 0
33864 use_makebox 0
33865 width "20col%"
33866 special "none"
33867 height "1in"
33868 height_special "totalheight"
33869 thickness "0.4pt"
33870 separation "3pt"
33871 shadowsize "4pt"
33872 framecolor "black"
33873 backgroundcolor "none"
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 \align center
33878 Marco con altura puesta a 1
33879 \begin_inset space \thinspace{}
33880 \end_inset
33881
33882 Alto
33883 \begin_inset space ~
33884 \end_inset
33885
33886 total
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Description
33895 Ancho Esto determina al ancho del marco como altura: 
33896 \begin_inset Box Boxed
33897 position "c"
33898 hor_pos "c"
33899 has_inner_box 1
33900 inner_pos "c"
33901 use_parbox 0
33902 use_makebox 0
33903 width "12col%"
33904 special "none"
33905 height "1in"
33906 height_special "width"
33907 thickness "0.4pt"
33908 separation "3pt"
33909 shadowsize "4pt"
33910 framecolor "black"
33911 backgroundcolor "none"
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 \align center
33916 Marco con altura puesta en 1
33917 \begin_inset space \thinspace{}
33918 \end_inset
33919
33920 Ancho
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Subsection
33929 Alineación
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 Marcos ! Alineación
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Si has elegido un 
33944 \family sans
33945 Marco
33946 \begin_inset space ~
33947 \end_inset
33948
33949 interior
33950 \family default
33951 , la alineación vertical del marco puede ser:
33952 \end_layout
33953
33954 \begin_layout Description
33955 Superior Ejemplo de línea de texto.
33956  
33957 \begin_inset Box Boxed
33958 position "t"
33959 hor_pos "c"
33960 has_inner_box 1
33961 inner_pos "c"
33962 use_parbox 0
33963 use_makebox 0
33964 width "12col%"
33965 special "none"
33966 height "1in"
33967 height_special "totalheight"
33968 thickness "0.4pt"
33969 separation "3pt"
33970 shadowsize "4pt"
33971 framecolor "black"
33972 backgroundcolor "none"
33973 status collapsed
33974
33975 \begin_layout Plain Layout
33976 \align center
33977 marco alineado arriba.
33978 \end_layout
33979
33980 \end_inset
33981
33982  Ejemplo de línea de texto.
33983 \end_layout
33984
33985 \begin_layout Description
33986 Medio Ejemplo de línea de texto.
33987  
33988 \begin_inset Box Boxed
33989 position "c"
33990 hor_pos "c"
33991 has_inner_box 1
33992 inner_pos "c"
33993 use_parbox 0
33994 use_makebox 0
33995 width "12col%"
33996 special "none"
33997 height "1in"
33998 height_special "totalheight"
33999 thickness "0.4pt"
34000 separation "3pt"
34001 shadowsize "4pt"
34002 framecolor "black"
34003 backgroundcolor "none"
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 \align center
34008 marco alineado en medio.
34009 \end_layout
34010
34011 \end_inset
34012
34013  Ejemplo de línea de texto.
34014 \end_layout
34015
34016 \begin_layout Description
34017 Inferior Ejemplo de línea de texto.
34018  
34019 \begin_inset Box Boxed
34020 position "b"
34021 hor_pos "c"
34022 has_inner_box 1
34023 inner_pos "c"
34024 use_parbox 0
34025 use_makebox 0
34026 width "12col%"
34027 special "none"
34028 height "1in"
34029 height_special "totalheight"
34030 thickness "0.4pt"
34031 separation "3pt"
34032 shadowsize "4pt"
34033 framecolor "black"
34034 backgroundcolor "none"
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038 \align center
34039 marco alineado abajo.
34040 \end_layout
34041
34042 \end_inset
34043
34044  Ejemplo de línea de texto.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 \begin_inset Note Greyedout
34049 status open
34050
34051 \begin_layout Plain Layout
34052
34053 \series bold
34054 Nota:
34055 \series default
34056  La alineación vertical puede desaparecer en la salida si hay dos marcos
34057  en una línea y, p.
34058 \begin_inset space \thinspace{}
34059 \end_inset
34060
34061 ej., uno de ellos tiene sombreado y el otro no.
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \begin_layout Standard
34070 La alineación horizontal del marco puede establecerse en el diálogo de configura
34071 ción de párrafo de \SpecialChar LyX
34072  si colocas el marco en su propio párrafo.
34073 \end_layout
34074
34075 \begin_layout Standard
34076 \begin_inset VSpace bigskip
34077 \end_inset
34078
34079 Si has escogido un 
34080 \family sans
34081 Marco
34082 \begin_inset space ~
34083 \end_inset
34084
34085 interior
34086 \family default
34087 , el contenido puede alinearse verticalmente a:
34088 \end_layout
34089
34090 \begin_layout Description
34091 Superior Ejemplo de línea de texto.
34092  
34093 \begin_inset Box Boxed
34094 position "c"
34095 hor_pos "c"
34096 has_inner_box 1
34097 inner_pos "t"
34098 use_parbox 0
34099 use_makebox 0
34100 width "12col%"
34101 special "none"
34102 height "1.5in"
34103 height_special "totalheight"
34104 thickness "0.4pt"
34105 separation "3pt"
34106 shadowsize "4pt"
34107 framecolor "black"
34108 backgroundcolor "none"
34109 status collapsed
34110
34111 \begin_layout Plain Layout
34112 \align center
34113 marco con texto alineado arriba.
34114 \end_layout
34115
34116 \end_inset
34117
34118  Ejemplo de línea de texto.
34119 \end_layout
34120
34121 \begin_layout Description
34122 Medio Ejemplo de línea de texto.
34123  
34124 \begin_inset Box Boxed
34125 position "c"
34126 hor_pos "c"
34127 has_inner_box 1
34128 inner_pos "c"
34129 use_parbox 0
34130 use_makebox 0
34131 width "12col%"
34132 special "none"
34133 height "1.5in"
34134 height_special "totalheight"
34135 thickness "0.4pt"
34136 separation "3pt"
34137 shadowsize "4pt"
34138 framecolor "black"
34139 backgroundcolor "none"
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143 \align center
34144 marco con texto alineado en medio.
34145 \end_layout
34146
34147 \end_inset
34148
34149  Ejemplo de línea de texto.
34150 \end_layout
34151
34152 \begin_layout Description
34153 Inferior Ejemplo de línea de texto.
34154  
34155 \begin_inset Box Boxed
34156 position "c"
34157 hor_pos "c"
34158 has_inner_box 1
34159 inner_pos "b"
34160 use_parbox 0
34161 use_makebox 0
34162 width "12col%"
34163 special "none"
34164 height "1.5in"
34165 height_special "totalheight"
34166 thickness "0.4pt"
34167 separation "3pt"
34168 shadowsize "4pt"
34169 framecolor "black"
34170 backgroundcolor "none"
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174 \align center
34175 marco con texto alineado abajo.
34176 \end_layout
34177
34178 \end_inset
34179
34180  Ejemplo de línea de texto.
34181 \end_layout
34182
34183 \begin_layout Description
34184 Estirado Ejemplo de línea de texto.
34185  
34186 \begin_inset Box Boxed
34187 position "c"
34188 hor_pos "c"
34189 has_inner_box 1
34190 inner_pos "s"
34191 use_parbox 0
34192 use_makebox 0
34193 width "12col%"
34194 special "none"
34195 height "1.5in"
34196 height_special "totalheight"
34197 thickness "0.4pt"
34198 separation "3pt"
34199 shadowsize "4pt"
34200 framecolor "black"
34201 backgroundcolor "none"
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 \align center
34206 Este texto
34207 \end_layout
34208
34209 \begin_layout Plain Layout
34210 \align center
34211 está
34212 \end_layout
34213
34214 \begin_layout Plain Layout
34215 \align center
34216 estirado.
34217 \end_layout
34218
34219 \end_inset
34220
34221  Ejemplo de línea de texto.
34222 \end_layout
34223
34224 \begin_layout Standard
34225 Para estirar el contenido debe tener más de un párrafo.
34226  En el ejemplo anterior cada línea de texto está en un párrafo propio.
34227 \end_layout
34228
34229 \begin_layout Standard
34230 \begin_inset VSpace bigskip
34231 \end_inset
34232
34233 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
34234  \SpecialChar LyX
34235  cuando hayas escogido un 
34236 \family sans
34237 Marco
34238 \begin_inset space ~
34239 \end_inset
34240
34241 interior
34242 \family default
34243 .
34244 \end_layout
34245
34246 \begin_layout Standard
34247 \align center
34248 \begin_inset Box Boxed
34249 position "c"
34250 hor_pos "c"
34251 has_inner_box 1
34252 inner_pos "s"
34253 use_parbox 0
34254 use_makebox 0
34255 width "15col%"
34256 special "none"
34257 height "1.25in"
34258 height_special "totalheight"
34259 thickness "0.4pt"
34260 separation "3pt"
34261 shadowsize "4pt"
34262 framecolor "black"
34263 backgroundcolor "none"
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 \align left
34268 marco
34269 \end_layout
34270
34271 \begin_layout Plain Layout
34272 \align center
34273 con texto
34274 \end_layout
34275
34276 \begin_layout Plain Layout
34277 \align right
34278 estirado
34279 \end_layout
34280
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \begin_layout Standard
34287 Si no has establecido un 
34288 \family sans
34289 Marco
34290 \begin_inset space ~
34291 \end_inset
34292
34293 interior
34294 \family default
34295 , puedes alinear horizontalmente el contenido del marco en el diálogo de
34296  marcos.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 \align center
34301 \begin_inset Box Boxed
34302 position "c"
34303 hor_pos "s"
34304 has_inner_box 0
34305 inner_pos "s"
34306 use_parbox 0
34307 use_makebox 0
34308 width "90col%"
34309 special "none"
34310 height "1.25in"
34311 height_special "totalheight"
34312 thickness "0.4pt"
34313 separation "3pt"
34314 shadowsize "4pt"
34315 framecolor "black"
34316 backgroundcolor "none"
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320 Texto estirado horizontalmente.
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Subsection
34329 Decoración
34330 \begin_inset CommandInset label
34331 LatexCommand label
34332 name "sec:Decoración"
34333
34334 \end_inset
34335
34336
34337 \begin_inset Index idx
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341 Marcos ! Decoración
34342 \end_layout
34343
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \begin_layout Standard
34350 El estilo de borde del marco se puede determinar en la lista desplegable
34351  
34352 \family sans
34353 Tipo
34354 \family default
34355  del diálogo de marcos.
34356  Son posibles los siguientes bordes:
34357 \end_layout
34358
34359 \begin_layout Description
34360 Sin
34361 \begin_inset space ~
34362 \end_inset
34363
34364 borde No se dibuja ninguno.
34365 \end_layout
34366
34367 \begin_layout Description
34368 Borde
34369 \begin_inset space ~
34370 \end_inset
34371
34372 rectangular
34373 \begin_inset space ~
34374 \end_inset
34375
34376 sencillo Dibuja un borde rectangular alrededor del marco.
34377  El grosor del borde se puede especificar.
34378  
34379 \begin_inset Box Boxed
34380 position "c"
34381 hor_pos "c"
34382 has_inner_box 1
34383 inner_pos "c"
34384 use_parbox 0
34385 use_makebox 0
34386 width "25col%"
34387 special "none"
34388 height "1in"
34389 height_special "totalheight"
34390 thickness "0.4pt"
34391 separation "3pt"
34392 shadowsize "4pt"
34393 framecolor "black"
34394 backgroundcolor "none"
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 \align center
34399 Marco rectangular
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Description
34408 Borde
34409 \begin_inset space ~
34410 \end_inset
34411
34412 ovalado,
34413 \begin_inset space ~
34414 \end_inset
34415
34416 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
34417 \begin_inset space \thinspace{}
34418 \end_inset
34419
34420 pt.
34421  
34422 \begin_inset Box ovalbox
34423 position "c"
34424 hor_pos "c"
34425 has_inner_box 1
34426 inner_pos "c"
34427 use_parbox 0
34428 use_makebox 0
34429 width "25col%"
34430 special "none"
34431 height "1in"
34432 height_special "totalheight"
34433 thickness "0.4pt"
34434 separation "3pt"
34435 shadowsize "4pt"
34436 framecolor "black"
34437 backgroundcolor "none"
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441 \align center
34442 Borde ovalado, fino
34443 \end_layout
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \begin_layout Description
34451 Borde
34452 \begin_inset space ~
34453 \end_inset
34454
34455 ovalado,
34456 \begin_inset space ~
34457 \end_inset
34458
34459 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
34460 \begin_inset space \thinspace{}
34461 \end_inset
34462
34463 pt.
34464  
34465 \begin_inset Box Ovalbox
34466 position "c"
34467 hor_pos "c"
34468 has_inner_box 1
34469 inner_pos "c"
34470 use_parbox 0
34471 use_makebox 0
34472 width "30col%"
34473 special "none"
34474 height "1in"
34475 height_special "totalheight"
34476 thickness "0.4pt"
34477 separation "3pt"
34478 shadowsize "4pt"
34479 framecolor "black"
34480 backgroundcolor "none"
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 \align center
34485 Borde ovalado, grueso
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Description
34494 Borde
34495 \begin_inset space ~
34496 \end_inset
34497
34498 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
34499  El grosor de la línea y la sombra se puede especificar.
34500  
34501 \begin_inset Box Shadowbox
34502 position "c"
34503 hor_pos "c"
34504 has_inner_box 1
34505 inner_pos "c"
34506 use_parbox 0
34507 use_makebox 0
34508 width "20col%"
34509 special "none"
34510 height "1in"
34511 height_special "totalheight"
34512 thickness "0.4pt"
34513 separation "3pt"
34514 shadowsize "4pt"
34515 framecolor "black"
34516 backgroundcolor "none"
34517 status collapsed
34518
34519 \begin_layout Plain Layout
34520 \align center
34521 Borde sombrado
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Description
34530 Fondo
34531 \begin_inset space ~
34532 \end_inset
34533
34534 coloreado Dibuja un cuadro con fondo de color rojo.
34535  A diferencia de los cuadros coloreados,
34536 \begin_inset Foot
34537 status collapsed
34538
34539 \begin_layout Plain Layout
34540 véase sec.
34541  
34542 \begin_inset CommandInset ref
34543 LatexCommand ref
34544 reference "sec:Marcos-Coloreados"
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \end_inset
34552
34553  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
34554 \begin_inset Box Shaded
34555 position "t"
34556 hor_pos "c"
34557 has_inner_box 0
34558 inner_pos "t"
34559 use_parbox 0
34560 use_makebox 0
34561 width "50col%"
34562 special "none"
34563 height "1in"
34564 height_special "totalheight"
34565 thickness "0.4pt"
34566 separation "3pt"
34567 shadowsize "4pt"
34568 framecolor "black"
34569 backgroundcolor "none"
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 Cuadro con fondo sombreado
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Description
34582 Borde
34583 \begin_inset space ~
34584 \end_inset
34585
34586 rectangular
34587 \begin_inset space ~
34588 \end_inset
34589
34590 doble Dibuja un rectángulo de línea doble alrededor.
34591  El grosor de la línea interior es 0.75
34592 \begin_inset space \thinspace{}
34593 \end_inset
34594
34595 grosor
34596 \begin_inset space ~
34597 \end_inset
34598
34599 del
34600 \begin_inset space ~
34601 \end_inset
34602
34603 borde, el de la línea exterior es 1.5
34604 \begin_inset space \thinspace{}
34605 \end_inset
34606
34607 grosor
34608 \begin_inset space ~
34609 \end_inset
34610
34611 del
34612 \begin_inset space ~
34613 \end_inset
34614
34615 borde.
34616  La distancia entre líneas es 1.5
34617 \begin_inset space \thinspace{}
34618 \end_inset
34619
34620 grosor
34621 \begin_inset space ~
34622 \end_inset
34623
34624 del
34625 \begin_inset space ~
34626 \end_inset
34627
34628 borde
34629 \begin_inset space \thinspace{}
34630 \end_inset
34631
34632 +
34633 \begin_inset space \thinspace{}
34634 \end_inset
34635
34636 0.5
34637 \begin_inset space \thinspace{}
34638 \end_inset
34639
34640 pt.
34641  
34642 \begin_inset Box Doublebox
34643 position "c"
34644 hor_pos "c"
34645 has_inner_box 1
34646 inner_pos "c"
34647 use_parbox 0
34648 use_makebox 0
34649 width "20col%"
34650 special "none"
34651 height "1in"
34652 height_special "totalheight"
34653 thickness "0.4pt"
34654 separation "3pt"
34655 shadowsize "4pt"
34656 framecolor "black"
34657 backgroundcolor "none"
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661 \align center
34662 Borde doble
34663 \end_layout
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Standard
34671 La etiqueta del marco en \SpecialChar LyX
34672  reflejará el estilo de borde elegido.
34673  Para poder utilizar los distintos bordes, debe estar instalado el paquete
34674  \SpecialChar LaTeX
34675  
34676 \series bold
34677 fancybox
34678 \series default
34679
34680 \begin_inset Index idx
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684 \SpecialChar LaTeX
34685 -paquetes ! fancybox
34686 \end_layout
34687
34688 \end_inset
34689
34690 .
34691 \end_layout
34692
34693 \begin_layout Standard
34694 \begin_inset VSpace bigskip
34695 \end_inset
34696
34697 Si usas la decoración 
34698 \family sans
34699 Borde rectangular sencillo
34700 \family default
34701  sin marco interior, puedes permitir saltos de página dentro del marco.
34702  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
34703  el borde usa siempre todo el ancho de columna y el marco se establece como
34704  su párrafo propio: 
34705 \begin_inset Box Framed
34706 position "t"
34707 hor_pos "c"
34708 has_inner_box 0
34709 inner_pos "t"
34710 use_parbox 0
34711 use_makebox 0
34712 width "100col%"
34713 special "none"
34714 height "1in"
34715 height_special "totalheight"
34716 thickness "0.4pt"
34717 separation "3pt"
34718 shadowsize "4pt"
34719 framecolor "black"
34720 backgroundcolor "none"
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724 Cuadro que permite saltos de página
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Section
34733 Personalización de marcos
34734 \begin_inset Index idx
34735 status collapsed
34736
34737 \begin_layout Plain Layout
34738 Marcos ! Personalizar
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747 El diámetro de las esquinas de los bordes ovalados se puede modificar con
34748  el comando 
34749 \series bold
34750
34751 \backslash
34752 cornersize
34753 \series default
34754 .
34755  El comando
34756 \end_layout
34757
34758 \begin_layout Standard
34759
34760 \series bold
34761
34762 \backslash
34763 cornersize*{1cm}
34764 \end_layout
34765
34766 \begin_layout Standard
34767 establece un diámetro de 1
34768 \begin_inset space \thinspace{}
34769 \end_inset
34770
34771 cm.
34772  El comando
34773 \end_layout
34774
34775 \begin_layout Standard
34776
34777 \series bold
34778
34779 \backslash
34780 cornersize{num}
34781 \end_layout
34782
34783 \begin_layout Standard
34784 fija el diámetro en 
34785 \family sans
34786 num
34787 \begin_inset space \thinspace{}
34788 \end_inset
34789
34790 ×
34791 \begin_inset space \thinspace{}
34792 \end_inset
34793
34794 mínimo
34795 \family default
34796  
34797 \family sans
34798 (ancho y alto del marco)
34799 \family default
34800 .
34801  Por omisión es 
34802 \series bold
34803
34804 \backslash
34805 cornersize{0.5}
34806 \series default
34807 .
34808 \end_layout
34809
34810 \begin_layout Standard
34811 \begin_inset ERT
34812 status collapsed
34813
34814 \begin_layout Plain Layout
34815
34816
34817 \backslash
34818 cornersize*{1.5cm}
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \begin_inset Box Ovalbox
34825 position "c"
34826 hor_pos "c"
34827 has_inner_box 1
34828 inner_pos "c"
34829 use_parbox 0
34830 use_makebox 0
34831 width "28col%"
34832 special "none"
34833 height "1in"
34834 height_special "totalheight"
34835 thickness "0.4pt"
34836 separation "3pt"
34837 shadowsize "4pt"
34838 framecolor "black"
34839 backgroundcolor "none"
34840 status open
34841
34842 \begin_layout Plain Layout
34843 \align center
34844 Marco ovalado con 
34845 \series bold
34846
34847 \backslash
34848 cornersize
34849 \series default
34850
34851 \begin_inset space \thinspace{}
34852 \end_inset
34853
34854 =
34855 \begin_inset space \thinspace{}
34856 \end_inset
34857
34858 1.5
34859 \begin_inset space \thinspace{}
34860 \end_inset
34861
34862 cm
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \begin_inset ERT
34869 status collapsed
34870
34871 \begin_layout Plain Layout
34872
34873
34874 \backslash
34875 cornersize{0.5}
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 \begin_inset VSpace bigskip
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \begin_layout Standard
34891 El color rojo predeterminado de los marcos con 
34892 \family sans
34893 fondo
34894 \begin_inset space ~
34895 \end_inset
34896
34897 coloreado
34898 \family default
34899  se puede cambiar en el sitio con el comando 
34900 \series bold
34901
34902 \backslash
34903 definecolor{shadecolor}
34904 \series default
34905  o globalmente con el menú 
34906 \family sans
34907 Herramientas
34908 \family default
34909 \SpecialChar menuseparator
34910
34911 \family sans
34912 Preferencias
34913 \family default
34914 \SpecialChar menuseparator
34915
34916 \family sans
34917 Colores
34918 \family default
34919 \SpecialChar menuseparator
34920
34921 \family sans
34922 marco
34923 \begin_inset space ~
34924 \end_inset
34925
34926 coloreado
34927 \family default
34928 .
34929  El esquema del comando 
34930 \series bold
34931
34932 \backslash
34933 definecolor
34934 \series default
34935  se explica en la sección
34936 \begin_inset space ~
34937 \end_inset
34938
34939
34940 \begin_inset CommandInset ref
34941 LatexCommand ref
34942 reference "sec:Cuadros-Coloreados"
34943
34944 \end_inset
34945
34946 .
34947 \begin_inset Foot
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951 El comando 
34952 \series bold
34953
34954 \backslash
34955 definecolor
34956 \series default
34957  requiere el paquete \SpecialChar LaTeX
34958  
34959 \series bold
34960 color
34961 \series default
34962  en el preámbulo, véase la sección
34963 \begin_inset space ~
34964 \end_inset
34965
34966
34967 \begin_inset CommandInset ref
34968 LatexCommand ref
34969 reference "sec:Marcos-Coloreados"
34970
34971 \end_inset
34972
34973 .
34974 \end_layout
34975
34976 \end_inset
34977
34978  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
34979
34980 \end_layout
34981
34982 \begin_layout Standard
34983
34984 \series bold
34985
34986 \backslash
34987 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34988 \end_layout
34989
34990 \begin_layout Standard
34991 \begin_inset ERT
34992 status collapsed
34993
34994 \begin_layout Plain Layout
34995
34996
34997 \backslash
34998 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \begin_inset Box Shaded
35005 position "t"
35006 hor_pos "c"
35007 has_inner_box 0
35008 inner_pos "t"
35009 use_parbox 0
35010 use_makebox 0
35011 width "100col%"
35012 special "none"
35013 height "1in"
35014 height_special "totalheight"
35015 thickness "0.4pt"
35016 separation "3pt"
35017 shadowsize "4pt"
35018 framecolor "black"
35019 backgroundcolor "none"
35020 status open
35021
35022 \begin_layout Plain Layout
35023
35024 \color yellow
35025 Texto amarillo en un marco con fondo coloreado en verde oscuro.
35026 \end_layout
35027
35028 \end_inset
35029
35030
35031 \begin_inset ERT
35032 status collapsed
35033
35034 \begin_layout Plain Layout
35035
35036
35037 \backslash
35038 definecolor{shadecolor}{rgb}{1,0,0}
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Standard
35047 \begin_inset VSpace bigskip
35048 \end_inset
35049
35050 Los cambios en las dimensiones y de los colores son válidos para todos los
35051  marcos que siguen a los comandos.
35052 \end_layout
35053
35054 \begin_layout Section
35055 Minipáginas
35056 \begin_inset CommandInset label
35057 LatexCommand label
35058 name "sec:Minipáginas"
35059
35060 \end_inset
35061
35062
35063 \begin_inset Index idx
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067 Marcos ! Minipáginas
35068 \end_layout
35069
35070 \end_inset
35071
35072
35073 \end_layout
35074
35075 \begin_layout Standard
35076 Las minipáginas son tratadas por \SpecialChar LaTeX
35077  como páginas dentro de páginas y por tanto
35078  pueden tener, por ejemplo, sus propias notas al pie.
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Las minipáginas son útiles para escribir documentos en distintas lenguas.
35083 \end_layout
35084
35085 \begin_layout Standard
35086 A continuación hay dos ejemplos de minipáginas adosadas.
35087  Su anchura está puesta en 45
35088 \begin_inset space \thinspace{}
35089 \end_inset
35090
35091 % y separadas por un relleno horizontal, insertado mediante el menú 
35092 \family sans
35093 Insertar\SpecialChar menuseparator
35094 Formato\SpecialChar menuseparator
35095 Relleno
35096 \begin_inset space ~
35097 \end_inset
35098
35099 horizontal
35100 \family default
35101 .
35102 \end_layout
35103
35104 \begin_layout Standard
35105 \begin_inset Box Frameless
35106 position "t"
35107 hor_pos "c"
35108 has_inner_box 1
35109 inner_pos "c"
35110 use_parbox 0
35111 use_makebox 0
35112 width "45col%"
35113 special "none"
35114 height "1in"
35115 height_special "totalheight"
35116 thickness "0.4pt"
35117 separation "3pt"
35118 shadowsize "4pt"
35119 framecolor "black"
35120 backgroundcolor "none"
35121 status open
35122
35123 \begin_layout Plain Layout
35124
35125 \lang ngerman
35126 Dies ist ein deutscher Text.
35127  Dies ist ein deutscher Text.
35128  Dies ist ein deutscher Text.
35129  Dies ist ein deutscher Text.
35130  Dies ist ein deutscher Text.
35131  Dies ist ein deutscher Text.
35132  Dies ist ein deutscher Text.
35133  Dies ist ein deutscher Text.
35134  Dies ist ein deutscher Text.
35135  Dies ist ein deutscher Text.
35136  Dies ist ein deutscher Text.
35137  Dies ist ein deutscher Text.
35138  Dies ist ein deutscher Text
35139 \begin_inset Foot
35140 status collapsed
35141
35142 \begin_layout Plain Layout
35143
35144 \lang ngerman
35145 Dies ist eine deutsche Fußnote.
35146 \end_layout
35147
35148 \end_inset
35149
35150 .
35151  Dies ist ein deutscher Text.
35152  Dies ist ein deutscher Text.
35153 \end_layout
35154
35155 \end_inset
35156
35157
35158 \begin_inset space \hfill{}
35159 \end_inset
35160
35161
35162 \begin_inset Box Frameless
35163 position "t"
35164 hor_pos "c"
35165 has_inner_box 1
35166 inner_pos "c"
35167 use_parbox 0
35168 use_makebox 0
35169 width "45col%"
35170 special "none"
35171 height "1in"
35172 height_special "totalheight"
35173 thickness "0.4pt"
35174 separation "3pt"
35175 shadowsize "4pt"
35176 framecolor "black"
35177 backgroundcolor "none"
35178 status open
35179
35180 \begin_layout Plain Layout
35181
35182 \lang english
35183 This is an English Text.
35184  This is an English Text.
35185  This is an English Text.
35186  This is an English Text.
35187  This is an English Text.
35188  This is an English Text.
35189  This is an English Text.
35190  This is an English Text.
35191  This is an English Text.
35192  This is an English Text.
35193  This is an English Text.
35194  This is an English Text.
35195  This is an English Text.
35196  This is an English Text.
35197  This is an English Text.
35198  This is an English Text.
35199 \begin_inset Foot
35200 status collapsed
35201
35202 \begin_layout Plain Layout
35203
35204 \lang english
35205 This is an English footnote.
35206 \end_layout
35207
35208 \end_inset
35209
35210  This is an English Text.
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219 \begin_inset VSpace bigskip
35220 \end_inset
35221
35222 La configuración global de párrafos se ignora en las minipáginas.
35223  Esto significa que en las mismas no habrá espacio entre párrafos aunque
35224  pongas p.
35225 \begin_inset space \thinspace{}
35226 \end_inset
35227
35228 ej.
35229 \begin_inset space ~
35230 \end_inset
35231
35232
35233 \family sans
35234 Salto
35235 \begin_inset space ~
35236 \end_inset
35237
35238 medio
35239 \family default
35240  en la configuración del documento.
35241 \end_layout
35242
35243 \begin_layout Standard
35244 Las minipáginas también sirven para poner un color de fondo para partes
35245  de texto, véase sección
35246 \begin_inset space ~
35247 \end_inset
35248
35249
35250 \begin_inset CommandInset ref
35251 LatexCommand ref
35252 reference "sec:Marcos-Coloreados"
35253
35254 \end_inset
35255
35256 .
35257 \end_layout
35258
35259 \begin_layout Standard
35260 \begin_inset Note Greyedout
35261 status open
35262
35263 \begin_layout Plain Layout
35264
35265 \series bold
35266 Nota:
35267 \series default
35268  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
35269  tener minipáginas en cuadros, en flotantes, y en otros marcos.
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \end_layout
35276
35277 \begin_layout Standard
35278 \begin_inset VSpace bigskip
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Standard
35285 \SpecialChar LyX
35286  proporciona soporte básico para minipáginas cuyo tamaño es determinado
35287  automáticamente por la anchura de su contenido, mediante el módulo 
35288 \family sans
35289 Minipáginas
35290 \begin_inset space ~
35291 \end_inset
35292
35293 ancho
35294 \begin_inset space ~
35295 \end_inset
35296
35297 variable
35298 \family default
35299 .
35300  El archivo de ejemplo \SpecialChar LyX
35301  
35302 \emph on
35303 varwidth-floats-side-by-side
35304 \emph default
35305  tiene ejemplos de estas minipáginas para colocar flotantes adosados.
35306 \end_layout
35307
35308 \begin_layout Section
35309 Marcos de párrafo
35310 \begin_inset CommandInset label
35311 LatexCommand label
35312 name "sec:Marcos-de-Párrafo"
35313
35314 \end_inset
35315
35316
35317 \begin_inset Index idx
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321 Marcos ! de párrafo
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Standard
35330 Los marcos de párrafo son similares a las minipáginas con la diferencia
35331  de que no pueden contener notas al pie.
35332 \end_layout
35333
35334 \begin_layout Standard
35335 \align center
35336 \begin_inset Box Frameless
35337 position "t"
35338 hor_pos "c"
35339 has_inner_box 1
35340 inner_pos "t"
35341 use_parbox 1
35342 use_makebox 0
35343 width "33col%"
35344 special "none"
35345 height "1in"
35346 height_special "totalheight"
35347 thickness "0.4pt"
35348 separation "3pt"
35349 shadowsize "4pt"
35350 framecolor "black"
35351 backgroundcolor "none"
35352 status open
35353
35354 \begin_layout Plain Layout
35355 Texto en un marco de párrafo.
35356  Texto en un marco de párrafo.
35357  Esta nota no aparece:
35358 \begin_inset Foot
35359 status open
35360
35361 \begin_layout Plain Layout
35362 Esta es una nota en un marco de párrafo y por eso no aparecerá.
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \begin_layout Section
35376 Marcos para palabras y caracteres
35377 \begin_inset Index idx
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 Marcos ! para palabras y caracteres
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Subsection
35390 Evitar la partición de palabras
35391 \begin_inset CommandInset label
35392 LatexCommand label
35393 name "sec:Evitar-la-Partición"
35394
35395 \end_inset
35396
35397
35398 \begin_inset Index idx
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Marcos ! para evitar partición de palabras
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Standard
35411 El marco tipo 
35412 \family sans
35413 Marco de línea
35414 \family default
35415  sirve para evitar que una palabra sea partida con guión.
35416 \begin_inset Newline newline
35417 \end_inset
35418
35419 He aquí un ejemplo:
35420 \end_layout
35421
35422 \begin_layout Standard
35423 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
35424 palabra».
35425 \end_layout
35426
35427 \begin_layout Standard
35428 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
35429  un marco, establece el 
35430 \family sans
35431 Marco interior
35432 \family default
35433  en 
35434 \family sans
35435 Marco de línea
35436 \family default
35437  y no pongas ancho explícito.
35438 \end_layout
35439
35440 \begin_layout Standard
35441 Este es el resultado:
35442 \end_layout
35443
35444 \begin_layout Standard
35445 Esta línea es un ejemplo para mostrar cómo evitar la división de 
35446 \begin_inset Box Frameless
35447 position "t"
35448 hor_pos "c"
35449 has_inner_box 1
35450 inner_pos "t"
35451 use_parbox 0
35452 use_makebox 1
35453 width ""
35454 special "none"
35455 height "1in"
35456 height_special "totalheight"
35457 thickness "0.4pt"
35458 separation "3pt"
35459 shadowsize "4pt"
35460 framecolor "black"
35461 backgroundcolor "none"
35462 status open
35463
35464 \begin_layout Plain Layout
35465 «estalarguísimapalabra»
35466 \end_layout
35467
35468 \end_inset
35469
35470 .
35471 \end_layout
35472
35473 \begin_layout Standard
35474 Como alternativa puedes poner el comando «
35475 \series bold
35476
35477 \backslash
35478 -
35479 \series default
35480 » en código \SpecialChar TeX
35481  directamente antes de la palabra:
35482 \end_layout
35483
35484 \begin_layout Standard
35485 Esta línea es un ejemplo para mostrar cómo evitar la división de «
35486 \begin_inset ERT
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490
35491
35492 \backslash
35493 -
35494 \end_layout
35495
35496 \end_inset
35497
35498 estalarguísimapalabra».
35499 \end_layout
35500
35501 \begin_layout Standard
35502 Por supuesto, la palabra sobresale del margen.
35503  Para evitarlo añade, con el menú 
35504 \family sans
35505 Insertar\SpecialChar menuseparator
35506 Formato\SpecialChar menuseparator
35507 Salto
35508 \begin_inset space ~
35509 \end_inset
35510
35511 de
35512 \begin_inset space ~
35513 \end_inset
35514
35515 línea
35516 \begin_inset space ~
35517 \end_inset
35518
35519 cortada
35520 \family default
35521  (atajo 
35522 \family sans
35523 Ctrl+Entrar
35524 \family default
35525 ), un salto de línea antes de la palabra:
35526 \end_layout
35527
35528 \begin_layout Standard
35529 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
35530 \begin_inset Newline newline
35531 \end_inset
35532
35533
35534 \begin_inset Box Frameless
35535 position "t"
35536 hor_pos "c"
35537 has_inner_box 1
35538 inner_pos "t"
35539 use_parbox 0
35540 use_makebox 1
35541 width ""
35542 special "none"
35543 height "1in"
35544 height_special "totalheight"
35545 thickness "0.4pt"
35546 separation "3pt"
35547 shadowsize "4pt"
35548 framecolor "black"
35549 backgroundcolor "none"
35550 status open
35551
35552 \begin_layout Plain Layout
35553 «estalarguísimapalabra»
35554 \end_layout
35555
35556 \end_inset
35557
35558 .
35559 \end_layout
35560
35561 \begin_layout Subsection
35562 Alineación vertical
35563 \begin_inset CommandInset label
35564 LatexCommand label
35565 name "subsec:Alineación-Vertical"
35566
35567 \end_inset
35568
35569
35570 \begin_inset Index idx
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574 Marcos ! para alineación vertical
35575 \end_layout
35576
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Standard
35583 Con ayuda del comando 
35584 \series bold
35585
35586 \backslash
35587 raisebox
35588 \series default
35589  puedes alinear verticalmente con el texto circundante palabras o caracteres.
35590  
35591 \series bold
35592
35593 \backslash
35594 raisebox
35595 \series default
35596  se utiliza según el esquema:
35597 \end_layout
35598
35599 \begin_layout Standard
35600
35601 \series bold
35602
35603 \backslash
35604 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
35605 \end_layout
35606
35607 \begin_layout Standard
35608 La elevación puede ser un valor positivo para subir el marco o negativo
35609  para bajarlo.
35610 \end_layout
35611
35612 \begin_layout Standard
35613 Para alinear una palabra, p.
35614 \begin_inset space \thinspace{}
35615 \end_inset
35616
35617 e
35618 \begin_inset space ~
35619 \end_inset
35620
35621 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
35622  en la línea de base, inserta el comando
35623 \end_layout
35624
35625 \begin_layout Standard
35626
35627 \series bold
35628
35629 \backslash
35630 raisebox{
35631 \backslash
35632 depth}{
35633 \end_layout
35634
35635 \begin_layout Standard
35636 en código \SpecialChar TeX
35637  antes de la palabra.
35638  Detrás de la palabra inserta una llave de cierre «
35639 \series bold
35640 }
35641 \series default
35642 » en código \SpecialChar TeX
35643 .
35644 \begin_inset Newline newline
35645 \end_inset
35646
35647 Este es el resultado:
35648 \end_layout
35649
35650 \begin_layout Standard
35651 Esto es una línea de texto con la palabra 
35652 \begin_inset ERT
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656
35657
35658 \backslash
35659 raisebox{
35660 \backslash
35661 depth}{
35662 \end_layout
35663
35664 \end_inset
35665
35666 «prevención»
35667 \begin_inset ERT
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671
35672 }
35673 \end_layout
35674
35675 \end_inset
35676
35677  elevada.
35678 \end_layout
35679
35680 \begin_layout Standard
35681 \begin_inset VSpace bigskip
35682 \end_inset
35683
35684 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
35685 \end_layout
35686
35687 \begin_layout Standard
35688 Esto es una línea de texto con la palabra 
35689 \begin_inset ERT
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693
35694
35695 \backslash
35696 raisebox{-
35697 \backslash
35698 depth}{
35699 \end_layout
35700
35701 \end_inset
35702
35703 «prevención»
35704 \begin_inset ERT
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708
35709 }
35710 \end_layout
35711
35712 \end_inset
35713
35714  bajada.
35715 \begin_inset Newline newline
35716 \end_inset
35717
35718 Esto es una línea de texto con la palabra 
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 raisebox{0.5cm}{
35727 \end_layout
35728
35729 \end_inset
35730
35731 «testigo»
35732 \begin_inset ERT
35733 status collapsed
35734
35735 \begin_layout Plain Layout
35736
35737 }
35738 \end_layout
35739
35740 \end_inset
35741
35742  elevada.
35743 \end_layout
35744
35745 \begin_layout Standard
35746 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
35747  Por ejemplo
35748 \end_layout
35749
35750 \begin_layout Standard
35751
35752 \series bold
35753
35754 \backslash
35755 raisebox{-
35756 \backslash
35757 depth}[0pt]{
35758 \end_layout
35759
35760 \begin_layout Standard
35761 Esto es una línea de texto con la palabra 
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767
35768 \backslash
35769 raisebox{-
35770 \backslash
35771 depth}[0pt]{
35772 \end_layout
35773
35774 \end_inset
35775
35776 «prevención»
35777 \begin_inset ERT
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781
35782 }
35783 \end_layout
35784
35785 \end_inset
35786
35787  bajada.
35788 \begin_inset Newline newline
35789 \end_inset
35790
35791
35792 \begin_inset Newline newline
35793 \end_inset
35794
35795 Esto es una línea de texto con la palabra 
35796 \begin_inset ERT
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800
35801
35802 \backslash
35803 raisebox{0.5cm}[0pt]{
35804 \end_layout
35805
35806 \end_inset
35807
35808 «testigo»
35809 \begin_inset ERT
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813
35814 }
35815 \end_layout
35816
35817 \end_inset
35818
35819  elevada.
35820 \end_layout
35821
35822 \begin_layout Section
35823 Marcos coloreados
35824 \begin_inset CommandInset label
35825 LatexCommand label
35826 name "sec:Marcos-Coloreados"
35827
35828 \end_inset
35829
35830
35831 \begin_inset Index idx
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835 Marcos ! Colorear
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \begin_layout Standard
35844 Para colorear el fondo de un marco selecciona el color deseado en el cuadro
35845  de diálogo.
35846  Como ejemplo, he aquí un marco con fondo naranja:
35847 \end_layout
35848
35849 \begin_layout Standard
35850 \begin_inset Box Frameless
35851 position "t"
35852 hor_pos "c"
35853 has_inner_box 1
35854 inner_pos "t"
35855 use_parbox 0
35856 use_makebox 1
35857 width ""
35858 special "none"
35859 height "1in"
35860 height_special "totalheight"
35861 thickness "0.4pt"
35862 separation "3pt"
35863 shadowsize "4pt"
35864 framecolor "black"
35865 backgroundcolor "orange"
35866 status open
35867
35868 \begin_layout Plain Layout
35869 Marco con fondo naranja
35870 \end_layout
35871
35872 \end_inset
35873
35874
35875 \end_layout
35876
35877 \begin_layout Standard
35878 Si usas la decoración 
35879 \family sans
35880 Borde
35881 \begin_inset space ~
35882 \end_inset
35883
35884 rectangular
35885 \begin_inset space ~
35886 \end_inset
35887
35888 sencillo
35889 \family default
35890  puedes determinar un borde colorido.
35891  En este caso debes especificar además un color (\SpecialChar LyX
35892  pone blanco por omisión).
35893  Un ejemplo:
35894 \end_layout
35895
35896 \begin_layout Standard
35897 \begin_inset Box Boxed
35898 position "t"
35899 hor_pos "c"
35900 has_inner_box 0
35901 inner_pos "t"
35902 use_parbox 0
35903 use_makebox 0
35904 width ""
35905 special "none"
35906 height "1in"
35907 height_special "totalheight"
35908 thickness "0.4pt"
35909 separation "3pt"
35910 shadowsize "4pt"
35911 framecolor "teal"
35912 backgroundcolor "yellow"
35913 status open
35914
35915 \begin_layout Plain Layout
35916 Marco con borde color cerceta y fondo amarillo
35917 \end_layout
35918
35919 \end_inset
35920
35921
35922 \end_layout
35923
35924 \begin_layout Standard
35925 \begin_inset VSpace bigskip
35926 \end_inset
35927
35928
35929 \end_layout
35930
35931 \begin_layout Standard
35932 También puedes colorear el texto, por supuesto:
35933 \begin_inset Newline newline
35934 \end_inset
35935
35936
35937 \begin_inset Box Boxed
35938 position "t"
35939 hor_pos "c"
35940 has_inner_box 0
35941 inner_pos "t"
35942 use_parbox 0
35943 use_makebox 0
35944 width ""
35945 special "none"
35946 height "1in"
35947 height_special "totalheight"
35948 thickness "0.4pt"
35949 separation "3pt"
35950 shadowsize "4pt"
35951 framecolor "cyan"
35952 backgroundcolor "magenta"
35953 status open
35954
35955 \begin_layout Plain Layout
35956
35957 \color yellow
35958 Marco con texto, fondo y borde en distintos colores.
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 \begin_inset VSpace bigskip
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \begin_layout Standard
35974 Si deseas un color distinto de los predefinidos, puedes definir tus propios
35975  colores según se explica en la sección
35976 \begin_inset space ~
35977 \end_inset
35978
35979
35980 \begin_inset CommandInset ref
35981 LatexCommand ref
35982 reference "sec:Cuadros-Coloreados"
35983
35984 \end_inset
35985
35986 .
35987  Para usar un color personal debes hay que usar código \SpecialChar TeX
35988
35989 \end_layout
35990
35991 \begin_layout Standard
35992 Los marcos coloreados sin borde se crean con el comando 
35993 \series bold
35994
35995 \backslash
35996 colorbox
35997 \series default
35998 , de acuerdo con el siguiente esquema:
35999 \end_layout
36000
36001 \begin_layout Standard
36002
36003 \series bold
36004
36005 \backslash
36006 colorbox{color}{contenido del marco}
36007 \end_layout
36008
36009 \begin_layout Standard
36010 El contenido también puede ser un marco y los marcos coloreados también
36011  pueden estar en otros marcos.
36012  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
36013 \end_layout
36014
36015 \begin_layout Standard
36016
36017 \series bold
36018
36019 \backslash
36020 colorbox{verdeoscuro}{
36021 \end_layout
36022
36023 \begin_layout Standard
36024 en código \SpecialChar TeX
36025  antes de la palabra.
36026  Tras la palabra inserta una llave de cierre «
36027 \series bold
36028 }
36029 \series default
36030 » en código \SpecialChar TeX
36031 .
36032 \begin_inset Newline newline
36033 \end_inset
36034
36035 Este es el resultado:
36036 \end_layout
36037
36038 \begin_layout Standard
36039 Línea en la que la palabra 
36040 \begin_inset ERT
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044
36045
36046 \backslash
36047 colorbox{verdeoscuro}{
36048 \end_layout
36049
36050 \end_inset
36051
36052 «¡Atención!»
36053 \begin_inset ERT
36054 status collapsed
36055
36056 \begin_layout Plain Layout
36057
36058 }
36059 \end_layout
36060
36061 \end_inset
36062
36063  tiene fondo verdeoscuro.
36064 \end_layout
36065
36066 \begin_layout Standard
36067 Los marcos coloreados con borde se crean con el comando 
36068 \series bold
36069
36070 \backslash
36071 fcolorbox
36072 \series default
36073  con el esquema siguiente:
36074 \end_layout
36075
36076 \begin_layout Standard
36077
36078 \series bold
36079
36080 \backslash
36081 fcolorbox{color del borde}{color del fondo}{contenido del marco}
36082 \end_layout
36083
36084 \begin_layout Section
36085 Marcos girados y a escala
36086 \end_layout
36087
36088 \begin_layout Standard
36089 Para poder usar los marcos descritos en esta sección debe cargarse el módulo
36090  
36091 \family sans
36092 Marcos gráficos
36093 \family default
36094  en la configuración del documento.
36095 \end_layout
36096
36097 \begin_layout Standard
36098 \begin_inset Note Greyedout
36099 status open
36100
36101 \begin_layout Plain Layout
36102
36103 \series bold
36104 Nota:
36105 \series default
36106  no todos los visores DVI pueden mostrar rotaciones o escalas.
36107 \end_layout
36108
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \begin_layout Standard
36115 \begin_inset Note Greyedout
36116 status open
36117
36118 \begin_layout Plain Layout
36119
36120 \series bold
36121 Nota:
36122 \series default
36123  Los marcos girados o a escala no pueden contener flotantes.
36124 \end_layout
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \begin_layout Subsection
36132 Marcos girados
36133 \begin_inset Index idx
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137 Marcos ! Girar
36138 \end_layout
36139
36140 \end_inset
36141
36142
36143 \begin_inset Index idx
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147 Material rotado
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \begin_layout Standard
36156 Para girar material debes ponerlo en un 
36157 \family sans
36158 Marco
36159 \begin_inset space ~
36160 \end_inset
36161
36162 rotación
36163 \family default
36164 .
36165  Se inserta con el menú
36166 \family sans
36167  Insertar\SpecialChar menuseparator
36168 Recuadro
36169 \begin_inset space ~
36170 \end_inset
36171
36172 personalizado\SpecialChar menuseparator
36173 Marco
36174 \begin_inset space ~
36175 \end_inset
36176
36177 rotación
36178 \family default
36179 .
36180 \end_layout
36181
36182 \begin_layout Standard
36183 El origen de rotación se puede especificar en el recuadro 
36184 \family sans
36185 Origen
36186 \family default
36187  (menú 
36188 \family sans
36189 Insertar\SpecialChar menuseparator
36190 Origen
36191 \family default
36192 ) en la forma 
36193 \series bold
36194 origin=position
36195 \series default
36196 .
36197  Son posibles las posiciones siguientes: 
36198 \emph on
36199 c
36200 \emph default
36201  (
36202 \emph on
36203 center
36204 \emph default
36205 , centro), 
36206 \emph on
36207 l
36208 \emph default
36209  (
36210 \emph on
36211 left
36212 \emph default
36213 , izquierda), 
36214 \emph on
36215 r
36216 \emph default
36217  (
36218 \emph on
36219 right
36220 \emph default
36221 , derecha), 
36222 \emph on
36223 b
36224 \emph default
36225  (
36226 \emph on
36227 bottom
36228 \emph default
36229 , abajo), 
36230 \emph on
36231 t
36232 \emph default
36233  (
36234 \emph on
36235 top
36236 \emph default
36237 , arriba), así como combinaciones adecuadas de las posiciones básicas.
36238  Por ejemplo, 
36239 \emph on
36240 lt
36241 \emph default
36242  significa que el origen de rotación es la esquina superior izquierda del
36243  marco.
36244  Si no se especifica origen de rotación se usará la posición 
36245 \emph on
36246 l
36247 \emph default
36248 .
36249  El ángulo de rotación es un número de grados, y puede ser negativo.
36250  El sentido de giro es antihorario.
36251 \end_layout
36252
36253 \begin_layout Standard
36254 En el siguiente ejemplo se ha insertado 
36255 \series bold
36256 origin=c
36257 \series default
36258  en el recuadro 
36259 \family sans
36260 Origen
36261 \family default
36262  y 
36263 \series bold
36264 60
36265 \series default
36266  en el recuadro 
36267 \family sans
36268 Ángulo
36269 \family default
36270 .
36271 \end_layout
36272
36273 \begin_layout Standard
36274 Esta línea contiene texto 
36275 \begin_inset Flex Rotatebox
36276 status open
36277
36278 \begin_layout Plain Layout
36279 \begin_inset Argument 1
36280 status open
36281
36282 \begin_layout Plain Layout
36283 origin=c
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset Argument 2
36290 status open
36291
36292 \begin_layout Plain Layout
36293 60
36294 \end_layout
36295
36296 \end_inset
36297
36298 con rotación
36299 \end_layout
36300
36301 \end_inset
36302
36303 .
36304 \end_layout
36305
36306 \begin_layout Standard
36307 El contenido del marco puede ser también otro marco o una ecuación en línea:
36308 \end_layout
36309
36310 \begin_layout Standard
36311 En esta línea hay texto enmarcado 
36312 \begin_inset Flex Rotatebox
36313 status open
36314
36315 \begin_layout Plain Layout
36316 \begin_inset Argument 1
36317 status open
36318
36319 \begin_layout Plain Layout
36320 origin=r
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \begin_inset Argument 2
36327 status open
36328
36329 \begin_layout Plain Layout
36330 -60
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \begin_inset Box Doublebox
36337 position "c"
36338 hor_pos "c"
36339 has_inner_box 0
36340 inner_pos "c"
36341 use_parbox 0
36342 use_makebox 0
36343 width "1in"
36344 special "width"
36345 height "1in"
36346 height_special "totalheight"
36347 thickness "0.4pt"
36348 separation "3pt"
36349 shadowsize "4pt"
36350 framecolor "black"
36351 backgroundcolor "none"
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355 con rotación
36356 \end_layout
36357
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \end_inset
36364
36365  y 
36366 \begin_inset Flex Rotatebox
36367 status open
36368
36369 \begin_layout Plain Layout
36370 \begin_inset Argument 1
36371 status open
36372
36373 \begin_layout Plain Layout
36374 origin=lb
36375 \end_layout
36376
36377 \end_inset
36378
36379
36380 \begin_inset Argument 2
36381 status open
36382
36383 \begin_layout Plain Layout
36384 60
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \end_inset
36397
36398  una ecuación.
36399 \end_layout
36400
36401 \begin_layout Standard
36402 O una imagen o un cuadro:
36403 \end_layout
36404
36405 \begin_layout Standard
36406 Aquí hay una imagen girada 
36407 \begin_inset Flex Rotatebox
36408 status open
36409
36410 \begin_layout Plain Layout
36411 \begin_inset Argument 1
36412 status open
36413
36414 \begin_layout Plain Layout
36415 origin=lb
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \begin_inset Argument 2
36422 status open
36423
36424 \begin_layout Plain Layout
36425 90
36426 \end_layout
36427
36428 \end_inset
36429
36430
36431 \begin_inset Graphics
36432         filename ../clipart/platypus.eps
36433         lyxscale 50
36434         width 25col%
36435
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \end_inset
36442
36443  y un cuadro girado 
36444 \begin_inset Flex Rotatebox
36445 status open
36446
36447 \begin_layout Plain Layout
36448 \begin_inset Argument 2
36449 status open
36450
36451 \begin_layout Plain Layout
36452 -90
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \begin_inset Tabular
36459 <lyxtabular version="3" rows="2" columns="2">
36460 <features tabularvalignment="middle">
36461 <column alignment="center" valignment="top">
36462 <column alignment="center" valignment="top">
36463 <row>
36464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36465 \begin_inset Text
36466
36467 \begin_layout Plain Layout
36468 q
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477 w
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 </row>
36483 <row>
36484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488 e
36489 \end_layout
36490
36491 \end_inset
36492 </cell>
36493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36494 \begin_inset Text
36495
36496 \begin_layout Plain Layout
36497 r
36498 \end_layout
36499
36500 \end_inset
36501 </cell>
36502 </row>
36503 </lyxtabular>
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \end_inset
36511
36512 .
36513 \begin_inset Index idx
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517 Figuras ! Rotar
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \begin_inset Index idx
36524 status collapsed
36525
36526 \begin_layout Plain Layout
36527 Cuadros ! Girar
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \end_layout
36534
36535 \begin_layout Standard
36536 \begin_inset Note Greyedout
36537 status open
36538
36539 \begin_layout Plain Layout
36540
36541 \series bold
36542 Nota:
36543 \series default
36544  Si el recuadro 
36545 \family sans
36546 Ángulo
36547 \family default
36548  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36549  al ver/exportar
36550  el documento.
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \begin_layout Subsection
36559 Marcos para variar la escala
36560 \begin_inset Index idx
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 Marcos ! para variar la escala
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset Index idx
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574 Material a escala
36575 \end_layout
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \begin_layout Standard
36583 Para modificar las proporciones de un material se coloca en un 
36584 \family sans
36585 Marco
36586 \begin_inset space ~
36587 \end_inset
36588
36589 escala
36590 \family default
36591 .
36592  Se inserta con el menú
36593 \family sans
36594  Insertar\SpecialChar menuseparator
36595 Recuadro
36596 \begin_inset space ~
36597 \end_inset
36598
36599 personalizado\SpecialChar menuseparator
36600 Marco
36601 \begin_inset space ~
36602 \end_inset
36603
36604 escala
36605 \family default
36606 .
36607 \end_layout
36608
36609 \begin_layout Standard
36610 El 
36611 \family sans
36612 Marco
36613 \begin_inset space ~
36614 \end_inset
36615
36616 escala
36617 \family default
36618  contiene el recuadro obligatorio 
36619 \family sans
36620 Factor-H
36621 \family default
36622  y el opcional 
36623 \family sans
36624 Factor-V
36625 \family default
36626  (con el menú 
36627 \family sans
36628 Insertar\SpecialChar menuseparator
36629 Factor-V
36630 \family default
36631 ).
36632  En ellos se introducen los factores de escala horizontal y vertical, respectiva
36633 mente.
36634  Si no se usa 
36635 \family sans
36636 Factor-V
36637 \family default
36638 , su valor será el mismo que el factor de escala horizontal.
36639 \end_layout
36640
36641 \begin_layout Standard
36642 Para obtener doble tamaño que el texto normal del documento, inserta 
36643 \series bold
36644 2
36645 \series default
36646  en el recuadro
36647 \family sans
36648  Factor-H
36649 \family default
36650 , por ejemplo: 
36651 \begin_inset Flex Scalebox
36652 status open
36653
36654 \begin_layout Plain Layout
36655 \begin_inset Argument 1
36656 status open
36657
36658 \begin_layout Plain Layout
36659 2
36660 \end_layout
36661
36662 \end_inset
36663
36664 Hola
36665 \end_layout
36666
36667 \end_inset
36668
36669
36670 \end_layout
36671
36672 \begin_layout Standard
36673
36674 \series bold
36675 2
36676 \series default
36677  en 
36678 \family sans
36679 Factor-H y
36680 \family default
36681  
36682 \series bold
36683 1
36684 \series default
36685  en 
36686 \family sans
36687 Factor-V
36688 \family default
36689  distorsiona el resultado: 
36690 \begin_inset Flex Scalebox
36691 status open
36692
36693 \begin_layout Plain Layout
36694 \begin_inset Argument 1
36695 status open
36696
36697 \begin_layout Plain Layout
36698 2
36699 \end_layout
36700
36701 \end_inset
36702
36703
36704 \begin_inset Argument 2
36705 status open
36706
36707 \begin_layout Plain Layout
36708 1
36709 \end_layout
36710
36711 \end_inset
36712
36713 Hola
36714 \end_layout
36715
36716 \end_inset
36717
36718 .
36719 \end_layout
36720
36721 \begin_layout Standard
36722 Si el factor de escala es negativo, el contenido del marco se reflejará.
36723  Por tanto, 
36724 \series bold
36725 -1
36726 \series default
36727  para 
36728 \family sans
36729 Factor-H
36730 \family default
36731  y 
36732 \series bold
36733 1
36734 \series default
36735  para 
36736 \family sans
36737 Factor-V
36738 \family default
36739  se puede usar para escribir en espejo: 
36740 \begin_inset Flex Scalebox
36741 status open
36742
36743 \begin_layout Plain Layout
36744 \begin_inset Argument 1
36745 status open
36746
36747 \begin_layout Plain Layout
36748 -1
36749 \end_layout
36750
36751 \end_inset
36752
36753
36754 \begin_inset Argument 2
36755 status open
36756
36757 \begin_layout Plain Layout
36758 1
36759 \end_layout
36760
36761 \end_inset
36762
36763 Hola
36764 \end_layout
36765
36766 \end_inset
36767
36768 .
36769 \end_layout
36770
36771 \begin_layout Standard
36772
36773 \series bold
36774 1
36775 \series default
36776  para 
36777 \family sans
36778 Factor-H
36779 \family default
36780  y 
36781 \series bold
36782 -1
36783 \series default
36784  para 
36785 \family sans
36786 Factor-V
36787 \family default
36788  refleja respecto a la línea: 
36789 \begin_inset Flex Scalebox
36790 status open
36791
36792 \begin_layout Plain Layout
36793 \begin_inset Argument 1
36794 status open
36795
36796 \begin_layout Plain Layout
36797 1
36798 \end_layout
36799
36800 \end_inset
36801
36802
36803 \begin_inset Argument 2
36804 status open
36805
36806 \begin_layout Plain Layout
36807 -1
36808 \end_layout
36809
36810 \end_inset
36811
36812 Hola
36813 \end_layout
36814
36815 \end_inset
36816
36817 .
36818 \end_layout
36819
36820 \begin_layout Standard
36821 El 
36822 \family sans
36823 Marco
36824 \begin_inset space ~
36825 \end_inset
36826
36827 reflejo
36828 \family default
36829  (menú
36830 \family sans
36831  Insertar\SpecialChar menuseparator
36832 Recuadro
36833 \begin_inset space ~
36834 \end_inset
36835
36836 personalizado\SpecialChar menuseparator
36837 Marco
36838 \begin_inset space ~
36839 \end_inset
36840
36841 reflejo
36842 \family default
36843 ) equivale a 
36844 \family sans
36845 Marco
36846 \begin_inset space ~
36847 \end_inset
36848
36849 escala
36850 \family default
36851  con 
36852 \series bold
36853 -1
36854 \series default
36855  para 
36856 \family sans
36857 Factor-H
36858 \family default
36859  y 
36860 \series bold
36861 1
36862 \series default
36863  para 
36864 \family sans
36865 Factor-V
36866 \family default
36867 .
36868 \end_layout
36869
36870 \begin_layout Standard
36871 \begin_inset Note Greyedout
36872 status open
36873
36874 \begin_layout Plain Layout
36875
36876 \series bold
36877 Nota:
36878 \series default
36879  Si 
36880 \family sans
36881 Factor-H
36882 \family default
36883  está vacío o contiene caracteres no numéricos habrá errores \SpecialChar LaTeX
36884  al ver/exportar
36885  el documento.
36886 \end_layout
36887
36888 \end_inset
36889
36890
36891 \end_layout
36892
36893 \begin_layout Standard
36894 \begin_inset VSpace bigskip
36895 \end_inset
36896
36897 El 
36898 \family sans
36899 Marco
36900 \begin_inset space ~
36901 \end_inset
36902
36903 tamaño
36904 \family default
36905  (menú 
36906 \family sans
36907 Insertar\SpecialChar menuseparator
36908 Recuadro
36909 \begin_inset space ~
36910 \end_inset
36911
36912 personalizado\SpecialChar menuseparator
36913 Marco
36914 \begin_inset space ~
36915 \end_inset
36916
36917 tamaño
36918 \family default
36919 ) se usa para redimensionar el contenido a una anchura y altura dadas.
36920  El recuadro 
36921 \family sans
36922 Marco
36923 \begin_inset space ~
36924 \end_inset
36925
36926 tamaño
36927 \family default
36928  contiene el recuadro obligatorio 
36929 \family sans
36930 Ancho
36931 \family default
36932  y el opcional 
36933 \family sans
36934 Alto
36935 \family default
36936  (menú 
36937 \family sans
36938 Insertar\SpecialChar menuseparator
36939 Alto)
36940 \family default
36941 .
36942  En ellos se introducen respectivamente la anchura y la altura como cantidad
36943  y unidad.
36944  La lista de unidades disponibles es
36945 \begin_inset space ~
36946 \end_inset
36947
36948
36949 \begin_inset CommandInset ref
36950 LatexCommand ref
36951 reference "tab:Unidades"
36952
36953 \end_inset
36954
36955 .
36956  Si en uno de los recuadros hay un signo de exclamación, 
36957 \series bold
36958 !
36959 \series default
36960 , la escala mantiene la relación de las dimensiones originales del contenido
36961  del marco.
36962  Si no se usa el recuadro 
36963 \family sans
36964 Alto
36965 \family default
36966 , internamente se usará un signo de exclamación para la altura.
36967 \end_layout
36968
36969 \begin_layout Standard
36970
36971 \series bold
36972 2cm
36973 \series default
36974  de 
36975 \family sans
36976 Ancho
36977 \family default
36978  y 
36979 \series bold
36980 1cm
36981 \series default
36982  de 
36983 \family sans
36984 Alto
36985 \family default
36986  produce: 
36987 \begin_inset Flex Resizebox
36988 status open
36989
36990 \begin_layout Plain Layout
36991 \begin_inset Argument 1
36992 status open
36993
36994 \begin_layout Plain Layout
36995 2cm
36996 \end_layout
36997
36998 \end_inset
36999
37000
37001 \begin_inset Argument 2
37002 status open
37003
37004 \begin_layout Plain Layout
37005 1cm
37006 \end_layout
37007
37008 \end_inset
37009
37010 Hola
37011 \end_layout
37012
37013 \end_inset
37014
37015
37016 \begin_inset Newline newline
37017 \end_inset
37018
37019
37020 \series bold
37021 2cm
37022 \series default
37023  de 
37024 \family sans
37025 Ancho
37026 \family default
37027  y 
37028 \series bold
37029 !
37030 \series default
37031  de 
37032 \family sans
37033 Alto
37034 \family default
37035  (o sin 
37036 \family sans
37037 Alto
37038 \family default
37039 ) produce: 
37040 \begin_inset Flex Resizebox
37041 status open
37042
37043 \begin_layout Plain Layout
37044 \begin_inset Argument 1
37045 status open
37046
37047 \begin_layout Plain Layout
37048 2cm
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \begin_inset Argument 2
37055 status open
37056
37057 \begin_layout Plain Layout
37058 !
37059 \end_layout
37060
37061 \end_inset
37062
37063 Hola
37064 \end_layout
37065
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Standard
37072 \begin_inset Note Greyedout
37073 status open
37074
37075 \begin_layout Plain Layout
37076
37077 \series bold
37078 Nota:
37079 \series default
37080  Si 
37081 \family sans
37082 Ancho
37083 \family default
37084  está vacío o contiene unidades no válidas habrá errores \SpecialChar LaTeX
37085  al ver/exportar
37086  el documento.
37087 \end_layout
37088
37089 \end_inset
37090
37091
37092 \end_layout
37093
37094 \begin_layout Standard
37095 \begin_inset VSpace bigskip
37096 \end_inset
37097
37098
37099 \end_layout
37100
37101 \begin_layout Standard
37102 Los marcos se pueden combinar en cualquier orden.
37103  Un ejemplo de 
37104 \family sans
37105 Marco
37106 \begin_inset space ~
37107 \end_inset
37108
37109 reflejo
37110 \family default
37111  dentro de un
37112 \family sans
37113  Marco
37114 \begin_inset space ~
37115 \end_inset
37116
37117 tamaño
37118 \family default
37119  girado en un 
37120 \family sans
37121 Marco
37122 \begin_inset space ~
37123 \end_inset
37124
37125 rotación
37126 \family default
37127 :
37128 \end_layout
37129
37130 \begin_layout Standard
37131 \noindent
37132 \align center
37133 \begin_inset Flex Rotatebox
37134 status open
37135
37136 \begin_layout Plain Layout
37137 \begin_inset Argument 1
37138 status open
37139
37140 \begin_layout Plain Layout
37141 origin=c
37142 \end_layout
37143
37144 \end_inset
37145
37146
37147 \begin_inset Argument 2
37148 status open
37149
37150 \begin_layout Plain Layout
37151 -45
37152 \end_layout
37153
37154 \end_inset
37155
37156
37157 \begin_inset Flex Resizebox
37158 status open
37159
37160 \begin_layout Plain Layout
37161 \begin_inset Argument 1
37162 status open
37163
37164 \begin_layout Plain Layout
37165 2cm
37166 \end_layout
37167
37168 \end_inset
37169
37170
37171 \begin_inset Flex Reflectbox
37172 status open
37173
37174 \begin_layout Plain Layout
37175 Hola
37176 \end_layout
37177
37178 \end_inset
37179
37180
37181 \end_layout
37182
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \end_inset
37189
37190
37191 \end_layout
37192
37193 \begin_layout Standard
37194 \noindent
37195 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
37196 \end_layout
37197
37198 \begin_layout Standard
37199 \noindent
37200 \align center
37201 \begin_inset Flex Resizebox
37202 status open
37203
37204 \begin_layout Plain Layout
37205 \begin_inset Argument 1
37206 status open
37207
37208 \begin_layout Plain Layout
37209 2cm
37210 \end_layout
37211
37212 \end_inset
37213
37214
37215 \begin_inset Flex Reflectbox
37216 status open
37217
37218 \begin_layout Plain Layout
37219 \begin_inset Graphics
37220         filename ../clipart/platypus.eps
37221         lyxscale 50
37222         width 25col%
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \end_inset
37235
37236  
37237 \begin_inset Flex Resizebox
37238 status open
37239
37240 \begin_layout Plain Layout
37241 \begin_inset Argument 1
37242 status open
37243
37244 \begin_layout Plain Layout
37245 2cm
37246 \end_layout
37247
37248 \end_inset
37249
37250
37251 \begin_inset Flex Reflectbox
37252 status open
37253
37254 \begin_layout Plain Layout
37255 \begin_inset Tabular
37256 <lyxtabular version="3" rows="2" columns="2">
37257 <features tabularvalignment="middle">
37258 <column alignment="center" valignment="top">
37259 <column alignment="center" valignment="top">
37260 <row>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265 q
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 w
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 </row>
37280 <row>
37281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 e
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 r
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 </lyxtabular>
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \end_inset
37308
37309
37310 \end_layout
37311
37312 \end_inset
37313
37314  
37315 \begin_inset Flex Resizebox
37316 status open
37317
37318 \begin_layout Plain Layout
37319 \begin_inset Argument 1
37320 status open
37321
37322 \begin_layout Plain Layout
37323 3cm
37324 \end_layout
37325
37326 \end_inset
37327
37328
37329 \begin_inset Flex Reflectbox
37330 status open
37331
37332 \begin_layout Plain Layout
37333 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37334 \end_inset
37335
37336
37337 \end_layout
37338
37339 \end_inset
37340
37341
37342 \end_layout
37343
37344 \end_inset
37345
37346
37347 \begin_inset Index idx
37348 status collapsed
37349
37350 \begin_layout Plain Layout
37351 Figuras ! a escala
37352 \end_layout
37353
37354 \end_inset
37355
37356
37357 \begin_inset Index idx
37358 status collapsed
37359
37360 \begin_layout Plain Layout
37361 Cuadros ! a escala
37362 \end_layout
37363
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \begin_layout Standard
37370 Si se usa el estilo global 
37371 \series bold
37372 fleqn
37373 \series default
37374  para las ecuaciones del documento,
37375 \begin_inset Foot
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379 Si «fleqn» se añade a las opciones de clase del documento.
37380 \end_layout
37381
37382 \end_inset
37383
37384  también se puede variar la escala de las ecuaciones en estilo presentación.
37385 \end_layout
37386
37387 \begin_layout Chapter
37388 Objetos envueltos en texto
37389 \begin_inset Index idx
37390 status collapsed
37391
37392 \begin_layout Plain Layout
37393 Envueltos en texto
37394 \end_layout
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \begin_layout Section
37402 Flotantes envueltos
37403 \begin_inset CommandInset label
37404 LatexCommand label
37405 name "sec:Flotantes-envueltos"
37406
37407 \end_inset
37408
37409
37410 \begin_inset Index idx
37411 status collapsed
37412
37413 \begin_layout Plain Layout
37414 Flotantes ! Envueltos
37415 \end_layout
37416
37417 \end_inset
37418
37419
37420 \begin_inset Index idx
37421 status collapsed
37422
37423 \begin_layout Plain Layout
37424 Envueltos en texto ! Flotantes
37425 \end_layout
37426
37427 \end_inset
37428
37429
37430 \end_layout
37431
37432 \begin_layout Standard
37433 \begin_inset Wrap figure
37434 lines 0
37435 placement l
37436 overhang 1cm
37437 width "40col%"
37438 status open
37439
37440 \begin_layout Plain Layout
37441 \begin_inset Graphics
37442         filename ../clipart/mobius.eps
37443         width 40col%
37444         rotateOrigin center
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \begin_layout Plain Layout
37452 \begin_inset Caption Standard
37453
37454 \begin_layout Plain Layout
37455 \begin_inset CommandInset label
37456 LatexCommand label
37457 name "fig:Envoltorio-de-figura"
37458
37459 \end_inset
37460
37461 Figura envuelta en el texto
37462 \end_layout
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470
37471  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
37472  de modo que ocupe sólo una parte del ancho de columna.
37473  Se inserta con el menú 
37474 \family sans
37475 Insertar\SpecialChar menuseparator
37476 Flotante\SpecialChar menuseparator
37477 Figura
37478 \begin_inset space ~
37479 \end_inset
37480
37481 envuelta
37482 \family default
37483
37484 \begin_inset space \thinspace{}
37485 \end_inset
37486
37487 /
37488 \begin_inset space \thinspace{}
37489 \end_inset
37490
37491
37492 \family sans
37493 Cuadro
37494 \begin_inset space ~
37495 \end_inset
37496
37497 envuelto
37498 \family default
37499  si está instalado el paquete \SpecialChar LaTeX
37500  
37501 \series bold
37502 wrapfig
37503 \series default
37504
37505 \begin_inset Index idx
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509 \SpecialChar LaTeX
37510 -paquetes ! wrapfig
37511 \end_layout
37512
37513 \end_inset
37514
37515 .
37516 \begin_inset Foot
37517 status collapsed
37518
37519 \begin_layout Plain Layout
37520 La instalación de paquetes \SpecialChar LaTeX
37521  se explica en el manual 
37522 \emph on
37523 Configuración de \SpecialChar LaTeX
37524
37525 \emph default
37526 .
37527 \end_layout
37528
37529 \end_inset
37530
37531  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
37532  con clic derecho sobre el cuadro del flotante.
37533  Son obligatorias la 
37534 \family sans
37535 Ubicación
37536 \family default
37537  y la 
37538 \family sans
37539 Anchura
37540 \family default
37541 .
37542  Son opcionales 
37543 \family sans
37544 Extensión al margen
37545 \family default
37546 , que especifica la anchura de invasión del margen, y 
37547 \family sans
37548 Extender
37549 \begin_inset space ~
37550 \end_inset
37551
37552 a
37553 \begin_inset space ~
37554 \end_inset
37555
37556 líneas
37557 \family default
37558 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
37559  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
37560  opción sólo si encuentras problemas en la colocación del flotante.
37561  Además puedes decidir si permitir que \SpecialChar LaTeX
37562  deje flotar el flotante dentro del
37563  párrafo o en los párrafos adyacentes.
37564  La figura
37565 \begin_inset space ~
37566 \end_inset
37567
37568
37569 \begin_inset CommandInset ref
37570 LatexCommand ref
37571 reference "fig:Envoltorio-de-figura"
37572
37573 \end_inset
37574
37575  es un ejemplo de envoltorio con una anchura de columna del 40
37576 \begin_inset space \thinspace{}
37577 \end_inset
37578
37579 %, ubicado a la izquierda y 1
37580 \begin_inset space \thinspace{}
37581 \end_inset
37582
37583 cm de invasión de margen.
37584 \end_layout
37585
37586 \begin_layout Standard
37587 \begin_inset Note Greyedout
37588 status open
37589
37590 \begin_layout Plain Layout
37591
37592 \series bold
37593 Nota:
37594 \series default
37595  ¡Los flotantes envueltos son frágiles! P.
37596 \begin_inset space \thinspace{}
37597 \end_inset
37598
37599 ej.
37600 \begin_inset space ~
37601 \end_inset
37602
37603 si una figura está demasiado cerca de la parte inferior de la página se
37604  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
37605  o situarse junto a otro texto.
37606 \end_layout
37607
37608 \end_inset
37609
37610
37611 \end_layout
37612
37613 \begin_layout Standard
37614 En general:
37615 \end_layout
37616
37617 \begin_layout Itemize
37618 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
37619  salto de página.
37620  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
37621  esté casi listo y puedas prever los saltos de página.
37622 \end_layout
37623
37624 \begin_layout Itemize
37625 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
37626  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
37627 \end_layout
37628
37629 \begin_layout Itemize
37630 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
37631  que procura que haya un párrafo de texto entre ellos.
37632 \end_layout
37633
37634 \begin_layout Itemize
37635 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
37636 \end_layout
37637
37638 \begin_layout Itemize
37639 Su numeración y referencias funciona como se explica en el cap.
37640 \begin_inset space \thinspace{}
37641 \end_inset
37642
37643
37644 \begin_inset CommandInset ref
37645 LatexCommand ref
37646 reference "chap:Flotantes"
37647
37648 \end_inset
37649
37650 .
37651 \end_layout
37652
37653 \begin_layout Section
37654 Objetos fijos envueltos
37655 \begin_inset Index idx
37656 status collapsed
37657
37658 \begin_layout Plain Layout
37659 Envueltos en texto ! Objetos fijos
37660 \end_layout
37661
37662 \end_inset
37663
37664
37665 \end_layout
37666
37667 \begin_layout Standard
37668 Los flotantes envueltos, descritos en la sec.
37669 \begin_inset space \thinspace{}
37670 \end_inset
37671
37672
37673 \begin_inset CommandInset ref
37674 LatexCommand ref
37675 reference "sec:Flotantes-envueltos"
37676
37677 \end_inset
37678
37679  , tienen estas posiciones en el párrafo:
37680 \end_layout
37681
37682 \begin_layout Standard
37683 \noindent
37684 \align center
37685 \begin_inset Tabular
37686 <lyxtabular version="3" rows="2" columns="2">
37687 <features tabularvalignment="middle">
37688 <column alignment="center" valignment="top">
37689 <column alignment="center" valignment="top">
37690 <row>
37691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695 \begin_inset Info
37696 type  "icon"
37697 arg   "dialog-show-new-inset graphics"
37698 \end_inset
37699
37700
37701 \end_layout
37702
37703 \end_inset
37704 </cell>
37705 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37706 \begin_inset Text
37707
37708 \begin_layout Plain Layout
37709 texto
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 </row>
37715 <row>
37716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720 texto
37721 \end_layout
37722
37723 \end_inset
37724 </cell>
37725 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37726 \begin_inset Text
37727
37728 \begin_layout Plain Layout
37729 texto
37730 \end_layout
37731
37732 \end_inset
37733 </cell>
37734 </row>
37735 </lyxtabular>
37736
37737 \end_inset
37738
37739  y 
37740 \begin_inset Tabular
37741 <lyxtabular version="3" rows="2" columns="2">
37742 <features tabularvalignment="middle">
37743 <column alignment="center" valignment="top">
37744 <column alignment="center" valignment="top">
37745 <row>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750 texto
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 \begin_inset Info
37760 type  "icon"
37761 arg   "dialog-show-new-inset graphics"
37762 \end_inset
37763
37764
37765 \end_layout
37766
37767 \end_inset
37768 </cell>
37769 </row>
37770 <row>
37771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775 texto
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784 texto
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 </row>
37790 </lyxtabular>
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \begin_layout Standard
37798 Para colocar un objeto exactamente en la posición en la que se inserta,
37799  por ejemplo una de estas:
37800 \begin_inset VSpace defskip
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \begin_layout Standard
37807 \noindent
37808 \align center
37809 \begin_inset Tabular
37810 <lyxtabular version="3" rows="2" columns="2">
37811 <features tabularvalignment="middle">
37812 <column alignment="center" valignment="top">
37813 <column alignment="center" valignment="top">
37814 <row>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819 texto
37820 \end_layout
37821
37822 \end_inset
37823 </cell>
37824 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37825 \begin_inset Text
37826
37827 \begin_layout Plain Layout
37828 texto
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 </row>
37834 <row>
37835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839 \begin_inset Info
37840 type  "icon"
37841 arg   "dialog-show-new-inset graphics"
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853 texto
37854 \end_layout
37855
37856 \end_inset
37857 </cell>
37858 </row>
37859 </lyxtabular>
37860
37861 \end_inset
37862
37863  
37864 \begin_inset Tabular
37865 <lyxtabular version="3" rows="2" columns="2">
37866 <features tabularvalignment="middle">
37867 <column alignment="center" valignment="top">
37868 <column alignment="center" valignment="top">
37869 <row>
37870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37871 \begin_inset Text
37872
37873 \begin_layout Plain Layout
37874 texto
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883 texto
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894 texto
37895 \end_layout
37896
37897 \end_inset
37898 </cell>
37899 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903 \begin_inset Info
37904 type  "icon"
37905 arg   "dialog-show-new-inset graphics"
37906 \end_inset
37907
37908
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 </row>
37914 </lyxtabular>
37915
37916 \end_inset
37917
37918  
37919 \begin_inset Tabular
37920 <lyxtabular version="3" rows="2" columns="3">
37921 <features tabularvalignment="middle">
37922 <column alignment="center" valignment="top">
37923 <column alignment="center" valignment="top">
37924 <column alignment="center" valignment="top">
37925 <row>
37926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37927 \begin_inset Text
37928
37929 \begin_layout Plain Layout
37930 texto
37931 \end_layout
37932
37933 \end_inset
37934 </cell>
37935 <cell alignment="center" valignment="top" topline="true" usebox="none">
37936 \begin_inset Text
37937
37938 \begin_layout Plain Layout
37939 \begin_inset Info
37940 type  "icon"
37941 arg   "dialog-show-new-inset graphics"
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953 texto
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964 texto
37965 \end_layout
37966
37967 \end_inset
37968 </cell>
37969 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973 texto
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 texto
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 </row>
37988 </lyxtabular>
37989
37990 \end_inset
37991
37992  
37993 \begin_inset Tabular
37994 <lyxtabular version="3" rows="2" columns="3">
37995 <features tabularvalignment="middle">
37996 <column alignment="center" valignment="top">
37997 <column alignment="center" valignment="top">
37998 <column alignment="center" valignment="top">
37999 <row>
38000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38001 \begin_inset Text
38002
38003 \begin_layout Plain Layout
38004 texto
38005 \end_layout
38006
38007 \end_inset
38008 </cell>
38009 <cell alignment="center" valignment="top" topline="true" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013 texto
38014 \end_layout
38015
38016 \end_inset
38017 </cell>
38018 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022 texto
38023 \end_layout
38024
38025 \end_inset
38026 </cell>
38027 </row>
38028 <row>
38029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38030 \begin_inset Text
38031
38032 \begin_layout Plain Layout
38033 texto
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042 \begin_inset Info
38043 type  "icon"
38044 arg   "dialog-show-new-inset graphics"
38045 \end_inset
38046
38047
38048 \end_layout
38049
38050 \end_inset
38051 </cell>
38052 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38053 \begin_inset Text
38054
38055 \begin_layout Plain Layout
38056 texto
38057 \end_layout
38058
38059 \end_inset
38060 </cell>
38061 </row>
38062 </lyxtabular>
38063
38064 \end_inset
38065
38066
38067 \end_layout
38068
38069 \begin_layout Standard
38070 \noindent
38071 \align center
38072 \begin_inset Tabular
38073 <lyxtabular version="3" rows="3" columns="2">
38074 <features tabularvalignment="middle">
38075 <column alignment="center" valignment="top">
38076 <column alignment="center" valignment="top">
38077 <row>
38078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38079 \begin_inset Text
38080
38081 \begin_layout Plain Layout
38082 texto
38083 \end_layout
38084
38085 \end_inset
38086 </cell>
38087 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38088 \begin_inset Text
38089
38090 \begin_layout Plain Layout
38091 texto
38092 \end_layout
38093
38094 \end_inset
38095 </cell>
38096 </row>
38097 <row>
38098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38099 \begin_inset Text
38100
38101 \begin_layout Plain Layout
38102 \begin_inset Info
38103 type  "icon"
38104 arg   "dialog-show-new-inset graphics"
38105 \end_inset
38106
38107
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38113 \begin_inset Text
38114
38115 \begin_layout Plain Layout
38116 texto
38117 \end_layout
38118
38119 \end_inset
38120 </cell>
38121 </row>
38122 <row>
38123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 texto
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136 texto
38137 \end_layout
38138
38139 \end_inset
38140 </cell>
38141 </row>
38142 </lyxtabular>
38143
38144 \end_inset
38145
38146  
38147 \begin_inset Tabular
38148 <lyxtabular version="3" rows="3" columns="3">
38149 <features tabularvalignment="middle">
38150 <column alignment="center" valignment="top">
38151 <column alignment="center" valignment="top">
38152 <column alignment="center" valignment="top">
38153 <row>
38154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38155 \begin_inset Text
38156
38157 \begin_layout Plain Layout
38158 texto
38159 \end_layout
38160
38161 \end_inset
38162 </cell>
38163 <cell alignment="center" valignment="top" topline="true" usebox="none">
38164 \begin_inset Text
38165
38166 \begin_layout Plain Layout
38167 texto
38168 \end_layout
38169
38170 \end_inset
38171 </cell>
38172 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38173 \begin_inset Text
38174
38175 \begin_layout Plain Layout
38176 texto
38177 \end_layout
38178
38179 \end_inset
38180 </cell>
38181 </row>
38182 <row>
38183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187 texto
38188 \end_layout
38189
38190 \end_inset
38191 </cell>
38192 <cell alignment="center" valignment="top" usebox="none">
38193 \begin_inset Text
38194
38195 \begin_layout Plain Layout
38196 \begin_inset Info
38197 type  "icon"
38198 arg   "dialog-show-new-inset graphics"
38199 \end_inset
38200
38201
38202 \end_layout
38203
38204 \end_inset
38205 </cell>
38206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 texto
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 </row>
38216 <row>
38217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221 texto
38222 \end_layout
38223
38224 \end_inset
38225 </cell>
38226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38227 \begin_inset Text
38228
38229 \begin_layout Plain Layout
38230 texto
38231 \end_layout
38232
38233 \end_inset
38234 </cell>
38235 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38236 \begin_inset Text
38237
38238 \begin_layout Plain Layout
38239 texto
38240 \end_layout
38241
38242 \end_inset
38243 </cell>
38244 </row>
38245 </lyxtabular>
38246
38247 \end_inset
38248
38249  
38250 \begin_inset Tabular
38251 <lyxtabular version="3" rows="3" columns="2">
38252 <features tabularvalignment="middle">
38253 <column alignment="center" valignment="top">
38254 <column alignment="center" valignment="top">
38255 <row>
38256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38257 \begin_inset Text
38258
38259 \begin_layout Plain Layout
38260 texto
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38266 \begin_inset Text
38267
38268 \begin_layout Plain Layout
38269 texto
38270 \end_layout
38271
38272 \end_inset
38273 </cell>
38274 </row>
38275 <row>
38276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38277 \begin_inset Text
38278
38279 \begin_layout Plain Layout
38280 texto
38281 \end_layout
38282
38283 \end_inset
38284 </cell>
38285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38286 \begin_inset Text
38287
38288 \begin_layout Plain Layout
38289 \begin_inset Info
38290 type  "icon"
38291 arg   "dialog-show-new-inset graphics"
38292 \end_inset
38293
38294
38295 \end_layout
38296
38297 \end_inset
38298 </cell>
38299 </row>
38300 <row>
38301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38302 \begin_inset Text
38303
38304 \begin_layout Plain Layout
38305 texto
38306 \end_layout
38307
38308 \end_inset
38309 </cell>
38310 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38311 \begin_inset Text
38312
38313 \begin_layout Plain Layout
38314 texto
38315 \end_layout
38316
38317 \end_inset
38318 </cell>
38319 </row>
38320 </lyxtabular>
38321
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \begin_layout Standard
38328 \noindent
38329 puedes usar el paquete \SpecialChar LaTeX
38330  
38331 \series bold
38332 picinpar
38333 \series default
38334
38335 \begin_inset Index idx
38336 status collapsed
38337
38338 \begin_layout Plain Layout
38339 \SpecialChar LaTeX
38340 -paquetes ! picinpar
38341 \end_layout
38342
38343 \end_inset
38344
38345 .
38346  Aquí hay un ejemplo:
38347 \end_layout
38348
38349 \begin_layout Standard
38350 \begin_inset ERT
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354
38355
38356 \backslash
38357 ifpicinpar
38358 \end_layout
38359
38360 \end_inset
38361
38362
38363 \begin_inset Note Note
38364 status open
38365
38366 \begin_layout Plain Layout
38367 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38368  \SpecialChar LaTeX
38369  
38370 \series bold
38371 picinpar
38372 \series default
38373 .
38374 \end_layout
38375
38376 \end_inset
38377
38378
38379 \end_layout
38380
38381 \begin_layout Standard
38382 \begin_inset ERT
38383 status collapsed
38384
38385 \begin_layout Plain Layout
38386
38387
38388 \backslash
38389 begin{window}[2,c,{
38390 \end_layout
38391
38392 \end_inset
38393
38394
38395 \begin_inset Graphics
38396         filename ../clipart/mobius.eps
38397         lyxscale 60
38398         width 40col%
38399         scaleBeforeRotation
38400         rotateOrigin center
38401
38402 \end_inset
38403
38404
38405 \begin_inset ERT
38406 status collapsed
38407
38408 \begin_layout Plain Layout
38409
38410 },]
38411 \end_layout
38412
38413 \begin_layout Plain Layout
38414
38415 {}
38416 \end_layout
38417
38418 \end_inset
38419
38420
38421 \size small
38422 \lang english
38423 It was in the spring of the year 1894 that all London was interested, and
38424  the fashionable world dismayed, by the murder of the Honourable Ronald
38425  Adair under most unusual and inexplicable circumstances.
38426  The public has already learned those particulars of the crime which
38427 \size default
38428
38429 \begin_inset ERT
38430 status collapsed
38431
38432 \begin_layout Plain Layout
38433
38434
38435 \backslash
38436 footnotemark{}
38437 \end_layout
38438
38439 \end_inset
38440
38441
38442 \size small
38443  came out in the police investigation, but a good deal was suppressed upon
38444  that occasion, since the case for the prosecution was so overwhelmingly
38445  strong that it was not necessary to bring forward all the facts.
38446  Only now, at the end of nearly ten years, am I allowed to supply those
38447  missing links which make up the whole of that remarkable chain
38448 \lang spanish
38449 .
38450 \size default
38451
38452 \begin_inset ERT
38453 status collapsed
38454
38455 \begin_layout Plain Layout
38456
38457
38458 \backslash
38459 end{window}
38460 \end_layout
38461
38462 \end_inset
38463
38464
38465 \end_layout
38466
38467 \begin_layout Standard
38468 \begin_inset ERT
38469 status collapsed
38470
38471 \begin_layout Plain Layout
38472
38473
38474 \backslash
38475 footnotetext{
38476 \end_layout
38477
38478 \end_inset
38479
38480 Nota al pie del párrafo con el objeto fijo
38481 \begin_inset ERT
38482 status collapsed
38483
38484 \begin_layout Plain Layout
38485
38486 }
38487 \end_layout
38488
38489 \end_inset
38490
38491
38492 \end_layout
38493
38494 \begin_layout Standard
38495 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
38496  donde la posición del objeto en el párrafo se puede determinar por el número
38497  de líneas sobre él.
38498  A diferencia de los flotantes, no es posible tener leyendas numeradas.
38499 \end_layout
38500
38501 \begin_layout Standard
38502 Un objeto fijo se inserta añadiendo el comando
38503 \end_layout
38504
38505 \begin_layout Standard
38506
38507 \series bold
38508
38509 \backslash
38510 begin{window}[2,c,{
38511 \end_layout
38512
38513 \begin_layout Standard
38514 en código \SpecialChar TeX
38515  al principio del párrafo.
38516  El primer parámetro en el corchete, aquí '2', define el número de líneas
38517  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
38518  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
38519  Tras el comando se inserta el objeto.
38520  En este ejemplo se ha insertado una imagen con una anchura del 40
38521 \begin_inset space \thinspace{}
38522 \end_inset
38523
38524 % de la anchura de la columna de texto.
38525  El objeto también puede ser un cuadro, un marco o una ecuación.
38526  Detrás del objeto se inserta el comando
38527 \end_layout
38528
38529 \begin_layout Standard
38530
38531 \series bold
38532 },texto de la descripción]
38533 \begin_inset Newline newline
38534 \end_inset
38535
38536 {}
38537 \end_layout
38538
38539 \begin_layout Standard
38540 Ten en cuenta que 
38541 \begin_inset Quotes eld
38542 \end_inset
38543
38544
38545 \series bold
38546 {}
38547 \series default
38548
38549 \begin_inset Quotes erd
38550 \end_inset
38551
38552  está en la segunda línea.
38553  El texto de la descripción es opcional.
38554  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
38555  debe empezar inmediatamente después de 
38556 \series bold
38557 {}
38558 \series default
38559 .
38560  Al final del párrafo inserta el comando:
38561 \end_layout
38562
38563 \begin_layout Standard
38564
38565 \series bold
38566
38567 \backslash
38568 end{window}
38569 \end_layout
38570
38571 \begin_layout Standard
38572 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
38573  de la manera habitual.
38574  Hay que usar el comando 
38575 \series bold
38576
38577 \backslash
38578 footnotemark
38579 \series default
38580  dentro del párrafo y fuera del comando 
38581 \series bold
38582
38583 \backslash
38584 footnotetext
38585 \series default
38586 , como se describe en la sec.
38587 \begin_inset space \thinspace{}
38588 \end_inset
38589
38590
38591 \begin_inset CommandInset ref
38592 LatexCommand ref
38593 reference "sec:Notas-al-pie"
38594
38595 \end_inset
38596
38597 .
38598 \end_layout
38599
38600 \begin_layout Standard
38601 \begin_inset ERT
38602 status collapsed
38603
38604 \begin_layout Plain Layout
38605
38606
38607 \backslash
38608 else
38609 \end_layout
38610
38611 \end_inset
38612
38613
38614 \begin_inset Note Note
38615 status open
38616
38617 \begin_layout Plain Layout
38618 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
38619  
38620 \series bold
38621 picinpar
38622 \series default
38623 .
38624 \end_layout
38625
38626 \end_inset
38627
38628
38629 \end_layout
38630
38631 \begin_layout Standard
38632 Debes instalar el paquete \SpecialChar LaTeX
38633  
38634 \series bold
38635 picinpar
38636 \series default
38637  para ver la parte siguiente en la salida.
38638 \end_layout
38639
38640 \begin_layout Standard
38641 \begin_inset ERT
38642 status collapsed
38643
38644 \begin_layout Plain Layout
38645
38646
38647 \backslash
38648 fi
38649 \end_layout
38650
38651 \end_inset
38652
38653
38654 \end_layout
38655
38656 \begin_layout Section
38657 Letras capitales
38658 \begin_inset Index idx
38659 status collapsed
38660
38661 \begin_layout Plain Layout
38662 Letras capitales
38663 \end_layout
38664
38665 \end_inset
38666
38667
38668 \begin_inset Index idx
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672 Envueltos en texto ! Letras capitales
38673 \end_layout
38674
38675 \end_inset
38676
38677
38678 \end_layout
38679
38680 \begin_layout Standard
38681 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
38682
38683 \series bold
38684  lettrine
38685 \series default
38686
38687 \begin_inset Index idx
38688 status collapsed
38689
38690 \begin_layout Plain Layout
38691 \SpecialChar LaTeX
38692 -paquetes ! lettrine
38693 \end_layout
38694
38695 \end_inset
38696
38697  y habilitar el uso del módulo 
38698 \family sans
38699 Capitales
38700 \family default
38701  en el documento (menú 
38702 \family sans
38703 Documento\SpecialChar menuseparator
38704 Configuración\SpecialChar menuseparator
38705 Módulos
38706 \family default
38707 ).
38708  Para insertar una letra capital, usa el entorno 
38709 \family sans
38710 Capital
38711 \family default
38712 .
38713  Este entorno tiene un argumento obligatorio y dos opcionales.
38714  Los argumentos se insertan mediante el menú 
38715 \family sans
38716 Insertar
38717 \family default
38718 .
38719  El argumento obligatorio 
38720 \family sans
38721 Capital
38722 \family default
38723  contiene la(s) letra(s) capital(es), el argumento opcional 
38724 \family sans
38725 Resto
38726 \begin_inset space ~
38727 \end_inset
38728
38729 de
38730 \begin_inset space ~
38731 \end_inset
38732
38733 capital
38734 \family default
38735  contiene el resto de la palabra o del texto en capitales.
38736  El argumento 
38737 \family sans
38738 Opciones
38739 \family default
38740  contiene parámetros para modificar la letra capital.
38741  Véase la documentación de 
38742 \series bold
38743 lettrine
38744 \series default
38745
38746 \begin_inset CommandInset citation
38747 LatexCommand cite
38748 key "lettrine"
38749 literal "true"
38750
38751 \end_inset
38752
38753 , para más información sobre los parámetros disponibles.
38754  El estilo contiene el texto que rodeará a la capital.
38755  De esta forma, el estilo habitual es que la palabra cuya primera letra
38756  es la capital se imprima en 
38757 \noun on
38758 versalitas
38759 \noun default
38760 .
38761 \end_layout
38762
38763 \begin_layout Standard
38764 Aquí hay algunos ejemplos:
38765 \end_layout
38766
38767 \begin_layout Standard
38768 \begin_inset ERT
38769 status collapsed
38770
38771 \begin_layout Plain Layout
38772
38773
38774 \backslash
38775 iflettrine
38776 \end_layout
38777
38778 \end_inset
38779
38780
38781 \begin_inset Note Note
38782 status open
38783
38784 \begin_layout Plain Layout
38785 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
38786  \SpecialChar LaTeX
38787  
38788 \series bold
38789 lettrine
38790 \series default
38791 .
38792 \end_layout
38793
38794 \end_inset
38795
38796
38797 \end_layout
38798
38799 \begin_layout Enumerate
38800 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
38801  
38802 \begin_inset Formula $\mathfrak{Fraktur}$
38803 \end_inset
38804
38805 :
38806 \end_layout
38807
38808 \begin_deeper
38809 \begin_layout Initial
38810 \begin_inset Argument 2
38811 status open
38812
38813 \begin_layout Plain Layout
38814 \begin_inset Formula $\mathfrak{I}$
38815 \end_inset
38816
38817
38818 \end_layout
38819
38820 \end_inset
38821
38822
38823 \begin_inset Argument 3
38824 status open
38825
38826 \begin_layout Plain Layout
38827 t
38828 \end_layout
38829
38830 \end_inset
38831
38832  
38833 \lang english
38834 was in the spring of the year 1894 that all London was interested, and the
38835  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38836  under most unusual and inexplicable circumstances.
38837  The public has already learned those particulars of the crime which came
38838  out in the police investigation, but a good deal was suppressed upon that
38839  occasion, since the case for the prosecution was so overwhelmingly strong
38840  that it was not necessary to bring forward all the facts.
38841 \lang spanish
38842
38843 \begin_inset Newpage newpage
38844 \end_inset
38845
38846
38847 \end_layout
38848
38849 \end_deeper
38850 \begin_layout Enumerate
38851 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
38852  y no se imprime nada en versalitas:
38853 \end_layout
38854
38855 \begin_deeper
38856 \begin_layout Initial
38857 \begin_inset Argument 1
38858 status open
38859
38860 \begin_layout Plain Layout
38861 lines=1
38862 \end_layout
38863
38864 \end_inset
38865
38866
38867 \begin_inset Argument 2
38868 status open
38869
38870 \begin_layout Plain Layout
38871 It
38872 \end_layout
38873
38874 \end_inset
38875
38876  
38877 \lang english
38878 was in the spring of the year 1894 that all London was interested, and the
38879  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38880  under most unusual and inexplicable circumstances.
38881  The public has already learned those particulars of the crime which came
38882  out in the police investigation, but a good deal was suppressed upon that
38883  occasion, since the case for the prosecution was so overwhelmingly strong
38884  that it was not necessary to bring forward all the facts.
38885 \end_layout
38886
38887 \end_deeper
38888 \begin_layout Enumerate
38889 Magenta, capital colgada sobre tres líneas en tipografía matemática
38890 \begin_inset Newline newline
38891 \end_inset
38892
38893
38894 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38895 \end_inset
38896
38897 , el texto 
38898 \begin_inset Quotes eld
38899 \end_inset
38900
38901 t was in the spring
38902 \begin_inset Quotes erd
38903 \end_inset
38904
38905  en 
38906 \noun on
38907 versalitas
38908 \noun default
38909 ; para colorear la capital, debes insertar este comando delante de ella:
38910 \begin_inset Newline newline
38911 \end_inset
38912
38913
38914 \series bold
38915
38916 \backslash
38917 renewcommand{
38918 \backslash
38919 LettrineFontHook}{
38920 \backslash
38921 color{color}}
38922 \series default
38923
38924 \begin_inset Newline newline
38925 \end_inset
38926
38927 donde el segundo 
38928 \emph on
38929 color
38930 \emph default
38931  puede ser 
38932 \begin_inset Quotes eld
38933 \end_inset
38934
38935 red
38936 \begin_inset Quotes erd
38937 \end_inset
38938
38939
38940 \begin_inset Quotes eld
38941 \end_inset
38942
38943 blue
38944 \begin_inset Quotes erd
38945 \end_inset
38946
38947
38948 \begin_inset Quotes eld
38949 \end_inset
38950
38951 green
38952 \begin_inset Quotes erd
38953 \end_inset
38954
38955
38956 \begin_inset Quotes eld
38957 \end_inset
38958
38959 yellow
38960 \begin_inset Quotes erd
38961 \end_inset
38962
38963
38964 \begin_inset Quotes eld
38965 \end_inset
38966
38967 cyan
38968 \begin_inset Quotes erd
38969 \end_inset
38970
38971
38972 \begin_inset Quotes eld
38973 \end_inset
38974
38975 magenta
38976 \begin_inset Quotes erd
38977 \end_inset
38978
38979
38980 \begin_inset Quotes eld
38981 \end_inset
38982
38983 black
38984 \begin_inset Quotes erd
38985 \end_inset
38986
38987  o 
38988 \begin_inset Quotes eld
38989 \end_inset
38990
38991 white
38992 \begin_inset Quotes erd
38993 \end_inset
38994
38995 , y añade este comando al preámbulo del documento:
38996 \begin_inset Newline newline
38997 \end_inset
38998
38999
39000 \series bold
39001
39002 \backslash
39003 @ifundefined{textcolor}
39004 \begin_inset Newline newline
39005 \end_inset
39006
39007
39008 \begin_inset space ~
39009 \end_inset
39010
39011 {
39012 \backslash
39013 usepackage{color}}{}
39014 \end_layout
39015
39016 \begin_deeper
39017 \begin_layout Standard
39018 \begin_inset ERT
39019 status collapsed
39020
39021 \begin_layout Plain Layout
39022
39023
39024 \backslash
39025 renewcommand{
39026 \backslash
39027 LettrineFontHook}{
39028 \backslash
39029 color{magenta}}
39030 \end_layout
39031
39032 \end_inset
39033
39034
39035 \begin_inset Note Note
39036 status open
39037
39038 \begin_layout Plain Layout
39039 pone la capital en magenta
39040 \end_layout
39041
39042 \end_inset
39043
39044
39045 \end_layout
39046
39047 \begin_layout Initial
39048 \begin_inset Argument 1
39049 status open
39050
39051 \begin_layout Plain Layout
39052 lines=3, lhang=0.33, loversize=0.25
39053 \end_layout
39054
39055 \end_inset
39056
39057
39058 \begin_inset Argument 2
39059 status open
39060
39061 \begin_layout Plain Layout
39062 \begin_inset Formula $\mathcal{I}$
39063 \end_inset
39064
39065
39066 \end_layout
39067
39068 \end_inset
39069
39070
39071 \begin_inset Argument 3
39072 status open
39073
39074 \begin_layout Plain Layout
39075
39076 \lang english
39077 t was in the spring
39078 \end_layout
39079
39080 \end_inset
39081
39082  
39083 \lang english
39084 of the year 1894 that all London was interested, and the fashionable world
39085  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39086  and inexplicable circumstances.
39087  The public has already learned those particulars of the crime which came
39088  out in the police investigation, but a good deal was suppressed upon that
39089  occasion, since the case for the prosecution was so overwhelmingly strong
39090  that it was not necessary to bring forward all the facts.
39091 \end_layout
39092
39093 \end_deeper
39094 \begin_layout Standard
39095 \begin_inset ERT
39096 status collapsed
39097
39098 \begin_layout Plain Layout
39099
39100
39101 \backslash
39102 else
39103 \end_layout
39104
39105 \end_inset
39106
39107
39108 \begin_inset Note Note
39109 status open
39110
39111 \begin_layout Plain Layout
39112 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
39113  
39114 \series bold
39115 lettrine
39116 \series default
39117 .
39118 \end_layout
39119
39120 \end_inset
39121
39122
39123 \end_layout
39124
39125 \begin_layout Standard
39126 Debes instalar el paquete \SpecialChar LaTeX
39127  
39128 \series bold
39129 lettrine
39130 \series default
39131  para ver la parte siguiente en la salida.
39132 \end_layout
39133
39134 \begin_layout Standard
39135 \begin_inset ERT
39136 status collapsed
39137
39138 \begin_layout Plain Layout
39139
39140
39141 \backslash
39142 fi
39143 \end_layout
39144
39145 \end_inset
39146
39147
39148 \end_layout
39149
39150 \begin_layout Chapter
39151 Archivos externos
39152 \begin_inset Index idx
39153 status collapsed
39154
39155 \begin_layout Plain Layout
39156 Archivos externos
39157 \end_layout
39158
39159 \end_inset
39160
39161
39162 \end_layout
39163
39164 \begin_layout Standard
39165 Con el menú 
39166 \family sans
39167 Insertar\SpecialChar menuseparator
39168 Archivo 
39169 \family default
39170 se pueden insertar archivos externos en un documento.
39171  Estos pueden ser:
39172 \end_layout
39173
39174 \begin_layout Description
39175 Documento
39176 \begin_inset space ~
39177 \end_inset
39178
39179 \SpecialChar LyX
39180  Otro documento \SpecialChar LyX
39181 ; su contenido se inserta directamente en tu documento.
39182 \end_layout
39183
39184 \begin_layout Description
39185 Texto
39186 \begin_inset space ~
39187 \end_inset
39188
39189 simple Un documento de texto; cada línea del mismo se inserta en tu documento
39190  como párrafo propio.
39191 \end_layout
39192
39193 \begin_layout Description
39194 Texto
39195 \begin_inset space ~
39196 \end_inset
39197
39198 simple,
39199 \begin_inset space ~
39200 \end_inset
39201
39202 unir
39203 \begin_inset space ~
39204 \end_inset
39205
39206 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
39207  Las líneas vacías generan un nuevo párrafo en tu documento.
39208 \end_layout
39209
39210 \begin_layout Description
39211 Material
39212 \begin_inset space ~
39213 \end_inset
39214
39215 externo Archivos en diversos formatos.
39216 \end_layout
39217
39218 \begin_layout Description
39219 Documento
39220 \begin_inset space ~
39221 \end_inset
39222
39223 hijo Documentos \SpecialChar LyX
39224 , \SpecialChar LaTeX
39225  o texto simple.
39226 \end_layout
39227
39228 \begin_layout Section
39229 Material externo
39230 \begin_inset Index idx
39231 status collapsed
39232
39233 \begin_layout Plain Layout
39234 Material externo
39235 \end_layout
39236
39237 \end_inset
39238
39239
39240 \end_layout
39241
39242 \begin_layout Standard
39243 Esta característica te permite insertar archivos en tu documento sin convertirlo
39244 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
39245  se ocupa de las
39246  necesarias conversiones.
39247  Esto es parecido a la inserción de imágenes en diversos formatos en los
39248  documentos \SpecialChar LyX
39249 .
39250  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
39251 ,
39252  en 
39253 \family sans
39254 Apariencia
39255 \family default
39256 \SpecialChar menuseparator
39257 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
39258  en \SpecialChar LyX
39259 .
39260 \end_layout
39261
39262 \begin_layout Standard
39263 El material externo se puede insertar mediante el diálogo que surge a partir
39264  del menú 
39265 \family sans
39266 Insertar\SpecialChar menuseparator
39267 Archivo\SpecialChar menuseparator
39268 Material
39269 \begin_inset space ~
39270 \end_inset
39271
39272 externo
39273 \family default
39274 .
39275  Actualmente se permiten los siguientes tipos de archivo (
39276 \family sans
39277 Plantillas
39278 \family default
39279 ):
39280 \end_layout
39281
39282 \begin_layout Description
39283 Dia Esta plantilla soporta diagramas creados con el programa 
39284 \series bold
39285
39286 \begin_inset CommandInset href
39287 LatexCommand href
39288 name "Dia"
39289 target "http://es.wikipedia.org/wiki/Dia_(programa)"
39290 literal "false"
39291
39292 \end_inset
39293
39294
39295 \series default
39296 .
39297 \end_layout
39298
39299 \begin_layout Description
39300 Diagrama
39301 \begin_inset space ~
39302 \end_inset
39303
39304 de
39305 \begin_inset space ~
39306 \end_inset
39307
39308 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
39309  con el programa 
39310 \series bold
39311
39312 \begin_inset CommandInset href
39313 LatexCommand href
39314 name "XBoard"
39315 target "http://es.wikipedia.org/wiki/XBoard"
39316 literal "false"
39317
39318 \end_inset
39319
39320
39321 \series default
39322 .
39323 \end_layout
39324
39325 \begin_layout Description
39326 Figura
39327 \begin_inset space ~
39328 \end_inset
39329
39330 Inkscape 
39331 \lang english
39332 This experimental template supports vector graphics (SVG) images that contain
39333  text written in \SpecialChar LaTeX
39334 .
39335  It relies on the optio
39336 \lang spanish
39337
39338 \family sans
39339 Omitir texto en PDF y crear archivo LaTeX 
39340 \family default
39341 \lang english
39342 when saving a drawing as PDF with the program 
39343 \noun on
39344 Inkscape
39345 \noun default
39346
39347 \begin_inset CommandInset citation
39348 LatexCommand cite
39349 key "Inkscape"
39350 literal "false"
39351
39352 \end_inset
39353
39354 .
39355  This allows to include SVG documents in which \SpecialChar LaTeX
39356  will typeset the text.
39357  The benefit of such SVGs is a uniform text style throughout the whole document
39358  and one can use \SpecialChar TeX
39359  code commands in the text of the SVG.
39360 \begin_inset Newline newline
39361 \end_inset
39362
39363 One can use \SpecialChar TeX
39364  code commands like 
39365 \series bold
39366
39367 \backslash
39368 Large
39369 \series default
39370
39371 \series bold
39372
39373 \backslash
39374 small
39375 \series default
39376 , etc.
39377 \begin_inset space \space{}
39378 \end_inset
39379
39380 in the text of the SVG.
39381  The size of the font will be taken from the settings of the \SpecialChar LyX
39382  document.
39383  Refer to 
39384 \begin_inset CommandInset citation
39385 LatexCommand cite
39386 key "Inkscape"
39387 literal "false"
39388
39389 \end_inset
39390
39391  for more information and examples.
39392 \begin_inset Newline newline
39393 \end_inset
39394
39395 Note that while the image text takes into account the surrounding font,
39396  its preview in \SpecialChar LyX
39397  does not.
39398  Wrapping the external inset in a preview inset (menu 
39399 \family sans
39400 Insert\SpecialChar menuseparator
39401 Preview
39402 \family default
39403 ) gives a better result.
39404 \begin_inset Newline newline
39405 \end_inset
39406
39407 The template works very similarly to Xfig support.
39408  \SpecialChar LyX
39409  will extract the text in the image into a separate \SpecialChar TeX
39410  file and creates a
39411  PDF file for the rest.
39412 \end_layout
39413
39414 \begin_layout Description
39415 Figura
39416 \begin_inset space ~
39417 \end_inset
39418
39419 Xfig Esta plantilla soporta imágenes creadas con el programa 
39420 \begin_inset CommandInset href
39421 LatexCommand href
39422 name "Xfig"
39423 target "http://en.wikipedia.org/wiki/Xfig"
39424 literal "false"
39425
39426 \end_inset
39427
39428 .
39429 \end_layout
39430
39431 \begin_layout Description
39432 Gráficos
39433 \begin_inset space ~
39434 \end_inset
39435
39436 vectoriales Sirve para insertar gráficos vectoriales.
39437  Los gráficos se pueden tratar en el diálogo 
39438 \family sans
39439 Material Externo
39440 \family default
39441  como las que habitualmente se incluyen mediante el diálogo 
39442 \family sans
39443 Gráficos
39444 \family default
39445 , tal como se explica en la sección
39446 \begin_inset space ~
39447 \end_inset
39448
39449
39450 \begin_inset CommandInset ref
39451 LatexCommand ref
39452 reference "sec:Diálogo-Gráficos"
39453
39454 \end_inset
39455
39456 .
39457  Aquí una imagen vectorial insertada: 
39458 \begin_inset External
39459         template VectorGraphics
39460         filename ../clipart/SVG-Drawing.svg
39461         lyxscale 50
39462         scale 33
39463
39464 \end_inset
39465
39466
39467 \end_layout
39468
39469 \begin_layout Description
39470 Imagen
39471 \begin_inset space ~
39472 \end_inset
39473
39474 mapa
39475 \begin_inset space ~
39476 \end_inset
39477
39478 de
39479 \begin_inset space ~
39480 \end_inset
39481
39482 bits Sirve para insertar imágenes bitmap.
39483  Las imágenes se pueden tratar en el diálogo 
39484 \family sans
39485 Material Externo
39486 \family default
39487  como las que habitualmente se incluyen mediante el diálogo 
39488 \family sans
39489 Gráficos
39490 \family default
39491 , tal como se explica en la sección
39492 \begin_inset space ~
39493 \end_inset
39494
39495
39496 \begin_inset CommandInset ref
39497 LatexCommand ref
39498 reference "sec:Diálogo-Gráficos"
39499
39500 \end_inset
39501
39502 .
39503  Aquí se ha insertado una imagen 
39504 \emph on
39505 raster
39506 \emph default
39507
39508 \begin_inset External
39509         template RasterImage
39510         filename ../clipart/ToolbarEnvBox.png
39511
39512 \end_inset
39513
39514
39515 \end_layout
39516
39517 \begin_layout Description
39518 Hoja
39519 \begin_inset space ~
39520 \end_inset
39521
39522 de
39523 \begin_inset space ~
39524 \end_inset
39525
39526 cálculo Esta plantilla permite insertar tablas/hojas de cálculo en los formatos
39527  
39528 \series bold
39529
39530 \begin_inset CommandInset href
39531 LatexCommand href
39532 name "Gnumeric"
39533 target "http://es.wikipedia.org/wiki/Gnumeric"
39534 literal "false"
39535
39536 \end_inset
39537
39538
39539 \series default
39540
39541 \begin_inset CommandInset href
39542 LatexCommand href
39543 name "OpenDocument"
39544 target "http://es.wikipedia.org/wiki/OpenDocument"
39545 literal "false"
39546
39547 \end_inset
39548
39549
39550 \begin_inset CommandInset href
39551 LatexCommand href
39552 name "Microsoft Office XML"
39553 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
39554 literal "false"
39555
39556 \end_inset
39557
39558  y 
39559 \begin_inset CommandInset href
39560 LatexCommand href
39561 name "Office Open XML"
39562 target "http://es.wikipedia.org/wiki/Office_Open_XML"
39563 literal "false"
39564
39565 \end_inset
39566
39567 .
39568  Para que esto funcione \SpecialChar LyX
39569  debe haber encontrado el programa 
39570 \family typewriter
39571 ssconvert
39572 \family default
39573  durante su configuración.
39574  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
39575  las tablas no estén en el formato de Gnumeric.
39576  Echa un vistazo al archivo de ejemplo 
39577 \emph on
39578 spreadsheet.lyx
39579 \emph default
39580  para ver ejemplos de uso y posibles limitaciones.
39581 \end_layout
39582
39583 \begin_layout Description
39584 Páginas
39585 \begin_inset space ~
39586 \end_inset
39587
39588 PDF Con esta plantilla puedes insertar documentos PDF en tu documento.
39589  Para insertar algunas o todas las páginas de un documento PDF, utiliza
39590  la opción 
39591 \series bold
39592 pages
39593 \series default
39594  en el campo 
39595 \family sans
39596 Opción
39597 \family default
39598  de la pestaña 
39599 \family sans
39600 Opciones de \SpecialChar LaTeX
39601  y \SpecialChar LyX
39602
39603 \family default
39604 .
39605  El argumento de esta opción es una lista separada con comas que contiene
39606  números de páginas (opción 
39607 \series bold
39608 pages={3,5,6,8}
39609 \series default
39610 ), rangos de números de páginas (
39611 \series bold
39612 pages={4-9}
39613 \series default
39614 ) o cualquier combinación.
39615  Para insertar páginas vacías usa {}.
39616  Por ej.,
39617 \begin_inset space ~
39618 \end_inset
39619
39620
39621 \series bold
39622 pages={3,{},8-11,15}
39623 \series default
39624  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
39625  Los rangos de páginas se especifican según el esquema 
39626 \emph on
39627 inicial
39628 \emph default
39629 -
39630 \emph on
39631 final.
39632
39633 \emph default
39634  Así se seleccionan todas las páginas desde 
39635 \emph on
39636 inicial
39637 \emph default
39638  a 
39639 \emph on
39640 final
39641 \emph default
39642 .
39643  Si se omite 
39644 \emph on
39645 inicial
39646 \emph default
39647  comienza en la primera página; si se omite 
39648 \emph on
39649 final
39650 \emph default
39651  termina en la última.
39652  La última página también se puede seleccionar con la clave 
39653 \series bold
39654 last
39655 \series default
39656 .
39657  (Solo está permitido en rangos de páginas).
39658  Así, 
39659 \series bold
39660 pages=-
39661 \series default
39662  insertará todas las páginas del documento y 
39663 \series bold
39664 pages=last-1
39665 \series default
39666  insertará todas las páginas en orden inverso.
39667  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
39668 \begin_inset Newline newline
39669 \end_inset
39670
39671 La opción 
39672 \series bold
39673 noautoscale
39674 \series default
39675  inserta las páginas a tamaño original; si esta opción no se especifica,
39676  el tamaño de las páginas se adaptará a la anchura de página del documento.
39677  En la pestaña 
39678 \family sans
39679 Tamaño y rotación
39680 \family default
39681  se puede especificar la anchura, la altura y la rotación de las páginas
39682  introducidas.
39683  Si se usa una anchura distinta de 100
39684 \begin_inset space \thinspace{}
39685 \end_inset
39686
39687 % Escala, la opción 
39688 \series bold
39689 noautoscale
39690 \series default
39691  será ignorada.
39692  Para más información y otras opciones posibles, consulta la documentación
39693  del paquete \SpecialChar LaTeX
39694  
39695 \series bold
39696 pdfpages
39697 \series default
39698  
39699 \begin_inset CommandInset citation
39700 LatexCommand cite
39701 key "pdfpages"
39702 literal "true"
39703
39704 \end_inset
39705
39706 .
39707 \begin_inset Index idx
39708 status collapsed
39709
39710 \begin_layout Plain Layout
39711 \SpecialChar LaTeX
39712 -paquetes ! pdfpages
39713 \end_layout
39714
39715 \end_inset
39716
39717
39718 \begin_inset Newline newline
39719 \end_inset
39720
39721 Para usar esta plantilla en una presentación 
39722 \family sans
39723 Beamer
39724 \family default
39725 , hay que insertar primero un entorno 
39726 \family sans
39727 Fin de fotograma
39728 \family default
39729  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
39730  con el comando 
39731 \series bold
39732
39733 \backslash
39734 setbeamertemplate{background canvas}{}
39735 \series default
39736 .
39737  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
39738  como quieras.
39739  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
39740  comenzando una nueva diapositiva o una nueva sección.
39741  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
39742  usar alineación 
39743 \family sans
39744 Predeterminada
39745 \family default
39746  para el párrafo que contiene la plantilla.
39747 \begin_inset Newline newline
39748 \end_inset
39749
39750 Un PDF incluido girado -5°: 
39751 \begin_inset External
39752         template PDFPages
39753         filename ../clipart/Abstract.pdf
39754         extra LaTeX "noautoscale, pages=-"
39755         rotateAngle -5
39756         rotateOrigin bottomleft
39757
39758 \end_inset
39759
39760
39761 \end_layout
39762
39763 \begin_layout Description
39764 Tipografía
39765 \begin_inset space ~
39766 \end_inset
39767
39768 musical
39769 \begin_inset space ~
39770 \end_inset
39771
39772 Lilypond Esta plantilla sirve para tipografiar notación musical con el programa
39773 \begin_inset Newline linebreak
39774 \end_inset
39775
39776
39777 \series bold
39778
39779 \begin_inset CommandInset href
39780 LatexCommand href
39781 name "LilyPond"
39782 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
39783 literal "false"
39784
39785 \end_inset
39786
39787
39788 \series default
39789 .
39790  Echa un vistazo al archivo de ejemplo
39791 \emph on
39792  lilypond.lyx
39793 \emph default
39794  para más información sobre el soporte de \SpecialChar LyX
39795  a LilyPond.
39796 \end_layout
39797
39798 \begin_layout Standard
39799 Si utilizas la opción 
39800 \family sans
39801 Borrador
39802 \family default
39803  en la solapa 
39804 \family sans
39805 Archivo
39806 \family default
39807  del diálogo 
39808 \family sans
39809 Material Externo
39810 \family default
39811 , en el documento de salida sólo se muestra la ruta al archivo insertado.
39812 \family sans
39813
39814 \begin_inset Newline newline
39815 \end_inset
39816
39817
39818 \family default
39819 El material externo se muestra en \SpecialChar LyX
39820  como un recuadro del tipo:
39821 \family sans
39822  
39823 \family default
39824
39825 \begin_inset Graphics
39826         filename clipart/MaterialExterno.png
39827         scale 95
39828
39829 \end_inset
39830
39831  o como imagen, dependiendo de si se marca la opción 
39832 \family sans
39833 Mostrar en LyX 
39834 \family default
39835 de la pestaña 
39836 \family sans
39837 Opciones de LaTeX y LyX
39838 \family default
39839  del diálogo
39840 \family sans
39841 .
39842 \end_layout
39843
39844 \begin_layout Standard
39845 En el manual 
39846 \emph on
39847 Personalización
39848 \emph default
39849  se explica cómo definir tus propias plantillas.
39850 \end_layout
39851
39852 \begin_layout Section
39853 Documento hijo
39854 \begin_inset CommandInset label
39855 LatexCommand label
39856 name "sec:Documento-Hijo"
39857
39858 \end_inset
39859
39860
39861 \begin_inset Index idx
39862 status collapsed
39863
39864 \begin_layout Plain Layout
39865 Documento hijo
39866 \end_layout
39867
39868 \end_inset
39869
39870
39871 \end_layout
39872
39873 \begin_layout Standard
39874 Los documentos hijos se emplean en el caso de tener un documento extenso
39875  compuesto por varias partes o secciones más grandes.
39876  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
39877  en varios archivos que pueden ser revisados por separado.
39878  Estos archivos se conocen como documentos hijos, y el llamado documento
39879  maestro los conecta con el fin de imprimirlos como un todo o por partes.
39880  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
39881  \SpecialChar LaTeX
39882 , la bibliografía y las etiquetas de las referencias cruzadas.
39883 \end_layout
39884
39885 \begin_layout Standard
39886 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
39887  en el menú 
39888 \family sans
39889 Documento\SpecialChar menuseparator
39890 Configuración\SpecialChar menuseparator
39891 Clase del documento
39892 \family default
39893  del documento hijo especifica el documento maestro predeterminado.
39894  Este maestro será usado entonces por \SpecialChar LyX
39895  en un segundo plano cuando edites
39896  el documento hijo.
39897 \end_layout
39898
39899 \begin_layout Standard
39900 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
39901  como
39902  recuadros del tipo: 
39903 \begin_inset Graphics
39904         filename clipart/DocumentoHijo.png
39905         scale 95
39906
39907 \end_inset
39908
39909 .
39910  Para incluir documentos hijos en un documento maestro utiliza el menú 
39911 \family sans
39912 Insertar
39913 \family default
39914 \SpecialChar menuseparator
39915
39916 \family sans
39917 Archivo
39918 \family default
39919 \SpecialChar menuseparator
39920
39921 \family sans
39922 Documento
39923 \begin_inset space ~
39924 \end_inset
39925
39926 hijo
39927 \family default
39928 .
39929  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
39930 \end_layout
39931
39932 \begin_layout Description
39933 Anexar Puedes incluir documentos \SpecialChar LyX
39934  y documentos \SpecialChar LaTeX
39935 .
39936  Al pulsar el botón 
39937 \family sans
39938 Editar
39939 \family default
39940  en el diálogo 
39941 \family sans
39942 Documento hijo
39943 \family default
39944 , los documentos incluidos se abrirán en una nueva solapa de archivo en
39945  la ventana de \SpecialChar LyX
39946  y así puedes modificarlos si quieres.
39947 \end_layout
39948
39949 \begin_layout Standard
39950 Aquí hay un archivo insertado con el método 
39951 \family sans
39952 Anexar
39953 \family default
39954
39955 \begin_inset CommandInset include
39956 LatexCommand include
39957 filename "DocumentoPostizo1.lyx"
39958
39959 \end_inset
39960
39961
39962 \end_layout
39963
39964 \begin_layout Standard
39965 La numeración de secciones tiene en cuenta las secciones de los archivos
39966  incluidos en el orden en que están insertados en el documento maestro.
39967  El documento incluido de ejemplo tiene una subsección que se numera como
39968  subsección de la presente sección.
39969  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
39970 \begin_inset space ~
39971 \end_inset
39972
39973
39974 \begin_inset CommandInset ref
39975 LatexCommand ref
39976 reference "subsec:Subsección-Externa-1"
39977
39978 \end_inset
39979
39980 .
39981 \end_layout
39982
39983 \begin_layout Standard
39984 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
39985  del documento maestro.
39986  Las ramas en los documentos hijos serán ignoradas por el documento maestro
39987  si éste no tiene una rama con el mismo nombre.
39988  Los documentos anexados se insertan comenzando una página nueva y acabando
39989  con un salto de página.
39990 \end_layout
39991
39992 \begin_layout Standard
39993 \begin_inset Note Greyedout
39994 status open
39995
39996 \begin_layout Plain Layout
39997
39998 \series bold
39999 Nota:
40000 \series default
40001  Si has incluido un archivo \SpecialChar LyX
40002  o \SpecialChar LaTeX
40003  cuya clase de documento es distinta a la
40004  del documento maestro, recibirás una advertencia al exportar/ver el documento,
40005  ya que esto podría dar resultados inesperados.
40006 \end_layout
40007
40008 \end_inset
40009
40010
40011 \end_layout
40012
40013 \begin_layout Description
40014 Incorporar Este método es muy parecido al método 
40015 \family sans
40016 Anexar
40017 \family default
40018 .
40019  Las diferencias son:
40020 \end_layout
40021
40022 \begin_deeper
40023 \begin_layout Itemize
40024 Los archivos incorporados no comienzan en página nueva ni acaban con un
40025  salto de página.
40026 \end_layout
40027
40028 \begin_layout Itemize
40029 Los archivos incorporados pueden visualizar en \SpecialChar LyX
40030  si la 
40031 \family sans
40032 Vista
40033 \begin_inset space ~
40034 \end_inset
40035
40036 preliminar
40037 \begin_inset space ~
40038 \end_inset
40039
40040 inmediata 
40041 \family default
40042 está activada en el diálogo 
40043 \family sans
40044 Herramientas\SpecialChar menuseparator
40045 Preferencias
40046 \family default
40047 , apartado 
40048 \family sans
40049 Apariencia\SpecialChar menuseparator
40050 Visualización
40051 \family default
40052 .
40053 \end_layout
40054
40055 \begin_layout Itemize
40056 Los archivos incorporados no se pueden excluir mediante el menú 
40057 \family sans
40058 Documento\SpecialChar menuseparator
40059 Configuración\SpecialChar menuseparator
40060 Documentos hijo
40061 \family default
40062 .
40063 \end_layout
40064
40065 \end_deeper
40066 \begin_layout Standard
40067 Aquí hay un documento hijo insertado con el método 
40068 \family sans
40069 Incorporar
40070 \family default
40071 :
40072 \end_layout
40073
40074 \begin_layout Standard
40075 \begin_inset CommandInset include
40076 LatexCommand input
40077 filename "DocumentoPostizo2.lyx"
40078
40079 \end_inset
40080
40081
40082 \end_layout
40083
40084 \begin_layout Standard
40085 Aquí se inserta un documento hijo en modo 
40086 \emph on
40087 input
40088 \emph default
40089  como fuente de \SpecialChar LaTeX
40090 :
40091 \end_layout
40092
40093 \begin_layout Quote
40094 \begin_inset CommandInset include
40095 LatexCommand input
40096 filename "DocumentoTextoPostizo.txt"
40097
40098 \end_inset
40099
40100
40101 \end_layout
40102
40103 \begin_layout Description
40104 Literal Con este método se puede incluir cualquier archivo de texto.
40105  El archivo aparece en la salida con su código fuente, y si contiene comandos
40106  no se ejecutan.
40107  Con la opción 
40108 \family sans
40109 Marcar espacios en la salida
40110 \family default
40111  cada espacio en el código fuente se muestra en la salida con el carácter
40112  «
40113 \begin_inset ERT
40114 status collapsed
40115
40116 \begin_layout Plain Layout
40117
40118
40119 \backslash
40120 textvisiblespace
40121 \end_layout
40122
40123 \end_inset
40124
40125 ».
40126  La diferencia con el método de inserción mediante el menú 
40127 \family sans
40128 Insertar
40129 \family default
40130 \SpecialChar menuseparator
40131
40132 \family sans
40133 Archivo
40134 \family default
40135 \SpecialChar menuseparator
40136
40137 \family sans
40138 Texto
40139 \begin_inset space ~
40140 \end_inset
40141
40142 simple
40143 \family default
40144  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
40145 , mientras que en
40146  modo 
40147 \family sans
40148 Literal 
40149 \family default
40150 no se muestra el contenido, sino un recuadro con el nombre.
40151
40152 \family sans
40153  
40154 \end_layout
40155
40156 \begin_layout Standard
40157 Aquí se inserta un documento hijo en modo Literal:
40158 \begin_inset CommandInset include
40159 LatexCommand verbatiminput
40160 filename "DocumentoTextoPostizo.txt"
40161
40162 \end_inset
40163
40164
40165 \begin_inset VSpace bigskip
40166 \end_inset
40167
40168
40169 \end_layout
40170
40171 \begin_layout Standard
40172 Aquí se inserta un documento hijo en modo Literal con la opción 
40173 \family sans
40174 Marcar espacios en la salida
40175 \family default
40176 :
40177 \begin_inset CommandInset include
40178 LatexCommand verbatiminput*
40179 filename "DocumentoTextoPostizo.txt"
40180
40181 \end_inset
40182
40183
40184 \begin_inset VSpace bigskip
40185 \end_inset
40186
40187
40188 \end_layout
40189
40190 \begin_layout Standard
40191 \begin_inset Note Greyedout
40192 status open
40193
40194 \begin_layout Plain Layout
40195
40196 \series bold
40197 Nota:
40198 \series default
40199  Como puedes ver en los ejemplos anteriores, el texto de los documentos
40200  incluidos en modo 
40201 \family sans
40202 literal
40203 \family default
40204  no contiene saltos de línea, a no ser que se incluyan expresamente en el
40205  archivo de texto.
40206 \end_layout
40207
40208 \end_inset
40209
40210
40211 \end_layout
40212
40213 \begin_layout Description
40214 Listado
40215 \begin_inset space ~
40216 \end_inset
40217
40218 de
40219 \begin_inset space ~
40220 \end_inset
40221
40222 código Este tipo se describe en el capítulo
40223 \begin_inset space ~
40224 \end_inset
40225
40226
40227 \begin_inset CommandInset ref
40228 LatexCommand ref
40229 reference "cap:Listado-de-código"
40230
40231 \end_inset
40232
40233 .
40234 \end_layout
40235
40236 \begin_layout Standard
40237 \begin_inset Note Greyedout
40238 status open
40239
40240 \begin_layout Plain Layout
40241
40242 \series bold
40243 Nota:
40244 \series default
40245  Incluir el mismo documento dos veces con métodos diferentes podría causar
40246  problemas en \SpecialChar LaTeX
40247 .
40248 \end_layout
40249
40250 \end_inset
40251
40252
40253 \end_layout
40254
40255 \begin_layout Standard
40256 Si quieres ver o exportar solo determinados hijos del documento maestro,
40257  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
40258  individuales del libro, puedes excluir hijos en la salida.
40259  Esto se consigue mediante el menú 
40260 \family sans
40261 Documento\SpecialChar menuseparator
40262 Configuración\SpecialChar menuseparator
40263 Documento hijo
40264 \family default
40265 .
40266  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
40267  (esto solo funciona para documentos insertados mediante 
40268 \begin_inset Quotes cld
40269 \end_inset
40270
40271 Anexar
40272 \begin_inset Quotes crd
40273 \end_inset
40274
40275 , no con 
40276 \begin_inset Quotes cld
40277 \end_inset
40278
40279 Incorporar
40280 \begin_inset Quotes crd
40281 \end_inset
40282
40283 ).
40284  Si se marca la opción 
40285 \family sans
40286 Mantener contadores y referencias
40287 \family default
40288  \SpecialChar LyX
40289  garantiza que todos los números de página, referencias, etc., se respetan
40290  como si se procesara el documento completo.
40291  No obstante, \SpecialChar LyX
40292  tiene que procesar el documento entero en segundo plano para
40293  que esta característica funcione.
40294  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
40295  los contadores y referencias, desmarca esta casilla.
40296 \end_layout
40297
40298 \begin_layout Standard
40299 Alternativamente, se puede poner cada archivo incluido en una rama.
40300 \begin_inset Foot
40301 status collapsed
40302
40303 \begin_layout Plain Layout
40304 Las ramas se describen en la sección
40305 \emph on
40306  Ramas
40307 \emph default
40308  de la 
40309 \emph on
40310 Guía del usuario
40311 \emph default
40312  de \SpecialChar LyX
40313 .
40314 \end_layout
40315
40316 \end_inset
40317
40318  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
40319  aparecerán en la salida.
40320  Esto tiene la ventaja de que también funciona con hijos incluidos con 
40321 \begin_inset Quotes cld
40322 \end_inset
40323
40324 Incorporar
40325 \begin_inset Quotes crd
40326 \end_inset
40327
40328 .
40329  Sin embargo, los contadores y las referencias no se mantendrán usando este
40330  método.
40331 \end_layout
40332
40333 \begin_layout Chapter
40334 Listado de código
40335 \begin_inset CommandInset label
40336 LatexCommand label
40337 name "cap:Listado-de-código"
40338
40339 \end_inset
40340
40341
40342 \begin_inset Index idx
40343 status collapsed
40344
40345 \begin_layout Plain Layout
40346 Listado de código
40347 \end_layout
40348
40349 \end_inset
40350
40351
40352 \begin_inset Index idx
40353 status collapsed
40354
40355 \begin_layout Plain Layout
40356 Código de programa
40357 \end_layout
40358
40359 \end_inset
40360
40361
40362 \begin_inset Index idx
40363 status collapsed
40364
40365 \begin_layout Plain Layout
40366 Flotantes ! Listado de código
40367 \end_layout
40368
40369 \end_inset
40370
40371
40372 \end_layout
40373
40374 \begin_layout Standard
40375 Para incluir y tipografiar código de programación puedes usar la opción
40376  de menú disponible en 
40377 \family sans
40378 Insertar\SpecialChar menuseparator
40379 Listado
40380 \begin_inset space ~
40381 \end_inset
40382
40383 de
40384 \begin_inset space ~
40385 \end_inset
40386
40387 código.
40388  
40389 \family default
40390 Los paquetes \SpecialChar LaTeX
40391  
40392 \series bold
40393 listings
40394 \series default
40395
40396 \begin_inset Index idx
40397 status collapsed
40398
40399 \begin_layout Plain Layout
40400 \SpecialChar LaTeX
40401 -paquetes ! listings
40402 \end_layout
40403
40404 \end_inset
40405
40406  y 
40407 \series bold
40408 minted
40409 \series default
40410
40411 \begin_inset Index idx
40412 status collapsed
40413
40414 \begin_layout Plain Layout
40415 \SpecialChar LaTeX
40416 -paquetes ! minted
40417 \end_layout
40418
40419 \end_inset
40420
40421  provee un mecanismo potente y flexible para insertar código fuente en tu
40422  documento.
40423  
40424 \lang english
40425 One can only use one of these packages in a document.
40426  
40427 \series bold
40428 listings
40429 \series default
40430  is used by default.
40431 \end_layout
40432
40433 \begin_layout Standard
40434
40435 \lang english
40436 \begin_inset Note Note
40437 status open
40438
40439 \begin_layout Plain Layout
40440
40441 \series bold
40442 \lang english
40443 Note:
40444 \series default
40445  \SpecialChar LyX
40446  does NOT want to encourage users to add the 
40447 \family typewriter
40448 -shell-escape
40449 \family default
40450  option to converter definitions.
40451  It works, but it is a huge security risk.
40452  There is an active discussion about how to handle this.
40453  Once that's been resolved, this can be updated appropriately.
40454 \end_layout
40455
40456 \begin_layout Plain Layout
40457
40458 \lang english
40459 =====
40460 \end_layout
40461
40462 \begin_layout Plain Layout
40463
40464 \lang english
40465 In order to use 
40466 \series bold
40467 minted
40468 \series default
40469 , you need to select it as the syntax highlighting package in the document
40470  settings under 
40471 \family sans
40472 Listings
40473 \family default
40474 .
40475  
40476 \series bold
40477 minted
40478 \series default
40479  requires also additionally the module 
40480 \family sans
40481 pygments
40482 \family default
40483  of the software 
40484 \noun on
40485 Python
40486 \noun default
40487
40488 \begin_inset Foot
40489 status collapsed
40490
40491 \begin_layout Plain Layout
40492
40493 \lang english
40494 Under \SpecialChar LyX
40495  for Windows 
40496 \family sans
40497 pygments
40498 \family default
40499  is already installed.
40500 \end_layout
40501
40502 \end_inset
40503
40504  and the option 
40505 \family typewriter
40506 -shell-escape
40507 \family default
40508  for the \SpecialChar LaTeX
40509  processor.
40510  If you want for example view or export your document as the format 
40511 \family sans
40512 PDF
40513 \begin_inset space ~
40514 \end_inset
40515
40516 (pdflatex)
40517 \family default
40518 , go to the \SpecialChar LyX
40519  preferences and there to the section 
40520 \family sans
40521 File
40522 \begin_inset space ~
40523 \end_inset
40524
40525 Handling\SpecialChar menuseparator
40526 Converters
40527 \family default
40528 .
40529  There go to the entry 
40530 \family sans
40531 LaTeX
40532 \begin_inset space ~
40533 \end_inset
40534
40535 (pdflatex) -> PDF
40536 \begin_inset space ~
40537 \end_inset
40538
40539 (pdflatex)
40540 \family default
40541  and look at the field 
40542 \family sans
40543 Converter
40544 \family default
40545 .
40546  There you see by default the content
40547 \lang spanish
40548
40549 \begin_inset Newline newline
40550 \end_inset
40551
40552
40553 \series bold
40554 pdflatex $$i
40555 \series default
40556
40557 \begin_inset Newline newline
40558 \end_inset
40559
40560
40561 \lang english
40562 Now change it to
40563 \lang spanish
40564
40565 \begin_inset Newline newline
40566 \end_inset
40567
40568
40569 \series bold
40570 pdflatex $$i -shell-escape
40571 \begin_inset Newline newline
40572 \end_inset
40573
40574
40575 \series default
40576 \lang english
40577 and press the 
40578 \family sans
40579 Modify
40580 \family default
40581  button and subsequently 
40582 \family sans
40583 Apply
40584 \family default
40585  or 
40586 \family sans
40587 Save
40588 \family default
40589 .
40590  The same can be done for the output formats 
40591 \family sans
40592 PDF
40593 \begin_inset space ~
40594 \end_inset
40595
40596 (LuaTeX)
40597 \family default
40598  and 
40599 \family sans
40600 PDF
40601 \begin_inset space ~
40602 \end_inset
40603
40604 (XeTeX)
40605 \family default
40606 .
40607 \end_layout
40608
40609 \end_inset
40610
40611
40612 \end_layout
40613
40614 \begin_layout Standard
40615 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
40616  incorporado en el que puedes configurar su formato.
40617 \end_layout
40618
40619 \begin_layout Standard
40620 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
40621  La opción de ubicación 
40622 \family sans
40623 Listado
40624 \begin_inset space ~
40625 \end_inset
40626
40627 en
40628 \begin_inset space ~
40629 \end_inset
40630
40631 línea
40632 \family default
40633  lo imprime en la línea, como este ejemplo: 
40634 \begin_inset listings
40635 lstparams "language={C++}"
40636 inline true
40637 status open
40638
40639 \begin_layout Plain Layout
40640
40641 int a=5;
40642 \end_layout
40643
40644 \end_inset
40645
40646
40647 \family sans
40648
40649 \begin_inset Newline newline
40650 \end_inset
40651
40652
40653 \family default
40654 La opción 
40655 \family sans
40656 Flotante
40657 \family default
40658  crea un listado flotante cuya colocación se puede especificar mediante
40659  las opciones «
40660 \family sans
40661 h
40662 \family default
40663 », «
40664 \family sans
40665 t
40666 \family default
40667 », «
40668 \family sans
40669 b
40670 \family default
40671 » y «
40672 \family sans
40673 p
40674 \family default
40675 », correspondientes a las opciones de colocación de flotantes descritas
40676  en la sección
40677 \family sans
40678
40679 \begin_inset space ~
40680 \end_inset
40681
40682
40683 \begin_inset CommandInset ref
40684 LatexCommand ref
40685 reference "sec:Colocación-de-Flotantes"
40686
40687 \end_inset
40688
40689
40690 \family default
40691 .
40692  Las opciones de colocación se pueden mezclar y se escriben sin separación,
40693  p.
40694 \family sans
40695
40696 \begin_inset space \thinspace{}
40697 \end_inset
40698
40699
40700 \family default
40701 ej.
40702 \begin_inset space ~
40703 \end_inset
40704
40705 «
40706 \family sans
40707 htbp
40708 \family default
40709 ».
40710  La opción «
40711 \family sans
40712 h
40713 \family default
40714 » a veces no tiene efecto, pero no necesitas usar la opción 
40715 \family sans
40716 Flotante
40717 \family default
40718  en ese caso puesto que los listados de código no flotantes también pueden
40719  tener leyendas y ser referenciadas.
40720 \end_layout
40721
40722 \begin_layout Standard
40723 Se puede añadir una leyenda a listados de código 
40724 \lang english
40725 that are not inline
40726 \lang spanish
40727  con el menú 
40728 \family sans
40729 Insertar\SpecialChar menuseparator
40730 Leyenda
40731 \family default
40732 .
40733  Los listados de código se pueden referenciar como los flotantes: Listado
40734 \begin_inset space ~
40735 \end_inset
40736
40737
40738 \begin_inset CommandInset ref
40739 LatexCommand ref
40740 reference "lst:Ejemplo-de-listado-de-código"
40741
40742 \end_inset
40743
40744  Con el menú 
40745 \family sans
40746 Insertar\SpecialChar menuseparator
40747 Índices\SpecialChar menuseparator
40748 Listados
40749 \begin_inset space ~
40750 \end_inset
40751
40752 de
40753 \begin_inset space ~
40754 \end_inset
40755
40756 código
40757 \family default
40758  se crea un índice de todos los listados de código con leyenda insertados.
40759  Las entradas del índice son la leyenda y el número de cada listado de código.
40760 \end_layout
40761
40762 \begin_layout Standard
40763 \begin_inset listings
40764 lstparams "language=Python"
40765 inline false
40766 status open
40767
40768 \begin_layout Plain Layout
40769
40770 \begin_inset Caption Standard
40771
40772 \begin_layout Plain Layout
40773 \begin_inset CommandInset label
40774 LatexCommand label
40775 name "lst:Ejemplo-de-listado-de-código"
40776
40777 \end_inset
40778
40779 Ejemplo de listado de código flotante
40780 \end_layout
40781
40782 \end_inset
40783
40784 # Ejemplo de listado flotante
40785 \end_layout
40786
40787 \begin_layout Plain Layout
40788
40789 def func(param):
40790 \end_layout
40791
40792 \begin_layout Plain Layout
40793
40794     'this is a python function'
40795 \end_layout
40796
40797 \begin_layout Plain Layout
40798
40799     pass
40800 \end_layout
40801
40802 \end_inset
40803
40804
40805 \end_layout
40806
40807 \begin_layout Standard
40808 \begin_inset Note Greyedout
40809 status open
40810
40811 \begin_layout Plain Layout
40812
40813 \series bold
40814 Nota: 
40815 \series default
40816 \lang english
40817 The 
40818 \series bold
40819 listings
40820 \series default
40821  package places captions before the listing by default.
40822 \begin_inset Newline newline
40823 \end_inset
40824
40825 The 
40826 \series bold
40827 minted
40828 \series default
40829  package places them after the listing by default if it is floating.
40830  If tit is not floating  caption will be typeset before the listing if it
40831  is inserted to its first line, otherwise  it will be typeset after the
40832  listing.
40833  If you want to force the placement in avery case before the listing, you
40834  have to add the following lines as last thing to the preamble
40835 \lang spanish
40836 :
40837 \begin_inset Newline newline
40838 \end_inset
40839
40840
40841 \series bold
40842
40843 \backslash
40844 @ifundefined{newfloat}
40845 \begin_inset Newline newline
40846 \end_inset
40847
40848
40849 \begin_inset Phantom HPhantom
40850 status open
40851
40852 \begin_layout Plain Layout
40853 \begin_inset space ~
40854 \end_inset
40855
40856
40857 \end_layout
40858
40859 \end_inset
40860
40861 {
40862 \backslash
40863 usepackage{float}}{}
40864 \begin_inset Newline newline
40865 \end_inset
40866
40867
40868 \backslash
40869 floatstyle{plaintop}
40870 \series default
40871
40872 \begin_inset Note Note
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876 \SpecialChar LyX
40877  cargará automáticamente el paquete 
40878 \series bold
40879 float
40880 \series default
40881  cuando uses 
40882 \lang english
40883 special document-wide float placement settings
40884 \lang spanish
40885 .
40886  Para evitar que sea cargado dos veces se pone al principio el comando 
40887 \series bold
40888
40889 \backslash
40890 @ifundefined
40891 \series default
40892 .
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \end_layout
40899
40900 \end_inset
40901
40902
40903 \end_layout
40904
40905 \begin_layout Standard
40906 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
40907  de listado de código, las palabras clave de ese lenguaje serán reconocidas
40908  y tipografiadas de manera especial en la salida.
40909  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
40910  negrita.
40911 \end_layout
40912
40913 \begin_layout Standard
40914 \begin_inset Note Greyedout
40915 status open
40916
40917 \begin_layout Plain Layout
40918
40919 \series bold
40920 Nota:
40921 \series default
40922  Si no consigues caracteres en negrita cuando usas tipografías de ancho
40923  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
40924  En este caso selecciona una tipografía distinta en el menú 
40925 \family sans
40926 Documento
40927 \family default
40928 \SpecialChar menuseparator
40929
40930 \family sans
40931 Configuración
40932 \family default
40933 \SpecialChar menuseparator
40934
40935 \family sans
40936 Tipografías.
40937  
40938 \family default
40939 (Las tipografías 
40940 \emph on
40941 LuxiMono, BeraMono
40942 \emph default
40943  y 
40944 \emph on
40945 Courier 
40946 \emph default
40947 suministran negritas.)
40948 \end_layout
40949
40950 \end_inset
40951
40952
40953 \end_layout
40954
40955 \begin_layout Standard
40956 En la sección 
40957 \family sans
40958 Numeración
40959 \begin_inset space ~
40960 \end_inset
40961
40962 de
40963 \begin_inset space ~
40964 \end_inset
40965
40966 líneas
40967 \family default
40968  del diálogo puedes elegir el estilo de numeración de las líneas.
40969  En el campo 
40970 \family sans
40971 Paso 
40972 \family default
40973 puedes insertar un número para determinar qué líneas se numeran.
40974  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
40975  
40976 \end_layout
40977
40978 \begin_layout Standard
40979 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
40980  en la salida.
40981  La opción 
40982 \family sans
40983 Mapa
40984 \begin_inset space ~
40985 \end_inset
40986
40987 de
40988 \begin_inset space ~
40989 \end_inset
40990
40991 caracteres
40992 \begin_inset space ~
40993 \end_inset
40994
40995 tradicional
40996 \begin_inset space ~
40997 \end_inset
40998
40999 mejorado
41000 \family default
41001  
41002 \lang english
41003 is only meaningful for the 
41004 \series bold
41005 listings
41006 \series default
41007  package
41008 \lang spanish
41009  y debería emplearse si se usan en el código caracteres nacionales como
41010  la diéresis alemana.
41011 \begin_inset Newline newline
41012 \end_inset
41013
41014 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
41015  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
41016  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
41017 \begin_inset listings
41018 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41019 inline false
41020 status open
41021
41022 \begin_layout Plain Layout
41023
41024 def func(param):
41025 \end_layout
41026
41027 \begin_layout Plain Layout
41028
41029     'this is a python function'
41030 \end_layout
41031
41032 \begin_layout Plain Layout
41033
41034     pass
41035 \end_layout
41036
41037 \begin_layout Plain Layout
41038
41039 def func(param):
41040 \end_layout
41041
41042 \begin_layout Plain Layout
41043
41044 'This is a German word: Tschüß'
41045 \end_layout
41046
41047 \begin_layout Plain Layout
41048
41049 pass
41050 \end_layout
41051
41052 \begin_layout Plain Layout
41053
41054 def func(param):
41055 \end_layout
41056
41057 \begin_layout Plain Layout
41058
41059 'this is a python function'
41060 \end_layout
41061
41062 \begin_layout Plain Layout
41063
41064 pass
41065 \end_layout
41066
41067 \end_inset
41068
41069
41070 \end_layout
41071
41072 \begin_layout Standard
41073 \begin_inset Note Greyedout
41074 status open
41075
41076 \begin_layout Plain Layout
41077
41078 \series bold
41079 Nota:
41080 \series default
41081  Debido a un error en el paquete 
41082 \series bold
41083 listings
41084 \series default
41085  la numeración de líneas cambia en una línea por cada listado previo.
41086  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
41087  3 y 6.
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Standard
41096 \begin_inset VSpace bigskip
41097 \end_inset
41098
41099
41100 \end_layout
41101
41102 \begin_layout Standard
41103 También es posible imprimir como listado de código líneas de un archivo.
41104  Para hacer esto, usa el menú 
41105 \family sans
41106 Insertar\SpecialChar menuseparator
41107 Archivo\SpecialChar menuseparator
41108 Documento
41109 \begin_inset space ~
41110 \end_inset
41111
41112 hijo 
41113 \family default
41114 y elige el tipo 
41115 \family sans
41116 Listado de código
41117 \family default
41118 .
41119 \begin_inset Foot
41120 status collapsed
41121
41122 \begin_layout Plain Layout
41123 Los restantes tipos de documento hijo se describen en la sección
41124 \begin_inset space ~
41125 \end_inset
41126
41127
41128 \begin_inset CommandInset ref
41129 LatexCommand ref
41130 reference "sec:Documento-Hijo"
41131
41132 \end_inset
41133
41134 .
41135 \end_layout
41136
41137 \end_inset
41138
41139  En el diálogo de documento hijo puedes especificar los parámetros del listado
41140  en el cuadro de texto.
41141  Para ver una lista de los parámetros disponibles teclea una interrogación
41142  «?» en el cuadro.
41143 \end_layout
41144
41145 \begin_layout Standard
41146 Para referenciar un documento hijo tipo listado, escribe el texto de la
41147  etiqueta en el campo correspondiente del diálogo de documento hijo.
41148  Después se puede referenciar la etiqueta con el menú 
41149 \family sans
41150 Insertar\SpecialChar menuseparator
41151 Referencia cruzada.
41152 \end_layout
41153
41154 \begin_layout Standard
41155 A continuación hay un ejemplo, Listado
41156 \begin_inset space ~
41157 \end_inset
41158
41159
41160 \begin_inset CommandInset ref
41161 LatexCommand ref
41162 reference "lst:archivo-listado"
41163
41164 \end_inset
41165
41166 , de inserción de líneas de un archivo; en él se incluye el rango de las
41167  líneas 10
41168 \begin_inset space \thinspace{}
41169 \end_inset
41170
41171 -
41172 \begin_inset space \thinspace{}
41173 \end_inset
41174
41175 15 de este archivo \SpecialChar LyX
41176 .
41177 \end_layout
41178
41179 \begin_layout Standard
41180 \begin_inset CommandInset include
41181 LatexCommand lstinputlisting
41182 filename "EmbeddedObjects.lyx"
41183 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
41184
41185 \end_inset
41186
41187
41188 \end_layout
41189
41190 \begin_layout Standard
41191 \begin_inset VSpace bigskip
41192 \end_inset
41193
41194
41195 \end_layout
41196
41197 \begin_layout Standard
41198 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
41199 \end_layout
41200
41201 \begin_layout Enumerate
41202 Abre el diálogo de listado y añade
41203 \begin_inset Newline newline
41204 \end_inset
41205
41206
41207 \family sans
41208 mathescape=true
41209 \begin_inset Newline newline
41210 \end_inset
41211
41212
41213 \family default
41214 en el campo de texto de la solapa 
41215 \family sans
41216 Avanzado
41217 \end_layout
41218
41219 \begin_layout Enumerate
41220 Crea una ecuación fuera del listado
41221 \end_layout
41222
41223 \begin_layout Enumerate
41224 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
41225  (teclas 
41226 \family sans
41227 Ctrl+C
41228 \family default
41229 )
41230 \end_layout
41231
41232 \begin_layout Enumerate
41233 En el listado escribe 
41234 \begin_inset Quotes eld
41235 \end_inset
41236
41237
41238 \family sans
41239 $$
41240 \family default
41241
41242 \begin_inset Quotes erd
41243 \end_inset
41244
41245  y pega desde el portapapeles entre los símbolos dólar (teclas 
41246 \family sans
41247 Ctrl+V
41248 \family default
41249 )
41250 \end_layout
41251
41252 \begin_layout Standard
41253 \begin_inset listings
41254 lstparams "language=Python,mathescape=true"
41255 inline false
41256 status open
41257
41258 \begin_layout Plain Layout
41259
41260 \begin_inset Caption Standard
41261
41262 \begin_layout Plain Layout
41263 Ejemplo de listado flotante con una ecuación
41264 \end_layout
41265
41266 \end_inset
41267
41268 # Ejemplo de listado flotante
41269 \end_layout
41270
41271 \begin_layout Plain Layout
41272
41273 def func(param):
41274 \end_layout
41275
41276 \begin_layout Plain Layout
41277
41278     # $
41279 \backslash
41280 prod_{n=1}^{
41281 \backslash
41282 infty}
41283 \backslash
41284 ,
41285 \backslash
41286 frac{1}{x^{2}}$
41287 \end_layout
41288
41289 \begin_layout Plain Layout
41290
41291     pass
41292 \end_layout
41293
41294 \end_inset
41295
41296
41297 \end_layout
41298
41299 \begin_layout Standard
41300 \begin_inset VSpace bigskip
41301 \end_inset
41302
41303
41304 \end_layout
41305
41306 \begin_layout Standard
41307 Los parámetros globales para listados de programa se pueden establecer en
41308  el diálogo 
41309 \family sans
41310 Documento\SpecialChar menuseparator
41311 Configuración\SpecialChar menuseparator
41312 Listado
41313 \begin_inset space ~
41314 \end_inset
41315
41316 de
41317 \begin_inset space ~
41318 \end_inset
41319
41320 código.
41321  
41322 \family default
41323 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
41324  «?» en el campo de texto.
41325 \end_layout
41326
41327 \begin_layout Standard
41328 Para más información sobre los paquetes 
41329 \series bold
41330 listings
41331 \series default
41332  y 
41333 \series bold
41334 minted
41335 \series default
41336 , consulta su documentación
41337 \begin_inset space ~
41338 \end_inset
41339
41340
41341 \begin_inset CommandInset citation
41342 LatexCommand cite
41343 key "listings,minted"
41344 literal "true"
41345
41346 \end_inset
41347
41348 .
41349 \end_layout
41350
41351 \begin_layout Standard
41352 \begin_inset Newpage newpage
41353 \end_inset
41354
41355
41356 \end_layout
41357
41358 \begin_layout Chapter
41359 \start_of_appendix
41360 Unidades disponibles en \SpecialChar LyX
41361
41362 \begin_inset Index idx
41363 status collapsed
41364
41365 \begin_layout Plain Layout
41366 Unidades
41367 \end_layout
41368
41369 \end_inset
41370
41371
41372 \begin_inset CommandInset label
41373 LatexCommand label
41374 name "cap:Unidades-disponibles-en"
41375
41376 \end_inset
41377
41378
41379 \end_layout
41380
41381 \begin_layout Standard
41382 Para comprender las unidades utilizadas en este manual, el cuadro
41383 \begin_inset space ~
41384 \end_inset
41385
41386
41387 \begin_inset CommandInset ref
41388 LatexCommand ref
41389 reference "tab:Unidades"
41390
41391 \end_inset
41392
41393  describe todas las unidades disponibles en \SpecialChar LyX
41394 .
41395 \end_layout
41396
41397 \begin_layout Standard
41398 \begin_inset Float table
41399 placement h
41400 wide false
41401 sideways false
41402 status open
41403
41404 \begin_layout Plain Layout
41405 \begin_inset Caption Standard
41406
41407 \begin_layout Plain Layout
41408 \begin_inset CommandInset label
41409 LatexCommand label
41410 name "tab:Unidades"
41411
41412 \end_inset
41413
41414 Unidades
41415 \end_layout
41416
41417 \end_inset
41418
41419
41420 \end_layout
41421
41422 \begin_layout Plain Layout
41423 \begin_inset VSpace medskip
41424 \end_inset
41425
41426
41427 \end_layout
41428
41429 \begin_layout Plain Layout
41430 \align center
41431 \begin_inset Tabular
41432 <lyxtabular version="3" rows="20" columns="3">
41433 <features tabularvalignment="middle">
41434 <column alignment="center" valignment="top">
41435 <column alignment="center" valignment="top">
41436 <column alignment="center" valignment="top">
41437 <row>
41438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41439 \begin_inset Text
41440
41441 \begin_layout Plain Layout
41442 unidad
41443 \end_layout
41444
41445 \end_inset
41446 </cell>
41447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41448 \begin_inset Text
41449
41450 \begin_layout Plain Layout
41451 nombre/descripción
41452 \end_layout
41453
41454 \end_inset
41455 </cell>
41456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41457 \begin_inset Text
41458
41459 \begin_layout Plain Layout
41460 comando \SpecialChar LaTeX
41461
41462 \end_layout
41463
41464 \end_inset
41465 </cell>
41466 </row>
41467 <row>
41468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41469 \begin_inset Text
41470
41471 \begin_layout Plain Layout
41472 mm
41473 \end_layout
41474
41475 \end_inset
41476 </cell>
41477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41478 \begin_inset Text
41479
41480 \begin_layout Plain Layout
41481 milímetro
41482 \end_layout
41483
41484 \end_inset
41485 </cell>
41486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41487 \begin_inset Text
41488
41489 \begin_layout Plain Layout
41490 -
41491 \end_layout
41492
41493 \end_inset
41494 </cell>
41495 </row>
41496 <row>
41497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41498 \begin_inset Text
41499
41500 \begin_layout Plain Layout
41501 cm
41502 \end_layout
41503
41504 \end_inset
41505 </cell>
41506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41507 \begin_inset Text
41508
41509 \begin_layout Plain Layout
41510 centímetro
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 -
41520 \end_layout
41521
41522 \end_inset
41523 </cell>
41524 </row>
41525 <row>
41526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41527 \begin_inset Text
41528
41529 \begin_layout Plain Layout
41530 in
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41536 \begin_inset Text
41537
41538 \begin_layout Plain Layout
41539 pulgada
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41545 \begin_inset Text
41546
41547 \begin_layout Plain Layout
41548 -
41549 \end_layout
41550
41551 \end_inset
41552 </cell>
41553 </row>
41554 <row>
41555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41556 \begin_inset Text
41557
41558 \begin_layout Plain Layout
41559 pt
41560 \end_layout
41561
41562 \end_inset
41563 </cell>
41564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41565 \begin_inset Text
41566
41567 \begin_layout Plain Layout
41568 punto (72.27
41569 \begin_inset space \thinspace{}
41570 \end_inset
41571
41572 pt = 1
41573 \begin_inset space \thinspace{}
41574 \end_inset
41575
41576 in)
41577 \end_layout
41578
41579 \end_inset
41580 </cell>
41581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41582 \begin_inset Text
41583
41584 \begin_layout Plain Layout
41585 -
41586 \end_layout
41587
41588 \end_inset
41589 </cell>
41590 </row>
41591 <row>
41592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41593 \begin_inset Text
41594
41595 \begin_layout Plain Layout
41596 pc
41597 \end_layout
41598
41599 \end_inset
41600 </cell>
41601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41602 \begin_inset Text
41603
41604 \begin_layout Plain Layout
41605 pica (1
41606 \begin_inset space \thinspace{}
41607 \end_inset
41608
41609 pc = 12
41610 \begin_inset space \thinspace{}
41611 \end_inset
41612
41613 pt)
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 sp
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 punto a escala (65536
41643 \begin_inset space \thinspace{}
41644 \end_inset
41645
41646 sp = 1
41647 \begin_inset space \thinspace{}
41648 \end_inset
41649
41650 pt)
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 bp
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 punto grande (72
41680 \begin_inset space \thinspace{}
41681 \end_inset
41682
41683 bp = 1
41684 \begin_inset space \thinspace{}
41685 \end_inset
41686
41687 in)
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41693 \begin_inset Text
41694
41695 \begin_layout Plain Layout
41696 -
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 </row>
41702 <row>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 dd
41708 \end_layout
41709
41710 \end_inset
41711 </cell>
41712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41713 \begin_inset Text
41714
41715 \begin_layout Plain Layout
41716 didot (1
41717 \begin_inset space \thinspace{}
41718 \end_inset
41719
41720 dd 
41721 \begin_inset Formula $\approx$
41722 \end_inset
41723
41724  0.376
41725 \begin_inset space \thinspace{}
41726 \end_inset
41727
41728 mm)
41729 \end_layout
41730
41731 \end_inset
41732 </cell>
41733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41734 \begin_inset Text
41735
41736 \begin_layout Plain Layout
41737 -
41738 \end_layout
41739
41740 \end_inset
41741 </cell>
41742 </row>
41743 <row>
41744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41745 \begin_inset Text
41746
41747 \begin_layout Plain Layout
41748 cc
41749 \end_layout
41750
41751 \end_inset
41752 </cell>
41753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41754 \begin_inset Text
41755
41756 \begin_layout Plain Layout
41757 cicero (1
41758 \begin_inset space \thinspace{}
41759 \end_inset
41760
41761 cc = 12
41762 \begin_inset space \thinspace{}
41763 \end_inset
41764
41765 dd)
41766 \end_layout
41767
41768 \end_inset
41769 </cell>
41770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41771 \begin_inset Text
41772
41773 \begin_layout Plain Layout
41774 -
41775 \end_layout
41776
41777 \end_inset
41778 </cell>
41779 </row>
41780 <row>
41781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41782 \begin_inset Text
41783
41784 \begin_layout Plain Layout
41785 Redimensionar gráficos %
41786 \end_layout
41787
41788 \end_inset
41789 </cell>
41790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794 % del tamaño original de la imagen
41795 \end_layout
41796
41797 \end_inset
41798 </cell>
41799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41800 \begin_inset Text
41801
41802 \begin_layout Plain Layout
41803
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 </row>
41809 <row>
41810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41811 \begin_inset Text
41812
41813 \begin_layout Plain Layout
41814 Anchura de texto %
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 % de anchura de texto
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832
41833 \backslash
41834 textwidth
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 </row>
41840 <row>
41841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41842 \begin_inset Text
41843
41844 \begin_layout Plain Layout
41845 Anchura de columna %
41846 \end_layout
41847
41848 \end_inset
41849 </cell>
41850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 % de anchura de columna
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863
41864 \backslash
41865 columnwidth
41866 \end_layout
41867
41868 \end_inset
41869 </cell>
41870 </row>
41871 <row>
41872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876 Anchura de página %
41877 \end_layout
41878
41879 \end_inset
41880 </cell>
41881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41882 \begin_inset Text
41883
41884 \begin_layout Plain Layout
41885 % de anchura de página
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894
41895 \backslash
41896 paperwidth
41897 \end_layout
41898
41899 \end_inset
41900 </cell>
41901 </row>
41902 <row>
41903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41904 \begin_inset Text
41905
41906 \begin_layout Plain Layout
41907 Anchura de línea %
41908 \end_layout
41909
41910 \end_inset
41911 </cell>
41912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41913 \begin_inset Text
41914
41915 \begin_layout Plain Layout
41916 % de anchura de línea
41917 \end_layout
41918
41919 \end_inset
41920 </cell>
41921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41922 \begin_inset Text
41923
41924 \begin_layout Plain Layout
41925
41926 \backslash
41927 linewidth
41928 \end_layout
41929
41930 \end_inset
41931 </cell>
41932 </row>
41933 <row>
41934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41935 \begin_inset Text
41936
41937 \begin_layout Plain Layout
41938 Altura de texto %
41939 \end_layout
41940
41941 \end_inset
41942 </cell>
41943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41944 \begin_inset Text
41945
41946 \begin_layout Plain Layout
41947 % de altura de texto
41948 \end_layout
41949
41950 \end_inset
41951 </cell>
41952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41953 \begin_inset Text
41954
41955 \begin_layout Plain Layout
41956
41957 \backslash
41958 textheight
41959 \end_layout
41960
41961 \end_inset
41962 </cell>
41963 </row>
41964 <row>
41965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41966 \begin_inset Text
41967
41968 \begin_layout Plain Layout
41969 Altura de página %
41970 \end_layout
41971
41972 \end_inset
41973 </cell>
41974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41975 \begin_inset Text
41976
41977 \begin_layout Plain Layout
41978 % de altura de página
41979 \end_layout
41980
41981 \end_inset
41982 </cell>
41983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41984 \begin_inset Text
41985
41986 \begin_layout Plain Layout
41987
41988 \backslash
41989 paperheight
41990 \end_layout
41991
41992 \end_inset
41993 </cell>
41994 </row>
41995 <row>
41996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41997 \begin_inset Text
41998
41999 \begin_layout Plain Layout
42000 ex
42001 \end_layout
42002
42003 \end_inset
42004 </cell>
42005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42006 \begin_inset Text
42007
42008 \begin_layout Plain Layout
42009 altura de letra 
42010 \emph on
42011 x
42012 \emph default
42013  en tipografía actual
42014 \end_layout
42015
42016 \end_inset
42017 </cell>
42018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42019 \begin_inset Text
42020
42021 \begin_layout Plain Layout
42022 -
42023 \end_layout
42024
42025 \end_inset
42026 </cell>
42027 </row>
42028 <row>
42029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42030 \begin_inset Text
42031
42032 \begin_layout Plain Layout
42033 em
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42039 \begin_inset Text
42040
42041 \begin_layout Plain Layout
42042 anchura de letra 
42043 \emph on
42044 M
42045 \emph default
42046  en tipografía actual
42047 \end_layout
42048
42049 \end_inset
42050 </cell>
42051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 -
42056 \end_layout
42057
42058 \end_inset
42059 </cell>
42060 </row>
42061 <row>
42062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42063 \begin_inset Text
42064
42065 \begin_layout Plain Layout
42066 mu
42067 \end_layout
42068
42069 \end_inset
42070 </cell>
42071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42072 \begin_inset Text
42073
42074 \begin_layout Plain Layout
42075 unidad matemática (1
42076 \begin_inset space \thinspace{}
42077 \end_inset
42078
42079 mu = 1/18
42080 \begin_inset space \thinspace{}
42081 \end_inset
42082
42083 em)
42084 \end_layout
42085
42086 \end_inset
42087 </cell>
42088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42089 \begin_inset Text
42090
42091 \begin_layout Plain Layout
42092 -
42093 \end_layout
42094
42095 \end_inset
42096 </cell>
42097 </row>
42098 </lyxtabular>
42099
42100 \end_inset
42101
42102
42103 \end_layout
42104
42105 \end_inset
42106
42107
42108 \end_layout
42109
42110 \begin_layout Chapter
42111 Formatos de archivos de salida con gráficos
42112 \begin_inset CommandInset label
42113 LatexCommand label
42114 name "cap:Formatos-de-Archivos-de-Salida"
42115
42116 \end_inset
42117
42118
42119 \end_layout
42120
42121 \begin_layout Section
42122 DVI
42123 \begin_inset Index idx
42124 status collapsed
42125
42126 \begin_layout Plain Layout
42127 Formatos de archivo ! DVI
42128 \end_layout
42129
42130 \end_inset
42131
42132
42133 \begin_inset Index idx
42134 status collapsed
42135
42136 \begin_layout Plain Layout
42137 DVI|see
42138 \begin_inset ERT
42139 status collapsed
42140
42141 \begin_layout Plain Layout
42142
42143 {
42144 \end_layout
42145
42146 \end_inset
42147
42148 Formatos de archivo
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154 }
42155 \end_layout
42156
42157 \end_inset
42158
42159
42160 \end_layout
42161
42162 \end_inset
42163
42164
42165 \end_layout
42166
42167 \begin_layout Standard
42168 Este tipo de archivo tiene la extensión «
42169 \family typewriter
42170 .dvi
42171 \family default
42172 ».
42173  Se denomina «device-independent» (DVI), porque es completamente portable;
42174  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
42175  En la época en que se desarrolló este formato, esto no era un asunto baladí.
42176  Los DVI se usan para vistas preliminares rápidas y como preparación para
42177  otros formatos de salida como PostScript.
42178 \end_layout
42179
42180 \begin_layout Standard
42181 \begin_inset Note Greyedout
42182 status open
42183
42184 \begin_layout Plain Layout
42185
42186 \series bold
42187 Nota:
42188 \series default
42189  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
42190 \end_layout
42191
42192 \end_inset
42193
42194  Por tanto no debes olvidar esto si mueves archivos 
42195 \family typewriter
42196 .dvi
42197 \family default
42198  a otro ordenador.
42199  Esta característica también puede retardar la visualización del archivo,
42200  porque el visor DVI tiene que convertir la imagen en segundo plano para
42201  hacerla visible al deslizar el visor.
42202  Así pues recomendamos usar PDF para archivos con muchas imágenes.
42203 \end_layout
42204
42205 \begin_layout Standard
42206 Un documento se exporta a DVI con el menú 
42207 \family sans
42208 Archivo\SpecialChar menuseparator
42209 Exportar\SpecialChar menuseparator
42210 DVI
42211 \family default
42212 .
42213  Puedes ver la salida del documento en DVI con el menú 
42214 \family sans
42215 Ver\SpecialChar menuseparator
42216 DVI
42217 \family default
42218 .
42219 \end_layout
42220
42221 \begin_layout Section
42222 PostScript
42223 \begin_inset Index idx
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227 Formatos de archivo ! PostScript
42228 \end_layout
42229
42230 \end_inset
42231
42232
42233 \begin_inset Index idx
42234 status collapsed
42235
42236 \begin_layout Plain Layout
42237 PostScript|see
42238 \begin_inset ERT
42239 status collapsed
42240
42241 \begin_layout Plain Layout
42242
42243 {
42244 \end_layout
42245
42246 \end_inset
42247
42248 Formatos de archivo
42249 \begin_inset ERT
42250 status collapsed
42251
42252 \begin_layout Plain Layout
42253
42254 }
42255 \end_layout
42256
42257 \end_inset
42258
42259
42260 \end_layout
42261
42262 \end_inset
42263
42264
42265 \end_layout
42266
42267 \begin_layout Standard
42268 Este tipo de archivo tiene la extensión «
42269 \family typewriter
42270 .ps
42271 \family default
42272 ».
42273  PostScript fue desarrollado por la compañía 
42274 \family typewriter
42275 Adobe
42276 \family default
42277  como lenguaje para impresoras.
42278  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
42279  PostScript puede considerarse como un «lenguaje de programación»; con él
42280  puedes calcular y dibujar imágenes y diagramas.
42281 \begin_inset Foot
42282 status collapsed
42283
42284 \begin_layout Plain Layout
42285 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
42286  
42287 \series bold
42288 PSTricks
42289 \series default
42290  
42291 \begin_inset CommandInset citation
42292 LatexCommand cite
42293 key "pstricks"
42294 literal "true"
42295
42296 \end_inset
42297
42298 .
42299 \end_layout
42300
42301 \end_inset
42302
42303  Por esto los archivos suelen ser más grandes que los PDF.
42304 \end_layout
42305
42306 \begin_layout Standard
42307 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
42308 d PostScript» (EPS, extensión «
42309 \family typewriter
42310 .eps
42311 \family default
42312 »).
42313  Como \SpecialChar LyX
42314  permite usar cualquier formato de imagen conocido, tiene que trabajar
42315  en segundo plano para convertir las imágenes a EPS.
42316  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
42317  ha de hacer 50 conversiones
42318  cada vez que veas o exportes el documento.
42319  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
42320  puedes evitar el problema insertando las imágenes directamente en EPS.
42321 \end_layout
42322
42323 \begin_layout Standard
42324 El documento se puede exportar a PostScript con el menú 
42325 \family sans
42326 Archivo\SpecialChar menuseparator
42327 Exportar\SpecialChar menuseparator
42328 Postscript
42329 \family default
42330 .
42331  Se puede ver la salida en PostScript con el menú 
42332 \family sans
42333 Ver\SpecialChar menuseparator
42334 Postscript
42335 \family default
42336 .
42337 \end_layout
42338
42339 \begin_layout Section
42340 PDF
42341 \begin_inset Index idx
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345 Formatos de archivo ! PDF
42346 \end_layout
42347
42348 \end_inset
42349
42350
42351 \begin_inset Index idx
42352 status collapsed
42353
42354 \begin_layout Plain Layout
42355 PDF
42356 \end_layout
42357
42358 \end_inset
42359
42360
42361 \end_layout
42362
42363 \begin_layout Standard
42364 Este tipo de archivo tiene la extensión «
42365 \family typewriter
42366 .pdf
42367 \family default
42368 ».
42369  El formato «Portable Document Format» (PDF) fue desarrollado por 
42370 \family typewriter
42371 Adobe
42372 \family default
42373  como derivado de PostScript.
42374  Es más comprimido y utiliza muchos menos comandos que PostScript.
42375  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
42376  operativo y la salida impresa se muestra exactamente igual.
42377 \end_layout
42378
42379 \begin_layout Standard
42380 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
42381  Photographic Experts Group» (JPG, extensión «
42382 \family typewriter
42383 .jpg
42384 \family default
42385 » o «
42386 \family typewriter
42387 .jpeg
42388 \family default
42389 »), y en el formato «Portable Network Graphics» (PNG, extensión «
42390 \family typewriter
42391 .png
42392 \family default
42393 »).
42394  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
42395  los convierte
42396  en segundo plano a alguno de los anteriores.
42397  Pero como se ha comentado en la sección sobre PostScript, la conversión
42398  de gráficos ralentiza el trabajo.
42399  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
42400  mencionados.
42401 \end_layout
42402
42403 \begin_layout Standard
42404 Un documento se puede exportar a PDF con el menú 
42405 \family sans
42406 Archivo\SpecialChar menuseparator
42407 Exportar
42408 \family default
42409  en tres modos diferentes:
42410 \end_layout
42411
42412 \begin_layout Description
42413 PDF
42414 \begin_inset space ~
42415 \end_inset
42416
42417 (ps2pdf) Este utiliza el programa 
42418 \family typewriter
42419 ps2pdf
42420 \family default
42421  que crea un PDF a partir de una versión PostScript del archivo.
42422  La versión PostScript es producida por el programa 
42423 \family typewriter
42424 dvips
42425 \family default
42426  que usa una versión DVI como paso intermedio.
42427  Así que este modo de exportación consta de tres conversiones.
42428 \end_layout
42429
42430 \begin_layout Description
42431 PDF
42432 \begin_inset space ~
42433 \end_inset
42434
42435 (dvipdfm) Este utiliza el programa 
42436 \family typewriter
42437 dvipdfm
42438 \family default
42439  que convierte el archivo a DVI en segundo plano y en un segundo paso a
42440  PDF.
42441 \end_layout
42442
42443 \begin_layout Description
42444 PDF
42445 \begin_inset space ~
42446 \end_inset
42447
42448 (pdflatex) Este utiliza el programa 
42449 \family typewriter
42450 pdftex
42451 \family default
42452  que convierte directamente el archivo a PDF.
42453 \end_layout
42454
42455 \begin_layout Standard
42456 Se recomienda usar 
42457 \family sans
42458 PDF
42459 \begin_inset space ~
42460 \end_inset
42461
42462 (pdflatex)
42463 \family default
42464  porque 
42465 \family typewriter
42466 pdftex
42467 \family default
42468  soporta todas las características de las versiones actuales de PDF, es
42469  rápido y estable.
42470  El programa 
42471 \family typewriter
42472 dvipdfm
42473 \family default
42474  ya no se desarrolla y está un poco obsoleto.
42475 \end_layout
42476
42477 \begin_layout Standard
42478 La salida en formato PDF se puede ver con el menú 
42479 \family sans
42480 Ver 
42481 \family default
42482 o con un botón.
42483 \end_layout
42484
42485 \begin_layout Chapter
42486 Lista de colores dvips
42487 \begin_inset CommandInset label
42488 LatexCommand label
42489 name "chap:Lista-de-colores-dvips"
42490
42491 \end_inset
42492
42493
42494 \end_layout
42495
42496 \begin_layout Standard
42497 \begin_inset Tabular
42498 <lyxtabular version="3" rows="17" columns="4">
42499 <features tabularvalignment="middle">
42500 <column alignment="left" valignment="top" width="0pt">
42501 <column alignment="left" valignment="top" width="0pt">
42502 <column alignment="left" valignment="top" width="0pt">
42503 <column alignment="left" valignment="top" width="0pt">
42504 <row>
42505 <cell alignment="left" valignment="top" usebox="none">
42506 \begin_inset Text
42507
42508 \begin_layout Plain Layout
42509 \begin_inset ERT
42510 status collapsed
42511
42512 \begin_layout Plain Layout
42513
42514
42515 \backslash
42516 fcolorbox{black}{
42517 \end_layout
42518
42519 \end_inset
42520
42521 white
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527 }{
42528 \end_layout
42529
42530 \end_inset
42531
42532 Color
42533 \begin_inset ERT
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537
42538 }
42539 \end_layout
42540
42541 \end_inset
42542
42543  Nombre
42544 \end_layout
42545
42546 \end_inset
42547 </cell>
42548 <cell alignment="left" valignment="top" usebox="none">
42549 \begin_inset Text
42550
42551 \begin_layout Plain Layout
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557
42558 \backslash
42559 fcolorbox{black}{
42560 \end_layout
42561
42562 \end_inset
42563
42564 white
42565 \begin_inset ERT
42566 status collapsed
42567
42568 \begin_layout Plain Layout
42569
42570 }{
42571 \end_layout
42572
42573 \end_inset
42574
42575 Color
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581 }
42582 \end_layout
42583
42584 \end_inset
42585
42586  Nombre
42587 \end_layout
42588
42589 \end_inset
42590 </cell>
42591 <cell alignment="left" valignment="top" usebox="none">
42592 \begin_inset Text
42593
42594 \begin_layout Plain Layout
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600
42601 \backslash
42602 fcolorbox{black}{
42603 \end_layout
42604
42605 \end_inset
42606
42607 white
42608 \begin_inset ERT
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612
42613 }{
42614 \end_layout
42615
42616 \end_inset
42617
42618 Color
42619 \begin_inset ERT
42620 status collapsed
42621
42622 \begin_layout Plain Layout
42623
42624 }
42625 \end_layout
42626
42627 \end_inset
42628
42629  Nombre
42630 \end_layout
42631
42632 \end_inset
42633 </cell>
42634 <cell alignment="left" valignment="top" usebox="none">
42635 \begin_inset Text
42636
42637 \begin_layout Plain Layout
42638 \begin_inset ERT
42639 status collapsed
42640
42641 \begin_layout Plain Layout
42642
42643
42644 \backslash
42645 fcolorbox{black}{
42646 \end_layout
42647
42648 \end_inset
42649
42650 white
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656 }{
42657 \end_layout
42658
42659 \end_inset
42660
42661 Color
42662 \begin_inset ERT
42663 status collapsed
42664
42665 \begin_layout Plain Layout
42666
42667 }
42668 \end_layout
42669
42670 \end_inset
42671
42672  Nombre
42673 \end_layout
42674
42675 \end_inset
42676 </cell>
42677 </row>
42678 <row>
42679 <cell alignment="center" valignment="top" usebox="none">
42680 \begin_inset Text
42681
42682 \begin_layout Plain Layout
42683 \begin_inset ERT
42684 status collapsed
42685
42686 \begin_layout Plain Layout
42687
42688
42689 \backslash
42690 fcolorbox{black}{
42691 \end_layout
42692
42693 \end_inset
42694
42695 Apricot
42696 \begin_inset ERT
42697 status collapsed
42698
42699 \begin_layout Plain Layout
42700
42701 }{
42702 \end_layout
42703
42704 \end_inset
42705
42706
42707 \begin_inset Phantom Phantom
42708 status open
42709
42710 \begin_layout Plain Layout
42711 W
42712 \end_layout
42713
42714 \end_inset
42715
42716
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }
42723 \end_layout
42724
42725 \end_inset
42726
42727  Apricot
42728 \end_layout
42729
42730 \end_inset
42731 </cell>
42732 <cell alignment="center" valignment="top" usebox="none">
42733 \begin_inset Text
42734
42735 \begin_layout Plain Layout
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741
42742 \backslash
42743 fcolorbox{black}{
42744 \end_layout
42745
42746 \end_inset
42747
42748 Aquamarine
42749 \begin_inset ERT
42750 status collapsed
42751
42752 \begin_layout Plain Layout
42753
42754 }{
42755 \end_layout
42756
42757 \end_inset
42758
42759
42760 \begin_inset Phantom Phantom
42761 status open
42762
42763 \begin_layout Plain Layout
42764 W
42765 \end_layout
42766
42767 \end_inset
42768
42769
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775 }
42776 \end_layout
42777
42778 \end_inset
42779
42780  Aquamarine
42781 \end_layout
42782
42783 \end_inset
42784 </cell>
42785 <cell alignment="center" valignment="top" usebox="none">
42786 \begin_inset Text
42787
42788 \begin_layout Plain Layout
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794
42795 \backslash
42796 fcolorbox{black}{
42797 \end_layout
42798
42799 \end_inset
42800
42801 Bittersweet
42802 \begin_inset ERT
42803 status collapsed
42804
42805 \begin_layout Plain Layout
42806
42807 }{
42808 \end_layout
42809
42810 \end_inset
42811
42812
42813 \begin_inset Phantom Phantom
42814 status open
42815
42816 \begin_layout Plain Layout
42817 W
42818 \end_layout
42819
42820 \end_inset
42821
42822
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828 }
42829 \end_layout
42830
42831 \end_inset
42832
42833  Bittersweet
42834 \end_layout
42835
42836 \end_inset
42837 </cell>
42838 <cell alignment="center" valignment="top" usebox="none">
42839 \begin_inset Text
42840
42841 \begin_layout Plain Layout
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847
42848 \backslash
42849 fcolorbox{black}{
42850 \end_layout
42851
42852 \end_inset
42853
42854 BlueGreen
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860 }{
42861 \end_layout
42862
42863 \end_inset
42864
42865
42866 \begin_inset Phantom Phantom
42867 status open
42868
42869 \begin_layout Plain Layout
42870 W
42871 \end_layout
42872
42873 \end_inset
42874
42875
42876 \begin_inset ERT
42877 status collapsed
42878
42879 \begin_layout Plain Layout
42880
42881 }
42882 \end_layout
42883
42884 \end_inset
42885
42886  BlueGreen
42887 \end_layout
42888
42889 \end_inset
42890 </cell>
42891 </row>
42892 <row>
42893 <cell alignment="left" valignment="top" usebox="none">
42894 \begin_inset Text
42895
42896 \begin_layout Plain Layout
42897 \begin_inset ERT
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901
42902
42903 \backslash
42904 fcolorbox{black}{
42905 \end_layout
42906
42907 \end_inset
42908
42909 BlueViolet
42910 \begin_inset ERT
42911 status collapsed
42912
42913 \begin_layout Plain Layout
42914
42915 }{
42916 \end_layout
42917
42918 \end_inset
42919
42920
42921 \begin_inset Phantom Phantom
42922 status open
42923
42924 \begin_layout Plain Layout
42925 W
42926 \end_layout
42927
42928 \end_inset
42929
42930
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }
42937 \end_layout
42938
42939 \end_inset
42940
42941  BlueViolet
42942 \end_layout
42943
42944 \end_inset
42945 </cell>
42946 <cell alignment="left" valignment="top" usebox="none">
42947 \begin_inset Text
42948
42949 \begin_layout Plain Layout
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955
42956 \backslash
42957 fcolorbox{black}{
42958 \end_layout
42959
42960 \end_inset
42961
42962 BrickRed
42963 \begin_inset ERT
42964 status collapsed
42965
42966 \begin_layout Plain Layout
42967
42968 }{
42969 \end_layout
42970
42971 \end_inset
42972
42973
42974 \begin_inset Phantom Phantom
42975 status open
42976
42977 \begin_layout Plain Layout
42978 W
42979 \end_layout
42980
42981 \end_inset
42982
42983
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989 }
42990 \end_layout
42991
42992 \end_inset
42993
42994  BrickRed
42995 \end_layout
42996
42997 \end_inset
42998 </cell>
42999 <cell alignment="left" valignment="top" usebox="none">
43000 \begin_inset Text
43001
43002 \begin_layout Plain Layout
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008
43009 \backslash
43010 fcolorbox{black}{
43011 \end_layout
43012
43013 \end_inset
43014
43015 Brown
43016 \begin_inset ERT
43017 status collapsed
43018
43019 \begin_layout Plain Layout
43020
43021 }{
43022 \end_layout
43023
43024 \end_inset
43025
43026
43027 \begin_inset Phantom Phantom
43028 status open
43029
43030 \begin_layout Plain Layout
43031 W
43032 \end_layout
43033
43034 \end_inset
43035
43036
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042 }
43043 \end_layout
43044
43045 \end_inset
43046
43047  Brown
43048 \end_layout
43049
43050 \end_inset
43051 </cell>
43052 <cell alignment="left" valignment="top" usebox="none">
43053 \begin_inset Text
43054
43055 \begin_layout Plain Layout
43056 \begin_inset ERT
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060
43061
43062 \backslash
43063 fcolorbox{black}{
43064 \end_layout
43065
43066 \end_inset
43067
43068 BurntOrange
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074 }{
43075 \end_layout
43076
43077 \end_inset
43078
43079
43080 \begin_inset Phantom Phantom
43081 status open
43082
43083 \begin_layout Plain Layout
43084 W
43085 \end_layout
43086
43087 \end_inset
43088
43089
43090 \begin_inset ERT
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094
43095 }
43096 \end_layout
43097
43098 \end_inset
43099
43100  BurntOrange
43101 \end_layout
43102
43103 \end_inset
43104 </cell>
43105 </row>
43106 <row>
43107 <cell alignment="left" valignment="top" usebox="none">
43108 \begin_inset Text
43109
43110 \begin_layout Plain Layout
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116
43117 \backslash
43118 fcolorbox{black}{
43119 \end_layout
43120
43121 \end_inset
43122
43123 CadetBlue
43124 \begin_inset ERT
43125 status collapsed
43126
43127 \begin_layout Plain Layout
43128
43129 }{
43130 \end_layout
43131
43132 \end_inset
43133
43134
43135 \begin_inset Phantom Phantom
43136 status open
43137
43138 \begin_layout Plain Layout
43139 W
43140 \end_layout
43141
43142 \end_inset
43143
43144
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }
43151 \end_layout
43152
43153 \end_inset
43154
43155  CadetBlue
43156 \end_layout
43157
43158 \end_inset
43159 </cell>
43160 <cell alignment="left" valignment="top" usebox="none">
43161 \begin_inset Text
43162
43163 \begin_layout Plain Layout
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169
43170 \backslash
43171 fcolorbox{black}{
43172 \end_layout
43173
43174 \end_inset
43175
43176 CarnationPink
43177 \begin_inset ERT
43178 status collapsed
43179
43180 \begin_layout Plain Layout
43181
43182 }{
43183 \end_layout
43184
43185 \end_inset
43186
43187
43188 \begin_inset Phantom Phantom
43189 status open
43190
43191 \begin_layout Plain Layout
43192 W
43193 \end_layout
43194
43195 \end_inset
43196
43197
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203 }
43204 \end_layout
43205
43206 \end_inset
43207
43208  CarnationPink
43209 \end_layout
43210
43211 \end_inset
43212 </cell>
43213 <cell alignment="left" valignment="top" usebox="none">
43214 \begin_inset Text
43215
43216 \begin_layout Plain Layout
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222
43223 \backslash
43224 fcolorbox{black}{
43225 \end_layout
43226
43227 \end_inset
43228
43229 Cerulean
43230 \begin_inset ERT
43231 status collapsed
43232
43233 \begin_layout Plain Layout
43234
43235 }{
43236 \end_layout
43237
43238 \end_inset
43239
43240
43241 \begin_inset Phantom Phantom
43242 status open
43243
43244 \begin_layout Plain Layout
43245 W
43246 \end_layout
43247
43248 \end_inset
43249
43250
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256 }
43257 \end_layout
43258
43259 \end_inset
43260
43261  Cerulean
43262 \end_layout
43263
43264 \end_inset
43265 </cell>
43266 <cell alignment="left" valignment="top" usebox="none">
43267 \begin_inset Text
43268
43269 \begin_layout Plain Layout
43270 \begin_inset ERT
43271 status collapsed
43272
43273 \begin_layout Plain Layout
43274
43275
43276 \backslash
43277 fcolorbox{black}{
43278 \end_layout
43279
43280 \end_inset
43281
43282 CornflowerBlue
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288 }{
43289 \end_layout
43290
43291 \end_inset
43292
43293
43294 \begin_inset Phantom Phantom
43295 status open
43296
43297 \begin_layout Plain Layout
43298 W
43299 \end_layout
43300
43301 \end_inset
43302
43303
43304 \begin_inset ERT
43305 status collapsed
43306
43307 \begin_layout Plain Layout
43308
43309 }
43310 \end_layout
43311
43312 \end_inset
43313
43314  CornflowerBlue
43315 \end_layout
43316
43317 \end_inset
43318 </cell>
43319 </row>
43320 <row>
43321 <cell alignment="left" valignment="top" usebox="none">
43322 \begin_inset Text
43323
43324 \begin_layout Plain Layout
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330
43331 \backslash
43332 fcolorbox{black}{
43333 \end_layout
43334
43335 \end_inset
43336
43337 Dandelion
43338 \begin_inset ERT
43339 status collapsed
43340
43341 \begin_layout Plain Layout
43342
43343 }{
43344 \end_layout
43345
43346 \end_inset
43347
43348
43349 \begin_inset Phantom Phantom
43350 status open
43351
43352 \begin_layout Plain Layout
43353 W
43354 \end_layout
43355
43356 \end_inset
43357
43358
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }
43365 \end_layout
43366
43367 \end_inset
43368
43369  Dandelion
43370 \end_layout
43371
43372 \end_inset
43373 </cell>
43374 <cell alignment="left" valignment="top" usebox="none">
43375 \begin_inset Text
43376
43377 \begin_layout Plain Layout
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383
43384 \backslash
43385 fcolorbox{black}{
43386 \end_layout
43387
43388 \end_inset
43389
43390 DarkOrchid
43391 \begin_inset ERT
43392 status collapsed
43393
43394 \begin_layout Plain Layout
43395
43396 }{
43397 \end_layout
43398
43399 \end_inset
43400
43401
43402 \begin_inset Phantom Phantom
43403 status open
43404
43405 \begin_layout Plain Layout
43406 W
43407 \end_layout
43408
43409 \end_inset
43410
43411
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417 }
43418 \end_layout
43419
43420 \end_inset
43421
43422  DarkOrchid
43423 \end_layout
43424
43425 \end_inset
43426 </cell>
43427 <cell alignment="left" valignment="top" usebox="none">
43428 \begin_inset Text
43429
43430 \begin_layout Plain Layout
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436
43437 \backslash
43438 fcolorbox{black}{
43439 \end_layout
43440
43441 \end_inset
43442
43443 Emerald
43444 \begin_inset ERT
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448
43449 }{
43450 \end_layout
43451
43452 \end_inset
43453
43454
43455 \begin_inset Phantom Phantom
43456 status open
43457
43458 \begin_layout Plain Layout
43459 W
43460 \end_layout
43461
43462 \end_inset
43463
43464
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470 }
43471 \end_layout
43472
43473 \end_inset
43474
43475  Emerald
43476 \end_layout
43477
43478 \end_inset
43479 </cell>
43480 <cell alignment="left" valignment="top" usebox="none">
43481 \begin_inset Text
43482
43483 \begin_layout Plain Layout
43484 \begin_inset ERT
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489
43490 \backslash
43491 fcolorbox{black}{
43492 \end_layout
43493
43494 \end_inset
43495
43496 ForestGreen
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502 }{
43503 \end_layout
43504
43505 \end_inset
43506
43507
43508 \begin_inset Phantom Phantom
43509 status open
43510
43511 \begin_layout Plain Layout
43512 W
43513 \end_layout
43514
43515 \end_inset
43516
43517
43518 \begin_inset ERT
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523 }
43524 \end_layout
43525
43526 \end_inset
43527
43528  ForestGreen
43529 \end_layout
43530
43531 \end_inset
43532 </cell>
43533 </row>
43534 <row>
43535 <cell alignment="left" valignment="top" usebox="none">
43536 \begin_inset Text
43537
43538 \begin_layout Plain Layout
43539 \begin_inset ERT
43540 status collapsed
43541
43542 \begin_layout Plain Layout
43543
43544
43545 \backslash
43546 fcolorbox{black}{
43547 \end_layout
43548
43549 \end_inset
43550
43551 Fuchsia
43552 \begin_inset ERT
43553 status collapsed
43554
43555 \begin_layout Plain Layout
43556
43557 }{
43558 \end_layout
43559
43560 \end_inset
43561
43562
43563 \begin_inset Phantom Phantom
43564 status open
43565
43566 \begin_layout Plain Layout
43567 W
43568 \end_layout
43569
43570 \end_inset
43571
43572
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578 }
43579 \end_layout
43580
43581 \end_inset
43582
43583  Fuchsia
43584 \end_layout
43585
43586 \end_inset
43587 </cell>
43588 <cell alignment="left" valignment="top" usebox="none">
43589 \begin_inset Text
43590
43591 \begin_layout Plain Layout
43592 \begin_inset ERT
43593 status collapsed
43594
43595 \begin_layout Plain Layout
43596
43597
43598 \backslash
43599 fcolorbox{black}{
43600 \end_layout
43601
43602 \end_inset
43603
43604 Goldenrod
43605 \begin_inset ERT
43606 status collapsed
43607
43608 \begin_layout Plain Layout
43609
43610 }{
43611 \end_layout
43612
43613 \end_inset
43614
43615
43616 \begin_inset Phantom Phantom
43617 status open
43618
43619 \begin_layout Plain Layout
43620 W
43621 \end_layout
43622
43623 \end_inset
43624
43625
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631 }
43632 \end_layout
43633
43634 \end_inset
43635
43636  Goldenrod
43637 \end_layout
43638
43639 \end_inset
43640 </cell>
43641 <cell alignment="left" valignment="top" usebox="none">
43642 \begin_inset Text
43643
43644 \begin_layout Plain Layout
43645 \begin_inset ERT
43646 status collapsed
43647
43648 \begin_layout Plain Layout
43649
43650
43651 \backslash
43652 fcolorbox{black}{
43653 \end_layout
43654
43655 \end_inset
43656
43657 Gray
43658 \begin_inset ERT
43659 status collapsed
43660
43661 \begin_layout Plain Layout
43662
43663 }{
43664 \end_layout
43665
43666 \end_inset
43667
43668
43669 \begin_inset Phantom Phantom
43670 status open
43671
43672 \begin_layout Plain Layout
43673 W
43674 \end_layout
43675
43676 \end_inset
43677
43678
43679 \begin_inset ERT
43680 status collapsed
43681
43682 \begin_layout Plain Layout
43683
43684 }
43685 \end_layout
43686
43687 \end_inset
43688
43689  Gray
43690 \end_layout
43691
43692 \end_inset
43693 </cell>
43694 <cell alignment="left" valignment="top" usebox="none">
43695 \begin_inset Text
43696
43697 \begin_layout Plain Layout
43698 \begin_inset ERT
43699 status collapsed
43700
43701 \begin_layout Plain Layout
43702
43703
43704 \backslash
43705 fcolorbox{black}{
43706 \end_layout
43707
43708 \end_inset
43709
43710 GreenYellow
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716 }{
43717 \end_layout
43718
43719 \end_inset
43720
43721
43722 \begin_inset Phantom Phantom
43723 status open
43724
43725 \begin_layout Plain Layout
43726 W
43727 \end_layout
43728
43729 \end_inset
43730
43731
43732 \begin_inset ERT
43733 status collapsed
43734
43735 \begin_layout Plain Layout
43736
43737 }
43738 \end_layout
43739
43740 \end_inset
43741
43742  GreenYellow
43743 \end_layout
43744
43745 \end_inset
43746 </cell>
43747 </row>
43748 <row>
43749 <cell alignment="center" valignment="top" usebox="none">
43750 \begin_inset Text
43751
43752 \begin_layout Plain Layout
43753 \begin_inset ERT
43754 status collapsed
43755
43756 \begin_layout Plain Layout
43757
43758
43759 \backslash
43760 fcolorbox{black}{
43761 \end_layout
43762
43763 \end_inset
43764
43765 JungleGreen
43766 \begin_inset ERT
43767 status collapsed
43768
43769 \begin_layout Plain Layout
43770
43771 }{
43772 \end_layout
43773
43774 \end_inset
43775
43776
43777 \begin_inset Phantom Phantom
43778 status open
43779
43780 \begin_layout Plain Layout
43781 W
43782 \end_layout
43783
43784 \end_inset
43785
43786
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792 }
43793 \end_layout
43794
43795 \end_inset
43796
43797  JungleGreen
43798 \end_layout
43799
43800 \end_inset
43801 </cell>
43802 <cell alignment="center" valignment="top" usebox="none">
43803 \begin_inset Text
43804
43805 \begin_layout Plain Layout
43806 \begin_inset ERT
43807 status collapsed
43808
43809 \begin_layout Plain Layout
43810
43811
43812 \backslash
43813 fcolorbox{black}{
43814 \end_layout
43815
43816 \end_inset
43817
43818 Lavender
43819 \begin_inset ERT
43820 status collapsed
43821
43822 \begin_layout Plain Layout
43823
43824 }{
43825 \end_layout
43826
43827 \end_inset
43828
43829
43830 \begin_inset Phantom Phantom
43831 status open
43832
43833 \begin_layout Plain Layout
43834 W
43835 \end_layout
43836
43837 \end_inset
43838
43839
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845 }
43846 \end_layout
43847
43848 \end_inset
43849
43850  Lavender
43851 \end_layout
43852
43853 \end_inset
43854 </cell>
43855 <cell alignment="center" valignment="top" usebox="none">
43856 \begin_inset Text
43857
43858 \begin_layout Plain Layout
43859 \begin_inset ERT
43860 status collapsed
43861
43862 \begin_layout Plain Layout
43863
43864
43865 \backslash
43866 fcolorbox{black}{
43867 \end_layout
43868
43869 \end_inset
43870
43871 LimeGreen
43872 \begin_inset ERT
43873 status collapsed
43874
43875 \begin_layout Plain Layout
43876
43877 }{
43878 \end_layout
43879
43880 \end_inset
43881
43882
43883 \begin_inset Phantom Phantom
43884 status open
43885
43886 \begin_layout Plain Layout
43887 W
43888 \end_layout
43889
43890 \end_inset
43891
43892
43893 \begin_inset ERT
43894 status collapsed
43895
43896 \begin_layout Plain Layout
43897
43898 }
43899 \end_layout
43900
43901 \end_inset
43902
43903  LimeGreen
43904 \end_layout
43905
43906 \end_inset
43907 </cell>
43908 <cell alignment="center" valignment="top" usebox="none">
43909 \begin_inset Text
43910
43911 \begin_layout Plain Layout
43912 \begin_inset ERT
43913 status collapsed
43914
43915 \begin_layout Plain Layout
43916
43917
43918 \backslash
43919 fcolorbox{black}{
43920 \end_layout
43921
43922 \end_inset
43923
43924 Mahogany
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930 }{
43931 \end_layout
43932
43933 \end_inset
43934
43935
43936 \begin_inset Phantom Phantom
43937 status open
43938
43939 \begin_layout Plain Layout
43940 W
43941 \end_layout
43942
43943 \end_inset
43944
43945
43946 \begin_inset ERT
43947 status collapsed
43948
43949 \begin_layout Plain Layout
43950
43951 }
43952 \end_layout
43953
43954 \end_inset
43955
43956  Mahogany
43957 \end_layout
43958
43959 \end_inset
43960 </cell>
43961 </row>
43962 <row>
43963 <cell alignment="left" valignment="top" usebox="none">
43964 \begin_inset Text
43965
43966 \begin_layout Plain Layout
43967 \begin_inset ERT
43968 status collapsed
43969
43970 \begin_layout Plain Layout
43971
43972
43973 \backslash
43974 fcolorbox{black}{
43975 \end_layout
43976
43977 \end_inset
43978
43979 Mahogany
43980 \begin_inset ERT
43981 status collapsed
43982
43983 \begin_layout Plain Layout
43984
43985 }{
43986 \end_layout
43987
43988 \end_inset
43989
43990
43991 \begin_inset Phantom Phantom
43992 status open
43993
43994 \begin_layout Plain Layout
43995 W
43996 \end_layout
43997
43998 \end_inset
43999
44000
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006 }
44007 \end_layout
44008
44009 \end_inset
44010
44011  Mahogany
44012 \end_layout
44013
44014 \end_inset
44015 </cell>
44016 <cell alignment="left" valignment="top" usebox="none">
44017 \begin_inset Text
44018
44019 \begin_layout Plain Layout
44020 \begin_inset ERT
44021 status collapsed
44022
44023 \begin_layout Plain Layout
44024
44025
44026 \backslash
44027 fcolorbox{black}{
44028 \end_layout
44029
44030 \end_inset
44031
44032 Maroon
44033 \begin_inset ERT
44034 status collapsed
44035
44036 \begin_layout Plain Layout
44037
44038 }{
44039 \end_layout
44040
44041 \end_inset
44042
44043
44044 \begin_inset Phantom Phantom
44045 status open
44046
44047 \begin_layout Plain Layout
44048 W
44049 \end_layout
44050
44051 \end_inset
44052
44053
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059 }
44060 \end_layout
44061
44062 \end_inset
44063
44064  Maroon
44065 \end_layout
44066
44067 \end_inset
44068 </cell>
44069 <cell alignment="left" valignment="top" usebox="none">
44070 \begin_inset Text
44071
44072 \begin_layout Plain Layout
44073 \begin_inset ERT
44074 status collapsed
44075
44076 \begin_layout Plain Layout
44077
44078
44079 \backslash
44080 fcolorbox{black}{
44081 \end_layout
44082
44083 \end_inset
44084
44085 Melon
44086 \begin_inset ERT
44087 status collapsed
44088
44089 \begin_layout Plain Layout
44090
44091 }{
44092 \end_layout
44093
44094 \end_inset
44095
44096
44097 \begin_inset Phantom Phantom
44098 status open
44099
44100 \begin_layout Plain Layout
44101 W
44102 \end_layout
44103
44104 \end_inset
44105
44106
44107 \begin_inset ERT
44108 status collapsed
44109
44110 \begin_layout Plain Layout
44111
44112 }
44113 \end_layout
44114
44115 \end_inset
44116
44117  Melon
44118 \end_layout
44119
44120 \end_inset
44121 </cell>
44122 <cell alignment="left" valignment="top" usebox="none">
44123 \begin_inset Text
44124
44125 \begin_layout Plain Layout
44126 \begin_inset ERT
44127 status collapsed
44128
44129 \begin_layout Plain Layout
44130
44131
44132 \backslash
44133 fcolorbox{black}{
44134 \end_layout
44135
44136 \end_inset
44137
44138 MidnightBlue
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144 }{
44145 \end_layout
44146
44147 \end_inset
44148
44149
44150 \begin_inset Phantom Phantom
44151 status open
44152
44153 \begin_layout Plain Layout
44154 W
44155 \end_layout
44156
44157 \end_inset
44158
44159
44160 \begin_inset ERT
44161 status collapsed
44162
44163 \begin_layout Plain Layout
44164
44165 }
44166 \end_layout
44167
44168 \end_inset
44169
44170  MidnightBlue
44171 \end_layout
44172
44173 \end_inset
44174 </cell>
44175 </row>
44176 <row>
44177 <cell alignment="left" valignment="top" usebox="none">
44178 \begin_inset Text
44179
44180 \begin_layout Plain Layout
44181 \begin_inset ERT
44182 status collapsed
44183
44184 \begin_layout Plain Layout
44185
44186
44187 \backslash
44188 fcolorbox{black}{
44189 \end_layout
44190
44191 \end_inset
44192
44193 Mulberry
44194 \begin_inset ERT
44195 status collapsed
44196
44197 \begin_layout Plain Layout
44198
44199 }{
44200 \end_layout
44201
44202 \end_inset
44203
44204
44205 \begin_inset Phantom Phantom
44206 status open
44207
44208 \begin_layout Plain Layout
44209 W
44210 \end_layout
44211
44212 \end_inset
44213
44214
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220 }
44221 \end_layout
44222
44223 \end_inset
44224
44225  Mulberry
44226 \end_layout
44227
44228 \end_inset
44229 </cell>
44230 <cell alignment="left" valignment="top" usebox="none">
44231 \begin_inset Text
44232
44233 \begin_layout Plain Layout
44234 \begin_inset ERT
44235 status collapsed
44236
44237 \begin_layout Plain Layout
44238
44239
44240 \backslash
44241 fcolorbox{black}{
44242 \end_layout
44243
44244 \end_inset
44245
44246 NavyBlue
44247 \begin_inset ERT
44248 status collapsed
44249
44250 \begin_layout Plain Layout
44251
44252 }{
44253 \end_layout
44254
44255 \end_inset
44256
44257
44258 \begin_inset Phantom Phantom
44259 status open
44260
44261 \begin_layout Plain Layout
44262 W
44263 \end_layout
44264
44265 \end_inset
44266
44267
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273 }
44274 \end_layout
44275
44276 \end_inset
44277
44278  NavyBlue
44279 \end_layout
44280
44281 \end_inset
44282 </cell>
44283 <cell alignment="left" valignment="top" usebox="none">
44284 \begin_inset Text
44285
44286 \begin_layout Plain Layout
44287 \begin_inset ERT
44288 status collapsed
44289
44290 \begin_layout Plain Layout
44291
44292
44293 \backslash
44294 fcolorbox{black}{
44295 \end_layout
44296
44297 \end_inset
44298
44299 OliveGreen
44300 \begin_inset ERT
44301 status collapsed
44302
44303 \begin_layout Plain Layout
44304
44305 }{
44306 \end_layout
44307
44308 \end_inset
44309
44310
44311 \begin_inset Phantom Phantom
44312 status open
44313
44314 \begin_layout Plain Layout
44315 W
44316 \end_layout
44317
44318 \end_inset
44319
44320
44321 \begin_inset ERT
44322 status collapsed
44323
44324 \begin_layout Plain Layout
44325
44326 }
44327 \end_layout
44328
44329 \end_inset
44330
44331  OliveGreen
44332 \end_layout
44333
44334 \end_inset
44335 </cell>
44336 <cell alignment="left" valignment="top" usebox="none">
44337 \begin_inset Text
44338
44339 \begin_layout Plain Layout
44340 \begin_inset ERT
44341 status collapsed
44342
44343 \begin_layout Plain Layout
44344
44345
44346 \backslash
44347 fcolorbox{black}{
44348 \end_layout
44349
44350 \end_inset
44351
44352 Orange
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358 }{
44359 \end_layout
44360
44361 \end_inset
44362
44363
44364 \begin_inset Phantom Phantom
44365 status open
44366
44367 \begin_layout Plain Layout
44368 W
44369 \end_layout
44370
44371 \end_inset
44372
44373
44374 \begin_inset ERT
44375 status collapsed
44376
44377 \begin_layout Plain Layout
44378
44379 }
44380 \end_layout
44381
44382 \end_inset
44383
44384  Orange
44385 \end_layout
44386
44387 \end_inset
44388 </cell>
44389 </row>
44390 <row>
44391 <cell alignment="left" valignment="top" usebox="none">
44392 \begin_inset Text
44393
44394 \begin_layout Plain Layout
44395 \begin_inset ERT
44396 status collapsed
44397
44398 \begin_layout Plain Layout
44399
44400
44401 \backslash
44402 fcolorbox{black}{
44403 \end_layout
44404
44405 \end_inset
44406
44407 OrangeRed
44408 \begin_inset ERT
44409 status collapsed
44410
44411 \begin_layout Plain Layout
44412
44413 }{
44414 \end_layout
44415
44416 \end_inset
44417
44418
44419 \begin_inset Phantom Phantom
44420 status open
44421
44422 \begin_layout Plain Layout
44423 W
44424 \end_layout
44425
44426 \end_inset
44427
44428
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434 }
44435 \end_layout
44436
44437 \end_inset
44438
44439  OrangeRed
44440 \end_layout
44441
44442 \end_inset
44443 </cell>
44444 <cell alignment="left" valignment="top" usebox="none">
44445 \begin_inset Text
44446
44447 \begin_layout Plain Layout
44448 \begin_inset ERT
44449 status collapsed
44450
44451 \begin_layout Plain Layout
44452
44453
44454 \backslash
44455 fcolorbox{black}{
44456 \end_layout
44457
44458 \end_inset
44459
44460 Orchid
44461 \begin_inset ERT
44462 status collapsed
44463
44464 \begin_layout Plain Layout
44465
44466 }{
44467 \end_layout
44468
44469 \end_inset
44470
44471
44472 \begin_inset Phantom Phantom
44473 status open
44474
44475 \begin_layout Plain Layout
44476 W
44477 \end_layout
44478
44479 \end_inset
44480
44481
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487 }
44488 \end_layout
44489
44490 \end_inset
44491
44492  Orchid
44493 \end_layout
44494
44495 \end_inset
44496 </cell>
44497 <cell alignment="left" valignment="top" usebox="none">
44498 \begin_inset Text
44499
44500 \begin_layout Plain Layout
44501 \begin_inset ERT
44502 status collapsed
44503
44504 \begin_layout Plain Layout
44505
44506
44507 \backslash
44508 fcolorbox{black}{
44509 \end_layout
44510
44511 \end_inset
44512
44513 Peach
44514 \begin_inset ERT
44515 status collapsed
44516
44517 \begin_layout Plain Layout
44518
44519 }{
44520 \end_layout
44521
44522 \end_inset
44523
44524
44525 \begin_inset Phantom Phantom
44526 status open
44527
44528 \begin_layout Plain Layout
44529 W
44530 \end_layout
44531
44532 \end_inset
44533
44534
44535 \begin_inset ERT
44536 status collapsed
44537
44538 \begin_layout Plain Layout
44539
44540 }
44541 \end_layout
44542
44543 \end_inset
44544
44545  Peach
44546 \end_layout
44547
44548 \end_inset
44549 </cell>
44550 <cell alignment="left" valignment="top" usebox="none">
44551 \begin_inset Text
44552
44553 \begin_layout Plain Layout
44554 \begin_inset ERT
44555 status collapsed
44556
44557 \begin_layout Plain Layout
44558
44559
44560 \backslash
44561 fcolorbox{black}{
44562 \end_layout
44563
44564 \end_inset
44565
44566 Periwinkle
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572 }{
44573 \end_layout
44574
44575 \end_inset
44576
44577
44578 \begin_inset Phantom Phantom
44579 status open
44580
44581 \begin_layout Plain Layout
44582 W
44583 \end_layout
44584
44585 \end_inset
44586
44587
44588 \begin_inset ERT
44589 status collapsed
44590
44591 \begin_layout Plain Layout
44592
44593 }
44594 \end_layout
44595
44596 \end_inset
44597
44598  Periwinkle
44599 \end_layout
44600
44601 \end_inset
44602 </cell>
44603 </row>
44604 <row>
44605 <cell alignment="left" valignment="top" usebox="none">
44606 \begin_inset Text
44607
44608 \begin_layout Plain Layout
44609 \begin_inset ERT
44610 status collapsed
44611
44612 \begin_layout Plain Layout
44613
44614
44615 \backslash
44616 fcolorbox{black}{
44617 \end_layout
44618
44619 \end_inset
44620
44621 PineGreen
44622 \begin_inset ERT
44623 status collapsed
44624
44625 \begin_layout Plain Layout
44626
44627 }{
44628 \end_layout
44629
44630 \end_inset
44631
44632
44633 \begin_inset Phantom Phantom
44634 status open
44635
44636 \begin_layout Plain Layout
44637 W
44638 \end_layout
44639
44640 \end_inset
44641
44642
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648 }
44649 \end_layout
44650
44651 \end_inset
44652
44653  PineGreen
44654 \end_layout
44655
44656 \end_inset
44657 </cell>
44658 <cell alignment="left" valignment="top" usebox="none">
44659 \begin_inset Text
44660
44661 \begin_layout Plain Layout
44662 \begin_inset ERT
44663 status collapsed
44664
44665 \begin_layout Plain Layout
44666
44667
44668 \backslash
44669 fcolorbox{black}{
44670 \end_layout
44671
44672 \end_inset
44673
44674 Plum
44675 \begin_inset ERT
44676 status collapsed
44677
44678 \begin_layout Plain Layout
44679
44680 }{
44681 \end_layout
44682
44683 \end_inset
44684
44685
44686 \begin_inset Phantom Phantom
44687 status open
44688
44689 \begin_layout Plain Layout
44690 W
44691 \end_layout
44692
44693 \end_inset
44694
44695
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701 }
44702 \end_layout
44703
44704 \end_inset
44705
44706  Plum
44707 \end_layout
44708
44709 \end_inset
44710 </cell>
44711 <cell alignment="left" valignment="top" usebox="none">
44712 \begin_inset Text
44713
44714 \begin_layout Plain Layout
44715 \begin_inset ERT
44716 status collapsed
44717
44718 \begin_layout Plain Layout
44719
44720
44721 \backslash
44722 fcolorbox{black}{
44723 \end_layout
44724
44725 \end_inset
44726
44727 ProcessBlue
44728 \begin_inset ERT
44729 status collapsed
44730
44731 \begin_layout Plain Layout
44732
44733 }{
44734 \end_layout
44735
44736 \end_inset
44737
44738
44739 \begin_inset Phantom Phantom
44740 status open
44741
44742 \begin_layout Plain Layout
44743 W
44744 \end_layout
44745
44746 \end_inset
44747
44748
44749 \begin_inset ERT
44750 status collapsed
44751
44752 \begin_layout Plain Layout
44753
44754 }
44755 \end_layout
44756
44757 \end_inset
44758
44759  ProcessBlue
44760 \end_layout
44761
44762 \end_inset
44763 </cell>
44764 <cell alignment="left" valignment="top" usebox="none">
44765 \begin_inset Text
44766
44767 \begin_layout Plain Layout
44768 \begin_inset ERT
44769 status collapsed
44770
44771 \begin_layout Plain Layout
44772
44773
44774 \backslash
44775 fcolorbox{black}{
44776 \end_layout
44777
44778 \end_inset
44779
44780 Purple
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786 }{
44787 \end_layout
44788
44789 \end_inset
44790
44791
44792 \begin_inset Phantom Phantom
44793 status open
44794
44795 \begin_layout Plain Layout
44796 W
44797 \end_layout
44798
44799 \end_inset
44800
44801
44802 \begin_inset ERT
44803 status collapsed
44804
44805 \begin_layout Plain Layout
44806
44807 }
44808 \end_layout
44809
44810 \end_inset
44811
44812  Purple
44813 \end_layout
44814
44815 \end_inset
44816 </cell>
44817 </row>
44818 <row>
44819 <cell alignment="left" valignment="top" usebox="none">
44820 \begin_inset Text
44821
44822 \begin_layout Plain Layout
44823 \begin_inset ERT
44824 status collapsed
44825
44826 \begin_layout Plain Layout
44827
44828
44829 \backslash
44830 fcolorbox{black}{
44831 \end_layout
44832
44833 \end_inset
44834
44835 RawSienna
44836 \begin_inset ERT
44837 status collapsed
44838
44839 \begin_layout Plain Layout
44840
44841 }{
44842 \end_layout
44843
44844 \end_inset
44845
44846
44847 \begin_inset Phantom Phantom
44848 status open
44849
44850 \begin_layout Plain Layout
44851 W
44852 \end_layout
44853
44854 \end_inset
44855
44856
44857 \begin_inset ERT
44858 status collapsed
44859
44860 \begin_layout Plain Layout
44861
44862 }
44863 \end_layout
44864
44865 \end_inset
44866
44867  RawSienna
44868 \end_layout
44869
44870 \end_inset
44871 </cell>
44872 <cell alignment="left" valignment="top" usebox="none">
44873 \begin_inset Text
44874
44875 \begin_layout Plain Layout
44876 \begin_inset ERT
44877 status collapsed
44878
44879 \begin_layout Plain Layout
44880
44881
44882 \backslash
44883 fcolorbox{black}{
44884 \end_layout
44885
44886 \end_inset
44887
44888 RedOrange
44889 \begin_inset ERT
44890 status collapsed
44891
44892 \begin_layout Plain Layout
44893
44894 }{
44895 \end_layout
44896
44897 \end_inset
44898
44899
44900 \begin_inset Phantom Phantom
44901 status open
44902
44903 \begin_layout Plain Layout
44904 W
44905 \end_layout
44906
44907 \end_inset
44908
44909
44910 \begin_inset ERT
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914
44915 }
44916 \end_layout
44917
44918 \end_inset
44919
44920  RedOrange
44921 \end_layout
44922
44923 \end_inset
44924 </cell>
44925 <cell alignment="left" valignment="top" usebox="none">
44926 \begin_inset Text
44927
44928 \begin_layout Plain Layout
44929 \begin_inset ERT
44930 status collapsed
44931
44932 \begin_layout Plain Layout
44933
44934
44935 \backslash
44936 fcolorbox{black}{
44937 \end_layout
44938
44939 \end_inset
44940
44941 RedViolet
44942 \begin_inset ERT
44943 status collapsed
44944
44945 \begin_layout Plain Layout
44946
44947 }{
44948 \end_layout
44949
44950 \end_inset
44951
44952
44953 \begin_inset Phantom Phantom
44954 status open
44955
44956 \begin_layout Plain Layout
44957 W
44958 \end_layout
44959
44960 \end_inset
44961
44962
44963 \begin_inset ERT
44964 status collapsed
44965
44966 \begin_layout Plain Layout
44967
44968 }
44969 \end_layout
44970
44971 \end_inset
44972
44973  RedViolet
44974 \end_layout
44975
44976 \end_inset
44977 </cell>
44978 <cell alignment="left" valignment="top" usebox="none">
44979 \begin_inset Text
44980
44981 \begin_layout Plain Layout
44982 \begin_inset ERT
44983 status collapsed
44984
44985 \begin_layout Plain Layout
44986
44987
44988 \backslash
44989 fcolorbox{black}{
44990 \end_layout
44991
44992 \end_inset
44993
44994 Rhodamine
44995 \begin_inset ERT
44996 status collapsed
44997
44998 \begin_layout Plain Layout
44999
45000 }{
45001 \end_layout
45002
45003 \end_inset
45004
45005
45006 \begin_inset Phantom Phantom
45007 status open
45008
45009 \begin_layout Plain Layout
45010 W
45011 \end_layout
45012
45013 \end_inset
45014
45015
45016 \begin_inset ERT
45017 status collapsed
45018
45019 \begin_layout Plain Layout
45020
45021 }
45022 \end_layout
45023
45024 \end_inset
45025
45026  Rhodamine
45027 \end_layout
45028
45029 \end_inset
45030 </cell>
45031 </row>
45032 <row>
45033 <cell alignment="left" valignment="top" usebox="none">
45034 \begin_inset Text
45035
45036 \begin_layout Plain Layout
45037 \begin_inset ERT
45038 status collapsed
45039
45040 \begin_layout Plain Layout
45041
45042
45043 \backslash
45044 fcolorbox{black}{
45045 \end_layout
45046
45047 \end_inset
45048
45049 RoyalBlue
45050 \begin_inset ERT
45051 status collapsed
45052
45053 \begin_layout Plain Layout
45054
45055 }{
45056 \end_layout
45057
45058 \end_inset
45059
45060
45061 \begin_inset Phantom Phantom
45062 status open
45063
45064 \begin_layout Plain Layout
45065 W
45066 \end_layout
45067
45068 \end_inset
45069
45070
45071 \begin_inset ERT
45072 status collapsed
45073
45074 \begin_layout Plain Layout
45075
45076 }
45077 \end_layout
45078
45079 \end_inset
45080
45081  RoyalBlue
45082 \end_layout
45083
45084 \end_inset
45085 </cell>
45086 <cell alignment="left" valignment="top" usebox="none">
45087 \begin_inset Text
45088
45089 \begin_layout Plain Layout
45090 \begin_inset ERT
45091 status collapsed
45092
45093 \begin_layout Plain Layout
45094
45095
45096 \backslash
45097 fcolorbox{black}{
45098 \end_layout
45099
45100 \end_inset
45101
45102 RoyalPurple
45103 \begin_inset ERT
45104 status collapsed
45105
45106 \begin_layout Plain Layout
45107
45108 }{
45109 \end_layout
45110
45111 \end_inset
45112
45113
45114 \begin_inset Phantom Phantom
45115 status open
45116
45117 \begin_layout Plain Layout
45118 W
45119 \end_layout
45120
45121 \end_inset
45122
45123
45124 \begin_inset ERT
45125 status collapsed
45126
45127 \begin_layout Plain Layout
45128
45129 }
45130 \end_layout
45131
45132 \end_inset
45133
45134  RoyalPurple
45135 \end_layout
45136
45137 \end_inset
45138 </cell>
45139 <cell alignment="left" valignment="top" usebox="none">
45140 \begin_inset Text
45141
45142 \begin_layout Plain Layout
45143 \begin_inset ERT
45144 status collapsed
45145
45146 \begin_layout Plain Layout
45147
45148
45149 \backslash
45150 fcolorbox{black}{
45151 \end_layout
45152
45153 \end_inset
45154
45155 RubineRed
45156 \begin_inset ERT
45157 status collapsed
45158
45159 \begin_layout Plain Layout
45160
45161 }{
45162 \end_layout
45163
45164 \end_inset
45165
45166
45167 \begin_inset Phantom Phantom
45168 status open
45169
45170 \begin_layout Plain Layout
45171 W
45172 \end_layout
45173
45174 \end_inset
45175
45176
45177 \begin_inset ERT
45178 status collapsed
45179
45180 \begin_layout Plain Layout
45181
45182 }
45183 \end_layout
45184
45185 \end_inset
45186
45187  RubineRed
45188 \end_layout
45189
45190 \end_inset
45191 </cell>
45192 <cell alignment="left" valignment="top" usebox="none">
45193 \begin_inset Text
45194
45195 \begin_layout Plain Layout
45196 \begin_inset ERT
45197 status collapsed
45198
45199 \begin_layout Plain Layout
45200
45201
45202 \backslash
45203 fcolorbox{black}{
45204 \end_layout
45205
45206 \end_inset
45207
45208 Salmon
45209 \begin_inset ERT
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213
45214 }{
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \begin_inset Phantom Phantom
45221 status open
45222
45223 \begin_layout Plain Layout
45224 W
45225 \end_layout
45226
45227 \end_inset
45228
45229
45230 \begin_inset ERT
45231 status collapsed
45232
45233 \begin_layout Plain Layout
45234
45235 }
45236 \end_layout
45237
45238 \end_inset
45239
45240  Salmon
45241 \end_layout
45242
45243 \end_inset
45244 </cell>
45245 </row>
45246 <row>
45247 <cell alignment="left" valignment="top" usebox="none">
45248 \begin_inset Text
45249
45250 \begin_layout Plain Layout
45251 \begin_inset ERT
45252 status collapsed
45253
45254 \begin_layout Plain Layout
45255
45256
45257 \backslash
45258 fcolorbox{black}{
45259 \end_layout
45260
45261 \end_inset
45262
45263 SeaGreen
45264 \begin_inset ERT
45265 status collapsed
45266
45267 \begin_layout Plain Layout
45268
45269 }{
45270 \end_layout
45271
45272 \end_inset
45273
45274
45275 \begin_inset Phantom Phantom
45276 status open
45277
45278 \begin_layout Plain Layout
45279 W
45280 \end_layout
45281
45282 \end_inset
45283
45284
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290 }
45291 \end_layout
45292
45293 \end_inset
45294
45295  SeaGreen
45296 \end_layout
45297
45298 \end_inset
45299 </cell>
45300 <cell alignment="left" valignment="top" usebox="none">
45301 \begin_inset Text
45302
45303 \begin_layout Plain Layout
45304 \begin_inset ERT
45305 status collapsed
45306
45307 \begin_layout Plain Layout
45308
45309
45310 \backslash
45311 fcolorbox{black}{
45312 \end_layout
45313
45314 \end_inset
45315
45316 Sepia
45317 \begin_inset ERT
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321
45322 }{
45323 \end_layout
45324
45325 \end_inset
45326
45327
45328 \begin_inset Phantom Phantom
45329 status open
45330
45331 \begin_layout Plain Layout
45332 W
45333 \end_layout
45334
45335 \end_inset
45336
45337
45338 \begin_inset ERT
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342
45343 }
45344 \end_layout
45345
45346 \end_inset
45347
45348  Sepia
45349 \end_layout
45350
45351 \end_inset
45352 </cell>
45353 <cell alignment="left" valignment="top" usebox="none">
45354 \begin_inset Text
45355
45356 \begin_layout Plain Layout
45357 \begin_inset ERT
45358 status collapsed
45359
45360 \begin_layout Plain Layout
45361
45362
45363 \backslash
45364 fcolorbox{black}{
45365 \end_layout
45366
45367 \end_inset
45368
45369 SkyBlue
45370 \begin_inset ERT
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374
45375 }{
45376 \end_layout
45377
45378 \end_inset
45379
45380
45381 \begin_inset Phantom Phantom
45382 status open
45383
45384 \begin_layout Plain Layout
45385 W
45386 \end_layout
45387
45388 \end_inset
45389
45390
45391 \begin_inset ERT
45392 status collapsed
45393
45394 \begin_layout Plain Layout
45395
45396 }
45397 \end_layout
45398
45399 \end_inset
45400
45401  SkyBlue
45402 \end_layout
45403
45404 \end_inset
45405 </cell>
45406 <cell alignment="left" valignment="top" usebox="none">
45407 \begin_inset Text
45408
45409 \begin_layout Plain Layout
45410 \begin_inset ERT
45411 status collapsed
45412
45413 \begin_layout Plain Layout
45414
45415
45416 \backslash
45417 fcolorbox{black}{
45418 \end_layout
45419
45420 \end_inset
45421
45422 SpringGreen
45423 \begin_inset ERT
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427
45428 }{
45429 \end_layout
45430
45431 \end_inset
45432
45433
45434 \begin_inset Phantom Phantom
45435 status open
45436
45437 \begin_layout Plain Layout
45438 W
45439 \end_layout
45440
45441 \end_inset
45442
45443
45444 \begin_inset ERT
45445 status collapsed
45446
45447 \begin_layout Plain Layout
45448
45449 }
45450 \end_layout
45451
45452 \end_inset
45453
45454  SpringGreen
45455 \end_layout
45456
45457 \end_inset
45458 </cell>
45459 </row>
45460 <row>
45461 <cell alignment="left" valignment="top" usebox="none">
45462 \begin_inset Text
45463
45464 \begin_layout Plain Layout
45465 \begin_inset ERT
45466 status collapsed
45467
45468 \begin_layout Plain Layout
45469
45470
45471 \backslash
45472 fcolorbox{black}{
45473 \end_layout
45474
45475 \end_inset
45476
45477 Tan
45478 \begin_inset ERT
45479 status collapsed
45480
45481 \begin_layout Plain Layout
45482
45483 }{
45484 \end_layout
45485
45486 \end_inset
45487
45488
45489 \begin_inset Phantom Phantom
45490 status open
45491
45492 \begin_layout Plain Layout
45493 W
45494 \end_layout
45495
45496 \end_inset
45497
45498
45499 \begin_inset ERT
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503
45504 }
45505 \end_layout
45506
45507 \end_inset
45508
45509  Tan
45510 \end_layout
45511
45512 \end_inset
45513 </cell>
45514 <cell alignment="left" valignment="top" usebox="none">
45515 \begin_inset Text
45516
45517 \begin_layout Plain Layout
45518 \begin_inset ERT
45519 status collapsed
45520
45521 \begin_layout Plain Layout
45522
45523
45524 \backslash
45525 fcolorbox{black}{
45526 \end_layout
45527
45528 \end_inset
45529
45530 TealBlue
45531 \begin_inset ERT
45532 status collapsed
45533
45534 \begin_layout Plain Layout
45535
45536 }{
45537 \end_layout
45538
45539 \end_inset
45540
45541
45542 \begin_inset Phantom Phantom
45543 status open
45544
45545 \begin_layout Plain Layout
45546 W
45547 \end_layout
45548
45549 \end_inset
45550
45551
45552 \begin_inset ERT
45553 status collapsed
45554
45555 \begin_layout Plain Layout
45556
45557 }
45558 \end_layout
45559
45560 \end_inset
45561
45562  TealBlue
45563 \end_layout
45564
45565 \end_inset
45566 </cell>
45567 <cell alignment="left" valignment="top" usebox="none">
45568 \begin_inset Text
45569
45570 \begin_layout Plain Layout
45571 \begin_inset ERT
45572 status collapsed
45573
45574 \begin_layout Plain Layout
45575
45576
45577 \backslash
45578 fcolorbox{black}{
45579 \end_layout
45580
45581 \end_inset
45582
45583 Thistle
45584 \begin_inset ERT
45585 status collapsed
45586
45587 \begin_layout Plain Layout
45588
45589 }{
45590 \end_layout
45591
45592 \end_inset
45593
45594
45595 \begin_inset Phantom Phantom
45596 status open
45597
45598 \begin_layout Plain Layout
45599 W
45600 \end_layout
45601
45602 \end_inset
45603
45604
45605 \begin_inset ERT
45606 status collapsed
45607
45608 \begin_layout Plain Layout
45609
45610 }
45611 \end_layout
45612
45613 \end_inset
45614
45615  Thistle
45616 \end_layout
45617
45618 \end_inset
45619 </cell>
45620 <cell alignment="left" valignment="top" usebox="none">
45621 \begin_inset Text
45622
45623 \begin_layout Plain Layout
45624 \begin_inset ERT
45625 status collapsed
45626
45627 \begin_layout Plain Layout
45628
45629
45630 \backslash
45631 fcolorbox{black}{
45632 \end_layout
45633
45634 \end_inset
45635
45636 Turquoise
45637 \begin_inset ERT
45638 status collapsed
45639
45640 \begin_layout Plain Layout
45641
45642 }{
45643 \end_layout
45644
45645 \end_inset
45646
45647
45648 \begin_inset Phantom Phantom
45649 status open
45650
45651 \begin_layout Plain Layout
45652 W
45653 \end_layout
45654
45655 \end_inset
45656
45657
45658 \begin_inset ERT
45659 status collapsed
45660
45661 \begin_layout Plain Layout
45662
45663 }
45664 \end_layout
45665
45666 \end_inset
45667
45668  Turquoise
45669 \end_layout
45670
45671 \end_inset
45672 </cell>
45673 </row>
45674 <row>
45675 <cell alignment="left" valignment="top" usebox="none">
45676 \begin_inset Text
45677
45678 \begin_layout Plain Layout
45679 \begin_inset ERT
45680 status collapsed
45681
45682 \begin_layout Plain Layout
45683
45684
45685 \backslash
45686 fcolorbox{black}{
45687 \end_layout
45688
45689 \end_inset
45690
45691 Violet
45692 \begin_inset ERT
45693 status collapsed
45694
45695 \begin_layout Plain Layout
45696
45697 }{
45698 \end_layout
45699
45700 \end_inset
45701
45702
45703 \begin_inset Phantom Phantom
45704 status open
45705
45706 \begin_layout Plain Layout
45707 W
45708 \end_layout
45709
45710 \end_inset
45711
45712
45713 \begin_inset ERT
45714 status collapsed
45715
45716 \begin_layout Plain Layout
45717
45718 }
45719 \end_layout
45720
45721 \end_inset
45722
45723  Violet
45724 \end_layout
45725
45726 \end_inset
45727 </cell>
45728 <cell alignment="left" valignment="top" usebox="none">
45729 \begin_inset Text
45730
45731 \begin_layout Plain Layout
45732 \begin_inset ERT
45733 status collapsed
45734
45735 \begin_layout Plain Layout
45736
45737
45738 \backslash
45739 fcolorbox{black}{
45740 \end_layout
45741
45742 \end_inset
45743
45744 VioletRed
45745 \begin_inset ERT
45746 status collapsed
45747
45748 \begin_layout Plain Layout
45749
45750 }{
45751 \end_layout
45752
45753 \end_inset
45754
45755
45756 \begin_inset Phantom Phantom
45757 status open
45758
45759 \begin_layout Plain Layout
45760 W
45761 \end_layout
45762
45763 \end_inset
45764
45765
45766 \begin_inset ERT
45767 status collapsed
45768
45769 \begin_layout Plain Layout
45770
45771 }
45772 \end_layout
45773
45774 \end_inset
45775
45776  VioletRed
45777 \end_layout
45778
45779 \end_inset
45780 </cell>
45781 <cell alignment="left" valignment="top" usebox="none">
45782 \begin_inset Text
45783
45784 \begin_layout Plain Layout
45785 \begin_inset ERT
45786 status collapsed
45787
45788 \begin_layout Plain Layout
45789
45790
45791 \backslash
45792 fcolorbox{black}{
45793 \end_layout
45794
45795 \end_inset
45796
45797 WildStrawberry
45798 \begin_inset ERT
45799 status collapsed
45800
45801 \begin_layout Plain Layout
45802
45803 }{
45804 \end_layout
45805
45806 \end_inset
45807
45808
45809 \begin_inset Phantom Phantom
45810 status open
45811
45812 \begin_layout Plain Layout
45813 W
45814 \end_layout
45815
45816 \end_inset
45817
45818
45819 \begin_inset ERT
45820 status collapsed
45821
45822 \begin_layout Plain Layout
45823
45824 }
45825 \end_layout
45826
45827 \end_inset
45828
45829  WildStrawberry
45830 \end_layout
45831
45832 \end_inset
45833 </cell>
45834 <cell alignment="left" valignment="top" usebox="none">
45835 \begin_inset Text
45836
45837 \begin_layout Plain Layout
45838 \begin_inset ERT
45839 status collapsed
45840
45841 \begin_layout Plain Layout
45842
45843
45844 \backslash
45845 fcolorbox{black}{
45846 \end_layout
45847
45848 \end_inset
45849
45850 YellowGreen
45851 \begin_inset ERT
45852 status collapsed
45853
45854 \begin_layout Plain Layout
45855
45856 }{
45857 \end_layout
45858
45859 \end_inset
45860
45861
45862 \begin_inset Phantom Phantom
45863 status open
45864
45865 \begin_layout Plain Layout
45866 W
45867 \end_layout
45868
45869 \end_inset
45870
45871
45872 \begin_inset ERT
45873 status collapsed
45874
45875 \begin_layout Plain Layout
45876
45877 }
45878 \end_layout
45879
45880 \end_inset
45881
45882  YellowGreen
45883 \end_layout
45884
45885 \end_inset
45886 </cell>
45887 </row>
45888 <row>
45889 <cell alignment="left" valignment="top" usebox="none">
45890 \begin_inset Text
45891
45892 \begin_layout Plain Layout
45893 \begin_inset ERT
45894 status collapsed
45895
45896 \begin_layout Plain Layout
45897
45898
45899 \backslash
45900 fcolorbox{black}{
45901 \end_layout
45902
45903 \end_inset
45904
45905 YellowOrange
45906 \begin_inset ERT
45907 status collapsed
45908
45909 \begin_layout Plain Layout
45910
45911 }{
45912 \end_layout
45913
45914 \end_inset
45915
45916
45917 \begin_inset Phantom Phantom
45918 status open
45919
45920 \begin_layout Plain Layout
45921 W
45922 \end_layout
45923
45924 \end_inset
45925
45926
45927 \begin_inset ERT
45928 status collapsed
45929
45930 \begin_layout Plain Layout
45931
45932 }
45933 \end_layout
45934
45935 \end_inset
45936
45937  YellowOrange
45938 \end_layout
45939
45940 \end_inset
45941 </cell>
45942 <cell alignment="left" valignment="top" usebox="none">
45943 \begin_inset Text
45944
45945 \begin_layout Plain Layout
45946
45947 \end_layout
45948
45949 \end_inset
45950 </cell>
45951 <cell alignment="left" valignment="top" usebox="none">
45952 \begin_inset Text
45953
45954 \begin_layout Plain Layout
45955
45956 \end_layout
45957
45958 \end_inset
45959 </cell>
45960 <cell alignment="left" valignment="top" usebox="none">
45961 \begin_inset Text
45962
45963 \begin_layout Plain Layout
45964
45965 \end_layout
45966
45967 \end_inset
45968 </cell>
45969 </row>
45970 </lyxtabular>
45971
45972 \end_inset
45973
45974
45975 \end_layout
45976
45977 \begin_layout Chapter
45978 Explicación de la ecuación
45979 \begin_inset space ~
45980 \end_inset
45981
45982 (
45983 \begin_inset CommandInset ref
45984 LatexCommand ref
45985 reference "eq:Wgn"
45986
45987 \end_inset
45988
45989 )
45990 \begin_inset CommandInset label
45991 LatexCommand label
45992 name "cap:Explicación-de-la-Ecuación"
45993
45994 \end_inset
45995
45996
45997 \end_layout
45998
45999 \begin_layout Standard
46000 La anchura total de 
46001 \emph on
46002 n
46003 \emph default
46004  celdas de un cuadro 
46005 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46006 \end_inset
46007
46008  puede calcularse con
46009 \begin_inset Formula 
46010 \begin{equation}
46011 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46012 \end{equation}
46013
46014 \end_inset
46015
46016
46017 \end_layout
46018
46019 \begin_layout Standard
46020 donde 
46021 \begin_inset Formula $W_{g\,n}$
46022 \end_inset
46023
46024  es el ancho dado de todas las celdas.
46025  
46026 \series bold
46027
46028 \backslash
46029 tabcolsep
46030 \series default
46031  es la longitud \SpecialChar LaTeX
46032  entre el texto y el borde de la celda, 6
46033 \begin_inset space \thinspace{}
46034 \end_inset
46035
46036 pt por omisión.
46037  
46038 \series bold
46039
46040 \backslash
46041 arrayrulewidth
46042 \series default
46043  es el grosor de línea del borde, 0.4
46044 \begin_inset space \thinspace{}
46045 \end_inset
46046
46047 pt por omisión.
46048 \end_layout
46049
46050 \begin_layout Standard
46051 Procediendo como en la ecuación
46052 \begin_inset space ~
46053 \end_inset
46054
46055
46056 \begin_inset CommandInset ref
46057 LatexCommand eqref
46058 reference "eq:Wtot_n"
46059
46060 \end_inset
46061
46062 , el ancho total de una multicolumna, 
46063 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46064 \end_inset
46065
46066  es
46067 \begin_inset Formula 
46068 \begin{equation}
46069 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46070 \end{equation}
46071
46072 \end_inset
46073
46074
46075 \end_layout
46076
46077 \begin_layout Standard
46078 Igualando las ecuaciones
46079 \begin_inset space ~
46080 \end_inset
46081
46082
46083 \begin_inset CommandInset ref
46084 LatexCommand eqref
46085 reference "eq:Wtot_n"
46086
46087 \end_inset
46088
46089  y 
46090 \begin_inset CommandInset ref
46091 LatexCommand eqref
46092 reference "eq:Wtot_mult"
46093
46094 \end_inset
46095
46096  podemos calcular el ancho dado necesario 
46097 \begin_inset Formula $W_{g\,n}$
46098 \end_inset
46099
46100  cuando se expanden 
46101 \emph on
46102 n
46103 \emph default
46104  columnas, de forma que cada una de ellas tiene una anchura total 
46105 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46106 \end_inset
46107
46108 :
46109 \begin_inset Formula 
46110 \begin{equation}
46111 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46112 \end{equation}
46113
46114 \end_inset
46115
46116
46117 \end_layout
46118
46119 \begin_layout Bibliography
46120 \begin_inset CommandInset bibitem
46121 LatexCommand bibitem
46122 key "latexcompanion"
46123 literal "true"
46124
46125 \end_inset
46126
46127 Frank Mittelbach and Michel Goossens: 
46128 \emph on
46129 The \SpecialChar LaTeX
46130  Companion Second Edition.
46131
46132 \emph default
46133  Addison-Wesley, 2004
46134 \end_layout
46135
46136 \begin_layout Bibliography
46137 \begin_inset CommandInset bibitem
46138 LatexCommand bibitem
46139 key "latexguide"
46140 literal "true"
46141
46142 \end_inset
46143
46144 Helmut Kopka and Patrick W.
46145  Daly: 
46146 \emph on
46147 A Guide to \SpecialChar LaTeX
46148  Fourth Edition.
46149
46150 \emph default
46151  Addison-Wesley, 2003
46152 \end_layout
46153
46154 \begin_layout Bibliography
46155 \begin_inset CommandInset bibitem
46156 LatexCommand bibitem
46157 key "latexbook"
46158 literal "true"
46159
46160 \end_inset
46161
46162 Leslie Lamport: 
46163 \emph on
46164 \SpecialChar LaTeX
46165 : A Document Preparation System.
46166
46167 \emph default
46168  Addison-Wesley, second edition, 1994
46169 \end_layout
46170
46171 \begin_layout Bibliography
46172 \begin_inset CommandInset bibitem
46173 LatexCommand bibitem
46174 key "arydshln"
46175 literal "true"
46176
46177 \end_inset
46178
46179 Documentación del paquete \SpecialChar LaTeX
46180  
46181 \series bold
46182
46183 \begin_inset CommandInset href
46184 LatexCommand href
46185 name "arydshln"
46186 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46187 literal "false"
46188
46189 \end_inset
46190
46191
46192 \series default
46193
46194 \begin_inset Index idx
46195 status collapsed
46196
46197 \begin_layout Plain Layout
46198 \SpecialChar LaTeX
46199 -paquetes ! arydshln
46200 \end_layout
46201
46202 \end_inset
46203
46204
46205 \end_layout
46206
46207 \begin_layout Bibliography
46208 \begin_inset CommandInset bibitem
46209 LatexCommand bibitem
46210 key "booktabs"
46211 literal "true"
46212
46213 \end_inset
46214
46215 Documentación del paquete \SpecialChar LaTeX
46216  
46217 \series bold
46218
46219 \begin_inset CommandInset href
46220 LatexCommand href
46221 name "booktabs"
46222 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46223 literal "false"
46224
46225 \end_inset
46226
46227
46228 \series default
46229
46230 \begin_inset Index idx
46231 status collapsed
46232
46233 \begin_layout Plain Layout
46234 \SpecialChar LaTeX
46235 -paquetes ! booktabs
46236 \end_layout
46237
46238 \end_inset
46239
46240
46241 \end_layout
46242
46243 \begin_layout Bibliography
46244 \begin_inset CommandInset bibitem
46245 LatexCommand bibitem
46246 key "caption"
46247 literal "true"
46248
46249 \end_inset
46250
46251 Documentación del paquete \SpecialChar LaTeX
46252  
46253 \series bold
46254
46255 \begin_inset CommandInset href
46256 LatexCommand href
46257 name "caption"
46258 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46259 literal "false"
46260
46261 \end_inset
46262
46263
46264 \series default
46265
46266 \begin_inset Index idx
46267 status collapsed
46268
46269 \begin_layout Plain Layout
46270 \SpecialChar LaTeX
46271 -paquetes ! caption
46272 \end_layout
46273
46274 \end_inset
46275
46276
46277 \end_layout
46278
46279 \begin_layout Bibliography
46280 \begin_inset CommandInset bibitem
46281 LatexCommand bibitem
46282 key "diagbox"
46283 literal "true"
46284
46285 \end_inset
46286
46287 Documentación del paquete \SpecialChar LaTeX
46288  
46289 \series bold
46290
46291 \begin_inset CommandInset href
46292 LatexCommand href
46293 name "diagbox"
46294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46295 literal "false"
46296
46297 \end_inset
46298
46299
46300 \series default
46301
46302 \begin_inset Index idx
46303 status collapsed
46304
46305 \begin_layout Plain Layout
46306 \SpecialChar LaTeX
46307 -paquetes ! diagbox
46308 \end_layout
46309
46310 \end_inset
46311
46312
46313 \end_layout
46314
46315 \begin_layout Bibliography
46316 \begin_inset CommandInset bibitem
46317 LatexCommand bibitem
46318 key "endfloat"
46319 literal "true"
46320
46321 \end_inset
46322
46323 Documentación del paquete \SpecialChar LaTeX
46324  
46325 \series bold
46326
46327 \begin_inset CommandInset href
46328 LatexCommand href
46329 name "endfloat"
46330 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46331 literal "false"
46332
46333 \end_inset
46334
46335
46336 \series default
46337
46338 \begin_inset Index idx
46339 status collapsed
46340
46341 \begin_layout Plain Layout
46342 \SpecialChar LaTeX
46343 -paquetes ! endfloat
46344 \end_layout
46345
46346 \end_inset
46347
46348
46349 \end_layout
46350
46351 \begin_layout Bibliography
46352 \begin_inset CommandInset bibitem
46353 LatexCommand bibitem
46354 key "footmisc"
46355 literal "true"
46356
46357 \end_inset
46358
46359 Documentación del paquete \SpecialChar LaTeX
46360  
46361 \series bold
46362
46363 \begin_inset CommandInset href
46364 LatexCommand href
46365 name "footmisc"
46366 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46367 literal "false"
46368
46369 \end_inset
46370
46371
46372 \series default
46373
46374 \begin_inset Index idx
46375 status collapsed
46376
46377 \begin_layout Plain Layout
46378 \SpecialChar LaTeX
46379 -paquetes ! footmisc
46380 \end_layout
46381
46382 \end_inset
46383
46384
46385 \end_layout
46386
46387 \begin_layout Bibliography
46388 \begin_inset CommandInset bibitem
46389 LatexCommand bibitem
46390 key "hypcap"
46391 literal "true"
46392
46393 \end_inset
46394
46395 Documentación del paquete \SpecialChar LaTeX
46396  
46397 \series bold
46398
46399 \begin_inset CommandInset href
46400 LatexCommand href
46401 name "hypcap"
46402 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46403 literal "false"
46404
46405 \end_inset
46406
46407
46408 \series default
46409
46410 \begin_inset Index idx
46411 status collapsed
46412
46413 \begin_layout Plain Layout
46414 \SpecialChar LaTeX
46415 -paquetes ! hyperref
46416 \end_layout
46417
46418 \end_inset
46419
46420
46421 \end_layout
46422
46423 \begin_layout Bibliography
46424 \begin_inset CommandInset bibitem
46425 LatexCommand bibitem
46426 key "hyperref"
46427 literal "true"
46428
46429 \end_inset
46430
46431 Documentación del paquete \SpecialChar LaTeX
46432  
46433 \series bold
46434
46435 \begin_inset CommandInset href
46436 LatexCommand href
46437 name "hyperref"
46438 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46439 literal "false"
46440
46441 \end_inset
46442
46443
46444 \series default
46445
46446 \begin_inset Index idx
46447 status collapsed
46448
46449 \begin_layout Plain Layout
46450 \SpecialChar LaTeX
46451 -paquetes ! hyperref
46452 \end_layout
46453
46454 \end_inset
46455
46456
46457 \end_layout
46458
46459 \begin_layout Bibliography
46460 \begin_inset CommandInset bibitem
46461 LatexCommand bibitem
46462 key "KOMA-Script"
46463 literal "true"
46464
46465 \end_inset
46466
46467 Documentación del paquete \SpecialChar LaTeX
46468  
46469 \series bold
46470
46471 \begin_inset CommandInset href
46472 LatexCommand href
46473 name "KOMA-Script"
46474 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46475 literal "false"
46476
46477 \end_inset
46478
46479
46480 \series default
46481
46482 \begin_inset Index idx
46483 status collapsed
46484
46485 \begin_layout Plain Layout
46486 \SpecialChar LaTeX
46487 -paquetes ! KOMA-Script
46488 \end_layout
46489
46490 \end_inset
46491
46492
46493 \end_layout
46494
46495 \begin_layout Bibliography
46496 \begin_inset CommandInset bibitem
46497 LatexCommand bibitem
46498 key "lettrine"
46499 literal "true"
46500
46501 \end_inset
46502
46503 Documentación del paquete \SpecialChar LaTeX
46504  
46505 \series bold
46506
46507 \begin_inset CommandInset href
46508 LatexCommand href
46509 name "lettrine"
46510 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46511 literal "false"
46512
46513 \end_inset
46514
46515
46516 \series default
46517  y un 
46518 \begin_inset CommandInset href
46519 LatexCommand href
46520 name "ejemplo"
46521 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46522 literal "false"
46523
46524 \end_inset
46525
46526
46527 \begin_inset Index idx
46528 status collapsed
46529
46530 \begin_layout Plain Layout
46531 \SpecialChar LaTeX
46532 -paquetes ! lettrine
46533 \end_layout
46534
46535 \end_inset
46536
46537
46538 \end_layout
46539
46540 \begin_layout Bibliography
46541 \begin_inset CommandInset bibitem
46542 LatexCommand bibitem
46543 key "listings"
46544 literal "true"
46545
46546 \end_inset
46547
46548 Documentación del paquete \SpecialChar LaTeX
46549  
46550 \series bold
46551
46552 \begin_inset CommandInset href
46553 LatexCommand href
46554 name "listings"
46555 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46556 literal "false"
46557
46558 \end_inset
46559
46560
46561 \series default
46562
46563 \begin_inset Index idx
46564 status collapsed
46565
46566 \begin_layout Plain Layout
46567 \SpecialChar LaTeX
46568 -paquetes ! listings
46569 \end_layout
46570
46571 \end_inset
46572
46573
46574 \end_layout
46575
46576 \begin_layout Bibliography
46577 \begin_inset CommandInset bibitem
46578 LatexCommand bibitem
46579 key "minted"
46580 literal "true"
46581
46582 \end_inset
46583
46584 Documentación del paquete \SpecialChar LaTeX
46585  
46586 \series bold
46587
46588 \begin_inset CommandInset href
46589 LatexCommand href
46590 name "minted"
46591 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
46592 literal "false"
46593
46594 \end_inset
46595
46596
46597 \series default
46598
46599 \begin_inset Index idx
46600 status collapsed
46601
46602 \begin_layout Plain Layout
46603 \SpecialChar LaTeX
46604 -paquetes ! minted
46605 \end_layout
46606
46607 \end_inset
46608
46609
46610 \end_layout
46611
46612 \begin_layout Bibliography
46613 \begin_inset CommandInset bibitem
46614 LatexCommand bibitem
46615 key "marginnote"
46616 literal "true"
46617
46618 \end_inset
46619
46620 Documentación del paquete \SpecialChar LaTeX
46621  
46622 \series bold
46623
46624 \begin_inset CommandInset href
46625 LatexCommand href
46626 name "marginnote"
46627 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46628 literal "false"
46629
46630 \end_inset
46631
46632
46633 \series default
46634
46635 \begin_inset Index idx
46636 status collapsed
46637
46638 \begin_layout Plain Layout
46639 \SpecialChar LaTeX
46640 -paquetes ! marginnote
46641 \end_layout
46642
46643 \end_inset
46644
46645
46646 \end_layout
46647
46648 \begin_layout Bibliography
46649 \begin_inset CommandInset bibitem
46650 LatexCommand bibitem
46651 key "pdfpages"
46652 literal "true"
46653
46654 \end_inset
46655
46656 Documentación del paquete \SpecialChar LaTeX
46657  
46658 \series bold
46659
46660 \begin_inset CommandInset href
46661 LatexCommand href
46662 name "pdfpages"
46663 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46664 literal "false"
46665
46666 \end_inset
46667
46668
46669 \series default
46670
46671 \begin_inset Index idx
46672 status collapsed
46673
46674 \begin_layout Plain Layout
46675 \SpecialChar LaTeX
46676 -paquetes ! pdfpages
46677 \end_layout
46678
46679 \end_inset
46680
46681
46682 \end_layout
46683
46684 \begin_layout Bibliography
46685 \begin_inset CommandInset bibitem
46686 LatexCommand bibitem
46687 key "prettyref"
46688 literal "true"
46689
46690 \end_inset
46691
46692 Documentación del paquete \SpecialChar LaTeX
46693  
46694 \series bold
46695
46696 \begin_inset CommandInset href
46697 LatexCommand href
46698 name "prettyref"
46699 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46700 literal "false"
46701
46702 \end_inset
46703
46704
46705 \series default
46706
46707 \begin_inset Index idx
46708 status collapsed
46709
46710 \begin_layout Plain Layout
46711 \SpecialChar LaTeX
46712 -paquetes ! prettyref
46713 \end_layout
46714
46715 \end_inset
46716
46717
46718 \end_layout
46719
46720 \begin_layout Bibliography
46721 \begin_inset CommandInset bibitem
46722 LatexCommand bibitem
46723 key "pstricks"
46724 literal "true"
46725
46726 \end_inset
46727
46728 Página web del paquete \SpecialChar LaTeX
46729  
46730 \series bold
46731
46732 \begin_inset CommandInset href
46733 LatexCommand href
46734 name "PSTricks"
46735 target "http://tug.org/PSTricks/"
46736 literal "false"
46737
46738 \end_inset
46739
46740
46741 \series default
46742
46743 \begin_inset Index idx
46744 status collapsed
46745
46746 \begin_layout Plain Layout
46747 \SpecialChar LaTeX
46748 -paquetes ! PSTricks
46749 \end_layout
46750
46751 \end_inset
46752
46753
46754 \end_layout
46755
46756 \begin_layout Bibliography
46757 \begin_inset CommandInset bibitem
46758 LatexCommand bibitem
46759 key "refstyle"
46760 literal "true"
46761
46762 \end_inset
46763
46764 Documentación del paquete \SpecialChar LaTeX
46765  
46766 \series bold
46767
46768 \begin_inset CommandInset href
46769 LatexCommand href
46770 name "refstyle"
46771 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46772 literal "false"
46773
46774 \end_inset
46775
46776
46777 \series default
46778
46779 \begin_inset Index idx
46780 status collapsed
46781
46782 \begin_layout Plain Layout
46783 \SpecialChar LaTeX
46784 -paquetes ! refstyle
46785 \end_layout
46786
46787 \end_inset
46788
46789
46790 \end_layout
46791
46792 \begin_layout Bibliography
46793 \begin_inset CommandInset bibitem
46794 LatexCommand bibitem
46795 key "sidecap"
46796 literal "true"
46797
46798 \end_inset
46799
46800 Documentación del paquete \SpecialChar LaTeX
46801  
46802 \series bold
46803
46804 \begin_inset CommandInset href
46805 LatexCommand href
46806 name "sidecap"
46807 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46808 literal "false"
46809
46810 \end_inset
46811
46812
46813 \series default
46814
46815 \begin_inset Index idx
46816 status collapsed
46817
46818 \begin_layout Plain Layout
46819 \SpecialChar LaTeX
46820 -paquetes ! sidecap
46821 \end_layout
46822
46823 \end_inset
46824
46825
46826 \end_layout
46827
46828 \begin_layout Bibliography
46829 \begin_inset CommandInset bibitem
46830 LatexCommand bibitem
46831 key "Inkscape"
46832 literal "true"
46833
46834 \end_inset
46835
46836 Documentación 
46837 \lang english
46838 of the option
46839 \lang spanish
46840  
46841 \begin_inset CommandInset href
46842 LatexCommand href
46843 name "Omitir texto en PDF"
46844 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
46845 literal "false"
46846
46847 \end_inset
46848
46849  
46850 \lang english
46851 of the program
46852 \lang spanish
46853  
46854 \noun on
46855
46856 \begin_inset CommandInset href
46857 LatexCommand href
46858 name "Inkscape"
46859 target "https://inkscape.org/es/"
46860 literal "false"
46861
46862 \end_inset
46863
46864
46865 \end_layout
46866
46867 \begin_layout Standard
46868 \begin_inset CommandInset index_print
46869 LatexCommand printindex
46870 type "idx"
46871 name "Índice"
46872 literal "false"
46873
46874 \end_inset
46875
46876
46877 \end_layout
46878
46879 \end_body
46880 \end_document